/* merriweather-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/merriweather-v30-latin-regular.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* merriweather-italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Merriweather';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/merriweather-v30-latin-italic.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* merriweather-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/merriweather-v30-latin-700.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/open-sans-v40-latin-italic.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v40-latin-700.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* GENERELL */
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5em !important;
  line-height: 1.5em;
  font-weight: 200;
  color: #595959;
  background-color: #eaeced;
  padding-top: 50px;
}
a {
  color: #875a95;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .box {
    height: auto !important;
  }
}
.trennlinie {
  width: 34px;
  height: 1px;
  display: block;
  background-color: #eaeced;
}
.trennliniezentriert {
  width: 34px;
  height: 1px;
  display: block;
  background-color: #eaeced;
  margin: 0 auto 30px auto;
}
.trennlinie-links {
  border-left: 1px dotted #9ab1b7;
}
.alert {
  border: 0;
}
.breadcrumb {
  background-color: #ffffff;
}
.darkknight {
  background-color: #875a95;
  color: #eaeced;
}
.darkknight p,
.darkknight a {
  color: #ffffff !important;
}
.darkfight {
  background-color: #595959;
  color: #eaeced;
}
.darkfight p,
.darkfight a,
.darkfight h3 {
  color: #ffffff !important;
}
.container-inhalt {
  padding-top: 30px;
  padding-bottom: 30px;
}
.container-inhalt-nur-oben {
  padding-top: 30px;
}
.img-responsive {
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  width: auto;
}
.img-rounded {
  border-radius: 0px;
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
h3,
h4 {
  font-weight: 700;
}
h1 {
  font-family: 'Merriweather', serif;
  font-weight: 200;
  font-size: 2.3em;
  color: #ffffff;
}
h1 small {
  color: #f2dede;
  font-size: 50%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
h2 {
  font-weight: 200;
  font-size: 1.2em;
  line-height: 140%;
  color: #eaeced;
}
h3 {
  font-family: 'Merriweather', serif;
  font-size: 1.3em;
  color: #595959;
}
h4 {
  color: #875a95;
}
a h3 {
  text-decoration: underline;
}
.pagination > li > a,
.pagination > li > span,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #875a95;
}
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  background-color: #73716e;
  color: #ffffff;
}
.thumbnail {
  border: 0;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 2px dashed #ffffff;
  clear: both;
}
.page-header {
  border-bottom: 0px;
}
.caretanfang {
  font-size: 1.3em;
  padding: 0;
  margin: 0 10px 0 0;
  color: #875a95;
}
.caretende {
  font-size: 1.3em;
  padding: 0;
  margin: 0 0 0 10px;
  color: #875a95;
}
.fliesstext p {
  padding-bottom: 15px;
}
.fliesstext h3 {
  padding-top: 15px;
}
.marker {
  background-color: #595959;
  padding: 10px;
}
.carousel-caption {
  font-weight: 700;
  font-size: 1.3em;
  margin-bottom: 15px;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.iconabstand i {
  margin-right: 5px;
  margin-left: 15px;
}
.iconabstand i:first-child {
  margin-left: 0px;
}
.progress-bar {
  background-color: #875a95;
}
.alert-danger {
  color: #ffffff;
  background-color: #875a95;
  border-color: #ebccd1;
  border-radius: 0px;
}
.alert-danger h3 {
  color: #ffffff;
}
.fa-square {
  border-radius: 0px;
}
.square {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
}
@media (max-width: 992px) {
  .clock {
    zoom: 0.8;
    -moz-transform: scale(0.8);
  }
}
@media (max-width: 768px) {
  .clock {
    zoom: 0.6;
    -moz-transform: scale(0.6);
  }
}
@media (max-width: 576px) {
  .clock {
    zoom: 0.4;
    -moz-transform: scale(0.4);
  }
}
/* WELL */
.well {
  box-shadow: inset 0 0 0;
  background-color: #ffffff;
  border-radius: 0px;
  border: 0;
}
.well-news {
  padding-top: 0;
}
.well h3 {
  margin-top: 0;
}
/* PAGINATION */
.pagination > li > a,
.pagination > li > span {
  border: 0;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
/* NAV TABS */
.nav-tabs {
  border-bottom: 0px solid #dddddd;
}
.nav-tabs > li > a {
  color: #fff;
  border-radius: 0;
}
.nav-tabs > li > a:hover {
  color: #595959;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #555 !important;
  background-color: #eaeced;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.tab-pane {
  padding: 15px 0;
}
.tab-content {
  padding-top: 0;
  padding-bottom: 30px;
}
/* VIERER */
.vierer {
  background-color: #eaeced;
  padding-top: 15px;
  padding-bottom: 30px;
}
/* FUSS */
.fuss {
  background-color: #8d8b87;
  padding: 30px 0;
}
.fuss p,
.fuss a {
  color: #ffffff;
}
/* BUTTON */
.btn {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.05em;
  font-weight: 700;
  border-radius: 0px;
}
.btn-bd {
  color: #ffffff;
  background-color: #875a95;
}
.btn-bd:hover {
  color: #f8f5f9;
  background-color: #4d3455;
}
.btn-bd:active {
  color: #f8f5f9;
  background-color: #4d3455;
}
.btn-vierer {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.btn-vierer:hover,
.btn-vierer:hover {
  color: #ffffff;
  background-color: #cfd3d5;
  border-color: #ffffff;
}
.btn-primary {
  background-color: #919191;
  border-color: #919191;
}
.btn-primary:hover,
.btn-primary:active {
  color: #ffffff;
  background-color: #787878;
  border-color: #787878;
}
.btn-danger {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.btn-danger:hover,
.btn-danger.active {
  color: #ffffff;
  background-color: #875a95;
  border-color: #ffffff;
}
/* NAVI */
.navbar-fixed-top {
  border-width: 0 0 0;
}
.navbar-default {
  background-color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
  color: #595959;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #595959;
  background-color: #cccccc;
}
.navbar-brand {
  color: #595959 !important;
  padding: 10px 0 0 15px;
}
.navbar-default .navbar-toggle {
  border-color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #595959;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  .navbar .navbar-collapse {
    text-align: right;
  }
}
/* GALLERY */
.gallery img {
  margin-bottom: 25px;
}
#lightbox .modal-content {
  display: inline-block;
  text-align: center;
}
.video-list-thumbs > li {
  margin-bottom: 12px;
}
.video-list-thumbs > li > a {
  display: block;
  position: relative;
  background-color: #875a95;
  color: #ffffff;
  padding: 8px;
  border-radius: 0;
}
.video-list-thumbs > li > a:hover {
  background-color: #4d3455;
  transition: all 500ms ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}
.video-list-thumbs h2 {
  bottom: 0;
  font-size: 14px;
  height: 33px;
  margin: 8px 0 0;
}
.video-list-thumbs .glyphicon-play-circle {
  font-size: 60px;
  opacity: 0.6;
  position: absolute;
  right: 39%;
  top: 31%;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.video-list-thumbs > li > a:hover .glyphicon-play-circle {
  color: #ffffff;
  opacity: 1;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
  transition: all 500ms ease;
}
.video-list-thumbs .duration {
  background-color: #6a4775;
  border-radius: 2px;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  left: 12px;
  line-height: 13px;
  padding: 2px 3px 1px;
  position: absolute;
  top: 12px;
}
.video-list-thumbs > li > a:hover .duration {
  background-color: #000;
  transition: all 500ms ease;
}
@media (min-width: 320px) and (max-width: 480px) {
  .video-list-thumbs .glyphicon-play-circle {
    font-size: 35px;
    right: 36%;
    top: 27%;
  }
  .video-list-thumbs h2 {
    bottom: 0;
    font-size: 12px;
    height: 22px;
    margin: 8px 0 0;
  }
}
/* BILDER FÜR WYSIWYG */
.img-responsive-links {
  float: left !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.img-responsive-rechts {
  float: right !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-left: 15px;
  margin-bottom: 15px;
}
.img-50-links {
  float: left !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 50%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.img-50-rechts {
  float: right !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 50%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-left: 15px;
  margin-bottom: 15px;
}
.img-33-links {
  float: left !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 33%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.img-33-rechts {
  float: right !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 33%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-left: 15px;
  margin-bottom: 15px;
}
.img-25-links {
  float: left !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 25%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.img-25-rechts {
  float: right !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 25%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-left: 15px;
  margin-bottom: 15px;
}
.intro-header {
  background-color: #808080;
  background: no-repeat center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  margin-bottom: 50px;
}
.intro-header .site-heading,
.intro-header .post-heading,
.intro-header .page-heading {
  padding: 100px 0 50px;
}
@media only screen and (min-width: 768px) {
  .intro-header .site-heading,
  .intro-header .post-heading,
  .intro-header .page-heading {
    padding: 150px 0;
  }
}
.intro-header .site-heading,
.intro-header .page-heading {
  text-align: center;
}
.intro-header .site-heading h1,
.intro-header .page-heading h1 {
  margin-top: 0;
  font-size: 50px;
  color: #ffffff;
}
.intro-header .site-heading .subheading,
.intro-header .page-heading .subheading {
  font-size: 24px;
  line-height: 1.1;
  display: block;
  font-weight: 200;
  margin: 10px 0 0;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .intro-header .site-heading h1,
  .intro-header .page-heading h1 {
    font-size: 80px;
  }
}
.intro-header .post-heading h1 {
  font-size: 35px;
  color: #ffffff;
}
.intro-header .post-heading .subheading,
.intro-header .post-heading .meta {
  line-height: 1.1;
  display: block;
}
.intro-header .post-heading .subheading {
  font-size: 24px;
  margin: 10px 0 30px;
  font-weight: 700;
}
.intro-header .post-heading .meta {
  font-style: italic;
  font-weight: 200;
  font-size: 20px;
}
.intro-header .post-heading .meta a {
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .intro-header .post-heading h1 {
    font-size: 55px;
  }
  .intro-header .post-heading .subheading {
    font-size: 30px;
  }
}
/* NEWS TEASER */
.row-no-gutter {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutter [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.days .row [class*="col-"]:nth-child(2) .day {
  border-width: 0 1px 0 1px;
  border-style: solid;
  border-color: #eaeaea;
}
.days .row [class*="col-"] {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.day {
  padding: 10px 0px;
  text-align: center;
  margin-bottom: 5px;
}
.day h1 {
  color: #595959;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
}
.day h2 {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0;
}
/* PLUS MINUS COLLAPSE */
.plus-minus:after,
.plus-minus.collapsed:after {
  display: inline-block;
  width: 1em;
  font-weight: 700;
  text-align: center;
  position: relative;
}
.plus-minus:after {
  content: "-";
  top: -1px;
}
.plus-minus.collapsed:after {
  content: "+";
  top: 0;
}
/* BOOTSTRAP DATETIMEPICKER */
.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #cccccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
  margin: -1px;
  padding: 0;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
  margin: -1px;
  padding: 0;
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
  margin: -1px;
  padding: 0;
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
  margin: -1px;
  padding: 0;
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
  margin: -1px;
  padding: 0;
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
  margin: -1px;
  padding: 0;
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
  margin: -1px;
  padding: 0;
}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
  margin: -1px;
  padding: 0;
}
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
  margin: -1px;
  padding: 0;
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
  margin: -1px;
  padding: 0;
}
.bootstrap-datetimepicker-widget .picker-switch td {
  height: auto;
  width: auto;
  line-height: inherit;
  margin: 0;
  padding: 0;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
  margin: -1px;
  padding: 0;
}
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
  margin: -1px;
  padding: 0;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: 0 0 7px 7px solid transparent;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  cursor: pointer;
  border-radius: 4px;
  margin: 2px 1.5px;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}
.bootstrap-datetimepicker-widget table th,
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover,
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover,
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th,
.input-group.date .input-group-addon {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eee;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new,
.bootstrap-datetimepicker-widget table td span.old {
  color: #777;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover,
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
