.margin-vertical, .margin, hr, .section, #content .block {
  margin-top: 40px;
  margin-bottom: 40px; }
  @media (min-width: 960px) {
    .margin-vertical, .margin, hr, .section, #content .block {
      margin-top: 50px;
      margin-bottom: 50px; } }
  @media (min-width: 1200px) {
    .margin-vertical, .margin, hr, .section, #content .block {
      margin-top: 60px;
      margin-bottom: 60px; } }
  @media (min-width: 1600px) {
    .margin-vertical, .margin, hr, .section, #content .block {
      margin-top: 80px;
      margin-bottom: 80px; } }

.margin-horizontal, .margin {
  margin-left: 40px;
  margin-right: 40px; }
  @media (min-width: 960px) {
    .margin-horizontal, .margin {
      margin-left: 50px;
      margin-right: 50px; } }
  @media (min-width: 1200px) {
    .margin-horizontal, .margin {
      margin-left: 60px;
      margin-right: 60px; } }
  @media (min-width: 1600px) {
    .margin-horizontal, .margin {
      margin-left: 80px;
      margin-right: 80px; } }

.margin-small-vertical {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 960px) {
    .margin-small-vertical {
      margin-top: 40px;
      margin-bottom: 40px; } }

.padding-vertical, .padding {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (min-width: 960px) {
    .padding-vertical, .padding {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (min-width: 1200px) {
    .padding-vertical, .padding {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (min-width: 1600px) {
    .padding-vertical, .padding {
      padding-top: 80px;
      padding-bottom: 80px; } }

.padding-horizontal, .padding {
  padding-left: 40px;
  padding-right: 40px; }
  @media (min-width: 960px) {
    .padding-horizontal, .padding {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (min-width: 1200px) {
    .padding-horizontal, .padding {
      padding-left: 60px;
      padding-right: 60px; } }
  @media (min-width: 1600px) {
    .padding-horizontal, .padding {
      padding-left: 80px;
      padding-right: 80px; } }

.padding-small-vertical {
  padding-top: 15px;
  padding-bottom: 15px; }
  @media (min-width: 960px) {
    .padding-small-vertical {
      padding-top: 40px;
      padding-bottom: 40px; } }

.padding-small-horizontal {
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 960px) {
    .padding-small-horizontal {
      padding-left: 40px;
      padding-right: 40px; } }

.padding-small {
  padding: 15px; }
  @media (min-width: 960px) {
    .padding-small {
      padding: 40px; } }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #000; }

p,
ul,
ol,
dl,
address,
fieldset,
figure {
  font-style: normal; }
  p:not(:first-child),
  ul:not(:first-child),
  ol:not(:first-child),
  dl:not(:first-child),
  address:not(:first-child),
  fieldset:not(:first-child),
  figure:not(:first-child) {
    margin-top: 20px; }

ul, ol {
  padding-left: 20px; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .ce_rsce_linkbox .title, .ce_rsce_iconbox .title, .ce_rsce_badge .heading, .h4, .h5, .h6 {
  font-weight: 500;
  line-height: 1.1;
  text-rendering: optimizeLegibility;
  margin-top: 40px;
  word-break: break-word;
  letter-spacing: 1px; }
  h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child,
  .h1:first-child, .h2:first-child, .h3:first-child, .ce_rsce_linkbox .title:first-child, .ce_rsce_iconbox .title:first-child, .ce_rsce_badge .heading:first-child, .h4:first-child, .h5:first-child, .h6:first-child {
    margin-top: 0; }

h1, .h1 {
  font-size: 38px; }
  @media (min-width: 960px) {
    h1, .h1 {
      font-size: 48px; } }

h2, .h2 {
  font-size: 30px; }
  @media (min-width: 960px) {
    h2, .h2 {
      font-size: 40px; } }

h3, .h3, .ce_rsce_linkbox .title, .ce_rsce_iconbox .title, .ce_rsce_badge .heading {
  font-size: 24px; }
  @media (min-width: 960px) {
    h3, .h3, .ce_rsce_linkbox .title, .ce_rsce_iconbox .title, .ce_rsce_badge .heading {
      font-size: 32px; } }

h4, .h4 {
  font-size: 20px; }

h5, .h5 {
  font-size: 20px;
  color: #808175; }

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

a {
  color: #000;
  text-decoration: none; }
  a:hover, a:focus {
    outline: none;
    text-decoration: none;
    color: black; }

blockquote, blockquote * {
  font-size: 28px;
  font-style: italic; }

hr {
  border: none;
  height: 0;
  box-sizing: content-box;
  border-top: 1px solid #000; }

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

::selection, mark {
  background: #000;
  color: #fff;
  text-shadow: none; }

small {
  font-size: 15px; }

strong, b {
  font-weight: 700; }

abbr {
  text-decoration: none; }

iframe {
  border: 0; }

::-webkit-input-placeholder {
  color: #999;
  font-size: 18px; }

::-moz-placeholder {
  color: #999;
  font-size: 18px; }

:-ms-input-placeholder {
  color: #999;
  font-size: 18px; }

:-moz-placeholder {
  color: #999;
  font-size: 18px; }

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1420px; }
  @media (min-width: 640px) {
    .container {
      padding-left: 40px;
      padding-right: 40px; } }
  @media (min-width: 960px) {
    .container {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (min-width: 1200px) {
    .container {
      padding-left: 60px;
      padding-right: 60px; } }
  .container.small {
    max-width: 960px; }
  .container.large {
    max-width: 1600px; }
  .container.expand {
    max-width: none; }

.grid, .rs-columns, .ce_gallery > div {
  display: flex;
  flex-wrap: wrap;
  margin-left: -40px;
  margin-top: -20px;
  margin-bottom: -20px; }
  @media (min-width: 1200px) {
    .grid, .rs-columns, .ce_gallery > div {
      margin-left: -50px;
      margin-top: -25px;
      margin-bottom: -25px; } }
  .grid > *, .rs-columns > *, .ce_gallery > div > * {
    width: 100%;
    padding-left: 40px;
    padding-top: 20px;
    padding-bottom: 20px; }
    @media (min-width: 1200px) {
      .grid > *, .rs-columns > *, .ce_gallery > div > * {
        padding-left: 50px;
        padding-top: 25px;
        padding-bottom: 25px; } }
  .grid.bg-primary, .bg-primary.rs-columns, .ce_gallery > div.bg-primary {
    background: none;
    position: relative; }
    .grid.bg-primary:before, .bg-primary.rs-columns:before, .ce_gallery > div.bg-primary:before {
      content: "";
      display: block;
      background: #000;
      position: absolute;
      left: 40px;
      top: 20px;
      bottom: 20px;
      right: 0; }
      @media (min-width: 1200px) {
        .grid.bg-primary:before, .bg-primary.rs-columns:before, .ce_gallery > div.bg-primary:before {
          left: 50px;
          top: 25px;
          bottom: 25px; } }
    .grid.bg-primary > *, .bg-primary.rs-columns > *, .ce_gallery > div.bg-primary > * {
      position: relative; }
  .grid.collapse, .collapse.rs-columns, .ce_gallery > div.collapse {
    margin-left: 0; }
    .grid.collapse > *, .collapse.rs-columns > *, .ce_gallery > div.collapse > * {
      padding-left: 0;
      padding-top: 0;
      padding-bottom: 0; }
    .grid.collapse.bg-primary, .collapse.bg-primary.rs-columns, .ce_gallery > div.collapse.bg-primary {
      background: #000;
      position: static; }
      .grid.collapse.bg-primary:before, .collapse.bg-primary.rs-columns:before, .ce_gallery > div.collapse.bg-primary:before {
        display: none; }
  .grid.gutter-small, .gutter-small.rs-columns, .ce_gallery > div.gutter-small {
    margin-left: -15px;
    margin-top: -7.5px;
    margin-bottom: -7.5px; }
    @media (min-width: 1200px) {
      .grid.gutter-small, .gutter-small.rs-columns, .ce_gallery > div.gutter-small {
        margin-left: -40px;
        margin-top: -20px;
        margin-bottom: -20px; } }
    .grid.gutter-small > *, .gutter-small.rs-columns > *, .ce_gallery > div.gutter-small > * {
      width: 100%;
      padding-left: 15px;
      padding-top: 7.5px;
      padding-bottom: 7.5px; }
      @media (min-width: 1200px) {
        .grid.gutter-small > *, .gutter-small.rs-columns > *, .ce_gallery > div.gutter-small > * {
          padding-left: 40px;
          padding-top: 20px;
          padding-bottom: 20px; } }
    .grid.gutter-small.bg-primary:before, .gutter-small.bg-primary.rs-columns:before, .ce_gallery > div.gutter-small.bg-primary:before {
      left: 15px;
      top: 7.5px;
      bottom: 7.5px;
      right: 0; }
      @media (min-width: 1200px) {
        .grid.gutter-small.bg-primary:before, .gutter-small.bg-primary.rs-columns:before, .ce_gallery > div.gutter-small.bg-primary:before {
          left: 40px;
          top: 20px;
          bottom: 20px; } }
    .grid.gutter-small.bg-primary > *, .gutter-small.bg-primary.rs-columns > *, .ce_gallery > div.gutter-small.bg-primary > * {
      position: relative; }
  .grid.gutter-xsmall, .gutter-xsmall.rs-columns, .ce_gallery > div {
    margin-left: -15px;
    margin-top: -7.5px;
    margin-bottom: -7.5px; }
    .grid.gutter-xsmall > *, .gutter-xsmall.rs-columns > *, .ce_gallery > div > * {
      width: 100%;
      padding-left: 15px;
      padding-top: 7.5px;
      padding-bottom: 7.5px; }
  .grid.center, .center.rs-columns, .ce_gallery > div.center {
    align-items: center; }

.w-1-2, .ce_gallery > div > div {
  width: 50%; }

.w-1-3 {
  width: 33.333333%; }

.w-2-3 {
  width: 66.666666%; }

.w-1-4 {
  width: 25%; }

.w-1-5 {
  width: 20%; }

@media (min-width: 480px) {
  .w-1-2\@xs {
    width: 50%; }
  .w-1-3\@xs {
    width: 33.33333%; }
  .w-2-3\@xs {
    width: 66.66666%; }
  .w-1-4\@xs {
    width: 25%; }
  .w-1-5\@xs {
    width: 20%; } }

@media (min-width: 640px) {
  .w-1-2\@s {
    width: 50%; }
  .w-1-3\@s, .ce_gallery > div > div {
    width: 33.33333%; }
  .w-2-3\@s {
    width: 66.66666%; }
  .w-1-4\@s {
    width: 25%; }
  .w-1-5\@s {
    width: 20%; } }

@media (min-width: 960px) {
  .w-1-2\@m {
    width: 50%; }
  .w-1-3\@m {
    width: 33.33333%; }
  .w-2-3\@m {
    width: 66.66666%; }
  .w-1-4\@m {
    width: 25%; }
  .w-1-5\@m {
    width: 20%; }
  .w-2-5\@m {
    width: 40%; }
  .w-3-5\@m {
    width: 60%; } }

@media (min-width: 1200px) {
  .w-1-2\@l {
    width: 50%; }
  .w-1-3\@l {
    width: 33.33333%; }
  .w-2-3\@l {
    width: 66.66666%; }
  .w-1-4\@l {
    width: 25%; }
  .w-3-4\@l {
    width: 75%; }
  .w-1-5\@l {
    width: 20%; } }

@media (min-width: 1600px) {
  .w-1-2\@xl {
    width: 50%; }
  .w-1-3\@xl {
    width: 33.33333%; }
  .w-2-3\@xl {
    width: 66.66666%; }
  .w-1-4\@xl {
    width: 25%; }
  .w-3-4\@xl {
    width: 75%; }
  .w-1-5\@xl {
    width: 20%; }
  .w-2-5\@xl {
    width: 40%; }
  .w-3-5\@xl {
    width: 60%; }
  .w-4-5\@xl {
    width: 80%; } }

.hidden {
  display: none; }

.visible {
  display: block; }

@media (min-width: 640px) {
  .hidden\@s {
    display: none !important; } }

@media (max-width: 639px) {
  .visible\@s, .flickity-prev-next-button {
    display: none !important; } }

@media (min-width: 960px) {
  .hidden\@m {
    display: none !important; } }

@media (max-width: 959px) {
  .visible\@m {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden\@l {
    display: none !important; } }

@media (max-width: 1199px) {
  .visible\@l {
    display: none !important; } }

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

@media (min-width: 640px) {
  .text-center\@s {
    text-align: center; } }

@media (min-width: 960px) {
  .text-center\@m {
    text-align: center; } }

.bg-primary {
  background-color: #000; }

.bg-secondary {
  background-color: #ca984e; }

.bg-muted {
  background-color: #f6f6f6; }

.text-primary {
  color: #000; }

.text-secondary {
  color: #ca984e; }

.text-muted {
  color: #999; }

.meta {
  text-align: left !important;
  color: #808175; }

.reset-list, #nav-main ul, footer#bottom ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .reset-list li, #nav-main ul li, footer#bottom ul li {
    list-style: none;
    padding: 0; }
    .reset-list li:before, #nav-main ul li:before, footer#bottom ul li:before {
      display: none; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.inverse *, .ce_rsce_badge > div * {
  color: #fff; }

.inverse h1, .ce_rsce_badge > div h1, .inverse h2, .ce_rsce_badge > div h2, .inverse h3, .ce_rsce_badge > div h3, .inverse h4, .ce_rsce_badge > div h4, .inverse h5, .ce_rsce_badge > div h5, .inverse h6, .ce_rsce_badge > div h6 {
  color: #fff; }

.inverse a, .ce_rsce_badge > div a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none; }
  .inverse a:hover, .ce_rsce_badge > div a:hover, .inverse a:focus, .ce_rsce_badge > div a:focus {
    outline: none;
    text-decoration: none;
    color: #fff; }

.cover-container {
  position: relative;
  overflow: hidden; }
  .cover-container > .cover {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .cover-container > .fill {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

.embed-responsive, .ce_youtube .video_container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 65%; }
  .embed-responsive > *, .ce_youtube .video_container > * {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

.button, button {
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  text-transform: none;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #000;
  padding: 0 30px;
  height: 50px;
  cursor: pointer;
  border: none;
  transition: all linear 0.15s;
  border-radius: 2px;
  max-width: 100%; }
  .button[disabled], button[disabled] {
    opacity: 0.5;
    cursor: not-allowed; }
  .button.full-width, button.full-width {
    width: 100%; }
  .button:hover, button:hover {
    background: black;
    color: #fff; }
  .button.accent, button.accent {
    background: #000; }
    .button.accent:hover, button.accent:hover {
      background: black; }
  .button.secondary, .button.red, button.secondary, button.red {
    background: #ca984e; }
    .button.secondary:hover, .button.red:hover, button.secondary:hover, button.red:hover {
      background: #b07e35; }
  .button.ghost, button.ghost {
    background: transparent;
    border: 2px solid #000;
    color: #000;
    box-shadow: none; }
    .button.ghost:hover, button.ghost:hover {
      background: none;
      border: 2px solid black;
      color: black; }
  .button.large, button.large {
    padding: 0 60px;
    height: 70px; }
  .button.xlarge, button.xlarge {
    padding: 0 60px;
    height: 70px; }
  .button.small, button.small {
    padding: 0 20px;
    height: 40px; }

.menu-button {
  display: block;
  position: relative;
  height: 19px;
  width: 24px; }
  .menu-button > span, .menu-button:before, .menu-button:after {
    display: block;
    background: #000;
    height: 3px;
    position: absolute;
    width: 100%; }
  .menu-button > span {
    top: 50%;
    margin-top: -1px;
    transition: opacity linear 0.3s; }
  .menu-button:before {
    content: "";
    top: 0;
    transition: transform linear 0.3s; }
  .menu-button:after {
    content: "";
    bottom: 0;
    transition: transform linear 0.3s; }
  .menu-button.close:before, body.nav-show #page-header #menu-button:before {
    transform: rotate(-135deg);
    top: 50%;
    margin-top: -1px; }
  .menu-button.close:after, body.nav-show #page-header #menu-button:after {
    transform: rotate(135deg);
    top: 50%;
    margin-top: -1px; }
  .menu-button.close > span, body.nav-show #page-header #menu-button > span {
    opacity: 0; }
  .menu-button.inverse > span, .inverse .menu-button > span, .ce_rsce_badge > div .menu-button > span, .ce_rsce_badge > div.menu-button > span, .menu-button.inverse:before, .inverse .menu-button:before, .ce_rsce_badge > div .menu-button:before, .ce_rsce_badge > div.menu-button:before, .menu-button.inverse:after, .inverse .menu-button:after, .ce_rsce_badge > div .menu-button:after, .ce_rsce_badge > div.menu-button:after {
    background: #fff; }

form {
  margin-top: 20px; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit; }

input[type=text],
input[type=search],
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
textarea {
  width: 100%;
  padding: 0 16px;
  height: 48px;
  background: #fff;
  border: 1px solid #000;
  outline: none;
  color: #000;
  font-size: 18px; }

textarea {
  padding: 16px;
  height: auto; }

input[type=checkbox] {
  margin: 1px 4px 0 0; }

fieldset {
  border: none; }

select {
  padding: 0 16px;
  height: 40px;
  width: 100%; }

label {
  display: block;
  font-size: 16px;
  color: #808175; }

.inverse input, .ce_rsce_badge > div input, .inverse textarea, .ce_rsce_badge > div textarea {
  color: #fff;
  border-bottom: 1px solid #333; }
  .inverse input:focus, .ce_rsce_badge > div input:focus, .inverse textarea:focus, .ce_rsce_badge > div textarea:focus {
    border-bottom: 1px solid #666; }

table {
  border-collapse: collapse;
  width: 100%; }
  table:not(:first-child) {
    margin-top: 20px; }
  table tr {
    border-top: 1px solid #ddd; }
  table th, table td {
    display: block;
    text-align: center;
    padding: 8px 0; }
    table th + th, table th + td, table td + th, table td + td {
      padding-top: 0; }
  table > tr:first-child,
  table > thead:first-child > tr:first-child,
  table > tbody:first-child > tr:first-child {
    border-top: none; }
  table tfoot:first-of-type > tr:first-child {
    border-top: solid #ddd; }
  table thead td, table th {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
    color: #808175;
    text-align: center; }
  @media (min-width: 960px) {
    table th, table td {
      display: table-cell;
      padding: 8px 16px;
      text-align: left; }
      table th + th, table th + td, table td + th, table td + td {
        padding-top: 8px; }
      table th:first-child, table td:first-child {
        padding-left: 0; }
    table thead td {
      text-align: left; } }

ul.breadcrumb {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #999;
  font-size: 14px; }
  ul.breadcrumb li {
    display: inline-block; }
    ul.breadcrumb li:not(:first-child):before {
      content: "/";
      display: inline-block;
      margin: 0 10px;
      color: #999; }
  ul.breadcrumb a {
    color: #999;
    text-decoration: none; }
    ul.breadcrumb a:hover, ul.breadcrumb a:focus {
      outline: none;
      text-decoration: none;
      color: #666; }

.invisible {
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0; }

#content .block.no-spacing-top {
  margin-top: 0; }

#content .block.no-spacing-bottom {
  margin-bottom: 0; }

#content .block .block:first-child {
  margin-top: 0 !important; }

#content .block .block:last-child {
  margin-bottom: 0 !important; }

.rs-column > div {
  height: 100%; }
  .rs-column > div.center {
    display: flex;
    flex-direction: column;
    justify-content: center; }

.rs-column.-large-col-1-1 {
  width: 100%; }

.rs-column.-large-col-2-1 {
  width: 50%; }

.rs-column.-large-col-2-2 {
  width: 100%; }

.rs-column.-large-col-3-1 {
  width: 33.33333%; }

.rs-column.-large-col-3-2 {
  width: 66.66667%; }

.rs-column.-large-col-3-3 {
  width: 100%; }

.rs-column.-large-col-4-1 {
  width: 25%; }

.rs-column.-large-col-4-2 {
  width: 50%; }

.rs-column.-large-col-4-3 {
  width: 75%; }

.rs-column.-large-col-4-4 {
  width: 100%; }

.rs-column.-large-col-5-1 {
  width: 20%; }

.rs-column.-large-col-5-2 {
  width: 40%; }

.rs-column.-large-col-5-3 {
  width: 60%; }

.rs-column.-large-col-5-4 {
  width: 80%; }

.rs-column.-large-col-5-5 {
  width: 100%; }

.rs-column.-large-col-6-1 {
  width: 16.66667%; }

.rs-column.-large-col-6-2 {
  width: 33.33333%; }

.rs-column.-large-col-6-3 {
  width: 50%; }

.rs-column.-large-col-6-4 {
  width: 66.66667%; }

.rs-column.-large-col-6-5 {
  width: 83.33333%; }

.rs-column.-large-col-6-6 {
  width: 100%; }

@media (max-width: 959px) {
  .rs-column.-medium-col-1-1 {
    width: 100%; }
  .rs-column.-medium-col-2-1 {
    width: 50%; }
  .rs-column.-medium-col-2-2 {
    width: 100%; }
  .rs-column.-medium-col-3-1 {
    width: 33.33333%; }
  .rs-column.-medium-col-3-2 {
    width: 66.66667%; }
  .rs-column.-medium-col-3-3 {
    width: 100%; }
  .rs-column.-medium-col-4-1 {
    width: 25%; }
  .rs-column.-medium-col-4-2 {
    width: 50%; }
  .rs-column.-medium-col-4-3 {
    width: 75%; }
  .rs-column.-medium-col-4-4 {
    width: 100%; }
  .rs-column.-medium-col-5-1 {
    width: 20%; }
  .rs-column.-medium-col-5-2 {
    width: 40%; }
  .rs-column.-medium-col-5-3 {
    width: 60%; }
  .rs-column.-medium-col-5-4 {
    width: 80%; }
  .rs-column.-medium-col-5-5 {
    width: 100%; }
  .rs-column.-medium-col-6-1 {
    width: 16.66667%; }
  .rs-column.-medium-col-6-2 {
    width: 33.33333%; }
  .rs-column.-medium-col-6-3 {
    width: 50%; }
  .rs-column.-medium-col-6-4 {
    width: 66.66667%; }
  .rs-column.-medium-col-6-5 {
    width: 83.33333%; }
  .rs-column.-medium-col-6-6 {
    width: 100%; } }

@media (max-width: 639px) {
  .rs-column.-small-col-1-1 {
    width: 100%; }
  .rs-column.-small-col-2-1 {
    width: 50%; }
  .rs-column.-small-col-2-2 {
    width: 100%; }
  .rs-column.-small-col-3-1 {
    width: 33.33333%; }
  .rs-column.-small-col-3-2 {
    width: 66.66667%; }
  .rs-column.-small-col-3-3 {
    width: 100%; }
  .rs-column.-small-col-4-1 {
    width: 25%; }
  .rs-column.-small-col-4-2 {
    width: 50%; }
  .rs-column.-small-col-4-3 {
    width: 75%; }
  .rs-column.-small-col-4-4 {
    width: 100%; }
  .rs-column.-small-col-5-1 {
    width: 20%; }
  .rs-column.-small-col-5-2 {
    width: 40%; }
  .rs-column.-small-col-5-3 {
    width: 60%; }
  .rs-column.-small-col-5-4 {
    width: 80%; }
  .rs-column.-small-col-5-5 {
    width: 100%; }
  .rs-column.-small-col-6-1 {
    width: 16.66667%; }
  .rs-column.-small-col-6-2 {
    width: 33.33333%; }
  .rs-column.-small-col-6-3 {
    width: 50%; }
  .rs-column.-small-col-6-4 {
    width: 66.66667%; }
  .rs-column.-small-col-6-5 {
    width: 83.33333%; }
  .rs-column.-small-col-6-6 {
    width: 100%; } }

.widget {
  margin-top: 20px; }
  .widget > label {
    display: none; }

.contao-cookiebar #cookiebar-desc p {
  font-size: 16px;
  color: #000; }

.contao-cookiebar .highlight .cc-btn.success {
  border: none;
  background: #000; }
  .contao-cookiebar .highlight .cc-btn.success:hover {
    background: black; }

.contao-cookiebar .highlight .cc-btn.deny, .contao-cookiebar .highlight .cc-btn.info {
  background: #f6f6f6;
  border: none; }

.ce_image {
  line-height: 1;
  margin-bottom: -2px; }

.custom-list li, .ce_text ul li, .ce_downloads ul li {
  list-style: none;
  position: relative; }
  .custom-list li:before, .ce_text ul li:before, .ce_downloads ul li:before {
    color: #000;
    font-size: 10px;
    content: "\f101";
    position: absolute;
    left: -18px;
    top: 9px; }

.ce_downloads * {
  color: #808175; }

.ce_gallery > div > div > a {
  display: block;
  width: 100%;
  padding-bottom: 65%;
  position: relative;
  line-height: 1;
  background: #000;
  overflow: hidden; }
  .ce_gallery > div > div > a > div {
    background: transparent no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform-origin: 50% 50%;
    transition: all linear 0.1s; }
  .ce_gallery > div > div > a:hover > div {
    opacity: 0.9; }

.ce_rsce_linkbox {
  text-align: center; }
  .ce_rsce_linkbox .text {
    margin-top: 10px; }

.ce_rsce_slider {
  position: relative; }
  .ce_rsce_slider .slide {
    width: 100%;
    height: 400px; }
    .ce_rsce_slider .slide > div {
      background: transparent no-repeat center center;
      background-size: cover;
      height: 100%; }
  @media (min-width: 960px) {
    .ce_rsce_slider .slide {
      height: 500px; } }
  @media (min-width: 960px) {
    .ce_rsce_slider .slide {
      height: 700px; } }

.flickity-page-dots {
  background: #fff;
  bottom: 0;
  z-index: 1;
  padding-top: 20px;
  margin-top: 0; }
  .flickity-page-dots .dot {
    background: #000; }

.flickity-prev-next-button {
  background: none;
  opacity: 1;
  width: 64px;
  height: 64px; }
  .flickity-prev-next-button:hover, .flickity-prev-next-button:focus, .flickity-prev-next-button:active {
    background: none;
    opacity: 0.8; }
  .flickity-prev-next-button svg {
    display: none; }
  .flickity-prev-next-button::before {
    display: block;
    font-size: 50px;
    content: "\f054";
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.4); }
  .flickity-prev-next-button.previous:before {
    content: "\f053"; }

.ce_rsce_counter {
  text-align: center;
  font-weight: bold; }
  .ce_rsce_counter .numscroller-wrap {
    display: block;
    font-size: 60px;
    line-height: 1.1; }
  .ce_rsce_counter .text {
    font-size: 24px; }
  @media (min-width: 1200px) {
    .ce_rsce_counter .numscroller-wrap {
      font-size: 100px; }
    .ce_rsce_counter .text {
      font-size: 30px; } }

.ce_rsce_iconbox {
  text-align: center; }
  .ce_rsce_iconbox .img {
    height: 80px; }
    .ce_rsce_iconbox .img img {
      height: 100%;
      width: auto; }
  .ce_rsce_iconbox .text {
    margin-top: 20px; }

.ce_rsce_badge {
  width: 100%;
  max-width: 300px;
  margin: 0 auto; }
  .ce_rsce_badge > div {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background: #000;
    border-radius: 50%;
    position: relative;
    transition: all ease-out 0.3s; }
    .ce_rsce_badge > div:hover {
      transform: rotate(6deg) scale(1.1); }
    .ce_rsce_badge > div > * {
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
  .ce_rsce_badge .contents {
    text-align: center;
    padding: 0 30px; }
  .ce_rsce_badge .img img {
    width: 60px; }
  .ce_rsce_badge .heading {
    margin-top: 10px;
    color: #fff; }
  .ce_rsce_badge .text {
    line-height: 1.2;
    margin-top: 8px; }

.fontawesome, .custom-list li:before, .ce_text ul li:before, .ce_downloads ul li:before, .flickity-prev-next-button::before {
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900; }

/*
.clearfix {
  &:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
  }
}
*/
.text-link, #nav-main a, footer#bottom a {
  color: #000;
  text-decoration: none; }
  .text-link:hover, #nav-main a:hover, footer#bottom a:hover, .text-link:focus, #nav-main a:focus, footer#bottom a:focus {
    outline: none;
    text-decoration: none;
    color: #1a1a1a; }

#page-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  padding: 15px 0;
  z-index: 10;
  background: #fff;
  transition: all ease-in-out 0.15s; }
  body {
    padding-top: 100px; }
  #page-header.headroom--pinned {
    transform: translateY(0%); }
  #page-header.headroom--unpinned {
    transform: translateY(-100%); }
  #page-header.headroom--not-top {
    height: 100px; }
  #page-header .container {
    height: 100%; }
    #page-header .container > div {
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between; }
  #page-header #logo {
    width: 260px;
    padding-right: 30px; }
  @media (min-width: 960px) {
    #page-header {
      height: 180px; }
      body {
        padding-top: 180px; }
      #page-header #menu-button {
        display: none; }
      #page-header #logo {
        width: 300px; } }
  @media (min-width: 1200px) {
    #page-header #logo {
      width: 340px; } }

@media (max-width: 959px) {
  #nav-main {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #fff;
    box-shadow: 0 3px 3px 0 rgba(100, 100, 100, 0.1);
    padding: 30px 0;
    transition: all ease-in-out 0.3s;
    transform-origin: 50% 0;
    transform: translateY(0) scaleY(0);
    opacity: 0;
    text-transform: uppercase;
    font-size: 18px; }
    body.nav-show #nav-main {
      transform: translateY(0) scaleY(1);
      opacity: 1; }
    #nav-main ul {
      padding-left: 20px; }
      #nav-main ul li {
        position: relative;
        margin: 8px 0; }
        #nav-main ul li a {
          display: inline-block;
          padding: 2px 8px 8px 8px;
          font-weight: 500;
          min-width: 82px;
          text-align: left; }
        #nav-main ul li a:hover,
        #nav-main ul li.active > a {
          background: url(../images/underline.svg) no-repeat 4px bottom;
          background-size: 82px auto; }
        #nav-main ul li ul {
          display: none;
          padding: 0 0 10px 0;
          font-size: 16px; }
          #nav-main ul li ul li a {
            font-weight: 400; }
        #nav-main ul li span.toggle {
          position: absolute;
          left: -20px;
          transition: transform linear 0.1s; }
        #nav-main ul li.show-submenu span.toggle {
          transform: rotate(180deg); }
        #nav-main ul li.show-submenu ul {
          display: block; } }

@media (min-width: 960px) {
  #nav-main {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500; }
    #nav-main .container {
      padding: 0;
      max-width: none; }
    #nav-main li {
      display: inline;
      margin: 0 10px; }
    #nav-main span.toggle {
      display: none; }
    #nav-main ul ul {
      display: none; }
    #nav-main a {
      display: inline-block;
      padding-bottom: 15px;
      min-width: 82px;
      text-align: center; }
    #nav-main li.active > a, #nav-main li.trail > a, #nav-main a:hover {
      background: url(../images/underline.svg) no-repeat center bottom;
      background-size: 82px auto; } }

@media (min-width: 1200px) {
  #nav-main {
    font-size: 20px;
    letter-spacing: 1px; }
    #nav-main ul li {
      margin: 0 12px; } }

