/*! de-style.css v1.0.5 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
@import '../_thirdParty/font-awesome-4.7.0/css/font-awesome.css';
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm
   ========================================================================== */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration)
   ========================================================================== */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition)
   ========================================================================== */
dt {
  font-weight: bold;
}

dd {
  margin-left: 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 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
}

/**
 * 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: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 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: inherit; /* 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;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
   ========================================================================== */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
}

/**
 * Remove all Style fro select elements. Does not quite work cross-browser
 */
select {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}

/**
 * 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] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * 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;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 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 {
  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 */
}

/**
 * Fix placeholder font properties inheritance.
 */
::-webkit-input-placeholder {
  font: inherit;
}

:-ms-input-placeholder {
  font: inherit;
}

::-ms-input-placeholder {
  font: inherit;
}

::placeholder {
  font: inherit;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* 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;
}

/* Table
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@media (max-width: 767px) {
  .hidden-phone {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .hidden-tablet {
    display: none;
  }
}

@media (min-width: 1280px) {
  .hidden-desktop {
    display: none;
  }
}

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

input[type=text],
input[type=password],
textarea,
input[type=email] {
  border: 1px solid #ccc;
  display: block;
  min-height: 35px;
  width: 100%;
  padding: 0 10px;
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus,
input[type=email]:focus {
  outline: none;
  border-color: #c64425;
}

.message {
  font-size: 0.9em;
  padding: 4px;
  display: block;
}

.message.required {
  color: #FF0000;
}

label.hidden {
  visibility: hidden;
}

input[aria-invalid=true] {
  background: #f2dede;
}

.button,
input.action {
  display: inline-block;
  position: relative;
  font-size: 18px;
  padding: 10px 20px;
  text-decoration: none;
  min-width: 150px;
  border: none;
  background-color: #c64425;
  color: #fff;
}

.button:hover,
.button:active,
.button:focus,
input.action:hover,
input.action:active,
input.action:focus {
  background-color: #f2f3f4;
  color: #4c4c4c;
}

.userform {
  padding-bottom: 50px;
}
.userform label.left {
  font-size: 16px;
  font-weight: 400;
  padding: 10px 20px;
  display: inline-block;
  margin-bottom: 0;
}
.userform input[type=text],
.userform input[type=password],
.userform input[type=email] {
  height: 50px;
}
.userform textarea {
  padding: 10px;
}

#MemberLoginForm_LoginForm {
  margin: 20px auto;
  width: 320px;
}
#MemberLoginForm_LoginForm label.left {
  margin-bottom: 5px;
  display: inline-block;
}
#MemberLoginForm_LoginForm .field {
  margin-bottom: 20px;
}

#ForgotPassword {
  padding: 10px 0;
}

#ForgotPassword a {
  font-weight: 400;
  color: #c64425;
}

#ForgotPassword a:hover {
  text-decoration: underline;
}

#SearchForm_SearchForm {
  position: relative;
}
@media (min-width: 1280px) {
  #SearchForm_SearchForm {
    width: 370px;
    position: absolute;
    right: 0;
    top: 50px;
  }
}
#SearchForm_SearchForm label.left {
  display: none;
}
#SearchForm_SearchForm input {
  line-height: 35px;
}
#SearchForm_SearchForm button.action {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #ccc;
}

fieldset.userformsgroup {
  padding: 0;
  border: none;
}

/* fira-sans-regular - latin */
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fira-sans-v10-latin-regular.eot"); /* IE9 Compat Modes */
  src: local("Fira Sans Regular"), local("FiraSans-Regular"), url("../fonts/fira-sans-v10-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/fira-sans-v10-latin-regular.woff2") format("woff2"), url("../fonts/fira-sans-v10-latin-regular.woff") format("woff"), url("../fonts/fira-sans-v10-latin-regular.ttf") format("truetype"), url("../fonts/fira-sans-v10-latin-regular.svg#FiraSans") format("svg"); /* Legacy iOS */
}
/* fira-sans-italic - latin */
@font-face {
  font-family: "Fira Sans";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/fira-sans-v10-latin-italic.eot"); /* IE9 Compat Modes */
  src: local("Fira Sans Italic"), local("FiraSans-Italic"), url("../fonts/fira-sans-v10-latin-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/fira-sans-v10-latin-italic.woff2") format("woff2"), url("../fonts/fira-sans-v10-latin-italic.woff") format("woff"), url("../fonts/fira-sans-v10-latin-italic.ttf") format("truetype"), url("../fonts/fira-sans-v10-latin-italic.svg#FiraSans") format("svg"); /* Legacy iOS */
}
/* fira-sans-700 - latin */
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/fira-sans-v10-latin-700.eot"); /* IE9 Compat Modes */
  src: local("Fira Sans Bold"), local("FiraSans-Bold"), url("../fonts/fira-sans-v10-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/fira-sans-v10-latin-700.woff2") format("woff2"), url("../fonts/fira-sans-v10-latin-700.woff") format("woff"), url("../fonts/fira-sans-v10-latin-700.ttf") format("truetype"), url("../fonts/fira-sans-v10-latin-700.svg#FiraSans") format("svg"); /* Legacy iOS */
}
/* fira-sans-700italic - latin */
@font-face {
  font-family: "Fira Sans";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/fira-sans-v10-latin-700italic.eot"); /* IE9 Compat Modes */
  src: local("Fira Sans Bold Italic"), local("FiraSans-BoldItalic"), url("../fonts/fira-sans-v10-latin-700italic.eot?#iefix") format("embedded-opentype"), url("../fonts/fira-sans-v10-latin-700italic.woff2") format("woff2"), url("../fonts/fira-sans-v10-latin-700italic.woff") format("woff"), url("../fonts/fira-sans-v10-latin-700italic.ttf") format("truetype"), url("../fonts/fira-sans-v10-latin-700italic.svg#FiraSans") format("svg"); /* Legacy iOS */
}
/* noto-sans-100 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/noto-sans-v36-latin_latin-ext-100.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-100italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans";
  font-style: italic;
  font-weight: 100;
  src: url("../fonts/noto-sans-v36-latin_latin-ext-100italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-200 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/noto-sans-v36-latin_latin-ext-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-200italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans";
  font-style: italic;
  font-weight: 200;
  src: url("../fonts/noto-sans-v36-latin_latin-ext-200italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-300 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/noto-sans-v36-latin_latin-ext-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-300italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/noto-sans-v36-latin_latin-ext-300italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/noto-sans-v36-latin_latin-ext-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/noto-sans-v36-latin_latin-ext-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-500 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/noto-sans-v36-latin_latin-ext-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-500italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/noto-sans-v36-latin_latin-ext-500italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-600 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/noto-sans-v36-latin_latin-ext-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-600italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/noto-sans-v36-latin_latin-ext-600italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/noto-sans-v36-latin_latin-ext-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-700italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/noto-sans-v36-latin_latin-ext-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-800 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/noto-sans-v36-latin_latin-ext-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-800italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans";
  font-style: italic;
  font-weight: 800;
  src: url("../fonts/noto-sans-v36-latin_latin-ext-800italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-900 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/noto-sans-v36-latin_latin-ext-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-900italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans";
  font-style: italic;
  font-weight: 900;
  src: url("../fonts/noto-sans-v36-latin_latin-ext-900italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body {
  font-family: "Noto Sans", sans-serif;
}

.typography {
  font-weight: 400;
  line-height: 1.34;
  color: #4c4c4c;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
}

h1, .h1, .typography h1,
h2, .h2, .typography h2,
h3, .h3, .typography h3,
h4, .h4, .typography h4,
h5, .h5, .typography h5,
h6, .h6, .typography h6 {
  padding-top: 10px;
  padding-bottom: 15px;
  font-weight: initial;
}

h1,
.h1,
.typography h1 {
  color: #c64425;
  font-size: 32px;
}

h2,
.h2,
.typography h2 {
  color: #4c4c4c;
  font-size: 28px;
}

h3,
.h3,
.typography h3 {
  color: #4c4c4c;
  font-size: 24px;
}

h4,
.h4,
.typography h4 {
  color: #4c4c4c;
  font-size: 21px;
}

h5,
.h5,
.typography h5 {
  color: #c64425;
  font-size: 18px;
}

h6,
.h6,
.typography h6 {
  color: #4c4c4c;
  font-size: 18px;
}

.typography p {
  margin-bottom: 20px;
}
.typography p:last-child {
  margin-bottom: 0;
}

.typography a {
  font-weight: 400;
  color: #c64425;
}

.typography a:hover {
  text-decoration: underline;
}

strong,
.typography strong {
  font-weight: 600;
}

em,
.typography em {
  font-style: italic;
}

.typography ol {
  list-style-type: decimal;
}

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

.typography ul li {
  position: relative;
}

.typography ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  background: #c64425;
  left: -15px;
  top: 10px;
}

.typography td {
  padding: 10px;
}

.typography .text-left {
  text-align: left;
}

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

.typography .text-right {
  text-align: right;
}

.typography .text-justify {
  text-align: justify;
}

.typography table {
  border: 1px solid transparent;
}
.typography table td {
  border: 1px solid transparent;
}

body {
  min-width: 320px;
  color: #4c4c4c;
  line-height: 1.4em;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2em;
}

.container {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  position: relative;
}

.grid_container {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(5, minmax(auto, 20%));
}
@media (max-width: 1279px) {
  .grid_container {
    grid-template-columns: 1fr;
  }
  .grid_container > div {
    padding-inline: 1rem;
  }
}

.bg_hellgrau {
  background-color: #f2f2f2;
}

.bg_dunkelgrau {
  background-color: #dddddd;
}

.content_padding {
  padding: 20px;
}

.element_title {
  color: #c64425;
  font-size: 32px;
  font-weight: 400;
  padding: 20px;
}

.galleryelement__images {
  text-align: center;
  margin: 10px 0;
}
.galleryelement__images__image img {
  width: 100%;
  height: auto;
}

.galleryelement .grid_container {
  padding-left: 20px;
  padding-right: 20px;
}

.bc {
  border-bottom: 1px solid #ccc;
}

.breadcrumb {
  font-size: 16px;
  padding: 10px 0;
  line-height: 20px;
  display: flex;
  flex-flow: row wrap;
  gap: 0.5rem;
  padding-inline: 1rem;
}
.breadcrumb a {
  display: inline-block;
  margin-left: 20px;
}
.breadcrumb a .fa-building-o {
  font-size: 20px;
}
.breadcrumb a.home {
  margin-left: 0;
}
.breadcrumb .active {
  margin-left: 20px;
  color: #c64425;
  display: inline-block;
}

.accordionelement-items .accordionelement-item.opened {
  border-bottom: 1px solid #ccc;
}
.accordionelement-items .accordionelement-item dt a {
  display: block;
  padding: 15px 20px;
  font-size: 18px;
  position: relative;
}
.accordionelement-items .accordionelement-item dt a:hover {
  color: #c64425;
}
.accordionelement-items .accordionelement-item dt a .fa {
  font-size: 32px;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  right: 20px;
}
.accordionelement-items .accordionelement-item:nth-child(odd) dt a {
  background-color: #f2f2f2;
}
.accordionelement-items .accordionelement-item:nth-child(even) dt a {
  background-color: #ffffff;
}
.accordionelement-items .accordionelement-item dd {
  display: none;
  padding: 20px;
}
@media (min-width: 1280px) {
  .htmlcontent {
    display: flex;
    flex-flow: column;
  }
}
.htmlcontent-image {
  font-size: 0;
}
.htmlcontent-image img {
  width: 100%;
  height: auto;
}
.htmlcontent-html {
  width: 100%;
}
.has_contentimage .htmlcontent-html {
  border: 0 solid #c64425;
  border-width: 0 0 0 5px;
}
@media (min-width: 1280px) {
  .htmlcontent {
    flex-flow: row nowrap;
  }
  .has_contentimage .htmlcontent-image, .has_contentimage .htmlcontent-html {
    width: 50%;
  }
  .htmlcontent.imageposition_rechts {
    flex-direction: row-reverse;
  }
  .htmlcontent.imageposition_rechts .htmlcontent-html {
    border-width: 0 5px 0 0;
  }
}

.elementcontent-downloads {
  padding: 0 20px;
}
.elementcontent-downloads a {
  margin-bottom: 40px;
}
.elementcontent-downloads-icon {
  margin-right: 20px;
}

.startpage-slider {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.startpage-slider img {
  max-width: 100%;
  height: auto;
}

.kopfbild {
  position: relative;
  text-align: center;
}
.kopfbild img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.overlay {
  background-color: #3d4150;
  text-align: left;
  color: #efe7d9;
}
@media (min-width: 1280px) {
  .overlay {
    background-color: rgba(61, 65, 80, 0.8);
    position: absolute;
    bottom: 0;
    z-index: 100;
    width: 100%;
    padding: 20px;
  }
}
.overlay .zeile1 {
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 1rem;
}
@media (min-width: 1280px) {
  .overlay .zeile1 {
    font-size: 32px;
  }
}
.overlay .zeile2 {
  font-size: 18px;
}
@media (min-width: 1280px) {
  .overlay .zeile2 {
    font-size: 21px;
  }
}

.slider-overlay {
  background-color: #c64425;
}
@media (min-width: 1280px) {
  .slider-overlay {
    background-color: rgba(198, 68, 37, 0.9);
  }
}
.slider-overlay a {
  color: #fff;
  display: block;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .slider-overlay a {
    text-align: center;
  }
}
.slider-overlay .overlay-left {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .slider-overlay .overlay-left {
    border-bottom: 1px solid #fff;
  }
}
.slider-overlay .overlay-right {
  padding-top: 20px;
}
.slider-overlay .zeile1 {
  padding: 20px 0 0 0;
  text-align: left;
}
.slider-overlay .zeile2 {
  padding: 0 0 20px;
  text-align: left;
}
.slider-overlay .fa {
  font-size: 28px;
}

#SearchResults > li > a:hover {
  color: #c64425;
}

.searchResults {
  margin-bottom: 60px;
}
.searchResults .searchQuery {
  margin-bottom: 20px;
}

.header {
  background-color: #f2f3f4;
  border-bottom: solid 3px #c64425;
}
.header > .container {
  z-index: 1000;
}
.header-title {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #c64425;
  position: relative;
  /*        .oss-logo{
              @include mobile {
                  position: absolute;
                  left: 10px;
                  margin-top: -35px;
                  top: 50%;
                  width: 70px;
                  height: 70px;
              }

              img {
                  @include mobile {
                      width: 100%;
                      height: auto;
                  }
              }
          }*/
}
@media (max-width: 1279px) {
  .header-title {
    padding-inline: 1rem;
  }
}
@media (min-width: 1280px) {
  .header-title {
    font-size: 34px;
  }
}
.header-title .oss-logo {
  line-height: 0.9em;
}
.header-title .title {
  font-size: 21px;
  margin-bottom: 5px;
  font-weight: bold;
}
@media (min-width: 1280px) {
  .header-title .title {
    font-size: 34px;
    /*position: absolute;
    top: 46px;
    left: 160px;*/
  }
}
.header-title .tagline {
  font-size: 14px;
}
@media (min-width: 1280px) {
  .header-title .tagline {
    font-size: 21px;
    color: #4c4c4c;
    /*position: absolute;
    top: 90px;
    left: 160px;*/
  }
}
@media (max-width: 1279px) {
  .header-title .tagline {
    display: none;
  }
}
.header-top-mobile {
  position: relative;
  z-index: 100001;
  border-bottom: 1px solid #ccc;
  background-color: #f2f3f4;
}
.header-top-mobile a {
  float: left;
  padding: 13px 20px;
  line-height: 20px;
}
.header a.login,
.header a.logout {
  position: absolute;
  right: 20px;
  top: 13px;
  display: block;
  z-index: 1000000;
}
@media (min-width: 1280px) {
  .header a.login,
  .header a.logout {
    top: 100px;
    right: 0;
  }
}
.header a.login .fa,
.header a.logout .fa {
  font-size: 20px;
}
.header a.login.login,
.header a.logout.login {
  color: #c64425;
}
.header a.login.logout,
.header a.logout.logout {
  color: #FF2222;
}
.header-top-desktop {
  font-size: 12px;
  text-align: right;
  position: absolute;
  right: 6rem;
  padding-top: 20px;
  z-index: 100000;
}
.header-top-desktop a {
  color: #808080;
}
.header-top-desktop a:hover {
  color: #c64425;
}

