/*!
 * Landkreis Zwickau
 * included:
    * jQuery
    * Bootstrap
    * beatpicker
    * last updated 2015-06-04 15:56
 */
li.noListStyle {
  list-style: none;
}
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
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;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !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) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]: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;
  }
  @page {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th,
  .text-area table td,
  .text-area table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table,
  .text-area table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #444444;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
a {
  color: #4bb7d7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #4bb7d7;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-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: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
p {
  margin: 0 0 10px;
}
.lead p {
  margin-bottom: 20px;
  font-size: 16.1px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead p {
    font-size: 21px;
  }
}
small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #1575b4;
}
.text-warning {
  color: #c09853;
}
.text-danger {
  color: #b94a48;
}
.text-success {
  color: #468847;
}
.text-info {
  color: #3a87ad;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.2;
}
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: #999999;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
h1 small,
.h1 small {
  font-size: 24px;
}
h2 small,
.h2 small {
  font-size: 18px;
}
h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 992px) {
  .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;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.42857143;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 0px;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0px;
}
pre.prettyprint {
  margin-bottom: 20px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12.5px;
  padding-right: 12.5px;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.row {
  margin-left: -12.5px;
  margin-right: -12.5px;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.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,
.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,
.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,
.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 {
  position: relative;
  min-height: 1px;
  padding-left: 12.5px;
  padding-right: 12.5px;
}
.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 {
  float: left;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-12 {
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    max-width: 1015px;
  }
  .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 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1080px;
  }
  .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 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1080px;
  }
  .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 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table,
.text-area table {
  width: 100%;
  margin-bottom: 20px;
}
.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td,
.text-area table thead > tr > th,
.text-area table tbody > tr > th,
.text-area table tfoot > tr > th,
.text-area table thead > tr > td,
.text-area table tbody > tr > td,
.text-area table tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table thead > tr > th,
.text-area 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,
.text-area table caption + thead tr:first-child th,
.text-area table colgroup + thead tr:first-child th,
.text-area table thead:first-child tr:first-child th,
.text-area table caption + thead tr:first-child td,
.text-area table colgroup + thead tr:first-child td,
.text-area table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody,
.text-area table tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table,
.text-area table .text-area 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,
.text-area table thead > tr > th,
.text-area table tbody > tr > th,
.text-area table tfoot > tr > th,
.text-area table thead > tr > td,
.text-area table tbody > tr > td,
.text-area table 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-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.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,
.text-area table > thead > tr > td.active,
.text-area table > tbody > tr > td.active,
.text-area table > tfoot > tr > td.active,
.text-area table > thead > tr > th.active,
.text-area table > tbody > tr > th.active,
.text-area table > tfoot > tr > th.active,
.text-area table > thead > tr.active > td,
.text-area table > tbody > tr.active > td,
.text-area table > tfoot > tr.active > td,
.text-area table > thead > tr.active > th,
.text-area table > tbody > tr.active > th,
.text-area table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.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,
.text-area table > thead > tr > td.success,
.text-area table > tbody > tr > td.success,
.text-area table > tfoot > tr > td.success,
.text-area table > thead > tr > th.success,
.text-area table > tbody > tr > th.success,
.text-area table > tfoot > tr > th.success,
.text-area table > thead > tr.success > td,
.text-area table > tbody > tr.success > td,
.text-area table > tfoot > tr.success > td,
.text-area table > thead > tr.success > th,
.text-area table > tbody > tr.success > th,
.text-area table > tfoot > tr.success > th {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}
.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,
.text-area table > thead > tr > td.danger,
.text-area table > tbody > tr > td.danger,
.text-area table > tfoot > tr > td.danger,
.text-area table > thead > tr > th.danger,
.text-area table > tbody > tr > th.danger,
.text-area table > tfoot > tr > th.danger,
.text-area table > thead > tr.danger > td,
.text-area table > tbody > tr.danger > td,
.text-area table > tfoot > tr.danger > td,
.text-area table > thead > tr.danger > th,
.text-area table > tbody > tr.danger > th,
.text-area table > tfoot > tr.danger > th {
  background-color: #f2dede;
  border-color: #eed3d7;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
  background-color: #ebcccc;
  border-color: #e6c1c7;
}
.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,
.text-area table > thead > tr > td.warning,
.text-area table > tbody > tr > td.warning,
.text-area table > tfoot > tr > td.warning,
.text-area table > thead > tr > th.warning,
.text-area table > tbody > tr > th.warning,
.text-area table > tfoot > tr > th.warning,
.text-area table > thead > tr.warning > td,
.text-area table > tbody > tr.warning > td,
.text-area table > tfoot > tr.warning > td,
.text-area table > thead > tr.warning > th,
.text-area table > tbody > tr.warning > th,
.text-area table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
  background-color: #faf2cc;
  border-color: #f8e5be;
}
@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow: hidden;
  }
  .table-responsive tr:not(.table-separator) {
    border: 1px solid #ddd;
    border-bottom: none;
  }
  .table-responsive tr:not(.table-separator):last-child {
    border-bottom: 1px solid #ddd;
  }
  .table-responsive > .table,
  .table-responsive > .text-area table {
    margin-bottom: 0;
    background-color: #fff;
  }
  .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 > thead > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .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;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  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;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0px;
  -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;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  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"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  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],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  -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: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  -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: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}