footer#bottom {
  border-top: 2px solid #000;
  padding: 15px 0;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase; }
  footer#bottom .container > div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
  footer#bottom .social {
    margin-top: 10px;
    width: 100%;
    text-align: center;
    font-size: 28px; }
    footer#bottom .social a {
      margin: 0 4px; }
  footer#bottom ul {
    width: 100%; }
  footer#bottom a:hover {
    text-decoration: underline; }
  footer#bottom .made-by {
    width: 100%;
    margin-top: 10px; }
  @media (min-width: 680px) {
    footer#bottom ul {
      width: auto; }
      footer#bottom ul li {
        display: inline; }
        footer#bottom ul li:not(:first-child) {
          margin-left: 10px; }
    footer#bottom .made-by, footer#bottom .social {
      width: auto;
      margin-top: 0; } }

#zitat {
  padding: 60px 0; }
  @media (min-width: 960px) {
    #zitat {
      padding: 100px 0; } }

#content-columns aside {
  display: none; }

#content-columns #main .container {
  padding: 0; }

@media (min-width: 960px) {
  #content-columns aside {
    display: block;
    width: 25%; }
  #content-columns #main {
    width: 75%; } }

aside .mod_navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500; }
  aside .mod_navigation ul li {
    margin: 10px 0 20px; }
    aside .mod_navigation ul li a {
      display: inline-block;
      min-width: 82px;
      text-align: center;
      padding: 0 0 8px 0; }
    aside .mod_navigation ul li.active, aside .mod_navigation ul li a:hover {
      background: url(../images/underline.svg) no-repeat center bottom;
      background-size: 82px auto; }

