/* COLOR */
/*
Unterschiedliche Grautöne
80/80/80
110/110/110
135/135/135
185/185/185
230/230/230
*/
/* GRID */
.container {
  min-width: 320px;
}
/* NAVBAR */
/* ------------------------------------------------------------ */
/**/
/* ------------------------------------------------------------ */
/* ------------------------------------------------------------ */
/* Z-INDEX */
/* FORM */
/* TOOLTIP */
/* BLOCKQUOTE */
/* TYPE */
/* HR */
hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* 
	Responsive Text Alignment 
	https://gist.github.com/ohryan/b9593841c024c033783d
*/
.text-xs-left {
  text-align: left;
}
.text-xs-right {
  text-align: right;
}
.text-xs-center {
  text-align: center;
}
.text-xs-justify {
  text-align: justify;
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-justify {
    text-align: justify;
  }
}
@media (min-width: 984px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-justify {
    text-align: justify;
  }
}
@media (min-width: 1160px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-justify {
    text-align: justify;
  }
}
.pull-right-xs {
  float: right !important;
}
.pull-left-xs {
  float: left !important;
}
@media (min-width: 768px) {
  .pull-right-sm {
    float: right !important;
  }
  .pull-left-sm {
    float: left !important;
  }
}
@media (min-width: 984px) {
  .pull-right-md {
    float: right !important;
  }
  .pull-left-md {
    float: left !important;
  }
}
@media (min-width: 1160px) {
  .pull-right-lg {
    float: right !important;
  }
  .pull-left-lg {
    float: left !important;
  }
}
/* columns of same height styles */
.row-full-height {
  height: 100%;
}
.col-full-height {
  height: 100%;
  vertical-align: middle;
}
.row-same-height {
  display: table;
  width: 100%;
  /* fix overflow */
  table-layout: fixed;
}
.col-xs-height {
  display: table-cell;
  float: none !important;
}
@media (min-width: 768px) {
  .col-sm-height {
    display: table-cell;
    float: none !important;
  }
}
@media (min-width: 984px) {
  .col-md-height {
    display: table-cell;
    float: none !important;
  }
}
@media (min-width: 1160px) {
  .col-lg-height {
    display: table-cell;
    float: none !important;
  }
}
/* vertical alignment styles */
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}
.no-gutter [class*="col-"] {
  padding: 0;
}
.no-gutter .row {
  margin: 0 !important;
}
.no-offset {
  overflow: hidden;
}
.no-offset .row {
  margin: 0 10px;
}
.no-offset.no-gutter {
  padding: 0;
}
@media (max-width: 768px) {
  .no-gutter-xs [class*="col-"] {
    padding: 0;
  }
  .no-gutter-xs .row {
    margin: 0 !important;
  }
  .no-offset-xs {
    overflow: hidden;
  }
  .no-offset-xs .row {
    margin: 0 10px;
  }
  .no-offset-xs.no-gutter-xs {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 984px) {
  .no-gutter-sm [class*="col-"] {
    padding: 0;
  }
  .no-gutter-sm .row {
    margin: 0 !important;
  }
  .no-offset-sm {
    overflow: hidden;
  }
  .no-offset-sm .row {
    margin: 0 10px;
  }
  .no-offset-sm.no-gutter-sm {
    padding: 0;
  }
}
@media (min-width: 984px) and (max-width: 1160px) {
  .no-gutter-md [class*="col-"] {
    padding: 0;
  }
  .no-gutter-md .row {
    margin: 0 !important;
  }
  .no-offset-md {
    overflow: hidden;
  }
  .no-offset-md .row {
    margin: 0 10px;
  }
  .no-offset-md.no-gutter-md {
    padding: 0;
  }
}
@media (min-width: 1160px) {
  .no-gutter-lg [class*="col-"] {
    padding: 0;
  }
  .no-gutter-lg .row {
    margin: 0 !important;
  }
  .no-offset-lg {
    overflow: hidden;
  }
  .no-offset-lg .row {
    margin: 0 10px;
  }
  .no-offset-lg.no-gutter-lg {
    padding: 0;
  }
}
/*!
 * Bootstrap-select v1.6.4 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2015 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
}
.bootstrap-select > .btn {
  width: 100%;
  padding-right: 25px;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .btn:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group .btn .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .btn {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 1035;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
}
.bootstrap-select.btn-group.fit-width .btn .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .btn .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .btn {
  z-index: 1036;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox input.form-control {
  margin-bottom: 0;
  width: 100%;
}
.mobile-device {
  position: absolute !important;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}
/* CSS Document */
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon/fonts/icomoon.eot?-8jmamh');
  src: url('../fonts/icomoon/fonts/icomoon.eot?#iefix-8jmamh') format('embedded-opentype'), url('../fonts/icomoon/fonts/icomoon.woff?-8jmamh') format('woff'), url('../fonts/icomoon/fonts/icomoon.ttf?-8jmamh') format('truetype'), url('../fonts/icomoon/fonts/icomoon.svg?-8jmamh#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-shows:before {
  content: "\e604";
}
.icon-arrow-up:before {
  content: "\e613";
}
.icon-moderation-inverted_circ:before {
  content: "\e614";
}
.icon-moderation-inverted:before {
  content: "\e619";
}
.icon-arrow-down:before {
  content: "\e61a";
}
.icon-youtube:before {
  content: "\e617";
}
.icon-facebook:before {
  content: "\e618";
}
.icon-circ-uncheck:before {
  content: "\e612";
}
.icon-circ-check:before {
  content: "\e615";
}
.icon-neutral_circ:before {
  content: "\e616";
}
.icon-book_circ:before {
  content: "\e60e";
}
.icon-moderation_circ:before {
  content: "\e60f";
}
.icon-shows_circ:before {
  content: "\e610";
}
.icon-talk_circ:before {
  content: "\e611";
}
.icon-speach-bubble:before {
  content: "\e602";
}
.icon-nav-toggle-open-btn:before {
  content: "\e60b";
}
.icon-slope:before {
  content: "\e601";
}
.icon-headline:before {
  content: "\e60c";
}
.icon-tickets-sold:before {
  content: "\e60d";
}
.icon-tickets-few-left:before {
  content: "\e603";
}
.icon-talk:before {
  content: "\e605";
}
.icon-moderation:before {
  content: "\e606";
}
.icon-book:before {
  content: "\e607";
}
.icon-neutral:before {
  content: "\e608";
}
.icon-nav-toggle-btn:before {
  content: "\e609";
}
.icon-aktuelles:before {
  content: "\e60a";
}
.icon-quote:before {
  content: "\e600";
}
img.lazy {
  /*.lazy[src*="data"] { outline: 1px solid red; }*/
  /* box-shadow: 0 0 1px #999 inset */
  background-image: url('../img/lazyload/ani-loader_small.gif');
  background-position: center center;
  background-repeat: no-repeat;
  /* style */
  background-color: #fff;
  -webkit-box-shadow: 0 0 1px #878787 inset;
          box-shadow: 0 0 1px #878787 inset;
}
/* CSS Document */
/*!
 * Fuel UX v3.6.3 
 * Copyright 2012-2015 ExactTarget
 * Licensed under the BSD-3-Clause license (https://github.com/ExactTarget/fuelux/blob/master/LICENSE)
 */
@charset "UTF-8";
.fuelux {
  /* TODO use bs base variables if possible */
  /*# sourceMappingURL=fuelux.css.map */
}
.fuelux .clearfix {
  *zoom: 1;
}
.fuelux .clearfix:before,
.fuelux .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.fuelux .clearfix:after {
  clear: both;
}
@font-face {
  font-family: "fuelux";
  src: url("../fonts/fuelux.eot");
  src: url("../fonts/fuelux.eot?#iefix") format("embedded-opentype"), url("../fonts/fuelux.woff") format("woff"), url("../fonts/fuelux.ttf") format("truetype"), url("../fonts/fuelux.svg#fuelux") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fuelux [class^="fueluxicon-"]:before,
.fuelux [class*=" fueluxicon-"]:before {
  font-family: "fuelux" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fuelux .fueluxicon-loader-full:before {
  content: "\e000";
}
.fuelux .fueluxicon-loader-1:before {
  content: "\e001";
}
.fuelux .fueluxicon-loader-2:before {
  content: "\e002";
}
.fuelux .fueluxicon-loader-3:before {
  content: "\e003";
}
.fuelux .fueluxicon-loader-4:before {
  content: "\e004";
}
.fuelux .fueluxicon-loader-5:before {
  content: "\e005";
}
.fuelux .fueluxicon-loader-6:before {
  content: "\e006";
}
.fuelux .fueluxicon-loader-7:before {
  content: "\e007";
}
.fuelux .fueluxicon-loader-8:before {
  content: "\e008";
}
.fuelux .fueluxicon-bullet:before {
  content: "\e009";
}
.fuelux .checkbox {
  /* for keyboard tabbing */
}
.fuelux .checkbox.highlight {
  padding: 4px;
}
.fuelux .checkbox.highlight.checked {
  background: #e9e9e9;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
.fuelux .checkbox input[type="checkbox"]:focus + .checkbox-label,
.fuelux .checkbox input[type="checkbox"]:hover + .checkbox-label,
.fuelux .checkbox .checkbox-label:hover {
  color: #999999;
}
.fuelux .form-horizontal .checkbox-inline {
  padding-top: 0;
}
.fuelux .input-group-addon.checkbox-custom.checkbox-inline:before {
  left: 11px;
  top: 9px;
}
.fuelux .checkbox-custom {
  position: relative;
  /* for keyboard tabbing */
}
.fuelux .checkbox-custom:before {
  font-family: "Glyphicons Halflings" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 1px solid #adadad;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  color: #fff;
  content: " ";
  font-size: 9px;
  height: 14px;
  left: 0px;
  padding: 1px 0 0 1px;
  position: absolute;
  top: 3px;
  width: 14px;
}
.fuelux .checkbox-custom.checked:before {
  background: #39b3d7;
  border-color: #39b3d7;
  content: "\e013";
}
.fuelux .checkbox-custom.disabled {
  cursor: not-allowed;
}
.fuelux .checkbox-custom.disabled:before {
  cursor: not-allowed;
  opacity: .5;
}
.fuelux .checkbox-custom.checkbox-inline:before {
  left: 0;
  top: 3px;
}
.fuelux .checkbox-custom.checkbox-inline.highlight {
  padding: 4px 4px 4px 24px;
}
.fuelux .checkbox-custom.checkbox-inline.highlight:before {
  left: 4px;
  top: 7px;
}
.fuelux .checkbox-custom.checkbox-inline.highlight.checked {
  background: #e9e9e9;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
.fuelux .checkbox-custom input[type="checkbox"]:focus + .checkbox-label {
  color: #999999;
}
.fuelux .combobox.disabled .input-group-btn {
  cursor: not-allowed;
}
.fuelux .combobox input::-ms-clear {
  display: none;
}
.fuelux .datepicker-calendar {
  padding: 16px 16px 0;
  min-height: 262px;
}
.fuelux .datepicker-calendar button {
  border: 0;
  padding: 0;
  background-color: transparent;
}
.fuelux .datepicker-calendar-days {
  height: 182px;
  margin: 10px 0 12px;
  width: 100%;
  /* for spacing */
}
.fuelux .datepicker-calendar-days thead {
  border-bottom: 1px solid #cccaca;
}
.fuelux .datepicker-calendar-days tbody:before {
  line-height: 3px;
  content: "\200C";
  display: block;
}
.fuelux .datepicker-calendar-days td,
.fuelux .datepicker-calendar-days th {
  font-size: 14px;
  height: 32px;
  text-align: center;
  vertical-align: middle;
  width: 14.29%;
}
.fuelux .datepicker-calendar-days td b,
.fuelux .datepicker-calendar-days td button {
  color: #231f20;
  display: inline-block;
  font-weight: normal;
  height: 30px;
  text-decoration: none;
  width: 30px;
}
.fuelux .datepicker-calendar-days td b {
  line-height: 30px;
}
.fuelux .datepicker-calendar-days td span {
  display: block;
}
.fuelux .datepicker-calendar-days td span:hover {
  background: #f1f1f1;
  text-decoration: none;
}
.fuelux .datepicker-calendar-days td.current-day b,
.fuelux .datepicker-calendar-days td.current-day button {
  border: 1px solid #333;
}
.fuelux .datepicker-calendar-days td.last-month,
.fuelux .datepicker-calendar-days td.next-month {
  background: #e3e2e1;
}
.fuelux .datepicker-calendar-days td.past b,
.fuelux .datepicker-calendar-days td.past button {
  color: #8d8787;
}
.fuelux .datepicker-calendar-days td.restricted b,
.fuelux .datepicker-calendar-days td.restricted button {
  cursor: no-drop;
  position: relative;
}
.fuelux .datepicker-calendar-days td.restricted b:before,
.fuelux .datepicker-calendar-days td.restricted button:before {
  border-top: 1px solid #a94442;
  bottom: 0;
  content: " ";
  display: block;
  left: 5px;
  position: absolute;
  right: 5px;
  top: 50%;
}
.fuelux .datepicker-calendar-days td.restricted b:hover,
.fuelux .datepicker-calendar-days td.restricted button:hover {
  background: none;
}
.fuelux .datepicker-calendar-days td.selected span {
  background: #efefef;
}
.fuelux .datepicker-calendar-days td.selected span:hover {
  background: #d7d7d7;
}
.fuelux .datepicker-calendar-days td.selected b,
.fuelux .datepicker-calendar-days td.selected button {
  color: #8d8787;
}
.fuelux .datepicker-calendar-days td.selected.current-day {
  -webkit-box-shadow: 0 0 0 1px #fff offset;
          box-shadow: 0 0 0 1px #fff offset;
}
.fuelux .datepicker-calendar-days td.selected.current-day span:hover b,
.fuelux .datepicker-calendar-days td.selected.current-day span:hover button {
  border-color: #0f5f9f;
}
.fuelux .datepicker-calendar-days th {
  font-weight: bold;
  height: 22px;
  vertical-align: top;
}
.fuelux .datepicker-calendar-header {
  *zoom: 1;
}
.fuelux .datepicker-calendar-header:before,
.fuelux .datepicker-calendar-header:after {
  display: table;
  content: "";
  line-height: 0;
}
.fuelux .datepicker-calendar-header:after {
  clear: both;
}
.fuelux .datepicker-calendar-header button {
  border: 0;
  padding: 0;
  background-color: transparent;
}
.fuelux .datepicker-calendar-header .title {
  margin: 0 auto;
  text-align: center;
  display: block;
  width: 174px;
  color: #4d4d4f;
  font-size: 20px;
  line-height: 30px;
  text-decoration: underline;
  vertical-align: middle;
}
.fuelux .datepicker-calendar-header .title:hover {
  color: #1d75bb;
  text-decoration: underline;
}
.fuelux .datepicker-calendar-header .title.disabled {
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}
.fuelux .datepicker-calendar-header .title .month {
  display: inline;
  margin: 0;
  padding: 0;
}
.fuelux .datepicker-calendar-header .title .month span {
  display: none;
}
.fuelux .datepicker-calendar-header .title .month span.current {
  display: inline;
}
.fuelux .datepicker-calendar-header .next,
.fuelux .datepicker-calendar-header .prev {
  background: #666669;
  background-clip: padding-box;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  cursor: pointer;
  float: left;
  height: 30px;
  text-align: center;
  width: 30px;
}
.fuelux .datepicker-calendar-header .next span.glyphicon,
.fuelux .datepicker-calendar-header .prev span.glyphicon {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}
.fuelux .datepicker-calendar-header .next:hover,
.fuelux .datepicker-calendar-header .prev:hover {
  background: #1d75bb;
}
.fuelux .datepicker-calendar-header .next {
  float: right;
}
.fuelux .datepicker-calendar-header .next span.glyphicon {
  line-height: 28px;
}
.fuelux .datepicker-calendar-footer {
  background: #e3e2e1;
  background-clip: padding-box;
  -webkit-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
  border-top: 1px solid #cccaca;
  height: 30px;
  margin: 0 -16px;
  padding: 4px 14px;
}
.fuelux .datepicker-calendar-footer .datepicker-today {
  color: #231f20;
  font-size: 14px;
  text-decoration: underline;
}
.fuelux .datepicker-calendar-footer .datepicker-today:hover {
  color: #1b75bb;
  text-decoration: underline;
}
.fuelux .datepicker-calendar-footer .datepicker-today.disabled {
  color: #8b8c8e;
  cursor: default;
  pointer-events: none;
}
.fuelux .datepicker-calendar-footer .datepicker-today.disabled:hover {
  color: #8b8c8e;
}
.fuelux .datepicker-calendar-wrapper {
  border: 1px solid #6e6f71;
  min-height: 20px;
  padding: 0;
  width: 300px;
}
.fuelux .datepicker-wheels {
  display: none;
}
.fuelux .datepicker-wheels ul button {
  border: 0;
  padding: 0;
  background-color: transparent;
}
.fuelux .datepicker-wheels-footer {
  background: #e3e2e1;
  -webkit-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
  border-top: 1px solid #cccaca;
  clear: both;
}
.fuelux .datepicker-wheels-footer .datepicker-wheels-back {
  display: block;
  color: #4d4d4f;
  float: left;
  line-height: 22px;
  border: 0;
  background-color: transparent;
}
.fuelux .datepicker-wheels-footer .datepicker-wheels-back:hover {
  color: #1d75bb;
}
.fuelux .datepicker-wheels-footer .datepicker-wheels-select {
  float: right;
  background-color: transparent;
  color: #049cdb;
}
.fuelux .datepicker-wheels-footer .datepicker-wheels-select:hover {
  color: #1d75bb;
}
.fuelux .datepicker-wheels-month,
.fuelux .datepicker-wheels-year {
  float: left;
  width: 50%;
}
.fuelux .datepicker-wheels-month ul,
.fuelux .datepicker-wheels-year ul {
  height: 217px;
  list-style-type: none;
  margin: 0;
  overflow: auto;
  padding: 0;
  text-align: center;
}
.fuelux .datepicker-wheels-month ul li,
.fuelux .datepicker-wheels-year ul li {
  margin: 4px 0;
}
.fuelux .datepicker-wheels-month ul li button,
.fuelux .datepicker-wheels-year ul li button {
  width: 100%;
  text-align: center;
  color: #414041;
  display: block;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}
.fuelux .datepicker-wheels-month ul li button:hover,
.fuelux .datepicker-wheels-year ul li button:hover {
  background: #aee0f8;
  text-decoration: none;
}
.fuelux .datepicker-wheels-month ul li.selected button,
.fuelux .datepicker-wheels-year ul li.selected button {
  background: #1d75bb;
  color: #fff;
}
.fuelux .datepicker-wheels-month ul li.selected button:hover,
.fuelux .datepicker-wheels-year ul li.selected button:hover {
  background: #0f5f9f;
}
.fuelux .datepicker-wheels-month .header,
.fuelux .datepicker-wheels-year .header {
  background: #e3e2e1;
  background-clip: padding-box;
  border-bottom: 1px solid #cccaca;
  -webkit-border-radius: 4px 0 0 0;
          border-radius: 4px 0 0 0;
  color: #4d4d4f;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.fuelux .datepicker-wheels-month.full,
.fuelux .datepicker-wheels-year.full {
  border-left: 0;
  width: 100%;
}
.fuelux .datepicker-wheels-month.full .header,
.fuelux .datepicker-wheels-year.full .header {
  -webkit-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}
.fuelux .datepicker-wheels-year {
  border-left: 1px solid #cccaca;
  float: right;
}
.fuelux .datepicker-wheels-year .header {
  -webkit-border-radius: 0 4px 0 0;
          border-radius: 0 4px 0 0;
}
.fuelux .datepicker input::-ms-clear {
  display: none;
}
.fuelux .infinitescroll {
  overflow-y: auto;
}
.fuelux .infinitescroll .infinitescroll-end {
  clear: both;
  font-style: italic;
  padding: 6px;
  text-align: center;
}
.fuelux .infinitescroll .infinitescroll-load {
  clear: both;
  padding: 6px;
}
.fuelux .infinitescroll .infinitescroll-load button {
  padding: 5px 12px;
  width: 100%;
}
.fuelux .infinitescroll .infinitescroll-load .loader {
  font-size: 32px;
  height: 32px;
  margin: 0 auto;
  width: 32px;
}
.fuelux .dropUp {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.fuelux .loader {
  height: 64px;
  font-size: 64px;
  position: relative;
  width: 64px;
}
.fuelux .loader:after,
.fuelux .loader:before {
  font-family: "fuelux" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fuelux .loader:before {
  content: '\e000';
  opacity: 0.33;
}
.fuelux .loader.iefix:before {
  color: #bcbcbc;
  opacity: 1;
}
.fuelux .loader[data-frame="1"]:after {
  content: '\e001';
}
.fuelux .loader[data-frame="2"]:after {
  content: '\e002';
}
.fuelux .loader[data-frame="3"]:after {
  content: '\e003';
}
.fuelux .loader[data-frame="4"]:after {
  content: '\e004';
}
.fuelux .loader[data-frame="5"]:after {
  content: '\e005';
}
.fuelux .loader[data-frame="6"]:after {
  content: '\e006';
}
.fuelux .loader[data-frame="7"]:after {
  content: '\e007';
}
.fuelux .loader[data-frame="8"]:after {
  content: '\e008';
}
.fuelux input.glass,
.fuelux textarea.glass {
  background: transparent;
  border: 1px solid #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.fuelux input.glass:hover,
.fuelux textarea.glass:hover {
  background: #d9edf7;
  border-color: #66afe9;
  cursor: pointer;
}
.fuelux input.glass:hover[disabled],
.fuelux textarea.glass:hover[disabled] {
  background: transparent;
  border-color: #fff;
  cursor: not-allowed;
}
.fuelux input.glass:focus,
.fuelux textarea.glass:focus {
  background: #fff;
  border-color: #66afe9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  cursor: auto;
}
.fuelux input.glass:focus[disabled],
.fuelux textarea.glass:focus[disabled] {
  background: transparent;
  border-color: #fff;
  cursor: not-allowed;
}
.fuelux input.glass[disabled],
.fuelux textarea.glass[disabled] {
  cursor: not-allowed;
}
.fuelux .input-group-addon {
  padding: 6px 18px;
}
.fuelux [data-toggle="buttons"] > .btn > input[type="radio"],
.fuelux [data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: inline;
  position: absolute;
  left: -9999px;
}
.fuelux .button-sizer,
.fuelux .selectlist-sizer {
  display: inline-block;
  position: absolute;
  visibility: hidden;
  top: 0;
  float: left;
}
.fuelux .button-sizer .selectlist,
.fuelux .selectlist-sizer .selectlist {
  display: block !important;
}
.fuelux .button-sizer .dropdown-menu,
.fuelux .selectlist-sizer .dropdown-menu {
  display: block;
  min-width: inherit;
}
.fuelux .button-sizer .selected-label,
.fuelux .selectlist-sizer .selected-label {
  width: auto !important;
}
.fuelux .pillbox {
  border: 1px solid #BBBBBB;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  cursor: text;
  padding: 3px;
}
.fuelux .pillbox[data-readonly] {
  border: 1px solid transparent;
}
.fuelux .pillbox[data-readonly].truncate .pillbox-input-wrap {
  display: inline-block;
}
.fuelux .pillbox[data-readonly].truncate .pillbox-input-wrap.truncated {
  display: none;
}
.fuelux .pillbox[data-readonly].truncate .pillbox-more {
  display: inline;
}
.fuelux .pillbox[data-readonly] .pill span.glyphicon-close {
  display: none;
}
.fuelux .pillbox[data-readonly] .pillbox-add-item {
  display: none;
}
.fuelux .pillbox[data-readonly] .pillbox-input-wrap {
  display: none;
}
.fuelux .pillbox[data-readonly] .pillbox-input-wrap button.dropdown-toggle {
  display: none;
}
.fuelux .pillbox.pills-editable .pill-group .pill span {
  cursor: text;
}
.fuelux .pillbox.pills-editable .pill-group .pill span.glyphicon-close {
  cursor: pointer;
}
.fuelux .pillbox > .pill-group {
  margin: 0;
  padding: 0;
  width: 100%;
}
.fuelux .pillbox > .pill-group > .pill {
  margin: 2px;
  cursor: default;
  float: left;
  word-break: break-all;
}
.fuelux .pillbox > .pill-group > .pill.pillbox-highlight {
  outline: 1px dotted #999999;
}
.fuelux .pillbox > .pill-group > .pill.truncated {
  display: none;
}
.fuelux .pillbox > .pill-group > .pill .pillbox-list-edit {
  border: none;
  color: #333333;
  font-weight: normal;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.fuelux .pillbox > .pill-group > .pill .pillbox-list-edit:focus {
  outline: none;
  border: none;
}
.fuelux .pillbox > .pill-group > .pill .glyphicon-close {
  cursor: pointer;
  top: -1px;
  left: 2px;
}
.fuelux .pillbox > .pill-group > .pill .glyphicon-close:before {
  content: " \00d7";
}
.fuelux .pillbox > .pill-group > .pill .glyphicon-close:hover {
  opacity: .4;
}
.fuelux .pillbox .pillbox-input-wrap {
  position: relative;
  margin: 4px 0 3px 3px;
  float: left;
}
.fuelux .pillbox .pillbox-input-wrap.editing {
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  margin: 2px 0 3px 3px;
}
.fuelux .pillbox .pillbox-input-wrap.editing input.pillbox-add-item {
  -webkit-border-radius: 4px;
          border-radius: 4px;
  color: #333;
  height: 32px;
}
.fuelux .pillbox .pillbox-add-item {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.fuelux .pillbox .pillbox-add-item:focus {
  outline: none;
  border: none;
}
.fuelux .pillbox .pillbox-more {
  cursor: pointer;
  display: none;
  line-height: 30px;
}
.fuelux .pillbox .suggest {
  max-height: 166px;
  overflow-y: auto;
}
.fuelux .pillbox .suggest > li {
  white-space: nowrap;
  cursor: pointer;
  padding: 3px 20px;
}
.fuelux .pillbox .suggest > li.pillbox-suggest-sel {
  background-color: #eeeeee;
}
.fuelux .pillbox .suggest > li:hover {
  background-color: #eeeeee;
}
.fuelux .pillbox input::-ms-clear {
  display: none;
}
.fuelux .placard {
  display: inline-block;
  position: relative;
}
.fuelux .placard[data-ellipsis="true"].showing input.placard-field {
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
}
.fuelux .placard[data-ellipsis="true"] input.placard-field {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fuelux .placard[data-ellipsis="true"] input.placard-field::-ms-clear {
  display: none;
}
.fuelux .placard[data-ellipsis="true"] textarea.placard-field[readonly] {
  overflow: hidden;
}
.fuelux .placard.showing .placard-footer,
.fuelux .placard.showing .placard-header,
.fuelux .placard.showing .placard-popup {
  display: block;
  z-index: 1;
}
.fuelux .placard.showing input.placard-field,
.fuelux .placard.showing textarea.placard-field {
  background: #fff;
  border: 1px solid #CCCCCC;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  z-index: 1;
}
.fuelux .placard input.placard-field,
.fuelux .placard textarea.placard-field {
  resize: none;
}
.fuelux .placard input.placard-field[readonly],
.fuelux .placard textarea.placard-field[readonly] {
  background: #fff;
  cursor: auto;
}
.fuelux .placard input.placard-field[readonly].glass,
.fuelux .placard textarea.placard-field[readonly].glass {
  background: none;
}
.fuelux .placard input.placard-field[readonly].glass:hover,
.fuelux .placard textarea.placard-field[readonly].glass:hover {
  background: #d9edf7;
  cursor: pointer;
}
.fuelux .placard input.placard-field:focus,
.fuelux .placard textarea.placard-field:focus {
  border: 1px solid #CCCCCC;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.fuelux .placard-cancel {
  font-size: 12px;
  margin-right: 4px;
  vertical-align: middle;
}
.fuelux .placard-footer,
.fuelux .placard-header {
  display: none;
  left: 0;
  line-height: 1;
  position: absolute;
  right: 0;
}
.fuelux .placard-footer {
  padding: 4px 0 8px 0;
  text-align: right;
  top: 100%;
}
.fuelux .placard-header {
  bottom: 100%;
  padding: 8px 0 4px 0;
}
.fuelux .placard-header h1,
.fuelux .placard-header h2,
.fuelux .placard-header h3,
.fuelux .placard-header h4,
.fuelux .placard-header h5,
.fuelux .placard-header h6 {
  margin: 0;
}
.fuelux .placard-popup {
  background: #d9edf7;
  background-clip: padding-box;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  bottom: -8px;
  -webkit-box-shadow: 0 0 0 1px #fff inset;
          box-shadow: 0 0 0 1px #fff inset;
  display: none;
  left: -8px;
  position: absolute;
  right: -8px;
  top: -8px;
}
.fuelux .radio {
  /* for keyboard tabbing */
}
.fuelux .radio.highlight {
  padding: 4px;
}
.fuelux .radio.highlight.checked {
  background: #e9e9e9;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
.fuelux .radio input[type="radio"]:focus + .radio-label,
.fuelux .radio input[type="radio"]:hover + .radio-label,
.fuelux .radio .radio-label:hover {
  color: #999999;
}
.fuelux .form-horizontal .radio-inline {
  padding-top: 0;
}
.fuelux .input-group-addon.radio-custom.radio-inline:before {
  left: 11px;
  top: 9px;
}
.fuelux .input-group-addon.radio-custom.radio-inline:after {
  left: 15px;
  top: 13px;
}
.fuelux .radio-custom {
  position: relative;
  /* for keyboard tabbing */
}
.fuelux .radio-custom:after {
  background: transparent;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  content: " ";
  height: 6px;
  left: 4px;
  position: absolute;
  top: 7px;
  width: 6px;
}
.fuelux .radio-custom:before {
  border: 1px solid #adadad;
  -webkit-border-radius: 14px;
          border-radius: 14px;
  content: " ";
  height: 14px;
  left: 0px;
  position: absolute;
  top: 3px;
  width: 14px;
}
.fuelux .radio-custom.checked:after {
  background: #fff;
}
.fuelux .radio-custom.checked:before {
  background: #39b3d7;
  border-color: #39b3d7;
}
.fuelux .radio-custom.disabled {
  cursor: not-allowed;
}
.fuelux .radio-custom.disabled:after {
  cursor: not-allowed;
}
.fuelux .radio-custom.disabled:before {
  cursor: not-allowed;
  opacity: .5;
}
.fuelux .radio-custom.radio-inline:after {
  left: 4px;
  top: 7px;
}
.fuelux .radio-custom.radio-inline:before {
  left: 0;
  top: 3px;
}
.fuelux .radio-custom.radio-inline.highlight {
  padding: 4px 4px 4px 24px;
}
.fuelux .radio-custom.radio-inline.highlight:after {
  left: 8px;
  top: 11px;
}
.fuelux .radio-custom.radio-inline.highlight:before {
  left: 4px;
  top: 7px;
}
.fuelux .radio-custom.radio-inline.highlight.checked {
  background: #e9e9e9;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
.fuelux .radio-custom input[type="radio"]:focus + .radio-label {
  color: #999999;
}
.fuelux .repeater {
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  /*
	 * reinforce spacing around control buttons
	 */
}
.fuelux .repeater-canvas.scrolling {
  bottom: 0;
  left: 0;
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.fuelux .repeater-header,
.fuelux .repeater-footer {
  background: #f9f9f9;
  min-height: 50px;
  padding: 8px;
  *zoom: 1;
}
.fuelux .repeater-header:before,
.fuelux .repeater-footer:before,
.fuelux .repeater-header:after,
.fuelux .repeater-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.fuelux .repeater-header:after,
.fuelux .repeater-footer:after {
  clear: both;
}
.fuelux .repeater-header-left,
.fuelux .repeater-footer-left {
  float: left;
}
.fuelux .repeater-header-right,
.fuelux .repeater-footer-right {
  float: right;
}
@media (max-width: 625px) {
  .fuelux .repeater-header-left,
  .fuelux .repeater-footer-left,
  .fuelux .repeater-header-right,
  .fuelux .repeater-footer-right {
    float: none;
    *zoom: 1;
  }
  .fuelux .repeater-header-left:before,
  .fuelux .repeater-footer-left:before,
  .fuelux .repeater-header-right:before,
  .fuelux .repeater-footer-right:before,
  .fuelux .repeater-header-left:after,
  .fuelux .repeater-footer-left:after,
  .fuelux .repeater-header-right:after,
  .fuelux .repeater-footer-right:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .fuelux .repeater-header-left:after,
  .fuelux .repeater-footer-left:after,
  .fuelux .repeater-header-right:after,
  .fuelux .repeater-footer-right:after {
    clear: both;
  }
  .fuelux .repeater-header-left,
  .fuelux .repeater-footer-left {
    margin-bottom: 8px;
  }
}
.fuelux .repeater-header {
  border-bottom: 1px solid #ddd;
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
}
.fuelux .repeater-footer {
  border-top: 1px solid #ddd;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
}
.fuelux .repeater-loader {
  display: none;
  left: 50%;
  position: absolute;
  margin: -32px 0 0 -32px;
  top: 50%;
}
.fuelux .repeater-viewport {
  min-height: 80px;
  position: relative;
}
.fuelux .repeater-pagination label {
  font-weight: normal;
}
.fuelux .repeater-pagination .repeater-primaryPaging {
  display: none;
  vertical-align: middle;
  width: 116px;
}
.fuelux .repeater-pagination .repeater-primaryPaging.active {
  display: inline-block;
}
.fuelux .repeater-pagination .repeater-primaryPaging ul.dropdown-menu {
  min-width: 116px;
}
.fuelux .repeater-pagination .repeater-secondaryPaging {
  display: none;
  width: 82px;
}
.fuelux .repeater-pagination .repeater-secondaryPaging.active {
  display: inline-block;
}
.fuelux .repeater-search {
  float: left;
  width: 200px;
}
.fuelux .repeater-title {
  display: block;
  float: left;
  line-height: 34px;
  margin-right: 10px;
}
.fuelux .repeater-itemization .selectlist,
.fuelux .repeater-filters,
.fuelux .repeater-secondaryPaging,
.fuelux .repeater-primaryPaging,
.fuelux .repeater-next,
.fuelux .repeater-prev {
  margin: auto 0.3em;
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.scrolling {
  overflow: visible;
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.scrolling .repeater-list {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.scrolling .repeater-list-wrapper {
  height: 100%;
  overflow: auto;
}
.fuelux .repeater[data-viewtype="list"] .repeater-loader {
  margin-top: -12px;
}
.fuelux .repeater[data-viewtype="list"] .repeater-loader.noHeader {
  margin-top: -32px;
}
.fuelux .repeater[data-viewtype="list"] .repeater-viewport {
  overflow: hidden;
}
.fuelux .repeater-list {
  position: relative;
}
.fuelux .repeater-list table {
  margin-bottom: 0;
  width: 100%;
}
.fuelux .repeater-list table tbody td {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-top: none;
}
.fuelux .repeater-list table tbody td:first-child {
  border-left: none;
}
.fuelux .repeater-list table tbody td.sorted {
  background: #f9f9f9;
}
.fuelux .repeater-list table tbody tr:focus {
  outline: 1px dotted #d7d7d7;
}
.fuelux .repeater-list table tbody tr.empty td {
  border-bottom: none;
  font-style: italic;
  padding: 20px;
  text-align: center;
  width: 100%;
}
.fuelux .repeater-list table tbody tr.selectable:hover td {
  background: #f1f1f1;
  cursor: pointer;
}
.fuelux .repeater-list table tbody tr.selected:hover td {
  background: #d7d7d7;
}
.fuelux .repeater-list table tbody tr.selected td {
  background: #efefef;
  color: #333;
}
.fuelux .repeater-list table tbody tr.selected td:first-child {
  padding-left: 30px;
}
.fuelux .repeater-list table thead > tr > th {
  background: #F9F9F9;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid transparent;
  border-top: none;
  color: rgba(0, 0, 0, 0);
  line-height: 1.42857;
  padding: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.fuelux .repeater-list table thead > tr > th:first-child {
  border-left: none;
}
.fuelux .repeater-list table thead > tr > th.sortable:hover,
.fuelux .repeater-list table thead > tr > th.sortable.sorted {
  background: #F1F1F1;
  cursor: pointer;
  background-color: #f1f1f1;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #e5e5e5);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#e5e5e5));
  background-image: linear-gradient(to bottom, #f9f9f9, #e5e5e5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#ffe5e5e5', GradientType=0);
}
.fuelux .repeater-list table thead > tr > th.sorted span.glyphicon {
  display: block;
  visibility: hidden;
}
.fuelux .repeater-list table thead > tr > th span.glyphicon {
  display: none;
  float: right;
  margin-top: 2px;
}
.fuelux .repeater-list-check {
  display: inline-block;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: top;
  width: 0;
}
.fuelux .repeater-list-check span.glyphicon {
  left: -22px;
  position: absolute;
  top: 2px;
}
.fuelux .repeater-list-heading {
  background: #F9F9F9;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-top: none;
  color: #333;
  line-height: 1.42857;
  margin-left: -9px;
  padding: 8px;
  position: absolute;
  top: 0;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.fuelux .repeater-list-heading.shifted {
  margin-left: -1px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .fuelux .repeater-list-heading.shifted {
    margin-left: 0;
  }
}
.fuelux .repeater-list-heading.sortable:hover,
.fuelux .repeater-list-heading.sortable.sorted {
  background: #F1F1F1;
  cursor: pointer;
  background-color: #f1f1f1;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #e5e5e5);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#e5e5e5));
  background-image: linear-gradient(to bottom, #f9f9f9, #e5e5e5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#ffe5e5e5', GradientType=0);
}
.fuelux .repeater-list-heading.sortable.sorted span.glyphicon {
  display: block;
  visibility: visible;
}
.fuelux .repeater-list-heading span.glyphicon {
  display: none;
  float: right;
  margin-top: 2px;
}
.fuelux .repeater-thumbnail {
  border: 1px solid #ddd;
  color: #666;
  float: left;
  font-size: 14px;
  min-height: 110px;
  min-width: 100px;
  margin: 8px 7px;
  text-align: center;
}
.fuelux .repeater-thumbnail img {
  display: block;
  margin-top: 10px;
  margin-bottom: 3px;
}
.fuelux .repeater-thumbnail-cont {
  height: 100%;
  overflow-y: auto;
  padding: 6px;
  width: 100%;
}
.fuelux .repeater-thumbnail-cont.align-center,
.fuelux .repeater-thumbnail-cont.align-justify,
.fuelux .repeater-thumbnail-cont.align-left,
.fuelux .repeater-thumbnail-cont.align-right {
  position: relative;
  font-size: 0.1px;
}
.fuelux .repeater-thumbnail-cont.align-center:after,
.fuelux .repeater-thumbnail-cont.align-justify:after,
.fuelux .repeater-thumbnail-cont.align-left:after,
.fuelux .repeater-thumbnail-cont.align-right:after {
  display: inline-block;
  width: 100%;
  content: '';
}
.fuelux .repeater-thumbnail-cont.align-center .infinitescroll-end,
.fuelux .repeater-thumbnail-cont.align-justify .infinitescroll-end,
.fuelux .repeater-thumbnail-cont.align-left .infinitescroll-end,
.fuelux .repeater-thumbnail-cont.align-right .infinitescroll-end,
.fuelux .repeater-thumbnail-cont.align-center .infinitescroll-load,
.fuelux .repeater-thumbnail-cont.align-justify .infinitescroll-load,
.fuelux .repeater-thumbnail-cont.align-left .infinitescroll-load,
.fuelux .repeater-thumbnail-cont.align-right .infinitescroll-load {
  display: inline-block;
  width: 100%;
}
.fuelux .repeater-thumbnail-cont.align-center .repeater-thumbnail,
.fuelux .repeater-thumbnail-cont.align-justify .repeater-thumbnail,
.fuelux .repeater-thumbnail-cont.align-left .repeater-thumbnail,
.fuelux .repeater-thumbnail-cont.align-right .repeater-thumbnail {
  display: inline-block;
  float: none;
  font-size: 14px;
}
.fuelux .repeater-thumbnail-cont.align-center .repeater-thumbnail:after,
.fuelux .repeater-thumbnail-cont.align-justify .repeater-thumbnail:after,
.fuelux .repeater-thumbnail-cont.align-left .repeater-thumbnail:after,
.fuelux .repeater-thumbnail-cont.align-right .repeater-thumbnail:after {
  content: ' ';
}
.fuelux .repeater-thumbnail-cont.align-center {
  text-align: center;
}
.fuelux .repeater-thumbnail-cont.align-justify {
  text-align: justify;
}
.fuelux .repeater-thumbnail-cont.align-left {
  text-align: left;
}
.fuelux .repeater-thumbnail-cont.align-right {
  text-align: right;
}
.fuelux .repeater-thumbnail-cont div.empty {
  font-style: italic;
  padding: 20px 10px;
  text-align: center;
}
.fuelux .repeater-thumbnail-cont .selectable:hover {
  background: #f1f1f1;
  cursor: pointer;
}
.fuelux .repeater-thumbnail-cont .selectable.selected {
  background: #efefef;
}
.fuelux .repeater-thumbnail-cont .selectable.selected:hover {
  background: #d7d7d7;
}
.fuelux .spinbox {
  display: inline-block;
  position: relative;
}
.fuelux .spinbox.digits-3 {
  width: 60px;
}
.fuelux .spinbox.disabled .spinbox-buttons {
  cursor: not-allowed;
}
.fuelux .spinbox .spinbox-input {
  float: left;
  padding-bottom: 3px;
  /* Magic number */
  padding: 0px 25px 0px 7px;
}
.fuelux .spinbox .spinbox-input::-ms-clear {
  display: none;
}
.fuelux .spinbox .btn {
  position: relative;
  width: 20px;
  height: 13px;
  padding-top: 0;
  padding-right: 9px;
  padding-left: 9px;
}
.fuelux .spinbox .btn.disabled {
  cursor: not-allowed;
}
.fuelux .spinbox .spinbox-buttons {
  position: absolute;
  height: 28px;
  width: 20px;
  right: 2px;
}
.fuelux .spinbox .spinbox-up {
  padding: 0 0 14px 1px;
  top: 2px;
}
.fuelux .spinbox .spinbox-up .glyphicon-chevron-up {
  position: relative;
  top: 0px;
}
.fuelux .spinbox .btn-group > .btn.spinbox-up {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
}
.fuelux .spinbox .spinbox-down {
  padding: 0 0 8px 1px;
  top: 2px;
  height: 15px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
}
.fuelux .spinbox .spinbox-down .glyphicon-chevron-down {
  position: relative;
  left: -1px;
  top: 0px;
}
.fuelux .spinbox input::-ms-clear {
  display: none;
}
.fuelux .scheduler {
  /* -------------------------------
	START DATE/TIME
------------------------------- */
  /* -------------------------------
	TIMEZONE
------------------------------- */
  /* -------------------------------
	REPEAT PANELS
------------------------------- */
  /* -------------------------------
END
------------------------------- */
}
.fuelux .scheduler .control-label {
  min-width: 7em;
}
.fuelux .scheduler .inline-form-text {
  float: left;
  line-height: 27px;
  margin-top: 4px;
}
.fuelux .scheduler .start-datetime.form-group {
  margin-bottom: 0;
}
.fuelux .scheduler .start-datetime .form-group {
  margin-left: 0;
}
.fuelux .scheduler .start-datetime .combobox {
  max-width: 9em;
}
.fuelux .scheduler .start-datetime .combobox .dropdown-menu {
  max-height: 200px;
  overflow: auto;
}
.fuelux .scheduler .start-datetime .dropdown {
  float: left;
  margin: 0 10px 0 0;
}
.fuelux .scheduler .timezone-container .input-group {
  max-width: 20em;
}
.fuelux .scheduler .timezone-container .dropdown-label {
  height: 18px;
  white-space: nowrap;
  max-width: 20em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fuelux .scheduler .timezone-container .dropdown-menu {
  max-height: 200px;
  overflow: auto;
}
.fuelux .scheduler .repeat-panel {
  margin-left: 0;
}
.fuelux .scheduler .repeat-panel label {
  font-weight: normal;
}
.fuelux .scheduler .repeat-panel .radio {
  margin-right: 10px;
}
.fuelux .scheduler .repeat-panel .form-group {
  margin-left: 0;
}
.fuelux .scheduler .repeat-interval {
  margin-left: 0;
  *zoom: 1;
}
.fuelux .scheduler .repeat-interval:before,
.fuelux .scheduler .repeat-interval:after {
  display: table;
  content: "";
  line-height: 0;
}
.fuelux .scheduler .repeat-interval:after {
  clear: both;
}
.fuelux .scheduler .repeat-interval .form-group {
  margin-left: 0;
}
.fuelux .scheduler .repeat-interval .dropdown-menu {
  max-height: 200px;
  overflow: auto;
}
.fuelux .scheduler .repeat-interval .repeat-every-panel {
  float: left;
}
.fuelux .scheduler .repeat-interval .repeat-every-panel .repeat-every-pretext {
  padding: 0 10px;
}
.fuelux .scheduler .repeat-interval .repeat-every-panel .spinbox {
  float: left;
  margin-right: 10px;
}
.fuelux .scheduler .repeat-interval .repeat-every-panel .spinbox input {
  margin-bottom: 0;
}
.fuelux .scheduler .repeat-monthly .repeat-monthly-date {
  margin-top: 10px;
  *zoom: 1;
}
.fuelux .scheduler .repeat-monthly .repeat-monthly-date:before,
.fuelux .scheduler .repeat-monthly .repeat-monthly-date:after {
  display: table;
  content: "";
  line-height: 0;
}
.fuelux .scheduler .repeat-monthly .repeat-monthly-date:after {
  clear: both;
}
.fuelux .scheduler .repeat-monthly .repeat-monthly-date .selectlist {
  margin-left: 5px;
}
.fuelux .scheduler .repeat-monthly .repeat-monthly-day {
  margin-top: 10px;
  *zoom: 1;
}
.fuelux .scheduler .repeat-monthly .repeat-monthly-day:before,
.fuelux .scheduler .repeat-monthly .repeat-monthly-day:after {
  display: table;
  content: "";
  line-height: 0;
}
.fuelux .scheduler .repeat-monthly .repeat-monthly-day:after {
  clear: both;
}
.fuelux .scheduler .repeat-monthly .month-days {
  margin-left: 10px;
}
.fuelux .scheduler .repeat-yearly .repeat-yearly-date {
  margin-top: 10px;
  *zoom: 1;
}
.fuelux .scheduler .repeat-yearly .repeat-yearly-date:before,
.fuelux .scheduler .repeat-yearly .repeat-yearly-date:after {
  display: table;
  content: "";
  line-height: 0;
}
.fuelux .scheduler .repeat-yearly .repeat-yearly-date:after {
  clear: both;
}
.fuelux .scheduler .repeat-yearly .repeat-yearly-date .year-month-day {
  margin-left: 10px;
}
.fuelux .scheduler .repeat-yearly .year-month-days {
  margin-left: 10px;
}
.fuelux .scheduler .repeat-yearly .year-month {
  margin-left: 10px;
}
.fuelux .scheduler .repeat-yearly .repeat-yearly-day {
  margin-top: 10px;
  *zoom: 1;
}
.fuelux .scheduler .repeat-yearly .repeat-yearly-day:before,
.fuelux .scheduler .repeat-yearly .repeat-yearly-day:after {
  display: table;
  content: "";
  line-height: 0;
}
.fuelux .scheduler .repeat-yearly .repeat-yearly-day:after {
  clear: both;
}
.fuelux .scheduler .repeat-yearly .repeat-yearly-day .repeat-yearly-day-text {
  margin-left: 10px;
}
.fuelux .scheduler .repeat-weekly button:not(.active) {
  background-color: #fff;
}
.fuelux .scheduler .repeat-weekly .btn-group.disabled {
  position: relative;
  opacity: 0.65;
}
.fuelux .scheduler .repeat-weekly .btn-group.disabled:before {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}
.fuelux .scheduler .selectlist {
  float: left;
}
.fuelux .scheduler label.radio {
  float: left;
  line-height: 27px;
}
.fuelux .scheduler label.radio input {
  margin-top: 8px;
}
.fuelux .scheduler .repeat-end .end-after {
  float: left;
  display: inline-block;
  margin-right: 10px;
}
.fuelux .scheduler .repeat-end .form-group {
  margin-left: 0;
}
.fuelux .scheduler input::-ms-clear {
  display: none;
}
.fuelux .search.disabled .input-group-btn {
  cursor: not-allowed;
}
.fuelux .search input::-ms-clear {
  display: none;
}
.fuelux .selectlist.disabled {
  cursor: not-allowed;
}
.fuelux .selectlist .selected-label {
  overflow: hidden;
  min-width: 2em;
}
.fuelux .selectlist .dropdown-menu {
  min-width: inherit;
}
.fuelux .selectlist .btn.dropdown-toggle {
  text-align: left;
  padding-right: 28px;
}
.fuelux .selectlist .btn.dropdown-toggle .caret {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
}
.fuelux .tree {
  border: 1px solid #999999;
  -webkit-border-radius: 4px 4px 4px 4px;
          border-radius: 4px 4px 4px 4px;
  padding: 10px 15px 0 15px;
  overflow-x: auto;
  overflow-y: auto;
  position: relative;
  list-style: none;
}
.fuelux .tree *:focus {
  outline: none;
}
.fuelux .tree button:focus {
  color: #999999;
}
.fuelux .tree ul {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
}
.fuelux .tree li {
  margin: 0;
  margin-top: 5px;
  margin-bottom: 5px;
}
.fuelux .tree .tree-loader {
  margin-left: 45px;
}
.fuelux .tree .tree-open > .tree-branch-header .glyphicon-play {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  position: relative;
}
.fuelux .tree [data-children=false] > .tree-branch-header .icon-caret:before {
  content: '\00a0';
}
.fuelux .tree .tree-branch .tree-branch-header {
  position: relative;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  white-space: nowrap;
}
.fuelux .tree .tree-branch .tree-branch-header .tree-branch-name:hover {
  color: #999999;
}
.fuelux .tree .tree-branch .tree-branch-header .glyphicon-play {
  font-size: 10px;
  padding-right: 5px;
  padding-left: 7px;
}
.fuelux .tree .tree-branch .tree-branch-header .glyphicon-play:before {
  position: relative;
  top: -2px;
}
.fuelux .tree .tree-branch .tree-branch-header .tree-branch-name {
  white-space: nowrap;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  background-color: transparent;
  border: 0;
}
.fuelux .tree .tree-branch .tree-branch-header label {
  font-weight: normal;
  padding-left: 3px;
  margin-bottom: 0;
  cursor: pointer;
}
.fuelux .tree .tree-branch .tree-branch-children {
  margin-left: 14px;
}
.fuelux .tree .tree-branch[haschildren='false'] .icon-caret {
  visibility: hidden;
}
.fuelux .tree .tree-item {
  white-space: nowrap;
  position: relative;
  cursor: pointer;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  margin-left: 26px;
}
.fuelux .tree .tree-item .tree-item-name {
  white-space: nowrap;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  background-color: transparent;
  border: 0;
}
.fuelux .tree .tree-item .tree-item-name:hover {
  color: #999999;
}
.fuelux .tree .tree-item.tree-selected .tree-item-name {
  background-color: #efefef;
  color: #333;
}
.fuelux .tree .tree-item label {
  font-weight: normal;
  padding-left: 7px;
  margin-bottom: 0;
  cursor: pointer;
}
.fuelux .tree .icon-caret:hover + .tree-branch-name {
  color: #999999;
}
.fuelux .tree.tree-folder-select .tree-branch .icon-caret {
  background-color: transparent;
  border: 0;
}
.fuelux .tree.tree-folder-select .tree-branch .icon-caret:hover {
  cursor: pointer;
  color: #999999;
}
.fuelux .tree.tree-folder-select .tree-branch > .tree-branch-name {
  padding: 1px 5px 0 5px;
  -webkit-border-radius: 6px;
          border-radius: 6px;
}
.fuelux .tree.tree-folder-select .tree-branch > .tree-branch-name.tree-selected {
  background-color: #efefef;
}
.fuelux .tree.tree-folder-select .tree-branch.tree-selected > .tree-branch-header .tree-branch-name {
  background-color: #efefef;
}
.fuelux .tree.tree-folder-select .tree-branch.tree-selected > .tree-branch-header .tree-branch-name:hover {
  background-color: #efefef;
}
.fuelux .wizard {
  *zoom: 1;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  background-color: #f9f9f9;
  position: relative;
  min-height: 48px;
  overflow: hidden;
}
.fuelux .wizard:before,
.fuelux .wizard:after {
  display: table;
  content: "";
  line-height: 0;
}
.fuelux .wizard:after {
  clear: both;
}
.fuelux .wizard > .steps {
  list-style: none outside none;
  padding: 0;
  margin: 0;
  width: 4000px;
}
.fuelux .wizard > .steps.previous-disabled li.complete {
  cursor: default;
}
.fuelux .wizard > .steps.previous-disabled li.complete:hover {
  background: #f3f4f5;
  color: #468847;
  cursor: default;
}
.fuelux .wizard > .steps.previous-disabled li.complete:hover .chevron:before {
  border-left-color: #f3f4f5;
}
.fuelux .wizard > .steps li {
  float: left;
  margin: 0;
  padding: 0 20px 0 30px;
  height: 46px;
  line-height: 46px;
  position: relative;
  background: #ededed;
  color: #999999;
  font-size: 16px;
  cursor: not-allowed;
}
.fuelux .wizard > .steps li .chevron {
  border: 24px solid transparent;
  border-left: 14px solid #d4d4d4;
  border-right: 0;
  display: block;
  position: absolute;
  right: -14px;
  top: 0;
  z-index: 1;
}
.fuelux .wizard > .steps li .chevron:before {
  border: 24px solid transparent;
  border-left: 14px solid #ededed;
  border-right: 0;
  content: "";
  display: block;
  position: absolute;
  right: 1px;
  top: -24px;
}
.fuelux .wizard > .steps li.complete {
  background: #f3f4f5;
  color: #468847;
}
.fuelux .wizard > .steps li.complete:hover {
  background: #e7eff8;
  cursor: pointer;
}
.fuelux .wizard > .steps li.complete:hover .chevron:before {
  border-left: 14px solid #e7eff8;
}
.fuelux .wizard > .steps li.complete .chevron:before {
  border-left: 14px solid #f3f4f5;
}
.fuelux .wizard > .steps li.active {
  background: #f1f6fc;
  color: #3a87ad;
  cursor: default;
}
.fuelux .wizard > .steps li.active .chevron:before {
  border-left: 14px solid #f1f6fc;
}
.fuelux .wizard > .steps li.active .badge {
  background-color: #3a87ad;
}
.fuelux .wizard > .steps li .badge {
  margin-right: 8px;
}
.fuelux .wizard > .steps li .badge-success {
  background-color: #468847;
}
.fuelux .wizard > .steps li:first-child {
  -webkit-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
  padding-left: 20px;
}
.fuelux .wizard > .actions {
  z-index: 1000;
  position: absolute;
  right: 0;
  line-height: 46px;
  float: right;
  padding-left: 15px;
  padding-right: 15px;
  vertical-align: middle;
  background-color: #e5e5e5;
  border-left: 1px solid #d4d4d4;
}
.fuelux .wizard > .actions a {
  line-height: 45px;
  font-size: 12px;
  margin-right: 8px;
}
.fuelux .wizard > .actions .btn-prev[disabled] {
  cursor: not-allowed;
}
.fuelux .wizard > .actions .btn-prev span {
  margin-right: 5px;
}
.fuelux .wizard > .actions .btn-next[disabled] {
  cursor: not-allowed;
}
.fuelux .wizard > .actions .btn-next span {
  margin-left: 5px;
}
.fuelux .wizard .step-content {
  border-top: 1px solid #D4D4D4;
  padding: 10px;
  float: left;
  width: 100%;
}
.fuelux .wizard .step-content .step-pane {
  display: none;
}
.fuelux .wizard .step-content > .active {
  display: block;
}
.fuelux .wizard .step-content > .active .btn-group .active {
  display: inline-block;
}
.fuelux .wizard.complete > .actions .glyphicon-arrow-right:before {
  display: none;
}
.fuelux .wizard.complete > .actions .glyphicon-arrow-right {
  margin-left: 0;
}
.fuelux .serif {
  font-family: Georgia, "Times New Roman", Times, serif;
}
.fuelux .monospace {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
.fuelux .text-sm {
  font-size: 11.9px;
}
.fuelux .text-lg {
  font-size: 17.5px;
}
.fuelux .padding-xs {
  padding: 5px;
}
.fuelux .padding-xs-horizontal {
  padding: 0 5px;
}
.fuelux .padding-xs-vertical {
  padding: 5px 0;
}
.fuelux .padding-xs-top {
  padding-top: 5px;
}
.fuelux .padding-xs-bottom {
  padding-bottom: 5px;
}
.fuelux .padding-xs-left {
  padding-left: 5px;
}
.fuelux .padding-xs-right {
  padding-right: 5px;
}
.fuelux .padding-sm {
  padding: 10px;
}
.fuelux .padding-sm-horizontal {
  padding: 0 10px;
}
.fuelux .padding-sm-vertical {
  padding: 10px 0;
}
.fuelux .padding-sm-top {
  padding-top: 10px;
}
.fuelux .padding-sm-bottom {
  padding-bottom: 10px;
}
.fuelux .padding-sm-left {
  padding-left: 10px;
}
.fuelux .padding-sm-right {
  padding-right: 10px;
}
.fuelux .padding-md {
  padding: 15px;
}
.fuelux .padding-md-horizontal {
  padding: 0 15px;
}
.fuelux .padding-md-vertical {
  padding: 15px 0;
}
.fuelux .padding-md-top {
  padding-top: 15px;
}
.fuelux .padding-md-bottom {
  padding-bottom: 15px;
}
.fuelux .padding-md-left {
  padding-left: 15px;
}
.fuelux .padding-md-right {
  padding-right: 15px;
}
.fuelux .padding-lg {
  padding: 20px;
}
.fuelux .padding-lg-horizontal {
  padding: 0 20px;
}
.fuelux .padding-lg-vertical {
  padding: 20px 0;
}
.fuelux .padding-lg-top {
  padding-top: 20px;
}
.fuelux .padding-lg-bottom {
  padding-bottom: 20px;
}
.fuelux .padding-lg-left {
  padding-left: 20px;
}
.fuelux .padding-lg-right {
  padding-right: 20px;
}
.fuelux .margin-xs {
  margin: 5px;
}
.fuelux .margin-xs-horizontal {
  margin: 0 5px;
}
.fuelux .margin-xs-vertical {
  margin: 5px 0;
}
.fuelux .margin-xs-top {
  margin-top: 5px;
}
.fuelux .margin-xs-bottom {
  margin-bottom: 5px;
}
.fuelux .margin-xs-left {
  margin-left: 5px;
}
.fuelux .margin-xs-right {
  margin-right: 5px;
}
.fuelux .margin-sm {
  margin: 10px;
}
.fuelux .margin-sm-horizontal {
  margin: 0 10px;
}
.fuelux .margin-sm-vertical {
  margin: 10px 0;
}
.fuelux .margin-sm-top {
  margin-top: 10px;
}
.fuelux .margin-sm-bottom {
  margin-bottom: 10px;
}
.fuelux .margin-sm-left {
  margin-left: 10px;
}
.fuelux .margin-sm-right {
  margin-right: 10px;
}
.fuelux .margin-md {
  margin: 15px;
}
.fuelux .margin-md-horizontal {
  margin: 0 15px;
}
.fuelux .margin-md-vertical {
  margin: 15px 0;
}
.fuelux .margin-md-top {
  margin-top: 15px;
}
.fuelux .margin-md-bottom {
  margin-bottom: 15px;
}
.fuelux .margin-md-left {
  margin-left: 15px;
}
.fuelux .margin-md-right {
  margin-right: 15px;
}
.fuelux .margin-lg {
  margin: 20px;
}
.fuelux .margin-lg-horizontal {
  margin: 0 20px;
}
.fuelux .margin-lg-vertical {
  margin: 20px 0;
}
.fuelux .margin-lg-top {
  margin-top: 20px;
}
.fuelux .margin-lg-bottom {
  margin-bottom: 20px;
}
.fuelux .margin-lg-left {
  margin-left: 20px;
}
.fuelux .margin-lg-right {
  margin-right: 20px;
}
.fuelux .data-label {
  text-transform: uppercase;
  font-size: 10px;
  margin-bottom: 2px;
  text-shadow: 0 1px #fff;
  color: #666;
}
.fuelux .data-value {
  font-size: 14px;
}
.fuelux .section-heading {
  font-size: 16px;
  color: #333;
  margin: 0 0 10px;
  padding: 0;
  text-shadow: 0 1px #fff;
}
/* CSS Document */
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(232, 98, 86, 0.8) url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}
.cd-top {
  background-color: rgba(253, 233, 0, 0.8);
}
.cd-top:active,
.cd-top:focus {
  position: fixed;
  top: auto;
}
.no-touch .cd-top:hover {
  background-color: #fde900;
}
/* CSS Document */
.lead {
  font-size: 21px;
  font-weight: 400;
  line-height: 1.42105263;
  font-size: 25px;
}
.margin-center {
  margin-right: auto;
  margin-left: auto;
}
html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rte u {
  text-decoration: none;
  border-bottom: 2px solid #fde900;
  padding-bottom: 0px;
}
.rte a {
  display: inline;
  background: #fde900;
  color: #000000;
  padding: 1px 6px 3px;
}
.rte ul li {
  list-style-image: url('../img/list-yellow.svg');
}
.rte ul > li li {
  list-style-image: url('../img/list-gray.svg');
}
.rte ul.list-unstyled li,
.rte ul.list-inline li {
  list-style-image: none;
}
.col-md-5 {
  font-size: 15px;
}
a:hover,
a:focus {
  text-decoration: underline;
  color: inherit;
}
a.no-underline {
  text-decoration: none;
}
a.no-underline:hover [class^="icon-"],
a.no-underline:focus [class^="icon-"],
a.no-underline:hover [class*=" icon-"],
a.no-underline:focus [class*=" icon-"] {
  background-color: #fde900;
}
.text-link {
  display: inline;
  background: #fde900;
  color: #000000;
  padding: 1px 6px 3px;
}
/*
.textlink-with-arrow {
	
	display: inline-block;
	
	&:before {
		display: inline-block;
		content: "";
		width: 22px;
		height: 22px;
		background: url('img/link-arrow-right.svg') center center no-repeat;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
		position: relative;
		left: -4px;
		top: -1px;
		vertical-align: middle;
	}

}
*/
/* CSS Document */
.btn-lg {
  padding-top: 5px;
  padding-bottom: 5px;
}
.btn {
  border-width: 2px;
  position: relative;
  text-align: center;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
  max-width: 100%;
}
.btn.btn-lg {
  padding: 6px 12px;
  font-size: 19px;
  line-height: 1.42105263;
}
@media screen and (min-width: 768px) {
  .btn.btn-lg {
    padding: 10px 16px;
    font-size: 25px;
    line-height: 1.3333333;
  }
}
.btn:hover.btn-primary,
.btn:focus.btn-primary,
.btn.focus.btn-primary,
.btn:active.btn-primary,
.btn.active.btn-primary,
.open > .dropdown-toggle.btn.btn-primary {
  color: #505050;
  background-color: #fde900;
  border-color: #fde900;
}
.btn:hover.btn-default,
.btn:focus.btn-default,
.btn.focus.btn-default,
.btn:active.btn-default,
.btn.active.btn-default,
.open > .dropdown-toggle.btn.btn-default {
  background-color: #ffffff;
  border-color: #878787;
  color: #878787;
}
.btn:focus,
.btn.focus {
  outline: none;
}
.btn-slope,
.btn-yellow,
.btn-gray {
  padding: 0;
  border: none;
  white-space: nowrap;
  text-align: center;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
  max-width: 100%;
  position: relative;
  margin-right: 17px;
  z-index: 1;
  cursor: pointer;
  background-position: right top;
  background-repeat: no-repeat;
  border-left: 2px solid #515050;
  font-size: 19px;
  padding: 2px 24px 2px 12px;
  height: 33px;
}
.btn-slope.btn-primary,
.btn-yellow.btn-primary,
.btn-gray.btn-primary,
.btn-slope.btn-yellow,
.btn-yellow.btn-yellow,
.btn-gray.btn-yellow {
  color: #fde900;
  background-image: url('../img/button_yellow_small.png');
  border-left-color: #fde900;
}
.btn-slope.btn-default,
.btn-yellow.btn-default,
.btn-gray.btn-default,
.btn-slope.btn-gray,
.btn-yellow.btn-gray,
.btn-gray.btn-gray {
  color: #505050;
  background-image: url('../img/button_gray_small.png');
  border-left-color: #505050;
}
@media screen and (min-width: 768px) {
  .btn-slope,
  .btn-yellow,
  .btn-gray {
    padding: 4px 32px 6px 16px;
    font-size: 25px;
    height: 43px;
  }
  .btn-slope.btn-primary,
  .btn-yellow.btn-primary,
  .btn-gray.btn-primary,
  .btn-slope.btn-yellow,
  .btn-yellow.btn-yellow,
  .btn-gray.btn-yellow {
    background-image: url('../img/button_yellow.png');
  }
  .btn-slope.btn-default,
  .btn-yellow.btn-default,
  .btn-gray.btn-default,
  .btn-slope.btn-gray,
  .btn-yellow.btn-gray,
  .btn-gray.btn-gray {
    background-image: url('../img/button_gray.png');
  }
}
.btn-slope:hover,
.btn-yellow:hover,
.btn-gray:hover,
.btn-slope:focus,
.btn-yellow:focus,
.btn-gray:focus,
.btn-slope.focus,
.btn-yellow.focus,
.btn-gray.focus,
.btn-slope:active,
.btn-yellow:active,
.btn-gray:active,
.btn-slope.active,
.btn-yellow.active,
.btn-gray.active,
.open > .dropdown-toggle.btn-slope,
.open > .dropdown-toggle.btn-yellow,
.open > .dropdown-toggle.btn-gray {
  text-decoration: none;
}
.btn-slope:hover.btn-slope,
.btn-yellow:hover.btn-slope,
.btn-gray:hover.btn-slope,
.btn-slope:focus.btn-slope,
.btn-yellow:focus.btn-slope,
.btn-gray:focus.btn-slope,
.btn-slope.focus.btn-slope,
.btn-yellow.focus.btn-slope,
.btn-gray.focus.btn-slope,
.btn-slope:active.btn-slope,
.btn-yellow:active.btn-slope,
.btn-gray:active.btn-slope,
.btn-slope.active.btn-slope,
.btn-yellow.active.btn-slope,
.btn-gray.active.btn-slope,
.open > .dropdown-toggle.btn-slope.btn-slope,
.open > .dropdown-toggle.btn-yellow.btn-slope,
.open > .dropdown-toggle.btn-gray.btn-slope {
  background-color: transparent;
}
.btn-slope:hover.btn-primary,
.btn-yellow:hover.btn-primary,
.btn-gray:hover.btn-primary,
.btn-slope:focus.btn-primary,
.btn-yellow:focus.btn-primary,
.btn-gray:focus.btn-primary,
.btn-slope.focus.btn-primary,
.btn-yellow.focus.btn-primary,
.btn-gray.focus.btn-primary,
.btn-slope:active.btn-primary,
.btn-yellow:active.btn-primary,
.btn-gray:active.btn-primary,
.btn-slope.active.btn-primary,
.btn-yellow.active.btn-primary,
.btn-gray.active.btn-primary,
.open > .dropdown-toggle.btn-slope.btn-primary,
.open > .dropdown-toggle.btn-yellow.btn-primary,
.open > .dropdown-toggle.btn-gray.btn-primary,
.btn-slope:hover.btn-yellow,
.btn-yellow:hover.btn-yellow,
.btn-gray:hover.btn-yellow,
.btn-slope:focus.btn-yellow,
.btn-yellow:focus.btn-yellow,
.btn-gray:focus.btn-yellow,
.btn-slope.focus.btn-yellow,
.btn-yellow.focus.btn-yellow,
.btn-gray.focus.btn-yellow,
.btn-slope:active.btn-yellow,
.btn-yellow:active.btn-yellow,
.btn-gray:active.btn-yellow,
.btn-slope.active.btn-yellow,
.btn-yellow.active.btn-yellow,
.btn-gray.active.btn-yellow,
.open > .dropdown-toggle.btn-slope.btn-yellow,
.open > .dropdown-toggle.btn-yellow.btn-yellow,
.open > .dropdown-toggle.btn-gray.btn-yellow {
  color: #505050;
  border-color: #fde900;
  background-image: url('../img/button_yellow_small_hover.png');
}
@media screen and (min-width: 768px) {
  .btn-slope:hover.btn-primary,
  .btn-yellow:hover.btn-primary,
  .btn-gray:hover.btn-primary,
  .btn-slope:focus.btn-primary,
  .btn-yellow:focus.btn-primary,
  .btn-gray:focus.btn-primary,
  .btn-slope.focus.btn-primary,
  .btn-yellow.focus.btn-primary,
  .btn-gray.focus.btn-primary,
  .btn-slope:active.btn-primary,
  .btn-yellow:active.btn-primary,
  .btn-gray:active.btn-primary,
  .btn-slope.active.btn-primary,
  .btn-yellow.active.btn-primary,
  .btn-gray.active.btn-primary,
  .open > .dropdown-toggle.btn-slope.btn-primary,
  .open > .dropdown-toggle.btn-yellow.btn-primary,
  .open > .dropdown-toggle.btn-gray.btn-primary,
  .btn-slope:hover.btn-yellow,
  .btn-yellow:hover.btn-yellow,
  .btn-gray:hover.btn-yellow,
  .btn-slope:focus.btn-yellow,
  .btn-yellow:focus.btn-yellow,
  .btn-gray:focus.btn-yellow,
  .btn-slope.focus.btn-yellow,
  .btn-yellow.focus.btn-yellow,
  .btn-gray.focus.btn-yellow,
  .btn-slope:active.btn-yellow,
  .btn-yellow:active.btn-yellow,
  .btn-gray:active.btn-yellow,
  .btn-slope.active.btn-yellow,
  .btn-yellow.active.btn-yellow,
  .btn-gray.active.btn-yellow,
  .open > .dropdown-toggle.btn-slope.btn-yellow,
  .open > .dropdown-toggle.btn-yellow.btn-yellow,
  .open > .dropdown-toggle.btn-gray.btn-yellow {
    background-image: url('../img/button_yellow_hover.png');
  }
}
.btn-slope:hover.btn-default,
.btn-yellow:hover.btn-default,
.btn-gray:hover.btn-default,
.btn-slope:focus.btn-default,
.btn-yellow:focus.btn-default,
.btn-gray:focus.btn-default,
.btn-slope.focus.btn-default,
.btn-yellow.focus.btn-default,
.btn-gray.focus.btn-default,
.btn-slope:active.btn-default,
.btn-yellow:active.btn-default,
.btn-gray:active.btn-default,
.btn-slope.active.btn-default,
.btn-yellow.active.btn-default,
.btn-gray.active.btn-default,
.open > .dropdown-toggle.btn-slope.btn-default,
.open > .dropdown-toggle.btn-yellow.btn-default,
.open > .dropdown-toggle.btn-gray.btn-default,
.btn-slope:hover.btn-gray,
.btn-yellow:hover.btn-gray,
.btn-gray:hover.btn-gray,
.btn-slope:focus.btn-gray,
.btn-yellow:focus.btn-gray,
.btn-gray:focus.btn-gray,
.btn-slope.focus.btn-gray,
.btn-yellow.focus.btn-gray,
.btn-gray.focus.btn-gray,
.btn-slope:active.btn-gray,
.btn-yellow:active.btn-gray,
.btn-gray:active.btn-gray,
.btn-slope.active.btn-gray,
.btn-yellow.active.btn-gray,
.btn-gray.active.btn-gray,
.open > .dropdown-toggle.btn-slope.btn-gray,
.open > .dropdown-toggle.btn-yellow.btn-gray,
.open > .dropdown-toggle.btn-gray.btn-gray {
  border-color: #878787;
  color: #878787;
  background-image: url('../img/button_gray_small_hover.png');
}
@media screen and (min-width: 768px) {
  .btn-slope:hover.btn-default,
  .btn-yellow:hover.btn-default,
  .btn-gray:hover.btn-default,
  .btn-slope:focus.btn-default,
  .btn-yellow:focus.btn-default,
  .btn-gray:focus.btn-default,
  .btn-slope.focus.btn-default,
  .btn-yellow.focus.btn-default,
  .btn-gray.focus.btn-default,
  .btn-slope:active.btn-default,
  .btn-yellow:active.btn-default,
  .btn-gray:active.btn-default,
  .btn-slope.active.btn-default,
  .btn-yellow.active.btn-default,
  .btn-gray.active.btn-default,
  .open > .dropdown-toggle.btn-slope.btn-default,
  .open > .dropdown-toggle.btn-yellow.btn-default,
  .open > .dropdown-toggle.btn-gray.btn-default,
  .btn-slope:hover.btn-gray,
  .btn-yellow:hover.btn-gray,
  .btn-gray:hover.btn-gray,
  .btn-slope:focus.btn-gray,
  .btn-yellow:focus.btn-gray,
  .btn-gray:focus.btn-gray,
  .btn-slope.focus.btn-gray,
  .btn-yellow.focus.btn-gray,
  .btn-gray.focus.btn-gray,
  .btn-slope:active.btn-gray,
  .btn-yellow:active.btn-gray,
  .btn-gray:active.btn-gray,
  .btn-slope.active.btn-gray,
  .btn-yellow.active.btn-gray,
  .btn-gray.active.btn-gray,
  .open > .dropdown-toggle.btn-slope.btn-gray,
  .open > .dropdown-toggle.btn-yellow.btn-gray,
  .open > .dropdown-toggle.btn-gray.btn-gray {
    background-image: url('../img/button_gray_hover.png');
  }
}
.btn-slope:focus,
.btn-yellow:focus,
.btn-gray:focus,
.btn-slope.focus,
.btn-yellow.focus,
.btn-gray.focus {
  outline: none;
}
/*

.btn-yellow,
.btn-gray {
	
	white-space: nowrap;
	text-align: center;
	display: inline-block;
	
	margin-top: 5px;
	margin-bottom: 5px;
	
	max-width: 100%;

	position: relative;
	margin-right: 17px;
	z-index: 1;
	cursor: pointer;
	
	
	&:before,
	&:after {
		content:'';
		position: absolute;
		transform: skewX(-19deg);
		width: 100%;
		height: 100%;
		border: 2px solid @brand-primary;
		top: 0;
		left: 10px;
		border-left: none;
	}

	&:before {
		border: 2px solid @brand-primary;
		border-right: none;
		transform: none;
		width: 50%;
		left: 0;
	}
	
	&.btn-yellow {
		color: @brand-primary;
	}
	
	&.btn-gray {
		color: @gray-dark;
		
		&:before, &:after {
			border-color: @btn-default-border;
		}
	}
	
	padding: 3px @padding-base-horizontal; //@padding-base-vertical @padding-base-horizontal; 
	font-size: @font-size-base; 
	line-height: @line-height-base;
	padding-right: 7px;
	
	@media screen and (min-width: @screen-sm-min) {
		
		padding: 5px @padding-large-horizontal; //@padding-large-vertical @padding-large-horizontal; 
		font-size: @font-size-large; 
		line-height: @line-height-large;
		
		margin-right: 20px; 
		padding-right: 20px; 
		padding-left: 20px;
		
		&:after {
			padding: @padding-large-vertical 0; 
			font-size: @font-size-large; 
			line-height: @line-height-large;
		}
	}
	
	
	&:hover,
	&:focus,
	&.focus,
	&:active,
	&.active,
	.open > .dropdown-toggle& {
		
		text-decoration: none;
		
		&.btn-yellow {
			color: @gray-dark;
			background-color: @brand-primary;
			border-color: @brand-primary;
			
			&:before,
			&:after {
				background-color: @brand-primary;
				border-color: @brand-primary;
				z-index: -1;
			}
			
		}
		
		&.btn-gray {
			background-color: @btn-default-bg;
			border-color: @gray-light;
			color: @gray-light;
		
			&:before,	
			&:after {
      		border-color: @gray-light;
			}
		}
	}
	

}






.lt-ie10 .btn-slope {
	border: 2px solid @brand-primary;
	
	&.btn-primary {
		&:hover {
			background-color: @brand-primary;
		}
	}
	
	&.btn-default {
		border-color: @btn-default-border;
		&:hover {
			border-color: @gray-light;
		}
	}
}

*/
h1,
.h1 {
  font-weight: 400;
  text-transform: uppercase;
}
h2,
.h2 {
  font-weight: 400;
  text-transform: uppercase;
}
h3,
.h3 {
  font-weight: 600;
  margin-bottom: 16px;
}
h4,
.h4 {
  font-weight: 400;
}
h5,
.h5 {
  font-weight: 400;
}
h6,
.h6 {
  font-weight: 400;
}
.h1 {
  text-transform: uppercase !important;
  font-weight: 400 !important;
}
.h2 {
  font-weight: 400 !important;
  text-transform: uppercase !important;
}
.h3 {
  text-transform: none !important;
  margin-bottom: 16px !important;
  font-weight: 600 !important;
}
.h3:before {
  content: initial;
}
.h4 {
  text-transform: none !important;
  font-weight: 400 !important;
}
.h4:before {
  content: initial;
}
.h5 {
  text-transform: none !important;
  font-weight: 400 !important;
}
.h5:before {
  content: initial;
}
.h6 {
  text-transform: none !important;
  font-weight: 400 !important;
}
.h6:before {
  content: initial;
}
h1,
.h1,
h2,
.h2 {
  position: relative;
  line-height: 26px;
}
h1:before,
.h1:before,
h2:before,
.h2:before {
  content: '';
  position: relative;
  width: 55px;
  background-image: url('../img/ve_headline.svg');
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  height: 43px;
  top: 13px;
  margin-top: -13px;
  display: inline-block;
  margin-right: -55px;
}
h2,
.h2 {
  line-height: 28px;
  margin-bottom: 10px;
}
h2:before,
.h2:before {
  height: 36px;
  top: 10px;
  margin-top: -15px;
}
h1,
.h1 {
  font-size: 22px;
  margin-top: 55px;
  margin-bottom: 13px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: 33px;
    line-height: 44px;
    margin-top: 55px;
    margin-bottom: 20px;
  }
  h1:before,
  .h1:before {
    height: 55px;
    top: 15px;
    margin-top: -15px;
  }
  h2,
  .h2 {
    margin-bottom: 13px;
  }
  h1 {
    font-weight: 300;
  }
  .h1 {
    font-weight: 300 !important;
  }
}
@media screen and (max-width: 768px) {
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6 {
    margin-bottom: 15px;
  }
}
/* ===== */
/* BG COlORS */
.bg-show,
.bg-shows {
  background: #1e878c;
}
.bg-talk {
  background: #145f96;
}
.bg-moderation {
  background: #828c28;
}
.bg-book {
  background: #825a91;
}
.bg-book {
  background: #825a91;
}
.bg-neutral {
  background: #7c7c7c;
}
.bg-show,
.bg-shows,
.bg-talk,
.bg-moderation,
.bg-book,
.bg-neutral {
  -webkit-transition: background 100ms ease-out, color 100ms ease-out;
          transition: background 100ms ease-out, color 100ms ease-out;
  padding: 10px;
  color: white;
}
.bg-show *,
.bg-shows *,
.bg-talk *,
.bg-moderation *,
.bg-book *,
.bg-neutral * {
  color: white;
}
.bg-dark,
.bg-gray,
.bg-gray-light,
.bg-gray-lighter,
.bg-gray-ultralight {
  -webkit-transition: background 100ms ease-out, color 100ms ease-out;
          transition: background 100ms ease-out, color 100ms ease-out;
  padding: 10px;
  color: white;
}
.bg-dark *,
.bg-gray *,
.bg-gray-light *,
.bg-gray-lighter *,
.bg-gray-ultralight * {
  color: white;
}
.bg-dark a,
.bg-gray a,
.bg-gray-light a,
.bg-gray-lighter a,
.bg-gray-ultralight a,
.bg-dark .btn,
.bg-gray .btn,
.bg-gray-light .btn,
.bg-gray-lighter .btn,
.bg-gray-ultralight .btn {
  color: #000000;
}
.bg-dark .btn-primary,
.bg-gray .btn-primary,
.bg-gray-light .btn-primary,
.bg-gray-lighter .btn-primary,
.bg-gray-ultralight .btn-primary {
  color: #fde900;
}
/* BG GREYS */
.bg-dark {
  background: #505050;
}
.bg-gray {
  background: #6e6e6e;
}
.bg-gray-light {
  background: #878787;
}
/*
	.bg-gray-lighter {
		background: @gray-lighter;
	}
	*/
.bg-gray-ultralight {
  background: #e6e6e6;
  color: #000000;
}
.bg-gray-ultralight * {
  color: #000000;
}
/* ===== */
.nav-bg {
  text-transform: uppercase;
  padding: 0;
}
.nav-bg a:focus {
  outline: none;
}
.nav-bg.bg-show,
.nav-bg.bg-shows {
  color: #125154;
}
.nav-bg.bg-show *,
.nav-bg.bg-shows * {
  color: #125154;
}
.nav-bg.bg-show:hover,
.nav-bg.bg-shows:hover {
  background: #00aab4;
  color: #00696e;
  text-decoration: none;
}
.nav-bg.bg-show:hover *,
.nav-bg.bg-shows:hover * {
  color: #00696e;
  text-decoration: none;
}
.nav-bg.bg-talk {
  color: #0c395a;
}
.nav-bg.bg-talk * {
  color: #0c395a;
}
.nav-bg.bg-talk:hover {
  background: #0073c3;
  color: #00467d;
  text-decoration: none;
}
.nav-bg.bg-talk:hover * {
  color: #00467d;
  text-decoration: none;
}
.nav-bg.bg-moderation {
  color: #4e5418;
}
.nav-bg.bg-moderation * {
  color: #4e5418;
}
.nav-bg.bg-moderation:hover {
  background: #8d9a19;
  color: #5a5f1e;
}
.nav-bg.bg-moderation:hover * {
  color: #5a5f1e;
  text-decoration: none;
}
.nav-bg.bg-book {
  color: #4e3657;
}
.nav-bg.bg-book * {
  color: #4e3657;
}
.nav-bg.bg-book:focus,
.nav-bg.bg-book:hover {
  outline: none;
  background: #a156be;
  color: #643974;
  text-decoration: none;
}
.nav-bg.bg-book:focus *,
.nav-bg.bg-book:hover * {
  color: #643974;
  text-decoration: none;
}
/* ===== */
.block-nav {
  min-width: 320px;
  font-size: 19px;
}
.block-nav .clearfix {
  padding: 0;
}
.block-nav:hover .text-color-white {
  color: white;
}
.block-nav .text-color-white {
  color: white;
}
.block-nav .text-color-white:hover {
  color: white;
}
.block-nav a {
  padding: 10px;
  padding-bottom: 20px;
  text-decoration: none;
}
.block-nav a:hover {
  text-decoration: none;
}
.block-nav a:focus {
  outline: none;
}
.block-nav .icon {
  display: block;
  font-size: 95px;
}
@media screen and (max-width: 768px) {
  .block-nav p {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 768px) {
  .block-nav {
    font-size: 23px;
  }
  .block-nav a {
    padding: 28px 15px;
    padding-top: 40px;
  }
  .block-nav .icon {
    font-size: 125px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1160px) {
  .block-nav {
    font-size: 25px;
  }
}
.zitate-container:last-child > div:last-child blockquote.zitat {
  margin-bottom: 0;
}
/*
.zitate-container:first-child {
	margin-top: 20px;
	
	@media screen and (min-width: @screen-sm-min) {
		margin-top: 0;
	}
}
*/
blockquote.zitat {
  position: relative;
  font-size: 19px;
  font-weight: 300;
  font-style: italic;
  border-left: none;
  border-top: 5px solid #505050;
  padding: 10px 0;
  padding-left: 65px;
  /*
	p {
	
		background-image: linear-gradient( to bottom, rgba(255,255,255,0) (@line-height-base * @font-size-base), @brand-primary (@line-height-base * @font-size-base + 1px) );
		background-repeat: repeat-y;
		
		background-size: 100% ( @line-height-base * @font-size-base + 1px );
		//background-position: 65px 10px;
		
		background-position: left @line-height-base * @font-size-base;
		padding-bottom: 1px;
	
	}
	*/
}
blockquote.zitat span.blockquote-underline {
  border-bottom: 2px solid #fde900;
  padding-bottom: 0px;
}
blockquote.zitat p {
  color: #000000;
}
blockquote.zitat footer {
  font-size: 19px;
  text-decoration: none;
  color: #000000;
}
blockquote.zitat footer:before {
  content: initial;
}
blockquote.zitat:before {
  content: "\e600";
  font-family: 'icomoon';
  color: #fde900;
  position: absolute;
  top: -5px;
  left: 10px;
  font-size: 38px;
  font-style: normal;
  line-height: 1;
}
/* CSS Document */
/* CSS Document */
.panel {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  margin-bottom: 30px;
}
.panel.panel-default {
  padding-top: 0;
}
/* CSS Document */
.jumbotron {
  padding: 40px 0 50px;
  /**/
}
.jumbotron.bg-dark,
.jumbotron.bg-gray,
.jumbotron.bg-gray-light,
.jumbotron.bg-gray-lighter,
.jumbotron.bg-gray-ultralight {
  margin-bottom: 0;
}
.jumbotron p {
  font-size: 19px;
}
@media screen and (min-width: 768px) {
  .jumbotron p {
    font-size: 25px;
  }
}
.jumbotron .lead,
.jumbotron .lead * {
  font-weight: 400 !important;
  font-size: 19px !important;
  line-height: 1.4 !important;
  margin-bottom: 10px !important;
  text-transform: none;
  margin-top: 0;
}
.jumbotron .lead h1:before,
.jumbotron .lead * h1:before,
.jumbotron .lead h2:before,
.jumbotron .lead * h2:before,
.jumbotron .lead .h1:before,
.jumbotron .lead * .h1:before,
.jumbotron .lead .h2:before,
.jumbotron .lead * .h2:before {
  content: initial;
}
@media screen and (min-width: 768px) {
  .jumbotron .lead,
  .jumbotron .lead * {
    font-size: 35px !important;
    line-height: 1.4 !important;
  }
}
.jumbotron a {
  font-weight: 400;
}
.jumbotron.bg-gray {
  padding: 40px 0 0;
}
/* CSS Document */
.sg-content img {
  display: none;
}
.sg-content img:first-child {
  display: block;
}
.sg-thumb a:hover > div {
  outline: 2px solid #878787;
  outline-offset: 4px;
}
@media screen and (min-width: 768px) {
  .image-info {
    position: absolute;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .simplegallery .row-same-height {
    max-width: 423px;
  }
}
/* CSS Document */
.list-teaser,
.list-gap {
  margin: 0;
}
.list-teaser > li,
.list-gap > li {
  margin: 0 0 30px;
}
.list-teaser > li:last-child,
.list-gap > li:last-child {
  margin: 0;
}
.list-teaser > li:first-child > h1:first-child,
.list-gap > li:first-child > h1:first-child,
.list-teaser > li:first-child > .h1:first-child,
.list-gap > li:first-child > .h1:first-child,
.list-teaser > li:first-child > h2:first-child,
.list-gap > li:first-child > h2:first-child,
.list-teaser > li:first-child > .h2:first-child,
.list-gap > li:first-child > .h2:first-child,
.list-teaser > li:first-child > h3:first-child,
.list-gap > li:first-child > h3:first-child,
.list-teaser > li:first-child > .h3:first-child,
.list-gap > li:first-child > .h3:first-child,
.list-teaser > li:first-child > h4:first-child,
.list-gap > li:first-child > h4:first-child,
.list-teaser > li:first-child > .h4:first-child,
.list-gap > li:first-child > .h4:first-child,
.list-teaser > li:first-child > h5:first-child,
.list-gap > li:first-child > h5:first-child,
.list-teaser > li:first-child > .h5:first-child,
.list-gap > li:first-child > .h5:first-child,
.list-teaser > li:first-child > h6:first-child,
.list-gap > li:first-child > h6:first-child,
.list-teaser > li:first-child > .h6:first-child,
.list-gap > li:first-child > .h6:first-child {
  margin-top: 0;
}
/* CSS Document */
.slideshow {
  position: relative;
  display: none;
  /*
	img {
		max-height: 100%!important;
  		width: auto!important;
	}
	*/
}
.slideshow img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}
.slidesjs-pagination {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  bottom: 0;
  z-index: 1000;
  padding: 20px 10px;
  width: 100%;
  text-align: center;
}
.slidesjs-pagination .slidesjs-pagination-item {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 5px;
  margin: 5px;
}
.slidesjs-pagination .slidesjs-pagination-item a {
  display: block;
  height: 0;
  width: 10px;
  padding-top: 10px;
  overflow: hidden;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.slidesjs-pagination .slidesjs-pagination-item a.active {
  background: white;
}
/* CSS Document */
.aktuelles-label-container {
  position: relative;
}
.aktuelles-label-container > .col-md-7 {
  overflow-x: hidden;
}
.aktuelles-label {
  margin-top: 10px;
  position: absolute;
  z-index: 1;
  padding-left: 50px !important;
  text-transform: uppercase;
  margin-left: 0;
  top: 0;
  right: 0;
  line-height: 75px;
  vertical-align: middle;
  max-height: 113px;
}
.aktuelles-label .label-text {
  max-height: 75px;
}
.aktuelles-label.hover,
.aktuelles-label.focus,
.aktuelles-label:hover,
.aktuelles-label:focus {
  text-decoration: none;
}
.aktuelles-label.focus,
.aktuelles-label.active,
.aktuelles-label:focus,
.aktuelles-label:active {
  position: absolute;
}
@media screen and (min-width: 984px) {
  .aktuelles-label.focus,
  .aktuelles-label.active,
  .aktuelles-label:focus,
  .aktuelles-label:active {
    position: relative;
  }
}
.aktuelles-label .icon {
  font-size: 45px;
  vertical-align: middle;
}
.aktuelles-label .icon-book,
.aktuelles-label .icon-moderation {
  font-size: 36px;
  padding: 6px 0;
}
.aktuelles-label > div {
  padding: 6px;
  min-width: 50px;
  min-height: 60px;
  text-align: center;
}
.aktuelles-label > div:before {
  content: '\00A0';
  position: absolute;
  width: 55px;
  height: 100%;
  background: inherit;
  top: 0;
  left: 30px;
  -webkit-transform: skewX(-26deg);
      -ms-transform: skewX(-26deg);
          transform: skewX(-26deg);
  z-index: -1;
}
.aktuelles-label > div.bg-shows {
  color: #125154;
}
.aktuelles-label > div.bg-shows * {
  color: #125154;
}
.aktuelles-label > div.bg-shows:hover {
  background: #00aab4;
  color: #00696e;
  text-decoration: none;
}
.aktuelles-label > div.bg-shows:hover * {
  color: #00696e;
  text-decoration: none;
}
.aktuelles-label > div.bg-talk {
  color: #0c395a;
}
.aktuelles-label > div.bg-talk * {
  color: #0c395a;
}
.aktuelles-label > div.bg-talk:hover {
  background: #0073c3;
  color: #00467d;
  text-decoration: none;
}
.aktuelles-label > div.bg-talk:hover * {
  color: #00467d;
  text-decoration: none;
}
.aktuelles-label > div.bg-moderation {
  color: #4e5418;
}
.aktuelles-label > div.bg-moderation * {
  color: #4e5418;
}
.aktuelles-label > div.bg-moderation:hover {
  background: #8d9a19;
  color: #5a5f1e;
}
.aktuelles-label > div.bg-moderation:hover * {
  color: #5a5f1e;
  text-decoration: none;
}
.aktuelles-label > div.bg-book {
  color: #4e3657;
}
.aktuelles-label > div.bg-book * {
  color: #4e3657;
}
.aktuelles-label > div.bg-book:hover {
  background: #a156be;
  color: #643974;
  text-decoration: none;
}
.aktuelles-label > div.bg-book:hover * {
  color: #643974;
  text-decoration: none;
}
.aktuelles-label > div.bg-neutral {
  color: #505050;
}
.aktuelles-label > div.bg-neutral * {
  color: #505050;
}
.aktuelles-label > div.bg-neutral:hover {
  background: #878787;
  text-decoration: none;
}
.aktuelles-label > div.bg-neutral:hover * {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .aktuelles-label {
    margin-top: 30px;
    padding-left: 70px !important;
  }
  .aktuelles-label .icon {
    font-size: 60px;
  }
  .aktuelles-label > div {
    padding: 19px;
    padding-left: 10px;
    text-align: left;
  }
  .aktuelles-label > div:before {
    width: 60px;
    left: 40px;
  }
}
@media screen and (min-width: 984px) {
  .aktuelles-label {
    position: relative;
    margin-bottom: 8px;
    margin-left: -90px;
  }
  .aktuelles-label .icon {
    font-size: 75px;
    padding-right: 10px;
  }
  .aktuelles-label .icon {
    position: absolute;
  }
  .aktuelles-label .label-text {
    padding-left: 90px;
    white-space: nowrap;
    overflow-x: hidden;
  }
}
@media screen and (min-width: 1160px) {
  .aktuelles-label {
    margin-left: -106px;
  }
}
/* CSS Document */
@media screen and (min-width: 984px) {
  .termine-marginal {
    margin-top: 122px;
  }
  .termine-marginal .bg-gray-ultralight {
    padding-right: 70px;
  }
}
@media screen and (min-width: 1160px) {
  .termine-marginal .bg-gray-ultralight {
    padding-right: 120px;
  }
}
.termine-list ul {
  margin: 0;
}
.termine-list > div {
  padding: 0;
}
@media screen and (min-width: 984px) {
  .termine-list > div {
    padding: 0 10px;
  }
}
.termine-list .termine-item {
  position: relative;
  overflow-x: hidden;
}
.termine-list .termine-item > a.collapsed + .bg-gray-ultralight {
  background: none;
}
.termine-list .termine-item.tickets-left > a.collapsed + .bg-gray-ultralight,
.termine-list .termine-item.tickets-sold > a.collapsed + .bg-gray-ultralight {
  background: #e6e6e6;
}
.termine-list .termine-item > a > .row {
  padding: 0 10px;
}
.termine-list .termine-item.tickets-left-label,
.termine-list .termine-item.tickets-sold-label {
  position: relative;
}
.termine-list .termine-item.tickets-left-label .icon:before,
.termine-list .termine-item.tickets-sold-label .icon:before {
  content: '';
  background-image: url('../img/restkarten.svg');
  background-size: cover;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  margin-left: -12px;
}
.termine-list .termine-item.tickets-sold-label .icon:before {
  background-image: url('../img/sold.svg');
}
.termine-list .termine-item.tickets-left > a > .row > div,
.termine-list .termine-item.tickets-sold > a > .row > div {
  padding-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .termine-list .termine-item.tickets-left > a > .row > div,
  .termine-list .termine-item.tickets-sold > a > .row > div {
    padding-bottom: 0;
  }
}
.termine-list .termine-item > a {
  color: #000000;
  background: #e6e6e6;
}
.termine-list .termine-item > a.collapsed {
  background: white;
}
.termine-list .termine-item > a:link {
  text-decoration: none !important;
}
.termine-list .termine-item > a:hover {
  text-decoration: none !important;
}
.termine-list .termine-item > a:active {
  text-decoration: none !important;
}
.termine-list .termine-item > a:visited {
  text-decoration: none !important;
}
.termine-list .termine-item:hover > a {
  background: #e6e6e6;
}
.termine-list .termine-item > a:focus {
  background: #e6e6e6;
  outline: none;
}
.termine-list .termine-item.tickets-left:hover > a.collapsed,
.termine-list .termine-item.tickets-sold:hover > a.collapsed {
  background: #d9d9d9;
}
.termine-list .termine-item .date {
  width: 55px;
}
.termine-list .termine-item .termine-label {
  position: absolute;
  bottom: 0;
}
.termine-list .termine-item .termin-detail {
  padding-bottom: 10px;
}
.termine-list .termine-item .termine-item-teaser {
  max-width: 65%;
}
@media screen and (min-width: 984px) {
  .termine-list .termine-item .termine-item-teaser {
    max-width: 55%;
  }
}
@media screen and (min-width: 1160px) {
  .termine-list .termine-item .termine-item-teaser {
    max-width: 60%;
  }
}
.termine-list .termine-item > a.collapsed + div.bg-gray-ultralight {
  padding-top: 0;
  padding-bottom: 0;
}
.termine-list .termine-item > a + div.bg-gray-ultralight {
  padding-top: 0;
  padding-bottom: 0;
}
.termine-list .termine-item > a + div.bg-gray-ultralight > div {
  padding-left: 55px;
}
@media screen and (min-width: 768px) {
  .termine-list .termine-item .termine-label {
    position: relative;
  }
  .termine-list .termine-item .date {
    width: 85px;
  }
  .termine-list .termine-item > a.collapsed + div.bg-gray-ultralight {
    padding-top: 0;
    padding-bottom: 0;
  }
  .termine-list .termine-item > a + div.bg-gray-ultralight > div {
    padding-left: 85px;
  }
}
@media screen and (min-width: 984px) {
  .termine-list .termine-item > a + div.bg-gray-ultralight {
    padding: 0;
  }
  .termine-list .termine-item > a + div.bg-gray-ultralight > div {
    padding-left: 95px;
    padding-right: 10px;
  }
}
.termine-list .termine-item .date {
  font-size: 36px;
  font-weight: 300;
  line-height: 1;
  color: #505050;
}
.termine-list .termine-item .date span {
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .termine-list .termine-item .date {
    font-size: 48px;
  }
}
.termine-list .termine-item small {
  font-size: 15px;
}
.termine-list .termine-item .termine-border > div {
  padding-top: 10px;
  padding-bottom: 10px;
}
.termine-list .termine-item:first-child .termine-border > div,
.termine-list .termine-item.filter-first-child .termine-border > div {
  border-top: 2px solid #505050;
}
.termine-list .termine-item .bg-gray-ultralight > div {
  border-bottom: 2px solid #505050;
}
@media screen and (min-width: 984px) {
  .termine-list .termine-item.filter-first-child .termine-border,
  .termine-list .termine-item:first-child .termine-border {
    border-top: 2px solid #505050;
  }
  .termine-list .termine-item.filter-first-child .termine-border > div,
  .termine-list .termine-item:first-child .termine-border > div {
    border: none;
  }
  .termine-list .termine-item .termine-border > div {
    border: none;
  }
}
.termine-list .termine-item .arrow-container {
  border: 2px solid #505050;
  width: 43px;
  height: 43px;
  padding: 8px 9px;
  background: white;
}
.termine-list .termine-item .icon-arrow-up,
.termine-list .termine-item .icon-arrow-down {
  font-size: 23px;
  color: #505050;
}
.termine-list .termine-item .icon-arrow-up:before,
.termine-list .termine-item .icon-arrow-down:before {
  background: inherit;
}
.termine-list .termine-item .icon-arrow-up {
  display: block;
}
.termine-list .termine-item .icon-arrow-down {
  display: none;
}
.termine-list .termine-item > a.collapsed .icon-arrow-up {
  display: none;
}
.termine-list .termine-item > a.collapsed .icon-arrow-down {
  display: block;
}
.termine-list .termine-item .icon-tickets-few-left:before,
.termine-list .termine-item .icon-tickets-sold:before {
  background: #fde900;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.termine-list .termine-item .termine-label {
  padding: 0;
  padding-bottom: 10px;
  line-height: 24px;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .termine-list .termine-item .termine-label {
    padding: 0 10px;
  }
}
.termine-list .termine-item .termine-label .icon {
  font-size: 24px;
  vertical-align: middle;
  width: 55px;
  display: block;
  text-align: center;
  padding: 0;
  float: left;
}
@media screen and (min-width: 768px) {
  .termine-list .termine-item .termine-label .icon {
    display: inline-block;
    float: none;
  }
}
.termine-list .termine-item .tickets-sold-label,
.termine-list .termine-item .tickets-left-label {
  display: none;
}
.termine-list .termine-item.tickets-sold > a.collapsed,
.termine-list .termine-item.tickets-left > a.collapsed {
  background: #e6e6e6;
}
.termine-list .termine-item.tickets-left .tickets-left-label {
  display: block;
}
.termine-list .termine-item.tickets-sold .tickets-sold-label {
  display: block;
}
.termine-list .termine-item.tickets-sold > a,
.termine-list .termine-item.tickets-sold .bg-gray-ultralight *,
.termine-list .termine-item.tickets-sold .date {
  color: #878787;
}
.termine-list .termine-item.tickets-sold .icon-arrow-up,
.termine-list .termine-item.tickets-sold .icon-arrow-down {
  color: #505050;
}
.termine-list .termine-item.tickets-sold .icon-arrow-up:before,
.termine-list .termine-item.tickets-sold .icon-arrow-down:before {
  background: white;
}
.termine-list a:focus {
  outline: none;
}
#language {
  position: fixed;
  top: 90px;
  right: 0;
  z-index: 20;
}
#language a {
  display: block;
  background-color: #505050;
  color: #fde900;
  height: 40px;
  font-size: 14px;
  line-height: 14px;
  padding: 7px 7px;
  text-decoration: none;
  -webkit-transform: skewX(-19deg);
      -ms-transform: skewX(-19deg);
          transform: skewX(-19deg);
  padding-right: 22px;
  margin-right: -15px;
}
#language a span.de,
#language a span.eng {
  display: inline-block;
  padding-left: 5px;
  -webkit-transform: skewX(19deg);
      -ms-transform: skewX(19deg);
          transform: skewX(19deg);
}
@media screen and (min-width: 984px) {
  #language a {
    -webkit-transform: skewX(0deg);
        -ms-transform: skewX(0deg);
            transform: skewX(0deg);
    margin-right: 0px;
    width: 110px;
    padding-right: 7px;
  }
  #language a span.de,
  #language a span.eng {
    -webkit-transform: skewX(0deg);
        -ms-transform: skewX(0deg);
            transform: skewX(0deg);
    padding-left: 36px;
  }
}
#language a:hover,
#language a:focus {
  background-color: #6e6e6e;
  color: white;
}
#language a .icon {
  display: none;
}
@media screen and (min-width: 984px) {
  #language a .icon {
    display: block;
    position: absolute;
    font-size: 22px;
    top: 8px;
  }
}
/* CSS Document */
/*
	.embed-responsive-max-420 { max-width: 420px; }
	

	.embed-responsive-1by1 {

//		display: block; 
//		position: relative; 
//		height: 0; 
		padding-bottom: 100%;
	
	}

	.embed-responsive-7by3 {
		padding-bottom: 42.85714285714286%;
	}
*/
.video-container {
  /*
	.yt-video {
		display: none;
	}
	*/
}
.video-container a {
  display: block;
  width: 100%;
  height: 100%;
}
.video-container a:hover {
  text-decoration: none;
}
.video-container a:focus,
.video-container a:active {
  position: static;
  top: auto;
}
.video-container:hover .icon {
  background: rgba(0, 0, 0, 0.6);
}
.video-container .icon {
  display: block;
  font-size: 47px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -29px;
  margin-top: -24px;
  -webkit-border-radius: 11px;
          border-radius: 11px;
  background: rgba(0, 0, 0, 0.4);
  width: 58px;
  height: 47px;
}
.video-container .icon:after {
  position: absolute;
  content: '';
  border: 48px solid transparent;
  border-width: 13px 17px;
  left: 21px;
  top: 10px;
  border-left-color: white;
}
/* CSS Document */
.row-header-col-5-7 {
  font-size: 16px;
  margin-bottom: -30px;
}
.row-header-col-5-7 h1,
.row-header-col-5-7 h2,
.row-header-col-5-7 .h1,
.row-header-col-5-7 .h2 {
  text-transform: none;
}
@media screen and (min-width: 768px) {
  .row-header-col-5-7 {
    margin-bottom: -20px;
  }
}
@media screen and (min-width: 984px) {
  .row-header-col-5-7 {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 984px) {
  .row-header-col-5-7 {
    padding-right: 120px;
  }
}
.modul,
.modul-wrap,
.modul.jumbotron {
  margin-bottom: 40px;
}
@media screen and (min-width: 984px) {
  .modul,
  .modul-wrap,
  .modul.jumbotron {
    margin-bottom: 80px;
  }
}
.modul-wrap .modul:last-child {
  margin-bottom: 0;
}
.modul [class*="col-"] > h1:first-child,
.modul-wrap [class*="col-"] > h1:first-child,
.modul [class*="col-"] > .h1:first-child,
.modul-wrap [class*="col-"] > .h1:first-child,
.modul [class*="col-"] > h2:first-child,
.modul-wrap [class*="col-"] > h2:first-child,
.modul [class*="col-"] > .h2:first-child,
.modul-wrap [class*="col-"] > .h2:first-child,
.modul [class*="col-"] > h3:first-child,
.modul-wrap [class*="col-"] > h3:first-child,
.modul [class*="col-"] > .h3:first-child,
.modul-wrap [class*="col-"] > .h3:first-child,
.modul [class*="col-"] > h4:first-child,
.modul-wrap [class*="col-"] > h4:first-child,
.modul [class*="col-"] > .h4:first-child,
.modul-wrap [class*="col-"] > .h4:first-child,
.modul [class*="col-"] > h5:first-child,
.modul-wrap [class*="col-"] > h5:first-child,
.modul [class*="col-"] > .h5:first-child,
.modul-wrap [class*="col-"] > .h5:first-child,
.modul [class*="col-"] > h6:first-child,
.modul-wrap [class*="col-"] > h6:first-child,
.modul [class*="col-"] > .h6:first-child,
.modul-wrap [class*="col-"] > .h6:first-child {
  margin-top: 0;
}
@media screen and (max-width: 983px) {
  .row.modul > .col-md-5 + div.clearfix,
  .row.modul > .col-md-7 + div.clearfix {
    padding: 0 0 40px;
  }
}
@media screen and (min-width: 984px) {
  .col-md-7 .col-sm-5 p a {
    white-space: nowrap;
  }
}
/* Vermeiden dass nach einen Jumobotron ein zu großer Abstand entsteht */
.contentwrap .container:nth-of-type(n+2) .modul > h1,
.contentwrap .container:nth-of-type(n+2) .modul-wrap > h1,
.contentwrap .container:nth-of-type(n+2) .modul > .h1,
.contentwrap .container:nth-of-type(n+2) .modul-wrap > .h1,
.contentwrap .container:nth-of-type(n+2) .modul > h2,
.contentwrap .container:nth-of-type(n+2) .modul-wrap > h2,
.contentwrap .container:nth-of-type(n+2) .modul > .h2,
.contentwrap .container:nth-of-type(n+2) .modul-wrap > .h2,
.contentwrap .container:nth-of-type(n+2) .modul > h3,
.contentwrap .container:nth-of-type(n+2) .modul-wrap > h3,
.contentwrap .container:nth-of-type(n+2) .modul > .h3,
.contentwrap .container:nth-of-type(n+2) .modul-wrap > .h3,
.contentwrap .container:nth-of-type(n+2) .modul > h4,
.contentwrap .container:nth-of-type(n+2) .modul-wrap > h4,
.contentwrap .container:nth-of-type(n+2) .modul > .h4,
.contentwrap .container:nth-of-type(n+2) .modul-wrap > .h4,
.contentwrap .container:nth-of-type(n+2) .modul > h5,
.contentwrap .container:nth-of-type(n+2) .modul-wrap > h5,
.contentwrap .container:nth-of-type(n+2) .modul > .h5,
.contentwrap .container:nth-of-type(n+2) .modul-wrap > .h5,
.contentwrap .container:nth-of-type(n+2) .modul > h6,
.contentwrap .container:nth-of-type(n+2) .modul-wrap > h6,
.contentwrap .container:nth-of-type(n+2) .modul > .h6,
.contentwrap .container:nth-of-type(n+2) .modul-wrap > .h6 {
  margin-top: 0;
}
/* CSS Document */
label {
  font-weight: 400;
}
.form-control {
  border: 2px solid #505050;
  color: #505050;
  line-height: 43px;
  height: 43px;
}
.fuelux .radio-custom.checked:before,
.fuelux .checkbox-custom.checked:before,
.fuelux .radio-custom:before,
.fuelux .checkbox-custom:before {
  content: "" !important;
  font-family: 'Glyphicons Halflings' !important;
  line-height: 1;
  font-size: 22px;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 0 !important;
          border-radius: 0 !important;
  color: #505050 !important;
  border: none;
  background: none;
  border: 2px solid #505050;
}
.fuelux .radio-custom.checked:before,
.fuelux .checkbox-custom.checked:before {
  content: "\e013" !important;
}
.fuelux .radio {
  min-height: 36px;
}
.fuelux .radio-custom.checked:before,
.fuelux .radio-custom:before {
  content: "" !important;
  -webkit-border-radius: 50% !important;
          border-radius: 50% !important;
  background: white !important;
}
.fuelux .radio-custom.checked:after {
  -webkit-border-radius: 8px;
          border-radius: 8px;
  height: 14px;
  left: 8px;
  top: 11px;
  width: 14px;
  background: #505050 !important;
}
.fuelux .radio label,
.fuelux .checkbox label {
  padding-left: 53px;
}
.bootstrap-select.btn-group .btn.dropdown-toggle {
  margin-bottom: 0;
}
.bootstrap-select.btn-group .btn {
  background-color: white;
  min-height: 43px;
  padding: 4px 0;
  padding-left: 10px;
  padding-right: 53px;
}
.bootstrap-select.btn-group .btn .focus,
.bootstrap-select.btn-group .btn:focus {
  outline-color: #fde900 !important;
}
.bootstrap-select.btn-group .btn .filter-option {
  min-height: 31px;
}
.bootstrap-select.btn-group .btn .filter-option:before {
  content: "\e615";
  font-family: 'icomoon';
  line-height: 1;
  font-size: 28px;
  vertical-align: middle;
  padding-right: 8px;
  color: #505050;
}
.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  top: -2px;
  right: -2px;
  margin-top: 0;
  vertical-align: middle;
  border: none;
  color: #505050;
  border: 2px solid #505050;
  width: 43px;
  height: 43px;
  padding: 8px 9px;
}
.bootstrap-select.btn-group .btn .caret:before {
  content: "\e613";
  font-family: 'icomoon';
  line-height: 1;
  font-size: 23px;
}
.open.bootstrap-select.btn-group .btn .caret:before {
  content: "\e61a";
}
.open.bootstrap-select.btn-group .btn {
  border-bottom: none;
}
.open.bootstrap-select.btn-group .btn.btn-default {
  border-color: #505050;
}
.bootstrap-select.btn-group .btn .dropdown-toggle {
  margin-bottom: 0px;
}
.bootstrap-select.btn-group .btn:hover.btn-default,
.bootstrap-select.btn-group .btn:focus.btn-default,
.bootstrap-select.btn-group .btn.focus.btn-default,
.bootstrap-select.btn-group .btn:active.btn-default,
.bootstrap-select.btn-group .btn.active.btn-default {
  border-color: #505050;
}
.bootstrap-select.btn-group .dropdown-menu {
  margin-top: 0;
  border-width: 2px;
  border-color: #505050;
  border-top: none;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  padding-left: 50px;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  top: auto;
  margin-top: 0 !important;
  left: 10px;
  right: auto !important;
  vertical-align: middle;
  display: inline-block;
  position: absolute;
  color: #505050;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark:before {
  content: "\e612";
  font-family: 'icomoon';
  line-height: 1;
  font-size: 28px;
  vertical-align: middle;
}
.bootstrap-select.btn-group .dropdown-menu li.selected a span.check-mark:before {
  content: "\e615";
}
/* CSS Document */
body {
  padding-top: 60px;
}
.navbar {
  color: #505050;
  border: none;
}
.navbar .collapse .bg-dark {
  padding: 0;
}
#nav-aktuelles a:hover,
#nav-main a:hover,
#nav-aktuelles a:focus,
#nav-main a:focus {
  outline: none;
  text-decoration: underline;
}
#nav-side .icon.icon-moderation_circ:before {
  content: "\e614";
}
@media screen and (min-width: 1160px) {
  .navbar .container {
    width: auto;
    max-width: 1440px;
  }
}
@media screen and (min-width: 984px) {
  .hide-toggles-tablet .navbar {
    -webkit-transition: top 200ms ease-out;
            transition: top 200ms ease-out;
  }
  .navbar.invisible {
    visibility: hidden;
    top: -60px;
  }
  .hide-toggles-tablet .navbar.invisible #nav-side {
    visibility: visible;
  }
}
.navbar-header:before {
  content: '';
  width: 100%;
  height: 60px;
  background-color: #fde900;
  display: block;
  position: absolute;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 984px) {
  .navbar-header:before {
    -webkit-box-shadow: inset 0 -10px 15px -15px rgba(0, 0, 0, 0.2);
            box-shadow: inset 0 -10px 15px -15px rgba(0, 0, 0, 0.2);
  }
  .navbar-header:before .show-toggles-tablet {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.navbar-default .navbar-toggle {
  border: none;
  margin-top: 0;
  margin-bottom: 0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:active {
  text-decoration: none;
  background-color: inherit;
}
.navbar-default .navbar-toggle:hover .icon-aktuelles,
.navbar-default .navbar-toggle:focus .icon-aktuelles,
.navbar-default .navbar-toggle:active .icon-aktuelles {
  color: #fde900;
}
.navbar-default .navbar-toggle.bg-dark:hover,
.navbar-default .navbar-toggle.bg-dark:focus,
.navbar-default .navbar-toggle.bg-dark:active {
  background-color: #505050;
}
.navbar-header:after {
  background: #505050;
  position: absolute;
  z-index: -1;
  height: 60px;
  bottom: 0;
  width: 100%;
  right: -100%;
}
@media screen and (min-width: 320px) {
  .navbar-header:after {
    margin-right: 55px;
  }
}
@media screen and (min-width: 768px) {
  .navbar-header:after {
    width: 50%;
    left: 50%;
    right: auto;
    margin-right: auto;
    margin-left: 315px;
  }
}
@media screen and (min-width: 984px) {
  .navbar-header:after {
    margin-left: 460px;
  }
  .show-toggles-tablet.navbar-header:after {
    margin-left: 460px;
  }
}
@media screen and (min-width: 1160px) {
  .navbar-header:after {
    margin-left: 520px;
  }
  .show-toggles-tablet.navbar-header:after {
    margin-left: 520px;
  }
}
@media screen and (min-width: 1280px) {
  .navbar-header:after {
    margin-left: 600px;
  }
  .show-toggles-tablet.navbar-header:after {
    margin-left: 600px;
  }
}
#nav-aktuelles a {
  color: #fde900;
}
.navbar-brand {
  max-width: 182px;
  padding: 19px 10px;
}
.navbar-default a.navbar-toggle {
  border-left: 3px solid white;
}
.icon-aktuelles {
  padding-left: 10px;
  padding-right: 10px;
}
.navbar-toggle {
  padding: 19px 7px;
  line-height: 22px;
  font-size: 22px;
  color: #505050;
  -webkit-transform: skewX(-19deg);
      -ms-transform: skewX(-19deg);
          transform: skewX(-19deg);
}
.navbar-toggle .navbar-toggle-icon {
  -webkit-transform: skewX(19deg);
      -ms-transform: skewX(19deg);
          transform: skewX(19deg);
}
.navbar-toggle .icon-aktuelles {
  display: block;
}
.navbar-default .navbar-toggle .navbar-toggle-icon .icon-aktuelles {
  color: #fde900;
}
.navbar-default .navbar-toggle.bg-dark:hover {
  background: #505050;
}
button.navbar-toggle.collapsed .icon-nav-toggle-btn {
  display: block;
}
button.navbar-toggle.collapsed .icon-nav-toggle-open-btn {
  display: none;
}
.icon-nav-toggle-btn {
  display: none;
}
.icon-nav-toggle-open-btn {
  display: block;
}
.icon-social {
  display: inline-block;
}
.icon-social .icon {
  line-height: 55px;
  font-size: 30px;
  padding-right: 40px;
  padding-left: 10px;
}
.icon-social .icon:hover {
  color: #b9b9b9;
}
.icon-social:hover .icon {
  color: #b9b9b9;
}
@media screen and (min-width: 984px) {
  .hide-toggles-tablet .icon-social {
    display: none;
  }
}
#nav-side .icon {
  float: left;
  font-size: 55px;
  padding-right: 10px;
}
@media screen and (min-width: 1160px) {
  .navbar-brand {
    max-width: 250px;
    padding: 15px 10px;
  }
}
@media screen and (min-width: 984px) {
  .show-toggles-tablet .navbar-brand {
    max-width: 250px;
    padding: 15px 10px;
  }
}
/*
@media screen and (max-width: @grid-float-breakpoint-max) {
	.navbar-nav > li > a { line-height: 55px; padding: 8px 10px; }
	#nav-main > li > a { line-height: 52px; } 
}
*/
/*
@media screen and (min-width: @grid-float-breakpoint) and (max-width: @screen-lg) {
	.hide-toggles-tablet
	.navbar-nav > li > a { line-height: 55px; padding: 8px 10px; }
	#nav-main > li > a { line-height: 52px; } 
	
}
*/
.navbar-nav > li > a {
  line-height: 55px;
  padding: 8px 10px;
}
#nav-main > li > a {
  line-height: 52px;
}
@media screen and (min-width: 984px) {
  .hide-toggles-tablet .navbar-nav > li > a {
    line-height: 26px;
    padding: 17px 10px;
    padding-right: 15px;
  }
  .hide-toggles-tablet #nav-main > li > a {
    line-height: 26px;
  }
}
@media screen and (min-width: 984px) {
  .hide-toggles-tablet .navbar-default .navbar-nav > li > a {
    color: #505050;
  }
  .hide-toggles-tablet .navbar-default .navbar-nav > li > a:hover {
    color: #505050;
  }
  .hide-toggles-tablet #nav-main.navbar-nav.navbar-right li,
  .hide-toggles-tablet #nav-aktuelles.navbar-nav.navbar-right li {
    -webkit-transform: skewX(-19deg);
        -ms-transform: skewX(-19deg);
            transform: skewX(-19deg);
  }
  .hide-toggles-tablet #nav-main.navbar-nav.navbar-right li a,
  .hide-toggles-tablet #nav-aktuelles.navbar-nav.navbar-right li a {
    -webkit-transform: skewX(19deg);
        -ms-transform: skewX(19deg);
            transform: skewX(19deg);
  }
  .hide-toggles-tablet #nav-main.navbar-nav.navbar-right li {
    border-right: 3px solid white;
  }
  .hide-toggles-tablet #nav-main.navbar-nav.navbar-right li:first-child {
    border-left: 3px solid white;
  }
}
@media screen and (min-width: 1160px) {
  #nav-aktuelles {
    margin-right: 10px;
  }
}
@media screen and (min-width: 984px) {
  .startseite.hide-toggles-tablet #nav-side {
    display: none;
  }
  .hide-toggles-tablet #nav-side {
    position: fixed;
    text-align: center;
    right: 0;
    top: 153px;
    font-size: 14px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  }
  .hide-toggles-tablet #nav-side.smallWindow {
    position: absolute;
    z-index: -1;
  }
  .hide-toggles-tablet #nav-side > li {
    float: none;
  }
  .hide-toggles-tablet #nav-side > li > a {
    display: block;
    width: 110px;
    height: 110px;
    padding: 5px;
  }
  .hide-toggles-tablet #nav-side > li > a span {
    color: white;
  }
  .hide-toggles-tablet #nav-side .icon {
    float: none;
    font-size: 60px;
    padding: 5px 0;
  }
}
/**/
/* Override Bootstrap Styles To Show Toggles On Tablet*/
@media screen and (min-width: 984px) and (max-width: 1160px) {
  .show-toggles-tablet .navbar-header {
    float: none;
  }
  .show-toggles-tablet .navbar-left,
  .show-toggles-tablet .navbar-right {
    float: none !important;
  }
  .show-toggles-tablet .navbar-toggle {
    display: block;
  }
  .show-toggles-tablet .navbar-collapse {
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .show-toggles-tablet .navbar-collapse {
    margin-right: -10px;
    margin-left: -10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .show-toggles-tablet .navbar-header {
    margin-right: -10px;
    margin-left: -10px;
  }
  .show-toggles-tablet .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .show-toggles-tablet .navbar-collapse.collapse {
    display: none !important;
  }
  .show-toggles-tablet .navbar-collapse.in {
    overflow-y: auto !important;
  }
  .show-toggles-tablet .navbar-nav {
    float: none !important;
    margin: 8.5px -10px;
  }
  .show-toggles-tablet .navbar-nav.hidden-sm {
    display: none;
  }
  .show-toggles-tablet .navbar-nav > li {
    float: none;
  }
  .show-toggles-tablet .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .show-toggles-tablet .collapse.in {
    display: block !important;
  }
  .show-toggles-tablet .pull-right-md {
    float: none !important;
  }
  .show-toggles-tablet .navbar > .container .navbar-brand,
  .show-toggles-tablet .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
  }
  .show-toggles-tablet .sidenav {
    position: static;
    right: auto;
    top: auto;
  }
  .show-toggles-tablet .sidenav > li {
    float: none;
  }
  .show-toggles-tablet .sidenav > li > a {
    width: auto;
    height: auto;
  }
}
/**/
.contentwrap > *:nth-last-child(2) > .modul:last-child,
.contentwrap > *:nth-last-child(2) > .modul-wrap:last-child {
  margin-bottom: 80px;
}
@media screen and (min-width: 984px) {
  .contentwrap > *:nth-last-child(2) > .modul:last-child,
  .contentwrap > *:nth-last-child(2) > .modul-wrap:last-child {
    margin-bottom: 150px;
  }
}
.footer {
  min-height: 90px;
  padding: 0;
  padding-top: 30px;
  padding-bottom: 20px;
  font-size: 18px;
}
.footer a {
  color: #505050;
}
.footer a:focus {
  outline: none;
}
.footer .icon {
  font-size: 35px;
  vertical-align: middle;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  color: #505050;
}
.footer .list-inline {
  margin: 0;
}
.footer .list-inline li {
  display: block;
  padding: 8px 0;
}
.footer li.footer-socials {
  margin-top: 16px;
}
.footer li.footer-socials a {
  margin-right: 40px;
}
@media screen and (min-width: 768px) {
  .footer {
    font-size: 18px;
  }
  .footer .list-inline li {
    display: inline;
    padding: 0 8px;
  }
  .footer li.footer-socials {
    margin-top: 0;
  }
  .footer li.footer-socials a {
    margin: 0 0 0 30px;
  }
}
/* Sticky footer styles
-------------------------------------------------- */
@media screen and (min-width: 768px) {
  html {
    position: relative;
    min-height: 100%;
  }
  body {
    /* Margin bottom by footer height */
    margin-bottom: 90px;
  }
  .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
  }
}
@media screen and (min-width: 984px) {
  body {
    margin-bottom: 90px;
  }
}
/**/
.noscriptMessage {
  position: fixed;
  z-index: 2000;
  left: 0;
  right: 0;
  top: 0;
  padding: 1em 0.5em;
  text-align: center;
  background: #ffffe1;
  font-size: 14px;
}
.noscriptMessage a {
  color: #900;
}
/* CSS Document */
@media print {
  h2,
  h3 {
    page-break-after: avoid;
  }
  ul,
  img {
    page-break-inside: avoid;
  }
  /*
  a[href^=http]:after {
    content:" <" attr(href) "> ";
  }

  a:after > img {
    content: "";
  }


	#debug {
		 a[href^=http]:after { content: initial; }
	}
*/
  .affix,
  #debug,
  .footer {
    display: none;
  }
  .yt-video {
    display: none;
  }
}
/*
.dev { outline: 1px solid red; }

p:last-child {
	//outline: 1px dotted magenta;
}

pre {
	white-space: pre-line !important;
	font-size: 14px;
}

.modul,
.modul-wrap { 
	outline: 1px solid #9f3; 
	.modul {
		outline: 0;
	}
}
*/
#debug {
  position: fixed;
  z-index: 9999;
  left: 5%;
  top: 5%;
  background: #ffc;
  font-size: 12px;
  line-height: 1.2;
  padding: 5px;
}
#debug ul {
  padding: 5px 12px;
  margin: 0;
}
#debug li {
  display: list-item;
  white-space: nowrap;
}
#debug a {
  color: gray;
}
/*
.debug-outlines {
	[class*='col-'] { outline: 1px solid red; }
	[class*='row'] { outline: 1px solid lime; }
}


// DEBUG 
@media screen and (min-width: @screen-md-min) and (max-width: @screen-lg) {
	.navbar-brand:after {
		content: 'MD Desktop Nav';
		font-size: 10px;
		color: red;
	}
	
	.show-toggles-tablet .navbar-brand:after {
		content: 'MD Tablet Nav';
	}
}
*/
p:last-child {
  margin-bottom: 0;
}
/*
.modul {
	h1, h2, h3, h4, h5, h6 {
		&:first-child {
			margin-top: 0; // !important;
		}
	}
}
*/
img {
  /* ALT-Text */
  color: #505050;
  font-size: 16px;
}
.wrap {
  background: #fff;
  max-width: 1420px;
  margin: auto;
}
::-moz-selection {
  background: #fde900;
  color: #505050;
}
::selection {
  background: #fde900;
  color: #505050;
}
/* FOUT */
html.wf-loading {
  overflow: hidden;
}
html.wf-loading body {
  overflow: hidden;
}
html.wf-loading::after {
  content: " ";
  position: fixed;
  z-index: 9999;
  background: #ffffff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/* -- FOUT -- */
a:active,
a:focus {
  position: relative;
  top: 1px;
}
a:focus,
*:focus {
  outline-color: #fde900;
}
div.clearfix {
  padding: 0 0 16px;
}
.anchor {
  border-top: 60px solid transparent;
  margin-top: -60px;
}