.has-success .help-block,
.has-success .control-label {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  -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: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}
.form-control-static {
  margin-bottom: 0;
  padding-top: 7px;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #848484;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.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 .form-group {
  margin-left: -12.5px;
  margin-right: -12.5px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #c0cac8;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #c0cac8;
  background-color: #fff;
  border-color: #c0cac8;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #c0cac8;
  background-color: #ebebeb;
  border-color: #9faeab;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #c0cac8;
}
.btn-primary {
  color: #fff;
  background-color: #1575b4;
  border-color: #12669d;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #115d8f;
  border-color: #0c4366;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #1575b4;
  border-color: #12669d;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-link {
  color: #4bb7d7;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #4bb7d7;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px;
}
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-xs {
  padding: 1px 5px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
  content: "";
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #1575b4;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #1575b4;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.btn-default .caret {
  border-top-color: #c0cac8;
}
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}
.dropup .btn-default .caret {
  border-bottom-color: #c0cac8;
}
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group-xs > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
  padding: 1px 5px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified .btn {
  float: none;
  display: table-cell;
  width: 1%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 0px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 0px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 22px 25px 22px 25px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #4bb7d7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs.nav-justified > li > a {
  border-bottom: 1px solid #ddd;
  margin-right: 0;
}
.nav-tabs.nav-justified > .active > a {
  border-bottom-color: #fff;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 5px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #1575b4;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  border-bottom: 1px solid #ddd;
  margin-right: 0;
}
.nav-tabs-justified > .active > a {
  border-bottom-color: #fff;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.tabbable:after {
  clear: both;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.tabbable:after {
  clear: both;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.nav .caret {
  border-top-color: #4bb7d7;
  border-bottom-color: #4bb7d7;
}
.nav a:hover .caret {
  border-top-color: #4bb7d7;
  border-bottom-color: #4bb7d7;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  z-index: 1000;
  min-height: 62px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
@media (min-width: 992px) {
  .navbar {
    border-radius: 0px;
  }
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 0;
  padding-left: 0;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: 0;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: 0;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 992px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  border-width: 0 0 1px;
}
@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  border-width: 0 0 1px;
}
@media (min-width: 992px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  z-index: 1030;
  top: 0;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}
.navbar-brand {
  float: left;
  padding: 21px 0;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 992px) {
  .navbar > .container .navbar-brand {
    margin-left: 0;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 0;
  padding: 9px 10px;
  margin-top: 14px;
  margin-bottom: 14px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0px;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 10.5px 0;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 21px;
    padding-bottom: 21px;
  }
}
@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 14px;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-btn {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  float: left;
  margin-top: 21px;
  margin-bottom: 21px;
}
@media (min-width: 992px) {
  .navbar-text {
    margin-left: 0;
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #fff;
  border-color: #eeeeee;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #eeeeee;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #ededed;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #eeeeee;
  color: #555;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #eeeeee;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #fff;
  border-radius: 0px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #4bb7d7;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #1575b4;
  border-color: #1575b4;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #fff;
  cursor: not-allowed;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
@media (max-width: 768px) {
  .bx-viewport {
    max-height: 600px;
  }
  .teaser-body-padding {
    width: 100%;
  }
  .media .headSlideImg {
    width: 100%;
  }
  .teaser-body-padding > .media > .media-body {
    height: 387px;
  }
}
@media (max-width: 480px) {
  .bx-viewport {
    max-height: unset;
  }
  /* 
  .media-body{
    height: 293px;
  }
*/
  .col-xs-12 > .media > div.media-body {
    margin: 10px 0 10px !important;
  }
  div.panel-body {
    border-top: none !important;
  }
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #1575b4;
  border-color: #1575b4;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #a1d3f4;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.panel-body:after {
  clear: both;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .text-area table {
  margin-bottom: 0;
}
.panel > .panel-body + .table,
.panel > .panel-body + .text-area table {
  border-top: 1px solid #ddd;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dbdbdb;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dbdbdb;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dbdbdb;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #1575b4;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #1575b4;
  border-color: #1575b4;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #1575b4;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #1575b4;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-warning {
  border-color: #fbeed5;
}
.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #fbeed5;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #fbeed5;
}
.panel-danger {
  border-color: #eed3d7;
}
.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eed3d7;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eed3d7;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 15px;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    left: 50%;
    right: auto;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.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;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.visible-xs {
  display: none !important;
}
tr.visible-xs {
  display: none !important;
}
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm {
  display: none !important;
}
tr.visible-sm {
  display: none !important;
}
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md {
  display: none !important;
}
tr.visible-md {
  display: none !important;
}
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg {
  display: none !important;
}
tr.visible-lg {
  display: none !important;
}
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  tr.hidden-xs {
    display: none !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }
  tr.hidden-xs.hidden-sm {
    display: none !important;
  }
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md {
    display: none !important;
  }
  tr.hidden-xs.hidden-md {
    display: none !important;
  }
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }
  tr.hidden-xs.hidden-lg {
    display: none !important;
  }
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important;
  }
  tr.hidden-sm.hidden-xs {
    display: none !important;
  }
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  tr.hidden-sm {
    display: none !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md {
    display: none !important;
  }
  tr.hidden-sm.hidden-md {
    display: none !important;
  }
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }
  tr.hidden-sm.hidden-lg {
    display: none !important;
  }
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important;
  }
  tr.hidden-md.hidden-xs {
    display: none !important;
  }
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm {
    display: none !important;
  }
  tr.hidden-md.hidden-sm {
    display: none !important;
  }
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }
  tr.hidden-md.hidden-lg {
    display: none !important;
  }
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important;
  }
  tr.hidden-lg.hidden-xs {
    display: none !important;
  }
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm {
    display: none !important;
  }
  tr.hidden-lg.hidden-sm {
    display: none !important;
  }
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md {
    display: none !important;
  }
  tr.hidden-lg.hidden-md {
    display: none !important;
  }
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
  tr.hidden-lg {
    display: none !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
tr.visible-print {
  display: none !important;
}
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print {
    display: none !important;
  }
  tr.hidden-print {
    display: none !important;
  }
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
/**************************************************/
/*****           Allgemeine Elemente          ******/
/**************************************************/
html {
  min-height: 100%;
}
body {
  min-height: 100%;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
}
* html body {
  overflow: auto;
}
a:hover,
a:focus {
  text-decoration: underline;
}
a[id^="a_"] {
  display: block;
  margin-bottom: 100px;
  margin-top: -100px;
  overflow: hidden;
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
}
table {
  width: 100%;
}
table td {
  vertical-align: top;
}
label,
fieldset,
legend {
  margin: 0;
  padding: 0;
  text-indent: 0;
}
input,
select,
textarea {
  vertical-align: middle;
  margin: 0;
  font-size: 14px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  background-image: none;
}
textarea {
  vertical-align: top;
}
.hide {
  display: none;
}
.dl-horizontal dt {
  text-align: left;
}
/* Headlines */
h1,
h2,
h3,
h4 {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  word-wrap: break-word;
  font-weight: 700;
}
h1 {
  font-size: 32px;
  margin: 0;
}
h2 {
  font-size: 20px;
  margin: 0 0 25px 0;
}
h1,
h2,
h4 {
  text-transform: uppercase;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 12px;
}
h3:first-child,
h4:first-child {
  margin-top: 0;
}
#wrapper strong,
#wrapper b {
  font-weight: 700;
}
.category {
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 8px;
}
.redline {
  border-color: #c00 !important;
}
/**************************************************/
/*****              Grundgeruest              *****/
/**************************************************/
#wrapper {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
}
#content-wrapper,
.content-additional {
  padding-top: 25px;
  padding-bottom: 25px;
}
.content-additional img {
  max-width: 148px;
}
/**************************************************/
/*****                 Icons                  *****/
/**************************************************/
.brand-new,
.most-viewed,
.telephone,
.calendar,
.opening-hours,
.download-big,
.download-pdf,
.download {
  padding: 5px 0 5px 40px;
  background-position: left center;
  background-repeat: no-repeat;
}
.sidebar .download-big {
  margin-bottom: 0px;
}
/**************************************************/
/*****       Bootstrap Standard Elemente      *****/
/**************************************************/
.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td,
.text-area table thead > tr > th,
.text-area table tbody > tr > th,
.text-area table tfoot > tr > th,
.text-area table thead > tr > td,
.text-area table tbody > tr > td,
.text-area table tfoot > tr > td {
  border-top-width: 0;
}
.table thead > tr > th,
.text-area table thead > tr > th {
  border-bottom-width: 1px;
}
.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,
.text-area table thead > tr > th,
.text-area table tbody > tr > th,
.text-area table tfoot > tr > th,
.text-area table thead > tr > td,
.text-area table tbody > tr > td,
.text-area table tfoot > tr > td {
  padding: 10px;
}
.text-area .col-lg-12 {
  width: 100%;
}
.container {
  padding-left: 25px;
  padding-right: 25px;
}
/* navbar-toggle Button */
.navbar-toggle .icon-bar {
  width: 20px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 3px;
}
.lead p {
  font-size: 18px;
}
/* Buttons */
#wrapper .btn {
  /* position: absolute; */
  bottom: 0;
  border: none;
  border-top: 1px solid;
  text-align: left;
}
#wrapper .btn.btn-blue {
  border: 0;
  height: 52px;
}
.show-more {
  padding: 10px 0;
  border: 1px solid;
  margin: 20px 0;
}
.show-more > a {
  display: block;
  text-align: center;
}
/* Tabs */
#content .nav-tabs {
  margin: 0 0;
  display: block;
  border-bottom: 0;
}
#content .nav-tabs li {
  padding: 0;
}
#content .nav-tabs li h3 {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
#content .nav-tabs li a {
  margin: 0;
  padding: 15px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
}
#content .nav-tabs li.active a:after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: -7px;
  width: 14px;
  height: 14px;
  border-style: solid;
  border-width: 0 0 1px 1px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#content .tab-pane {
  padding: 20px;
  border: 1px solid;
}
#content #event-meta {
  padding: 20px;
  margin-bottom: 25px;
  border: 1px solid;
}
/* Panel */
.subnavigation .panel {
  border: 0;
}
/* Bootstrap Formulare */
.has-feedback {
  position: relative;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 8px 8px;
  text-align: center;
}
/* Media Element */
.media-heading {
  margin: 15px 0;
}
@media (max-width: 991px) {
  .media > .media-body {
    overflow: visible;
  }
}
/**************************************************/
/*****                 Header                 *****/
/**************************************************/
/* mobile Buttons */
.mobile-button {
  font-size: 18px;
  padding: 8px 10px;
  margin: 0;
}
#header {
  position: relative;
  margin-bottom: 30px;
}
#header.affix {
  left: 0;
  right: 0;
  top: 0;
  position: fixed !important;
  z-index: 1060;
}
@media (max-width: 992px) {
  #header {
    margin: 0;
    padding: 0;
  }
}
#top-header {
  padding-top: 30px;
  padding-bottom: 39px;
}
@media (max-width: 992px) {
  #top-header {
    position: relative;
  }
}
@media (max-width: 992px) {
  #top-header {
    padding: 0;
  }
}
#top-header .searchbox-wrapper {
  margin-top: 25px;
}
@media (max-width: 992px) {
  .mobile-navi-helper {
    height: 62px;
    border-bottom: 1px solid;
  }
}
/* top-header Servicenavigation */
#top-header .servicenavigation {
  text-align: right;
}
#top-header .service-wrapper {
  margin-top: 30px;
}
@media (max-width: 992px) {
  #top-header .service-wrapper {
    display: none !important;
  }
}
@media (min-width: 992px) {
  #top-header .service-wrapper {
    padding-bottom: 10px;
  }
}
.servicenavigation ul {
  padding-left: 0;
}
.servicenavigation ul,
.servicenavigation ul li,
.servicenavigation .col-lg-12,
.servicenavigation .box,
.servicenavigation nav {
  display: inline;
}
.servicenavigation a {
  padding: 0 6px 0 6px;
  font-size: 13px;
  line-height: 13px;
}
#top-header .servicenavigation .col-lg-12 {
  padding: 0;
}
#top-header .servicenavigation .col-lg-12.clearfix:before {
  display: inline !important;
}
/***** Logo *****/
#logo {
  text-align: left;
}
@media (max-width: 992px) {
  #logo img {
    max-height: 61px;
    padding: 10px 0;
  }
}
/***** Suchbox *****/
/* mobile Button */
.search-header .mobile-button.navbar-toggle {
  position: absolute;
  right: 66px;
  line-height: 15px;
  padding: 20px 20px;
  top: 0;
  border: 0;
  border-left: 1px solid;
  border-right: 1px solid;
}
.search-header .navbar-search {
  width: 62px;
  height: 62px;
  text-indent: -99999px;
  background-position: center center;
  background-repeat: no-repeat;
}
.searchform-searchbox-mobile {
  padding: 15px;
}
/* Datepicker */
.datepicker-inline {
  width: 100%;
  padding: 10px 20px 20px;
}
.datepicker-inline thead tr:first-child {
  border-bottom: 1px solid;
  height: 60px;
}
.datepicker-inline .prev {
  background-image: url(../symbole/arrow-left-big.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.datepicker-inline .datepicker-switch {
  font-size: 16px;
}
.datepicker-inline .next {
  background-image: url(../symbole/arrow-right-big.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.datepicker table tr td {
  border: 3px solid;
}
.beatpicker ul li.cell {
  width: 12%;
}
.beatpicker .days .cell-parent li.cell.cell-months,
.days .cell-parent li.cell.cell-years {
  width: 23%;
}
/***** Kopfbild *****/
@media (min-width: 992px) {
  #headimg > div {
    height: 400px;
    overflow: hidden;
  }
  #headimg > div img.headSlideImg {
    height: 400px;
  }
}
/***** Suchbox *****/
.searchbox .search-submit {
  width: 40px;
  border: 0;
  text-indent: -999px;
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
}
.searchbox .search-submit:active,
.searchbox .search-submit:hover {
  background-color: transparent;
}
/***** Schlagwortsuche *****/
#headimg .col-lg-4 .container {
  padding-top: 25px;
}
@media (min-width: 992px) {
  #headimg .col-lg-4 .container {
    padding: 0;
  }
}
#keyword-search {
  padding: 20px 20px 10px 20px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
#wrapper #keyword-search .form-control {
  border: none;
}
/***** PANEL ****/
a.panel-heading {
  display: block;
}
/***** Topic Toggle / Themen-Aufklappen *****/
#headimg .panel-group .panel + .panel {
  margin-top: 2px;
}
#headimg .topic-toggle .panel-heading {
  padding: 15px;
}
@media (min-width: 768px) {
  #headimg .topic-toggle .panel-body {
    /* height: 122px; */
    border-top: 0 !important;
  }
}
.topic-toggle .panel {
  border: 0;
}
/***** Aufklappmenü für Fraktionen, usw. *****/
.standard-toggle {
  margin-bottom: 25px;
}
.standard-toggle .panel-heading {
  padding: 15px;
  border: 1px solid;
  position: relative;
}
.standard-toggle .panel-heading:not(.collapsed):after {
  content: "";
  position: absolute;
  left: 17px;
  bottom: -7px;
  width: 14px;
  height: 14px;
  border-style: solid;
  border-width: 0 0 1px 1px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.standard-toggle .panel {
  border: 0;
}
.standard-toggle .panel-body {
  border-top: 0 !important;
}
.standard-toggle h2 {
  margin: 25px 0 15px 0;
}
.standard-table,
.text-area table {
  border-top: 1px solid;
}
.standard-table td,
.text-area table td {
  border-bottom: 1px solid;
}
/***** Hauptnavigation *****/
.dropdown {
  position: inherit !important;
}
.dropdown-menu {
  z-index: 1;
  border-left: none;
  border-right: none;
  width: 100% !important;
  max-width: 1080px;
}
/* Navbar default */
.navbar {
  position: static;
  margin-bottom: 0;
  min-height: 62px;
}
@media (max-width: 992px) {
  .navbar {
    min-height: 38px;
  }
}
.navbar-default {
  border: none;
}
.navbar-default .dropdown-menu {
  padding: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  width: 1030px;
}
@media screen and (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}
/* .mainnavigation-wrapper */
@media (min-width: 992px) {
  .mainnavigation-wrapper,
  .mainnavigation-wrapper .navbar-default {
    background-repeat: repeat-x;
    background-position: left top;
  }
}
@media (max-width: 992px) {
  .mainnavigation-wrapper {
    border: none;
  }
}
@media (min-width: 992px) {
  .mainnavigation-wrapper {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 100;
  }
}
/* Hauptnavigation */
#mainnav {
  background-repeat: repeat-x;
  /* 1. Ebene */
}
#mainnav ul {
  margin: 0;
}
#mainnav a {
  text-decoration: none;
  z-index: 50;
}
#mainnav > ul > li {
  /* 2. Ebene */
  /* /2. Ebene */
}
#mainnav > ul > li:first-child {
  margin-left: 0;
}
#mainnav > ul > li:after {
  background-position: right center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 62px;
  position: absolute;
  top: 0;
  width: 1px;
}
#mainnav > ul > li:hover:after,
#mainnav > ul > li:hover + :after {
  display: none;
}
#mainnav > ul > li:first-child:after {
  display: none;
}
#mainnav > ul > li a {
  text-transform: uppercase;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-size: 16px;
}
#mainnav > ul > li > a {
  height: 62px;
}
@media (min-width: 992px) {
  #mainnav > ul > li > a:hover,
  #mainnav > ul > li > a:focus {
    background-position: right center;
    background-repeat: repeat-x;
    padding-bottom: 10px;
    position: relative;
    z-index: 1100;
  }
}
#mainnav > ul > li:hover > ul {
  border-top: none;
  top: 99%;
  left: 0;
  z-index: 1000;
  display: block !important;
  padding: 0 25px;
  overflow: hidden;
}
#mainnav > ul > li:hover > ul > li {
  display: block;
  float: left;
  margin-right: 20px;
}
#mainnav > ul > li:hover > ul > li:first-child {
  margin-left: 0;
  padding-left: 0;
}
#mainnav > ul > li:hover > ul > li.col-md-2 {
  width: auto;
  padding: 0;
}
#mainnav > ul > li:hover > ul > li.col-md-2:nth-child(4),
#mainnav > ul > li:hover > ul > li.col-md-2:nth-child(8) {
  margin-right: 0;
}
#mainnav > ul > li:hover > ul > li.col-md-2 a {
  margin-left: 0;
}
#mainnav > ul > li:hover > ul > li a {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 10px;
  line-height: 40px;
  padding: 10px 0;
  padding-right: 15px;
  height: auto;
  min-height: 61px;
  margin-bottom: 0;
  width: 230px;
  position: static;
  letter-spacing: 0;
  display: block;
  background-position: 5px 13px !important;
  background-repeat: no-repeat;
  text-transform: none;
}
#mainnav > ul > li:hover > ul > li a:hover,
#mainnav > ul > li:hover > ul > li a:focus {
  text-decoration: none;
  height: auto !important;
}
/***** Breadcrumb *****/
#page-13 .breadcrumb-wrapper {
  display: none !important;
}
.breadcrumb {
  padding: 0;
  margin-left: 10px;
  float: left;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .breadcrumb-wrapper .col-lg-12 + .col-lg-12 {
    position: absolute;
  }
}
.breadcrumb-wrapper .col-lg-12 + .col-lg-12 .box {
  padding: 21px 21px 24px 21px;
  border-top: 1px solid;
}
.breadcrumb > li + li:first-child {
  content: none;
}
.breadcrumb > li + li:before {
  content: ">\00a0";
}
.breadcrumb-inner h1 {
  padding: 5px 0 25px 0;
}
/***************************************************/
/*****         Navigation                      *****/
/***************************************************/
@media (max-width: 992px) {
  .nav-desktop,
  #submenu {
    display: none;
  }
  .navbar {
    min-height: 0;
  }
}
/* Navbar Button mobil */
@media (min-width: 992px) {
  .nav-mobile {
    display: none;
  }
}
.navbar-default .navbar-button {
  line-height: 15px;
  padding: 23px 23px;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
}
.navbar-default .navbar-button:not(.collapsed) {
  height: 62px;
  width: 67px;
}
.navbar-default .navbar-button:not(.collapsed) > * {
  display: none;
}
.navbar-default .navbar-button:not(.collapsed):after {
  content: "";
  height: 62px;
  left: 0;
  position: absolute;
  top: 0;
  width: 67px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar-default .mobile-button .navbar-button-text {
  position: absolute;
  left: 20px;
  top: 40px;
  text-align: center;
  font-size: 10px;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
}
/* Mobile Navigation  */
#navigation {
  font-size: 16px;
}
#navigation ul,
#navigation li {
  margin: 0;
  padding: 0;
}
#navigation .opener {
  display: inline-block;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