.image_container figcaption {
  margin-top: 20px; }
  .image_container figcaption .title {
    font-size: 24px; }
  .image_container figcaption .caption {
    margin-top: 10px; }

p.teaser {
  font-size: 24px;
  line-height: 1.3;
  color: #808175;
  font-weight: 500; }

#content #main a {
  text-decoration: underline;
  color: #808175; }
  #content #main a:hover {
    text-decoration: none; }
  body.id-2 #content #main a {
    color: #000 !important;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 16px; }
    body.id-2 #content #main a:hover {
      text-decoration: underline !important; }

.widget-submit {
  text-align: center; }

.ce_form {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto; }

#maps {
  height: 600px;
  position: relative; }
  #maps iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

#image-preview .preview:not(:first-child) {
  margin-top: 30px; }

#image-preview .preview .img {
  line-height: 1; }

#image-preview .preview .text {
  margin-top: 20px; }

#image-preview .preview h2 {
  text-transform: uppercase; }

@media (min-width: 680px) {
  #image-preview {
    display: flex;
    margin-left: -15px;
    margin-right: -15px; }
    #image-preview .preview {
      width: 50%;
      padding: 15px; }
      #image-preview .preview:nth-child(2) {
        margin-top: 0; } }

@media (min-width: 1200px) {
  #image-preview {
    margin: 0;
    display: block; }
    #image-preview .preview {
      display: flex;
      width: 100%;
      padding: 0; }
      #image-preview .preview .img {
        width: 50%; }
      #image-preview .preview .text {
        width: 50%;
        padding: 20px 40px; }
      #image-preview .preview:nth-child(2) {
        margin-top: -280px; }
        #image-preview .preview:nth-child(2) .img {
          order: 2; }
        #image-preview .preview:nth-child(2) .text {
          order: 1;
          text-align: right;
          display: flex;
          flex-direction: column;
          justify-content: flex-end; } }
