@charset "UTF-8";
/* inter-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/inter-v18-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: italic;
  font-weight: 300;
  src: url("../Fonts/inter-v18-latin/inter-v18-latin-300italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../Fonts/inter-v18-latin/inter-v18-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: italic;
  font-weight: 400;
  src: url("../Fonts/inter-v18-latin/inter-v18-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("../Fonts/inter-v18-latin/inter-v18-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("../Fonts/inter-v18-latin/inter-v18-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("../Fonts/inter-v18-latin/inter-v18-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: Inter, sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

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

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

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

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

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

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

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

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

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

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

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

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

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

td,
th {
  padding: 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

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

.section-main-header {
  clear: both;
  min-height: 200px;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .section-main-header {
    min-height: 120px;
  }
}
.section-main-header .logo {
  max-width: 180px;
  height: auto;
  display: block;
  margin: 10px auto;
}
@media only screen and (max-width: 780px) {
  .section-main-header .logo {
    max-width: 120px;
  }
}
.section-main-header .main {
  width: 100%;
  max-width: 1280px;
  margin: 10px auto;
}
.section-main-header .main .main-navigation {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 1.5em;
}
.section-main-header .main .main-navigation li a {
  color: #be9000;
  text-decoration: none;
}

/* nav */
.main-navigation, .main-navigation ul, .main-navigation li, .main-navigation a {
  margin: 0;
  padding: 0;
  line-height: normal;
  list-style: none;
  display: block;
  position: relative;
}