.footer {
  background-color: #efe7da;
  font-size: 14px;
}
.footer-heading {
  font-weight: 700;
  line-height: 24px;
  padding-block: 20px;
  display: block;
  position: relative;
}
.footer-heading .fa-plus,
.footer-heading .fa-minus {
  font-size: 16px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -8px;
}
.footer-content {
  padding-bottom: 20px;
}
@media (max-width: 1279px) {
  a + .footer-content {
    display: none;
  }
  .footer .grid_container > [class*=col-] {
    border-bottom: 1px solid #ccc;
  }
}
.footer-menu li {
  /*margin-bottom: 10px;*/
}
.footer-menu li:last-child {
  margin-bottom: 0;
}

@media (max-width: 1279px) {
  .mainmenu {
    top: 49px;
    padding: 0 10px;
    display: none;
    position: absolute;
    background: #fff;
    width: 100%;
    font-size: 18px;
    z-index: 1000;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  }
  .mainmenu a {
    padding: 10px;
    display: block;
    border-bottom: 1px solid #C7C7C7;
  }
  .mainmenu .level-1 > li > a {
    font-weight: bold;
  }
  .mainmenu .level-2 > li.hidden-desktop > a {
    font-weight: normal;
  }
  .mainmenu .children {
    display: none;
    padding-left: 20px;
  }
  .mainmenu .children.opened {
    display: block;
  }
  .mainmenu > ul > li:last-child a {
    border: none;
  }
  .mainmenu li {
    position: relative;
  }
  .mainmenu .open-children {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    text-align: center;
    padding: 8px 10px;
    border-bottom: none;
    -webkit-transition: transform 500ms;
    -moz-transition: transform 500ms;
    -ms-transition: transform 500ms;
    -o-transition: transform 500ms;
    transition: transform 500ms;
  }
  .mainmenu .open-children .fa {
    font-size: 21px;
  }
  .mainmenu .open-children.opened {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}
@media (min-width: 1280px) {
  .mainmenu li {
    position: relative;
  }
  .mainmenu a:not(.open-children) {
    padding: 15px 20px;
    word-break: keep-all;
    display: block;
    text-align: start;
  }
  .mainmenu a:not(.open-children):hover {
    color: #fff;
    background: #c64425;
  }
  .mainmenu ul.level-1 {
    display: flex;
    flex-flow: row nowrap;
  }
  .mainmenu ul.level-1 > li {
    flex-grow: 1;
    border-right: 1px solid #ccc;
  }
  .mainmenu ul.level-1 > li:first-child {
    border-left: 1px solid #ccc;
  }
  .mainmenu ul.level-2,
  .mainmenu ul.level-3 {
    position: absolute;
    display: none;
    background: #fff;
    width: 120%;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    z-index: 10000;
  }
  .mainmenu ul.level-2 a,
  .mainmenu ul.level-3 a {
    font-weight: normal;
  }
  .mainmenu ul.level-2 li:after,
  .mainmenu ul.level-3 li:after {
    content: "";
    display: block;
    border-bottom: 1px solid #ccc;
    width: 90%;
    margin: 0 auto;
  }
  .mainmenu ul.level-2 {
    /* left: 50%;
     margin-left: -120px;*/
  }
  .mainmenu ul.level-3 {
    left: 100%;
    top: 0;
    width: 240px;
  }
  .mainmenu li:hover > ul.level-2,
  .mainmenu li:hover > ul.level-3 {
    display: block;
  }
}

nav.mainmenu {
  max-width: 1250px;
  margin: auto;
}

@media (min-width: 1280px) {
  header.header > *:first-child {
    padding-inline: 6rem;
    border-bottom: solid 1px gainsboro;
    transform: translateY(1px);
  }
}
@media (min-width: 1280px) {
  .level-1 > li > a {
    text-align: center !important;
  }
}

.max1850 {
  max-width: 1250px;
  margin-inline: auto;
}

.pd-b-1 {
  padding-block: 1rem;
}

body {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  min-height: 100svh;
}

.splide__slide img {
  width: 100%;
}

#news {
  background-color: #3e4150;
  color: #efe7da;
  padding-top: 1.25rem;
  padding-bottom: 2rem;
}
#news h1, #news h2, #news h3, #news h4, #news h5, #news h6 {
  color: #efe7da;
}
#news .side {
  display: flex;
  flex-flow: row;
  align-items: center;
  gap: 1.3em;
}
#news .side .fa {
  font-size: 1.5rem;
  color: #c64425;
}
#news h2.title {
  color: #efe7da;
}
#news > .max1850 {
  display: flex;
  flex-flow: row;
  gap: 2rem;
  align-items: baseline;
}
#news > .max1850 a, #news > .max1850 a:link {
  font-weight: bold;
  transition: text-decoration 120ms ease;
}
#news > .max1850 a:hover, #news > .max1850 a:link:hover {
  text-decoration: underline;
}
@media (max-width: 1279px) {
  #news .max1850 {
    flex-flow: column;
    padding-inline: 1rem;
    align-items: stretch;
  }
  #news .max1850 .side {
    flex-flow: column;
    width: 100%;
  }
}

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

