/*!
Theme Name: Viktoria Willareth
Author: das parsmedia Team
Author URI: http://parsmedia.info/
Description:
Version: 1.0.0
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

@font-face {
  font-display: swap;
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 300;
  src: url('./fonts/rajdhani-v17-latin-300.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/rajdhani-v17-latin-regular.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 500;
  src: url('./fonts/rajdhani-v17-latin-500.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 600;
  src: url('./fonts/rajdhani-v17-latin-600.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/rajdhani-v17-latin-700.woff2') format('woff2');
}
*, *:after, *:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  min-height: 100%;
  width: 100%; }

body {
  min-height: 100%;
  color: #646363;
  font-family: "Rajdhani", sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.accessibility {
  display: block;
  height: 0;
  width: 0;
  overflow: hidden;
  position: absolute;
  bottom: 300%;
  right: 300%;
  z-index: -1; }

.frame {
  padding-bottom: 56.25%;
  position: relative;
  overflow: visible;
  z-index: 10; }
  .frame iframe {
    height: 100%;
    width: 100%;
    border: 0;
    position: absolute;
    top: 0;
    left: 0; }

h2,
h3,
h4,
h5,
h6 {
  margin: 3rem 0 1.5rem;
  color: #646363;
  line-height: 1.25; }
  h2:first-child,
  h3:first-child,
  h4:first-child,
  h5:first-child,
  h6:first-child {
    margin-top: 0; }
  h2:last-child,
  h3:last-child,
  h4:last-child,
  h5:last-child,
  h6:last-child {
    margin-bottom: 0; }

h3 {
  font-size: 1.5rem;
  font-weight: 600; }

.wysiwyg,
p,
ul,
ol,
blockquote,
table {
  margin: 1.5rem 0; }
  .wysiwyg:first-child,
  p:first-child,
  ul:first-child,
  ol:first-child,
  blockquote:first-child,
  table:first-child {
    margin-top: 0; }
  .wysiwyg:last-child,
  p:last-child,
  ul:last-child,
  ol:last-child,
  blockquote:last-child,
  table:last-child {
    margin-bottom: 0; }

.block__content ul:not([class]) {
  padding: 0; }
  .block__content ul:not([class]) li {
    padding-left: 3rem;
    margin-top: 0.5rem;
    position: relative;
    list-style: none; }
    .block__content ul:not([class]) li:before {
      content: '';
      display: block;
      width: 2rem;
      height: 0.125rem;
      position: absolute;
      top: 0.75em;
      left: 0;
      transform: translate(0, -50%);
      background: #658000; }
ul.icon-list {
  list-style: none;
  padding-left: 0; }
  ul.icon-list li {
    padding-left: 2.5rem;
    position: relative; }
    ul.icon-list li + li {
      margin-top: 1.5rem; }
    ul.icon-list li:after {
      content: '';
      display: block;
      width: 2rem;
      height: 2rem;
      position: absolute;
      top: 0.75em;
      left: 0;
      transform: translate(0, -50%);
      background: center center no-repeat;
      background-size: contain; }
    ul.icon-list li.phone:after {
      background-image: url("graphics/icon-phone.svg"); }
    ul.icon-list li.email:after {
      background-image: url("graphics/icon-mail.svg"); }
  ul.icon-list a {
    color: inherit;
    text-decoration: none; }

ol {
  counter-reset: li;
  padding: 0; }
  ol li {
    counter-increment: li;
    display: block;
    padding-left: 3em;
    position: relative;
    list-style: none; }
    ol li + li {
      margin-top: 1.5rem; }
    ol li:before {
      content: counters(li,"",decimal-leading-zero);
      display: block;
      height: 2em;
      width: 2em;
      position: absolute;
      left: 0;
      top: 0.75em;
      transform: translate(0, -50%);
      background: #658000;
      border-radius: .5rem;
      color: white;
      font-weight: 700;
      line-height: 2;
      text-align: center; }

table {
  border-spacing: 0; }
  table td,
  table th {
    vertical-align: top;
    line-height: 1.5;
    padding: 0; }
    table td + td, table td + th,
    table th + td,
    table th + th {
      padding-left: 1.5rem; }
  table th {
    display: block;
    padding-right: 1rem;
    font-weight: inherit;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.3125rem; }
    @media screen and (min-width: 1000px) {
      table th {
        letter-spacing: 0.5vw; } }
    @media screen and (min-width: 2000px) {
      table th {
        letter-spacing: 0.625rem; } }
    @media screen and (min-width: 768px) {
      table th {
        display: table-cell; } }
  table tr + tr td,
  table tr + tr th {
    padding-top: 1.5em; }

strong,
b {
  font-weight: 600; }

.no-wrap {
  white-space: nowrap; }

.contact-form {
  min-width: calc( 320px - 4rem );
  width: 80%;
  margin-top: 2rem; }
  @media screen and (min-width: 768px) {
    .contact-form {
      margin-top: 4rem; } }
  .contact-form__element {
    width: 100%;
    margin-bottom: 1em;
    position: relative;
    color: #646363; }
    @media screen and (min-width: 768px) {
      .contact-form__element {
        margin-bottom: 1.5em; } }
    .contact-form__element--required {
      display: none !important; }
    .nojs .contact-form__element .contact-form__label, .contact-form__element--has-focus .contact-form__label, .contact-form__element--has-input .contact-form__label {
      padding-top: calc( .25rem - 1px );
      padding-left: calc( .5rem - 1px );
      font-size: 0.875em;
      line-height: 1.4; }
    .nojs .contact-form__element .contact-form__input, .contact-form__element--has-focus .contact-form__input, .contact-form__element--has-input .contact-form__input {
      padding-left: calc( .5rem - 1px ); }
    .contact-form__element--has-focus .contact-form__input {
      box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08); }
  .contact-form__alert {
    margin: 0 0 0 .5rem;
    color: #de0027;
    font-size: 0;
    opacity: 0;
    transition: all 0.4s ease;
    -webkit-backface-visibility: hidden; }
  .contact-form__label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    display: block;
    width: 100%;
    padding: calc( 0.5rem - 1px ) calc( .75rem - 1px );
    border: 1px solid transparent;
    cursor: text;
    color: inherit;
    line-height: 2rem;
    pointer-events: none;
    transition: all 0.4s ease;
    -webkit-backface-visibility: hidden; }
  .contact-form__input {
    width: 100%;
    padding: calc( 1.5rem - 1px ) calc( 1rem  - 1px ) calc( 0.5rem - 1px );
    background: white;
    border: 1px solid #DADADA;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: 1rem;
    transition: all 0.4s ease;
    -webkit-backface-visibility: hidden; }
    .contact-form__input--non-validate {
      border-color: #de0027;
      box-shadow: 0 2px 2px 0 rgba(222, 0, 39, 0.16), 0 0 0 1px rgba(222, 0, 39, 0.08); }
      .contact-form__input--non-validate + .contact-form__alert {
        margin-top: 0.5rem;
        font-size: 1rem;
        opacity: 1; }
    .contact-form__input--textarea {
      height: 150px;
      resize: vertical; }
    .contact-form__input--checkbox {
      width: auto;
      padding: 0;
      position: absolute;
      top: 1em;
      left: 0;
      transform: translate(0, -50%); }
  .contact-form__submit {
    margin-left: .5rem;
    margin-right: .5rem;
    font-size: 1rem;
    font-weight: 700; }
    .contact-form__submit[disabled], .contact-form__submit[disabled]:hover {
      color: #9D9D9C;
      cursor: default; }
  .contact-form__legal {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 1em;
    margin-left: .5rem;
    margin-right: .5rem; }
    .contact-form__legal .contact-form__label {
      display: block;
      padding: 0;
      border: 0;
      position: static;
      cursor: pointer;
      pointer-events: all;
      line-height: 1.4; }
      .contact-form__legal .contact-form__label a {
        color: inherit; }
  .contact-form .user-notice {
    margin: 1rem 0.5rem; }
    @media screen and (min-width: 1024px) {
      .contact-form .user-notice {
        margin: 1rem; } }
  .contact-form__admin-notice {
    font-weight: 800;
    margin-left: .5rem;
    margin-right: .5rem; }
  .contact-form__warning {
    display: none;
    clear: both;
    margin-top: 1em; }
    .contact-form__warning p {
      font-weight: bold;
      color: red; }

#formsent {
  margin: 2rem 0; }

.nojs .aufklapper .aufklapper__toggle, .aufklapper--show .aufklapper__toggle {
  display: none; }
.nojs .aufklapper .aufklapper__container, .aufklapper--show .aufklapper__container {
  margin-bottom: 1.5rem;
  max-height: none; }
.aufklapper__toggle {
  width: 7.5rem;
  position: relative;
  text-indent: -999em; }
  .aufklapper__toggle.button, .aufklapper__toggle[type="button"]:not(.button--not),
  .aufklapper__toggle[type="submit"],
  button.aufklapper__toggle:not(.button--not) {
    border: 1px dotted transparent; }
    .aufklapper__toggle.button:focus, .aufklapper__toggle[type="button"]:focus:not(.button--not),
    .aufklapper__toggle[type="submit"]:focus,
    button.aufklapper__toggle:focus:not(.button--not) {
      outline: none;
      border-color: currentColor; }
  .aufklapper__toggle:before, .aufklapper__toggle:after {
    content: '';
    display: block;
    width: 2.5rem;
    height: 0.25rem;
    position: absolute;
    top: 50%;
    left: 50%;
    background: currentColor; }
  .aufklapper__toggle:before {
    transform: translate(-50%, -50%); }
  .aufklapper__toggle:after {
    transform: translate(-50%, -50%) rotate(90deg); }
.aufklapper__container {
  max-height: 0;
  margin: 1.5rem 0 0;
  overflow: hidden; }

.block {
  padding: 1rem 5%;
  position: relative;
  transition: all 0.8s ease;
  -webkit-backface-visibility: hidden; }
  .block + .block {
    padding-top: 4rem; }
  @media screen and (min-width: 768px) {
    .block {
      padding: 1rem 10%; } }
  @media screen and (min-width: 1024px) {
    .block {
      padding: 1rem 0 1rem calc( 320px + 4rem ); }
      .block + .block {
        padding-top: 1rem; } }
  .block--background {
    overflow: hidden; }
    .block--background .block__image-container {
      width: 100%;
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: 0; }
      @media screen and (min-width: 1024px) {
        .block--background .block__image-container {
          width: calc( 100% - 320px - 4rem ); } }
      .block--background .block__image-container:after {
        left: 25%;
        width: 75%; }
    @supports (object-fit: cover) {
      .block--background .block__image {
        height: 100%;
        object-fit: cover;
        object-position: top right; } }
    .block--background .block__content {
      position: relative;
      z-index: 10; }
  .block__offset {
    position: absolute;
    top: -1rem; }
  .block__wrapper {
    max-width: 1000px;
    margin: 0; }
    @media screen and (min-width: 1024px) {
      .block__wrapper {
        margin: 0 2rem 0 0; } }
  .block__image-container {
    position: relative; }
    .block__image-container:after {
      content: '';
      display: block;
      width: 100vw;
      height: 1rem;
      position: absolute;
      bottom: 0;
      left: 50%;
      z-index: 100;
      background: #658000; }
  .block__image {
    width: 100%;
    height: auto;
    vertical-align: top; }
  .block__content {
    align-self: center;
    width: 100%;
    padding: 2rem 0 0;
    position: relative; }
    @media screen and (min-width: 1024px) {
      .block__content {
        padding-top: 5rem; } }
    .block__content img {
      max-width: 100%;
      height: auto; }
    .block__content a {
      color: #658000; }
  .block__heading, .widget__title {
    grid-area: heading;
    margin-bottom: 0.9375em;
    position: relative;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.5em; }
    @media screen and (min-width: 1024px) {
      .block__heading, .widget__title {
        font-size: 2rem;
        line-height: calc( 1em + 1rem ); } }
    .block__heading--h1 {
      color: #658000;
      font-size: 2rem; }
      @media screen and (min-width: 1024px) {
        .block__heading--h1 {
          font-size: 3rem; } }
    .block__heading--h3 {
      padding-left: 0;
      margin-bottom: 1.5rem;
      font-size: 1.5rem;
      text-indent: 0; }
  .block__sub-heading {
    display: block;
    margin-bottom: 2rem;
    color: #767676;
    font-size: 1rem;
    letter-spacing: 0.6em;
    line-height: 1.5rem;
    text-transform: uppercase; }
    @media screen and (min-width: 1024px) {
      .block__sub-heading {
        font-size: 1.5rem; } }
  .content--long .block--short {
    display: none; }
  .content--short .block--long {
    display: none; }
  .block--not-visible {
    opacity: 0; }

.blockquote, blockquote {
  padding: 0 3rem;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  color: #658000;
  font-size: 1.25rem; }
  .blockquote:after, blockquote:after {
    content: '';
    display: block;
    width: 3rem;
    height: 3rem;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    background: url("graphics/icon-quote.svg") center center no-repeat;
    background-size: contain;
    opacity: .4; }
    @media screen and (max-width: 400px) {
      .blockquote:after, blockquote:after {
        content: none; } }
  .blockquote--image {
    display: grid;
    grid-template-columns: 1fr 2.5fr;
    gap: 1rem;
    grid-template-areas: "heading .      " "image   content";
    padding-right: 0; }
    .blockquote--image .blockquote__heading {
      grid-area: heading; }
    .blockquote--image .blockquote__content {
      grid-area: content; }
    @media screen and (max-width: 767px) {
      .blockquote--image {
        grid-template-areas: "image" "heading" "content";
        grid-template-columns: 1fr;
        padding-left: 0; }
        .blockquote--image:after {
          content: none; } }
  .blockquote__heading {
    display: block;
    font-weight: 600; }
  .blockquote__image {
    grid-area: image; }
  @media screen and (min-width: 640px) {
    .blockquote, blockquote {
      padding-left: 5rem; }
      .blockquote:after, blockquote:after {
        width: 2rem;
        height: 2rem;
        left: 1.5rem; } }
  @media screen and (max-width: 400px) {
    .blockquote, blockquote {
      padding: 0; } }

.button, [type="button"]:not(.button--not),
[type="submit"],
button:not(.button--not) {
  display: inline-block;
  vertical-align: top;
  padding: .25rem 2rem;
  margin-top: 1.5rem;
  background: none;
  border: 1px solid #658000;
  border-radius: 1rem;
  color: #646363;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
  text-decoration: none; }
  .button[disabled], [disabled][type="button"]:not(.button--not),
  [disabled][type="submit"],
  button[disabled]:not(.button--not) {
    cursor: default;
    color: #B2B2B2; }

.checkmarks {
  padding: 0;
  list-style: none; }
  .checkmarks__item {
    padding-left: 2.5rem;
    position: relative; }
    .checkmarks__item:before {
      content: '';
      display: block;
      width: 2rem;
      height: 2rem;
      position: absolute;
      top: 0.75em;
      left: 0;
      transform: translate(0, -50%);
      background: url("graphics/icon-checkmark.svg") center center no-repeat transparent;
      background-size: contain; }

.content-switch {
  width: 85.7142857143%;
  max-width: 64rem;
  margin: -8rem auto 4rem;
  padding: 0 2rem 2rem;
  position: relative;
  z-index: 1000;
  background: white;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); }
  .content-switch--short .content-switch__clock-face:before {
    width: 9rem;
    transform: rotate(-180deg); }
  .content-switch--long .content-switch__clock-face:before {
    width: 9rem;
    transform: rotate(-180deg); }
  .content-switch__heading {
    display: block;
    padding: 1rem 0 3.125rem;
    position: relative;
    font-size: 1.5rem;
    line-height: 1.25;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.3125rem; }
    @media screen and (min-width: 1000px) {
      .content-switch__heading {
        letter-spacing: 0.5vw; } }
    @media screen and (min-width: 2000px) {
      .content-switch__heading {
        letter-spacing: 0.625rem; } }
    .content-switch__heading:after {
      content: '';
      display: block;
      width: 95%;
      height: 3px;
      position: absolute;
      bottom: 2rem;
      left: 50%;
      transform: translate(-50%, 50%);
      background: #658000; }
  .content-switch__container {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    justify-content: space-between; }
  .content-switch__toggle {
    flex: 0 1 100%;
    order: 1;
    padding: .5rem 1.5rem;
    position: relative;
    z-index: 100;
    border: 1px solid #D9D9D9;
    background: none;
    cursor: pointer;
    transition: all 0.4s ease;
    -webkit-backface-visibility: hidden; }
    .content-switch__toggle:hover {
      background: rgba(52, 67, 83, 0.08); }
    .content-switch__toggle--active {
      background: rgba(52, 67, 83, 0.16); }
    .content-switch__toggle ~ .content-switch__toggle {
      margin-top: 2rem; }
    @media screen and (min-width: 640px) {
      .content-switch__toggle {
        flex: 0 1 47.5%;
        text-align: right; }
        .content-switch__toggle ~ .content-switch__toggle {
          text-align: left;
          margin-top: 0; } }
    @media screen and (min-width: 1024px) {
      .content-switch__toggle {
        flex: 0 1 35%;
        order: 0; } }
  .content-switch__clock-face {
    display: flex;
    flex: 0 1 100%;
    order: 2; }
    .content-switch__clock-face div {
      align-self: center;
      width: 90px;
      padding-top: 90px;
      margin: 2rem auto 0;
      position: relative;
      border: 1px solid #D9D9D9;
      border-radius: 50%; }
      .content-switch__clock-face div:before, .content-switch__clock-face div:after {
        content: '';
        display: block;
        height: 2px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform-origin: left center;
        background: #658000;
        transition: all ease .8s; }
      .content-switch__clock-face div:after {
        width: 65%;
        transform: rotate(-90deg); }
      .content-switch__clock-face div:before {
        width: 90%;
        transform: rotate(-180deg); }
      .content--short .content-switch__clock-face div:before {
        transform: rotate(-180deg); }
      .content--long .content-switch__clock-face div:before {
        transform: rotate(0deg); }
    @media screen and (min-width: 640px) {
      .content-switch__clock-face div {
        width: 15.625%;
        padding-top: 15.625%; } }
    @media screen and (min-width: 1024px) {
      .content-switch__clock-face {
        flex: 0 1 15.625%;
        order: 0; }
        .content-switch__clock-face div {
          width: 100%;
          padding-top: 100%;
          margin: auto; } }

.cta {
  padding: 4rem 1rem 1rem 1rem;
  position: relative;
  border: 1px solid #658000;
  border-radius: 1rem; }
  .cta:before {
    content: '';
    display: block;
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: 1rem;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: .5rem;
    background: center center no-repeat #658000;
    background-size: 1.25rem; }
  @media screen and (min-width: 640px) {
    .cta {
      padding: 2rem 2rem 2rem 8rem; }
      .cta:before {
        width: 4rem;
        height: 4rem;
        top: 50%;
        left: 2rem;
        transform: translate(0, -50%);
        border-radius: 1rem;
        background-size: 2.5rem; } }
  .cta--knowledge:before {
    background-image: url("graphics/icon-knowledge.svg"); }
  .cta--phone:before {
    background-image: url("graphics/icon-phone.svg"); }
  .cta__heading {
    display: block;
    font-weight: 700; }
  .cta__content .button, .cta__content [type="button"]:not(.button--not),
  .cta__content [type="submit"],
  .cta__content button:not(.button--not) {
    font-size: 1.2rem;
    margin: 0.25rem; }

.faq {
  padding-bottom: 1.5rem;
  margin: 1rem 0;
  border: 1px solid #658000;
  border-radius: 1rem; }
  .faq:first-child {
    margin-top: 0; }
  .faq:last-child {
    margin-bottom: 0; }
  .faq[open] .faq__question {
    padding-bottom: 1.5rem; }
  .faq[open] .faq__state-marker:after, .faq[open] .faq__state-marker:before {
    top: 50%;
    transform: translate(0, -50%) rotate(180deg); }
  .faq__question {
    padding: 1.5rem 4rem 0 1.5rem;
    position: relative;
    cursor: pointer;
    font-family: inherit;
    font-size: 1.25rem;
    font-style: italic;
    list-style: none;
    outline: none; }
    .faq__question::-webkit-details-marker {
      display: none; }
    .faq__question h2,
    .faq__question h3 {
      color: inherit;
      font-family: inherit;
      font-size: inherit;
      font-weight: inherit; }
  .faq__state-marker:after, .faq__state-marker:before {
    content: '';
    display: block;
    width: 1.5rem;
    height: 0.1875rem;
    position: absolute;
    top: calc( 50% + 0.75rem );
    right: 1rem;
    background: #646363;
    transition: transform 0.4s ease;
    -webkit-backface-visibility: hidden; }
  .faq__state-marker:after {
    transform: translate(0, -50%) rotate(90deg); }
  .faq__state-marker:before {
    transform: translate(0, -50%); }
  .faq__answer {
    padding: 0 2.5rem 0 1.5rem; }
  .faq + .cta {
    margin-top: 2rem; }

.info-box {
  position: relative;
  z-index: 100; }
  .info-box__item {
    display: grid;
    grid-template-columns: 2em 320px 1fr 2em;
    grid-template-rows: calc( 14em + 2px ) auto 2em;
    grid-template-areas: "x x x x" "y container z z" "u u u u";
    position: relative; }
    .info-box__item:nth-child(2n) .info-box__container {
      background: #658000; }
  .info-box__container {
    grid-area: container;
    align-self: start;
    padding: 1.75em 2em 2em;
    background: #646363;
    border-radius: 1rem;
    color: white; }
    .info-box__container a {
      color: inherit; }
  .info-box__heading {
    display: block;
    margin-bottom: 1.5rem;
    position: relative;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase; }
  .info-box__image {
    width: 100%;
    height: auto;
    vertical-align: top;
    grid-row: 1 / -1;
    grid-column: 1 / -1; }
    @supports (object-fit: cover) {
      .info-box__image {
        height: 100%;
        object-fit: cover;
        object-position: top right; } }

.main-nav {
  display: flex;
  position: relative;
  z-index: 1000;
  margin: -1em 1em 0 0; }
  @media screen and (min-width: 480px) {
    .main-nav {
      position: static;
      margin: 2em 2em 0 0; } }
  @media screen and (min-width: 1024px) {
    .main-nav {
      position: relative; } }
  .main-nav li {
    list-style: none;
    font-size: 1.25rem; }
    .main-nav li a {
      display: block;
      padding-top: 0.3375em;
      padding-bottom: 0.3375em;
      color: #646363;
      line-height: 1.2;
      text-decoration: none;
      white-space: nowrap; }
  .show-toc .main-nav__toggle {
    position: fixed;
    top: 7.5rem;
    right: 1rem; }
  :target .main-nav__top-level, .show-nav .main-nav__top-level {
    display: block;
    width: calc( 100vw - 2rem );
    opacity: 1;
    pointer-events: all; }
    @media screen and (min-width: 480px) {
      :target .main-nav__top-level, .show-nav .main-nav__top-level {
        width: calc( 100vw - 4rem ); } }
    @media screen and (min-width: 768px) {
      :target .main-nav__top-level, .show-nav .main-nav__top-level {
        width: auto; } }
  :target .main-nav__toggle, .show-nav .main-nav__toggle {
    margin-top: -1.25rem;
    background: transparent;
    border-color: transparent;
    border-radius: 1rem;
    color: white;
    position: absolute;
    top: 0;
    right: 0; }
    @media screen and (min-width: 480px) {
      :target .main-nav__toggle, .show-nav .main-nav__toggle {
        margin-top: 0; } }
    @media screen and (min-width: 1024px) {
      :target .main-nav__toggle, .show-nav .main-nav__toggle {
        position: relative; } }
  :target .main-nav__icon, .show-nav .main-nav__icon {
    background: rgba(255, 255, 255, 0); }
    :target .main-nav__icon:after, :target .main-nav__icon:before, .show-nav .main-nav__icon:after, .show-nav .main-nav__icon:before {
      width: 60%;
      margin: 0 20%;
      background: #000; }
    :target .main-nav__icon:after, .show-nav .main-nav__icon:after {
      transform: translate(0, -50%) rotate(45deg); }
    :target .main-nav__icon:before, .show-nav .main-nav__icon:before {
      transform: translate(0, -50%) rotate(-45deg); }
  .main-nav__container {
    display: flex;
    width: calc( 100vw - 2rem );
    height: 100%;
    transition: all 0.4s ease;
    -webkit-backface-visibility: hidden; }
    @media screen and (min-width: 480px) {
      .main-nav__container {
        width: auto; } }
    @media screen and (min-height: 768px) {
      .main-nav__container {
        justify-content: center; } }
    @media screen and (min-width: 1024px) {
      .main-nav__container {
        position: relative; } }
  .main-nav__top-level {
    padding: 0 2em 1em;
    margin: 0;
    position: absolute;
    top: -1rem;
    right: 0;
    z-index: 10;
    background: white;
    border: 1px solid #658000;
    border-top: 2rem solid #658000;
    border-radius: 1rem;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease;
    -webkit-backface-visibility: hidden; }
    @media screen and (min-width: 480px) {
      .main-nav__top-level {
        right: 2rem;
        top: 2rem;
        border-top: 2.5rem solid #658000; } }
    @media screen and (min-width: 768px) {
      .main-nav__top-level {
        max-width: calc( 100vw - 7em );
        margin: 0 0.5rem 0 0; } }
    @media screen and (min-width: 1024px) {
      .main-nav__top-level {
        right: 100%;
        top: 0; } }
    @media screen and (min-width: 480px) {
      .main-nav__top-level > li {
        display: flex;
        align-items: flex-start; } }
    .main-nav__top-level > li > a {
      font-weight: 700; }
      @media screen and (min-width: 480px) {
        .main-nav__top-level > li > a {
          flex: 0 0 auto;
          width: 150px; } }
    .main-nav__top-level ul {
      padding: 0; }
  .main-nav__toggle {
    display: flex;
    width: 4rem;
    margin: 0;
    padding: .5625rem 1rem;
    float: right;
    align-items: center;
    align-self: flex-start;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    background: white;
    border: 1px solid #658000;
    border-radius: 0.5rem;
    color: inherit;
    font-size: 1rem;
    line-height: 1;
    text-decoration: none;
    text-indent: -999em;
    text-transform: uppercase;
    transition: all 0.4s ease;
    -webkit-backface-visibility: hidden; }
    @media screen and (min-width: 480px) {
      .main-nav__toggle {
        position: relative;
        top: auto;
        right: auto;
        margin: 0 0.5rem; } }
    @media screen and (min-width: 640px) {
      .main-nav__toggle {
        width: auto;
        font-size: 1.25rem;
        text-indent: 0; } }
    @media screen and (min-width: 768px) {
      .main-nav__toggle {
        padding: .5rem 2rem; } }
  .main-nav__text {
    display: none; }
    @media screen and (min-width: 768px) {
      .main-nav__text {
        display: inline; } }
  .main-nav__icon {
    display: block;
    order: 2;
    width: 1.75rem;
    height: .25rem;
    margin: 0.5rem 0;
    position: relative;
    background: currentColor;
    transition: all 0.4s ease;
    -webkit-backface-visibility: hidden; }
    .main-nav__icon:after, .main-nav__icon:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 50%;
      left: 0;
      background: currentColor;
      transform-origin: center center;
      transition: all 0.4s ease;
      -webkit-backface-visibility: hidden; }
    .main-nav__icon:after {
      transform: translate(0, -225%); }
    .main-nav__icon:before {
      transform: translate(0, 125%); }
    @media screen and (min-width: 768px) {
      .main-nav__icon {
        margin-left: .5rem; } }
  .main-nav__item {
    position: relative; }
    .main-nav__item > a {
      position: relative; }
      @media screen and (min-width: 480px) {
        .main-nav__item > a {
          text-align: right; } }
    .main-nav__item ul {
      flex: 0 1 auto;
      display: flex;
      flex-flow: row wrap;
      margin: 0;
      padding: 0.3375em 0;
      transition: all 0.4s ease;
      -webkit-backface-visibility: hidden; }
      @media screen and (min-width: 768px) {
        .main-nav__item ul {
          flex-flow: row; } }
      .main-nav__item ul a {
        padding: 0;
        text-align: left; }
      .main-nav__item ul li {
        display: block;
        padding-left: 2.5rem;
        position: relative; }
        .main-nav__item ul li:after {
          content: '';
          display: block;
          height: 0.375rem;
          width: 0.375rem;
          position: absolute;
          top: 50%;
          right: 100%;
          margin-right: -1.25rem;
          transform: translate(50%, -50%);
          background: #658000;
          border-radius: 50%; }
    .main-nav__item li {
      padding-left: 0rem;
      margin: 0;
      position: relative; }
    .main-nav__item--show > a {
      text-decoration: underline; }
    .main-nav__item--show ul {
      max-height: 999em;
      opacity: 1;
      pointer-events: all; }
    @media screen and (min-width: 1024px) {
      .main-nav__item--show > a {
        text-decoration: none; } }
  .main-nav__extra {
    flex: 0 0 0;
    display: flex;
    padding: 0;
    margin: 0 0 0 auto;
    list-style: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0); }
    @media screen and (min-width: 1024px) {
      .main-nav__extra {
        position: static;
        transform: none; } }
    .main-nav__extra .main-nav__item {
      display: block;
      margin-bottom: .5rem;
      margin-right: .5rem;
      padding-right: 0; }
      .main-nav__extra .main-nav__item:last-child {
        margin-right: 0; }
      @media screen and (min-width: 1024px) {
        .main-nav__extra .main-nav__item {
          margin-bottom: 0; } }
      .main-nav__extra .main-nav__item--phone a {
        background-image: url("graphics/icon-phone.svg"); }
      .main-nav__extra .main-nav__item--mail a {
        background-image: url("graphics/icon-mail.svg"); }
      .main-nav__extra .main-nav__item--fb a {
        background-image: url("graphics/icon-fb.svg"); }
      .main-nav__extra .main-nav__item--ig a {
        background-image: url("graphics/icon-ig.svg"); }
      .main-nav__extra .main-nav__item--go a {
        background-image: url("graphics/icon-google.svg");
        background-size: 1.25em; }
      .main-nav__extra .main-nav__item--time a {
        background-image: url("graphics/icon-time.svg"); }
      .main-nav__extra .main-nav__item--go a, .main-nav__extra .main-nav__item--fb a, .main-nav__extra .main-nav__item--ig a {
        background-color: #9D9D9C;
        color: #373434; }
    .main-nav__extra li a {
      display: block;
      width: calc( 1.875em + 2px );
      height: calc( 1.875em + 2px );
      background: center center no-repeat #658000;
      background-size: 1.5em;
      border-radius: .675rem;
      color: white;
      text-align: left;
      text-indent: -150em;
      text-transform: uppercase; }

.page-header {
  padding-top: 2rem;
  border-bottom: 0.5em solid #658000; }
  @media screen and (min-width: 480px) {
    .page-header {
      padding-top: 0; } }
  .page-header__image-container {
    height: 100%;
    overflow: hidden; }
  .page-header__image {
    display: block;
    width: 100%;
    height: auto; }
    @supports (object-fit: cover) {
      .page-header__image {
        height: 100%;
        object-fit: cover;
        object-position: top right; } }

.sidebar {
  margin: 1rem 1rem 0;
  transition: all 0.4s ease;
  -webkit-backface-visibility: hidden; }
  @media screen and (min-width: 1024px) {
    .sidebar {
      width: 320px;
      height: 100%;
      max-height: calc( 100vh - 16rem );
      margin: 0;
      overflow: auto;
      position: fixed;
      top: calc( 13rem + 2px );
      left: 2rem;
      z-index: 100;
      opacity: 0;
      pointer-events: none; }
      .sidebar--show {
        opacity: 1;
        pointer-events: all; } }
  .sidebar__item {
    display: none;
    margin-bottom: 0 !important;
    background: white;
    border: 1px solid #658000;
    border-radius: 1rem; }
    .sidebar__item--toc {
      display: block; }
    @media screen and (min-width: 1024px) {
      .sidebar__item {
        display: block;
        margin-bottom: 1rem !important; } }
  .sidebar .menu {
    padding: 0 1rem 1rem; }
    .sidebar .menu ul {
      padding-left: 1rem; }
    .sidebar .menu li {
      list-style: none; }
    .sidebar .menu .menu-item-has-children > a {
      display: block;
      padding-right: 2rem;
      text-align: left; }
      .sidebar .menu .menu-item-has-children > a:after, .sidebar .menu .menu-item-has-children > a:before {
        content: '';
        display: block;
        width: 1.25rem;
        height: 0.125rem;
        position: absolute;
        top: 0.75em;
        right: 0;
        background: currentColor; }
      .sidebar .menu .menu-item-has-children > a:after {
        transform: translate(0, -50%); }
      .sidebar .menu .menu-item-has-children > a:before {
        transform: translate(0, -50%) rotate(90deg); }
    .sidebar .menu .menu-item-has-children > ul {
      max-height: 0;
      overflow: hidden;
      margin: 0;
      padding: 0;
      flex-flow: row wrap; }
    .sidebar .menu .menu-item-has-children.main-nav__item--show > ul {
      max-height: 100em !important;
      opacity: 1;
      margin-bottom: 1rem; }
    .sidebar .menu .menu-item-has-children.main-nav__item--show > a:after {
      transform: translate(0, -50%) rotate(180deg); }
    .sidebar .menu .menu-item-has-children.main-nav__item--show > a:before {
      transform: translate(0, -50%) rotate(180deg); }
    .sidebar .menu a {
      color: inherit;
      font-size: 1.125rem;
      text-transform: none;
      text-decoration: none; }
  .sidebar .main-nav__extra {
    display: none;
    width: 100%;
    margin: 0; }
    @media screen and (min-width: 1024px) {
      .sidebar .main-nav__extra {
        display: flex;
        justify-content: space-between; } }
    .sidebar .main-nav__extra li {
      margin: 0;
      font-size: 1.6em; }
    .sidebar .main-nav__extra a {
      width: 2em;
      height: 2em;
      border-radius: 0.75em; }
  .sidebar__appointment-button {
    padding: 0.5rem 1rem;
    border: 1px solid;
    border-radius: 1rem;
    text-decoration: none;
    color: #658000;
    display: block;
    margin: 1rem 0;
    font-weight: 500;
    font-size: 1.25rem;
    background-color: white; }
  .sidebar__job-button {
    padding: 0.5rem 1rem;
    border: 1px solid;
    border-radius: 1rem;
    text-decoration: none;
    color: #b1c800;
    display: block;
    margin: 1rem 0;
    font-weight: 500;
    font-size: 1.25rem;
    background-color: white; }
    @media screen and (max-width: 1024px) {
      .sidebar__job-button {
        position: fixed;
        bottom: 0;
        z-index: 101;
        width: 100%;
        left: 0;
        text-align: center;
        border-radius: 0;
        margin: 0; } }

.sm-feed {
  width: calc( 100% + 2rem );
  margin: 0 -1rem; }
  .sm-feed__item {
    max-width: 400px;
    margin: 0 1rem 2rem;
    position: relative;
    background: white;
    border: 1px solid #DADADA; }
    @media screen and (min-width: 768px) and (max-width: 1023px), screen and (min-width: 1600px) {
      .sm-feed__item {
        float: left;
        width: calc( 50% - 2rem ); } }
  .sm-feed__image {
    display: block;
    width: 100%;
    height: auto; }
  .sm-feed__image-container {
    position: relative; }
    .sm-feed__image-container svg {
      width: 3rem;
      height: 3rem;
      position: absolute;
      bottom: .5rem;
      left: .5rem;
      z-index: 10; }
  .sm-feed__link {
    color: inherit;
    text-decoration: none; }
    .sm-feed__link:after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1000; }
  .sm-feed__heading {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 300; }
    .sm-feed__heading + * {
      margin-top: 0; }
  .sm-feed__content {
    padding: 0.875rem 1rem; }
    @media screen and (min-width: 480px) {
      .sm-feed__content {
        padding: 2rem; } }

.team {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2em; }
  @media screen and (min-width: 640px) {
    .team {
      grid-template-columns: 1fr 1fr; } }
  @media screen and (min-width: 960px) {
    .team {
      grid-template-columns: 1fr 1fr 1fr; } }
  .team__item {
    max-width: 300px;
    margin: 0 auto; }
  .team__image {
    vertical-align: middle;
    width: 100%; }
  .team__name {
    margin-top: 1rem; }

.teaser {
  grid-area: teaser;
  margin: 4rem 0 0;
  display: flex;
  flex-flow: row wrap; }
  .teaser--news .teaser__item {
    flex: 0 1 100%; }
  .teaser--wide .teaser__item {
    display: flex;
    flex: 0 1 100%;
    flex-flow: row wrap;
    align-items: center;
    padding: 0; }
    @media screen and (min-width: 1024px) {
      .teaser--wide .teaser__item:after {
        content: '';
        display: block;
        width: 75%;
        height: 1rem;
        position: absolute;
        bottom: 0;
        left: 25%;
        z-index: 10;
        background: #658000; }
      .teaser--wide .teaser__item:nth-child(2n):after {
        left: 0; }
      .teaser--wide .teaser__item:nth-child(2n) .teaser__body {
        order: 1;
        padding-right: 2rem;
        text-align: right; }
      .teaser--wide .teaser__item:nth-child(2n) .teaser__image-container {
        order: 2;
        padding-left: 2rem;
        padding-right: 0;
        position: relative;
        text-align: left; }
      .teaser--wide .teaser__item:nth-child(2n) .teaser__heading, .teaser--wide .teaser__item:nth-child(2n) .teaser__text {
        margin-left: auto; } }
  .teaser--wide .teaser__body {
    flex: 0 1 100%;
    padding: 0 2rem 0rem 2rem; }
    @media screen and (min-width: 1024px) {
      .teaser--wide .teaser__body {
        flex: 1 1 34%;
        padding-bottom: 3rem; } }
  .teaser--wide .teaser__image-container {
    flex: 0 1 100%;
    margin-bottom: 2rem;
    position: relative;
    text-align: right; }
    .teaser--wide .teaser__image-container:after {
      content: '';
      display: block;
      width: 75%;
      height: 1rem;
      position: absolute;
      bottom: 0;
      left: 25%;
      z-index: 10;
      background: #658000; }
    @media screen and (min-width: 1024px) {
      .teaser--wide .teaser__image-container {
        margin-bottom: 0;
        padding-right: 2rem;
        flex: 0 1 50%;
        align-self: stretch; }
        .teaser--wide .teaser__image-container:after {
          content: none; } }
  .teaser--wide .teaser__image {
    height: auto;
    width: 100%; }
    @supports (object-fit: cover) {
      .teaser--wide .teaser__image {
        height: 100%;
        object-fit: cover; } }
  .teaser--wide .teaser__heading, .teaser--wide .teaser__text {
    max-width: 640px; }
  .teaser--wide .teaser__body {
    align-self: center; }
  .teaser--narrow {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 2rem;
    padding-bottom: 2rem; }
    @media screen and (min-width: 768px) {
      .teaser--narrow {
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); } }
    .teaser--narrow .teaser__image-container {
      padding-top: 1rem;
      background: white;
      text-align: center; }
    .teaser--narrow .teaser__item {
      flex: 1 1 280px;
      padding: 0;
      margin-right: 2rem;
      margin-bottom: 2rem;
      position: relative;
      color: white;
      background: #706f6f;
      box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.15), 0 0 3px 0 rgba(0, 0, 0, 0.15);
      opacity: 0.9; }
      .teaser--narrow .teaser__item:nth-child(6n+1), .teaser--narrow .teaser__item:nth-child(6n+3), .teaser--narrow .teaser__item:nth-child(6n+5) {
        background: #658000; }
        .teaser--narrow .teaser__item:nth-child(6n+1) .teaser__link, .teaser--narrow .teaser__item:nth-child(6n+3) .teaser__link, .teaser--narrow .teaser__item:nth-child(6n+5) .teaser__link {
          color: #658000; }
        .teaser--narrow .teaser__item:nth-child(6n+1) .teaser__text:after, .teaser--narrow .teaser__item:nth-child(6n+3) .teaser__text:after, .teaser--narrow .teaser__item:nth-child(6n+5) .teaser__text:after {
          background: #658000; }
      .teaser--narrow .teaser__item:nth-child(6n+4), .teaser--narrow .teaser__item:nth-child(6n+6), .teaser--narrow .teaser__item:nth-child(6n+2) {
        background: #706f6f; }
        .teaser--narrow .teaser__item:nth-child(6n+4) .teaser__link, .teaser--narrow .teaser__item:nth-child(6n+6) .teaser__link, .teaser--narrow .teaser__item:nth-child(6n+2) .teaser__link {
          color: #706f6f; }
        .teaser--narrow .teaser__item:nth-child(6n+4) .teaser__text:after, .teaser--narrow .teaser__item:nth-child(6n+6) .teaser__text:after, .teaser--narrow .teaser__item:nth-child(6n+2) .teaser__text:after {
          background: #706f6f; }
      @supports (display: grid) {
        .teaser--narrow .teaser__item {
          margin: 0; } }
    .teaser--narrow .teaser__heading {
      padding: 1rem 1rem 2rem;
      background: white;
      text-align: center; }
    .teaser--narrow .teaser__button {
      display: block;
      background: url("graphics/icon-double-arrow-right.svg") center center no-repeat;
      background-size: 1em auto;
      border: 0;
      color: inherit;
      text-indent: -99em;
      opacity: .7; }
    .teaser--narrow .teaser__text {
      padding: .5rem 1.5rem 0;
      position: relative; }
      .teaser--narrow .teaser__text:after {
        content: '';
        display: block;
        width: 4rem;
        height: 0.125rem;
        position: absolute;
        bottom: 100%;
        margin-bottom: 1.5rem;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #658000; }
  .teaser__image {
    vertical-align: top; }
  .teaser__item {
    position: relative;
    flex: 0 1 100%;
    margin-bottom: 4rem; }
    @media screen and (min-width: 768px) {
      .teaser__item {
        padding-right: 8rem; } }
    @media screen and (min-width: 1024px) {
      .teaser__item {
        flex: 0 1 50%; } }
  .teaser__link {
    color: inherit;
    text-decoration: none; }
    .teaser__link:after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 100; }
  .teaser__text a {
    position: relative;
    z-index: 200; }
  .teaser__heading {
    font-weight: 500;
    margin-bottom: 0.5rem;
    font-size: 1.5rem; }
    @media screen and (min-width: 768px) {
      .teaser__heading {
        font-size: 2rem; } }
  .teaser__meta {
    color: #BCBCBC; }

.toc {
  width: 100%; }
  .toc--fixed {
    width: calc( 100% - 2rem );
    position: fixed;
    top: 1rem;
    left: 1rem;
    z-index: 10000;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease;
    -webkit-backface-visibility: hidden; }
    .toc--fixed.show {
      opacity: 1;
      pointer-events: all; }
    @media screen and (max-width: 767px) {
      .toc--fixed {
        top: 3.75rem; } }
  .toc__list {
    padding: 0 0 1em; }
  .toc__entry {
    display: block;
    padding: 0 1em 0 3em;
    list-style: none;
    white-space: nowrap; }
    .toc__entry:before {
      top: 50%;
      left: 1rem;
      font-size: .75rem; }
    .toc__entry + .toc__entry {
      margin-top: 0.5rem; }
    .toc__entry--active .toc__link {
      text-decoration: underline; }
  .toc__link {
    display: block;
    color: #646363;
    text-decoration: none;
    text-decoration-skip: edges; }

.yt-video {
  width: 80%;
  position: relative;
  padding-top: 45%;
  margin: 1.5rem 0;
  overflow: hidden;
  cursor: pointer; }
  .yt-video:first-child {
    margin-top: 0; }
  .yt-video:last-child {
    margin-bottom: 0; }
  .nojs .yt-video:after, .nojs .yt-video__thumbnail {
    display: none; }
  .yt-video--show-video:after {
    opacity: 0; }
  .yt-video--show-video .yt-video__thumbnail {
    opacity: 0;
    pointer-events: none; }
  .yt-video:after {
    content: '';
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 30;
    background: url("graphics/icon-play.svg") center center no-repeat transparent;
    background-size: contain;
    filter: drop-shadow(0 0 4px rgba(87, 87, 86, 0.9));
    pointer-events: none;
    transition: all 0.4s ease;
    -webkit-backface-visibility: hidden; }
    @media screen and (min-width: 640px) {
      .yt-video:after {
        width: 5rem;
        height: 5rem; } }
    @media screen and (min-width: 1280px) {
      .yt-video:after {
        width: 7.5rem;
        height: 7.5rem; } }
  .yt-video__thumbnail {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    object-fit: cover;
    transition: all 0.4s ease;
    -webkit-backface-visibility: hidden; }
  .yt-video__iframe {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10; }

body {
  position: relative; }

#masthead {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: calc( 75vw + 2rem );
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  border-top: 2rem solid #658000; }
  @media screen and (min-width: 480px) {
    #masthead {
      height: 75vw;
      border-top: 0; } }
  @media screen and (min-width: 768px) {
    #masthead {
      height: 30vw; } }
  #masthead .flex {
    padding: .5rem 1rem .5rem 1rem;
    position: absolute;
    top: 3rem;
    right: 0;
    text-decoration: none;
    border: 1px solid;
    border-radius: 1rem;
    background-color: #658000;
    color: white;
    font-weight: bold; }
    @media screen and (max-width: 1023px) {
      #masthead .flex {
        top: 5rem;
        right: 2rem; }
        .show-toc #masthead .flex {
          position: fixed;
          top: 4.5rem;
          right: 1.5rem; } }
    @media screen and (max-width: 767px) {
      .show-toc #masthead .flex {
        top: 0.5rem;
        right: 1rem; } }
    @media screen and (max-width: 479px) {
      #masthead .flex {
        top: 3rem;
        right: 0; }
        #masthead .flex span {
          display: none; }
          .show-toc #masthead .flex span {
            display: inline-block; } }

.logo {
  width: auto;
  padding: 0.75rem;
  position: absolute;
  top: -1rem;
  left: 1rem;
  z-index: 10000;
  background: white;
  border: 1px solid #658000;
  border-radius: 1rem; }
  :target .logo, .show-nav .logo {
    z-index: 1000; }
  @media screen and (min-width: 480px) {
    .logo {
      padding: 1.5rem;
      top: 2rem;
      left: 2rem; } }
  .logo__image {
    display: block;
    height: 3rem;
    margin: 0 1rem; }
    @media screen and (min-width: 480px) {
      .logo__image {
        height: 4rem;
        margin: 0 2rem; } }
    @media screen and (min-width: 830px) {
      .logo__image {
        height: 7rem;
        margin: 0 auto; } }
  @media screen and (min-width: 830px) {
    .logo {
      width: 320px; } }
  @media screen and (min-width: 1024px) {
    .logo {
      position: fixed; } }

#content {
  position: relative;
  overflow: hidden; }

.page-footer {
  margin: 8rem auto 0;
  padding-bottom: 4rem; }
  @media screen and (min-width: 1024px) {
    .page-footer {
      padding-left: calc( 320px + 4rem ); } }
  .page-footer__breadcrumb {
    flex: 0 1 100%; }
  .page-footer__widgets {
    display: flex;
    flex-flow: row wrap;
    max-width: 1000px;
    padding: 0 2rem 2rem;
    border-bottom: 1px solid #9D9D9C; }
    @media screen and (min-width: 1024px) {
      .page-footer__widgets {
        margin-left: 2rem; } }
    .page-footer__widgets a {
      color: inherit; }
    .page-footer__widgets > * {
      flex: 0 1 500px; }
  .page-footer__copy {
    padding-top: 2rem; }
  .page-footer__nav {
    text-align: right;
    max-width: 1000px; }
    .page-footer__nav ul {
      display: flex;
      justify-content: center;
      padding: 0; }
      @media screen and (min-width: 768px) {
        .page-footer__nav ul {
          padding-left: 2em; } }
    .page-footer__nav li {
      list-style: none;
      padding: 0 1rem 0 0; }
      @media screen and (min-width: 360px) {
        .page-footer__nav li {
          padding-right: 2rem; } }
    .page-footer__nav a {
      color: inherit;
      text-decoration: none; }

.widget {
  flex: 0 1 300px;
  margin-bottom: 2rem; }
  .widget__title {
    display: block;
    padding: 0;
    font-size: 1.5rem;
    line-height: 1.25;
    text-indent: 0; }
  .sidebar__item .widget__title {
    margin-bottom: 0;
    padding: .5rem 3rem .5rem 1rem;
    cursor: pointer; }
    .sidebar__item .widget__title:before, .sidebar__item .widget__title:after {
      content: '';
      display: block;
      width: 1.75rem;
      height: 0.1875rem;
      position: absolute;
      top: 50%;
      right: 1.5rem;
      background: currentColor;
      transition: all 0.4s ease;
      -webkit-backface-visibility: hidden; }
    .sidebar__item .widget__title:after {
      transform: translate(50%, -50%) rotate(90deg); }
    .sidebar__item .widget__title:before {
      transform: translate(50%, -50%); }
    .sidebar__item .widget__title + * {
      max-height: 0;
      overflow: hidden;
      transition: all 0.4s ease;
      -webkit-backface-visibility: hidden; }
  .widget .textwidget {
    padding: 0 1rem 0; }
    .widget .textwidget a {
      color: inherit; }
  .widget--open .widget__title:after {
    transform: translate(50%, -50%) rotate(180deg); }
  .widget--open .widget__title:before {
    transform: translate(50%, -50%) rotate(180deg); }
  .widget--open .widget__title + * {
    max-height: 999em; }
  .widget--open .textwidget {
    padding-bottom: 1rem; }

.social-links {
  list-style: none;
  padding: 0; }
  .social-links__entry + .social-links__entry {
    margin-top: 0.75em; }
  .social-links__entry a {
    display: block;
    width: 3rem;
    height: 3rem;
    position: relative;
    text-indent: -999em; }
    .social-links__entry a:after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: center center no-repeat;
      background-size: contain; }
  .social-links__entry--fb a:after {
    background-image: url("graphics/icon-fb.svg"); }
  .social-links__entry--ig a:after {
    background-image: url("graphics/icon-ig.svg"); }

.contact-list {
  list-style: none;
  padding: 0; }
  .contact-list__item {
    padding-left: 2em;
    position: relative; }
    .contact-list__item + .contact-list__item {
      margin-top: 1.5rem; }
    .contact-list__item:before {
      content: '';
      display: block;
      width: 1.5em;
      height: 1.5em;
      position: absolute;
      top: 0.75em;
      left: 0;
      transform: translate(0, -50%);
      background: center center no-repeat transparent;
      background-size: 1.125em auto;
      border: 1px solid #658000;
      border-radius: 0.25em; }
    .contact-list__item--address:before {
      background-image: url("graphics/icon-address.svg"); }
    .contact-list__item--mail:before {
      background-image: url("graphics/icon-mail-green.svg"); }
    .contact-list__item--phone:before {
      background-image: url("graphics/icon-phone-green.svg"); }

.deko {
  display: none; }
  @supports (pointer-events: none) {
    .deko {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 500;
      pointer-events: none; } }
  .deko__canvas {
    display: block; }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes show-nav {
  0% {
    transform: translate(0, -8.75rem); }
  100% {
    transform: translate(0, 0); } }
@keyframes show-timer-mobi {
  0% {
    transform: translate(0, -8.75rem); }
  100% {
    transform: translate(0, 0); } }
@keyframes show-timer {
  0% {
    transform: translate(-50%, -8.75rem); }
  100% {
    transform: translate(-50%, 0); } }
@media print {
  *,
  *:before,
  *:after {
    height: auto !important;
    position: static !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  #masthead {
    box-shadow: none !important;
    background: transparent !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; }

  iframe {
    display: none !important; }

  #nav > a {
    display: none !important; } }
	
.ccm-root.ccm-root {
	font-weight: inherit;
}

.ccm--save-settings.button {
	padding-left: 0;
	padding-right: 0;
}

/*# sourceMappingURL=style.css.map */
