@import "/fileadmin/assets/heidegg/fonts/stylesheet.css";
/**
 * Global Reset of all HTML Elements
 *
 * Resetting all of our HTML Elements ensures a smoother
 * visual transition between browsers. If you don't believe me,
 * try temporarily commenting out this block of code, then go
 * and look at Mozilla versus Safari, both good browsers with
 * a good implementation of CSS. The thing is, all browser CSS
 * defaults are different and at the end of the day if visual
 * consistency is what we're shooting for, then we need to
 * make sure we're resetting all spacing elements.
 *
 */
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,
.frame-type-form_formframework div.form-group:before,
.frame-type-form_formframework div.form-group:after,
.ce-gallery:before,
.ce-gallery:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.frame-type-form_formframework div.form-group:after,
.ce-gallery: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: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .container {
    width: 760px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 980px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1220px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.row {
  margin-left: -20px;
  margin-right: -20px;
}
.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: 20px;
  padding-right: 20px;
}
.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: 21px;
  line-height: 1.42857143;
  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: #ffffff;
  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: #ffffff;
  background-color: #92782e;
  border-color: #7f6828;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #6b5822;
  border-color: #504219;
}
.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: #92782e;
  border-color: #7f6828;
}
.btn-default .badge {
  color: #92782e;
  background-color: #ffffff;
}
.btn-primary {
  color: #ffffff;
  background-color: #92782e;
  border-color: #7f6828;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #6b5822;
  border-color: #504219;
}
.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: #92782e;
  border-color: #7f6828;
}
.btn-primary .badge {
  color: #92782e;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  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: #ffffff;
  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: #ffffff;
}
.btn-info {
  color: #ffffff;
  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: #ffffff;
  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: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #cc121d;
  border-color: #b5101a;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #9d0e16;
  border-color: #7c0b12;
}
.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: #cc121d;
  border-color: #b5101a;
}
.btn-warning .badge {
  color: #cc121d;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #cc121d;
  border-color: #b5101a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #9d0e16;
  border-color: #7c0b12;
}
.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: #cc121d;
  border-color: #b5101a;
}
.btn-danger .badge {
  color: #cc121d;
  background-color: #ffffff;
}
.btn-link {
  color: #000000;
  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: #134291;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #e5e5e5;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 35px;
  line-height: 1.3333333;
  border-radius: 0;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 16px;
  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: 31.5px;
  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: 21px;
  line-height: 1.42857143;
  color: #f2f2f2;
}
.form-control {
  display: block;
  width: 100%;
  height: 44px;
  padding: 6px 12px;
  font-size: 21px;
  line-height: 1.42857143;
  color: #f2f2f2;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  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: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.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: 36px;
  }
  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: 69px;
  }
}
.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: 51px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-sm {
  height: 36px;
  line-height: 36px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0;
}
select.form-group-sm .form-control {
  height: 36px;
  line-height: 36px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  min-height: 46px;
}
.input-lg {
  height: 69px;
  padding: 10px 16px;
  font-size: 35px;
  line-height: 1.3333333;
  border-radius: 0;
}
select.input-lg {
  height: 69px;
  line-height: 69px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 69px;
  padding: 10px 16px;
  font-size: 35px;
  line-height: 1.3333333;
  border-radius: 0;
}
select.form-group-lg .form-control {
  height: 69px;
  line-height: 69px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 69px;
  padding: 10px 16px;
  font-size: 35px;
  line-height: 1.3333333;
  min-height: 65px;
}
.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: 69px;
  height: 69px;
  line-height: 69px;
}
.input-sm + .form-control-feedback {
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.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: -20px;
  margin-right: -20px;
}
@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: 20px;
}
@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: 'HEIinter', Arial, Verdana, Helvetica, sans-serif;
  font-size: 21px;
  line-height: 1.42857143;
  color: #666666;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #134291;
  text-decoration: none;
}
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.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  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: #ffffff;
  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: #ffffff;
  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 #ffffff;
  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: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  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;
}
#1content {
  -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: 'HEIinter', Arial, Verdana, Helvetica, sans-serif;
  font-size: 21px;
  background: #ffffff;
  color: #666666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}