#navigation > ul > li > a {
  display: none;
}
#navigation > ul ul > li > ul {
  display: none;
}
#navigation > ul ul > li.open > ul {
  display: block !important;
}
#navigation > ul > li > ul > li {
  border-bottom: 1px solid;
}
#navigation > ul > li > ul > li a {
  display: block;
  text-decoration: none;
  background-repeat: no-repeat;
}
#navigation > ul > li > ul > li > .opener a,
#navigation > ul > li > ul > li > a {
  padding: 15px 10px 15px 20px;
  margin-right: 55px;
  text-transform: uppercase;
}
#navigation > ul > li > ul > li > .opener {
  background-position: calc(100% - 23px) center;
}
#navigation > ul > li > ul > li.open > .opener {
  background-position: calc(100% - 24px) 25px;
}
#navigation > ul > li > ul > li.open {
  border-bottom: 1px solid;
}
#navigation > ul > li > ul > li.open > .opener a,
#navigation > ul > li > ul > li.open a {
  position: relative;
  border: none;
}
#navigation > ul > li > ul > li.open > a:after,
#navigation > ul > li > ul > li.open > .opener a:after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: -7px;
  width: 14px;
  height: 14px;
  border-style: solid;
  border-width: 0 0 1px 1px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#navigation > ul > li > ul > li > ul > li {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
#navigation > ul > li > ul > li > ul > li:last-child {
  border-bottom: none;
}
#navigation > ul > li > ul > li > ul > li.linkactive > a,
#navigation > ul > li > ul > li > ul > li li.linkactive > a,
#navigation > ul > li > ul > li > ul > li.linkactive > .opener a,
#navigation > ul > li > ul > li > ul > li li.linkactive > .opener a {
  font-weight: 700;
}
#navigation > ul > li > ul > li > ul > li > .opener a,
#navigation > ul > li > ul > li > ul > li > a {
  padding: 15px 10px 15px 20px;
  margin-right: 55px;
}
#navigation > ul > li > ul > li > ul > li > .opener {
  background-position: calc(100% - 24px) center;
}
#navigation > ul > li > ul > li > ul > li.open > .opener {
  background-position: calc(100% - 24px) center;
}
#navigation > ul > li > ul > li > ul > li > ul > li {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
#navigation > ul > li > ul > li > ul > li > ul > li:last-child {
  border-bottom: none;
}
#navigation > ul > li > ul > li > ul > li > ul > li > .opener a,
#navigation > ul > li > ul > li > ul > li > ul > li > a {
  padding: 15px 10px 15px 30px;
}
#navigation > ul > li > ul > li > ul > li > ul > li > .opener {
  background-position: calc(100% - 24px) center;
}
#navigation > ul > li > ul > li > ul > li > ul > li.open > .opener {
  background-position: calc(100% - 24px) center;
}
/* Subnavigation in Sidebar */
.subnavigation ul {
  margin-left: 0;
  padding: 0;
}
.subnavigation-menu ul {
  margin-left: 40px;
  list-style-type: none;
}
.subnavigation-menu > li {
  font-size: 14px;
}
.subnavigation div.panel-body {
  background-image: url(../symbole/subnavi-arrow.png) no-repeat;
  background-position: 30px 0px;
}
.subnavigation .panel-heading {
  position: relative;
}
.subnavigation .panel-heading:after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: -7px;
  width: 14px;
  height: 14px;
  border-style: solid;
  border-width: 0 0 1px 1px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/***************************************************/