.main-navigation ul {
  opacity: 0;
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 999;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.main-navigation li:hover > ul {
  left: 0;
  opacity: 1;
  z-index: 1000;
}

.main-navigation ul li:hover > ul {
  top: 0;
  left: 100%;
}

.main-navigation li {
  cursor: default;
  white-space: nowrap;
}

/* sub width */
.main-navigation ul {
  background-color: white;
  min-width: 12em;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}

/* center */
.nav-center {
  float: right;
  right: 50%;
}

.nav-center > li {
  left: 50%;
}

/* root */
.main-navigation a {
  padding: 0 10px;
  color: #6a6a6a;
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  text-decoration: none;
}

/* root: active */
.main-navigation > li > .nav-active {
  background-color: rgba(0, 0, 0, 0.05);
}

/* root: hover/persistence */
.main-navigation a:hover, .main-navigation a:focus, .main-navigation li:hover a {
  background: #fff;
  color: #222222;
}

/* 2 */
.main-navigation li li a, .main-navigation li:hover li a {
  padding: 8px 10px;
  background: #fff;
  color: #222222;
  font-size: 16px;
  line-height: normal;
}

/* 2: hover/persistence */
.main-navigation li:hover li a:hover, .main-navigation li:hover li a:focus, .main-navigation li:hover li:hover a {
  background: #fff;
}

/* 3 */
.main-navigation li:hover li:hover li a {
  background: #fff;
}

/* 3: hover/persistence */
.main-navigation li:hover li:hover li a:hover, .main-navigation li:hover li:hover li a:focus, .main-navigation li:hover li:hover li:hover a {
  background: #333;
}

/* 4 */
.main-navigation li:hover li:hover li:hover li a {
  background: #333;
}

/* 4: hover */
.main-navigation li:hover li:hover li:hover li a:hover, .main-navigation li:hover li:hover li:hover li a:focus {
  background: #222;
}

/* vertical */
.nav-vertical {
  max-width: 220px;
}

.nav-vertical ul {
  top: 0;
  left: -9999px;
}

.nav-vertical li {
  width: 100%;
  float: none;
}

.nav-vertical li:hover > ul {
  left: 100%;
}

@media only screen and (max-width: 780px) {
  .main-navigation li {
    background-color: white;
    width: 100%;
    text-align: center;
  }
}
/*** Responsive ***/
@media only screen and (max-width: 780px) {
  nav.main {
    display: none;
  }
}

.navigationtoggle {
  display: none;
  width: 32px;
  height: 32px;
  float: right;
  right: 20px;
  top: 20px;
  cursor: pointer;
  position: absolute;
}
@media only screen and (max-width: 780px) {
  .navigationtoggle {
    display: block;
  }
}

/*** Slide Menu ***/
.navigation--main {
  position: fixed;
  z-index: 1100;
  background-color: rgba(255, 255, 255, 0.95);
  transition: transform 0.3s;
  border-right: 5px solid #be9000;
  z-index: 5000;
}

.navigation--items {
  list-style: none;
  margin: 0 1em;
  padding: 0;
}

.navigation--close {
  color: #fff;
  background-color: #be9000;
  font-size: 14px;
  border: none;
  box-shadow: none;
  border-radius: unset;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  width: 50px;
  right: 0;
}

.navigation--close:focus {
  outline: none;
}

body.has-active-menu {
  overflow: hidden;
}

.menu--slide-left {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

@media all and (min-width: 480px) {
  .menu--slide-left {
    width: 300px;
    width: 80%;
  }
}
@media all and (min-width: 700px) {
  .menu--slide-left {
    width: 300px;
    width: 60%;
  }
}
@media all and (min-width: 1600px) {
  .menu--slide-left {
    width: 300px;
    width: 30%;
  }
}
.menu--slide-left .navigation--items li,
.menu--slide-left .navigation--item {
  display: block;
  text-align: left;
}

.menu--slide-left .navigation--items li:first-child,
.menu--slide-left .navigation--item:first-child {
  border-top: none;
}

.menu--slide-left .navigation--items li:last-child,
.menu--slide-left .navigation--item:last-child {
  border-bottom: none;
}

.menu--slide-left .navigation--items li a,
.menu--slide-left .navigation--link {
  display: block;
  padding: 3px;
  color: #999;
  font-size: 1.5em;
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.menu--slide-left .navigation--link-meta {
  display: block;
  padding: 3px;
  color: #999;
  font-size: 1.25em !important;
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.menu--slide-left .navigation--link-meta:hover {
  color: #222222;
}

.menu--slide-left .navigation--items-thirdlevel .navigation--link {
  display: block;
  padding: 3px;
  color: #999;
  font-size: 1em;
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.menu--slide-left .navigation--items li a:hover,
.menu--slide-left .navigation--link:hover {
  color: #222222;
}

.menu--slide-left .navigation--close {
  display: block;
  padding: 12px 12px;
  width: 50px;
}

.menu--slide-left {
  top: 0;
  left: 0;
  transform: translateX(-100%);
}

@media all and (min-width: 320px) {
  .menu--slide-left {
    transform: translateX(-300px);
    transform: translateX(-100%);
  }
}
.menu--slide-left.is-active {
  transform: translateX(0);
}

.navigation--items-secondlevel {
  display: none;
}

.is-expanded .navigation--items-secondlevel {
  display: block;
}

.section-hero-video {
  height: calc(100vh - 200px); /* fills remaining viewport */
  position: relative;
  overflow: hidden;
}
.section-hero-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}
.section-hero-video {
  /* Mobile styles */
}
@media (max-width: 767px) {
  .section-hero-video {
    height: 65vh; /* covers about 65% of the viewport height */
  }
  .section-hero-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* Scale video by setting its height to 100% of the hero container */
    width: auto;
    height: 100%;
    /* Ensure the video covers the container, cropping sides as needed */
    object-fit: cover;
  }
}

.section-heroslider .splide .splide__slide {
  width: 100%;
  min-height: 650px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .section-heroslider .splide .splide__slide {
    min-height: 300px;
    margin-bottom: 170px;
  }
}
.section-heroslider .splide .splide__slide .bg-image {
  width: 100%;
  height: 100%;
  background-size: cover;
}
.section-heroslider .splide .splide__slide .statement {
  max-width: 100%;
  width: 450px;
  min-height: 100px;
  position: absolute;
  right: 10%;
  bottom: 30%;
}
@media only screen and (max-width: 780px) {
  .section-heroslider .splide .splide__slide .statement {
    bottom: -140px;
    right: auto;
    text-align: left;
    left: 20px;
  }
}
.section-heroslider .splide .splide__slide .statement.statement-position-left {
  left: 10%;
}
@media only screen and (max-width: 780px) {
  .section-heroslider .splide .splide__slide .statement.statement-position-left {
    left: 20px;
  }
}
.section-heroslider .splide .splide__slide .statement .statment-text {
  font-size: 1.5em;
  line-height: 1.3;
}
@media only screen and (max-width: 780px) {
  .section-heroslider .splide .splide__slide .statement .statment-text {
    font-size: 1.1em;
  }
}
.section-heroslider .splide .splide__slide .statement .statement-author {
  margin-top: 20px;
}

.section-intro .section-intro-content {
  width: 100%;
  max-width: 960px;
  margin: 40px auto;
  margin-top: 80px;
}
@media only screen and (max-width: 780px) {
  .section-intro .section-intro-content {
    margin: 40px 20px;
    margin-top: 80px;
    width: calc(100% - 40px);
  }
}
.section-intro .section-intro-headline {
  text-align: center;
  font-weight: normal;
  font-size: 3em;
  line-height: 1.2;
}
@media only screen and (max-width: 780px) {
  .section-intro .section-intro-headline {
    font-size: 1.5rem;
  }
}
.section-intro .section-intro-text {
  line-height: 1.5;
  font-weight: normal;
  text-align: justify;
  font-size: 1.6em;
  color: #575757;
  color: #847162;
}
@media only screen and (max-width: 780px) {
  .section-intro .section-intro-text {
    font-size: 1rem;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}

.section-textblocks .section-textblocks-content {
  width: 100%;
  max-width: 960px;
  margin: 40px auto;
}
.section-textblocks .section-headline {
  font-size: 2.25em;
  text-align: center;
  font-weight: normal;
  line-height: 1.3;
  margin-bottom: 1em;
}
@media only screen and (max-width: 780px) {
  .section-textblocks .section-headline {
    font-size: 1.5rem;
    padding: 0 20px;
  }
}
.section-textblocks .textblocks {
  padding-left: 0;
  list-style: none;
}
.section-textblocks .blocks-2-col li {
  float: left;
  display: inline;
  width: 45%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 780px) {
  .section-textblocks .blocks-2-col li {
    width: calc(100% - 40px);
    margin: 0 20px 40px;
  }
}
.section-textblocks .blocks-2-col li h3 {
  text-align: center;
  font-size: 1.1em;
  border-bottom: 2px solid #be9000;
  padding-bottom: 8px;
}
@media only screen and (max-width: 780px) {
  .section-textblocks .blocks-2-col li h3 {
    font-size: 1rem;
  }
}
.section-textblocks .blocks-2-col li .textblock-text p {
  font-size: 1.1em;
  line-height: 1.6;
  font-weight: 400;
  -webkit-hyphens: auto;
  hyphens: auto;
  text-align: justify;
}
@media only screen and (max-width: 780px) {
  .section-textblocks .blocks-2-col li .textblock-text p {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.section-textblocks .blocks-2-col li .textblock-link {
  text-align: right;
  font-size: 1.1em;
}
.section-textblocks .blocks-2-col li .textblock-link a {
  color: #222222;
  text-decoration: none;
  font-weight: normal;
  font-family: sans-serif;
  font-style: italic;
  font-size: 0.9em;
  padding-right: 40px;
}
.section-textblocks .blocks-2-col li:nth-child(odd) {
  margin-right: 10%;
}
@media only screen and (max-width: 780px) {
  .section-textblocks .blocks-2-col li:nth-child(odd) {
    margin-right: 20px;
  }
}
.section-textblocks .blocks-3-col li {
  float: left;
  display: inline;
  width: 30%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 780px) {
  .section-textblocks .blocks-3-col li {
    width: calc(100% - 40px);
    margin: 0 auto;
    float: none;
    display: block;
  }
}
.section-textblocks .blocks-3-col li h3 {
  text-align: center;
  font-size: 1.25em;
  border-bottom: 2px solid #be9000;
  padding-bottom: 8px;
}
.section-textblocks .blocks-3-col li .textblock-text p {
  font-size: 1.1em;
  line-height: 1.6;
  font-weight: 400;
  -webkit-hyphens: auto;
  hyphens: auto;
  text-align: justify;
}
.section-textblocks .blocks-3-col li .textblock-link {
  text-align: right;
  font-size: 1.25em;
}
.section-textblocks .blocks-3-col li .textblock-link a {
  color: #222222;
  text-decoration: none;
  font-weight: normal;
}
.section-textblocks .blocks-3-col li {
  margin-right: 5%;
}
@media only screen and (max-width: 780px) {
  .section-textblocks .blocks-3-col li {
    margin: 0 auto;
  }
}
.section-textblocks .blocks-3-col li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 780px) {
  .section-textblocks .blocks-3-col li:last-child {
    margin: 0 auto;
  }
}

.section-contentelements .section-contentelements-content {
  width: 100%;
  max-width: 960px;
  margin: 40px auto;
}
.section-contentelements .section-contentelements-content h2 {
  font-size: 2.25em;
  text-align: center;
  font-weight: normal;
  column-span: all;
  line-height: 1.3;
  margin-bottom: 0.75em;
}
@media only screen and (max-width: 780px) {
  .section-contentelements .section-contentelements-content h2 {
    font-size: 1.5rem;
  }
}
.section-contentelements .section-contentelements-content h3 {
  font-size: 1.25em;
  font-weight: normal;
  margin-bottom: 1em;
  break-before: column;
  margin-top: 8px;
}
.section-contentelements .section-contentelements-content ul, .section-contentelements .section-contentelements-content ol {
  padding: 0 20px;
  margin: 0;
}
.section-contentelements .section-contentelements-content p, .section-contentelements .section-contentelements-content li {
  font-size: 1.1em;
  line-height: 1.8;
  font-weight: 400;
  -webkit-hyphens: auto;
  hyphens: auto;
  text-align: justify;
}
@media only screen and (max-width: 780px) {
  .section-contentelements .section-contentelements-content p, .section-contentelements .section-contentelements-content li {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.section-contentelements .section-contentelements-content ul {
  list-style: none;
  break-inside: avoid-column;
  padding-left: 0;
}
.section-contentelements .section-contentelements-content ul li {
  background: url("../Icons/Checkb.png") top left no-repeat;
  padding-left: 50px;
}
.section-contentelements .section-contentelements-content li {
  margin-bottom: 1em;
}
.section-contentelements .section-contentelements-content .text-center {
  column-span: all;
  text-align: center;
}
.section-contentelements .section-contentelements-content header + p {
  margin-top: 0;
}
.section-contentelements .section-contentelements-content img {
  max-width: 100%;
  height: auto;
}
.section-contentelements .section-contentelements-content .frame {
  column-count: 2;
  column-gap: 40px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 780px) {
  .section-contentelements .section-contentelements-content .frame {
    column-count: 1;
    margin: 20px;
  }
}
.section-contentelements .section-contentelements-content .frame-layout-1 {
  column-count: 1 !important;
}
.section-contentelements .section-contentelements-content .frame:has(p img) {
  column-count: 1;
}
.section-contentelements .section-contentelements-content .frame:has(p img) p img {
  float: left;
  width: 45%;
  margin-right: 40px;
  margin-bottom: 10px;
}
.section-contentelements .section-contentelements-content .home-team-image {
  width: 960px;
  height: auto;
  display: block;
  margin: 0 auto;
  column-span: all;
}
@media only screen and (max-width: 780px) {
  .section-contentelements .section-contentelements-content .home-team-image {
    width: 100%;
  }
}

.section-team .section-team-content {
  width: 100%;
  max-width: 960px;
  margin: 40px auto;
}
.section-team .team-member {
  display: table;
  margin-bottom: 40px;
}
.section-team .team-portrait,
.section-team .team-text {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
@media only screen and (max-width: 780px) {
  .section-team .team-portrait,
  .section-team .team-text {
    width: 100%;
    display: block;
  }
}
.section-team .team-portrait {
  padding: 0 20px;
}
.section-team h3 {
  font-size: 1.25em;
  text-align: left;
  font-weight: normal;
}
.section-team p {
  font-size: 1.1em;
  line-height: 1.6;
  font-weight: 400;
  margin: 0.67em 20px;
}
.section-team .team-portrait-img {
  display: block;
  width: 100%;
  height: auto;
  box-sizing: border-box;
}

.section-fullwidth .section-fullwidth-content {
  position: relative;
  width: 100%;
  min-height: 700px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .section-fullwidth .section-fullwidth-content {
    min-height: 350px;
  }
}
.section-fullwidth .section-fullwidth-content .textbox {
  width: 30em;
  max-width: 100%;
  height: 8em;
  background-color: rgba(255, 255, 255, 0.85);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section-fullwidth .section-fullwidth-content .textbox h2 {
  font-size: 2em;
  text-align: center;
  font-weight: normal;
}
@media only screen and (max-width: 480px) {
  .section-fullwidth .section-fullwidth-content .textbox h2 {
    font-size: 1.5em;
  }
}
.section-fullwidth .section-fullwidth-content .textbox p {
  text-align: center;
  font-size: 1.25em;
  font-weight: 400;
}
.section-fullwidth .section-fullwidth-content .textbox p a {
  color: #222222;
  text-decoration: none;
}

.section-accordion .section-accordion-content {
  width: 100%;
  max-width: 960px;
  margin: 40px auto;
}
.section-accordion h2 {
  font-size: 2.25em;
  text-align: center;
  font-weight: normal;
  margin-bottom: 1em;
}
@media only screen and (max-width: 780px) {
  .section-accordion h2 {
    font-size: 1.5rem;
  }
}
.section-accordion .accordion .accordion-toggle {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  clear: both;
  font-size: 1.25em;
  margin-bottom: 10px;
}
.section-accordion .accordion .active, .section-accordion .accordion .accordion-toggle:hover {
  background-color: #ccc;
}
.section-accordion .accordion .accordion-panel {
  padding: 0 18px;
  background-color: white;
  overflow: hidden;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-bottom: 20px;
}
.section-accordion .accordion .accordion-panel p {
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.6;
}
.section-accordion .accordion .accordion-toggle:after {
  content: "➕"; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}
.section-accordion .accordion .active:after {
  content: "➖"; /* Unicode character for "minus" sign (-) */
}

.section-services .section-services-content {
  width: 100%;
  max-width: 960px;
  margin: 40px auto;
}
.section-services .section-services-content h2 {
  font-size: 2.25em;
  text-align: center;
  font-weight: normal;
}
@media only screen and (max-width: 780px) {
  .section-services .section-services-content h2 {
    font-size: 1.5rem;
  }
}
.section-services .section-services-content .splide__arrow {
  bottom: 0;
  top: auto;
}
.section-services .section-services-content ul {
  padding: 0;
}
.section-services .section-services-content ul .splide {
  border: 1px solid #be9000;
  min-height: 350px;
}
.section-services .section-services-content ul li {
  width: 32%;
  box-sizing: border-box;
  float: left;
  display: inline;
  position: relative;
  margin-right: 2%;
}
@media only screen and (max-width: 780px) {
  .section-services .section-services-content ul li {
    width: calc(100% - 40px);
    margin: 0 auto;
    float: none;
    display: block;
    margin-bottom: 40px;
  }
}
.section-services .section-services-content ul li h3 {
  font-size: 1.25em;
  text-align: center;
  font-weight: normal;
}
.section-services .section-services-content ul li p {
  line-height: 1.6;
  font-weight: 400;
  -webkit-hyphens: auto;
  hyphens: auto;
  text-align: justify;
  margin-bottom: 60px;
}
.section-services .section-services-content ul li img {
  width: 100%;
  height: auto;
  display: block;
}
.section-services .section-services-content ul li .step-image {
  margin-bottom: 20px;
}
.section-services .section-services-content ul li ul li {
  width: 100%;
  /*position: absolute;
  top: 0;
  left: 0;*/
  background-color: white;
  padding: 8px;
  margin-right: 0;
}
.section-services .section-services-content ul li .splide__pagination li {
  width: auto;
  border: none;
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.section-services .section-services-content ul li .splide__pagination__page.is-active {
  background: #be9000;
  transform: scale(1.4);
  z-index: 1;
}
.section-services .section-services-content ul li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 780px) {
  .section-services .section-services-content ul li:last-child {
    margin-right: auto;
  }
}

.section-offers .section-offers-content {
  width: 100%;
  max-width: 960px;
  margin: 40px auto;
  margin-bottom: 120px;
}
.section-offers .section-offers-headline {
  font-size: 2.25em;
  text-align: center;
  font-weight: normal;
  margin-bottom: 20px;
}
@media only screen and (max-width: 780px) {
  .section-offers .section-offers-headline {
    font-size: 1.5rem;
  }
}
.section-offers .offers {
  padding: 0;
  clear: both;
  margin-left: -30px;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}
@media only screen and (max-width: 780px) {
  .section-offers .offers {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 780px) {
  .section-offers .offers .splide__arrows {
    display: none;
  }
}
.section-offers .offers .splide__arrow--prev {
  left: 0;
}
.section-offers .offers .splide__arrow--next {
  right: 0;
}
.section-offers .offers .splide__pagination {
  position: relative;
  bottom: auto;
  margin-top: 20px;
}
.section-offers .offers .splide__pagination__page {
  background: #ccc;
}
.section-offers .offers .splide__pagination__page.is-active {
  background: #847162;
}
.section-offers .offer {
  border: 1px solid #be9000;
  padding: 8px;
  margin: 0 10px;
  position: relative;
  max-width: 309px;
  max-width: calc(33% - 16px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 780px) {
  .section-offers .offer {
    max-width: calc(100% - 20px);
  }
}
.section-offers .offer h3 {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.3;
  max-width: 309px;
  min-height: 3.9em;
}
.section-offers .offer img {
  width: 100%;
  height: auto;
}
.section-offers .offer .offer-img {
  transition: transform 0.3s ease;
}
.section-offers .offer:hover .offer-img {
  transform: scale(1.15);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
.section-offers .offer .offer-provision {
  font-size: 0.75em;
  font-style: italic;
  margin-bottom: 30px;
  min-height: 2.8em;
}
.section-offers .offer-glancables {
  clear: both;
  margin-bottom: 20px;
}
.section-offers .offer-glancables .offer-glancable {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 10px;
}
.section-offers .offer-glancables .offer-icon {
  width: 20px;
  height: 20px;
  margin-right: 4px;
  margin-left: 16px;
  display: inline-block;
  vertical-align: middle;
}
.section-offers .offer-glancables .offer-icon:first-child {
  margin-left: 0;
}
.section-offers .offer-glancables .balcony {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 10px;
}

.section-gallery {
  max-width: 960px;
  margin: 40px auto;
}
.section-gallery h2 {
  text-align: center;
  font-weight: normal;
  font-size: 2.25em;
  margin-bottom: 1em;
}
@media only screen and (max-width: 780px) {
  .section-gallery h2 {
    font-size: 1.5rem;
  }
}
.section-gallery .section-gallery-items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (max-width: 780px) {
  .section-gallery .section-gallery-items {
    flex-direction: column;
    padding: 0 20px;
  }
}
.section-gallery .section-gallery-item {
  width: calc(33.333% - 14px);
  box-sizing: border-box;
}
@media only screen and (max-width: 780px) {
  .section-gallery .section-gallery-item {
    width: 100%;
  }
}
.section-gallery .section-gallery-item-link {
  text-decoration: none;
  color: #222222;
  display: block;
}
.section-gallery .section-gallery-item-image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
  border: 1px solid #847162;
}
.section-gallery .section-gallery-item:hover .section-gallery-item-image {
  transform: scale(1.05);
}
.section-gallery h3 {
  font-size: 1em;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.3;
  margin-top: 0.8em;
}

.section-hero .section-hero-content {
  width: 100%;
}

.section-content-columns .section-content-columns-content {
  width: 100%;
  max-width: 1280px;
  margin: 40px auto;
  margin-top: 80px;
  display: table;
  border-collapse: separate;
  border-spacing: 40px 0;
}
@media only screen and (max-width: 780px) {
  .section-content-columns .section-content-columns-content {
    margin-top: 0;
  }
}
.section-content-columns .content-column {
  width: 33%;
  display: table-cell;
  vertical-align: top;
}
@media only screen and (max-width: 780px) {
  .section-content-columns .content-column {
    width: calc(100% - 40px);
    margin: 40px 20px;
    width: 100%;
    margin: 0;
    display: block;
  }
}
.section-content-columns .content-column p {
  line-height: 1.6;
  font-weight: 400;
}

.section-zwischenheader .section-zwischenheader-content {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 40px 0;
}
@media only screen and (max-width: 780px) {
  .section-zwischenheader .section-zwischenheader-content {
    padding: 20px 20px 0;
  }
}

.teaser-angebot {
  min-height: 400px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 780px) {
  .teaser-angebot {
    min-height: 400px;
  }
}
.teaser-angebot .teaser-angebote-image {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.teaser-angebot h2 {
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.3;
  font-size: 1em;
  min-height: 5.2em;
}
.teaser-angebot .teaser-angebot-ort {
  font-size: 0.75em;
  display: block;
  margin-bottom: 0.5em;
}
.teaser-angebot .teaser-angebot-status-Aktuell {
  color: darkgreen;
}
.teaser-angebot .teaser-angebot-status-Reserviert {
  color: #be9000;
}
.teaser-angebot .teaser-angebot-status-Verkauft {
  color: darkred;
}
.teaser-angebot .teaser-angebot-status-Vermietet {
  color: darkred;
}
.teaser-angebot .offer-glancables {
  clear: both;
  margin-bottom: 20px;
}
.teaser-angebot .offer-glancables .offer-icon {
  width: 20px;
  height: 20px;
  margin-right: 4px;
  margin-left: 16px;
  display: inline-block;
  vertical-align: middle;
}
.teaser-angebot .offer-glancables .offer-icon:first-child {
  margin-left: 0;
}

.testimonial,
.testimonial1,
.testimonial2,
.testimonial3,
.testimonial4 {
  font-weight: 400;
  font-family: sans-serif;
  line-height: 1.6;
  -webkit-hyphens: auto;
  hyphens: auto;
  text-align: justify;
}

.name {
  font-style: italic;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #be9000;
}

/*** Angebote - Detail ***/
.tx-openimmo.show {
  width: 100%;
  max-width: 1280px;
  margin: 60px auto;
  display: table;
  border-collapse: separate;
  border-spacing: 25px 0;
}

.button {
  -moz-box-shadow: inset 0px 1px 0px 0px #a6827e;
  -webkit-box-shadow: inset 0px 1px 0px 0px #a6827e;
  box-shadow: inset 0px 1px 0px 0px #a6827e;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7d5d3b), color-stop(1, #634b30));
  background: -moz-linear-gradient(top, #7d5d3b 5%, #634b30 100%);
  background: -webkit-linear-gradient(top, #7d5d3b 5%, #634b30 100%);
  background: -o-linear-gradient(top, #7d5d3b 5%, #634b30 100%);
  background: -ms-linear-gradient(top, #7d5d3b 5%, #634b30 100%);
  background: linear-gradient(to bottom, #7d5d3b 5%, #634b30 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d5d3b', endColorstr='#634b30',GradientType=0);
  background-color: #7d5d3b;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #54381e;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: sans-serif;
  padding: 6px 24px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #4d3534;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 1em;
  text-align: center;
}

.button:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #634b30), color-stop(1, #7d5d3b));
  background: -moz-linear-gradient(top, #634b30 5%, #7d5d3b 100%);
  background: -webkit-linear-gradient(top, #634b30 5%, #7d5d3b 100%);
  background: -o-linear-gradient(top, #634b30 5%, #7d5d3b 100%);
  background: -ms-linear-gradient(top, #634b30 5%, #7d5d3b 100%);
  background: linear-gradient(to bottom, #634b30 5%, #7d5d3b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#634b30', endColorstr='#7d5d3b',GradientType=0);
  background-color: #634b30;
  color: white;
}

.button:active {
  position: relative;
  top: 1px;
}

.detail-main {
  width: 60%;
  float: left;
  display: inline;
  padding-right: 5%;
  border-right: 1px solid #847162;
}
@media only screen and (max-width: 840px) {
  .detail-main {
    width: 100%;
    float: none;
    display: block;
    padding: 0 5%;
    border-right: none;
  }
}

.detail-oi {
  width: 100%;
  padding-right: 0;
  border-right: none;
}

.detail-aside {
  width: 26%;
  float: left;
  display: inline;
  margin-left: 5%;
}
@media only screen and (max-width: 840px) {
  .detail-aside {
    width: 100%;
    float: none;
    display: block;
    padding: 0 5%;
    margin: 0;
  }
}

.detail-hidden {
  display: none;
}

.detail-main .main-img {
  width: 100%;
}

.detail-main .thumbnails {
  margin-top: 1em;
}

.detail-main .thumbnails img {
  width: 100%;
}

.energieausweis,
.responsive-image {
  width: 85%;
  height: auto;
}

.detail-main .cycle-slideshow .arrow-l {
  position: absolute;
  left: -50px;
}

.detail-main h1 {
  font-family: sans-serif;
  line-height: 1;
  margin-bottom: 0;
}

.detail-main h2,
.detail-main p {
  margin-right: 15%;
}

.detail-main h2 {
  font-family: sans-serif;
  font-weight: normal;
  font-size: 21px;
  margin-top: 1.5em;
  margin-bottom: 1em;
  line-height: 1.3;
  text-transform: uppercase;
}

.detail-main h3 {
  font-family: sans-serif;
  margin-bottom: 0;
  border-bottom: 1px solid #be9000;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  margin-right: 15%;
  font-size: 18px;
}

.detail-aside h3:first-child {
  margin-top: 0;
}

.detail-aside h3 {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 18px;
  background-color: #be9000;
  color: #ffffff;
  padding: 0.5em 1em;
}

.detail-main dd,
.detail-aside dd,
.detail-aside dt,
.detail-main p,
.detail-aside p {
  font-family: sans-serif;
  font-size: 0.9375em;
  font-size: 1em;
  line-height: 1.6;
  font-weight: 400;
}

.detail-aside dt {
  font-weight: bold;
}

.detail-aside p a {
  color: #222222;
}

.detail-main ul {
  padding-left: 1em;
  margin-right: 15%;
}

.detail-main ul li {
  font-family: sans-serif;
  font-size: 0.9375em;
  line-height: 1.6;
  margin-bottom: 0.5em;
}

.objektdetails,
.contenttable {
  width: 80%;
  font-family: sans-serif;
  font-size: 0.9375em;
  line-height: 1.6;
}

.objektdetails td,
.contenttable td {
  height: 2em;
  border-bottom: 1px solid #be9000;
}

/*
 *     OpenImmo
 */
.modal-dialog .img-fluid {
  width: 100%;
  height: auto;
}

.tx-openimmo .openimmo-details-images .openimmo-details-images-large {
  min-height: 374px;
}

.postlist {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  margin-bottom: 120px;
}
.postlist .postlist__post {
  width: 30%;
  display: inline-block;
  margin-right: 3%;
  margin-top: 0;
  vertical-align: top;
}
@media only screen and (max-width: 780px) {
  .postlist .postlist__post {
    width: calc(100% - 40px);
    margin: 0 20px 20px;
  }
}
.postlist .postlist__post figure {
  margin: 0;
}
.postlist .postlist__post .postmetagroup__content {
  display: none;
}
.postlist .postlist__post .postmetagroup__icon {
  display: none;
}
.postlist .postlist__post .postlist__posttitle {
  font-size: 1em;
  color: #222222;
  margin-top: 0;
}
.postlist .postlist__post .postlist__postsubtitle {
  font-size: 0.85em;
  color: #222222;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.8em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #847162;
}
.postlist .postlist__post .postlist__posttitle a {
  color: #222222;
  text-decoration: none;
}
.postlist .postlist__post .postlist__posttitle a:hover {
  text-decoration: underline;
}
.postlist .postlist__post:last-child {
  margin-right: 0;
}

.blogcontainer {
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  margin-bottom: 120px;
}

.blogpost__maincontent {
  column-count: 2;
  column-gap: 40px;
  margin-bottom: 20px;
}

.blogcontainer-main p {
  line-height: 1.6;
  font-weight: normal;
  text-align: justify;
  font-size: 1.1em;
  color: #575757;
}

.blogcontainer-sidebar {
  display: none !important;
}

.postheader__title {
  text-align: center;
  font-weight: 500;
  font-size: 2.5em;
}

.postheader__subtitle {
  text-align: center;
  font-weight: 500;
  font-size: 1.5em;
  margin-bottom: 0;
  margin-top: 40px;
}

.postmetagroup {
  display: block;
  text-align: center;
  margin-bottom: 40px;
}

.postheader__featuredimage figure {
  margin: 40px 0;
}

.blogimage img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.blogcontainer-main li {
  font-size: 1.1em;
  line-height: 1.6;
  font-weight: normal;
  color: #575757;
  margin-bottom: 0.3em;
}
.blogcontainer-main .contenttable {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5em;
}
.blogcontainer-main .contenttable tr:first-child td {
  background: #847162;
  color: #ffffff;
}
.blogcontainer-main .contenttable tr:first-child td p, .blogcontainer-main .contenttable tr:first-child td strong {
  color: #ffffff;
}
.blogcontainer-main .contenttable td {
  padding: 8px 12px;
  border-bottom: 1px solid #e0d8d0;
  font-size: 1em;
  line-height: 1.6;
  color: #575757;
}
.blogcontainer-main .contenttable tr:nth-child(even) td {
  background: #f7f4f1;
}
.blogcontainer-main .contenttable strong {
  color: #222222;
}

.postfooter,
.postcomments,
.postcommentsform {
  display: none;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list {
  display: block;
}

.splide__track--fade > .splide__list > .splide__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  position: relative;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: transparent;
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.section-footer {
  background-color: #847162;
  min-height: 300px;
  padding: 2em 0;
  margin-top: 100px;
}
.section-footer .footer-content {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  color: white;
  font-family: sans-serif;
  font-weight: 400;
  line-height: 1.6;
}
.section-footer .footer-content a {
  color: white;
}
.section-footer .footer-column {
  width: 25.5%;
  float: left;
  display: inline;
  margin-right: 9%;
}
@media only screen and (max-width: 780px) {
  .section-footer .footer-column {
    width: calc(100% - 80px);
    margin: 40px;
  }
}
.section-footer .footer-column:last-child {
  margin-right: 0;
}
.section-footer .small {
  font-size: 0.875em;
}
.section-footer .btn-primary {
  -moz-box-shadow: inset 0px 1px 0px 0px #a6827e;
  -webkit-box-shadow: inset 0px 1px 0px 0px #a6827e;
  box-shadow: inset 0px 1px 0px 0px #a6827e;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7d5d3b), color-stop(1, #634b30));
  background: -moz-linear-gradient(top, #7d5d3b 5%, #634b30 100%);
  background: -webkit-linear-gradient(top, #7d5d3b 5%, #634b30 100%);
  background: -o-linear-gradient(top, #7d5d3b 5%, #634b30 100%);
  background: -ms-linear-gradient(top, #7d5d3b 5%, #634b30 100%);
  background: linear-gradient(to bottom, #7d5d3b 5%, #634b30 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d5d3b', endColorstr='#634b30',GradientType=0);
  background-color: #7d5d3b;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #54381e;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: sans-serif;
  padding: 6px 24px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #4d3534;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 1em;
  text-align: center;
}
.section-footer .btn-primary:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #634b30), color-stop(1, #7d5d3b));
  background: -moz-linear-gradient(top, #634b30 5%, #7d5d3b 100%);
  background: -webkit-linear-gradient(top, #634b30 5%, #7d5d3b 100%);
  background: -o-linear-gradient(top, #634b30 5%, #7d5d3b 100%);
  background: -ms-linear-gradient(top, #634b30 5%, #7d5d3b 100%);
  background: linear-gradient(to bottom, #634b30 5%, #7d5d3b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#634b30', endColorstr='#7d5d3b',GradientType=0);
  background-color: #634b30;
  color: white;
}

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