html,
body {
  line-height: 1.42857143;
  width: 100%;
  height: 100%;
}
#page {
  width: 100%;
  height: 100%;
}
.dev-pagebreak {
  padding: 30px 0;
  border-bottom: 4px dashed green;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover,
a:active {
  color: #134291;
  text-decoration: none;
}
a.silent {
  color: #666666;
}
a.silent:hover {
  color: #134291;
}
a.link-arrow:after {
  color: #000000;
  content: "\00BB";
  margin-left: 5px;
}
a.link-arrow:hover:after {
  color: #92782e;
}
a.link-more {
  font-style: italic;
  color: #ffffff;
}
a.link-more:after {
  color: #ffffff;
  content: "\00BB";
  margin-left: 5px;
}
a.link-more:hover:after {
  color: #134291;
}
a.link-more:hover {
  color: #134291;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  font-weight: 300;
  display: block;
  width: 100%;
  clear: both;
}
h1 {
  font-size: 38px;
}
h2 {
  font-size: 38px;
}
h3 {
  font-size: 35px;
  font-weight: bold;
}
h4 {
  font-size: 25px;
}
h5 {
  font-size: 21px;
}
h6 {
  font-size: 21px;
}
.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.no-m-bt {
  margin-bottom: 0 !important;
}
img.stretch.med-m-bt {
  margin-bottom: 40px !important;
}
@media (min-width: 992px) {
  img.stretch.padding-left {
    padding-left: 40px;
  }
}
@media (min-width: 992px) {
  img.stretch.padding-right {
    padding-right: 40px;
  }
}
.mb-sm {
  margin-bottom: 40px;
}
.mb-sm img.stretch {
  margin-bottom: 40px;
}
.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;
  background: #fff;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  font-smooth: auto;
}
body :focus {
  outline-color: transparent !important;
  outline-style: none !important;
  outline: none !important;
}
body ::-moz-focus-inner {
  border: 0;
}
h1 {
  display: block;
  color: #000000;
  font-family: 'HEIinter', Arial, Verdana, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 38px;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-top: 0;
}
@media (max-width: 767px) {
  h1 {
    font-size: 28px;
  }
}
h2 {
  color: #000000;
  font-family: 'HEIinter', Arial, Verdana, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 38px;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-top: 0;
}
@media (max-width: 767px) {
  h2 {
    font-size: 28px;
  }
}
h1 + h2 {
  margin: -40px 0 100px 0;
}
h3 {
  color: #92782e;
  font-family: 'HEIinter', Arial, Verdana, Helvetica, sans-serif;
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 24px;
  }
}
h3 a {
  text-decoration: none !important;
  color: #92782e !important;
}
h3 a:hover {
  color: #000000 !important;
}
h4 {
  display: block;
  font-size: 25px;
  font-family: 'HEIinter', Arial, Verdana, Helvetica, sans-serif;
  font-weight: 900;
  line-height: 1.42857143;
}
@media (max-width: 767px) {
  h4 {
    font-size: 21px;
  }
}
h5 {
  font-size: 21px;
  color: #92782e;
  font-family: 21px;
  font-weight: bold;
  margin-bottom: 40px;
}
h6 {
  font-size: 21px;
  font-family: 'HEIinter', Arial, Verdana, Helvetica, sans-serif;
  font-weight: normal;
  text-transform: none;
  margin-bottom: 40px;
}
.frame-type-text ul,
.news-single ul,
.product-single ul,
.small ul,
.lead ul,
.frame-type-text ol,
.news-single ol,
.product-single ol,
.small ol,
.lead ol {
  display: block;
  margin-bottom: 40px;
}
.frame-type-text ol,
.news-single ol,
.product-single ol,
.small ol,
.lead ol {
  margin-left: 0.3em;
}
.frame-type-text li,
.news-single li,
.product-single li,
.small li,
.lead li {
  margin: 0 0 0.2em 0.6em;
}
.frame-type-text li:last-child,
.news-single li:last-child,
.product-single li:last-child,
.small li:last-child,
.lead li:last-child {
  margin: 0 0 -1em 0.6em;
}
.frame-type-text ul li:before,
.news-single ul li:before,
.product-single ul li:before,
.small ul li:before,
.lead ul li:before {
  content: '_';
  font-family: 'HEIinter', Arial, Verdana, Helvetica, sans-serif;
  font-weight: bold;
  float: left;
  margin: -0.1em 0 0 -0.6em !important;
}
.frame-type-text ul.list-unstyled li,
.news-single ul.list-unstyled li,
.product-single ul.list-unstyled li,
.small ul.list-unstyled li,
.lead ul.list-unstyled li {
  margin: 0;
}
.frame-type-text ul.list-unstyled li:before,
.news-single ul.list-unstyled li:before,
.product-single ul.list-unstyled li:before,
.small ul.list-unstyled li:before,
.lead ul.list-unstyled li:before {
  display: none;
}
.frame-type-text {
  margin-bottom: 40px;
}
#page > header {
  display: block;
  background: url(../../../../fileadmin/assets/heidegg/img/schloss-heidegg.jpg) center center;
  background-size: cover;
  height: 300px;
  transition: .5s;
  z-index: 900 !important;
}
#page > header .holder {
  background: url(../../../../fileadmin/assets/heidegg/img/schloss-heidegg-wave-top.svg) right top no-repeat;
  background-size: 34px auto;
  display: block;
  height: 155px;
}
@media (max-width: 1199px) {
  #page > header .holder {
    background-size: 17px auto;
  }
}
@media (max-width: 991px) {
  #page > header .holder {
    background-size: 13px auto;
  }
}
#page > header .menublock {
  background: #ffffff;
  margin-top: 10px;
  padding: 25px 0;
  display: flex;
  align-items: bottom;
}
#page > header .menublock img {
  margin: 0 0 0 10px;
}
#page > header .menublock .col-md-10 {
  margin-top: auto;
  margin-bottom: -7px;
}
#page > header #header-hamburger {
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 75px;
  overflow: hidden;
  z-index: 1100;
}
#page > header #header-hamburger span {
  background: #000000;
  display: block;
  height: 4px;
  margin: 8px 0;
  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;
}
#page > header #header-hamburger.active span.top-bar {
  transform: rotate(45deg) !important;
  top: 12px !important;
}
#page > header #header-hamburger.active span.middle-bar {
  opacity: 0 !important;
}
#page > header #header-hamburger.active span.bottom-bar {
  transform: rotate(-45deg) !important;
  top: -12px !important;
}
body.home #page > header {
  height: 730px;
}
body.home #page #ContentMain {
  padding-top: 0;
}
body.home #page #ContentMain.sticky {
  padding-top: 125px;
}
@media (min-width: 992px) {
  #StickyNav.sticky,
  body.home #StickyNav.sticky {
    position: fixed;
    width: 100%;
    height: 155px !important;
    top: 0;
    left: 0;
    z-index: 100;
    transition: .5s;
    box-shadow: 0 0 15px 15px rgba(0, 0, 0, 0.15);
  }
  #StickyNav.sticky #menu,
  body.home #StickyNav.sticky #menu {
    margin-top: 0;
    transition: 1.7s;
  }
  #StickyNav.sticky .slogan,
  body.home #StickyNav.sticky .slogan {
    height: 0;
    overflow: hidden;
  }
  #StickyNav.sticky .slogan .col-sm-6,
  body.home #StickyNav.sticky .slogan .col-sm-6 {
    visibility: hidden;
    opacity: 0;
    transition: .2s ease;
  }
}
#menu {
  transition: 0.7s;
}
#menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#menu > ul > li {
  display: inline-block;
}
#menu > ul > li > a {
  font-size: 22px;
  color: #000000;
  font-weight: bold;
  margin: 0 20px 0 0;
  padding-bottom: 6.66666667px;
  text-transform: uppercase;
  line-height: .5;
  cursor: pointer !important;
  text-decoration: none !important;
}
#menu > ul > li > a:hover,
#menu > ul > li > a.active {
  color: #000000 !important;
  border-bottom: 8px solid black;
}
@media (min-width: 992px) {
  #menu > ul > li > a {
    letter-spacing: -0.02em !important;
  }
}
@media (min-width: 1200px) {
  #menu > ul > li > a {
    letter-spacing: 0 !important;
  }
}
#menu > ul > li:last-child > a {
  margin-right: 0;
}
#menu > ul.menu-navigation li.inactive a,
#menu > ul.menu-switcher li a.inactive {
  color: #000000;
  border-bottom: 8px solid black;
}
#menu > ul.menu-navigation > li:hover > a,
#menu > ul.menu-navigation > li.active > a {
  border-bottom: 8px solid black;
}
@media (min-width: 992px) {
  #menu ul li#menu-2 ul {
    padding-left: 177px;
  }
  #menu ul li#menu-3 ul {
    padding-left: 294px;
  }
  #menu ul li#menu-4 ul {
    padding-left: 524px;
  }
  #menu ul li#menu-5 ul {
    padding-left: 737px;
  }
}
@media (min-width: 1200px) {
  #menu ul li#menu-2 ul {
    padding-left: 215px;
  }
  #menu ul li#menu-3 ul {
    padding-left: 339px;
  }
  #menu ul li#menu-4 ul {
    padding-left: 574px;
  }
  #menu ul li#menu-5 ul {
    padding-left: 795px;
  }
}
#menu ul li ul {
  height: auto;
  position: absolute;
  z-index: 999;
  margin-top: 12px;
  border-top: 4px solid transparent;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.15);
  padding-top: 10px;
  padding-bottom: 20px;
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 992px) {
  #menu ul li ul {
    left: -156px;
    width: 940px;
  }
}
@media (min-width: 1200px) {
  #menu ul li ul {
    left: -197px;
    width: 1180px;
    letter-spacing: 0;
  }
}
#menu ul li ul li {
  display: block;
}
#menu ul li ul li a {
  color: #000000 !important;
  display: block;
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px solid #000000;
}
#menu ul li ul li a:hover,
#menu ul li ul li a.active {
  color: #92782e !important;
  text-decoration: none !important;
}
#menu ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
  transition: all 0.2s ease-in-out;
}
#mob-menu {
  display: none;
  background: rgba(255, 255, 255, 0.95);
  position: relative;
  z-index: 100;
  padding: 20px;
}
#mob-menu.active {
  display: block;
  box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.15);
}
#mob-menu ul li a {
  display: block;
  border-bottom: 1px solid #000000;
}
#mob-menu ul li.clickmenu > a {
  background: url(../../../../fileadmin/assets/heidegg/img/arrow-down-blk.svg) no-repeat;
  background-size: 20px 10px;
  background-position: right 18px;
  cursor: pointer !important;
}
#mob-menu ul li.clickmenu > a:hover {
  background: url(../../../../fileadmin/assets/heidegg/img/arrow-down.svg) no-repeat;
  background-size: 20px 10px;
  background-position: right 18px;
}
#mob-menu ul li.clickmenu.open > a {
  background: url(../../../../fileadmin/assets/heidegg/img/arrow-up-blk.svg) no-repeat;
  background-size: 20px 10px;
  background-position: right 18px;
  cursor: pointer !important;
}
#mob-menu ul li.clickmenu.open > a:hover {
  background: url(../../../../fileadmin/assets/heidegg/img/arrow-up.svg) no-repeat;
  background-size: 20px 10px;
  background-position: right 18px;
}
#mob-menu nav > ul > li > ul {
  height: 0;
  transition: .1s ease;
  overflow: hidden;
}
#mob-menu nav > ul > li.clickmenu.open > ul {
  height: auto;
  transition: 1.2s ease;
  overflow: visible;
}
#mob-menu nav > ul > li a {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  padding-top: 5px;
}
#mob-menu nav ul li ul li a {
  font-weight: normal !important;
  font-size: 21px;
  text-transform: none;
}
#page #ContentMain {
  z-index: 10;
  padding-top: 60px;
}
@media (min-width: 992px) {
  #page #ContentMain.sticky {
    padding-top: 225px !important;
  }
}
#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,
#page td.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,
#page td.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,
#page td.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,
#page td.text-justify {
  text-align: justify;
}
#page a {
  text-decoration: none;
  color: #000000;
}
#page a:hover {
  color: #92782e;
  text-decoration: none;
}
#page a.icon-scrolltop {
  color: #141414 !important;
  font-size: 38px;
}
#page a.icon-scrolltop:hover {
  color: #474747 !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 #ContentMain a {
  text-decoration: underline;
}
#page .white-text a {
  color: #ffffff;
}
#page .white-text a:hover {
  color: #000000;
}
#page .frame-type-menu_subpages,
#page .frame-type-menu_pages {
  margin-bottom: 40px;
}
#page .frame-type-menu_subpages ul li,
#page .frame-type-menu_pages ul li {
  border-bottom: 1px solid #ffffff;
  padding: 2px 0;
}
#page .frame-type-menu_subpages ul li a,
#page .frame-type-menu_pages ul li a {
  display: block;
}
#page .frame-type-menu_sitemap ul {
  margin-bottom: 20px;
}
#page .frame-type-menu_sitemap ul ul {
  margin-left: 20px;
  padding-left: 20px;
}
#page .frame-type-menu_sitemap ul ul li:before {
  content: '';
  position: absolute;
  background: url(../../../../fileadmin/assets/heidegg/img/arrow-right.svg) left center no-repeat;
  background-size: contain;
  width: 20px;
  height: 25px;
  margin: 0 5px 0 -20px;
}
#page a.button,
#page button,
#page button.btn,
#page a.btn,
#page input[type=submit],
#page span.button a,
#page .backlink a {
  display: block;
  cursor: pointer;
  position: relative;
  top: -40px;
  right: 0;
  padding: 10px 20px;
  margin-bottom: 20px;
  font-weight: bold;
  text-decoration: none !important;
  text-transform: uppercase;
  color: #000000;
  border-bottom: 1px solid #000000;
  text-align: right;
}
#page a.button:after,
#page button:after,
#page button.btn:after,
#page a.btn:after,
#page input[type=submit]:after,
#page span.button a:after,
#page .backlink a:after {
  content: '';
  position: absolute;
  right: -5px;
  background: url(../../../../fileadmin/assets/heidegg/img/arrow-right.svg) right center no-repeat;
  background-size: contain;
  width: 20px;
  height: 25px;
  margin: 0 5px 0 -20px;
  filter: brightness(0);
}
#page a.button:hover,
#page button:hover,
#page button.btn:hover,
#page a.btn:hover,
#page input[type=submit]:hover,
#page span.button a:hover,
#page .backlink a:hover {
  color: #92782e;
}
#page a.button:hover:after,
#page button:hover:after,
#page button.btn:hover:after,
#page a.btn:hover:after,
#page input[type=submit]:hover:after,
#page span.button a:hover:after,
#page .backlink a:hover:after {
  filter: brightness(1);
}
#page a.button.active,
#page button.active,
#page button.btn.active,
#page a.btn.active,
#page input[type=submit].active,
#page span.button a.active,
#page .backlink a.active,
#page a.button:focus,
#page button:focus,
#page button.btn:focus,
#page a.btn:focus,
#page input[type=submit]:focus,
#page span.button a:focus,
#page .backlink a:focus,
#page a.button:active,
#page button:active,
#page button.btn:active,
#page a.btn:active,
#page input[type=submit]:active,
#page span.button a:active,
#page .backlink a:active {
  box-shadow: none !important;
}
#page a.button.btn-secondary,
#page button.btn-secondary,
#page button.btn.btn-secondary,
#page a.btn.btn-secondary,
#page input[type=submit].btn-secondary,
#page span.button a.btn-secondary,
#page .backlink a.btn-secondary,
#page a.button.btn--secondary,
#page button.btn--secondary,
#page button.btn.btn--secondary,
#page a.btn.btn--secondary,
#page input[type=submit].btn--secondary,
#page span.button a.btn--secondary,
#page .backlink a.btn--secondary {
  background: rgba(255, 255, 255, 0.4);
  width: 100%;
}
#page .backlink a:after,
#page span.back a:after {
  background: url(../../../../fileadmin/assets/heidegg/img/arrow-left.svg) right center no-repeat;
}
#page button.btn {
  margin: 0 40px 80px 0;
}
#page .grid-container-row a.button,
#page .grid-container-row button,
#page .grid-container-row button.btn,
#page .grid-container-row a.btn,
#page .grid-container-row span.button a {
  background: #000000;
}
#page .grid-container-row a.button:hover,
#page .grid-container-row button:hover,
#page .grid-container-row button.btn:hover,
#page .grid-container-row a.btn:hover,
#page .grid-container-row span.button a:hover {
  background: #474747;
  color: #ffffff;
}
p a.button {
  display: inline-block;
  margin: 40px 40px 0 0 !important;
}
footer {
  background: rgba(0, 0, 0, 0.95) url(../../../../fileadmin/assets/heidegg/img/schloss-heidegg-wave-bottom.svg) left bottom no-repeat;
  background-size: 34px auto;
  padding-top: 40px;
  padding-bottom: 80px;
  font-size: 16px;
  color: #ffffff;
}
@media (max-width: 1199px) {
  footer {
    background-size: 17px auto;
  }
}
@media (max-width: 991px) {
  footer {
    background-size: 13px auto;
  }
}
@media (min-width: 768px) {
  footer img.small.centered {
    float: right;
  }
}
footer a {
  color: #ffffff !important;
  text-decoration: none !important;
}
footer a:hover {
  text-decoration: none !important;
  color: #c7b880 !important;
}
footer .footer-nav {
  line-height: 1.8;
  font-size: 12px;
}
footer .footer-nav ul {
  display: inline-block;
}
footer .footer-nav ul li {
  display: inline-block;
}
@media (min-width: 768px) {
  footer .footer-nav ul li:first-child:before {
    display: inline-block;
    content: "|";
    margin: 0 4px 0 0;
  }
}
footer .footer-nav ul li:last-child:after {
  display: none;
}
footer .footer-nav ul li a {
  margin-right: 4px;
}
footer .footer-nav ul li:after {
  display: inline-block;
  content: "|";
  margin: 0 4px 0 0;
}
.icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  line-height: 1;
}
.icon span {
  display: none;
}
/* addendum form */
/* form-kram */
.frame-type-form_formframework form {
  margin: 6px -20px 40px -20px;
  padding: 0 20px;
}
.frame-type-form_formframework h2 {
  display: none;
}
.frame-type-form_formframework .clearfix,
.frame-type-form_formframework .container,
.frame-type-form_formframework .container-fluid,
.frame-type-form_formframework .row,
.frame-type-form_formframework .form-horizontal .form-group,
.frame-type-form_formframework .frame-type-form_formframework div.form-group,
.frame-type-form_formframework .ce-gallery {
  clear: both;
  display: block;
  width: 100%;
}
.frame-type-form_formframework .clearfix p,
.frame-type-form_formframework .container p,
.frame-type-form_formframework .container-fluid p,
.frame-type-form_formframework .row p,
.frame-type-form_formframework .form-horizontal .form-group p,
.frame-type-form_formframework .frame-type-form_formframework div.form-group p,
.frame-type-form_formframework .ce-gallery p {
  font-size: 16px;
  margin-bottom: 40px;
  display: block;
}
.frame-type-form_formframework div.form-group {
  margin-left: -20px;
  margin-right: -20px;
}
.frame-type-form_formframework div.form-group .form-group {
  margin-bottom: 0 !important;
}
.frame-type-form_formframework label.control-label {
  font-weight: normal;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
}
@media (min-width: 992px) {
  .frame-type-form_formframework label.control-label {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .frame-type-form_formframework label.control-label {
    float: left;
    width: 25%;
  }
}
.frame-type-form_formframework div.input {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .frame-type-form_formframework div.input {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  .frame-type-form_formframework div.input {
    float: left;
    width: 75%;
  }
}
.frame-type-form_formframework input[type=text],
.frame-type-form_formframework input[type=email],
.frame-type-form_formframework select,
.frame-type-form_formframework textarea {
  display: block;
  color: #000000;
  background: rgba(146, 120, 46, 0.15);
  border: 0;
  height: 40px;
  padding: 10px 20px 10px 10px;
  -webkit-box-shadow: none;
  border-radius: 0 !important;
  margin: 0;
}
.frame-type-form_formframework select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background: rgba(146, 120, 46, 0.15) url(../../../../fileadmin/assets/heidegg/img/arrow-down-blk.svg) no-repeat;
  background-size: 25px 20px;
  background-position: right 10px center;
  height: auto;
  padding-right: 40px;
  cursor: pointer;
}
.frame-type-form_formframework select:hover {
  background: rgba(146, 120, 46, 0.15) url(../../../../fileadmin/assets/heidegg/img/arrow-down.svg) no-repeat;
  background-size: 25px 20px;
  background-position: right 10px center;
}
.frame-type-form_formframework textarea {
  height: 120px;
}
.frame-type-form_formframework span.required {
  color: #92782e;
}
.frame-type-form_formframework textarea:focus,
.frame-type-form_formframework select:focus,
.frame-type-form_formframework input:focus {
  box-shadow: none !important;
  outline-color: transparent !important;
  outline-style: none !important;
  outline: none !important;
  border-bottom: 1px solid #000000;
}
.frame-type-form_formframework button {
  display: block;
  width: 100%;
  background: none !important;
  cursor: pointer;
  padding: 10px 20px;
  margin-bottom: 20px;
  margin-top: -48px;
  font-weight: bold;
  text-decoration: none !important;
  text-transform: uppercase;
  color: #000000;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #000000;
  text-align: right;
}
p + ul,
p + ol {
  margin-top: -20px !important;
}
p {
  margin-bottom: 20px;
}
p img {
  display: inline;
}
/* filelinks */
.ce-uploads {
  margin-bottom: 40px !important;
}
.ce-uploads li {
  display: block;
  border-bottom: 1px solid #000000;
  margin: 0;
  padding: 10px 0;
  background: url(../../../../fileadmin/assets/heidegg/img/icon-download.svg) right 10px no-repeat;
  background-size: 24px 29px;
}
.ce-uploads li a {
  display: block;
  font-weight: bold;
  text-decoration: none !important;
  padding-right: 40px;
}
.ce-uploads li span.ce-uploads-filesize {
  display: block;
}
.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;
  padding-right: 40px;
}
#page table {
  width: auto;
  clear: both;
  margin-bottom: 20px;
}
#page table tr {
  border-bottom: 1px solid #141414;
}
#page table td,
#page table th {
  vertical-align: top;
  padding: 5px 10px 5px 0;
}
#page table td:first-child,
#page table th:first-child {
  width: 50%;
}
#page table td p,
#page table th p {
  margin-bottom: 0;
}
.grid-container-row .fullwidth-banner {
  margin: 0 20px 80px 20px;
  clear: both;
  background: white;
}
.grid-container-row .container-element .fullwidth-banner {
  margin: 0 0 80px 0;
}
.fullwidth-banner {
  display: flex;
  align-items: center;
  position: relative;
  height: 510px;
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 991px) {
  .fullwidth-banner {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .fullwidth-banner {
    height: 250px;
  }
}
.fullwidth-banner h4 {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
}
.fullwidth-banner:after {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.fullwidth-banner.semi-transparent:after {
  opacity: 0.7;
}
.fullwidth-banner.black-text {
  color: #141414 !important;
}
.fullwidth-banner.white-text {
  color: #ffffff !important;
}
.fullwidth-banner .inner {
  margin: -10px auto 0 auto;
  z-index: 22;
  position: relative;
}
.fullwidth-banner .inner .quote-inner.quote-small {
  padding: 40px 0;
}
.fullwidth-banner .inner a.button {
  margin-bottom: 0 !important;
}
.videowrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin-bottom: 40px;
}
.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* carousel */
.grid-container-row .carousel {
  margin: 0 20px 40px 20px;
}
.grid-container-row .container-element .carousel {
  margin: 0 0 40px 0;
}
.carousel {
  margin: 0 0 40px 0;
  clear: both;
}
.carousel-inner {
  width: 100%;
}
.carousel-inner .item > a .figure .figure-caption .text:after {
  float: right;
  content: ">";
  padding-right: 20px;
}
.carousel-inner .item > a:hover .figure .figure-caption .text {
  background: #92782e;
}
.carousel-inner .item .figure .figure-image {
  display: block;
  width: 100%;
  height: 610px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 1199px) {
  .carousel-inner .item .figure .figure-image {
    height: 510px;
  }
}
@media (max-width: 991px) {
  .carousel-inner .item .figure .figure-image {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .carousel-inner .item .figure .figure-image {
    height: 350px;
  }
}
.carousel-inner .item .figure .figure-image.teaserslider {
  display: block;
  float: left;
  clear: both;
  width: 100%;
  height: 265px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 1199px) {
  .carousel-inner .item .figure .figure-image.teaserslider {
    height: 207px;
  }
}
@media (max-width: 991px) {
  .carousel-inner .item .figure .figure-image.teaserslider {
    height: 321px;
  }
}
@media (max-width: 767px) {
  .carousel-inner .item .figure .figure-image.teaserslider {
    height: 150px;
  }
}
.carousel-inner .item .figure .figure-caption {
  float: left;
  clear: both;
  width: 100%;
  height: 80px;
}
@media (max-width: 767px) {
  .carousel-inner .item .figure .figure-caption {
    height: auto;
    line-height: 1.4;
  }
}
.carousel-inner .item .figure .figure-caption .text {
  display: block;
  font-family: 'HEIinter', Arial, Verdana, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: bold;
  color: #ffffff !important;
  text-decoration: none !important;
  line-height: 80px;
  padding-left: 20px;
  background: #f2f2f2;
}
@media (max-width: 767px) {
  .carousel-inner .item .figure .figure-caption .text {
    font-size: 21px;
    line-height: 1.4;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.carousel-inner .item .figure .figure-caption a {
  display: block;
  font-family: 'HEIinter', Arial, Verdana, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: bold;
  color: #ffffff !important;
  text-decoration: none !important;
  line-height: 80px;
  padding-left: 20px;
  background: #000000;
}
@media (max-width: 767px) {
  .carousel-inner .item .figure .figure-caption a {
    font-size: 21px;
    line-height: 1.4;
  }
}
.carousel-inner .item .figure .figure-caption a:after {
  float: right;
  content: ">";
  padding-right: 20px;
}
.carousel-inner .item .figure .figure-caption a:hover {
  background: #92782e;
}
ol.carousel-indicators {
  bottom: 20px;
}
ol.carousel-indicators li {
  height: 12px;
  width: 12px;
  margin: 0 2px 2px 2px !important;
  background: #ffffff;
  border: 0;
  box-shadow: 0 0px 8px 5px rgba(0, 0, 0, 0.15);
}
ol.carousel-indicators li.active {
  height: 12px;
  width: 12px;
  background: #92782e;
}
ol.carousel-indicators li:before {
  content: '';
}
.carousel-control {
  width: 60px;
  opacity: 0.7;
}
.carousel-control.teaserslider {
  top: 35%;
}
.carousel-control:hover {
  opacity: 1;
}
.carousel-control.left {
  background: url(../../../../fileadmin/assets/heidegg/img/arrow-left.svg) center center no-repeat;
}
.carousel-control.right {
  background: url(../../../../fileadmin/assets/heidegg/img/arrow-right.svg) center center no-repeat;
}
.carousel-control.left,
.carousel-control.right {
  background-size: 24px 44px;
  transition: .1s ease;
  cursor: pointer;
}
.carousel-control.left:hover,
.carousel-control.right:hover {
  filter: grayscale(1) brightness(2.5);
  transition: .1s ease;
}
/* news */
.news-list .list-item {
  margin-bottom: 20px;
  margin: 0;
}
.news-list .list-item .content img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .news-list .list-item .content {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
  }
  .news-list .list-item .content .text {
    flex: 1;
  }
  .news-list .list-item .content img {
    width: 50%;
    padding-left: 20px;
    padding-bottom: 26.66666667px;
  }
}
.news-single .news-single-imgcaption {
  font-size: 16px;
  font-style: italic;
  margin-top: 0;
  margin-bottom: 20px !important;
  padding-top: 5px;
}
.news-single img {
  margin-bottom: 0;
}
hr {
  margin-top: 8px;
  margin-bottom: 40px;
  border: 0;
  border-top: 4px solid #000000;
}
@media (min-width: 992px) {
  :target:before {
    content: "";
    display: block;
    position: relative;
    height: 204px;
    /* fixed header height*/
    margin: -204px 0 0;
    /* negative fixed header height */
    z-index: -9999;
  }
}
@media (max-width: 991px) {
  .grid-container-row > .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* collapsibles */
.collapsible {
  display: block;
  margin: 0 0 10px 0;
}
.collapsible:last-child {
  margin-bottom: 80px;
}
.collapsible a.plus:before,
.collapsible a:before {
  float: left;
  margin-right: 5px;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  content: '▷';
  transform: rotate(90deg);
  transition: .5s;
}
.collapsible a.collapsed:before {
  content: '▷';
  transform: rotate(0deg);
  transition: .5s;
  overflow: hidden;
  text-decoration: none !important;
}
.collapsible > a {
  text-decoration: none !important;
  overflow: hidden !important;
}
.collapsible > a:hover {
  text-decoration: none;
}
.collapse.out,
.collapsing {
  height: 0;
  transition: .5s;
  opacity: 0;
  float: left;
  width: 100%;
  overflow: hidden;
}
.collapsed,
.collapse.in {
  display: block;
  height: auto;
  overflow: auto;
  opacity: 1;
  transition: .5s;
}
/* lead-text */
.lead {
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1.285;
}
@media (max-width: 767px) {
  .lead {
    font-size: 23px;
  }
}
.small {
  font-size: 21px;
}
/* map */
iframe {
  display: block;
  width: 100%;
}
iframe.map {
  filter: grayscale(80%);
  margin-bottom: 40px;
}
.ce-gallery {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 80px;
}
.ce-gallery .ce-row .ce-column {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (min-width: 768px) {
  .ce-gallery .ce-row .ce-column {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .ce-gallery .ce-row .ce-column {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .ce-gallery .ce-row .ce-column {
    float: left;
    width: 25%;
  }
}
.ce-gallery .ce-row .ce-column figure {
  width: 100%;
  height: 250px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .ce-gallery .ce-row .ce-column figure {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .ce-gallery .ce-row .ce-column figure {
    height: 430px;
  }
}
.ce-gallery .ce-row .ce-column figure figcaption {
  position: relative;
  bottom: 60px;
  background: #666666;
  min-height: 60px;
  padding: 13.33333333px 0 0 20px;
  font-size: 16px;
}
.ce-gallery .ce-row .ce-column figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.ce-gallery[data-ce-columns="1"] .ce-column {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .ce-gallery[data-ce-columns="1"] .ce-column {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .ce-gallery[data-ce-columns="1"] .ce-column {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .ce-gallery[data-ce-columns="1"] .ce-column {
    float: left;
    width: 100%;
  }
}
.ce-gallery[data-ce-columns="1"] .ce-column figure {
  width: 100%;
  height: 650px;
}
@media (max-width: 991px) {
  .ce-gallery[data-ce-columns="1"] .ce-column figure {
    height: 550px;
  }
}
@media (max-width: 767px) {
  .ce-gallery[data-ce-columns="1"] .ce-column figure {
    height: 430px;
  }
}
.ce-gallery[data-ce-columns="2"] .ce-column {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .ce-gallery[data-ce-columns="2"] .ce-column {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .ce-gallery[data-ce-columns="2"] .ce-column {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .ce-gallery[data-ce-columns="2"] .ce-column {
    float: left;
    width: 50%;
  }
}
.ce-gallery[data-ce-columns="2"] .ce-column figure {
  width: 100%;
  height: 230px;
}
@media (max-width: 1199px) {
  .ce-gallery[data-ce-columns="2"] .ce-column figure {
    height: 230px;
  }
}
@media (max-width: 991px) {
  .ce-gallery[data-ce-columns="2"] .ce-column figure {
    height: 230px;
  }
}
@media (max-width: 767px) {
  .ce-gallery[data-ce-columns="2"] .ce-column figure {
    height: 430px;
  }
}
.ce-gallery[data-ce-columns="3"] .ce-column {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .ce-gallery[data-ce-columns="3"] .ce-column {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .ce-gallery[data-ce-columns="3"] .ce-column {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .ce-gallery[data-ce-columns="3"] .ce-column {
    float: left;
    width: 33.33333333%;
  }
}
.ce-gallery[data-ce-columns="3"] .ce-column figure {
  width: 100%;
  height: 230px;
}
@media (max-width: 991px) {
  .ce-gallery[data-ce-columns="3"] .ce-column figure {
    height: 230px;
  }
}
@media (max-width: 767px) {
  .ce-gallery[data-ce-columns="3"] .ce-column figure {
    height: 430px;
  }
}
.ce-gallery[data-ce-columns="4"] .ce-column {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .ce-gallery[data-ce-columns="4"] .ce-column {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .ce-gallery[data-ce-columns="4"] .ce-column {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .ce-gallery[data-ce-columns="4"] .ce-column {
    float: left;
    width: 25%;
  }
}
.ce-gallery[data-ce-columns="4"] .ce-column figure {
  width: 100%;
  height: 230px;
}
@media (max-width: 991px) {
  .ce-gallery[data-ce-columns="4"] .ce-column figure {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .ce-gallery[data-ce-columns="4"] .ce-column figure {
    height: 430px;
  }
}
/* 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 .slide-text {
  position: absolute;
  bottom: 220px;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  height: auto;
  z-index: 1;
  padding: 15px 65px;
  margin: 0 auto -150px auto;
  text-align: center;
  color: #ffffff;
  font-size: 21px;
  font-weight: normal;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-shadow: 0px 0px 18px rgba(51, 51, 51, 0.8);
}
@media (max-width: 1199px) {
  .carousel-fade .carousel-inner .item .slide-text {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .carousel-fade .carousel-inner .item .slide-text {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .carousel-fade .carousel-inner .item .slide-text {
    font-size: 21px;
  }
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
  transition: 1s;
}
.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;
}
#pxa-cookie-bar p,
#pxa-cookie-bar a {
  font-family: 'HEIinter', Arial, Verdana, Helvetica, sans-serif;
  font-size: 16px;
  color: #ffffff;
  line-height: 1.2;
}
#pxa-cookie-bar a {
  text-decoration: underline;
  display: inline;
}
#pxa-cookie-bar a:hover {
  color: #92782e !important;
}
#pxa-cookie-bar a.pxa-cookie-buttons:hover {
  color: #92782e !important;
}
#pxa-cookie-bar .cookie-warning {
  border: 0;
  background: #000000 !important;
  padding: 40px 0;
}
img.footer-icon {
  width: 40px;
  height: auto;
  margin-top: 57px;
  margin-right: 20px;
  margin-bottom: 20px;
  filter: grayscale(100) brightness(100);
}
@media (max-width: 1199px) {
  img.footer-icon {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
img.footer-icon:hover {
  filter: grayscale(100) brightness(0);
}
.frame-space-before-extra-small {
  margin-top: 20px;
}
.frame-space-before-small {
  margin-top: 40px;
}
.frame-space-before-medium {
  margin-top: 80px;
}
.frame-space-before-large {
  margin-top: 120px;
}
.frame-space-before-extra-large {
  margin-top: 160px;
}
/* rows // hintergrundfarben // boxen */
.row-bg.white {
  background: rgba(255, 255, 255, 0.9);
  padding-top: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.row-bg.beige {
  background: rgba(146, 120, 46, 0.15);
  padding-top: 60px;
  padding-bottom: 0;
  margin-top: 20px;
  margin-bottom: 40px;
}
.row-bg.gray {
  background: rgba(0, 0, 0, 0.15);
  padding-top: 60px;
  padding-bottom: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.row-bg.white-text {
  color: #ffffff !important;
}
/* equal height addon */
/*
 * Row with equal height columns
 * --------------------------------------------------
 */
@media (min-width: 768px) {
  .row-eq-height .container,
  .row-eq-height .container-fluid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.row.row-eq-height.nopad {
  margin-bottom: 40px;
}
.blog-latest {
  background: url(../../../../fileadmin/assets/heidegg/img/blog-bg.jpg) center center no-repeat;
  background-size: cover;
}
.teaser a {
  text-decoration: none !important;
  color: #000000 !important;
}
.teaser .teaser-bottom {
  display: block;
  cursor: pointer;
  width: 100%;
  min-height: 50px;
  padding: 10px 20px;
  margin-bottom: 40px;
  margin-top: -48px;
  font-weight: bold;
  text-decoration: none !important;
  text-transform: uppercase;
  color: #000000;
  border-bottom: 1px solid #000000;
  text-align: right;
}
.teaser .teaser-bottom.special {
  min-height: 50px;
  margin-top: -20px;
}
.teaser .teaser-bottom:after {
  content: '';
  position: absolute;
  right: 15px;
  background: url(../../../../fileadmin/assets/heidegg/img/arrow-right.svg) right center no-repeat;
  background-size: contain;
  width: 20px;
  height: 25px;
  margin: 0 5px 0 -20px;
  filter: brightness(0);
}
.teaser:hover .teaser-bottom:after {
  filter: brightness(1);
}
@media (min-width: 768px) {
  .teaser .zweispaltig {
    column-count: 2;
    column-gap: 40px;
  }
}
.program .program-single {
  display: inline-block;
}
.program .program-single .lauftext {
  height: 0;
  opacity: 0;
  transition: .1s ease;
  overflow: hidden;
}
.program .program-single a.button {
  padding-right: 30px !important;
}
.program .program-single a.button:after {
  transform: rotate(90deg);
}
.program .program-single.active .lauftext {
  height: auto;
  opacity: 1;
  transition: 1.2s ease;
  overflow: visible;
}
.program .program-single.active a.button {
  top: -20px !important;
}
.program .program-single.active a.button:after {
  top: 15px;
  transform: rotate(270deg);
}
.program .program-single.active a.button span {
  display: none;
}
.program .program-single.active a.button:before {
  content: 'Weniger';
}
.slogan .col-sm-6 {
  margin-top: 60px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.25);
  color: #ffffff;
  font-family: 'HEIinter', Arial, Verdana, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 38px;
  text-transform: uppercase;
  line-height: 1.3;
  display: block;
  visibility: visible;
  opacity: 1;
  transition: .5s ease;
  transition-delay: .5s;
}
@media (max-width: 767px) {
  .slogan .col-sm-6 {
    font-size: 28px;
  }
}
.slogan .col-sm-6 p,
.slogan .col-sm-6 .frame-type-text {
  margin: 0;
}