/*****         Content Inhaltselemente         *****/
/***************************************************/
#content-total .box {
  margin-bottom: 25px;
}
/***** Standardelemente *****/
#content .box {
  position: relative;
}
#content .box p {
  margin-bottom: 5px;
}
#content .box {
  border: 1px solid;
}
#content .box2 {
  border-bottom: 1px solid;
}
/* Großes Bild */
.img-wide {
  width: 100%;
  margin-bottom: 10px;
}
.img-wide img {
  width: 100%;
}
.caption {
  padding: 5px 10px;
  font-size: 12px;
}
.caption p,
.caption ul,
.caption ol {
  margin-bottom: 5px;
}
/* Video Youtube/myVideo */
#content object {
  max-width: 740px;
}
#content-col3 object {
  max-width: 485px;
}
#content .multicolumnContainer object {
  width: 230px;
  height: 150px;
}
.tx_media .wrapper-video {
  max-width: 853px;
  max-height: 480px;
  overflow: hidden;
}
.tx_media .wrapper-iframe {
  position: relative;
  padding-bottom: 60.4%;
}
.tx_media .wrapper-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 225px;
  min-height: 270px;
  max-width: 853px;
  max-height: 480px;
}
/* iFrame */
.inner-wrapper-iframe {
  height: 0;
  overflow: hidden;
  position: relative;
  padding-bottom: 66%;
}
.inner-wrapper-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/***** Listen *****/
* html #content-wrapper ul,
* html .sidebar ul {
  height: 0;
}
#content-wrapper ul li,
.sidebar ul li {
  padding-bottom: 2px;
  padding-top: 2px;
}
/* Link- und Downloadliste */
.download a,
a.internal-link,
a.external-link-new-window {
  display: inline-block;
}
a.download,
.download a {
  background-position: left 8px;
  background-repeat: no-repeat;
  padding-left: 18px;
}
ul li .download {
  padding-top: 0;
  padding-bottom: 0;
  background-position: 0 2px;
}
.download-info {
  text-transform: uppercase;
}
#wrapper .more,
#wrapper .up,
#wrapper .down,
.at16nc.at16t_email,
#wrapper .mail,
#wrapper a.print {
  padding-left: 10px;
  background-repeat: no-repeat;
  background-position: left 8px;
  display: block;
  text-decoration: none;
  word-wrap: break-word;
  white-space: pre-wrap;
}
#wrapper .btn.more {
  padding-left: 30px;
  background-position: 20px 12px;
}
.at16nc.at16t_email {
  background-position: left 6px;
}
#wrapper .mail,
#wrapper .print a,
#wrapper a.print,
.sidebar .external-link,
#leftcol .external-link {
  padding-left: 20px;
}
#wrapper .more.btn-block {
  display: block;
}
#wrapper .download {
  text-decoration: none;
}
#wrapper .download-pdf p {
  text-transform: uppercase;
}
#wrapper .more:hover,
#wrapper .more a:hover,
#wrapper .download:hover,
#wrapper .email a:hover,
#wrapper .url a:hover,
#footer .csc-menu a:hover {
  text-decoration: underline;
}
/* Linkliste */
.cnt-menu {
  padding-left: 0;
}
.cnt-menu,
.cnt-menu li {
  list-style-type: none;
}
/***** Sitemap *****/
#content .sitemap {
  margin: 25px 0;
  padding-left: 0;
}
#content .sitemap > li:first-child {
  font-size: 16px;
  font-weight: bold;
}
#content .sitemap,
#content .sitemap ul {
  list-style: none;
}
#content .csc-sitemap:after {
  clear: both;
}
#content .csc-sitemap ul:after,
#content .csc-sitemap ul:before {
  content: "";
  display: table;
}
#content .csc-sitemap ul {
  display: block;
  margin: 0;
}
#content .csc-sitemap ul li {
  list-style: none;
  line-height: 16px;
}
.csc-sitemap ul li h3 {
  border-bottom: 1px solid;
  padding: 10px 10px 10px 20px;
  margin-left: -20px;
  margin-right: -20px;
}
#wrapper .csc-sitemap ul li a,
#wrapper .csc-sitemap ul li ul li a {
  text-transform: uppercase;
  display: block;
  padding: 5px 5px 5px 0;
  background-position: 5px 12px;
}
#wrapper .csc-sitemap ul li a:hover,
#wrapper .csc-sitemap ul li a:focus,
#wrapper .csc-sitemap ul li a:active {
  background-color: #005f26;
  color: #fff;
  text-decoration: none;
  padding: 5px 5px 5px 15px;
}
/* 2. Ebene */
#content .csc-sitemap ul ul {
  padding: 10px 10px 0 0;
  min-height: 100px;
}
#content .csc-sitemap ul li ul li {
  float: left;
  display: block;
}
#content .csc-sitemap ul li ul:after {
  clear: both;
}
#content .csc-sitemap ul li ul li a {
  width: 205px;
}
/* 3. Ebene */
#content .csc-sitemap ul ul ul {
  padding: 3px 0 3px 0;
  margin: 0;
  width: 225px;
  background-image: none;
}
/* ... nur wenn dritte Ebene vorhanden, setze min-height */
#content .csc-sitemap ul ul ul.third-level {
  min-height: 310px;
}
#content .csc-sitemap ul li ul li ul li {
  min-height: 20px;
}
#content .csc-sitemap ul li ul li ul li a {
  text-transform: inherit;
  font-size: 12px;
  padding-left: 15px;
  line-height: 20px;
}
/***** Karten allgemein *****/
@media (min-width: 992px) {
  div[id*="map_canvas"],
  div[class*="map_canvas"] {
    height: 651px !important;
  }
}
@media (max-width: 768px) {
  div[id*="map_canvas"],
  div[class*="map_canvas"] {
    height: 351px !important;
  }
}
/***** Tabellen allgemein *****/
.text-area table {
  font-size: inherit;
}
.text-area h1 + .table-responsive > table,
.text-area h2 + .table-responsive > table,
.text-area h3 + .table-responsive > table,
.text-area h4 + .table-responsive > table,
.text-area h5 + .table-responsive > table {
  border-top: 0 none;
}
.text-area .table-responsive:first-child > table {
  border-top: 0 none;
}
.panel .table-responsive {
  overflow: hidden;
}
.panel .table-responsive tr.table-separator {
  height: 20px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.panel .table-responsive tr.table-separator td {
  border: none;
}
.panel .table-responsive td {
  white-space: initial !important;
}
.panel .table-responsive td:first-child {
  width: auto;
}
@media (max-width: 992px) {
  .panel .table-responsive td:first-child {
    width: 30%;
    text-align: left;
  }
}
@media (max-width: 480px) {
  .panel .table-responsive tr {
    width: 100%;
    display: block;
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
  .panel .table-responsive td {
    display: block;
    border: none !important;
  }
  .panel .table-responsive td:first-child {
    padding-bottom: 0;
    width: 100%;
  }
  .panel .table-responsive td:nth-child(2) {
    padding-top: 0;
  }
}
/***** Adressblock Randspalte *****/
.sidebar .vcard {
  padding: 20px 20px;
}
.sidebar .vcard .org {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: 700;
}
#wrapper .email a,
#wrapper .url a {
  padding-left: 20px;
}
/***** Slider allgemein *****/
#content-total .bx-wrapper ul {
  margin-left: 0;
}
.bx-wrapper .bx-controls-direction a {
  z-index: 10 !important;
}
.slide {
  display: none;
}
.bx-wrapper .slide {
  display: block;
}
/***** Headerslider Kopfbereich/Inhalt *****/
.headerslider {
  position: relative;
}
.headerslider .slide {
  display: none;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.headerslider .slide:first-child {
  display: block;
}
@media (min-width: 768px) {
  .headerslider .media .media-body {
    position: absolute;
    top: 0;
    opacity: 0.85;
    left: 25px;
    width: 328px;
    height: 376px;
    border: 1px solid;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    border-bottom-right-radius: 15px;
  }
}
.headerslider .media .media-body .more {
  margin-top: 40px;
  margin-bottom: 20px;
}
/* Controls */
#headimg .headerslider .bx-pager {
  width: 328px;
  bottom: 50px !important;
  left: 25px !important;
  z-index: 999;
}
@media (max-width: 768px) {
  #headimg .headerslider .bx-pager {
    bottom: 5px !important;
    left: 0 !important;
    width: 100%;
  }
}
/***** Teaserslider *****/
#wrapper .teaserslider.teaser-padding {
  padding-bottom: 100px;
}
#wrapper .teaserslider img {
  margin-bottom: 10px;
  max-height: 148px;
  border: 1px solid;
}
.teaserslider .slide {
  width: 148px !important;
}
.teaserslider .bx-viewport {
  height: auto !important;
}
/* Controls */
.bx-wrapper .bx-pager,
.bx-wrapper {
  display: block !important;
  bottom: 25px !important;
  left: 0 !important;
}
.teaserslider .bx-wrapper .bx-controls-direction .bx-prev,
.teaserslider .bx-wrapper .bx-controls-direction .bx-next {
  background-repeat: no-repeat;
  height: 25px;
  width: 14px;
}
.teaserslider .bx-wrapper .bx-controls-direction .bx-prev {
  left: 25px;
}
.teaserslider .bx-wrapper .bx-controls-direction .bx-next {
  right: 25px;
}
.teaserslider .bx-wrapper .bx-controls-direction a {
  top: 90%;
}
/***** Galerie *****/
.teaserslider.gallery-padding {
  padding: 20px 20px 50px 20px;
}
.modal {
  top: 60px;
}
/***** Formularelemente *****/
/* Allgemeine Formularelemente */
.csc-mailform {
  padding: 20px;
  background-repeat: repeat-x;
}
#wrapper div.csc-mailform ol {
  list-style-type: none;
}
#wrapper .csc-mailform li label {
  width: auto;
}
#wrapper .csc-mailform fieldset legend {
  font-size: 14px;
  margin: 0 0 10px 0;
  border: none;
}
/* Korrektur label + checkbox: tauschen */
#wrapper .csc-mailform .csc-form-element-checkbox label {
  float: right;
  width: 95%;
}
.csc-mailform .csc-form-element-checkbox label {
  margin-bottom: 10px;
}
.csc-mailform .csc-form-element-checkbox input[type="checkbox"] {
  margin: 0;
}
.csc-mailform .csc-form-element-checkbox input[type="checkbox"]:after {
  float: none;
  clear: both;
}
.csc-mailform .csc-form-element-checkbox input[type="checkbox"] {
  width: 5%;
}
.csc-mailform input[type="submit"] {
  margin: 10px 0 0 0;
}
/* Confirmation */
#wrapper div.csc-mailform fieldset ol,
#wrapper div.csc-mailform fieldset ol li {
  padding: 0;
  margin: 0;
}
#wrapper div.csc-mailform fieldset ol li {
  display: inline;
}
#wrapper div.csc-mailform fieldset ol li input[name*="confirmation"] {
  width: 49%;
}
#content-wrapper .form-error-message {
  padding: 2px 2px;
  border-style: solid;
  border-width: 1px;
  white-space: normal;
}
#wrapper form input[type="text"],
#wrapper form input[type="password"] {
  height: 38px;
  padding: 0 6px 1px 10px;
  border: 1px solid;
  margin-bottom: 10px;
}
#content form input[type="text"],
#wrapper form input[type="password"] {
  width: 100%;
}
#content-wrapper form textarea {
  width: 100%;
  padding: 5px 5px;
}
#content-wrapper form select {
  height: 38px;
  width: 100%;
  padding: 6px 8px;
  margin-bottom: 10px;
  border: 1px solid;
}
#content-wrapper form label {
  vertical-align: top;
  margin: 0;
}
#content-wrapper form input[type="submit"],
#content-wrapper form button[type="submit"] {
  cursor: pointer;
  height: 38px;
  text-align: center;
  border: 1px solid;
  border-radius: 0;
}
/* Kontaktformular */
.contact-form {
  margin: 25px 0;
}
.contact-form .col-lg-6,
.contact-form .col-md-6,
.contact-form .col-lg-12,
.contact-form .col-md-12,
.contact-form .col-sm-12,
.contact-form .col-xs-12 {
  padding-left: 0;
}
#event-meta .col-lg-3,
#event-meta .col-md-3,
#event-meta .col-lg-6,
#event-meta .col-md-6,
#event-meta .col-lg-12,
#event-meta .col-md-12,
#event-meta .col-sm-12,
#event-meta .col-xs-12 {
  padding-right: 0;
}
/***** Filterbox Veranstaltungen *****/
.filterbox {
  margin-top: -21px;
}
.filterbox .sb_content input[type="submit"],
.filterbox .sb_content button[type="submit"] {
  margin-top: 0;
}
/* Extension form */
#content form li.csc-form-element-textblock {
  margin-top: 10px;
}
#content .csc-form-element-submit {
  text-align: right;
}
/* Kontaktformular */
/***** Teaser *****/
.text-area .col-lg-6 .cnt-default {
  height: 450px;
  overflow: hidden;
}
.text-area .col-lg-4 .cnt-default img {
  /* max-height: 140px; */
}
#page-13 .text-area .col-lg-6 .cnt-default {
  height: 470px;
}
.text-area .col-lg-4 .cnt-default {
  height: 350px;
  overflow: hidden;
}
/* Allgemein */
@media (min-width: 768px) {
  .teaser-text {
    max-height: 60px;
  }
}
.teaser-img {
  display: block;
  width: 148px;
  height: 148px;
  background-position: center center;
  background-repeat: no-repeat;
}
.teaser-img img {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
/*** Teaser mit Abstand nach oben und unten ***/
#content .teaser-padding-bottom {
  padding: 20px 0px;
}
/*** Teaser mit Abstand ringsherum: Bild oben, links oder rechts  ***/
#content .teaser-padding {
  padding: 20px 20px;
}
/*** Padding welches nur für media-body gilt (Kleinere Abstände) ***/
#content .teaser-padding-2 {
  padding: 20px 20px 20px 5px;
}
#content .teaser-padding-left {
  padding: 0 20px;
}
/*** Teaser mit Abstand nur im body und bild ***/
.teaser-body-padding {
  display: table;
}
.teaser-body-padding .media {
  display: table-row;
}
.teaser-body-padding [class^="col-"] {
  float: none !important;
  display: table-cell;
  vertical-align: middle;
}
.teaser-body-padding .media-body {
  vertical-align: top;
}
.teaser-body-padding .media-body {
  padding: 20px 20px;
}
.teaser-body-padding .pull-left {
  border-right: 1px solid;
}
.teaser-body-padding .pull-right {
  border-left: 1px solid;
}
.teaser-body-padding .media > .pull-left,
.teaser-body-padding .media > .pull-right {
  margin: 0;
  text-align: center;
}
.content-additional .box,
.content-additional .box .media .media-body,
.content-additional .box .media .pull-left {
  height: 170px;
}
/* Bürgertelefon */
.teaser-body-padding.hotline h2,
.teaser-body-padding.hotline h3 {
  margin: 0;
}
.teaser-body-padding.hotline .media div[class*="pull-"] {
  font-size: 12px;
}
.teaser-body-padding.hotline .media-body {
  padding: 20px 20px 20px 50px;
  background-position: 10px 20px;
}
.teaser-body-padding.hotline .media-body p {
  font-size: 12px;
  line-height: 20px;
}
.teaser-body-padding.hotline .media .pull-right {
  text-align: center;
}
.teaser-body-padding.hotline .media .pull-right img {
  padding-bottom: 5px;
}
#wrapper .teaser-body-padding.hotline .media .pull-right a.mail {
  padding-top: 40px;
  padding-left: 0;
}
.teaser-body-padding.hotline .media .media {
  display: inline-block;
}
.teaser-body-padding.hotline .media .media .media-body {
  padding: 0;
}
/*** Teaser Listenform ***/
#content .cnt-default.teaser-1 {
  border-right: none;
  border-left: none;
  border-top: none;
  padding-bottom: 5px;
}
#content .teaser-1 .csc-textpic {
  padding: 10px 10px 5px 0;
}
#content .teaser-1 .csc-textpic-imagewrap img {
  /*
      width: 227px;
      height: 148px;
  */
  max-width: 227px;
  /* max-height: 148px; */
  margin-bottom: 10px;
}
div#readspeakerDetails,
div#readspeaker {
  z-index: 99 !important;
}
.teaser-1,
.teaser-1 p,
.teaser-1 span,
.teaser-1 ul li,
.teaser-1 ol li {
  font-family: Adobe Garamond W01, Georgia, sans-serif;
  font-size: 15px;
}
/***************************************************/
/*****                 Footer                  *****/
/***************************************************/
#footer {
  padding-top: 25px;
  padding-bottom: 25px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #footer {
    padding-left: 0;
    padding-right: 0;
  }
  #footer .footer-submenu {
    padding-left: 25px;
    padding-right: 25px;
    max-width: 100%;
  }
}
#footer .row:first-child {
  margin-bottom: 25px;
}
#footer h2 {
  font-size: 14px;
}
#wrapper #footer .csc-menu {
  margin-bottom: 20px;
  padding-left: 0;
}
#wrapper #footer .csc-menu li {
  list-style: none;
  word-wrap: break-word;
}
#wrapper #footer .csc-menu a {
  padding: 2px 0 2px 0;
}
/* Footer Servicenavigation und Copyright */
#footer .servicenavigation ul li a {
  border-left: 1px solid;
}
#footer .servicenavigation ul li:first-child a {
  border: none;
  padding-left: 0;
}
#footer .copyright {
  text-align: right;
}
.footer-shadow {
  background-image: url(../img/admin/shadow.png);
  background-repeat: no-repeat;
  height: 30px;
  background-position: 50% -17px;
  opacity: 0.6;
}
.desktop-footer {
  display: block;
}
@media (max-width: 768px) {
  .desktop-footer {
    display: none;
  }
}
.back-to-top {
  display: block;
}
@media (min-width: 992px) {
  .back-to-top {
    display: none;
  }
}
.back-to-top a {
  display: block;
  text-align: center;
}
/* mobiler Footer */
.mobile-footer {
  border-bottom: 1px solid;
  margin-bottom: 15px;
  display: none;
}
@media (max-width: 768px) {
  .mobile-footer {
    display: none;
  }
}
.mobile-footer .panel-default {
  border: 0;
  border-top: 1px solid;
}
.mobile-footer .panel-group .panel-heading + .panel-collapse .panel-body {
  border: 0;
}
/***************************************************/
/*****           Veranstaltungen               *****/
/***************************************************/
#content .events {
  border-top: 1px solid;
}
#content .events > .event {
  padding: 25px 0;
  border-bottom: 1px solid;
}
.event-date {
  width: 175px;
}
/* Event Heading */
.event-heading {
  text-transform: none;
  margin: 0 !important;
}
.all-events {
  margin-top: 5px;
}
/***************************************************/
/*****    Jira Vorgangssammler                 *****/
/***************************************************/
#atlwdg-trigger {
  z-index: 9999;
}
/*** Hilfsklassen ***/
.helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.img-150 {
  height: 150px;
  width: 150px;
  border: 1px solid;
  line-height: 150px;
  text-align: center;
}
.img-150 > img {
  max-width: 148px;
  max-height: 148px;
  vertical-align: middle;
}
.no-margin {
  margin: 0;
}
/*** Pagination ***/
.letter-paging .pagination {
  margin: 0;
}
.pagination > li > a {
  margin: 0 5px 5px 0;
  padding: 7px 0;
  text-align: center;
  width: 37px;
  height: 37px;
  font-weight: bold;
}
.pager li > a,
.pager li > span {
  border-radius: 0px;
}
.event-button-bar {
  float: right;
}
.event-button {
  float: left;
  margin-left: 10px;
}
/***************************************************/
/*****         Browser-Warnung                 *****/
/***************************************************/
.browser-warning {
  text-align: center;
  width: 100%;
  font-size: 20px;
}
.browser-warning a {
  font-weight: bold;
}
/*** Randspalte ***/
#content .sidebar .teaser-padding h3 {
  word-wrap: normal;
}
@media (max-width: 992px) {
  .sidebar .row .col-xs-12 {
    width: 50%;
  }
  #content .sidebar .teaser-padding {
    display: table;
    padding-left: 10px;
  }
}
@media (max-width: 768px) {
  .sidebar .row .col-xs-12 {
    width: 100%;
  }
  .teaser-body-padding > .media > .media-body {
    height: auto;
  }
}
/**************************************************/
/*****           Allgemeine Elemente          *****/
/**************************************************/
body {
  color: #444444;
  /* IE10 Consumer Preview */
  background-image: -ms-linear-gradient(top, #FFFFFF 5%, #d1e3ef 100%);
  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(top, #FFFFFF 5%, #d1e3ef 100%);
  /* Opera */
  background-image: -o-linear-gradient(top, #FFFFFF 5%, #d1e3ef 100%);
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #FFFFFF), color-stop(1, #d1e3ef));
  /* Webkit (Chrome 11+) */
  background-image: -webkit-linear-gradient(top, #FFFFFF 5%, #d1e3ef 100%);
  /* W3C Markup, IE10 Release Preview */
  background-image: linear-gradient(to bottom, #FFFFFF 5%, #d1e3ef 100%);
}
#header,
#content-wrapper {
  background-color: #ffffff;
}
h1,
h2 {
  color: #444444;
}
h3 {
  color: #1575b4;
}
.img-150 {
  border-color: #dbdbdb;
}
#content #event-meta {
  border-color: #dbdbdb;
  background-color: #f9f9f9;
}
/**************************************************/
/*****                  Icons                 *****/
/**************************************************/
.brand-new {
  background-image: url(../symbole/brand-new.png);
}
.most-viewed {
  background-image: url(../symbole/most-viewed.png);
}
.telephone {
  background-image: url(../symbole/telephone.png);
}
.calendar {
  background-image: url(../symbole/calendar.png);
}
.opening-hours {
  background-image: url(../symbole/clock.png);
}
#wrapper .more {
  background-image: url(../symbole/arrow-right.png);
}
#wrapper .download {
  background-image: url(../symbole/download.png);
}
#wrapper .download-big {
  background-image: url(../symbole/download-big.png);
}
#wrapper .download-pdf {
  background-image: url(../symbole/pdf.png);
}
#wrapper .down {
  background-image: url(../symbole/arrow-down.png);
}
#wrapper .down.collapsed.more {
  background-image: url(../symbole/arrow-down.png);
}
#wrapper .btn {
  background-color: #f9f9f9;
  border-color: #dbdbdb;
}
#wrapper .btn.btn-blue {
  background-image: url(../img/admin/btn-bg.png);
  background-repeat: repeat-x;
  color: #fff;
}
#wrapper .btn.btn-blue:hover {
  color: #dbdbdb;
}
#wrapper .btn:hover {
  color: #4bb7d7;
}
#wrapper .down.collapsed.btn-success {
  background: url(../symbole/arrow-down-white.png) 20px center no-repeat, url(../img/admin/btn-success-bg.png) left bottom;
  background-color: #33683c;
}
#wrapper .up.btn-success {
  background: url(../symbole/arrow-up-white.png) 20px center no-repeat, url(../img/admin/btn-success-bg.png) left bottom;
  background-color: #33683c;
}
#wrapper .print a,
#wrapper a.print {
  background-image: url(../symbole/icon-print.png);
}
#content .box,
#content .box2 {
  border-color: #dbdbdb;
}
/**************************************************/
/*****       Bootstrap datepicker             *****/
/**************************************************/
.datepicker-inline thead tr:first-child {
  border-color: #dbdbdb;
}
.datepicker-inline .datepicker-switch {
  color: #1575b4;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #4bb7d7;
  color: #fff;
}
.datepicker table tr td {
  background-color: #dbdbdb;
  border-color: #fff;
  color: #4bb7d7;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  background-color: #f9f9f9;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  background-color: #b5d66d;
  text-decoration: underline;
}
.beatpicker {
  background-color: #fff;
}
.beatpicker .button {
  background-color: #4bb7d7 !important;
}
.beatpicker .main-nav .button:hover {
  background-color: #4bb7d7 !important;
}
.beatpicker .main-nav .current-indicator:hover {
  background-color: #4bb7d7;
}
.beatpicker .main-nav .button:hover {
  background-color: #4bb7d7;
}
.beatpicker .days .cell-parent li.cell {
  background-color: #dbdbdb;
}
.beatpicker .days .cell-parent li.cell.not-notable {
  background-color: #f9f9f9;
}
.beatpicker .days .cell-parent li.cell:hover {
  background-color: #b5d66d;
  color: #fff !important;
}
.beatpicker .days .cell-parent li.cell.selected-date {
  background-color: #b5d66d;
}
.beatpicker .days .cell.notable-today {
  background-color: #4bb7d7 !important;
  color: #fff;
}
/**************************************************/
/*****       Bootstrap Standard Elemente      *****/
/**************************************************/
/* Tabs */
#content .nav-tabs li a {
  background-image: url(../img/admin/tab-default-bg.png);
}
#content .nav-tabs li a {
  border-color: #dbdbdb;
  color: #4bb7d7;
}
#content .nav-tabs li.active a {
  background-image: url(../img/admin/collapse-bg.png);
  color: #fff;
}
#content .nav-tabs li.active a:after {
  border-bottom-color: #dbdbdb;
  border-left-color: #dbdbdb;
  border-right-color: rgba(0, 0, 0, 0);
  border-top-color: rgba(0, 0, 0, 0);
  background-color: #1575b4;
}
#content .tab-pane {
  border-color: #dbdbdb;
  background-color: #f9f9f9;
}
/**************************************************/
/*****       Bootstrap Standard Elemente      *****/
/**************************************************/
/* Buttons */
.btn-success,
.btn-success:hover,
.btn-success:active,
.btn-success:focus {
  background: url(../img/admin/btn-success-bg.png) left bottom;
  background-color: #33683c;
}
.btn-yellow,
input[type="submit"] {
  color: #000000;
  background-color: #F2DF34;
  border-color: #fff !important;
}
.btn-yellow:hover,
input[type="submit"]:hover,
.btn-yellow:active,
input[type="submit"]:active,
.btn-yellow.disabled,
.btn-yellow[disabled] {
  color: #000;
  background-color: #F2DF34;
  *background-color: #003bb3;
}
.show-more {
  background-color: #f9f9f9;
  border-color: #dbdbdb;
}
/* Panel */
.panel-default > .panel-heading {
  background-color: #fff;
}
#headimg .topic-toggle .panel-heading {
  color: #1575b4;
}
#headimg .topic-toggle .panel-heading h4 {
  background-image: url(../symbole/minus-blue.png);
  background-repeat: no-repeat;
  background-position: 100%;
}
#headimg .topic-toggle .panel-heading.collapsed {
  background-image: url(../img/admin/collapse-light-bg.png);
  background-repeat: repeat-x;
  background-position-y: 50%;
  color: #fff;
}
#headimg .topic-toggle .panel-heading.collapsed h4 {
  background-image: url(../symbole/plus-white.png);
}
#headimg .topic-toggle .panel-body {
  padding: 0 15px;
  background-color: #fff;
}
.subnavigation .panel-heading {
  border: 1px solid #dbdbdb;
  background-image: url("../img/admin/mainnavigation-bg-hover.png");
}
.subnavigation .panel-heading .panel-title {
  color: #fff;
}
.subnavigation .panel-heading:after {
  border-bottom-color: #dbdbdb;
  border-left-color: #dbdbdb;
  border-right-color: rgba(0, 0, 0, 0);
  border-top-color: rgba(0, 0, 0, 0);
  background-color: #1575b4;
}
/***** Aufklappmenü *****/
.standard-toggle .panel {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.standard-toggle .panel-heading {
  color: #fff;
  border-color: #dbdbdb;
  background-image: url(../img/admin/collapse-bg.png);
  background-position-y: 50%;
  background-size: 100% 100%;
}
.standard-toggle .panel-heading h4 {
  background-image: url(../symbole/minus-white.png);
  background-position: 0%;
  background-repeat: no-repeat;
  padding-left: 40px;
}
.standard-toggle .panel-heading.collapsed {
  background-image: url(../img/admin/collapse-grey-bg.png);
  color: #1575b4;
}
.standard-toggle .panel-heading.collapsed h4 {
  background-image: url(../symbole/plus-blue.png);
}
.standard-toggle .panel-heading:after {
  border-bottom-color: #dbdbdb;
  border-left-color: #dbdbdb;
  border-right-color: rgba(0, 0, 0, 0);
  border-top-color: rgba(0, 0, 0, 0);
  background-color: #1575b4;
}
.standard-table td,
.media table td,
.text-area table td {
  border-color: #dbdbdb;
}
/**************************************************/
/*****                 Header                 *****/
/**************************************************/
/* Servicenavigation */
#top-header .servicenavigation a {
  color: #969595;
}
/***** Suchbox *****/
/* Search icon */
.searchbox .search-submit,
.search-header .mobile-button.navbar-toggle {
  border-color: #c0cac8;
}
.searchbox .search-submit {
  background-image: url(../symbole/search-submit.png);
}
/***** Schlagwortsuche *****/
#keyword-search {
  background-color: #96c259;
  background-image: url(../img/admin/keyword-search-bg.png);
}
#keyword-search .form-group {
  margin-bottom: 0;
}
#keyword-search .form-control {
  color: #fff;
  background-color: #a9d155;
}
#keyword-search h2 {
  color: #fff;
}
#keyword-search .search-submit {
  background-image: url(../symbole/search-submit-white.png);
}
/***** Subnavigation ******/
.subnavigation-menu {
  color: #4bb7d7;
}
.subnavigation a {
  color: #153375;
}
.subnavigation .active {
  color: #4bb7d7;
}
/***** Hauptnavigation *****/
/* Hauptnavigation */
/* .mainnavigation-wrapper */
@media (min-width: 992px) {
  .mainnavigation-wrapper,
  .mainnavigation-wrapper .navbar-default {
    background-image: url(../img/admin/mainnavigation-wrapper-bg.png);
    background-color: #173980;
  }
}
#mainnav {
  /* 1. Ebene */
}
#mainnav > ul > li {
  /* 2. Ebene */
}
#mainnav > ul > li:hover {
  background-repeat: repeat;
  background-position: 0 0 !important;
  background: #278bc2;
  /* Old browsers */
  background-image: url(../img/admin/mainnavigation-bg-hover.png);
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI3OGJjMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE4JSIgc3RvcC1jb2xvcj0iIzIzODdjMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU0JSIgc3RvcC1jb2xvcj0iIzE1NzhiYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZjY2YjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #278bc2 0%, #2387c0 18%, #1578ba 54%, #0f66b2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #278bc2), color-stop(18%, #2387c0), color-stop(54%, #1578ba), color-stop(100%, #0f66b2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #278bc2 0%, #2387c0 18%, #1578ba 54%, #0f66b2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #278bc2 0%, #2387c0 18%, #1578ba 54%, #0f66b2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #278bc2 0%, #2387c0 18%, #1578ba 54%, #0f66b2 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #278bc2 0%, #2387c0 18%, #1578ba 54%, #0f66b2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#278bc2', endColorstr='#0f66b2', GradientType=0);
  /* IE6-8 */
}
#mainnav > ul > li:after {
  background-image: url(../img/admin/navbar-pipe.png);
}
#mainnav > ul > li a {
  color: #ffffff;
}
#mainnav > ul > li.active > a {
  color: #4bb7d7;
  background-color: rgba(0, 0, 0, 0);
}
#mainnav > ul > li.active > a:hover {
  color: #fff;
}
#mainnav > ul > li > a:hover {
  background-color: rgba(0, 0, 0, 0);
}
#mainnav > ul > li > ul {
  background-color: #0f67b2;
}
#mainnav > ul > li > ul > li a:active,
#mainnav > ul > li > ul > li.active a {
  color: #4bb7d7;
}
#mainnav > ul > li > ul > li a {
  border-bottom-color: #3681c0;
  background-color: rgba(0, 0, 0, 0);
}
#mainnav > ul > li > ul > li a:hover {
  background-image: url("../symbole/arrow-right-big-white.png");
  background-position: right center !important;
  background-size: 10px auto;
}
/***** Breadcrumb *****/
.breadcrumb span.active,
.you-are-here,
.breadcrumb > li + li:before {
  color: #969595;
}
/***************************************************/
/*****         Content Inhaltselemente         *****/
/***************************************************/
/***** Subnavigation / Mobile Navigation *****/
/* Navbar Button mobil */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #1575b4;
}
.navbar-default .navbar-toggle:not(.collapsed) {
  background-color: #274c8b;
  background-position: 0 2px;
  background-image: url("../img/admin/mainnavigation-wrapper-bg.png");
  background-repeat: repeat-x;
}
.navbar-default .navbar-toggle:not(.collapsed):after {
  background-image: url("../symbole/plus-white.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.navbar-default .navbar-toggle .navbar-default .search-submit,
.search-header .navbar-search {
  background-image: url(../symbole/search-submit.png);
}
@media (max-width: 992px) {
  .mobile-navi-helper {
    border-color: #dbdbdb;
  }
}
/* Mobile Navigation und Subnavigation Russisch */
#navigation li {
  list-style: none;
}
#navigation ul li a {
  border-color: #3681c0;
  color: #fff;
}
#navigation ul > li.haschild .opener {
  background-image: url(../symbole/plus-white.png);
}
#navigation ul > li.haschild.open > .opener {
  background-image: url(../symbole/minus-white.png);
}
#navigation > ul > li > ul > li {
  background-color: #153375;
  border-color: #3B578F;
}
#navigation > ul > li > ul > li.open {
  border-color: #3681c0;
}
#navigation > ul > li > ul > li.open > .opener a:after,
#navigation > ul > li > ul > li.open a:after {
  border-bottom-color: #153375;
  border-left-color: #153375;
  border-right-color: rgba(0, 0, 0, 0);
  border-top-color: rgba(0, 0, 0, 0);
  background-color: #153375;
}
#navigation > ul > li > ul > li > ul {
  border-color: #3681c0;
}
#navigation > ul > li > ul > li > ul > li {
  background-color: #0f67b2;
  border-bottom-color: #3681c0;
}
#navigation > ul > li > ul > li > ul > li a {
  color: #fff;
}
#navigation > ul > li > ul > li > ul > li.haschild > .opener a {
  background-image: none;
}
#navigation > ul > li > ul > li > ul > li > ul {
  border-color: #3681c0;
}
#navigation > ul > li > ul > li > ul > li > ul > li {
  background-color: #3681c0;
  border-bottom-color: #4A94C9;
}
#navigation > ul > li > ul > li > ul > li > ul > li a {
  color: #fff;
}
#navigation > ul > li > ul > li > ul > li > ul > li.haschild .opener > a {
  background-image: none;
}
/* Submenu */
#submenu {
  border-color: #c0cac8;
}
#submenu ul li a {
  border-color: #c0cac8;
  color: #000;
}
#submenu ul li.linkactive a {
  background-color: blue;
  color: #fff;
}
#submenu ul li.linkactive ul li a {
  background-color: #f9f9f9;
  color: blue;
}
/* Ebene 2 */
#submenu ul li ul li a {
  color: #000000;
}
#submenu ul li ul li a:hover,
#submenu ul li ul li a:focus {
  color: #fff;
  background-color: blue;
  background-image: none;
}
#submenu ul li.haschild ul li.haschild a:hover,
#submenu ul li.haschild ul li.hachild a:focus,
#submenu ul li.haschild.open ul li.haschild.open a:hover {
  color: #fff;
  background-color: blue;
  background-image: url(../symbole/arrow-right-white.png);
}
#submenu ul li.haschild.open ul li.haschild.open a {
  background-image: url(../symbole/arrow-down.png);
}
/* Ebene 2: Zustand aktiv */
#submenu ul li.haschild.open ul li.haschild.linkactive a,
#submenu ul li.haschild.open ul li.haschild.linkactive:hover > a #submenu ul li.haschild.open ul li.haschild.linkactive:hover a,
#submenu ul li.haschild.open ul li.haschild.linkactive:focus a,
#submenu ul li.haschild.open ul li.haschild.open a:hover {
  background-image: url(../symbole/arrow-down-white.png);
  background-color: blue;
  color: #fff;
}
/* Ebene 3 */
#submenu ul li.haschild.open ul li.haschild.open ul li.haschild.open a {
  background-image: url(../symbole/arrow-down.png);
}
#submenu ul li.haschild.open ul li.haschild.linkactive ul li a {
  background-color: #f9f9f9;
  color: blue;
  background-image: none;
}
#submenu ul li.haschild.open ul li.haschild.open ul li.haschild.linkactive a,
#submenu ul li.haschild.open ul li.haschild.open ul li.haschild.linkactive a:hover,
#submenu ul li.haschild.open ul li.haschild.open ul li.haschild.open > a:hover {
  background-image: url(../symbole/arrow-down-white.png);
  background-color: blue;
  color: #fff;
}
#submenu ul li.haschild.open ul li.haschild.linkactive a:hover,
#submenu ul li.haschild.open ul li.haschild.linkactive a:focus,
#submenu ul li.haschild.open ul li.haschild.open ul li a:hover,
#submenu ul li.haschild.open ul li.haschild.linkactive ul li a:focus {
  color: #fff;
  background-color: blue;
  background-image: none;
}
#submenu ul li.haschild.open ul li.haschild.linkactive ul li a,
#submenu ul li.haschild.open ul li.haschild.open ul li a {
  background-image: none;
}
#submenu ul li.haschild.open ul li.haschild.linkactive ul li.haschild a:hover,
#submenu ul li.haschild.open ul li.hachild.linkactive ul li.haschild a:focus,
#submenu ul li.haschild.open ul li.haschild.open ul li.haschild a:hover {
  color: #fff;
  background-color: blue;
  background-image: url(../symbole/arrow-right-white.png);
}
/* Ebene 4 */
#submenu ul li.haschild.open ul li.haschild.open ul li.haschild.open a {
  background-image: url(../symbole/arrow-down.png);
}
#submenu ul li.haschild.open ul li.haschild.open ul li.haschild.linkactive ul li a {
  background-color: #f9f9f9;
  color: blue;
  background-image: none;
}
#submenu ul li.haschild.open ul li.haschild.open li.haschild.linkactive ul li a:hover,
#submenu ul li.haschild.open ul li.haschild.open ul li.haschild.linkactive ul li a:focus {
  color: #fff;
  background-color: blue;
  background-image: none;
}
#submenu ul li.haschild.open ul li.haschild.open ul li.haschild.open ul li.haschild.linkactive a,
#submenu ul li.haschild.open ul li.haschild.open ul li.haschild.open ul li.haschild.linkactive a:hover,
#submenu ul li.haschild.open ul li.haschild.open ul li.haschild.open ul li.haschild.linkactive:hover > a,
#submenu ul li.haschild.open ul li.haschild.open ul li.haschild.open ul li.haschild.open > a:hover {
  background-image: url(../symbole/arrow-down-white.png);
  background-color: blue;
  color: #fff;
}
#submenu ul li.haschild.open ul li.haschild.open ul li.haschild.linkactive ul li a,
#submenu ul li.haschild.open ul li.haschild.open ul li.haschild.open ul li a {
  background-image: none;
}
#submenu ul li.haschild.open ul li.haschild.open ul li.haschild.linkactive ul li.haschild a:hover,
#submenu ul li.haschild.open ul li.haschild.open ul li.hachild.linkactive ul li.haschild a:focus,
#submenu ul li.haschild.open ul li.haschild.open ul li.haschild.open ul li.haschild a:hover {
  color: #fff;
  background-color: blue;
  background-image: url(../symbole/arrow-right-white.png);
}
/* Ebene 5 */
#submenu ul li.haschild.open ul li.haschild.open ul li.haschild.open ul li.haschild.open a {
  background-image: url(../symbole/arrow-down.png);
}
#submenu ul li.haschild.open ul li.haschild.open ul li.haschild.open ul li.haschild.linkactive ul li a {
  background-color: #f9f9f9;
  color: blue;
  background-image: none;
}
#submenu ul li.haschild.open ul li.haschild.open ul li.haschild.open li.haschild.linkactive ul li a:hover,
#submenu ul li.haschild.open ul li.haschild.open ul li.haschild.open ul li.haschild.linkactive ul li a:focus {
  color: #fff;
  background-color: blue;
  background-image: none;
}
#submenu ul li.haschild.open ul li.haschild.open ul li.haschild.open ul li.haschild.open ul li.haschild.linkactive a,
#submenu ul li.haschild.open ul li.haschild.open ul li.haschild.open ul li.haschild.open ul li.haschild.linkactive a:hover,
#submenu ul li.haschild.open ul li.haschild.open ul li.haschild.open ul li.haschild.open ul li.haschild.linkactive:hover > a,
#submenu ul li.haschild.open ul li.haschild.open ul li.haschild.open ul li.haschild.open ul li.haschild.open a:hover {
  background-color: blue;
  color: #fff;
}
#submenu ul li.haschild.open ul li.haschild.open ul li.haschild.open ul li.haschild.linkactive ul li a,
#submenu ul li.haschild.open ul li.haschild.open ul li.haschild.open ul li.haschild.open ul li a {
  background-image: none;
}
#submenu ul li.haschild.open ul li.haschild.open ul li.haschild.open ul li.haschild.linkactive ul li.haschild a:hover,
#submenu ul li.haschild.open ul li.haschild.open ul li.haschild.open ul li.hachild.linkactive ul li.haschild a:focus,
#submenu ul li.haschild.open ul li.haschild.open ul li.haschild.open ul li.haschild.open ul li.haschild a:hover {
  color: #fff;
  background-color: blue;
  background-image: url(../symbole/arrow-right-white.png);
}
/* Großes Bild */
.caption {
  background-color: #f9f9f9;
}
/***** Teaser *****/
/*** Teaser mit Abstand nur im body und bild ***/
.teaser-body-padding .pull-left,
.teaser-body-padding .pull-right {
  border-color: #dbdbdb;
}
/* Bürgertelefon */
.teaser-body-padding.hotline .media div[class*="pull-"] {
  background-color: #f9f9f9;
}
#wrapper .teaser-body-padding.hotline .media .pull-right a {
  color: inherit;
}
/***** Adressblock Randspalte *****/
#wrapper .mail {
  background-image: url(../symbole/mail.png);
}
#wrapper .url a,
.sidebar .external-link,
#leftcol .external-link {
  background-image: url(../symbole/icon-link-external.png);
}
/* Link- und Downloadliste */
/***** Formularelemente *****/
/* Allgemeine Formularelemente */
#wrapper form input[type="text"],
#wrapper form input[type="password"],
#content-wrapper form input[type="submit"],
#content-wrapper form button[type="submit"],
#wrapper form select,
#wrapper textarea {
  border-color: #c0cac8;
}
/* Kontaktformular */
.csc-mailform {
  background-image: url(../img/admin/sb_content_bg.png);
  background-color: #dedede;
}
/*** Download Link ***/
.download {
  background-image: url(../symbole/download.png);
}
/**** Headerslider Kopfbereich/Inhalt *****/
.headerslider .media .media-body.original-grau {
  background-color: #c3c3c3;
  border-color: #c3c3c3;
}
.headerslider .media .media-body.dunkel-grau {
  background-color: #767676;
  border-color: #767676;
}
.headerslider .media .media-body.hummel-orange {
  background-color: #e15825;
  border-color: #e15825;
}
.headerslider .media .media-body.original-orange {
  background-color: #ee9b1d;
  border-color: #ee9b1d;
}
.headerslider .media .media-body.bienen-gelb {
  background-color: #f2c500;
  border-color: #f2c500;
}
.headerslider .media .media-body.original-gruen {
  background-color: #8fb727;
  border-color: #8fb727;
}
.headerslider .media .media-body.frosch-gruen {
  background-color: #669a38;
  border-color: #669a38;
}
.headerslider .media .media-body.original-hellblau {
  background-color: #4bb7d7;
  border-color: #4bb7d7;
}
.headerslider .media .media-body.original-blau {
  background-color: #153375;
  border-color: #153375;
}
.headerslider .media .media-body.slider-red {
  background-color: #cd2a20;
  border-color: #cd2a20;
}
.headerslider .media .media-body,
.headerslider .media .media-body a,
.headerslider .media .media-body h2,
.headerslider .media .media-body h3 {
  color: #fff;
}
#wrapper .headerslider .media .media-body a.more {
  background-image: url(../symbole/arrow-right-white.png);
}
/* Controls */
#headimg .headerslider .bx-wrapper .bx-pager.bx-default-pager a {
  background-color: #fff !important;
  opacity: 0.7;
}
#headimg .headerslider .bx-wrapper .bx-pager.bx-default-pager a:hover,
#headimg .headerslider .bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #fff !important;
  opacity: 1.0;
}
/***** Galerie *****/
.ekko-lightbox .glyphicon-chevron-left {
  background-image: url("../symbole/arrow-left-big-white.png");
}
.ekko-lightbox .glyphicon-chevron-right {
  background-image: url("../symbole/arrow-right-big-white.png");
}
/***** Teaserslider *****/
#wrapper .teaserslider img {
  border-color: #dbdbdb;
}
/* Controls */
.bx-wrapper .bx-pager.bx-default-pager a {
  background-color: #b7e2ef !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #4bb7d7 !important;
}
.teaserslider .bx-wrapper .bx-controls-direction .bx-prev {
  background-image: url(../symbole/arrow-left-big.png);
}
.teaserslider .bx-wrapper .bx-controls-direction .bx-next {
  background-image: url(../symbole/arrow-right-big.png);
}
/***** News / Veranstaltungen *****/
#content .events,
#content .events .event {
  border-color: #dbdbdb;
}
#content .pagebrowser .browsebox span:hover {
  background-color: #b60000;
}
#content .pagebrowser .browsebox .active {
  color: #b60000;
}
/* Newsarchiv */
/* Newsarchiv  */
#content .news-archive-tabs h2 {
  background: none;
}
/* Pagebrowser Veranstaltungen */
#content-wrapper .tx-seminars-pi1-browsebox table td:hover {
  background-color: #b60000;
}
#content-wrapper .tx-seminars-pi1-browsebox table td.tx-seminars-pi1-browsebox-SCell a {
  color: #b60000;
}
/***** Leiste Social Bookmarks Addthis *****/
@media (min-width: 992px) {
  #socials #quick-access-box {
    background-image: url(../img/admin/quick-access-wrapper-bg.png);
    border-color: #c0cac8;
  }
}
/***************************************************/
/*****             Responsive Tabellen         *****/
/***************************************************/
.table-responsive tr.table-separator {
  border-bottom-color: black !important;
}
@media (max-width: 768px) {
  .panel .table-responsive tr {
    border-color: #ddd;
  }
}
/***************************************************/
/*****             Content Additional          *****/
/***************************************************/
.content-additional {
  background-color: #dbdbdb;
}
.content-additional .box {
  background-color: #fff;
}
/***************************************************/
/*****                 Footer                  *****/
/***************************************************/
#footer {
  background: transparnt;
}
#footer h2,
#footer a {
  color: #1575b4;
}
/* Footer Servicenavigation und Copyright */
#footer .servicenavigation ul li a {
  border-color: #444444;
}
/* mobiler Footer */
.mobile-footer {
  border-color: #fff;
}
.mobile-footer .panel {
  background-color: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mobile-footer .panel-default {
  border-color: #fff;
}
.mobile-footer .panel-heading {
  color: #153375;
  background-color: transparent;
}
.mobile-footer .panel-heading h4 {
  background-image: url(../symbole/minus-blue.png);
  background-repeat: no-repeat;
  background-position: 0%;
  padding-left: 40px;
}
.mobile-footer .panel-heading.collapsed h4 {
  background-image: url(../symbole/plus-blue.png);
}
.mobile-footer .panel-body {
  background-color: transparent;
}
/***************************************************/
/*****         Browser-Warnung                 *****/
/***************************************************/
.browser-warning {
  background-color: #ee9b1d;
  color: #fff;
}
.browser-warning a {
  color: #fff;
}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  padding: 4px;
  border-radius: 4px;
  direction: ltr;
  /*.dow {
		border-top: 1px solid #ddd !important;
	}*/
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker th.datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.input-group.date .input-group-addon i {
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: solid #cccccc;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.428571429;
}
.beatpicker {
  box-shadow: 0 3px 2px #eee;
  -moz-box-shadow: 0 3px 2px #eee;
  -o-box-shadow: 0 3px 2px #eee;
  -webkit-box-shadow: 0 3px 2px #eee;
  background-color: #f8f8f8;
  color: #373737;
  font-family: Trebuchet MS;
  font-size: 13px;
  height: auto;
  min-width: 200px;
  padding: 4px;
  position: absolute;
  width: 250px;
  border: 1px solid #e1e1e1;
  border-bottom: 3px solid #cfcfcf;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline-style: none;
  z-index: 9999;
}
.beatpicker .button {
  background-color: #3994c5;
  border: medium none;
  color: #ebebeb;
  cursor: pointer;
  display: inline-block;
  font: bold 12px/2 arial, tahoma, sans-serif;
  margin: 0 2px;
  padding: 5px;
  text-align: center;
  text-decoration: none;
}
.beatpicker .button:hover {
  background-color: #257eae;
}
.beatpicker-inputnode {
  background-position: right center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.beatpicker ul {
  margin: 0;
  padding: 0;
}
.beatpicker ul.cell-parent,
.beatpicker li.cell {
  list-style: none outside none;
}
.beatpicker ul.cell-parent {
  margin: 0 auto;
  width: 100%;
}
.beatpicker li.cell {
  float: left;
  margin: 1%;
  padding: 2%;
  text-align: center;
  width: 8%;
  white-space: nowrap;
}
.beatpicker .days .cell-parent li.cell {
  cursor: pointer;
  transition: background-color 0.09s linear 0;
}
.beatpicker .days .cell-parent li.cell.cell-months,
.days .cell-parent li.cell.cell-years {
  padding: 7% 5.5%;
  width: 12%;
}
.beatpicker .days .cell-parent li.cell:hover {
  background-color: #d35d5d;
  color: #fff !important;
  font-weight: bold;
}
.beatpicker .main-nav {
  background-color: #41a9cc;
  height: 30px;
  margin: 0 auto;
  padding: 2px;
  position: relative;
}
.beatpicker .main-nav .button {
  background-color: transparent;
  font-family: inherit;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  padding: 2px 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 14%;
}
.beatpicker .main-nav .button:hover {
  background-color: #257eae;
}
.beatpicker .main-nav .button.next {
  right: 0;
}
.beatpicker .main-nav .button.prev {
  left: 0;
}
.beatpicker .days .cell-parent li.cell.date-disabled.between-range {
  background-color: #f2dfa0;
  color: #4b4b4b;
}
.beatpicker .days .cell-parent li.cell.date-disabled:hover {
  background-color: #c2c2c2;
  color: #fff;
}
.beatpicker .days .cell-parent li.cell.not-notable {
  color: #ababab;
}
.beatpicker .days .cell-parent li.cell.date-disabled,
.days .cell-parent li.cell.not-notable.date-disabled {
  color: #c6c6c6;
}
.beatpicker .days .cell.notable-today {
  background-color: #4184a9;
  color: #fff;
  font-weight: bold;
}
.beatpicker .days .cell-parent li.cell.not-notable.notable-today:hover {
  color: #9d9d9d !important;
}
.beatpicker .days .cell-parent li.cell.not-notable.notable-today {
  background-color: transparent;
  box-shadow: 0 0 0 1px #47758e inset;
  color: #9d9d9d;
}
.beatpicker .days .cell-parent li.cell.selected-date {
  background-color: #f79851;
  color: #fff;
  font-weight: bold;
}
.beatpicker .days .cell-parent li.cell.selected-date.notable-today {
  box-shadow: 0 0 0 2px #d08451 inset;
}
.beatpicker .days .cell-parent li.cell.between-range {
  background-color: #efd069;
}
.beatpicker .days .cell-parent li.cell.between-range:hover {
  background-color: #d35d5d;
}
.beatpicker .days .cell.notable-today.between-range {
  box-shadow: 0 0 0 2px #4184a9 inset;
  color: #3d3d3d;
}
.beatpicker .days .cell-parent li.cell.between-range.not-notable {
  color: #292929;
}
.beatpicker .main-nav .current-indicator {
  background-color: transparent;
  color: #fff;
  font-family: arial;
  font-size: 12px;
  left: 14%;
  width: 72%;
}
.beatpicker .main-nav .current-indicator:hover {
  background-color: #bb5050;
}
.beatpicker .footer {
  background-color: #fff;
  border-top: 1px solid #e1e1e1;
  display: inline-block;
  margin-bottom: -4px;
  margin-left: -4px;
  padding: 0 4px 4px;
  position: relative;
  width: 100%;
}
.beatpicker .footer input.date-input[type="text"] {
  float: left;
  height: 23px;
  margin: 0 -1px 0 0;
  padding: 0;
  width: 81%;
}
.beatpicker input[type="text"] {
  border: 1px solid #d2d2d2;
  color: #737373;
  font-family: inherit;
  margin: 0 1px;
  padding: 4px;
}
.beatpicker .footer .button.today,
.beatpicker .footer .button.date-input-button {
  height: 25px;
  margin-top: 5px;
  padding: 0;
  width: 25%;
}
.beatpicker .goto-date-parent.goto-date-container {
  float: right;
  margin-top: 5px;
  width: 65%;
}
.beatpicker .footer .button.date-input-button {
  float: left;
  margin: 0;
  width: 15%;
}
.beatpicker .footer .button.today {
  margin-left: 2%;
}
.beatpicker input[type="text"]::-moz-placeholder {
  color: #959595;
  font-size: 74%;
  opacity: 1;
  text-transform: lowercase;
}
.beatpicker input[type="text"]::-webkit-input-placeholder {
  color: #959595;
  font-size: 74%;
  opacity: 1;
  text-transform: lowercase;
}
.beatpicker input[type="text"]:-moz-placeholder {
  color: #959595;
  font-size: 74%;
  opacity: 1;
  text-transform: lowercase;
}
.beatpicker input[type="text"]:-ms-input-placeholder {
  color: #959595;
  font-size: 74%;
  opacity: 1;
  text-transform: lowercase;
}
/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  /* position: relative; */
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  -moz-box-shadow: 0 0 5px #ccc;
  /* left: -5px; */
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
  display: none;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../symbole/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 2px 2px 5px #000;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  /* background: url(images/controls.png) no-repeat 0 -32px; */
}
.bx-wrapper .bx-next {
  right: 10px;
  /* background: url(images/controls.png) no-repeat -43px -32px; */
}
.bx-wrapper .bx-prev:hover {
  /* background-position: 0 0; */
}
.bx-wrapper .bx-next:hover {
  /* background-position: -43px 0; */
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
#mediathek {
  width: 100%;
  margin-top: -25px;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: .8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  outline: 0;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 1046;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
@media all and (max-width: 900px) {
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
#tiles {
  list-style-type: none;
  position: relative;
  margin: 0;
  padding: 0;
}
#tiles li {
  width: 200px;
  background-color: #dbdbdb;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  display: none;
  cursor: pointer;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: inset 1px 1px 0 rgba(220, 220, 220, 0.25), 1px 1px 2px rgba(59, 59, 59, 0.26);
  padding: 0 !important;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#tiles li img {
  width: 100%;
  height: auto;
  display: block;
}
#tiles li img p {
  color: #666;
  font-size: 14px;
  font-family: sans-serif;
  line-height: 1.231;
  text-align: left;
  line-height: 25px;
  overflow: hidden;
  margin: 2px 10px 10px;
  height: 40px;
}
.wookmark-placeholder {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-color: #eee;
  border: 1px solid #dedede;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#youmax,
.youmax {
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  font-family: Calibri;
  font-size: 14px;
  text-align: center;
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
}
.youmax-video-list-title {
  color: #1575b4;
  display: inline-block;
  font-weight: 700;
  overflow: hidden;
  font-family: Calibri;
  font-size: 14px;
  height: 22px;
  float: left;
  width: 100%;
  padding-left: 5px;
}
.youmax-video-list-views {
  color: #555;
  display: inline-block;
  font-size: 12px;
  float: left;
}
.youmax-duration {
  background-color: #000;
  color: #fff;
  padding: 2px 3px;
  font-weight: 700;
  position: absolute;
  bottom: 52px;
  right: 0;
  opacity: 1;
  line-height: normal;
}
.youmax-definition {
  background-color: #000;
  color: #fff;
  padding: 2px 3px;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  line-height: normal;
}
#youmax-lightbox {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 100;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
}
#youmax-video-lightbox {
  opacity: 1;
}
#youmax-iframe-holder {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 480px;
}
.youmax-loading {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 120px;
  height: 30px;
  color: #fff;
  font-size: 30px;
}
#youmax-video-list-div {
  width: 100%;
  text-align: left;
  display: inline-block;
  background-color: #fff;
}
#youmax-tabs {
  text-align: left;
  background-color: #fff;
  margin-top: 22px;
  margin-bottom: 10px;
  width: 100%;
}
.youmax-tab {
  background-image: url(../img/admin/tab-default-bg.png);
  border: 1px solid #dbdbdb;
  color: #4bb7d7;
  display: inline-block;
  margin: 10px 5px 5px 0;
  cursor: pointer;
  height: 23px;
  overflow: hidden;
  box-sizing: content-box;
  border-radius: 2px;
  font-size: 16px;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0;
  line-height: 1.42857;
  margin-right: 10px;
}
.youmax-tab:last-child {
  margin-right: 0;
}
.youmax-tab:hover {
  cursor: pointer;
}
.youmax-tab:hover,
.youmax-tab-hover {
  color: #fff;
  background-image: url(../img/admin/mainnavigation-bg-hover.png);
}
.youmax-tab-hover,
.youmax-tab-hover:hover {
  cursor: default;
}
#youmax-load-more-div {
  width: 100%;
  height: 40px;
  line-height: 1;
  background-color: #dbdbdb;
  color: #666;
  text-shadow: 0 1px 0 #fff;
  cursor: pointer;
  border: 0;
  outline: 0;
  font-size: 15px;
  font-weight: 900;
  line-height: 1px;
  border-radius: 0;
}
#youmax-load-more-div:hover {
  color: #fff;
  background-image: url("../img/admin/mainnavigation-bg-hover.png");
  text-shadow: none;
}
#youmax-load-more-div .youmax-load-more-div-click {
  color: #fff !important;
  background-color: #1b7fcc !important;
  text-shadow: none !important;
}
#youmax-select {
  width: 90%;
  font-size: 14px;
  margin-top: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: auto;
  padding: 8px;
  outline: 0;
  background-color: #e8e8e8;
}
#youmax-select > option {
  background: #fff;
  color: #5a5a5a;
  cursor: pointer;
}
#youmax-select-box {
  display: none;
}
#youmax-encloser {
  margin-top: 25px;
}
.youmax-popup-show-button {
  z-index: 1046;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
}
.youmax-load-more-comments-clicked {
  background-color: #1b7fcc !important;
}
.youmax-comment-textbox {
  width: 70%;
  height: 40px;
  margin: 5px;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #d6d6d6;
  background: #fff;
}
.youmax-add-comment-button {
  margin: 5px;
  width: 15%;
  height: 40px;
  box-sizing: border-box;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  background-color: #1b7fcc;
  background-image: -webkit-linear-gradient(top, transparent, transparent);
  border: 1px solid transparent;
  color: #fff;
  text-shadow: none;
  border-radius: 2px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  margin-right: 16px;
  line-height: 1;
  vertical-align: bottom;
}
.youmax-from {
  display: inline-block;
  width: 100%;
  float: left;
}
.youmax-from-img {
  width: 40px;
  height: 40px;
  background-size: cover;
  background-position: center center;
  display: inline-block;
  float: left;
  border-radius: 40px;
}
.youmax-from-name {
  display: inline-block;
  line-height: 40px;
  float: left;
  margin-left: 12px;
  font-size: 16px;
  color: #000;
}
.youmax-comment-content {
  text-align: left;
  margin-top: 10px;
  display: inline-block;
  overflow: hidden;
  float: left;
  font-size: 15px;
  color: #666;
  line-height: 18px;
}
.youmax-published {
  display: inline-block;
  line-height: 40px;
  float: right;
  margin-right: 12px;
  color: #6b7cb5;
  font-size: 14px;
}
#youmax-encloser-comment-holder {
  display: hidden;
  width: 100%;
}
.youmax-video-comment {
  display: inline-block;
  width: 80%;
  margin: 10px;
  background: #e6e6e6;
  padding: 15px 15px;
  box-shadow: inset 1px 1px 0 rgba(220, 220, 220, 0.25), 1px 1px 2px rgba(59, 59, 59, 0.26);
}
.youmax-comment {
  background: #e6e6e6;
  display: inline-block;
  width: 100%;
}
.youmax-encloser-comment-wrapper-popup {
  position: absolute;
  z-index: 1046;
}
.youmax-encloser-comment-holder-popup {
  background: #fff;
  padding: 20px 0;
}
#youmax-encloser-comment-wrapper {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
#youmax-encloser-comments {
  width: 100%;
  display: inline-block;
}
.youmax-show-button,
.youmax-more-button {
  color: #fff;
  background-color: #7a7a7a;
  text-shadow: 0 0;
  width: 150px;
  height: 25px;
  line-height: 25px;
  border-radius: 2px;
  text-shadow: none;
}
.youmax-show-button:hover,
.youmax-more-button:hover {
  background-color: #1b7fcc !important;
}
#youmax-showing-title {
  margin-top: 20px;
  width: 100%;
}
#youmax-showing-title .youmax-tab {
  width: 100%;
  box-sizing: border-box;
  height: auto;
  margin: 0;
  padding: 6px;
}
.youmax-playlist-video-count {
  font-size: 20px;
  font-weight: 700;
}
.youmax-playlist-line {
  width: 40%;
  border: 2px solid #dadada;
  display: inline-block;
}
.youmax-playlist-line-wrapper {
  font-size: 7px;
  margin-top: 4px;
  line-height: 9px;
}
.youmax-playlist-video-count-box {
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 85px;
  line-height: 20px;
}
.youmax-playlist-video-count-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 30%;
  text-align: center;
}
.fluid-width-video-wrapper {
  width: 100%;
  position: relative;
  padding: 0;
}
.fluid-width-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.youmax-loading-comments-div,
.youmax-loading-div {
  margin: 50px 0;
  display: inline-block;
  width: 100%;
  font-size: 16px;
}
#youmax-search-holder {
  padding: 0 12px;
  height: 26px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.85);
  margin-top: 45px;
  margin-right: 30px;
  border-radius: 8px;
  overflow: hidden;
}
#youmax-search-box {
  background-color: rgba(0, 0, 0, 0);
  margin: 0 !important;
  vertical-align: top;
  height: 24px;
  border: 0;
  color: #000;
  outline: 0;
  font: 14px Calibri;
  padding-left: 0;
}
.youmax-search-icon {
  font-size: 14px !important;
  vertical-align: top;
  margin-top: 5px;
  margin-left: 5px;
  color: #000;
}
.youmax-not-found {
  text-align: center;
}
#subscription-tab {
  float: right;
  cursor: pointer;
}
#subscription-tab:hover {
  color: #fff;
  background-image: url(../img/admin/mainnavigation-bg-hover.png);
}
#subscription-tab:hover a {
  color: #fff;
  text-decoration: none;
}
#youmax-header {
  display: none;
}
#youmax-select-box {
  display: none !important;
}
#youmax-encloser-comment-wrapper {
  display: none;
}
#youmax-video-list-div #tiles li > img {
  height: 174px;
}
.youmax-video-list-views {
  display: none;
}
#tiles li > p {
  height: 25px;
}
#youmax-load-more-div {
  box-sizing: content-box;
  padding: 0;
  width: 100%;
}
@media all and (max-width: 1000px), screen and (max-device-width: 1000px) {
  #mediathek {
    margin-right: 0;
  }
  .sidebar {
    margin-top: 10px;
  }
  #youmax-load-more-div {
    margin-top: -10px;
  }
}
@media all and (max-width: 610px), screen and (max-device-width: 610px) {
  #youmax-tabs {
    width: 100%;
    box-sizing: content-box;
  }
  #youmax-video-list-div {
    height: auto !important;
  }
  #youmax-video-list-div #tiles {
    margin-top: 10px;
  }
  #youmax-video-list-div #tiles li {
    position: relative !important;
    left: 0px !important;
    right: 0px !important;
    top: 0 !important;
    width: 100% !important;
    margin-bottom: 10px;
  }
  #youmax-video-list-div #tiles li > img {
    height: auto !important;
  }
  #youmax-load-more-div {
    margin-top: 0;
  }
}
@media all and (max-width: 370px), screen and (max-device-width: 360px) {
  .youmax-tab {
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 1%;
  }
  .youmax-tab:last-child {
    margin-right: 0;
  }
}
/*!
 * Lightbox for Bootstrap 3 by @ashleydw
 * https://github.com/ashleydw/lightbox
 *
 * License: https://github.com/ashleydw/lightbox/blob/master/LICENSE
 */
