@font-face {
  font-family: 'the_sheriff';
  src: url('../Fonts/theserifbold-plain-webfont.woff2') format('woff2'),
       url('../Fonts/theserifbold-plain-webfont.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'the_sheriff';
  src: url('../Fonts/theserif-plain-webfont.woff2') format('woff2'),
       url('../Fonts/theserif-plain-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Glyphter';
  src: url('../Fonts/Glyphter.eot');
  src: url('../Fonts/Glyphter.eot?#iefix') format('embedded-opentype'),
       url('../Fonts/Glyphter.woff') format('woff'),
       url('../Fonts/Glyphter.ttf') format('truetype'),
       url('../Fonts/Glyphter.svg#Glyphter') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'icons';
  src: url('../Fonts/icons.eot?38026170');
  src: url('../Fonts/icons.eot?38026170#iefix') format('embedded-opentype'),
       url('../Fonts/icons.woff2?38026170') format('woff2'),
       url('../Fonts/icons.woff?38026170') format('woff'),
       url('../Fonts/icons.ttf?38026170') format('truetype'),
       url('../Fonts/icons.svg?38026170#icons') format('svg');
  font-weight: 400;
  font-style: normal;
}
[class*='icon-']:before {
  display: inline-block;
  font-family: 'Glyphter';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html,
body {
  border: 0;
  font-family: "Helvetica-Neue", "Helvetica", Arial, sans-serif;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cit,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
a img {
  border: 0;
}
:focus {
  outline: 0;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 20px;
  line-height: 1.52857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #fff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #fff;
  background-color: #7c150c;
  border-color: #65110a;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #4e0d08;
  border-color: #2d0804;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #7c150c;
  border-color: #65110a;
}
.btn-default .badge {
  color: #7c150c;
  background-color: #fff;
}
.btn-primary {
  color: #fff;
  background-color: #7c150c;
  border-color: #65110a;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #4e0d08;
  border-color: #2d0804;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #7c150c;
  border-color: #65110a;
}
.btn-primary .badge {
  color: #7c150c;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #8bdd79;
  border-color: #79d865;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #68d350;
  border-color: #4fcb34;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #8bdd79;
  border-color: #79d865;
}
.btn-success .badge {
  color: #8bdd79;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #7c150c;
  border-color: #65110a;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #4e0d08;
  border-color: #2d0804;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #7c150c;
  border-color: #65110a;
}
.btn-warning .badge {
  color: #7c150c;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #7c150c;
  border-color: #65110a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #4e0d08;
  border-color: #2d0804;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #7c150c;
  border-color: #65110a;
}
.btn-danger .badge {
  color: #7c150c;
  background-color: #fff;
}
.btn-link {
  color: #7c150c;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #fff;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #ededed;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 36px;
  line-height: 1.3333333;
  border-radius: 0;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 30px;
  font-size: 30px;
  line-height: inherit;
  color: #474747;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 20px;
  line-height: 1.52857143;
  color: #cccccc;
}
.form-control {
  display: block;
  width: 100%;
  height: 44px;
  padding: 6px 12px;
  font-size: 20px;
  line-height: 1.52857143;
  color: #cccccc;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 44px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 70px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 30px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 50px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 34px;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-sm {
  height: 34px;
  line-height: 34px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 34px;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 0;
}
select.form-group-sm .form-control {
  height: 34px;
  line-height: 34px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 34px;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.5;
  min-height: 45px;
}
.input-lg {
  height: 70px;
  padding: 10px 16px;
  font-size: 36px;
  line-height: 1.3333333;
  border-radius: 0;
}
select.input-lg {
  height: 70px;
  line-height: 70px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 70px;
  padding: 10px 16px;
  font-size: 36px;
  line-height: 1.3333333;
  border-radius: 0;
}
select.form-group-lg .form-control {
  height: 70px;
  line-height: 70px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 70px;
  padding: 10px 16px;
  font-size: 36px;
  line-height: 1.3333333;
  min-height: 66px;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 55px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 70px;
  height: 70px;
  line-height: 70px;
}
.input-sm + .form-control-feedback {
  width: 34px;
  height: 34px;
  line-height: 34px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 35px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #a6a6a6;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 37px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 10px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'the_sheriff';
  font-size: 20px;
  line-height: 1.52857143;
  color: #666;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #7c150c;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #fff;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.52857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.m-b {
  margin-bottom: 20px/2;
}
#content .container.main .frame-default,
#content .container.main .gridWrap {
  -webkit-animation: fadein 2s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 2s;
  /* Firefox < 16 */
  -ms-animation: fadein 2s;
  /* Internet Explorer */
  -o-animation: fadein 2s;
  /* Opera < 12.1 */
  animation: fadein 2s;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
* {
  box-sizing: border-box;
}
body {
  font-family: 'the_sheriff';
  font-size: 20px;
  background: #fff;
  color: #666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}
html,
body {
  line-height: 1.52857143;
  width: 100%;
  height: 100%;
}
#page {
  width: 100%;
  height: 100%;
}
.dev-pagebreak {
  padding: 30px 0;
  border-bottom: 4px dashed green;
}
a {
  color: #7c150c;
  text-decoration: underline;
}
a:hover,
a:active {
  color: #fff;
  text-decoration: underline;
}
a.silent {
  color: #666;
}
a.silent:hover {
  color: #fff;
}
a.link-arrow:after {
  color: #7c150c;
  content: "\00BB";
  margin-left: 5px;
}
a.link-arrow:hover:after {
  color: #7c150c;
}
a.link-more {
  font-style: italic;
  color: #fff;
}
a.link-more:after {
  color: #fff;
  content: "\00BB";
  margin-left: 5px;
}
a.link-more:hover:after {
  color: #fff;
}
a.link-more:hover {
  color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  font-weight: 300;
  display: block;
  width: 100%;
  clear: both;
}
h1 {
  font-size: 90px;
}
h2 {
  font-size: 90px;
}
h3 {
  font-size: 30px;
  font-weight: bold;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 20px;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.align-left {
  text-align: left;
}
.fullwidth-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*
.mm-menu .container {
    width: auto;
}
*/
ul {
  list-style-type: none;
  padding-left: 0;
}
.content p,
.content ul {
  margin: 0 0 1.5em 0;
}
.content ul {
  list-style-type: none;
  padding-left: 0;
}
p img {
  display: block;
  max-width: 100%;
  height: auto;
}
img.stretch {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}
img.stretch.round {
  border-radius: 50%;
}
img.stretch.small {
  width: 62%;
}
img.stretch.medium {
  width: 80%;
}
img.stretch.centered {
  margin-left: 18%;
}
img.stretch.img-shadow {
  box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.2);
}
img.stretch.no-m-bt {
  margin-bottom: 20px;
}
img.stretch.med-m-bt {
  margin-bottom: 20px !important;
}
@media (min-width: 992px) {
  img.stretch.padding-left {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  img.stretch.padding-right {
    padding-right: 20px;
  }
}
.mb-sm {
  margin-bottom: 20px;
}
.mb-sm img.stretch {
  margin-bottom: 20px;
}
.row-no-gutter [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/** VARIABLES **/
.center {
  text-align: center;
}
body {
  overflow-y: scroll;
  overflow-x: hidden;
  color: #000;
  font-weight: 300;
  background: #fff;
  background-size: cover;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  font-smooth: auto;
}
body :focus {
  outline: none;
}
body ::-moz-focus-inner {
  border: 0;
}
@media (max-width: 767px) {
  body {
    font-size: 18px;
  }
}
h1 {
  font-size: 90px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
  margin-top: 0;
  line-height: 0.9;
}
@media (max-width: 767px) {
  h1 {
    font-size: 60px;
  }
}
h2 {
  font-size: 90px;
  color: #7c150c;
  font-weight: bold;
  padding-top: 40px;
  margin-bottom: 40px;
  margin-top: 0;
  line-height: 0.95;
}
@media (max-width: 767px) {
  h2 {
    font-size: 55px;
    margin-bottom: 20px/2;
  }
}
h2.color- {
  color: #7c150c;
}
h2.color-0 {
  color: #7c150c;
}
h2.color-1 {
  color: #7c150c;
}
h2.color-2 {
  color: #000;
}
h2.color-3 {
  color: #fff;
  text-shadow: 0px 0px 5px rgba(51, 51, 51, 0.5);
}
h2.color-4 {
  color: #cccccc;
  text-shadow: 0px 0px 5px rgba(51, 51, 51, 0.5);
}
a h2 {
  color: #cccccc;
}
a:hover h2 {
  color: #000;
}
h3 {
  font-size: 20px;
  font-weight: bold;
  color: #7c150c;
}
h4 {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
  padding-bottom: 20px/2;
  border-bottom: 5px solid #000;
}
h5 {
  font-size: 20px;
  font-family: 'the_sheriff', serif;
  text-transform: uppercase;
  font-weight: normal;
  color: #7c150c;
  margin-bottom: 15px;
  margin-top: 15px;
}
h6 {
  font-size: 20px;
  font-family: 'the_sheriff', serif;
  font-weight: normal;
  text-transform: none;
  margin-bottom: 20px;
}
.frame-type-text p:last-child,
.frame-type-menu_sitemap_pages p:last-child {
  margin-bottom: 40px;
}
.frame-type-text ul,
.frame-type-menu_sitemap_pages ul,
.frame-type-text ol,
.frame-type-menu_sitemap_pages ol {
  display: block;
  margin-bottom: 40px;
}
.frame-type-text ol,
.frame-type-menu_sitemap_pages ol {
  margin-left: 0.3em;
}
.frame-type-text li,
.frame-type-menu_sitemap_pages li {
  margin: 0 0 0.5em 0;
  float: left;
  clear: both;
  padding: 20px/6 20px/2;
  background: #000;
  color: #fff;
}
.frame-type-text ul.list-unstyled li,
.frame-type-menu_sitemap_pages ul.list-unstyled li {
  margin: 0;
}
.frame-type-text ul.list-unstyled li:before,
.frame-type-menu_sitemap_pages ul.list-unstyled li:before {
  display: none;
}
.frame-type-dce_dceuid22 p:last-child {
  margin-bottom: 40px;
}
.frame-type-dce_dceuid22 ul,
.frame-type-dce_dceuid22 ol {
  display: block;
  margin-bottom: 40px;
}
.frame-type-dce_dceuid22 ol {
  margin-left: 0.3em;
}
.frame-type-dce_dceuid22 li {
  margin: 0 0 0 1em;
}
.frame-type-dce_dceuid22 li:last-child {
  margin: 0 0 -0.75em 1em;
}
.frame-type-dce_dceuid22 ul li:before {
  content: '■';
  float: left;
  margin: 0 0 0 -1em !important;
  color: #7c150c;
}
#page > header {
  display: block;
  z-index: 9;
  background: #fff;
  transition: 0.5s;
}
#page > header .logo {
  padding: 20px;
  text-align: right;
}
#page > header .logo a img {
  width: 440px;
  height: auto;
  transition: 0.3s linear;
  margin: 26px 0;
}
@media (max-width: 991px) {
  #page > header .logo a img {
    width: 250px;
  }
}
#page > header #header-hamburger {
  display: block;
  margin: 48px 0;
  padding: 0;
  overflow: hidden;
  z-index: 1100;
}
#page > header #header-hamburger span {
  background: #000;
  display: block;
  height: 8px;
  width: 50px;
  margin: 5px 0;
  padding-bottom: 3px;
  position: relative;
  transform: rotate(0);
  top: 0;
  left: 0;
  opacity: 1;
  border-radius: 0px;
  transition: none 0.5s ease;
  transition-property: transform, top, left, opacity;
}
#StickyNav {
  background: #fff;
}
@media (min-width: 992px) {
  #StickyNav.sticky {
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
    left: 20px/2;
    z-index: 100;
    background: #fff;
    transition: 0.5s;
    margin-right: -20px;
  }
}
@media (min-width: 992px) {
  #StickyNav.sticky {
    background: rgba(255, 255, 255, 0.97);
    transition: 0.5s;
    box-shadow: 0 40px 40px -36px rgba(51, 51, 51, 0.3);
  }
  #StickyNav.sticky .logo a img {
    width: 250px !important;
    transition: 0.3s linear;
    margin: 24px 0 16px 0;
  }
  #StickyNav.sticky #menu {
    margin-top: 0;
    transition: 0.5s;
  }
  #StickyNav.sticky #header-hamburger {
    margin: 20px 0;
  }
}
html.mm-opened {
  overflow: visible !important;
}
html.mm-opened body {
  overflow-x: hidden !important;
}
html.mm-opened #mm-blocker {
  background: rgba(0, 0, 0, 0.4);
}
html.mm-opened #header-hamburger {
  position: relative;
  z-index: 1010;
}
html.mm-opened #header-hamburger span.top-bar {
  transform: rotate(45deg) !important;
  top: 14px !important;
}
html.mm-opened #header-hamburger span.middle-bar {
  opacity: 0 !important;
}
html.mm-opened #header-hamburger span.bottom-bar {
  transform: rotate(-45deg) !important;
  top: -12px !important;
}
#menu {
  display: block;
  z-index: 9999;
  height: 65px;
  line-height: 65px;
  text-align: center;
}
@media (max-width: 991px) {
  #menu {
    display: none;
  }
  #menu .menu-navigation {
    display: none !important;
  }
}
#menu ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
#menu > ul {
  margin: 0 auto;
}
#menu > ul > li {
  display: inline-block;
  position: relative;
  text-align: center;
}
#menu > ul > li > a {
  display: inline-block;
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
  padding: 0 20px/2;
  text-decoration: none !important;
  line-height: 65px;
}
#menu > ul > li > a:hover {
  font-weight: bold;
  color: #000;
}
#menu > ul > li > a::after {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
@media (max-width: 1199px) {
  #menu > ul > li:first-child > a {
    padding-left: 0;
  }
  #menu > ul > li:last-child > a {
    padding-right: 0;
  }
}
#menu > ul > li:last-child > a {
  border-right: 0;
}
#menu > ul.menu-navigation li.inactive a,
#menu > ul.menu-switcher li a.inactive {
  color: #000;
}
#menu > ul.menu-navigation li:hover a,
#menu > ul.menu-navigation li.active a,
#menu > ul.menu-switcher a.active,
#menu > ul.menu-switcher li a:hover {
  font-weight: bold;
}
#menu ul li ul {
  height: auto;
  position: absolute;
  padding: 0;
  margin-left: -200px;
  left: 50%;
  margin-top: -46px;
  z-index: 999;
  width: 400px;
  max-width: 400px;
  display: none;
  opacity: 0;
  visibility: hidden;
}
#menu ul li ul:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  margin: 0 auto 0;
  height: 0;
  width: 0;
  border-bottom: 30px solid rgba(124, 21, 12, 0.97);
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
}
#menu ul li ul li {
  display: block;
  width: 100%;
  padding-top: 15px;
  background: rgba(124, 21, 12, 0.97);
}
#menu ul li ul li:first-child {
  margin-top: 20px;
}
#menu ul li ul li:last-child {
  padding-bottom: 15px;
}
#menu ul li ul li a {
  color: rgba(255, 255, 255, 0.8) !important;
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: normal;
  padding: 0px 20px;
  text-transform: none;
}
#menu ul li ul li a:hover,
#menu ul li ul li a.active {
  color: #fff !important;
  text-decoration: none !important;
}
#menu ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}
/* rows / hintergrundfarben */
.container-element1 {
  float: left;
  width: 100%;
  clear: both;
  display: block;
}
.grid-container-row {
  margin-top: 40px;
  margin-bottom: 20px;
}
.grid-container-row.m-bt {
  border-bottom: 24px solid #fff;
}
.grid-container-row.shadow {
  box-shadow: inset 0 40px 40px -40px rgba(51, 51, 51, 0.4);
}
.grid-container-row.triangle:before {
  position: relative;
  margin: 0 auto -30px auto;
  top: -60px;
  height: 0;
  width: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
}
.grid-container-row.white-text {
  color: #fff;
}
.grid-container-row.white-text .lead {
  text-shadow: 0px 0px 5px rgba(51, 51, 51, 0.5);
}
.white {
  background: #fff;
}
.white.triangle:before {
  border-bottom: 30px solid #fff;
}
.gray-ultralight {
  background-color: #fafafa;
}
.gray-ultralight.triangle:before {
  border-bottom: 30px solid #fafafa;
}
.gray-light {
  background-color: #ededed;
}
.gray-light.triangle:before {
  border-bottom: 30px solid #ededed;
}
.gray {
  background-color: #cccccc;
}
.gray.triangle:before {
  border-bottom: 30px solid #cccccc;
}
.gray-medium {
  background-color: #666563;
}
.gray-medium.triangle:before {
  border-bottom: 30px solid #666563;
}
.gray-dark {
  background-color: #474747;
}
.gray-dark.triangle:before {
  border-bottom: 30px solid #474747;
}
.black {
  background-color: #000;
}
.black.triangle:before {
  border-bottom: 30px solid #000;
}
#page {
  min-height: 100%;
  height: auto;
  /* Pad bottom by footer height */
  padding: 0 0 80px;
}
#page #content {
  min-height: 400px;
  padding-top: 0;
  transition: 0;
}
#page #content .main {
  margin-top: 40px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  #page #content .main {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  #page #content.sticky {
    padding-top: 128px;
    transition: 0;
  }
}
#page header .ce-headline-center {
  text-align: center;
}
#page header .ce-headline-left {
  text-align: left;
}
#page header .ce-headline-right {
  text-align: right;
}
#page p.text-center,
#page span.text-center,
#page h1.text-center,
#page h2.text-center,
#page h3.text-center,
#page h4.text-center {
  text-align: center;
}
#page p.text-left,
#page span.text-left,
#page h1.text-left,
#page h2.text-left,
#page h3.text-left,
#page h4.text-left {
  text-align: left;
}
#page p.text-right,
#page span.text-right,
#page h1.text-right,
#page h2.text-right,
#page h3.text-right,
#page h4.text-right {
  text-align: right;
}
#page p.text-justify,
#page span.text-justify,
#page h1.text-justify,
#page h2.text-justify,
#page h3.text-justify,
#page h4.text-justify {
  text-align: justify;
}
#page a {
  text-decoration: underline;
  color: #000;
}
#page a:hover {
  color: #7c150c;
  text-decoration: none;
}
#page a.icon-scrolltop {
  color: #7c150c !important;
  font-size: 90px;
}
#page a.icon-scrolltop:hover {
  color: #fff !important;
}
#page a.icon-scrolltop span {
  content: '';
  display: none;
}
#page a.icon-scrolltop:before {
  content: '\e80a';
  display: inline-block;
  font-family: 'icons';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
}
#page .white-text a {
  color: rgba(255, 255, 255, 0.6);
}
#page .white-text a:hover {
  color: #fff;
}
#page .frame-type-menu_subpages,
#page .frame-type-menu_pages {
  margin-bottom: 20px;
}
#page a.button,
#page button:not([class*="ck"]),
#page button.btn:not([class*="ck"]),
#page a.btn,
#page input[type=submit],
#page span.button a {
  display: inline-block;
  cursor: pointer;
  margin: 0 0 40px 0;
  padding: 20px/2 40px;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  line-height: 1.8;
  text-decoration: none;
  background: #7c150c;
  border: 0;
  color: #fff;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#page a.button.scrollbutton,
