/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-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 {
  margin: 0.67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
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 {
  padding: 0;
  border: 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"] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !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: "Palanquin", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.55555556;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #7f0f18;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #3b070b;
  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 {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.55555556;
  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: 27px;
  margin-bottom: 27px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 27px;
  margin-bottom: 13.5px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 13.5px;
  margin-bottom: 13.5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 46px;
}
h2,
.h2 {
  font-size: 38px;
}
h3,
.h3 {
  font-size: 31px;
}
h4,
.h4 {
  font-size: 23px;
}
h5,
.h5 {
  font-size: 18px;
}
h6,
.h6 {
  font-size: 16px;
}
p {
  margin: 0 0 13.5px;
}
.lead {
  margin-bottom: 27px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 27px;
  }
}
small,
.small {
  font-size: 88%;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #7f0f18;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #520a10;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #7f0f18;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #520a10;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 12.5px;
  margin: 54px 0 27px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 13.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  margin-left: -5px;
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 27px;
}
dt,
dd {
  line-height: 1.55555556;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 13.5px 27px;
  margin: 0 0 27px;
  font-size: 22.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.55555556;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 27px;
  font-style: normal;
  line-height: 1.55555556;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.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: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xl-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xl-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xl-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xl-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xl-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xl-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xl-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xl-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xl-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xl-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xl-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.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%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 27px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.55555556;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 20.25px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 27px;
  font-size: 27px;
  line-height: inherit;
  color: #333333;
  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: 18px;
  line-height: 1.55555556;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 41px;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.55555556;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #b4b4b4;
  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: #818181;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(129, 129, 129, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(129, 129, 129, 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::-ms-expand {
  border: 0;
  background-color: transparent;
}
.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"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 41px;
  }
  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: 53px;
  }
}
.form-group {
  margin-bottom: 26px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 27px;
  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: 45px;
}
.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: 3px;
}
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: 3px;
}
.form-group-sm select.form-control {
  height: 36px;
  line-height: 36px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 36px;
  min-height: 43px;
  padding: 6px 10px;
  font-size: 16px;
  line-height: 1.5;
}
.input-lg {
  height: 53px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 53px;
  line-height: 53px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 53px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 53px;
  line-height: 53px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 53px;
  min-height: 50px;
  padding: 11px 16px;
  font-size: 23px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 51.25px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 41px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 53px;
  height: 53px;
  line-height: 53px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .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: 32px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@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: 34px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@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: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 23px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 16px;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
/* =============================================================================
   Screen size variables
   ========================================================================== */
/* =============================================================================
   Media queries for different screen sizes
   ========================================================================== */
/* WordPress Core */
.gallery-caption {
  font-weight: bold;
}
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.wp-caption {
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
  background: #fff;
  border: 1px solid #f0f0f0;
}
img.alignnone {
  width: auto;
  max-width: 96%;
  height: auto;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  width: auto;
  max-width: 98.5%;
  height: auto;
  padding: 0;
  margin: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  padding: 0 4px 5px;
  margin: 0;
  font-size: 11px;
  line-height: 17px;
}
/* Recommended CSS from WP for defined content width support */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}
iframe,
embed {
  max-width: 100%;
}
/* Sticky Post */
.sticky {
  padding: 20px 20px 20px 20px;
  background: #eeeeee;
}
/* Comments */
.comment-form-comment #comment {
  width: 100%;
}
.commentlist li {
  list-style: none;
}
.comment-author,
.comment-edit-link {
  font-weight: bold;
}
.comment-body {
  margin-top: 10px;
  margin-bottom: 10px;
}
.comment-respond code {
  white-space: pre-wrap;
}
/* Post Thumbnail */
.attachment-post-thumbnail {
  float: left;
  margin: 0 10px;
}
/* Calendar Widget */
/* Search Form Widget */
.widget {
  margin-bottom: 5px;
}
/* Tables */
/* Post text Wrap Fixes */
.post {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.screen-reader-text:focus {
  top: 5px;
  left: 5px;
  z-index: 100000;
  /* Above WP toolbar. */
  display: block;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  clip: auto !important;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: normal;
  color: #21759b;
  text-decoration: none;
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}
/* palanquin-300 - latin */
@font-face {
  font-family: 'Palanquin';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/palanquin-v3-latin-300.eot');
  /* IE9 Compat Modes */
  src: local('Palanquin Light'), local('Palanquin-Light'), url('../fonts/palanquin-v3-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/palanquin-v3-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/palanquin-v3-latin-300.woff') format('woff'), /* Modern Browsers */ url('../fonts/palanquin-v3-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/palanquin-v3-latin-300.svg#Palanquin') format('svg');
  /* Legacy iOS */
}
/* palanquin-regular - latin */
@font-face {
  font-family: 'Palanquin';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/palanquin-v3-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Palanquin Regular'), local('Palanquin-Regular'), url('../fonts/palanquin-v3-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/palanquin-v3-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/palanquin-v3-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/palanquin-v3-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/palanquin-v3-latin-regular.svg#Palanquin') format('svg');
  /* Legacy iOS */
}
/* palanquin-600 - latin */
@font-face {
  font-family: 'Palanquin';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/palanquin-v3-latin-600.eot');
  /* IE9 Compat Modes */
  src: local('Palanquin SemiBold'), local('Palanquin-SemiBold'), url('../fonts/palanquin-v3-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/palanquin-v3-latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/palanquin-v3-latin-600.woff') format('woff'), /* Modern Browsers */ url('../fonts/palanquin-v3-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/palanquin-v3-latin-600.svg#Palanquin') format('svg');
  /* Legacy iOS */
}
body.fontsize_1 {
  font-size: 18px;
}
body.fontsize_2 {
  font-size: 19px;
}
body.fontsize_3 {
  font-size: 20px;
}
.parallax-mirror {
  will-change: transform, top;
}
h1,
h2 {
  font-family: 'Droid Serif', serif;
  color: #616262;
}
@media (max-width: 767px) {
  h1,
  h2 {
    margin-bottom: 60px;
    font-size: 1.5em;
    line-height: 1.17em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h1,
  h2 {
    margin-bottom: 75px;
    font-size: 47px;
    line-height: 1.17em;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  h1,
  h2 {
    margin-bottom: 80px;
    font-size: 47px;
    line-height: 1.17em;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  h1,
  h2 {
    margin-bottom: 110px;
    font-size: 47px;
    line-height: 1.17em;
  }
}
@media (min-width: 1600px) {
  h1,
  h2 {
    margin-bottom: 110px;
    font-size: 47px;
    line-height: 1.17em;
  }
}
h1 span:nth-child(2) {
  font-size: 18px;
  font-family: "Palanquin", Arial, sans-serif;
  color: #c25526;
  display: block;
  font-weight: 600;
}
.list-style-arrow li:before {
  content: "\00BB \0020";
}
.list-style-arrow li a {
  color: #1c1c1c;
}
@media (min-width: 1600px) {
  .container {
    max-width: 1400px;
  }
}
/* =============================================================================
   css loader
   ========================================================================== */
.icon-white {
  fill: #fff;
}
.icon-red {
  fill: #9d131e;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
}
.ajax-loading {
  width: 5em;
  height: 5em;
  display: none;
}
.ajax-loading.visible {
  display: block;
}
.loader {
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.3em solid rgba(98, 98, 98, 0.3);
  border-right: 0.3em solid rgba(98, 98, 98, 0.3);
  border-bottom: 0.3em solid rgba(98, 98, 98, 0.3);
  border-left: 0.3em solid #9d131e;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  z-index: 9999;
}
@media (max-width: 767px) {
  .loader {
    margin: 15px auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .loader {
    margin: 60px auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .loader {
    margin: 60px auto;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .loader {
    margin: 60px auto;
  }
}
@media (min-width: 1600px) {
  .loader {
    margin: 60px auto;
  }
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#eu_cookiebox {
  background-color: #1c1c1c;
  position: fixed;
  bottom: 0;
  z-index: 9999;
  font-size: 13px;
  line-height: 1.35em;
  color: #ccc;
  right: 0;
  backface-visibility: hidden;
}
#eu_cookiebox a {
  color: #fff;
}
@media (max-width: 767px) {
  #eu_cookiebox .eu_cookiebox_inner {
    width: 100%;
    padding: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #eu_cookiebox .eu_cookiebox_inner {
    width: 400px;
    padding: 23px 23px 0;
    height: 110px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #eu_cookiebox .eu_cookiebox_inner {
    width: 400px;
    padding: 23px 23px 0;
    height: 110px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  #eu_cookiebox .eu_cookiebox_inner {
    width: 400px;
    padding: 23px 23px 0;
    height: 110px;
  }
}
@media (min-width: 1600px) {
  #eu_cookiebox .eu_cookiebox_inner {
    width: 400px;
    padding: 23px 23px 0;
    height: 110px;
  }
}
#eu_cookiebox .cookie-close {
  border: none;
  background: #9d131e;
  position: absolute;
  right: 0;
  top: 0;
}
#eu_cookiebox .cookie-close:hover {
  background: #ca1927;
}
/* =============================================================================
   Helpers
   ========================================================================== */
.container-wide {
  max-width: 1400px;
  margin: auto;
  position: relative;
}
.container-narrow {
  max-width: 1000px !important;
  margin: auto;
}
@media (max-width: 767px) {
  .container-gap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container-gap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container-gap {
    padding-top: 37px;
    padding-bottom: 37px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .container-gap {
    padding-top: 45px;
    padding-bottom: 75px;
  }
}
@media (min-width: 1600px) {
  .container-gap {
    padding-top: 55px;
    padding-bottom: 87px;
  }
}
@media (max-width: 767px) {
  .container-gap-bot {
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container-gap-bot {
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container-gap-bot {
    padding-bottom: 100px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .container-gap-bot {
    padding-bottom: 150px;
  }
}
@media (min-width: 1600px) {
  .container-gap-bot {
    padding-bottom: 175px;
  }
}
@media (max-width: 767px) {
  .container-gap-top {
    padding-top: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container-gap-top {
    padding-top: 110px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container-gap-top {
    padding-top: 110px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .container-gap-top {
    padding-top: 110px;
  }
}
@media (min-width: 1600px) {
  .container-gap-top {
    padding-top: 110px;
  }
}
.bot-gap-small {
  padding-bottom: 80px;
}
.no-gap-top {
  padding-top: 0 !important;
}
.pad_right_0 {
  padding-right: 0;
}
.margin_top_180 {
  margin-top: 180px;
}
.no-gutter {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .no-gutter-xs {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .no-gutter-sm {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .no-gutter-md {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .no-gutter-lg {
    padding-left: 0;
    padding-right: 0;
  }
}
.dmbs-content {
  background-color: #fff;
}
.dmbs-content p {
  margin-bottom: 1.55555556em;
}
.dmbs-content p:last-of-type {
  margin-bottom: 0;
}
.lightgray {
  background: #f3f4f6;
}
/* =============================================================================
   Main Menu with hover
   ========================================================================== */
#headerPic,
.hero-wrapper,
.blaue-folie {
  min-height: inherit !important;
}
@media (max-width: 767px) {
  #headerPic,
  .hero-wrapper,
  .blaue-folie {
    height: 70vh !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #headerPic,
  .hero-wrapper,
  .blaue-folie {
    height: 90vh !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #headerPic,
  .hero-wrapper,
  .blaue-folie {
    height: 90vh !important;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  #headerPic,
  .hero-wrapper,
  .blaue-folie {
    height: 90vh !important;
  }
}
@media (min-width: 1600px) {
  #headerPic,
  .hero-wrapper,
  .blaue-folie {
    height: 90vh !important;
  }
}
.dmbs-header .hero-wrapper {
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.dmbs-header .header-image {
  position: absolute;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .dmbs-header .header-image {
    height: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .dmbs-header .header-image {
    height: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .dmbs-header .header-image {
    height: 100%;
  }
}
@media (min-width: 1600px) {
  .dmbs-header .header-image {
    height: 100%;
  }
}
.dmbs-header .header-image .blaue-folie {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  background: rgba(32, 62, 152, 0.3);
  transition: opacity 0.3s, visibility 0.3s;
}
.dmbs-header .header-image .header_arrow {
  position: absolute;
  bottom: 205px;
  right: 0;
  width: 43px;
  height: 43px;
  transform: translateY(0);
  transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1);
}
@media (max-width: 767px) {
  .dmbs-header .header-image .header_arrow {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .dmbs-header .header-image .header_arrow {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .dmbs-header .header-image .header_arrow {
    display: none;
  }
}
.dmbs-header .header-image .header_arrow.scroll-arrow {
  bottom: 0;
  z-index: 2;
}
.dmbs-header .header-image .header_arrow a.scroll-arrow {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 43px;
  height: 43px;
  background: #9d131e;
  position: absolute;
  bottom: -20px;
  right: 0;
  cursor: pointer;
  text-align: center;
  line-height: 43px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .dmbs-header .header-image .header_arrow a.scroll-arrow {
    display: none;
  }
}
.dmbs-header .header-image .header_arrow a.scroll-arrow svg {
  width: 14px;
  height: auto;
  vertical-align: middle;
}
.dmbs-header .header-image #header_schrift {
  bottom: 185px;
  color: #fff;
  position: absolute;
  font-family: 'Droid Serif', serif;
  font-weight: 400;
}
@media (max-width: 767px) {
  .dmbs-header .header-image #header_schrift {
    bottom: 0;
    padding: 0 15px;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .dmbs-header .header-image #header_schrift {
    left: 105px;
    bottom: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .dmbs-header .header-image #header_schrift {
    left: 105px;
    bottom: 100px;
  }
}
.dmbs-header .header-image #header_schrift .line {
  display: block;
  font-size: 49px;
  line-height: 1.1em;
}
@media (max-width: 767px) {
  .dmbs-header .header-image #header_schrift .line {
    font-size: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .dmbs-header .header-image #header_schrift .line {
    font-size: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .dmbs-header .header-image #header_schrift .line {
    font-size: 32px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .dmbs-header .header-image #header_schrift .line {
    font-size: 49px;
  }
}
@media (min-width: 1600px) {
  .dmbs-header .header-image #header_schrift .line {
    font-size: 49px;
  }
}
.dmbs-header .header-image #header_schrift #header_text_small {
  font-family: "Palanquin", Arial, sans-serif;
  vertical-align: middle;
  margin-top: 1em;
}
@media (max-width: 767px) {
  .dmbs-header .header-image #header_schrift #header_text_small {
    background-color: #7f0f18;
    margin-right: -15px;
    margin-left: -15px;
    padding: 10px 15px;
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .dmbs-header .header-image #header_schrift #header_text_small {
    font-size: 18px;
    font-weight: 600;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .dmbs-header .header-image #header_schrift #header_text_small {
    font-size: 18px;
    font-weight: 600;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .dmbs-header .header-image #header_schrift #header_text_small {
    font-size: 18px;
    font-weight: 600;
  }
}
@media (min-width: 1600px) {
  .dmbs-header .header-image #header_schrift #header_text_small {
    font-size: 18px;
    font-weight: 600;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .dmbs-header .header-image #header_schrift #header_text_small .header-phone,
  .dmbs-header .header-image #header_schrift #header_text_small .header-mail {
    display: inline-block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .dmbs-header .header-image #header_schrift #header_text_small .header-phone,
  .dmbs-header .header-image #header_schrift #header_text_small .header-mail {
    display: inline-block;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .dmbs-header .header-image #header_schrift #header_text_small .header-phone,
  .dmbs-header .header-image #header_schrift #header_text_small .header-mail {
    display: inline-block;
  }
}
@media (min-width: 1600px) {
  .dmbs-header .header-image #header_schrift #header_text_small .header-phone,
  .dmbs-header .header-image #header_schrift #header_text_small .header-mail {
    display: inline-block;
  }
}
.dmbs-header .header-image #header_schrift #header_text_small .icon-phone,
.dmbs-header .header-image #header_schrift #header_text_small .icon-mail {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 2px;
  vertical-align: middle;
  height: 20px;
}
.dmbs-header .header-image #header_schrift #header_text_small .icon-phone svg,
.dmbs-header .header-image #header_schrift #header_text_small .icon-mail svg {
  position: absolute;
  top: 0;
}
.dmbs-header .header-image #header_schrift #header_text_small .icon-phone {
  width: 15px;
}
.dmbs-header .header-image #header_schrift #header_text_small .icon-mail {
  width: 19px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .dmbs-header .header-image #header_schrift #header_text_small .icon-mail {
    margin-left: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .dmbs-header .header-image #header_schrift #header_text_small .icon-mail {
    margin-left: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .dmbs-header .header-image #header_schrift #header_text_small .icon-mail {
    margin-left: 30px;
  }
}
@media (min-width: 1600px) {
  .dmbs-header .header-image #header_schrift #header_text_small .icon-mail {
    margin-left: 30px;
  }
}
.dmbs-header .header-image #header_schrift #header_text_small .icon-mail + span a {
  color: #fff;
}
/* =============================================================================
   Video Header
   ========================================================================== */
.video .header_arrow.scroll-arrow {
  bottom: 150px !important;
}
.ueberschrift-wrapper {
  text-align: center;
}
@media (min-width: 1600px) {
  .ueberschrift-wrapper {
    margin-bottom: 72px;
  }
}
.ueberschrift-wrapper h1 {
  font-family: 'Droid Serif', serif;
  font-weight: 400;
  color: #1c1c1c;
}
@media (max-width: 767px) {
  .ueberschrift-wrapper h1 {
    margin: 0;
    font-size: 1.1em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ueberschrift-wrapper h1 {
    margin: 0 0 8px;
    font-size: 1.2em;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ueberschrift-wrapper h1 {
    margin: 0 0 8px;
    font-size: 1.3em;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .ueberschrift-wrapper h1 {
    margin: 0 0 8px;
    font-size: 1.5em;
  }
}
@media (min-width: 1600px) {
  .ueberschrift-wrapper h1 {
    margin: 0 0 8px;
    font-size: 1.5em;
  }
}
.ueberschrift-wrapper h2 {
  font-family: 'Droid Serif', serif;
  font-weight: 400;
  color: #616262;
  margin: 0;
}
@media (max-width: 767px) {
  .ueberschrift-wrapper h2 {
    font-size: 1.3em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ueberschrift-wrapper h2 {
    font-size: 1.5em;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ueberschrift-wrapper h2 {
    font-size: 1.8em;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .ueberschrift-wrapper h2 {
    font-size: 2.6em;
  }
}
@media (min-width: 1600px) {
  .ueberschrift-wrapper h2 {
    font-size: 2.6em;
  }
}
.icon-red {
  fill: #9d131e;
}
.icon-gray {
  fill: #616262;
}
.red-text {
  color: #9d131e;
}
/* =============================================================================
   Allgemeine Definitionen
   ========================================================================== */
.header {
  /* =============================================================================
   Main Menu Icons
   ========================================================================== */
  /* Menu Icon 1 */
  /* Menu Icon 2 */
  /* =============================================================================
     Header is scrolled
     ========================================================================== */
}
.header .navbar-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  backface-visibility: hidden;
  transform: translateY(0);
  will-change: transform;
  transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1);
}
@media (max-width: 767px) {
  .header .navbar-header {
    height: 76px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header .navbar-header {
    height: 76px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header .navbar-header {
    height: 76px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .header .navbar-header {
    height: 174px;
  }
}
@media (min-width: 1600px) {
  .header .navbar-header {
    height: 174px;
  }
}
.header .navbar-header:after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  will-change: opacity, transform;
}
@media (max-width: 767px) {
  .header .navbar-header:after {
    background-color: #1c1c1c;
    transition: opacity 0.3s, visibility 0.3s;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header .navbar-header:after {
    background-color: #1c1c1c;
    transition: opacity 0.3s, visibility 0.3s;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header .navbar-header:after {
    background-color: #1c1c1c;
    transition: opacity 0.3s, visibility 0.3s;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .header .navbar-header:after {
    background-color: rgba(0, 0, 0, 0.5);
    transition: opacity 0.3s, transform 0.3s cubic-bezier(0, 0, 0.2, 1);
    opacity: 0;
  }
}
@media (min-width: 1600px) {
  .header .navbar-header:after {
    background-color: rgba(0, 0, 0, 0.5);
    transition: opacity 0.3s, transform 0.3s cubic-bezier(0, 0, 0.2, 1);
    opacity: 0;
  }
}
.header .navbar-header .navbar-content {
  position: relative;
  max-width: 1400px;
  margin: auto;
  transform: translateY(0px);
  transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1);
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .header .navbar-header .navbar-content.container {
    padding: 0 85px;
    max-width: none;
    width: inherit;
  }
}
@media (min-width: 1600px) {
  .header .navbar-header .navbar-content.container {
    padding: 0 85px;
    max-width: none;
    width: inherit;
  }
}
.header .navbar-header .navbar-content.container .container-xl-wrapper {
  position: relative;
}
.header .navbar-header #header_logo {
  height: 95px;
  position: absolute;
  opacity: 1;
  transform-origin: left center;
  transform: scale(1) translateY(0);
}
@media (max-width: 767px) {
  .header .navbar-header #header_logo {
    width: 185px;
    left: 15px;
    top: 20px;
    transition: opacity 0.3s, transform 0.3s cubic-bezier(0, 0, 0.2, 1);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header .navbar-header #header_logo {
    width: 185px;
    left: 15px;
    top: 20px;
    transition: opacity 0.3s, transform 0.3s cubic-bezier(0, 0, 0.2, 1);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header .navbar-header #header_logo {
    width: 185px;
    left: 15px;
    top: 20px;
    transition: opacity 0.3s, transform 0.3s cubic-bezier(0, 0, 0.2, 1);
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .header .navbar-header #header_logo {
    width: 340px;
    left: 0;
    top: 50px;
    transition: opacity 0.3s, transform 0.3s cubic-bezier(0, 0, 0.2, 1);
  }
}
@media (min-width: 1600px) {
  .header .navbar-header #header_logo {
    width: 340px;
    left: 0;
    top: 50px;
    transition: opacity 0.3s, transform 0.3s cubic-bezier(0, 0, 0.2, 1);
  }
}
.header .navbar-header #header_logo a {
  display: block;
  height: 100%;
}
.header .navbar-header #header_logo a img {
  width: auto;
  height: 100%;
  max-width: 100%;
}
@media screen and (min-width: 1420px) and (max-width: 9999px) {
}
.header .navbar-header .icons {
  position: absolute;
  top: 53px;
  padding-left: 30px;
  visibility: hidden;
  opacity: 0;
  transition: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header .navbar-header .icons {
    right: 557px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .header .navbar-header .icons {
    right: 450px;
  }
}
@media (min-width: 1600px) {
  .header .navbar-header .icons {
    right: 450px;
  }
}
.header .navbar-header .icons .icon-font-size {
  width: 37px;
  height: 33px;
  float: left;
}
@media (max-width: 767px) {
  .header .navbar-header .icons .icon-font-size {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header .navbar-header .icons .icon-font-size {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header .navbar-header .icons .icon-font-size {
    display: none;
  }
}
.header .navbar-header .icons .icon-search {
  width: 26px;
  float: left;
  margin-left: 40px;
}
.header .navbar-header .hki-searchform {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: -2px;
  left: 150px;
}
.header .navbar-header .hki-searchform form input {
  border: 1px solid #616262;
  padding: 2px 10px;
}
.header .navbar-header .hki-searchform form input:focus {
  outline: none;
}
.header .navbar-main {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  width: 750px;
  background: #fff;
  z-index: 9;
  height: 100%;
  right: 0;
  color: #616262;
  font-family: 'Droid Serif', serif;
  text-align: right;
  backface-visibility: hidden;
  transition: opacity 0.4s;
}
@media (max-width: 767px) {
  .header .navbar-main {
    width: 100%;
    padding: 80px 15px 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header .navbar-main {
    width: 100%;
    padding: 100px 85px 0 100px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header .navbar-main {
    width: 750px;
    padding: 120px 85px 0 100px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .header .navbar-main {
    width: 50%;
    padding: 170px 85px 0 100px;
  }
}
@media (min-width: 1600px) {
  .header .navbar-main {
    width: 40%;
    padding: 170px 85px 0 100px;
  }
}
.header .navbar-main .company-information {
  font-family: "Palanquin", Arial, sans-serif;
  margin-bottom: 3.11111111em;
}
@media (max-width: 767px) {
  .header .navbar-main .company-information {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header .navbar-main .company-information {
    display: none;
  }
}
.header .navbar-main #menu-main-menu {
  margin-bottom: 1.55555556em;
}
.header .navbar-main #menu-main-menu .menu-item a {
  font-size: 1.5em;
  color: #616262;
  font-weight: 300;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
@media (max-width: 767px) {
  .header .navbar-main #menu-main-menu .menu-item a {
    font-size: 1.3em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header .navbar-main #menu-main-menu .menu-item a {
    font-size: 1.3em;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header .navbar-main #menu-main-menu .menu-item a {
    font-size: 1.4em;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .header .navbar-main #menu-main-menu .menu-item a {
    font-size: 1.5em;
  }
}
@media (min-width: 1600px) {
  .header .navbar-main #menu-main-menu .menu-item a {
    font-size: 1.5em;
  }
}
.header .navbar-main #menu-main-menu .menu-item a:hover {
  text-decoration: none;
}
.header .navbar-main #menu-main-menu .menu-item a:hover:after {
  position: absolute;
  width: 100%;
  bottom: 5px;
  content: '';
  height: 1px;
  background-color: #616262;
  right: 0;
  transform: scaleX(1);
}
.header .navbar-main #menu-main-menu .menu-item a:after {
  position: absolute;
  width: 100%;
  bottom: 5px;
  content: '';
  height: 1px;
  background-color: #616262;
  right: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.2s cubic-bezier(0, 0, 0.2, 1);
}
.header .navbar-main #menu-main-menu .menu-item.active a:after {
  position: absolute;
  width: 100%;
  bottom: 5px;
  content: '';
  height: 1px;
  background-color: #616262;
  right: 0;
  transform: scaleX(1);
}
.header .navbar-main .menu-main-sub-menu-container {
  line-height: 25px;
}
.header .navbar-main .menu-main-sub-menu-container .menu-item.active a {
  text-decoration: underline;
}
.header .navbar-main .menu-main-sub-menu-container .menu-item a {
  font-family: "Palanquin", Arial, sans-serif;
  color: #616262;
}
.header .navbar-main .menu-1 .social-icons {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .header .navbar-main .menu-2 .menu-item {
    margin-bottom: 1em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header .navbar-main .menu-2 .menu-item {
    margin-bottom: 35px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header .navbar-main .menu-2 .menu-item {
    margin-bottom: 35px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .header .navbar-main .menu-2 .menu-item {
    margin-bottom: 35px;
  }
}
@media (min-width: 1600px) {
  .header .navbar-main .menu-2 .menu-item {
    margin-bottom: 35px;
  }
}
.header .navbar-main .menu-2 .menu-item:hover .projekt-infos .projekt-headline {
  text-decoration: underline;
}
.header .navbar-main .menu-2 .menu-item:hover .projekt-image img {
  transform: scale(1.1);
}
.header .navbar-main .menu-2 .menu-item .projekt-image {
  overflow: hidden;
}
@media (max-width: 767px) {
  .header .navbar-main .menu-2 .menu-item .projekt-image {
    display: none;
  }
}
.header .navbar-main .menu-2 .menu-item .projekt-image img {
  width: 100%;
  height: auto;
  backface-visibility: hidden;
  transform: scale(1);
  transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.header .navbar-main .menu-2 .menu-item .projekt-infos {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .header .navbar-main .menu-2 .menu-item .projekt-infos {
    line-height: 1.2em;
  }
}
.header .navbar-main .menu-2 .menu-item .projekt-infos .projekt-headline {
  color: #9d131e;
}
.header .navbar-main .menu-2 .menu-item .projekt-infos .projekt-subtitle {
  font-family: "Palanquin", Arial, sans-serif;
  color: #616262;
}
@media (max-width: 767px) {
  .header .navbar-main .menu-2 .menu-item .projekt-infos .projekt-subtitle {
    font-weight: 400;
    font-size: 17px;
    text-transform: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header .navbar-main .menu-2 .menu-item .projekt-infos .projekt-subtitle {
    font-weight: 400;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header .navbar-main .menu-2 .menu-item .projekt-infos .projekt-subtitle {
    font-weight: 400;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .header .navbar-main .menu-2 .menu-item .projekt-infos .projekt-subtitle {
    font-weight: 600;
  }
}
@media (min-width: 1600px) {
  .header .navbar-main .menu-2 .menu-item .projekt-infos .projekt-subtitle {
    font-weight: 600;
  }
}
.header .navbar-main .menu-1,
.header .navbar-main .menu-2 {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  transition: opacity 0.3s, visibility;
}
.header .navbar-main .menu-1.menu-active,
.header .navbar-main .menu-2.menu-active {
  opacity: 1;
  visibility: visible;
  max-height: 1000px;
}
@media (max-width: 767px) {
  .header .navbar-main .menu-2 {
    max-height: calc(100vh - 160px) !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header .navbar-main .menu-2 {
    max-height: calc(100vh - 100px) !important;
    overflow-y: scroll;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header .navbar-main .menu-2 {
    max-height: calc(100vh - 100px) !important;
    overflow-y: scroll;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .header .navbar-main .menu-2 {
    max-height: calc(100vh - 250px) !important;
    overflow-y: scroll;
  }
}
@media (min-width: 1600px) {
  .header .navbar-main .menu-2 {
    max-height: calc(100vh - 250px) !important;
    overflow-y: scroll;
  }
}
.header .navbar-main .menu-2 .img_100pct_sold {
  left: 0;
  right: 0;
  transform: rotate(-14deg) translateY(-50%);
  z-index: 4;
  position: absolute;
  margin: auto;
  top: 50%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header .navbar-main .menu-2 .img_100pct_sold {
    width: 80px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header .navbar-main .menu-2 .img_100pct_sold {
    width: 80px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .header .navbar-main .menu-2 .img_100pct_sold {
    width: 80px !important;
  }
}
@media (min-width: 1600px) {
  .header .navbar-main .menu-2 .img_100pct_sold {
    width: 80px !important;
  }
}
.header .nav-main-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 3;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
}
.header #menu-1-icon {
  position: absolute;
  right: 70px;
  width: 40px;
}
@media (max-width: 767px) {
  .header #menu-1-icon {
    top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header #menu-1-icon {
    top: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header #menu-1-icon {
    top: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .header #menu-1-icon {
    top: 53px;
  }
}
@media (min-width: 1600px) {
  .header #menu-1-icon {
    top: 53px;
  }
}
@media screen and (min-width: 1420px) and (max-width: 9999px) {
}
.header #menu-1-icon:hover .line span:first-child {
  transform: translateX(5px);
}
.header #menu-1-icon:hover .line span:last-child {
  transform: translateX(-5px);
}
.header #menu-1-icon .line {
  margin-bottom: 9px;
}
.header #menu-1-icon .line:nth-child(2) {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s, visibility;
}
.header #menu-1-icon .line:last-child {
  margin-bottom: 0;
}
.header #menu-1-icon .line span {
  width: 50%;
  height: 3px;
  background-color: #fff;
  display: inline-block;
  float: left;
  opacity: 1;
}
.header #menu-1-icon .line span:first-child {
  border-radius: 3px 0 0 3px;
  transform-origin: left center;
  transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1), opacity 0.3s;
}
.header #menu-1-icon .line span:last-child {
  border-radius: 0 3px 3px 0;
  transform-origin: right center;
  transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1), opacity 0.3s;
}
.header #menu-1-icon.close .line:first-child span:first-child {
  transform: rotate(45deg) scaleX(1.2) translateX(2px) translateY(-3px);
}
.header #menu-1-icon.close .line:first-child span:last-child {
  transform: rotate(-45deg) scaleX(1.2) translateX(-2px) translateY(-3px);
}
.header #menu-1-icon.close .line:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.header #menu-1-icon.close .line:nth-child(2) span:first-child {
  transform-origin: left center;
  transform: rotate(0) scaleX(1);
}
.header #menu-1-icon.close .line:nth-child(2) span:last-child {
  transform-origin: right center;
  transform: rotate(0) scaleX(1);
}
.header #menu-1-icon.close .line span:first-child {
  transform-origin: left center;
  transform: rotate(-45deg) scaleX(1.2) translateX(2px) translateY(3px);
}
.header #menu-1-icon.close .line span:last-child {
  transform-origin: right center;
  transform: rotate(45deg) scaleX(1.2) translateX(-2px) translateY(3px);
}
.header .grid-button {
  right: 0;
  height: 28px;
  width: 28px;
  padding: 10px;
  cursor: pointer;
  user-select: none;
  position: absolute;
  z-index: 2;
  backface-visibility: hidden;
}
@media (max-width: 767px) {
  .header .grid-button {
    right: 15px;
    top: 19px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header .grid-button {
    right: 15px;
    top: 19px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header .grid-button {
    right: 15px;
    top: 19px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .header .grid-button {
    right: 0;
    top: 52px;
  }
}
@media (min-width: 1600px) {
  .header .grid-button {
    right: 0;
    top: 52px;
  }
}
@media screen and (min-width: 1420px) and (max-width: 9999px) {
}
.header .grid-button .grid {
  width: 0.8rem;
  height: 0.8rem;
  background-color: #fff;
  box-shadow: 0 0 0 #fff;
  color: #fff;
  /* Not in use when the colors are specified below */
  transition: transform 0.4s cubic-bezier(0, 0, 0.2, 1), box-shadow 0.4s, color 0.4s, background-color 0.4s;
  position: absolute;
  z-index: 10;
}
.header .grid-button.rearrange .grid {
  box-shadow: -1rem -1rem, 0 -1rem, 1rem -1rem, -1rem 0, 1rem 0, -1rem 1rem, 0 1rem, 1rem 1rem;
}
.header .grid-button.rearrange.close .grid {
  color: #000;
  background-color: #000;
  box-shadow: 0 -0.8rem, 0 -1.6rem, 0.8rem 0, -1.6rem 0, 1.6rem 0, -0.8rem 0, 0 1.6rem, 0 0.8rem;
  transform: rotate3d(0, 0, 1, -45deg) scale3d(0.8, 0.8, 0.8);
}
.header .grid-button:hover.rearrange .grid {
  color: #fff;
  background-color: #fff;
  box-shadow: 0 -1rem, 0 -2rem, 1rem 0, -2rem 0, 2rem 0, -1rem 0, 0 2rem, 0 1rem;
  transform: scale3d(0.8, 0.8, 0.8);
}
.header .grid-button:hover.rearrange.close .grid {
  color: #000;
  background-color: #000;
  transform: rotate3d(0, 0, 1, -45deg) scale3d(0.8, 0.8, 0.8);
}
@media (max-width: 767px) {
  .header.menu-open #header_logo.header-logo-main {
    opacity: 0;
    visibility: hidden;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header.menu-open #header_logo.header-logo-main {
    opacity: 0;
    visibility: hidden;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header.menu-open #header_logo.header-logo-main {
    opacity: 0;
    visibility: hidden;
  }
}
.header.menu-open .icons {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s, visibility 0.3s;
}
.header.menu-open .hki-searchform.search-is-visible {
  visibility: visible;
  opacity: 1;
}
.header.menu-open .navbar-main {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header.menu-open .nav-main-backdrop {
    visibility: visible;
    opacity: 1;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .header.menu-open .nav-main-backdrop {
    visibility: visible;
    opacity: 1;
  }
}
@media (min-width: 1600px) {
  .header.menu-open .nav-main-backdrop {
    visibility: visible;
    opacity: 1;
  }
}
.header.menu-open .grid-button:not(.close) .grid {
  color: #000;
  background-color: #000;
}
.header.menu-open #menu-1-icon .line span {
  background-color: #000;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .header.scrolled .navbar-header {
    transform: translateY(-114px);
  }
}
@media (min-width: 1600px) {
  .header.scrolled .navbar-header {
    transform: translateY(-114px);
  }
}
.header.scrolled .navbar-header:after {
  opacity: 1;
}
.header.scrolled .navbar-header .navbar-content {
  position: relative;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .header.scrolled .navbar-header .navbar-content {
    transform: translateY(77px);
  }
}
@media (min-width: 1600px) {
  .header.scrolled .navbar-header .navbar-content {
    transform: translateY(77px);
  }
}
.header.scrolled #header_logo {
  transform: scale(0.55) translateY(-55px);
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .header.scrolled #header_logo.header-logo-main {
    transform: scale(1) translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header.scrolled #header_logo.header-logo-main {
    transform: scale(1) translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header.scrolled #header_logo.header-logo-main {
    transform: scale(1) translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .header.scrolled #header_logo.header-logo-main {
    transform: scale(0.55) translateY(-36px);
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 1600px) {
  .header.scrolled #header_logo.header-logo-main {
    transform: scale(0.55) translateY(-36px);
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .header.scrolled.menu-open #header_logo.header-logo-main {
    opacity: 0;
    visibility: hidden;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header.scrolled.menu-open #header_logo.header-logo-main {
    opacity: 0;
    visibility: hidden;
  }
}
.header.menu-open .navbar-header:after {
  opacity: 0;
  visibility: hidden;
}
/* =============================================================================
   Button
   ========================================================================== */