.ekko-lightbox-container {
  position: relative;
}
.ekko-lightbox-nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}
.ekko-lightbox-nav-overlay a {
  z-index: 100;
  display: block;
  width: 50%;
  width: calc(50% + 60px);
  height: 100%;
  padding-top: 45%;
  font-size: 30px;
  color: #fff;
  text-shadow: 2px 2px 4px #000;
  opacity: 0;
  filter: dropshadow(color=#000000, offx=2, offy=2);
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.ekko-lightbox-nav-overlay a:empty {
  width: 50%;
  width: calc(50% + 60px);
}
.ekko-lightbox a:hover {
  text-decoration: none;
  opacity: 1;
}
.ekko-lightbox .modal-body {
  padding: 0;
}
.ekko-lightbox .modal-footer {
  margin-top: 0;
}
.ekko-lightbox .glyphicon-chevron-left {
  background-repeat: no-repeat;
  background-position: center left 20px;
}
.ekko-lightbox .glyphicon-chevron-right {
  background-repeat: no-repeat;
  background-position: center right 20px;
}
.ekko-lightbox .glyphicon-chevron-left {
  margin-left: -60px;
  float: left;
  padding-left: 15px;
  text-align: left;
}
.ekko-lightbox .glyphicon-chevron-right {
  margin-right: -60px;
  float: right;
  padding-right: 15px;
  text-align: right;
}
.ekko-lightbox .modal-footer {
  text-align: left;
}
/* Table */
ul.tabletolist {
  border-bottom: 2px solid #eee;
  font-size: 14px;
  margin: 0 0 20px 0;
}
/* Image */
ul.tabletolist img {
  max-width: 100%;
}
/* Table with no row headers */
ul.tabletolist.nrh {
  border-bottom: 2px solid #ddd;
}
/* Table with no row headers columns */
ul.tabletolist.nrh > li {
  border-top: 2px solid #ddd;
}
/* Table defaults */
ul.tabletolist,
ul.tabletolist > li > ul {
  padding: 0 !important;
  list-style: none !important;
}
/* Inner list */
ul.tabletolist > li > ul {
  margin: 0 !important;
}
/* Table titles */
ul.tabletolist > li .titles {
  background-color: #bbb;
  display: block;
  color: #fff;
  padding: 10px;
  font-weight: 800;
}
/* Table rows */
ul.tabletolist > li > ul > li {
  font-weight: 200;
  border-bottom: 1px solid #eee;
  padding: 10px;
}
/* Table rows hover */
ul.tabletolist > li > ul > li:hover {
  background-color: #efefef;
}
/* Table last child row */
ul.tabletolist > li > ul > li:last-child {
  border-bottom: none;
}
/* Table row header */
ul.tabletolist ul > li .row_headers {
  font-size: 12px;
  max-width: 40%;
  float: left;
  margin-right: 3%;
}
/* Table row data */
ul.tabletolist ul > li .row_data {
  float: right;
  font-weight: 800;
  max-width: 57%;
  text-align: right;
}
/* Clearfix */
ul.tabletolist > li > ul > li {
  *zoom: 1;
}
ul.tabletolist > li > ul > li:before,
ul.tabletolist > li > ul > li:after {
  content: " ";
  display: table;
}
ul.tabletolist > li > ul > li:after {
  clear: both;
}
/* Html table row data */
ul.tabletolist ul > li .row_data.html {
  font-weight: 400;
}
ul.tabletolist ul > li .row_data.html ul {
  list-style-type: disc;
}