#page button.scrollbutton:not([class*="ck"]),
#page button.btn.scrollbutton:not([class*="ck"]),
#page a.btn.scrollbutton,
#page input[type=submit].scrollbutton,
#page span.button a.scrollbutton {
  padding: 0px 8px !important;
}
#page a.button:hover,
#page button:hover:not([class*="ck"]),
#page button.btn:hover:not([class*="ck"]),
#page a.btn:hover,
#page input[type=submit]:hover,
#page span.button a:hover {
  background: #7c150c !important;
  color: #fff;
  border: 0 !important;
}
#page a.button.1active,
#page button.1active:not([class*="ck"]),
#page button.btn.1active:not([class*="ck"]),
#page a.btn.1active,
#page input[type=submit].1active,
#page span.button a.1active,
#page a.button:focus,
#page button:focus:not([class*="ck"]),
#page button.btn:focus:not([class*="ck"]),
#page a.btn:focus,
#page input[type=submit]:focus,
#page span.button a:focus,
#page a.button:active,
#page button:active:not([class*="ck"]),
#page button.btn:active:not([class*="ck"]),
#page a.btn:active,
#page input[type=submit]:active,
#page span.button a:active {
  box-shadow: none !important;
}
#page a.button.wide,
#page button.wide:not([class*="ck"]),
#page button.btn.wide:not([class*="ck"]),
#page a.btn.wide,
#page input[type=submit].wide,
#page span.button a.wide {
  width: 100%;
}
#page a.button.btn-secondary,
#page button.btn-secondary:not([class*="ck"]),
#page button.btn.btn-secondary:not([class*="ck"]),
#page a.btn.btn-secondary,
#page input[type=submit].btn-secondary,
#page span.button a.btn-secondary,
#page a.button.btn--secondary,
#page button.btn--secondary:not([class*="ck"]),
#page button.btn.btn--secondary:not([class*="ck"]),
#page a.btn.btn--secondary,
#page input[type=submit].btn--secondary,
#page span.button a.btn--secondary {
  background: rgba(255, 255, 255, 0.4);
  width: 100%;
}
#page a.button.headbutton,
#page button.headbutton:not([class*="ck"]),
#page button.btn.headbutton:not([class*="ck"]),
#page a.btn.headbutton,
#page input[type=submit].headbutton,
#page span.button a.headbutton {
  margin-bottom: 8px !important;
  padding: 20px/2 0;
  width: 100%;
  letter-spacing: 0;
}
#page button.btn:not([class*="ck"]) {
  margin: 0 20px 40px 0;
}
#page .grid-container-row a.button,
#page .grid-container-row button:not([class*="ck"]),
#page .grid-container-row button.btn:not([class*="ck"]),
#page .grid-container-row a.btn,
#page .grid-container-row span.button a {
  background: #000;
}
#page .grid-container-row a.button:hover,
#page .grid-container-row button:hover:not([class*="ck"]),
#page .grid-container-row button.btn:hover:not([class*="ck"]),
#page .grid-container-row a.btn:hover,
#page .grid-container-row span.button a:hover {
  background: #474747;
  color: #fff;
}