.button {
  background-color: #9d131c;
  color: #fff;
  font-family: 'Droid Serif', serif;
  font-weight: 400;
  position: absolute;
  right: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .button {
    bottom: 30px;
    padding: 10px 15px;
    line-height: 1.2em;
    font-size: 1.2em;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .button {
    bottom: 44px;
    padding: 15px 60px;
    font-size: 1.5em;
  }
}
@media (min-width: 1600px) {
  .button {
    bottom: 44px;
    padding: 15px 60px;
    font-size: 1.5em;
  }
}
/* =============================================================================
   Footer
   ========================================================================== */
.dmbs-footer #hki_page_footer {
  background: #f4f4f4;
  width: 100%;
  font-weight: 300;
  color: #757574;
  position: relative;
}
@media (max-width: 767px) {
  .dmbs-footer #hki_page_footer {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .dmbs-footer #hki_page_footer {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .dmbs-footer #hki_page_footer {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .dmbs-footer #hki_page_footer {
    padding-top: 95px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1600px) {
  .dmbs-footer #hki_page_footer {
    padding-top: 95px;
    padding-bottom: 30px;
  }
}
.dmbs-footer #hki_page_footer .inner_wrapper {
  max-width: 1200px;
  margin: auto;
}
@media (max-width: 767px) {
  .dmbs-footer #hki_page_footer .zertifikate-row {
    display: none;
  }
}
.dmbs-footer #hki_page_footer .zertifikate-row > div {
  padding: 0 25px;
}
.dmbs-footer #hki_page_footer .zertifikate-row > div.zertifikate-padding {
  padding: 0 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .dmbs-footer #hki_page_footer .zertifikate-row:first-child {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .dmbs-footer #hki_page_footer .zertifikate-row:first-child {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .dmbs-footer #hki_page_footer .zertifikate-row:first-child {
    margin-bottom: 80px;
  }
}
@media (min-width: 1600px) {
  .dmbs-footer #hki_page_footer .zertifikate-row:first-child {
    margin-bottom: 100px;
  }
}
.dmbs-footer #hki_page_footer a {
  color: #757574;
}
.dmbs-footer #hki_page_footer a:hover {
  color: #757574;
}
.dmbs-footer #hki_page_footer #page_footer_left {
  float: left;
}
.dmbs-footer #hki_page_footer #page_footer_left h5 {
  font-weight: 600;
}
.dmbs-footer #hki_page_footer #page_footer_right {
  float: right;
}
.dmbs-footer #hki_page_footer #page_footer_bottom {
  width: 100%;
  font-size: 15px;
  border-top: 1px solid #c9c9c9;
}
@media (max-width: 767px) {
  .dmbs-footer #hki_page_footer #page_footer_bottom {
    padding-top: 30px;
    margin-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .dmbs-footer #hki_page_footer #page_footer_bottom {
    padding: 40px 0;
    margin-top: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .dmbs-footer #hki_page_footer #page_footer_bottom {
    padding: 40px 0;
    margin-top: 50px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .dmbs-footer #hki_page_footer #page_footer_bottom {
    padding: 40px 0;
    margin-top: 50px;
  }
}
@media (min-width: 1600px) {
  .dmbs-footer #hki_page_footer #page_footer_bottom {
    padding: 40px 0;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .dmbs-footer #hki_page_footer #page_footer_bottom .footer-logo {
    display: block;
    margin-top: 2em;
    max-width: 300px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .dmbs-footer #hki_page_footer #page_footer_bottom .footer-logo {
    width: 290px;
    display: inline-block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .dmbs-footer #hki_page_footer #page_footer_bottom .footer-logo {
    width: 290px;
    display: inline-block;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .dmbs-footer #hki_page_footer #page_footer_bottom .footer-logo {
    display: inline-block;
    width: 290px;
  }
}
@media (min-width: 1600px) {
  .dmbs-footer #hki_page_footer #page_footer_bottom .footer-logo {
    display: inline-block;
    width: 290px;
  }
}
.dmbs-footer #hki_page_footer #page_footer_bottom .copyright {
  line-height: 1em;
}
/* =============================================================================
   Social Icons
   ========================================================================== */