.content {
  padding-block: 2rem;
}

.gallery {
  display: flex;
  flex-flow: column;
  padding-block: 2rem;
  gap: 1rem;
}
.gallery img.gal-img {
  max-height: 250px;
  max-width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 250px;
}
@media (max-width: 1279px) {
  .gallery img.gal-img {
    width: 150px;
  }
}
.gallery > div {
  display: flex;
  flex-flow: row wrap;
  gap: 0.5rem;
}

.content > :not(.accordionelement) {
  padding-inline: 1rem;
}

.btn, .btn a {
  display: flex;
  flex-flow: row;
  flex-basis: content;
  align-content: center;
  align-items: center;
  gap: 1rem;
  min-width: 250px;
  color: #fafafa;
  height: 45px;
  margin-block: 0.5rem;
  transition: background-color 120ms ease, color 120ms ease !important;
}
.btn:is(a), .btn a:is(a) {
  background-color: #3c4150;
  padding-inline: 1rem;
}
.btn:is(a):hover, .btn a:is(a):hover {
  background-color: #efe7da;
  color: #4c4c4c;
}

a, a:link {
  transition: color 120ms ease;
}
a:hover, a:link:hover {
  color: #c64425;
}

@media (min-width: 768px) {
  .txt.cols {
    column-count: 2;
    column-gap: 2rem;
  }
}