/* CKEditor 5 UI reset inside #page (for Visual Editor) */
#page .ck.ck-reset,
#page .ck.ck-reset_all {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
}

#page .ck.ck-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: var(--ck-spacing-tiny, 3px) !important;
  min-height: var(--ck-ui-component-min-height, 34px) !important;
  min-width: var(--ck-ui-component-min-height, 34px) !important;
  line-height: var(--ck-line-height-base, 1.2) !important;
  font-size: var(--ck-font-size-base, 13px) !important;
  font-weight: normal !important;
  letter-spacing: normal !important;
  border-radius: var(--ck-border-radius, 4px) !important;
  border: 1px solid transparent !important;
  background: transparent !important;
  color: var(--ck-color-button-default-color, #333) !important;
  text-decoration: none !important;
  text-align: left !important;
  box-shadow: none !important;
  -webkit-transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out !important;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out !important;
  vertical-align: middle !important;
  box-sizing: border-box !important;
}

#page .ck.ck-button.ck-button_with-text {
  padding: var(--ck-spacing-tiny, 3px) var(--ck-spacing-standard, 6px) !important;
  min-width: auto !important;
}

#page .ck.ck-button:hover:not(.ck-disabled) {
  background: var(--ck-color-button-default-hover-background, #f0f0f0) !important;
  color: var(--ck-color-button-default-hover-color, #333) !important;
  border-color: transparent !important;
}

#page .ck.ck-button.ck-on:not(.ck-disabled) {
  background: var(--ck-color-button-on-background, #dedede) !important;
  color: var(--ck-color-button-on-color, #333) !important;
  border-color: transparent !important;
}

#page .ck.ck-button.ck-disabled {
  background: transparent !important;
  color: var(--ck-color-button-disabled-text, #aaa) !important;
  opacity: 0.5 !important;
  cursor: default !important;
}

#page .ck.ck-button .ck-icon {
  width: var(--ck-icon-size, 20px) !important;
  height: var(--ck-icon-size, 20px) !important;
  font-size: var(--ck-icon-size, 20px) !important;
  margin: 0 !important;
  color: inherit !important;
  fill: currentColor !important;
}

#page .ck.ck-toolbar {
  background: var(--ck-color-toolbar-background, #fff) !important;
  padding: var(--ck-spacing-small, 4px) !important;
  border-radius: var(--ck-border-radius, 4px) !important;
  border: 1px solid var(--ck-color-toolbar-border, #c4c4c4) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}

#page .ck.ck-dropdown .ck-dropdown__panel {
  background: #fff !important;
  border: 1px solid #c4c4c4 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}

#page .ck.ck-list {
  background: #fff !important;
  padding: 4px 0 !important;
  list-style: none !important;
  margin: 0 !important;
}

#page .ck.ck-list__item {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

#page .ck.ck-list__item .ck-button {
  width: 100% !important;
  border-radius: 0 !important;
}
p a.button {
  display: inline-block;
  margin: 0 20px 0 0 !important;
}
.icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  line-height: 1;
}
.icon span {
  display: none;
}
#menu-mobile {
  background: #7c150c;
}
#menu-mobile ul li a {
  font-weight: bold;
  font-size: 22px;
  text-transform: none;
  line-height: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.7);
  padding: 15px 20px;
}
#menu-mobile ul li a.active,
#menu-mobile ul li a:hover {
  color: #fff;
  font-weight: bold;
}
#menu-mobile ul li a:first-child {
  margin-top: 20px;
}
#menu-mobile .inactive {
  color: #666;
}
#menu-mobile .inactive:hover {
  color: #fff;
}
.mm-prev:before,
.mm-next:after {
  width: 12px;
  height: 12px;
}
.mm-menu.mm-theme-dark .mm-navbar,
.mm-menu.mm-theme-dark .mm-listview > li:after {
  border-color: #ededed;
}
.mm-menu.mm-theme-dark .mm-navbar .mm-btn:before,
.mm-menu.mm-theme-dark .mm-navbar .mm-btn:after,
.mm-menu.mm-theme-dark .mm-listview > li > a.mm-prev:before,
.mm-menu.mm-theme-dark .mm-listview > li > a.mm-next:after {
  border-color: #fff;
}
.mm-listview > li:not(.mm-divider):after {
  position: static;
}
.mm-menu > .mm-panel > .mm-listview.mm-first {
  margin-top: 0;
}
.mm-navbar {
  height: 60px;
  line-height: 40px;
}
.mm-navbar .mm-btn {
  height: 60px;
}
.mm-menu.mm-theme-dark .mm-navbar > a {
  font-weight: bold;
}
.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
}
.mm-menu .mm-listview > li .mm-next:before,
.mm-menu .mm-navbar {
  border-color: rgba(255, 255, 255, 0.5) !important;
}
.mm-menu .mm-listview > li .mm-next:after,
.mm-menu .mm-listview > li .mm-arrow:after,
.mm-menu .mm-navbar .mm-btn:before,
.mm-menu .mm-navbar .mm-btn:after {
  border-color: #fff !important;
}
.mm-menu .mm-navbar > *,
.mm-menu .mm-navbar a {
  color: #fff !important;
}
/* addendum form */
/* form-kram */
.frame-type-form_formframework {
  font-size: 15px;
}
.frame-type-form_formframework h2 {
  display: none;
}
.frame-type-form_formframework .form-group {
  margin-bottom: 20px;
}
.frame-type-form_formframework .form-group > label {
  font-weight: 400;
}
.frame-type-form_formframework label {
  font-weight: normal;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 0;
}
.frame-type-form_formframework input[type=text],
.frame-type-form_formframework input[type=email],
.frame-type-form_formframework select,
.frame-type-form_formframework textarea {
  color: rgba(0, 0, 0, 0.8);
  background: #fafafa;
  border: 0 !important;
  width: 100%;
  height: 65px;
  padding: 20px/2;
  box-shadow: none !important;
}
.frame-type-form_formframework input[type="checkbox"] {
  margin-top: 6px;
}
.frame-type-form_formframework textarea {
  height: auto;
  min-height: 200px !important;
}
.frame-type-form_formframework .help-block {
  color: #000;
  margin-top: 0;
}
.frame-type-form_formframework input[type=text],
.frame-type-form_formframework input[type=email],
.frame-type-form_formframework select {
  line-height: 19px;
}
.frame-type-form_formframework button {
  height: 55px !important;
  color: #fff !important;
  line-height: 5px !important;
  font-weight: bold;
  margin-right: 0 !important;
}
.frame-type-form_formframework button:hover {
  background: rgba(124, 21, 12, 0.8) !important;
}
.frame-type-form_formframework ::placeholder {
  color: rgba(255, 255, 255, 0.85);
}
p + ul {
  margin-top: -15px !important;
}
p {
  margin-bottom: 20px;
}
p img {
  display: inline;
}
/* filelinks */
.ce-uploads {
  border-top: 5px solid #ededed;
  padding-top: 20px;
  margin-bottom: 40px !important;
}
.ce-uploads li {
  display: block;
  margin-bottom: 20px;
}
.ce-uploads li:before {
  display: none;
}
.ce-uploads li img {
  display: none;
}
.ce-uploads li a {
  font-weight: normal;
  text-transform: none !important;
  text-decoration: none !important;
  display: block;
  margin-bottom: 5px;
  padding-right: 10%;
}
.ce-uploads li a:hover {
  text-decoration: underline !important;
}
@media (max-width: 767px) {
  .ce-uploads li a {
    font-size: 20px;
    padding-right: 20%;
  }
}
.ce-uploads li a span.ce-uploads-fileName {
  position: relative;
  top: 3px;
  left: 45px;
}
.ce-uploads li a:before {
  position: absolute;
  background: url(../Images/icon-pdf.svg) center center no-repeat;
  height: 30px;
  width: 30px;
  content: '';
}
.ce-uploads li span.ce-uploads-filesize {
  display: block;
  margin-left: 65px;
}
.ce-uploads li span.ce-uploads-filesize:before {
  content: "(";
}
.ce-uploads li span.ce-uploads-filesize:after {
  content: ")";
}
.ce-uploads li span.ce-uploads-description {
  display: block;
  margin-left: 65px;
}
#page table {
  width: 98%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #page table {
    width: auto;
  }
}
#page table tr {
  border-bottom: 1px solid #cccccc;
}
#page table tr td:first-child {
  text-align: right;
}
#page table tr td:nth-child(4),
#page table tr th:nth-child(4) {
  background: #ededed;
}
@media (max-width: 991px) {
  #page table tr td:nth-child(2),
  #page table tr th:nth-child(2) {
    display: none;
  }
}
#page table tr:first-child th {
  padding-top: 40px;
}
@media (max-width: 991px) {
  #page table tr:first-child th.rotate {
    /* Something you can count on */
    height: 140px;
    white-space: nowrap;
  }
  #page table tr:first-child th.rotate > div {
    transform: translate(25px, 51px) /* 45 is really 360 - 45 */ rotate(270deg);
    width: 30px;
    margin: 5px 0 0 -10px;
  }
  #page table tr:first-child th.rotate > div > span {
    display: inline-block;
    padding: 0;
    line-height: 1em;
  }
}
#page table tr:last-child {
  border: 0;
}
#page table tr:last-child td {
  padding-bottom: 40px;
}
#page table th {
  color: #7c150c;
  font-weight: normal;
}
#page table th b,
#page table th strong {
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'the_sheriff', serif;
}
#page table td,
#page table th {
  vertical-align: top;
  padding: 10px 20px;
}
#page table td p,
#page table th p {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  #page table td,
  #page table th {
    padding: 5px;
    margin: 0;
  }
}
#page .white-text table {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
#page .white-text table tr {
  border-bottom: 1px solid #fff;
}
.grid-container-row .container-element .fullwidth-banner {
  margin: 0 0 40px 0;
}
/* iframe maps */
iframe.map {
  margin-bottom: 40px;
}
iframe.map.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}
iframe.map.overview {
  margin-top: -40px;
  margin-bottom: 10px;
}
iframe.map.top-margin {
  margin-top: 0;
  margin-bottom: 0;
}
.videowrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  margin-bottom: -25%;
}
@media (max-width: 1199px) {
  .videowrapper {
    margin-bottom: -11%;
  }
}
@media (max-width: 991px) {
  .videowrapper {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .videowrapper {
    margin-bottom: 20px;
  }
}
.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 55%;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
@media (max-width: 1199px) {
  .videowrapper iframe {
    height: 80%;
  }
}
@media (max-width: 991px) {
  .videowrapper iframe {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .videowrapper iframe {
    height: 100%;
  }
}
/* carousel */
.grid-container-row .carousel {
  margin: 0 20px/2 40px 20px/2;
}
.grid-container-row .container-element .carousel {
  margin: 0 0 40px 0;
}
.carousel {
  clear: both;
}
.carousel-inner {
  width: 100%;
}
.carousel-inner .item .figure {
  display: flex;
}
.carousel-inner .item .figure.semi-transparent:before {
  content: "";
  background: #fff;
  opacity: 0.3;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
.carousel-inner .item .figure .figure-image {
  display: block;
  width: 100%;
  height: 800px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 991px) {
  .carousel-inner .item .figure .figure-image {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .carousel-inner .item .figure .figure-image {
    height: 300px;
  }
}
.carousel-inner .item .figure .figure-caption {
  position: absolute;
  width: 100%;
  text-align: center;
  padding: 0 12%;
}
.carousel-inner .item .figure .figure-caption .grid-container-row {
  padding-top: 0;
}
.carousel-inner .item .figure .figure-caption h6 {
  font-family: 'the_sheriff', serif;
  font-size: 30px;
  color: #fff;
  max-width: 960px;
  text-align: right;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .carousel-inner .item .figure .figure-caption h6 {
    font-size: 30px;
  }
}
.carousel-inner .item .figure .figure-caption a.button,
.carousel-inner .item .figure .figure-caption span.button a {
  margin: 20px 0 20px/2 0 !important;
}
@media all and (-ms-high-contrast: none) {
  .carousel-inner .item .figure {
    /* IE11 */
  }
  .carousel-inner .item .figure .figure-caption {
    top: 25%;
  }
  .carousel-inner .item .figure *::-ms-backdrop,
  .carousel-inner .item .figure .figure-caption {
    top: 25%;
  }
}
@media (max-width: 767px) {
  ol.carousel-indicators {
    display: none;
  }
}
ol.carousel-indicators li {
  height: 15px;
  width: 15px;
  margin: 0 5px 5px 5px !important;
  background: #ffffff;
  border-radius: 0;
}
ol.carousel-indicators li.active {
  height: 15px;
  width: 15px;
  background: #b3b3b3;
}
ol.carousel-indicators li:before {
  content: '';
}
ol.carousel-indicators.black {
  display: none;
}
ol.carousel-indicators.black li {
  height: 15px;
  width: 15px;
  margin: 0 5px 5px 5px !important;
  background: #b3b3b3;
  border-radius: 0;
}
ol.carousel-indicators.black li.active {
  height: 15px;
  width: 15px;
  background: #000000;
}
ol.carousel-indicators.black li:before {
  content: '';
}
.carousel-control {
  opacity: 0.7;
}
.carousel-control:hover {
  opacity: 1;
}
.carousel-control.left {
  background: url(../Images/arrow-left.svg) center center no-repeat;
  background-size: 70px 70px;
}
.carousel-control.left.black {
  background: url(../Images/arrow-left-black.svg) 8% center no-repeat;
  background-size: 70px 70px;
}
@media (max-width: 767px) {
  .carousel-control.left {
    background-size: 40px 40px;
  }
}
.carousel-control.right {
  background: url(../Images/arrow-right.svg) center center no-repeat;
  background-size: 70px 70px;
}
.carousel-control.right.black {
  background: url(../Images/arrow-right-black.svg) 92% center no-repeat;
  background-size: 70px 70px;
}
@media (max-width: 767px) {
  .carousel-control.right {
    background-size: 40px 40px;
  }
}
@media (min-width: 992px) {
  .flexer {
    display: flex;
    align-items: center;
  }
  .flexer .center-height {
    position: relative;
  }
  .flexer .center-height img.stretch {
    margin-bottom: 20px;
  }
}
/* icons */
a.iconfont {
  margin: 0 20px/2;
  color: #fff !important;
  font-size: 45px;
}
a.iconfont span {
  content: '';
  display: none;
}
a.iconfont:hover {
  text-decoration: none !important;
}
.iconfont {
  font-size: 45px;
}
[class*='iconfont-']:before {
  display: inline-block;
  font-family: 'Glyphter';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #7c150c;
  border-radius: 50%;
  line-height: 1;
  transition: 0.5s;
}
[class*='iconfont-']:hover:before {
  background: #163f6d;
  transition: 0.5s;
}
.iconfont-twitter:before {
  content: '\0041';
}
.iconfont-facebook:before {
  content: '\0042';
}
.iconfont-print:before {
  content: '\0043';
}
.iconfont-mail:before {
  content: '\0044';
}
.iconfont-instagram:before {
  content: '\0045';
}
.iconfont-back:before {
  content: '\0046';
}
.iconfont-back:before {
  color: #163f6d;
  background: none;
}
.iconfont-back:hover:before {
  color: #7c150c;
  background: none;
}
hr {
  display: block;
  width: 100%;
  clear: both;
  margin-top: 40px;
  margin-bottom: 40px;
  border: 0;
  border-top: 1px solid #cccccc;
}
@media print {
  body {
    background: none !important;
    color: #000 !important;
  }
  #page,
  #content {
    display: block;
    width: 100%;
  }
  #page > header {
    display: block;
    background: none !important;
  }
  .logo {
    display: block;
  }
  .logo a {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
  }
  .logo a img {
    width: 121px;
    height: auto;
    transition: 0.3s linear;
  }
  #menu,
  #LangMenu,
  footer,
  .icon-scrolltop,
  .carousel {
    display: none !important;
  }
}
a.anchor {
  width: 100%;
  content: "";
  display: block;
  height: 84px;
  /* fixed header height*/
  margin: -84px 0 0;
  /* negative fixed header height */
}
@media (max-width: 991px) {
  .grid-container-row > .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* collapsibles */
.collapsible {
  float: left;
}
.collapsible a.plus:before,
.collapsible a:before {
  float: left;
  margin-right: 10px;
  font-family: 'icons';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  content: '\e824';
}
.collapsible a.collapsed:before {
  content: '\e82a';
}
.collapsible a:hover {
  color: #000 !important;
  text-decoration: none;
}
.collapse.out,
.collapsing {
  display: none;
  transition: height 1s;
}
.collapsed,
.collapse.in {
  display: block;
  transition: height 1s;
}
/* formatierungen */
.large {
  font-size: 36px;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .large {
    font-size: 26px;
  }
}
p.large {
  margin-bottom: 10px;
}
.small {
  font-size: 15px;
}
.uppercase {
  text-transform: uppercase;
}
.img-caption {
  margin-top: -30px;
  margin-bottom: 20px;
  font-weight: bold;
}
/* lead */
.lead {
  font-family: 'the_sheriff', serif;
  font-size: 60px;
  line-height: 1.27;
  font-weight: bold;
  display: block;
  clear: both;
  width: 100%;
}
.lead p {
  margin-bottom: 30px !important;
  padding: 0 !important;
  width: 85%;
}
@media (max-width: 991px) {
  .lead p {
    width: 100%;
  }
}
.lead p:last-child {
  margin-bottom: 160px !important;
}
@media (max-width: 991px) {
  .lead {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .lead {
    font-size: 36px;
  }
}
/* fullwidth-row in inhalt Ã¼ber ganze breite */
.row-full {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  height: auto;
  left: 50%;
}
/* headerslider */
.headerslider {
  display: flex;
  align-items: center;
  height: 800px;
  margin-top: -40px;
}
@media (max-width: 991px) {
  .headerslider {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .headerslider {
    height: 300px;
  }
}
.headerslider .carousel-text {
  position: absolute;
  width: 100%;
  text-align: center;
  margin-top: 340px;
  z-index: 5;
}
@media (max-width: 991px) {
  .headerslider .carousel-text {
    margin-top: 180px;
  }
}
@media (max-width: 767px) {
  .headerslider .carousel-text {
    margin-top: 110px;
  }
}
.headerslider .carousel-text span {
  display: block;
  font-size: 36px;
  line-height: 1;
  color: #fff;
  text-align: center;
  margin-left: -15%;
  text-shadow: 0px 0px 5px rgba(51, 51, 51, 0.5);
}
@media (max-width: 991px) {
  .headerslider .carousel-text span {
    font-size: 25px;
  }
}
.headerslider .carousel-text h6 {
  font-size: 90px;
  line-height: 0.9;
  color: #fff;
  text-align: center;
  font-weight: bold;
  text-shadow: 0px 0px 5px rgba(51, 51, 51, 0.5);
}
@media (max-width: 767px) {
  .headerslider .carousel-text h6 {
    font-size: 55px;
  }
}
.headerslider .carousel-inner {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  clear: both;
  z-index: 4;
}
.image-embed-item {
  margin-bottom: 40px;
}
/* carousel fader */
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
  transition: 0.8s;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
  transition: 2s;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
/* form-button */
div.actions {
  display: block;
  margin-top: 20px;
}
/* cookie message */
.cc_container {
  border: 0 !important;
  background: #ab1d10;
  font-family: 'the_sheriff';
  font-size: 20px;
  color: #fff !important;
}
.cc_container .cc_message {
  color: #fff !important;
}
.cc_container .cc_message a {
  color: #fff;
  text-decoration: underline;
}
.cc_container .cc_message a:hover {
  color: #d9d9d9;
}
.cc_container .cc_btn {
  background: #7c150c !important;
  color: #fff !important;
  font-weight: bold;
}
.cc_container .cc_btn:hover {
  background: rgba(124, 21, 12, 0.7) !important;
}
/* pagelist */
.pagelist {
  overflow: visible;
}
.pagelist .pagelist-card a {
  text-decoration: none !important;
}
.pagelist .spacer {
  display: block;
  background: none;
  height: 30px;
}
.pagelist .category {
  display: block;
  font-weight: bold;
  color: #7c150c;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 1.1;
}
.box {
  margin: 0 0 20px 0;
  padding: 40px 40px 0 40px;
  color: #fff !important;
}
.box header,
.box h1,
.box h2,
.box h3,
.box h4,
.box h5,
.box h6 {
  color: #fff !important;
}
.box.brand {
  background: #7c150c;
}
.box.brand-dark {
  background: #163f6d;
}
.frame-type-text.frame-layout-1::first-letter {
  font-size: 105px;
  line-height: 0.85;
  float: left;
  margin-top: 20px/4;
  margin-bottom: -20px/2.5;
  margin-left: -7px;
}
/* kundenliste */
.frame-type-dce_dceuid21,
.clients {
  display: block;
  width: 100%;
  clear: both;
  height: auto;
}
.clients {
  background: #fafafa;
  margin-top: 22px !important;
  z-index: 10;
}
.clients .clients-wrapper {
  width: 100%;
}
.clients .clients-wrapper:before,
.clients .clients-wrapper:after {
  display: table;
  content: " ";
}
.clients .clients-wrapper:after {
  clear: both;
}
@media (min-width: 1400px) {
  .clients .clients-container {
    width: 100%;
    max-width: 100%;
  }
  .clients .clients-wrapper {
    width: 83.33333333%;
    margin-left: 8.33333333%;
    float: left;
  }
}
.clients img {
  border: 1px solid #cccccc;
  filter: saturate(0);
  transition: 0.8s;
  cursor: pointer;
  opacity: 0.5;
  background: #fff;
}
.clients img:hover {
  filter: saturate(1);
  opacity: 1;
}
.section-row {
  overflow: hidden;
  position: relative;
}
.bg-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.bg-wrapper .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lifter {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  padding-top: 60px;
  padding-bottom: 40px;
}
.gridWrap {
  width: 100%;
  overflow: hidden;
  margin-bottom: -60px;
}
#c3814 {
  margin-top: 60px;
}
#c3795 {
  margin-top: 75px;
}
@media (max-width: 1199px) {
  #c3795 {
    margin-top: 65px;
  }
}
@media (max-width: 991px) {
  #c3795 {
    margin-top: 0;
  }
}
.photos {
  position: relative;
}
.photos a.gallery-play {
  position: absolute;
  right: 0;
  top: 66px;
  height: 110px;
  width: 110px;
  text-indent: -9999px;
  background: url(../Images/button-play.png) top left no-repeat;
}
.photos a.gallery-play:hover {
  background: url(../Images/button-play.png) bottom left no-repeat;
}