.social-icon {
  display: inline-block;
  margin-right: 50px;
  height: 18px;
}
.social-icon:last-child {
  margin-right: 0;
}
.social-icon.icon-social-twitter {
  width: 22px;
}
.social-icon.icon-social-facebook {
  position: relative;
  top: 2px;
  width: 13px;
}
.social-icon.icon-social-youtube {
  width: 25px;
}
path.social-icon {
  fill: #8b8b8a;
}
/* =============================================================================
   Flexible Layouts
   ========================================================================== */
@media (max-width: 767px) {
  .flex-content-text {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .flex-content-text {
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .flex-content-text {
    text-align: center;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .flex-content-text {
    text-align: center;
  }
}
@media (min-width: 1600px) {
  .flex-content-text {
    text-align: center;
  }
}
.flex-content-text.weiss {
  background-color: #fff;
}
.flex-content-text.grau {
  background-color: #f3f4f6;
}
@media (max-width: 767px) {
  .flex-content-fullw-image-text {
    padding-top: 60px;
  }
}
.flex-content-fullw-image-text .fullw-image {
  position: relative;
}
@media (max-width: 767px) {
  .flex-content-fullw-image-text .fullw-image {
    padding: 0 15px;
  }
}
.flex-content-fullw-image-text .fullw-image img {
  width: 100%;
  height: auto;
}
.flex-content-fullw-image-text .fullw-image .fullw-image-caption {
  position: absolute;
  font-family: 'Droid Serif', serif;
  line-height: 1.08163265em;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .flex-content-fullw-image-text .fullw-image .fullw-image-caption {
    bottom: 30px;
    font-size: 22px;
    padding: 30px 0 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .flex-content-fullw-image-text .fullw-image .fullw-image-caption {
    bottom: 30px;
    font-size: 30px;
    padding: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .flex-content-fullw-image-text .fullw-image .fullw-image-caption {
    top: 100px;
    left: 105px;
    max-width: 670px;
    font-size: 49px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .flex-content-fullw-image-text .fullw-image .fullw-image-caption {
    top: 200px;
    left: 105px;
    max-width: 670px;
    font-size: 49px;
  }
}
@media (min-width: 1600px) {
  .flex-content-fullw-image-text .fullw-image .fullw-image-caption {
    top: 200px;
    left: 105px;
    max-width: 670px;
    font-size: 49px;
  }
}
.flex-content-fullw-image-text .fullw-image .fullw-image-caption span {
  display: block;
}
.flex-content-fullw-image-text .fullw-text {
  position: relative;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
  background-color: #f3f4f6;
}
@media (min-width: 992px) {
  .flex-content-fullw-image-text .fullw-text {
    float: left;
    width: 75%;
  }
}
@media (min-width: 992px) {
  .flex-content-fullw-image-text .fullw-text {
    margin-left: 25%;
  }
}
@media (max-width: 767px) {
  .flex-content-fullw-image-text .fullw-text {
    padding: 60px 15px 60px 15px;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .flex-content-fullw-image-text .fullw-text {
    padding: 60px 30px 60px 30px;
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .flex-content-fullw-image-text .fullw-text {
    padding: 120px 60px 120px 60px;
    margin-top: -117px;
    transform: translateY(200px);
    transition: transform 0.7s cubic-bezier(0, 0, 0.2, 1), opacity 0.3s, visibility 0.3s;
    opacity: 0;
    visibility: hidden;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .flex-content-fullw-image-text .fullw-text {
    padding: 60px 150px 120px 60px;
    margin-top: -117px;
    transform: translateY(200px);
    transition: transform 0.7s cubic-bezier(0, 0, 0.2, 1), opacity 0.3s, visibility 0.3s;
    opacity: 0;
    visibility: hidden;
  }
}
@media (min-width: 1600px) {
  .flex-content-fullw-image-text .fullw-text {
    padding: 60px 150px 120px 60px;
    margin-top: -117px;
    transform: translateY(200px);
    transition: transform 0.7s cubic-bezier(0, 0, 0.2, 1), opacity 0.3s, visibility 0.3s;
    opacity: 0;
    visibility: hidden;
  }
}
.flex-content-fullw-image-text .fullw-text.show {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.flex-content-fullw-image-text .fullw-text h2 {
  margin-bottom: 1em;
}
.kursiv {
  font-family: 'Droid Serif', serif;
  font-style: italic;
  color: #616262;
}
@media (max-width: 767px) {
  .kursiv {
    font-size: 19px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .kursiv {
    font-size: 22px;
    line-height: 1.85em;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .kursiv {
    font-size: 22px;
    line-height: 1.85em;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .kursiv {
    font-size: 27px;
    line-height: 2.037em;
  }
}
@media (min-width: 1600px) {
  .kursiv {
    font-size: 27px;
    line-height: 2.037em;
  }
}
.flex-content-zitat {
  font-family: 'Droid Serif', serif;
  font-style: italic;
  color: #616262;
}
@media (max-width: 767px) {
  .flex-content-zitat {
    font-size: 19px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .flex-content-zitat {
    font-size: 22px;
    line-height: 1.85em;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .flex-content-zitat {
    font-size: 22px;
    line-height: 1.85em;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .flex-content-zitat {
    font-size: 27px;
    line-height: 2.037em;
  }
}
@media (min-width: 1600px) {
  .flex-content-zitat {
    font-size: 27px;
    line-height: 2.037em;
  }
}
@media (max-width: 767px) {
  .flex-content-zitat {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .flex-content-zitat {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .flex-content-zitat {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .flex-content-zitat {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
@media (min-width: 1600px) {
  .flex-content-zitat {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
.flex-content-zitat h1 {
  margin-top: 0;
  font-style: normal;
  text-align: center;
}
.flex-content-zitat ul {
  margin-bottom: 0;
}
.flex-content-zitat ul li {
  margin-bottom: 1em;
}
.flex-content-zitat ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .flex-content-full-width-image .image-container {
    padding: 0 15px;
  }
}
.flex-content-full-width-image .image-container img {
  width: 100%;
  height: auto;
}
.flex-content-full-width-image .maps-container {
  position: relative;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 992px) {
  .flex-content-full-width-image .maps-container {
    float: left;
    width: 50%;
  }
}
.flex-content-full-width-image .maps-container .acf-map {
  min-height: 300px;
}
.flex-content-full-width-image.show-maps .image-container {
  position: relative;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 992px) {
  .flex-content-full-width-image.show-maps .image-container {
    float: left;
    width: 50%;
  }
}
.flex-content-gallerie > div .row:last-child .gallerie-item {
  margin-bottom: 0;
}
.flex-content-gallerie .gallerie-item {
  text-align: center;
  margin-bottom: 110px;
}
.flex-content-gallerie .gallerie-item a {
  display: inline-block;
  background-color: #fff;
}
.flex-content-gallerie .gallerie-item a img {
  transition: opacity 0.3s;
}
.flex-content-gallerie .gallerie-item:hover a img {
  opacity: 0.75;
}
@media (max-width: 767px) {
  .flex-content-odd-even .odd-even-item {
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .flex-content-odd-even .odd-even-item {
    margin-bottom: 260px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .flex-content-odd-even .odd-even-item {
    margin-bottom: 260px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .flex-content-odd-even .odd-even-item {
    margin-bottom: 260px;
  }
}
@media (min-width: 1600px) {
  .flex-content-odd-even .odd-even-item {
    margin-bottom: 260px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .flex-content-odd-even .odd-even-item .odd-even-content {
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1) 0.1s, opacity 0.3s 0.1s, visibility 0.1s 0.1s;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .flex-content-odd-even .odd-even-item .odd-even-content {
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1) 0.1s, opacity 0.3s 0.1s, visibility 0.1s 0.1s;
  }
}
@media (min-width: 1600px) {
  .flex-content-odd-even .odd-even-item .odd-even-content {
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1) 0.1s, opacity 0.3s 0.1s, visibility 0.1s 0.1s;
  }
}
.flex-content-odd-even .odd-even-item .odd-even-content h2 {
  font-size: 27px;
  font-family: 'Droid Serif', serif;
  margin-top: 0;
  margin-bottom: 0;
  font-style: italic;
}
@media (max-width: 767px) {
  .flex-content-odd-even .odd-even-item .odd-even-image {
    margin-top: 1em;
    margin-bottom: 1em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .flex-content-odd-even .odd-even-item .odd-even-image {
    float: left;
    margin-top: 0;
    width: 27rem;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .flex-content-odd-even .odd-even-item .odd-even-image {
    transform: translateX(-50px);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1), opacity 0.3s, visibility 0.3s;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .flex-content-odd-even .odd-even-item .odd-even-image {
    transform: translateX(-50px);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1), opacity 0.3s, visibility 0.3s;
  }
}
@media (min-width: 1600px) {
  .flex-content-odd-even .odd-even-item .odd-even-image {
    transform: translateX(-50px);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1), opacity 0.3s, visibility 0.3s;
  }
}
.flex-content-odd-even .odd-even-item .odd-even-image img {
  width: 100%;
  height: auto;
}
.flex-content-odd-even .odd-even-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .flex-content-odd-even .odd-even-item:nth-child(odd) .odd-even-content {
    left: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .flex-content-odd-even .odd-even-item:nth-child(odd) .odd-even-image {
    left: 0%;
  }
}
@media (min-width: 992px) {
  .flex-content-odd-even .odd-even-item:nth-child(even) .odd-even-content {
    right: 41.66666667%;
  }
}
@media (min-width: 992px) {
  .flex-content-odd-even .odd-even-item:nth-child(even) .odd-even-image {
    left: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .flex-content-odd-even .odd-even-item:nth-child(even) .odd-even-image {
    transform: translateX(50px);
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .flex-content-odd-even .odd-even-item:nth-child(even) .odd-even-image {
    transform: translateX(50px);
  }
}
@media (min-width: 1600px) {
  .flex-content-odd-even .odd-even-item:nth-child(even) .odd-even-image {
    transform: translateX(50px);
  }
}
.flex-content-odd-even .odd-even-item.show .odd-even-content {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.flex-content-odd-even .odd-even-item.show .odd-even-image {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
/* =============================================================================
   Kontaktform
   ========================================================================== */
.wpcf7 {
  max-width: 800px;
  margin: auto;
}
.wpcf7 label {
  font-weight: 400;
}
.wpcf7 .screen-reader-response {
  display: none;
}
.wpcf7 .form-control {
  box-shadow: none;
}
.wpcf7 .form-control:focus {
  box-shadow: none;
  outline: none;
  background-color: #fafafa;
}
.wpcf7 .submit input {
  height: 60px;
  background-color: #c2c3c5;
  border: none;
  padding: 0 50px;
}
.wpcf7 .submit input:hover {
  background-color: #b5b6b9;
}
.wpcf7 .wpcf7-not-valid-tip {
  color: #000;
  text-align: left;
  font-size: 17px;
  padding-left: 12px;
}
.wpcf7 .wp-validation {
  display: none;
}
.wpcf7 .wpcf7-validation-errors {
  border: 1px solid #9d131e;
}
.wpcf7 .wpcf7-response-output {
  margin: 0;
}
/* =============================================================================
   Page Gallerie
   ========================================================================== */
@media (min-width: 1200px) and (max-width: 1599px) {
  .page-galerie .flex-content-text h1 {
    margin-bottom: 0;
  }
}
@media (min-width: 1600px) {
  .page-galerie .flex-content-text h1 {
    margin-bottom: 0;
  }
}
/* =============================================================================
   Clean Layout
   ========================================================================== */
.text-semibold {
  text-transform: uppercase;
  font-weight: 600;
}
.text-normal {
  font-weight: 400;
}
@media (max-width: 767px) {
  .clean-layout .dmbs-main {
    margin-top: 30px;
  }
}
@media (min-width: 1600px) {
  .clean-layout .dmbs-main {
    margin-top: 30px;
  }
}
.clean-layout #headerPic {
  display: none;
}
.clean-layout .header .contact-header {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  display: inline-block;
  font-weight: 600;
  text-align: center;
  top: 45px;
}
.clean-layout .header .contact-header .phone {
  margin-right: 30px;
}
.clean-layout .header .contact-header .phone img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.clean-layout .header .contact-header .mail img {
  width: 19px;
  height: 15px;
  margin-right: 10px;
}
.clean-layout .header .navbar-header:after {
  background-color: #fff;
}
.clean-layout #headerPic {
  height: 200px;
}
.clean-layout #header_logo svg path,
.clean-layout #header_logo svg rect {
  fill: #c8d0d3;
}
.clean-layout #menu-1-icon .line span {
  background-color: #000;
}
.clean-layout #menu-2-icon .grid {
  background-color: #000;
  color: #000;
}
.clean-layout h1 {
  font-size: 27px;
  color: #1c1c1c;
}
@media (max-width: 767px) {
  .clean-layout h1 {
    line-height: 1.6em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .clean-layout h1 {
    line-height: 1.8em;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .clean-layout h1 {
    text-align: center;
    line-height: 2.037em;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .clean-layout h1 {
    text-align: center;
    line-height: 2.037em;
  }
}
@media (min-width: 1600px) {
  .clean-layout h1 {
    text-align: center;
    line-height: 2.037em;
  }
}
.clean-layout .select-download-container {
  border-bottom: 1px solid #616262;
}
.clean-layout form select {
  border-color: #616262;
  text-transform: uppercase;
}
.clean-layout form select:focus {
  outline: none;
  box-shadow: none;
}
.visible-xl {
  display: none !important;
}
.visible-xl-inline-block {
  display: none !important;
}
@media (min-width: 1600px) {
  .visible-xl {
    display: block !important;
  }
  table.visible-xl {
    display: table !important;
  }
  tr.visible-xl {
    display: table-row !important;
  }
  th.visible-xl,
  td.visible-xl {
    display: table-cell !important;
  }
  .visible-xl-block {
    display: block !important;
  }
  .visible-xl-inline {
    display: inline !important;
  }
  .visible-xl-inline-block {
    display: inline-block !important;
  }
  .hidden-xl {
    display: none !important;
  }
  .container {
    width: 1570px;
  }
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    float: left;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
}
/* =============================================================================
   Subnavigation
   ========================================================================== */
@media (max-width: 767px) {
  .navbar-header #header_logo {
    top: 87px !important;
    width: 150px !important;
    height: inherit !important;
    transition: opacity 0.3s, visibility 0.3s;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-header #header_logo {
    top: 87px !important;
    width: 150px !important;
    height: inherit !important;
    transition: opacity 0.3s, visibility 0.3s;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-header #header_logo {
    top: 87px !important;
    width: 150px !important;
    height: inherit !important;
    transition: opacity 0.3s, visibility 0.3s;
  }
}
@media (max-width: 767px) {
  .navbar-header #header_logo img {
    max-height: 53px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-header #header_logo img {
    max-height: 53px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-header #header_logo img {
    max-height: 53px;
  }
}
.navbar-header #mobile_logo {
  position: absolute;
  height: 95px;
  opacity: 1;
}
@media (max-width: 767px) {
  .navbar-header #mobile_logo {
    top: 20px;
    left: 15px;
    width: 185px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-header #mobile_logo {
    top: 20px;
    left: 15px;
    width: 185px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-header #mobile_logo {
    top: 20px;
    left: 15px;
    width: 185px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .navbar-header #mobile_logo {
    display: none;
  }
}
@media (min-width: 1600px) {
  .navbar-header #mobile_logo {
    display: none;
  }
}
.menu-open #header_logo {
  visibility: hidden;
  opacity: 0;
}
.subnav-wrapper {
  position: fixed;
  z-index: 1;
  width: 100%;
  transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1);
  transform: translateY(0);
}
@media (max-width: 767px) {
  .subnav-wrapper {
    top: 76px;
    height: 80px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .subnav-wrapper {
    top: 76px;
    height: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .subnav-wrapper {
    top: 76px;
    height: 80px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .subnav-wrapper {
    top: 174px;
    height: 134px;
    overflow: hidden;
  }
}
@media (min-width: 1600px) {
  .subnav-wrapper {
    top: 174px;
    height: 134px;
    overflow: hidden;
  }
}
.subnav-wrapper .subnav {
  transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1);
  transform: translateY(0);
  backface-visibility: hidden;
}
@media (max-width: 767px) {
  .subnav-wrapper .subnav {
    height: 80px;
    background-color: #cccccc !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .subnav-wrapper .subnav {
    height: 80px;
    background-color: #cccccc !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .subnav-wrapper .subnav {
    height: 80px;
    background-color: #cccccc !important;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .subnav-wrapper .subnav {
    height: 104px;
  }
}
@media (min-width: 1600px) {
  .subnav-wrapper .subnav {
    height: 104px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .subnav-wrapper .subnav .subnav-container {
    position: relative;
    max-width: 720px;
    height: 100%;
    margin: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .subnav-wrapper .subnav .subnav-container {
    position: relative;
    max-width: 940px;
    height: 100%;
    margin: auto;
  }
}
.subnav-wrapper .subnav .subnav-toggle {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .subnav-wrapper .subnav .subnav-toggle {
    right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .subnav-wrapper .subnav .subnav-toggle {
    right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .subnav-wrapper .subnav .subnav-toggle {
    right: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .subnav-wrapper .subnav .subnav-toggle {
    display: none;
  }
}
@media (min-width: 1600px) {
  .subnav-wrapper .subnav .subnav-toggle {
    display: none;
  }
}
.subnav-wrapper .subnav .subnav-toggle:active {
  background-color: rgba(255, 255, 255, 0.2);
}
.subnav-wrapper .subnav .subnav-toggle .line-wrapper {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  display: block;
  margin: auto;
  transform: translateY(-50%);
}
.subnav-wrapper .subnav .subnav-toggle .line-wrapper .line {
  display: block;
  width: 20px;
  height: 2px;
  margin: 0 auto 6px auto;
  background-color: #fff;
  transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1);
  transform: rotateZ(0);
}
.subnav-wrapper .subnav .subnav-toggle .line-wrapper .line:first-child {
  transform-origin: left top;
}
.subnav-wrapper .subnav .subnav-toggle .line-wrapper .line:nth-child(2) {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s, visibility 0.3s;
  transform-origin: center center;
}
.subnav-wrapper .subnav .subnav-toggle .line-wrapper .line:last-child {
  margin-bottom: 0;
  transform-origin: left;
}
.subnav-wrapper .subnav .subnav-toggle.is-active .line:first-child {
  transform: rotateZ(45deg) translateX(3px) translateY(-2px);
}
.subnav-wrapper .subnav .subnav-toggle.is-active .line:nth-child(2) {
  visibility: hidden;
  opacity: 0;
}
.subnav-wrapper .subnav .subnav-toggle.is-active .line:last-child {
  margin-bottom: 0;
  transform: rotateZ(-45deg) translateX(3px) translateY(1px);
}
@media (max-width: 767px) {
  .subnav-wrapper .subnav .menu-subnav-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding-top: 80px;
    visibility: hidden;
    background-color: #cccccc;
    opacity: 0;
    transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1), opacity 0.3s, visibility 0.3s;
    transform: translateY(0);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .subnav-wrapper .subnav .menu-subnav-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding-top: 80px;
    visibility: hidden;
    background-color: #cccccc;
    opacity: 0;
    transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1), opacity 0.3s, visibility 0.3s;
    transform: translateY(0);
  }
  .subnav-wrapper .subnav .menu-subnav-container:before,
  .subnav-wrapper .subnav .menu-subnav-container:after {
    display: table;
    content: " ";
  }
  .subnav-wrapper .subnav .menu-subnav-container:after {
    clear: both;
  }
  .subnav-wrapper .subnav .menu-subnav-container:before,
  .subnav-wrapper .subnav .menu-subnav-container:after {
    display: table;
    content: " ";
  }
  .subnav-wrapper .subnav .menu-subnav-container:after {
    clear: both;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .subnav-wrapper .subnav .menu-subnav-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding-top: 80px;
    visibility: hidden;
    background-color: #cccccc;
    opacity: 0;
    transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1), opacity 0.3s, visibility 0.3s;
    transform: translateY(0);
  }
  .subnav-wrapper .subnav .menu-subnav-container:before,
  .subnav-wrapper .subnav .menu-subnav-container:after {
    display: table;
    content: " ";
  }
  .subnav-wrapper .subnav .menu-subnav-container:after {
    clear: both;
  }
  .subnav-wrapper .subnav .menu-subnav-container:before,
  .subnav-wrapper .subnav .menu-subnav-container:after {
    display: table;
    content: " ";
  }
  .subnav-wrapper .subnav .menu-subnav-container:after {
    clear: both;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .subnav-wrapper .subnav .menu-subnav-container {
    display: inline-block;
    transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1);
    transform: translateY(0);
  }
  .subnav-wrapper .subnav .menu-subnav-container:before,
  .subnav-wrapper .subnav .menu-subnav-container:after {
    display: table;
    content: " ";
  }
  .subnav-wrapper .subnav .menu-subnav-container:after {
    clear: both;
  }
  .subnav-wrapper .subnav .menu-subnav-container:before,
  .subnav-wrapper .subnav .menu-subnav-container:after {
    display: table;
    content: " ";
  }
  .subnav-wrapper .subnav .menu-subnav-container:after {
    clear: both;
  }
}
@media (min-width: 1600px) {
  .subnav-wrapper .subnav .menu-subnav-container {
    display: inline-block;
    transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1);
    transform: translateY(0);
  }
  .subnav-wrapper .subnav .menu-subnav-container:before,
  .subnav-wrapper .subnav .menu-subnav-container:after {
    display: table;
    content: " ";
  }
  .subnav-wrapper .subnav .menu-subnav-container:after {
    clear: both;
  }
  .subnav-wrapper .subnav .menu-subnav-container:before,
  .subnav-wrapper .subnav .menu-subnav-container:after {
    display: table;
    content: " ";
  }
  .subnav-wrapper .subnav .menu-subnav-container:after {
    clear: both;
  }
}
@media (max-width: 767px) {
  .subnav-wrapper .subnav .menu-subnav-container.is-active {
    visibility: visible;
    opacity: 1;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .subnav-wrapper .subnav .menu-subnav-container.is-active {
    visibility: visible;
    opacity: 1;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .subnav-wrapper .subnav .menu-subnav-container.is-active {
    visibility: visible;
    opacity: 1;
  }
}
.subnav-wrapper .subnav .menu-contact {
  display: inline-block;
  float: right;
  font-weight: 600;
  color: #fff;
  transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1);
  transform: translateY(0);
}
@media (max-width: 767px) {
  .subnav-wrapper .subnav .menu-contact {
    display: none;
    line-height: 80px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .subnav-wrapper .subnav .menu-contact {
    display: none;
    line-height: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .subnav-wrapper .subnav .menu-contact {
    padding-right: 80px;
    line-height: 80px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .subnav-wrapper .subnav .menu-contact {
    line-height: 104px;
  }
}
@media (min-width: 1600px) {
  .subnav-wrapper .subnav .menu-contact {
    line-height: 104px;
  }
}
.subnav-wrapper .subnav .nav {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .subnav-wrapper .subnav .nav .menu-item {
    display: block;
    line-height: 1.9em;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .subnav-wrapper .subnav .nav .menu-item {
    display: block;
    line-height: 1.9em;
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .subnav-wrapper .subnav .nav .menu-item {
    display: block;
    line-height: 1.9em;
    text-align: center;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .subnav-wrapper .subnav .nav .menu-item {
    display: inline-block;
    margin-right: 40px;
    line-height: 104px;
  }
}
@media (min-width: 1600px) {
  .subnav-wrapper .subnav .nav .menu-item {
    display: inline-block;
    margin-right: 40px;
    line-height: 104px;
  }
}
.subnav-wrapper .subnav .nav .menu-item a {
  font-family: 'Droid Serif', serif;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  outline: none;
  transition: border-bottom 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.subnav-wrapper .subnav .nav .menu-item a:hover,
.subnav-wrapper .subnav .nav .menu-item a:active {
  border-bottom: 1px solid #fff;
}
.subnav-wrapper .subnav .nav .menu-item:last-child {
  margin-right: 0;
}
.subnav-wrapper .subnav .nav .menu-item.active a {
  border-bottom: 1px solid #fff;
}
.subnav-wrapper .breadcrumps {
  width: 100%;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  color: #fff;
  background-color: rgba(55, 68, 95, 0.7);
}
.subnav-wrapper .breadcrumps a {
  color: #fff;
}
.subnav-wrapper .breadcrumps .current-page {
  text-decoration: underline;
}
.subnav-wrapper.scrolled {
  transform: translateY(-207px);
}
.subnav-wrapper.scrolled .subnav {
  transform: translateY(93px);
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .subnav-wrapper.scrolled .subnav .menu-subnav-container {
    transform: translateY(-33px);
  }
}
@media (min-width: 1600px) {
  .subnav-wrapper.scrolled .subnav .menu-subnav-container {
    transform: translateY(-33px);
  }
}
.subnav-wrapper.scrolled .breadcrumps {
  visibility: hidden;
  opacity: 0;
}
.subnav-wrapper.scrolled .menu-contact {
  transform: translateY(-33px);
}
.wohnungen-table {
  text-align: center;
}
@media (max-width: 767px) {
  .wohnungen-table table {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wohnungen-table table {
    font-size: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wohnungen-table table {
    font-size: 16px;
  }
}
.wohnungen-table table thead tr:hover {
  cursor: pointer;
}
.wohnungen-table table thead tr td {
  font-weight: 600;
  line-height: 2em;
  background-color: #f2f2f2;
}
.wohnungen-table table thead tr td:hover {
  background-color: #e5e5e5;
}
.wohnungen-table table thead tr td span {
  display: inline-block;
  line-height: 1.2em;
}
.wohnungen-table table thead tr td span:first-child {
  border-bottom: 1px solid transparent;
}
.wohnungen-table table thead tr td.sorttable_sorted span:first-child,
.wohnungen-table table thead tr td.sorttable_sorted_reverse span:first-child {
  border-bottom: 1px solid #000;
}
.wohnungen-table table thead tr td img {
  width: 7px;
}
.wohnungen-table table tbody tr:hover {
  cursor: pointer;
}
.wohnungen-table table tbody tr:nth-child(odd) {
  background-color: #fff;
}
.wohnungen-table table tbody tr:nth-child(odd) td {
  line-height: 2em;
}
.wohnungen-table table tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}
.wohnungen-table table tbody tr:hover td {
  background-color: #f7f7f7;
}
.wohnungen-table table tbody tr td {
  border-top: 0;
}
.wohnungen-table table tfoot tr td {
  border-top: 0;
  border-bottom: 0;
}
/* =============================================================================
   Layout small
   ========================================================================== */
.small-layout .blaue-folie,
.error404 .blaue-folie {
  display: none;
}
.small-layout .header-image,
.error404 .header-image,
.small-layout #headerPic,
.error404 #headerPic,
.small-layout .hero-wrapper,
.error404 .hero-wrapper {
  overflow: hidden;
}
@media (max-width: 767px) {
  .small-layout .header-image,
  .error404 .header-image,
  .small-layout #headerPic,
  .error404 #headerPic,
  .small-layout .hero-wrapper,
  .error404 .hero-wrapper {
    height: 190px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .small-layout .header-image,
  .error404 .header-image,
  .small-layout #headerPic,
  .error404 #headerPic,
  .small-layout .hero-wrapper,
  .error404 .hero-wrapper {
    height: 190px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .small-layout .header-image,
  .error404 .header-image,
  .small-layout #headerPic,
  .error404 #headerPic,
  .small-layout .hero-wrapper,
  .error404 .hero-wrapper {
    height: 190px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .small-layout .header-image,
  .error404 .header-image,
  .small-layout #headerPic,
  .error404 #headerPic,
  .small-layout .hero-wrapper,
  .error404 .hero-wrapper {
    height: 308px !important;
  }
}
@media (min-width: 1600px) {
  .small-layout .header-image,
  .error404 .header-image,
  .small-layout #headerPic,
  .error404 #headerPic,
  .small-layout .hero-wrapper,
  .error404 .hero-wrapper {
    height: 308px !important;
  }
}
.header .visit {
  position: absolute;
  top: 70px;
  right: 0;
  left: 0;
  z-index: 99;
  max-width: 700px;
  margin: auto;
  margin-left: 32%;
  font-weight: 300;
  line-height: 1.2em;
  color: #fff;
}
.header .visit .icon-visit {
  display: inline-block;
  width: 48px;
  height: 48px;
}
.header .visit .visit-headline {
  font-weight: 600;
}
.parallax-mirror {
  backface-visibility: hidden;
}
.parallax-mirror .parallax-slider {
  backface-visibility: hidden;
  will-change: transform, top;
}
/* =============================================================================
   Single Wohnung
   ========================================================================== */
.single-wohnung #header_text_small,
.error404 #header_text_small,
.small-layout #header_text_small,
.single-haus #header_text_small {
  display: none;
}
.single-wohnung .header .navbar-header:after,
.error404 .header .navbar-header:after,
.small-layout .header .navbar-header:after,
.single-haus .header .navbar-header:after {
  background-color: rgba(55, 68, 95, 0.7);
  opacity: 1;
}
.single-wohnung .header.menu-open .navbar-header:after,
.error404 .header.menu-open .navbar-header:after,
.small-layout .header.menu-open .navbar-header:after,
.single-haus .header.menu-open .navbar-header:after {
  opacity: 0;
}
.single-wohnung .wohnung-headline,
.error404 .wohnung-headline,
.small-layout .wohnung-headline,
.single-haus .wohnung-headline {
  color: #000;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .single-wohnung .wohnung-headline,
  .error404 .wohnung-headline,
  .small-layout .wohnung-headline,
  .single-haus .wohnung-headline {
    font-size: 20px;
    line-height: 2.037em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-wohnung .wohnung-headline,
  .error404 .wohnung-headline,
  .small-layout .wohnung-headline,
  .single-haus .wohnung-headline {
    font-size: 22px;
    line-height: 2.037em;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .single-wohnung .wohnung-headline,
  .error404 .wohnung-headline,
  .small-layout .wohnung-headline,
  .single-haus .wohnung-headline {
    font-size: 27px;
    line-height: 2.037em;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .single-wohnung .wohnung-headline,
  .error404 .wohnung-headline,
  .small-layout .wohnung-headline,
  .single-haus .wohnung-headline {
    font-size: 27px;
    line-height: 2.037em;
  }
}
@media (min-width: 1600px) {
  .single-wohnung .wohnung-headline,
  .error404 .wohnung-headline,
  .small-layout .wohnung-headline,
  .single-haus .wohnung-headline {
    font-size: 27px;
    line-height: 2.037em;
  }
}
.single-wohnung .wohnung-headline .wohnung-subline,
.error404 .wohnung-headline .wohnung-subline,
.small-layout .wohnung-headline .wohnung-subline,
.single-haus .wohnung-headline .wohnung-subline {
  display: block;
  font-weight: 700;
  color: #9d131e;
  text-transform: none;
}
.single-wohnung .wohnung-wrapper,
.error404 .wohnung-wrapper,
.small-layout .wohnung-wrapper,
.single-haus .wohnung-wrapper {
  position: relative;
  padding-bottom: 150px;
}
.single-wohnung .wohnung-wrapper .wohnung-content,
.error404 .wohnung-wrapper .wohnung-content,
.small-layout .wohnung-wrapper .wohnung-content,
.single-haus .wohnung-wrapper .wohnung-content {
  max-width: 950px;
  margin: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-wohnung .wohnung-wrapper .wohnung-content .wohnung-content-wrapper,
  .error404 .wohnung-wrapper .wohnung-content .wohnung-content-wrapper,
  .small-layout .wohnung-wrapper .wohnung-content .wohnung-content-wrapper,
  .single-haus .wohnung-wrapper .wohnung-content .wohnung-content-wrapper {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
  .single-wohnung .wohnung-wrapper .wohnung-content .wohnung-content-wrapper,
  .error404 .wohnung-wrapper .wohnung-content .wohnung-content-wrapper,
  .small-layout .wohnung-wrapper .wohnung-content .wohnung-content-wrapper,
  .single-haus .wohnung-wrapper .wohnung-content .wohnung-content-wrapper {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
  .single-wohnung .wohnung-wrapper .wohnung-content .wohnung-content-wrapper,
  .error404 .wohnung-wrapper .wohnung-content .wohnung-content-wrapper,
  .small-layout .wohnung-wrapper .wohnung-content .wohnung-content-wrapper,
  .single-haus .wohnung-wrapper .wohnung-content .wohnung-content-wrapper {
    margin-left: 8.33333333%;
  }
}
.single-wohnung .wohnung-wrapper .wohnung-content .wohnung-content-wrapper .wohnflaechen,
.error404 .wohnung-wrapper .wohnung-content .wohnung-content-wrapper .wohnflaechen,
.small-layout .wohnung-wrapper .wohnung-content .wohnung-content-wrapper .wohnflaechen,
.single-haus .wohnung-wrapper .wohnung-content .wohnung-content-wrapper .wohnflaechen {
  padding-top: 1.55555556em;
}
.single-wohnung .wohnung-wrapper .wohnung-content .wohnung-content-wrapper .pdf-download,
.error404 .wohnung-wrapper .wohnung-content .wohnung-content-wrapper .pdf-download,
.small-layout .wohnung-wrapper .wohnung-content .wohnung-content-wrapper .pdf-download,
.single-haus .wohnung-wrapper .wohnung-content .wohnung-content-wrapper .pdf-download {
  margin-top: 1.55555556em;
}
.single-wohnung .wohnung-wrapper .wohnung-content .wohnung-content-wrapper .pdf-download a,
.error404 .wohnung-wrapper .wohnung-content .wohnung-content-wrapper .pdf-download a,
.small-layout .wohnung-wrapper .wohnung-content .wohnung-content-wrapper .pdf-download a,
.single-haus .wohnung-wrapper .wohnung-content .wohnung-content-wrapper .pdf-download a {
  color: #333333;
}
.single-wohnung .wohnung-wrapper .wohnung-content .wohnung-content-wrapper .pdf-download img,
.error404 .wohnung-wrapper .wohnung-content .wohnung-content-wrapper .pdf-download img,
.small-layout .wohnung-wrapper .wohnung-content .wohnung-content-wrapper .pdf-download img,
.single-haus .wohnung-wrapper .wohnung-content .wohnung-content-wrapper .pdf-download img {
  width: 20px;
  margin-right: 15px;
}
.single-wohnung .wohnung-controls,
.error404 .wohnung-controls,
.small-layout .wohnung-controls,
.single-haus .wohnung-controls {
  position: fixed;
  top: 50%;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 1400px;
  margin: auto;
  transform: translateY(-50%);
}
.single-wohnung .wohnung-controls .wohnung-prev,
.error404 .wohnung-controls .wohnung-prev,
.small-layout .wohnung-controls .wohnung-prev,
.single-haus .wohnung-controls .wohnung-prev,
.single-wohnung .wohnung-controls .wohnung-next,
.error404 .wohnung-controls .wohnung-next,
.small-layout .wohnung-controls .wohnung-next,
.single-haus .wohnung-controls .wohnung-next {
  position: absolute;
  bottom: 0;
  display: inline-block;
}
.single-wohnung .wohnung-controls .wohnung-prev a,
.error404 .wohnung-controls .wohnung-prev a,
.small-layout .wohnung-controls .wohnung-prev a,
.single-haus .wohnung-controls .wohnung-prev a,
.single-wohnung .wohnung-controls .wohnung-next a,
.error404 .wohnung-controls .wohnung-next a,
.small-layout .wohnung-controls .wohnung-next a,
.single-haus .wohnung-controls .wohnung-next a {
  width: 19px;
  height: 35px;
}
@media (max-width: 767px) {
  .single-wohnung .wohnung-controls .wohnung-prev,
  .error404 .wohnung-controls .wohnung-prev,
  .small-layout .wohnung-controls .wohnung-prev,
  .single-haus .wohnung-controls .wohnung-prev {
    left: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-wohnung .wohnung-controls .wohnung-prev,
  .error404 .wohnung-controls .wohnung-prev,
  .small-layout .wohnung-controls .wohnung-prev,
  .single-haus .wohnung-controls .wohnung-prev {
    left: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .single-wohnung .wohnung-controls .wohnung-prev,
  .error404 .wohnung-controls .wohnung-prev,
  .small-layout .wohnung-controls .wohnung-prev,
  .single-haus .wohnung-controls .wohnung-prev {
    left: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .single-wohnung .wohnung-controls .wohnung-prev,
  .error404 .wohnung-controls .wohnung-prev,
  .small-layout .wohnung-controls .wohnung-prev,
  .single-haus .wohnung-controls .wohnung-prev {
    left: 60px;
  }
}
@media (min-width: 1600px) {
  .single-wohnung .wohnung-controls .wohnung-prev,
  .error404 .wohnung-controls .wohnung-prev,
  .small-layout .wohnung-controls .wohnung-prev,
  .single-haus .wohnung-controls .wohnung-prev {
    left: 0;
  }
}
.single-wohnung .wohnung-controls .wohnung-prev a,
.error404 .wohnung-controls .wohnung-prev a,
.small-layout .wohnung-controls .wohnung-prev a,
.single-haus .wohnung-controls .wohnung-prev a {
  display: inline-block;
  background: url(../img/icon-arrow-left.svg) no-repeat;
}
@media (max-width: 767px) {
  .single-wohnung .wohnung-controls .wohnung-next,
  .error404 .wohnung-controls .wohnung-next,
  .small-layout .wohnung-controls .wohnung-next,
  .single-haus .wohnung-controls .wohnung-next {
    right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-wohnung .wohnung-controls .wohnung-next,
  .error404 .wohnung-controls .wohnung-next,
  .small-layout .wohnung-controls .wohnung-next,
  .single-haus .wohnung-controls .wohnung-next {
    right: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .single-wohnung .wohnung-controls .wohnung-next,
  .error404 .wohnung-controls .wohnung-next,
  .small-layout .wohnung-controls .wohnung-next,
  .single-haus .wohnung-controls .wohnung-next {
    right: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .single-wohnung .wohnung-controls .wohnung-next,
  .error404 .wohnung-controls .wohnung-next,
  .small-layout .wohnung-controls .wohnung-next,
  .single-haus .wohnung-controls .wohnung-next {
    right: 60px;
  }
}
@media (min-width: 1600px) {
  .single-wohnung .wohnung-controls .wohnung-next,
  .error404 .wohnung-controls .wohnung-next,
  .small-layout .wohnung-controls .wohnung-next,
  .single-haus .wohnung-controls .wohnung-next {
    right: 0;
  }
}
.single-wohnung .wohnung-controls .wohnung-next a,
.error404 .wohnung-controls .wohnung-next a,
.small-layout .wohnung-controls .wohnung-next a,
.single-haus .wohnung-controls .wohnung-next a {
  display: inline-block;
  background: url(../img/icon-arrow-right.svg) no-repeat;
}
.single-wohnung .wohnung-pagination,
.error404 .wohnung-pagination,
.small-layout .wohnung-pagination,
.single-haus .wohnung-pagination {
  text-align: center;
  border-top: 1px solid black;
}
@media (max-width: 767px) {
  .single-wohnung .wohnung-pagination .wohnung-pagination-inner,
  .error404 .wohnung-pagination .wohnung-pagination-inner,
  .small-layout .wohnung-pagination .wohnung-pagination-inner,
  .single-haus .wohnung-pagination .wohnung-pagination-inner {
    padding: 15px 15px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-wohnung .wohnung-pagination .wohnung-pagination-inner,
  .error404 .wohnung-pagination .wohnung-pagination-inner,
  .small-layout .wohnung-pagination .wohnung-pagination-inner,
  .single-haus .wohnung-pagination .wohnung-pagination-inner {
    padding: 40px 30px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .single-wohnung .wohnung-pagination .wohnung-pagination-inner,
  .error404 .wohnung-pagination .wohnung-pagination-inner,
  .small-layout .wohnung-pagination .wohnung-pagination-inner,
  .single-haus .wohnung-pagination .wohnung-pagination-inner {
    padding: 40px 60px 0;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .single-wohnung .wohnung-pagination .wohnung-pagination-inner,
  .error404 .wohnung-pagination .wohnung-pagination-inner,
  .small-layout .wohnung-pagination .wohnung-pagination-inner,
  .single-haus .wohnung-pagination .wohnung-pagination-inner {
    padding: 40px 200px 0;
  }
}
@media (min-width: 1600px) {
  .single-wohnung .wohnung-pagination .wohnung-pagination-inner,
  .error404 .wohnung-pagination .wohnung-pagination-inner,
  .small-layout .wohnung-pagination .wohnung-pagination-inner,
  .single-haus .wohnung-pagination .wohnung-pagination-inner {
    padding: 40px 200px 0;
  }
}
.single-wohnung .wohnung-pagination .wohnung-pagination-inner a,
.error404 .wohnung-pagination .wohnung-pagination-inner a,
.small-layout .wohnung-pagination .wohnung-pagination-inner a,
.single-haus .wohnung-pagination .wohnung-pagination-inner a {
  margin: 0 13px;
  font-family: 'Droid Serif', serif;
  color: #9d131e;
  text-decoration: none;
}
@media (max-width: 767px) {
  .single-wohnung .wohnung-pagination .wohnung-pagination-inner a,
  .error404 .wohnung-pagination .wohnung-pagination-inner a,
  .small-layout .wohnung-pagination .wohnung-pagination-inner a,
  .single-haus .wohnung-pagination .wohnung-pagination-inner a {
    font-size: 18px;
    line-height: 1.55555556;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-wohnung .wohnung-pagination .wohnung-pagination-inner a,
  .error404 .wohnung-pagination .wohnung-pagination-inner a,
  .small-layout .wohnung-pagination .wohnung-pagination-inner a,
  .single-haus .wohnung-pagination .wohnung-pagination-inner a {
    font-size: 27px;
    line-height: 2.037em;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .single-wohnung .wohnung-pagination .wohnung-pagination-inner a,
  .error404 .wohnung-pagination .wohnung-pagination-inner a,
  .small-layout .wohnung-pagination .wohnung-pagination-inner a,
  .single-haus .wohnung-pagination .wohnung-pagination-inner a {
    font-size: 27px;
    line-height: 2.037em;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .single-wohnung .wohnung-pagination .wohnung-pagination-inner a,
  .error404 .wohnung-pagination .wohnung-pagination-inner a,
  .small-layout .wohnung-pagination .wohnung-pagination-inner a,
  .single-haus .wohnung-pagination .wohnung-pagination-inner a {
    font-size: 27px;
    line-height: 2.037em;
  }
}
@media (min-width: 1600px) {
  .single-wohnung .wohnung-pagination .wohnung-pagination-inner a,
  .error404 .wohnung-pagination .wohnung-pagination-inner a,
  .small-layout .wohnung-pagination .wohnung-pagination-inner a,
  .single-haus .wohnung-pagination .wohnung-pagination-inner a {
    font-size: 27px;
    line-height: 2.037em;
  }
}
.single-wohnung .wohnung-pagination .wohnung-pagination-inner a.active,
.error404 .wohnung-pagination .wohnung-pagination-inner a.active,
.small-layout .wohnung-pagination .wohnung-pagination-inner a.active,
.single-haus .wohnung-pagination .wohnung-pagination-inner a.active {
  border-bottom: 1px solid #9d131e;
}
.single-wohnung .wohnung-pagination .wohnung-pagination-inner a:hover,
.error404 .wohnung-pagination .wohnung-pagination-inner a:hover,
.small-layout .wohnung-pagination .wohnung-pagination-inner a:hover,
.single-haus .wohnung-pagination .wohnung-pagination-inner a:hover {
  border-bottom: 1px solid #9d131e;
}
.news-item {
  margin-bottom: 200px;
}
.news-item:last-child {
  margin-bottom: 0;
}
.news-item h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Palanquin", Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.news-item .news-gallerie {
  margin-top: 130px;
}
.news-item .news-gallerie .gallerie-item {
  margin-bottom: 60px;
  outline: none;
}
.news-item .news-gallerie .gallerie-item img {
  opacity: 1;
  transition: opacity 0.3s;
}
.news-item .news-gallerie .gallerie-item:hover img {
  opacity: 0.75;
}
/* =============================================================================
   Page Download
   ========================================================================== */
.download-container {
  text-align: center;
}
/* =============================================================================
   Page Single Referenz
   ========================================================================== */
.referenz-projekt .referenz-galerie {
  margin: auto;
}
.referenz-projekt .referenz-galerie .grid-sizer,
.referenz-projekt .referenz-galerie .grid-item {
  float: left;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 25px;
  padding-left: 25px;
}
@media (min-width: 768px) {
  .referenz-projekt .referenz-galerie .grid-sizer,
  .referenz-projekt .referenz-galerie .grid-item {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .referenz-projekt .referenz-galerie .grid-sizer,
  .referenz-projekt .referenz-galerie .grid-item {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .referenz-projekt .referenz-galerie .grid-sizer,
  .referenz-projekt .referenz-galerie .grid-item {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1600px) {
  .referenz-projekt .referenz-galerie .grid-sizer,
  .referenz-projekt .referenz-galerie .grid-item {
    float: none !important;
  }
}
.referenz-projekt .referenz-galerie .grid-item {
  text-align: center;
}
@media (max-width: 767px) {
  .referenz-projekt .referenz-galerie .grid-item {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .referenz-projekt .referenz-galerie .grid-item {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .referenz-projekt .referenz-galerie .grid-item {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .referenz-projekt .referenz-galerie .grid-item {
    margin-bottom: 150px;
  }
}
@media (min-width: 1600px) {
  .referenz-projekt .referenz-galerie .grid-item {
    margin-bottom: 150px;
  }
}
.referenz-projekt .referenz-galerie .grid-item img {
  width: 100%;
  max-width: 600px;
  height: auto;
}
.referenz-projekt .referenz-galerie .gutter-sizer {
  width: 0;
}
@media (max-width: 767px) {
  .referenz-projekt .referenz-highlights {
    padding: 60px 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .referenz-projekt .referenz-highlights {
    padding: 60px 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .referenz-projekt .referenz-highlights {
    padding: 100px 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .referenz-projekt .referenz-highlights {
    padding-top: 500px;
  }
}
@media (min-width: 1600px) {
  .referenz-projekt .referenz-highlights {
    padding-top: 500px;
  }
}
.referenz-projekt .referenz-intro {
  background-color: #c8d0d3;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  color: #616262;
}
@media (max-width: 767px) {
  .referenz-projekt .referenz-intro {
    padding: 60px 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .referenz-projekt .referenz-intro {
    padding: 90px 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .referenz-projekt .referenz-intro {
    padding: 90px 100px;
    margin-top: -132px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .referenz-projekt .referenz-intro {
    padding: 90px 100px;
    margin-top: -132px;
  }
}
@media (min-width: 1600px) {
  .referenz-projekt .referenz-intro {
    padding: 90px 100px;
    margin-top: -132px;
  }
}
@media (max-width: 767px) {
  .referenz-projekt .referenz-intro {
    font-size: 19px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .referenz-projekt .referenz-intro {
    font-size: 22px;
    line-height: 1.85em;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .referenz-projekt .referenz-intro {
    font-size: 22px;
    line-height: 1.85em;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .referenz-projekt .referenz-intro {
    font-size: 27px;
    line-height: 2.037em;
  }
}
@media (min-width: 1600px) {
  .referenz-projekt .referenz-intro {
    font-size: 27px;
    line-height: 2.037em;
  }
}
/* =============================================================================
   Subnav pin logic
   ========================================================================== */
@media (max-width: 767px) {
  body:not(.menu-open) .navbar-header.headroom--pinned {
    transform: translateY(0);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body:not(.menu-open) .navbar-header.headroom--pinned {
    transform: translateY(0);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body:not(.menu-open) .navbar-header.headroom--pinned {
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  body:not(.menu-open) .navbar-header.headroom--unpinned {
    transform: translateY(-100%);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body:not(.menu-open) .navbar-header.headroom--unpinned {
    transform: translateY(-100%);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body:not(.menu-open) .navbar-header.headroom--unpinned {
    transform: translateY(-100%);
  }
}
@media (max-width: 767px) {
  body:not(.menu-open) .subnav-wrapper.headroom--unpinned {
    transform: translateY(-100%);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body:not(.menu-open) .subnav-wrapper.headroom--unpinned {
    transform: translateY(-100%);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body:not(.menu-open) .subnav-wrapper.headroom--unpinned {
    transform: translateY(-100%);
  }
}
.container-inner {
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .container-inner {
    width: 750px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container-inner {
    width: 970px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .container-inner {
    width: 1170px;
  }
}
@media (min-width: 1600px) {
  .container-inner {
    width: 1570px;
    max-width: 1600px;
  }
}
/* =============================================================================
   panorama
   ========================================================================== */
.panorama {
  min-height: 450px;
  border: none;
}
@media (max-width: 767px) {
  .panorama {
    min-height: 350px;
  }
}
/* =============================================================================
   Houses
   ========================================================================== */
.dachzeile-rot,
.kursiv {
  font-family: 'Droid Serif', serif;
}
.kursiv {
  font-style: italic;
  font-size: 27px;
  line-height: 2.037em;
  color: #616262;
}
.dachzeile-rot {
  text-transform: uppercase;
  color: #9d131e;
}
.dachzeile-schwarz {
  font-family: Palanquin, Arial, sans-serif;
  font-weight: 600;
}
.semibold {
  font-weight: 600;
}
.headline-dachzeile {
  text-align: center;
  font-style: normal;
  color: #000;
}
.rot {
  color: #9d131e;
}
.text-serif {
  font-family: 'Droid Serif', serif;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd: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 {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: 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;
}
@-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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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;
  }
}
/*# sourceMappingURL=style.css.map */