.imgText {
  margin-block: 2rem;
  display: grid;
  justify-content: center;
  background: #efe7da;
}
@media (max-width: 1279px) {
  .imgText {
    padding-inline: 0 !important;
  }
}
@media (min-width: 768px) {
  .imgText .cnt {
    max-width: 1250px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.imgText img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.imgText .text {
  border-left: solid 4px #c64425;
  padding-left: 2rem;
  padding-block: 1.6rem;
  display: grid;
  align-content: center;
}
@media (max-width: 1279px) {
  .imgText .text {
    padding-right: 1rem;
  }
}

.content {
  display: grid;
}
@media (min-width: 768px) {
  .content {
    grid-template-columns: [wide-start] 1fr [content-start] minmax(auto, 1250px) [content-end] 1fr [wide-end];
  }
}
.content .wide {
  grid-column-start: wide-start;
  grid-column-end: wide-end;
}
.content .cont, .content > :not(.wide) {
  grid-column-start: content-start;
  grid-column-end: content-end;
}
.content table {
  max-width: 100%;
  width: calc(100svw - 2rem) !important;
  display: contents;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .content tbody, .content tr {
    display: flex;
    flex-direction: column;
  }
}

.pswp__caption {
  bottom: 1rem;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  text-align: center;
  min-height: 48px;
  background: #efe7da;
  color: #4c4c4c !important;
  padding-inline: 1rem;
  padding-block: 0.5rem;
  border-radius: 0.6rem;
  box-shadow: white 0 0 18px -8px;
}

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