/* Reset
-------------------------------------------------- */
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}
h1,
h2,
h3 {
  font-size: inherit;
  margin-block-start: 0em;
  margin-block-end: 0em;
}
/* Variables & Helpers
-------------------------------------------------- */
.fs-s {
  font-size: 17px;
  line-height: 22px;
}
.fs-m {
  font-size: 18px;
  line-height: 24px;
}
.fs-l {
  font-size: 36px;
  line-height: 1.1;
}
.fs-sxl {
  font-size: 80px;
  line-height: 1;
}
.fs-xl {
  font-size: 120px;
  line-height: 1;
}
.fs-xxl {
  font-size: 21vw;
  line-height: 1;
}
.fs-xxxl {
  font-size: 25vw;
  line-height: 1;
}
button:focus {
  outline: none;
}
.italic {
  font-style: italic;
}
.pointer {
  cursor: pointer !important;
}
/* Site
-------------------------------------------------- */
html {
  height: 100%;
}
body {
  margin: 0;
  overflow-x: hidden;
  font-size: 17px;
  line-height: 22px;
  font-family: "Times New Roman", "Times", Times, serif;
}
a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
p {
  padding: 0;
}
img {
  width: 100%;
  display: block;
}
li {
  list-style: none;
}
.h1 {
  font-size: 120px;
  line-height: 1;
  font-weight: bold;
}
.h2 {
  font-size: 36px;
  line-height: 1.1;
  font-weight: bold;
}
.h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}
em {
  font-style: italic;
}
#grid[data-columns]::before {
  content: '3 .column.size-1of3';
}
.column {
  float: left;
}
.size-1of3 {
  width: 33.333%;
}
.redbg {
  background: #923C1E;
}
.goldbg {
  background: #93761F;
}
.darkgoldbg {
  background: #846A1B;
}
.darkgreybg {
  background: #c2c2c2;
}
.lightgreybg {
  background: #E5E5E5;
}
.goldst strong {
  color: #93761F;
}
.redst strong {
  color: #923C1E;
}
.darkgreyst strong {
  color: #c2c2c2;
}
.italic {
  font-style: italic;
}
/* Custom
-------------------------------------------------- */
@media only screen and (max-width: 768px) {
  #newsletter-optin input[type=email] {
    width: 100%;
    min-width: auto;
  }
  #newsletter-optin input[type=submit] {
    width: 100%;
    margin: 1rem 0rem;
  }
}
.blog_modal_wrapper {
  position: fixed;
  width: 100%;
  max-width: 1600px;
  height: auto;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 0 50px;
  z-index: 50;
  pointer-events: none;
  bottom: 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.blog_modal {
  background-color: #c2c2c2;
  border: 1px solid white;
  padding: 0.25rem;
  color: #fff;
  width: auto;
  height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-right: 50px;
  margin-bottom: 50px;
  pointer-events: all;
  animation: fade-in;
  animation-duration: 500ms;
  animation-fill-mode: both;
  animation-delay: 49000ms;
}
.blog_modal:hover {
  background-color: #846A1B;
}
.blog_modal div {
  padding: 0 10px;
}
.blog_modal div svg {
  width: 24px;
  height: 24px;
  margin-top: 5px;
}
.blog_modal .blog_modal_scroll {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.blog_modal .blog_modal_close {
  padding: 0.5rem 1.5rem;
  cursor: pointer;
  transform: none;
}
.blog_modal .blog_modal_close svg {
  width: 16px;
  height: 16px;
}
.blog_modal .blog_modal_close:hover {
  transform: scale(1.1);
}
@keyframes fade-in {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  33% {
    opacity: 0.5;
    transform: scale(1.3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@media only screen and (max-width: 768px) {
  .blog_modal {
    width: 100%;
    margin: 0;
  }
  .blog_modal_wrapper {
    margin: 0rem;
    width: 100%;
    padding: 0.5rem 0.5rem 1.25rem !important;
  }
}
.menu_wrapper {
  position: fixed;
  width: 100%;
  max-width: 1600px;
  height: auto;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 0 50px;
  z-index: 50;
  pointer-events: none;
}
.menu_btn {
  position: relative;
  float: right;
  width: 50px;
  margin-right: 50px;
  margin-top: 50px;
  z-index: 50;
  cursor: pointer;
  pointer-events: auto;
}
.menu_logo {
  position: relative;
  float: left;
  width: 100px;
  padding: 50px 0;
  z-index: 2;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
}
.menu_logo_bg {
  position: absolute;
  z-index: 1;
  height: 100%;
  top: 0;
  background: #fff;
  width: 100px;
  display: block;
}
.menu_logo_bg.active {
  background: transparent;
}
.menu_white {
  position: fixed;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  background: #fff;
  z-index: 40;
  display: none;
}
.menu_back {
  width: 50px;
  display: block;
  position: absolute;
  z-index: 101;
  top: 50px;
  display: none;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
}
.menu_back img {
  width: 100%;
}
.mobile_menu_back {
  width: 50px;
  display: block;
  position: absolute;
  z-index: 98;
  top: 50px;
}
.mobile_menu_back_wrapper {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  overflow-y: auto;
  padding: 0 250px;
  -webkit-tap-highlight-color: transparent;
}
.mobile_menu_back img {
  width: 100%;
}
.nav_outer {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  overflow-y: auto;
}
.nav_outer_left {
  position: absolute;
  width: 50vw;
  height: 100%;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  color: #93761F;
}
.nav_outer_left .h1 {
  width: 100%;
  text-align: center;
  padding: 0 100px;
}
.nav_outer_right {
  position: absolute;
  width: 50vw;
  height: 100%;
  top: 0;
  left: 50vw;
}
.nav_outer.active {
  opacity: 1;
}
.nav_outer.top {
  z-index: 99;
}
.nav_inner {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  left: 0;
  right: 0;
  color: #fff;
  display: block;
  position: fixed;
  overflow-y: auto;
  top: 0;
  transition: opacity 0.3s;
}
.nav_inner_right {
  width: 50%;
  position: relative;
  float: right;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 24px;
  line-height: 32px;
}
.nav_inner_right_claim {
  width: 100%;
  padding: 0 100px 50px 100px;
}
.nav_inner_right_claim a {
  display: block;
  font-weight: bold;
}
.nav_inner_right_links {
  width: 100%;
  padding: 0 100px;
}
.nav_inner_right_links a {
  display: block;
  font-weight: normal;
}
.nav_inner_right_links a.spacer {
  padding-bottom: 25px;
}
.nav_inner_right_links .languages a {
  padding-top: 25px;
  display: inline-block;
}
.nav_close {
  position: absolute;
  width: 50px;
  top: 0;
  right: 50px;
  margin-right: 50px;
  margin-top: 50px;
  z-index: 101;
  -webkit-tap-highlight-color: transparent;
}
.main_outer {
  position: relative;
  width: 100%;
  max-width: 1600px;
  min-height: 100vh;
  height: auto;
  margin: 0 auto;
  padding: 0 50px;
  z-index: 1;
}
.main_inner {
  position: relative;
  width: calc(100% - 300px);
  min-height: 100vh;
  height: auto;
  margin: 0 auto;
}
.main_slider {
  position: relative;
  width: 100%;
  height: calc(62.5vw);
  max-height: calc(750px);
  background: #93761F;
}
.main_slider_slide {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.main_slider_slide_img {
  height: 100%;
  width: 100%;
  background: ;
  /*background-attachment: fixed;*/
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  color: #fff;
}
.main_slider_slide_img_head {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
}
.main_slider_slide_img_head .h2 {
  font-weight: normal;
  padding-top: 3.5vw;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  max-width: 320px;
  transition: all 0.5s ease;
}
.main_slider_slide_img_head .h2.transparent {
  opacity: 0;
}
.main_slider_slide_img_head .h2.hidden {
  color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.main_slider_slide_img_head .h2:first-child {
  padding-left: 50px;
}
.main_slider_slide_img_head .h2:last-child {
  padding-right: 50px;
}
.main_slider_slide_text {
  position: absolute;
  bottom: 45px;
  left: 0;
  color: #fff;
  width: 100%;
  width: calc(100% - 205px);
  padding: 0 50px;
  max-width: 800px;
  transition: all 0.5s ease;
  font-size: 17px;
  line-height: 22px;
}
.main_slider_slide_text strong {
  font-weight: bold;
}
.main_slider_slide_text.transparent {
  opacity: 0;
}
.main_section {
  position: relative;
  width: 100%;
}
.main_section_head {
  text-align: center;
  display: block;
  padding: 100px 0;
  color: #fff;
}
.main_section_subhead {
  text-align: left;
  display: block;
  padding: 50px;
  background: #fff;
}
.main_section_category {
  padding: 50px;
  color: #fff;
}
.main_section_category_subhead {
  text-align: center;
  padding-bottom: 37.5px;
}
.main_section_category.wir {
  background-color: #93761F;
}
.main_section_category.sie {
  background-color: #923C1E;
}
.main_section_category.erfolg {
  background-color: #9B9B9B;
}
.main_section_text {
  column-count: 2;
  column-gap: 50px;
  padding: 50px 50px;
  background: #E5E5E5;
}
.main_section_text > div,
.main_section_text p {
  padding-bottom: 18px;
  break-inside: avoid-column;
}
.main_section_text p:last-child {
  padding-bottom: 0;
}
.main_section_text h3 {
  break-after: avoid;
}
.main_section_text--single {
  padding: 50px 50px;
  background: #E5E5E5;
}
.main_section_text--single > div,
.main_section_text--single p {
  padding-bottom: 18px;
  break-inside: avoid-column;
}
.main_section_text--single p:last-child {
  padding-bottom: 0;
}
.main_section_image {
  position: relative;
}
.main_section_image_text {
  width: 50%;
  position: absolute;
  bottom: 50px;
  right: 50px;
  padding-left: 75px;
  color: #fff;
  font-style: italic;
}
.main_section_image_text .h2 {
  font-style: normal;
}
.main_section_image_text p {
  padding-top: 12.5px;
}
.main_section_image_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.main_section_image_a {
  width: 50%;
  height: 100%;
  position: absolute;
  z-index: 90;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.main_section_image_a:nth-child(2) {
  left: 50%;
}
.main_section_footer_head {
  text-align: center;
  display: block;
  padding: 150px 0;
  color: #93761F;
}
.main_section_footer_head .h2 {
  padding: 0 0 25px 350px;
}
.main_section_deco {
  position: absolute;
  top: 0;
  right: 0;
  height: 38vw;
  width: auto;
}
.main_section_deco_wrapper {
  width: 100%;
  height: 38vw;
  overflow: hidden;
  position: absolute;
  top: -8vw;
  right: -8vw;
}
.main_section_split {
  font-size: 0;
}
.main_section_split_left {
  width: 40%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  display: table-cell;
}
.main_section_split_right {
  display: table-cell;
  width: 60%;
  font-size: 17px;
  line-height: 22px;
  font-style: italic;
  padding: 100px 100px 25px 100px;
  vertical-align: top;
}
.main_section_split_right .h3 {
  padding-bottom: 25px;
  font-style: normal;
}
.main_section_split_right img {
  width: 60%;
  padding-top: 25px;
  margin-left: -125px;
}
.main_blog {
  padding: 62.5px 37.5px;
  position: relative;
  overflow-y: auto;
}
.main_blog_entry {
  width: 100%;
  padding: 12.5px;
  display: inline-block;
}
.main_blog_entry_category {
  padding: 25px 25px;
  color: #fff;
}
.main_blog_entry_category_subhead {
  text-align: center;
  padding: 37.5px 0;
  padding-top: 25px;
}
.main_blog_entry_category.wir {
  background-color: #93761F;
}
.main_blog_entry_category.sie {
  background-color: #923C1E;
}
.main_blog_entry_category.erfolg {
  background-color: #9B9B9B;
}
.main_blog_entry_inner {
  background: #fff;
}
.main_blog_entry_img {
  display: block;
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: grayscale(100%);
}
.main_blog_entry_head {
  padding: 37.5px 0 0 0;
}
.main_blog_entry_author {
  color: #93761F;
  padding: 12.5px 0 0 0;
  display: block;
}
.main_blog_entry_copytext {
  padding: 12.5px 0 12.5px 0;
  display: block;
}
.main_blog_entry_date {
  padding: 0 0 37.5px 0;
  display: block;
}
.main_map {
  width: 100%;
  height: 60vh;
}
.main_numbers {
  display: table-cell;
  position: absolute;
  height: 100%;
  height: calc(100% - 278px);
  width: 100px;
  margin-top: 278px;
}
.main_numbers_inner {
  height: 20%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 60px;
  text-align: center;
  font-weight: bold;
  letter-spacing: -2px;
  color: #E5E5E5;
}
.main_numbers_inner:last-child {
  -ms-flex-align: end;
      align-items: flex-end;
}
.main_numbers_inner:last-child span {
  margin-bottom: 25px;
}
.main_numbers_line {
  height: 100%;
  height: calc(100% - 70px);
  width: 50%;
  border-right: 1px solid #E5E5E5;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
}
.blog_head {
  padding: 150px 50px;
  background: rgba(0, 0, 0, 0.3);
}
.blog_head_bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: grayscale(100%);
}
.blog_copytext .golden {
  color: #93761F;
}
.blog_copytext:first-of-type {
  padding-bottom: 0;
}
.blog_copytext:last-of-type {
  padding-top: 0;
}
.blog_copytext img {
  width: 100%;
  padding-bottom: 25px;
}
.blog_copytext b,
.blog_copytext strong,
.blog_copytext bloackquote {
  font-size: 36px;
  line-height: 1.1;
}
.blog_copytext > p:first-of-type {
  display: none;
}
.blog_copytext p:nth-of-type(2):first-letter {
  text-transform: capitalize;
}
.blog_copytext ul li {
  list-style-type: disc;
  list-style-position: inside;
}
.blog_copytext ol li {
  list-style-type: decimal;
  list-style-position: inside;
  padding-bottom: 12.5px;
}
.blog_copytext ol,
.blog_copytext ul {
  padding-bottom: 25px;
}
.person_head {
  padding: 150px 50px;
}
.footer_wrapper {
  color: #fff;
  font-style: italic;
  overflow-y: hidden;
}
.footer_wrapper span {
  display: block;
}
.footer_info {
  padding: 50px 50px;
}
.footer_info span:nth-child(4) {
  padding-top: 12.5px;
}
.footer_info span:nth-child(7) {
  padding-top: 25px;
}
.footer_disclaimer {
  padding: 0 50px 75px 50px;
  max-width: 500px;
  font-size: 13px;
  line-height: 16px;
  font-style: normal;
  overflow: auto;
}
.footer_disclaimer.transparent {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: transparent;
  cursor: normal;
}
.footer_img {
  position: absolute;
  bottom: -8vw;
  right: 0;
  height: 48vw;
  width: auto;
}
.footer_img_wrapper {
  pointer-events: none;
  width: 100%;
  height: 48vw;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  right: -8vw;
}
/* Helpers
-------------------------------------------------- */
.mobile_menu_btn {
  display: none;
}
.module {
  opacity: 0;
  transition: all 0.8s ease;
  transform: translateY(10vh);
}
.come-in {
  opacity: 1;
  transform: translateY(0vh);
}
.already-visible {
  opacity: 1;
  transform: translateY(0);
  animation: none;
}
.slider-pager {
  text-align: right;
  width: 100%;
  z-index: 500;
  position: absolute;
  top: auto;
  bottom: 50px;
  overflow: hidden;
  padding: 0 43.75px;
}
.slider-pager span {
  width: 15px;
  height: 15px;
  display: inline-block;
  background: #000;
  color: transparent;
  text-align: center;
  border-radius: 100%;
  cursor: pointer;
  margin: 0 6.25px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: bottom;
}
.slider-pager span:hover,
.slider-pager span.blink {
  background: #c2c2c2;
}
.slider-pager span.cycle-pager-active {
  background: #fff;
}
.slider-pager span.cycle-pager-active:hover {
  background: #fff;
}
.slider-pager > * {
  cursor: pointer;
}
/* Media Queries
-------------------------------------------------- */
@media only screen and (min-width: 1680px) {
  .fs-xxl,
  .fs-xxxl {
    font-size: 403px;
  }
}
@media only screen and (min-width: 801px) {
  #grid[data-columns]::before {
    content: '3 .column.size-1of3';
  }
  .size-1of3 {
    width: 50%;
  }
}
@media only screen and (min-width: 1281px) {
  #grid[data-columns]::before {
    content: '3 .column.size-1of3';
  }
  .size-1of3 {
    width: 33.333%;
  }
}
@media only screen and (max-width: 1280px) {
  .main_outer {
    padding: 0;
  }
  .main_section_split_left {
    width: 100%;
    height: 60vh;
    display: block;
    background-position: center;
  }
  .main_section_split_right {
    width: 100%;
    display: block;
    padding: 25px 50px;
    column-count: 2;
    column-gap: 50px;
  }
  .main_section_split_right img {
    width: 75%;
    margin-left: -25px;
  }
  .main_numbers {
    margin-left: 25px;
  }
  .menu_wrapper {
    padding: 0 25px;
  }
  .blog_modal_wrapper {
    padding: 0 25px;
  }
  .nav_close {
    right: 25px;
  }
  .mobile_menu_back_wrapper {
    padding: 0 200px;
  }
  #grid[data-columns]::before {
    content: '2 .column.size-1of2';
  }
  .size-1of2 {
    width: 50%;
  }
}
@media only screen and (max-width: 1024px) {
  .main_inner {
    width: calc(100% - 100px);
  }
  .main_section {
    overflow: hidden;
  }
  .main_section_text {
    column-count: 1;
  }
  .main_section_image_text {
    width: 100%;
    padding-left: 100px;
  }
  .main_section_split_right {
    padding: 25px 50px;
    column-count: 1;
  }
  .main_section_split_right img {
    width: 35%;
    margin-left: -25px;
  }
  .main_numbers {
    display: none;
  }
  .main_slider_slide_img {
    background-attachment: scroll;
  }
  .menu_wrapper {
    padding: 0 50px;
    position: relative;
    overflow-y: auto;
  }
  .menu .blog_modal_wrapper {
    padding: 0 50px;
  }
  .menu_btn {
    margin-right: 0;
    position: fixed;
    right: 100px;
  }
  .menu_back {
    display: block;
  }
  .nav_close {
    right: 50px;
  }
  .mobile_menu_back_wrapper {
    display: none;
  }
  .mobile_menu_btn {
    display: block;
  }
}
@media only screen and (max-width: 950px) {
  .main_slider {
    height: 100vw;
  }
  .main_slider_slide_img_head {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
  .main_slider_slide_img_head .h2 {
    width: 100%;
    text-align: center;
    padding: 0;
    display: block;
  }
  .main_slider_slide_img_head .h2:last-child {
    padding: 0;
    margin-top: -10px;
  }
  .main_slider_slide_img_head .h2:first-child {
    padding: 0;
    margin-bottom: -10px;
  }
  .main_slider_slide_img_head .h1 {
    font-size: 30vw;
  }
  .main_slider_slide_text {
    max-width: none;
  }
}
@media only screen and (max-width: 768px) {
  .main_inner {
    width: 100%;
  }
  .main_slider_slide_img {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .main_slider_slide_img_head .h2 {
    max-width: none;
  }
  .main_slider_slide_img_head .h2:first-child {
    margin-bottom: -5px;
  }
  .main_slider_slide_img_head .h2:last-child {
    margin-top: -5px;
  }
  .main_slider_slide_text {
    position: relative;
    width: 100%;
    bottom: auto;
    padding: 50px 50px 0 50px;
  }
  .main_slider .h1 {
    font-size: 40vw;
  }
  .menu_btn {
    right: 50px;
  }
  .nav_outer {
    height: 100vh;
  }
  .nav_outer_right {
    display: none;
  }
  .nav_inner_right_claim {
    width: 100%;
    padding-top: 50px;
  }
  .nav_inner_right_links {
    width: 100%;
    padding-bottom: 50px;
  }
  .nav_close {
    right: 0;
  }
  .fs-xxl {
    font-size: 26vw;
  }
}
@media only screen and (min-width: 701px) and (max-width: 1024px) {
  #grid[data-columns]::before {
    content: '2 .column.size-1of2';
  }
  .size-1of2 {
    width: 50%;
  }
}
@media only screen and (max-width: 700px) {
  .h1 {
    font-size: 56px;
    line-height: 1;
  }
  .h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .h3 {
    font-size: 18px;
    line-height: 21px;
  }
  .fs-xxl {
    font-size: 26vw;
  }
  .fs-sxl {
    font-size: 56px !important;
    line-height: 1;
  }
  .slider-pager {
    text-align: center;
    bottom: 25px;
  }
  .main_section_head {
    padding: 75px 25px;
  }
  .main_section_subhead {
    padding: 25px;
  }
  .main_section_text {
    padding: 37.5px 25px;
  }
  .main_section_deco_wrapper {
    display: none;
  }
  .main_section_footer_head {
    padding: 50px 0;
  }
  .main_section_footer_head h2 {
    padding: 12.5px;
  }
  .main_section_image_text {
    padding: 0 25px;
    bottom: 25px;
    right: auto;
    width: 100%;
  }
  .main_section_split_right {
    padding: 25px;
  }
  .main_section_split_right img {
    width: 50%;
    margin-left: -12.5px;
  }
  .main_blog {
    padding: 12.5px 12.5px;
  }
  .main_slider {
    height: 100vw;
    min-height: 650px;
  }
  .main_slider_slide_text {
    padding: 50px 25px 0 25px;
  }
  .menu_wrapper {
    padding: 0 25px 0 50px;
  }
  .menu_btn {
    right: 25px;
    width: 37.5px;
    margin-top: 13.75px;
  }
  .menu_white {
    display: block;
  }
  .menu_back {
    display: none;
  }
  .nav_outer_left {
    display: none;
  }
  .nav_inner_left {
    display: none;
  }
  .nav_inner_right {
    width: 100%;
  }
  .nav_inner_right_claim {
    padding-right: 50px;
    padding-left: 50px;
  }
  .nav_inner_right_links {
    padding-right: 50px;
    padding-left: 50px;
  }
  .nav_close {
    right: 0;
    margin-right: 25px;
    margin-top: 13.75px;
    width: 37.5px;
  }
  .footer_img_wrapper {
    display: none;
  }
  .footer_info {
    padding: 25px;
  }
  .footer_disclaimer {
    padding: 0 25px 25px 25px;
  }
  #grid[data-columns]::before {
    content: '1 .column.size-1of1';
  }
  .size-1of1 {
    width: 100%;
  }
}
#cookie_banner-wrapper {
  z-index: 9001;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
}
#cookie_banner-wrapper .cookie_container {
  padding: 2rem;
  background-color: #E5E5E5;
  color: #000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}
#cookie_banner-wrapper .cookie_message {
  -ms-flex-positive: 0;
  flex-grow: 0;
  display: inline-block;
}
#cookie_banner-wrapper .cookie_message a,
#cookie_banner-wrapper .cookie_message a:active,
#cookie_banner-wrapper .cookie_message a:focus,
#cookie_banner-wrapper .cookie_message a:hover,
#cookie_banner-wrapper .cookie_message a:visited {
  color: #000;
}
#cookie_banner-wrapper .cookie_message a:active:not(.silent):not(.button),
#cookie_banner-wrapper .cookie_message a:hover:not(.silent):not(.button) {
  display: inline-block;
  background: linear-gradient(180deg, transparent, transparent 93%, #000 0, #000);
}
#cookie_banner-wrapper .cookie_btn {
  font-family: "Times New Roman", "Times";
  cursor: pointer;
  font-size: 1rem;
  -ms-flex-positive: 0;
  flex-grow: 0;
  border-color: #923C1E;
  border-width: 2px;
  background-color: #923C1E;
  padding: .5rem 1rem;
  margin-left: 2rem;
  margin-right: 2rem;
  margin-top: 1.5rem;
  color: #fff;
}
#cookie_banner-wrapper .cookie_btn:focus,
#cookie_banner-wrapper .cookie_btn:hover {
  background-color: #fff;
  border-color: #fff;
  color: #923C1E;
}
@media print {
  #cookie_banner-wrapper {
    display: none;
  }
}
@media (min-width: 768px) {
  #cookie_banner-wrapper .cookie_container {
    padding: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  #cookie_banner-wrapper .cookie_message {
    padding: 1.5rem;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  #cookie_banner-wrapper .cookie_message a {
    display: inline-block;
  }
  #cookie_banner-wrapper .cookie_btn {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin-right: 0;
    background-color: #fff;
    color: #000;
    border-color: #fff;
    padding-left: 3rem;
    padding-right: 3rem;
  }
  #cookie_banner-wrapper .cookie_btn:hover {
    background-color: #923C1E;
    color: #fff;
    border-color: #923C1E;
  }
}
.c-cms-edit {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 3rem;
  height: 3rem;
  background-color: rgba(0, 0, 0, 0.62);
  z-index: 9002;
}
.c-cms-edit:hover {
  background-color: rgba(0, 0, 0, 0.31);
}
.c-cms-edit a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0.75rem;
}
.c-cms-edit a,
.c-cms-edit a:active,
.c-cms-edit a:focus,
.c-cms-edit a:hover,
.c-cms-edit a:visited {
  text-decoration: none;
  background: none !important;
}
.c-cms-edit a svg * {
  color: #fff;
  fill: currentColor;
}
.uniform__potty {
  position: absolute;
  left: -9999px;
}
.c-cta-btn {
  margin-top: 12.5px;
  margin-bottom: 0;
  margin-left: 0;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  padding: 10px;
  border-radius: 0;
  outline: none !important;
  box-shadow: 0 0 0 #fff;
  cursor: pointer;
  color: #fff;
  background-color: #93761F;
  border: 2px solid #93761F;
  min-width: 140px;
  text-decoration: none!important;
}
.c-cta-btn:hover,
.c-cta-btn:focus {
  color: #fff;
  background-color: #923C1E;
  border: 2px solid #923C1E;
  text-decoration: none!important;
}
.c-cta-btn--rot {
  background-color: #923C1E;
  border: 2px solid #923C1E;
}
.c-cta-btn--rot:hover,
.c-cta-btn:focus {
  background-color: #93761F;
  border: 2px solid #93761F;
}
.c-form {
  margin-bottom: 25px;
}
.c-form input,
.c-form textarea {
  font-family: inherit;
  font-size: inherit;
  color: #000000;
  padding: 10px;
  border-radius: 0px;
  outline: none !important;
  border: 2px solid #fff;
  box-shadow: 0 0 0px #fff;
  background-color: #fff;
}
.c-form input:hover,
.c-form textarea:hover,
.c-form input:focus,
.c-form textarea:focus {
  outline: none !important;
  border: 2px solid #c2c2c2;
  box-shadow: 0 0 0px #c2c2c2;
}
.c-form input:-ms-input-placeholder,
.c-form textarea:-ms-input-placeholder {
  opacity: 1 !important;
  color: #000000;
}
.c-form input::placeholder,
.c-form textarea::placeholder {
  opacity: 1 !important;
  color: #000000;
}
.c-form input[type="submit"],
.c-form textarea[type="submit"] {
  cursor: pointer;
  margin-left: 10px;
  color: #fff;
  background-color: #93761F;
  border: 2px solid #93761F;
  min-width: 140px;
}
.c-form input[type="submit"]:hover,
.c-form textarea[type="submit"]:hover,
.c-form input[type="submit"]:focus,
.c-form textarea[type="submit"]:focus {
  color: #fff;
  background-color: #923C1E;
  border: 2px solid #923C1E;
}
.c-form input[name="email"],
.c-form textarea[name="email"] {
  min-width: 300px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1px;
}
.c-form input[type=checkbox] {
  margin-top: 10px;
}
.c-form input[type=checkbox] + label {
  margin-left: 10px;
}
.c-form form.ajax--success,
.c-form form.ajax--error,
form.ajax ~ .c-form__message {
  display: none;
}
form.ajax--success ~ .c-form__message--success {
  display: block;
}
form.ajax--error ~ .c-form__message--error {
  display: block;
}
.development,
.hidefornow {
  display: none !important;
}
.load-more__wrapper {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 50px 0px;
}
.load-more,
.load-more--like {
  background-color: #9B9B9B;
  color: #fff;
  font-size: 17px;
  padding: 0.5rem 1.0rem;
  margin: 0px;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  font-family: "Times New Roman", "Times", Times, serif;
}
.load-more:hover,
.load-more--like:hover {
  background-color: #846A1B;
  outline: none;
  box-shadow: none;
}
.hidden {
  display: none;
}
.accordeon {
  position: relative;
}
.accordeon .accordeon__header {
  padding: 25px 25px;
  background: #923C1E;
  color: #fff;
  cursor: pointer;
}
.accordeon .accordeon__header.accordeon__header--odd {
  background: rgba(146, 60, 30, 0.5);
}
.accordeon .accordeon__count {
  text-align: left;
  padding: 25px 0;
}
.accordeon .accordeon__items {
  padding: 0 25px 25px;
}
.accordeon .accordeon__item {
  padding: 50px 0;
}
.accordeon .accordeon__toggle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 25px;
  font-weight: bold;
  border: 2px solid #fff;
  border-radius: 9999px;
  width: 48px;
  height: 48px;
  position: absolute;
  right: 0;
  top: calc(38%);
  bottom: 0;
  margin-right: 12.5px;
}
.accordeon .accordeon__toggle:not(.rotate) div {
  transform: translateX(2px);
}
.accordeon .accordeon__toggle.rotate div {
  transform: rotate(90deg);
}
.accordeon .accordeon__item:not(:first-of-type) {
  border-top: 2px solid black;
}
.accordeon .accordeon__date {
  padding-bottom: 12.5px;
}
.accordeon .accordeon__link {
  display: block;
  padding-bottom: 12.5px;
  font-size: 17px;
}
.accordeon .accordeon__category {
  font-size: 17px;
}
@media only screen and (min-width: 700px) {
  .accordeon .accordeon__header {
    padding: 25px 50px;
  }
  .accordeon .accordeon__count {
    text-align: center;
  }
  .accordeon .accordeon__toggle {
    position: relative;
    margin-right: 0;
  }
  .accordeon .accordeon__items {
    padding: 0 50px 25px;
  }
  .accordeon .accordeon__category {
    font-size: 18px;
  }
  .accordeon .accordeon__link {
    font-size: 18px;
  }
}
.mobile-break-word {
  word-break: break-word;
}
.mobile-only {
  display: block;
}
.desktop-only {
  display: hidden;
}
@media only screen and (min-width: 1024px) {
  .mobile-only {
    display: none;
  }
  .mobile-break-word {
    word-break: normal;
  }
  .desktop-only {
    display: block;
  }
}
.blog_text b,
.blog_text strong {
  font-weight: bold;
  font-size: 17px;
  line-height: 22px;
}
.blog_text blockquote {
  font-weight: bold;
  font-size: 17px;
  line-height: 22px;
}
.blog_text h1 {
  font-weight: bold;
  font-size: 36px;
  line-height: 1.1;
  line-height: 44px;
}
.blog_text h2 {
  font-weight: normal !important;
  font-style: italic !important;
  padding-bottom: 18px;
  font-size: 18px;
  line-height: 24px;
}
.blog_text h3 {
  font-weight: normal !important;
  font-style: italic !important;
  padding-bottom: 0px;
  display: inline-block;
  font-size: 17px;
  line-height: 22px;
}
.text-right {
  text-align: right;
}
.text-caps {
  text-transform: uppercase;
}
.-mt-2px {
  margin-top: -2px;
}
h1 small {
  font-size: 15px;
  font-weight: normal;
}
.lighter-h1 h1,
.lighter-h1 h1 strong {
  color: #b0a374 !important;
}
.inline-h1 h1 {
  display: inline-block;
}
.inline-h1 h1 + h2 {
  display: inline;
}
.inline-h2 h2 {
  display: inline;
}
.inline-h2 h2 + p {
  display: inline;
}
.inline-h3 h3 {
  font-weight: normal;
  font-style: italic;
}
.inline-h3 h3 strong {
  font-weight: bold;
}
.inline-h3 h3:before {
  display: block;
  content: '';
}
.inline-h3 h3 {
  display: inline;
}
.inline-h3 h3 + p {
  display: inline;
}
.inline-h3 h3 + p:after {
  display: block;
  padding-bottom: 18px;
  content: '';
}
.hyphens-auto {
  -ms-hyphens: auto;
      hyphens: auto;
}
.blog_filterbar__tags {
  width: 100%;
}
.blog_filterbar__search {
  width: 100%;
  padding: 50px 50px 0;
}
.blog_filterbar__search .c-form {
  background-color: #E5E5E5;
  padding: 12.5px;
  margin-bottom: 0;
}
.blog_filterbar--split {
  display: block;
}
@media only screen and (min-width: 1280px) {
  .blog_filterbar--split {
    display: -ms-flexbox;
    display: flex;
  }
  .blog_filterbar--split .blog_filterbar__tags {
    width: 62%;
  }
  .blog_filterbar--split .blog_filterbar__search {
    width: 38%;
  }
}
.filtercloud {
  padding: 50px 50px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -4px;
  -ms-flex-pack: start;
      justify-content: start;
}
.btn {
  margin: 4px;
  display: block;
  padding: 6px 14px;
  background-color: #E5E5E5;
}
.btn:hover {
  background-color: #93761F;
  color: #fff;
}
.btn.btn--active {
  background-color: #93761F;
  color: #fff;
}
.btn.btn--active:hover {
  background-color: #E5E5E5;
  color: #000000;
}
.main_section_text.cookie_declaration {
  column-count: 1 !important;
}
.main_section_text--single.lighter {
  background-color: #FAFAFA;
}
.main_section_text--single.lighter input[type=submit] {
  background-color: #d1d1d1;
  border-color: #d1d1d1;
}
.main_section_text--single.lighter input[type=submit].hasContent {
  background-color: #c2c2c2;
  border-color: #c2c2c2;
}
.main_section_text--single.lighter input[type=submit]:hover,
.main_section_text--single.lighter input[type=submit]:focus {
  background-color: #93761F;
  border-color: #93761F;
}
.main_section_text--single.darker {
  background-color: #d1d1d1;
}
.cursor {
  position: relative;
}
.cursor i {
  position: absolute;
  width: 2px;
  height: 80%;
  background-color: #846A1B;
  left: 10px;
  top: 10%;
  animation-name: blink;
  animation-duration: 1200ms;
  animation-iteration-count: infinite;
  opacity: 1;
}
.cursor input:focus + i,
.cursor input.hasContent + i {
  display: none;
}
@keyframes blink {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.job_text {
  column-count: 1;
  column-gap: 50px;
  padding: 50px;
  background-color: #E5E5E5;
  padding-bottom: 20vh;
}
.job_text hr {
  margin-top: 25px;
  margin-bottom: 12.5px;
  border: 1px solid #c2c2c2;
}
.job_text h2,
.job_text h3 {
  padding-top: 25px;
  padding-bottom: 12.5px;
}
.job_text ul {
  padding-left: 2ch;
}
.job_text ul li {
  list-style: disc;
  padding: 2px 0;
}
.job_text a {
  color: #923C1E;
  text-decoration: underline;
}
.jobs_list {
  padding: 50px;
  background-color: #E5E5E5;
  column-count: 1;
  column-gap: 50px;
  padding-bottom: 20vh;
}
.jobs_list a h2 {
  text-decoration: underline;
}
.jobs_list ul li {
  padding: 2px 0;
}
.story_article {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.story_article__col {
  width: 100%;
}
.story_article .main_section_text {
  column-count: 1;
}
@media only screen and (min-width: 1024px) {
  .story_article {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .story_article__col {
    width: 50%;
  }
}
