/*! lightgallery - v1.6.5 - 2017-11-16
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2017 Sachin N; Licensed GPLv3 */
@font-face {
  font-family: 'lg';
  src: url("../../../typo3conf/ext/origo/Resources/Public/Libraries/lightgallery/src/fonts/lg.eot?n1z373");
  src: url("../../../typo3conf/ext/origo/Resources/Public/Libraries/lightgallery/src/fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../../../typo3conf/ext/origo/Resources/Public/Libraries/lightgallery/src/fonts/lg.woff?n1z373") format("woff"), url("../../../typo3conf/ext/origo/Resources/Public/Libraries/lightgallery/src/fonts/lg.ttf?n1z373") format("truetype"), url("../../../typo3conf/ext/origo/Resources/Public/Libraries/lightgallery/src/fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.lg-icon {
  font-family: 'lg';
  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;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none;
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "\e095";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
  color: #FFF;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}
.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}
.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}
#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}
.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}
.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}
.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}
.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.lg-outer #lg-share {
  position: relative;
}
.lg-outer #lg-share:after {
  content: "\e80d";
}
.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}
.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}
.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}
.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url("../img/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html {
  display: none;
}
.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/*# sourceMappingURL=lightgallery.css.map */

/*! lightgallery - v1.6.5 - 2017-11-16
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2017 Sachin N; Licensed GPLv3 */
.lg-css3.lg-zoom-in .lg-item {
  opacity: 0; }
  .lg-css3.lg-zoom-in .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3); }
  .lg-css3.lg-zoom-in .lg-item.lg-next-slide {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3); }
  .lg-css3.lg-zoom-in .lg-item.lg-current {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1; }
  .lg-css3.lg-zoom-in .lg-item.lg-prev-slide, .lg-css3.lg-zoom-in .lg-item.lg-next-slide, .lg-css3.lg-zoom-in .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }
.lg-css3.lg-zoom-in-big .lg-item {
  opacity: 0; }
  .lg-css3.lg-zoom-in-big .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(2, 2, 2);
    transform: scale3d(2, 2, 2); }
  .lg-css3.lg-zoom-in-big .lg-item.lg-next-slide {
    -webkit-transform: scale3d(2, 2, 2);
    transform: scale3d(2, 2, 2); }
  .lg-css3.lg-zoom-in-big .lg-item.lg-current {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1; }
  .lg-css3.lg-zoom-in-big .lg-item.lg-prev-slide, .lg-css3.lg-zoom-in-big .lg-item.lg-next-slide, .lg-css3.lg-zoom-in-big .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }
.lg-css3.lg-zoom-out .lg-item {
  opacity: 0; }
  .lg-css3.lg-zoom-out .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7); }
  .lg-css3.lg-zoom-out .lg-item.lg-next-slide {
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7); }
  .lg-css3.lg-zoom-out .lg-item.lg-current {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1; }
  .lg-css3.lg-zoom-out .lg-item.lg-prev-slide, .lg-css3.lg-zoom-out .lg-item.lg-next-slide, .lg-css3.lg-zoom-out .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }
.lg-css3.lg-zoom-out-big .lg-item {
  opacity: 0; }
  .lg-css3.lg-zoom-out-big .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0); }
  .lg-css3.lg-zoom-out-big .lg-item.lg-next-slide {
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0); }
  .lg-css3.lg-zoom-out-big .lg-item.lg-current {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1; }
  .lg-css3.lg-zoom-out-big .lg-item.lg-prev-slide, .lg-css3.lg-zoom-out-big .lg-item.lg-next-slide, .lg-css3.lg-zoom-out-big .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }
.lg-css3.lg-zoom-out-in .lg-item {
  opacity: 0; }
  .lg-css3.lg-zoom-out-in .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0); }
  .lg-css3.lg-zoom-out-in .lg-item.lg-next-slide {
    -webkit-transform: scale3d(2, 2, 2);
    transform: scale3d(2, 2, 2); }
  .lg-css3.lg-zoom-out-in .lg-item.lg-current {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1; }
  .lg-css3.lg-zoom-out-in .lg-item.lg-prev-slide, .lg-css3.lg-zoom-out-in .lg-item.lg-next-slide, .lg-css3.lg-zoom-out-in .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }
.lg-css3.lg-zoom-in-out .lg-item {
  opacity: 0; }
  .lg-css3.lg-zoom-in-out .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(2, 2, 2);
    transform: scale3d(2, 2, 2); }
  .lg-css3.lg-zoom-in-out .lg-item.lg-next-slide {
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0); }
  .lg-css3.lg-zoom-in-out .lg-item.lg-current {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1; }
  .lg-css3.lg-zoom-in-out .lg-item.lg-prev-slide, .lg-css3.lg-zoom-in-out .lg-item.lg-next-slide, .lg-css3.lg-zoom-in-out .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }
.lg-css3.lg-soft-zoom .lg-item {
  opacity: 0; }
  .lg-css3.lg-soft-zoom .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  .lg-css3.lg-soft-zoom .lg-item.lg-next-slide {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  .lg-css3.lg-soft-zoom .lg-item.lg-current {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1; }
  .lg-css3.lg-soft-zoom .lg-item.lg-prev-slide, .lg-css3.lg-soft-zoom .lg-item.lg-next-slide, .lg-css3.lg-soft-zoom .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }
.lg-css3.lg-scale-up .lg-item {
  opacity: 0; }
  .lg-css3.lg-scale-up .lg-item.lg-prev-slide {
    -moz-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
    -o-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
    -ms-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
    -webkit-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
    transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0); }
  .lg-css3.lg-scale-up .lg-item.lg-next-slide {
    -moz-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
    -o-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
    -ms-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
    -webkit-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
    transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0); }
  .lg-css3.lg-scale-up .lg-item.lg-current {
    -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1; }
  .lg-css3.lg-scale-up .lg-item.lg-prev-slide, .lg-css3.lg-scale-up .lg-item.lg-next-slide, .lg-css3.lg-scale-up .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }
.lg-css3.lg-slide-circular .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide-circular .lg-item.lg-prev-slide {
    -moz-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    -o-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    -ms-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }
  .lg-css3.lg-slide-circular .lg-item.lg-next-slide {
    -moz-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    -o-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    -ms-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }
  .lg-css3.lg-slide-circular .lg-item.lg-current {
    -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1; }
  .lg-css3.lg-slide-circular .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular .lg-item.lg-next-slide, .lg-css3.lg-slide-circular .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }
.lg-css3.lg-slide-circular-up .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide-circular-up .lg-item.lg-prev-slide {
    -moz-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
    -o-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
    -ms-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0); }
  .lg-css3.lg-slide-circular-up .lg-item.lg-next-slide {
    -moz-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
    -o-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
    -ms-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0); }
  .lg-css3.lg-slide-circular-up .lg-item.lg-current {
    -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1; }
  .lg-css3.lg-slide-circular-up .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-up .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-up .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }
.lg-css3.lg-slide-circular-down .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide-circular-down .lg-item.lg-prev-slide {
    -moz-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
    -o-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
    -ms-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0); }
  .lg-css3.lg-slide-circular-down .lg-item.lg-next-slide {
    -moz-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
    -o-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
    -ms-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0); }
  .lg-css3.lg-slide-circular-down .lg-item.lg-current {
    -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1; }
  .lg-css3.lg-slide-circular-down .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-down .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-down .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }
.lg-css3.lg-slide-circular-vertical .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide-circular-vertical .lg-item.lg-prev-slide {
    -moz-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
    -o-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
    -ms-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
    -webkit-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
    transform: scale3d(0, 0, 0) translate3d(0, -100%, 0); }
  .lg-css3.lg-slide-circular-vertical .lg-item.lg-next-slide {
    -moz-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
    -o-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
    -ms-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
    -webkit-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
    transform: scale3d(0, 0, 0) translate3d(0, 100%, 0); }
  .lg-css3.lg-slide-circular-vertical .lg-item.lg-current {
    -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1; }
  .lg-css3.lg-slide-circular-vertical .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-vertical .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-vertical .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }
.lg-css3.lg-slide-circular-vertical-left .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide-circular-vertical-left .lg-item.lg-prev-slide {
    -moz-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
    -o-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
    -ms-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0); }
  .lg-css3.lg-slide-circular-vertical-left .lg-item.lg-next-slide {
    -moz-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
    -o-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
    -ms-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0); }
  .lg-css3.lg-slide-circular-vertical-left .lg-item.lg-current {
    -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1; }
  .lg-css3.lg-slide-circular-vertical-left .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-vertical-left .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-vertical-left .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }
.lg-css3.lg-slide-circular-vertical-down .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide-circular-vertical-down .lg-item.lg-prev-slide {
    -moz-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
    -o-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
    -ms-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0); }
  .lg-css3.lg-slide-circular-vertical-down .lg-item.lg-next-slide {
    -moz-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
    -o-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
    -ms-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0); }
  .lg-css3.lg-slide-circular-vertical-down .lg-item.lg-current {
    -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1; }
  .lg-css3.lg-slide-circular-vertical-down .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-vertical-down .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-vertical-down .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }
.lg-css3.lg-slide-vertical .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide-vertical .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  .lg-css3.lg-slide-vertical .lg-item.lg-next-slide {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  .lg-css3.lg-slide-vertical .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  .lg-css3.lg-slide-vertical .lg-item.lg-prev-slide, .lg-css3.lg-slide-vertical .lg-item.lg-next-slide, .lg-css3.lg-slide-vertical .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }
.lg-css3.lg-slide-vertical-growth .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide-vertical-growth .lg-item.lg-prev-slide {
    -moz-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
    -o-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
    -ms-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
    -webkit-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
    transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0); }
  .lg-css3.lg-slide-vertical-growth .lg-item.lg-next-slide {
    -moz-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
    -o-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
    -ms-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
    -webkit-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
    transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0); }
  .lg-css3.lg-slide-vertical-growth .lg-item.lg-current {
    -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1; }
  .lg-css3.lg-slide-vertical-growth .lg-item.lg-prev-slide, .lg-css3.lg-slide-vertical-growth .lg-item.lg-next-slide, .lg-css3.lg-slide-vertical-growth .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }
.lg-css3.lg-slide-skew-only .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide-skew-only .lg-item.lg-prev-slide {
    -moz-transform: skew(10deg, 0deg);
    -o-transform: skew(10deg, 0deg);
    -ms-transform: skew(10deg, 0deg);
    -webkit-transform: skew(10deg, 0deg);
    transform: skew(10deg, 0deg); }
  .lg-css3.lg-slide-skew-only .lg-item.lg-next-slide {
    -moz-transform: skew(10deg, 0deg);
    -o-transform: skew(10deg, 0deg);
    -ms-transform: skew(10deg, 0deg);
    -webkit-transform: skew(10deg, 0deg);
    transform: skew(10deg, 0deg); }
  .lg-css3.lg-slide-skew-only .lg-item.lg-current {
    -moz-transform: skew(0deg, 0deg);
    -o-transform: skew(0deg, 0deg);
    -ms-transform: skew(0deg, 0deg);
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
    opacity: 1; }
  .lg-css3.lg-slide-skew-only .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }
.lg-css3.lg-slide-skew-only-rev .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide-skew-only-rev .lg-item.lg-prev-slide {
    -moz-transform: skew(-10deg, 0deg);
    -o-transform: skew(-10deg, 0deg);
    -ms-transform: skew(-10deg, 0deg);
    -webkit-transform: skew(-10deg, 0deg);
    transform: skew(-10deg, 0deg); }
  .lg-css3.lg-slide-skew-only-rev .lg-item.lg-next-slide {
    -moz-transform: skew(-10deg, 0deg);
    -o-transform: skew(-10deg, 0deg);
    -ms-transform: skew(-10deg, 0deg);
    -webkit-transform: skew(-10deg, 0deg);
    transform: skew(-10deg, 0deg); }
  .lg-css3.lg-slide-skew-only-rev .lg-item.lg-current {
    -moz-transform: skew(0deg, 0deg);
    -o-transform: skew(0deg, 0deg);
    -ms-transform: skew(0deg, 0deg);
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
    opacity: 1; }
  .lg-css3.lg-slide-skew-only-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only-rev .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }
.lg-css3.lg-slide-skew-only-y .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide-skew-only-y .lg-item.lg-prev-slide {
    -moz-transform: skew(0deg, 10deg);
    -o-transform: skew(0deg, 10deg);
    -ms-transform: skew(0deg, 10deg);
    -webkit-transform: skew(0deg, 10deg);
    transform: skew(0deg, 10deg); }
  .lg-css3.lg-slide-skew-only-y .lg-item.lg-next-slide {
    -moz-transform: skew(0deg, 10deg);
    -o-transform: skew(0deg, 10deg);
    -ms-transform: skew(0deg, 10deg);
    -webkit-transform: skew(0deg, 10deg);
    transform: skew(0deg, 10deg); }
  .lg-css3.lg-slide-skew-only-y .lg-item.lg-current {
    -moz-transform: skew(0deg, 0deg);
    -o-transform: skew(0deg, 0deg);
    -ms-transform: skew(0deg, 0deg);
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
    opacity: 1; }
  .lg-css3.lg-slide-skew-only-y .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only-y .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only-y .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }
.lg-css3.lg-slide-skew-only-y-rev .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-prev-slide {
    -moz-transform: skew(0deg, -10deg);
    -o-transform: skew(0deg, -10deg);
    -ms-transform: skew(0deg, -10deg);
    -webkit-transform: skew(0deg, -10deg);
    transform: skew(0deg, -10deg); }
  .lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-next-slide {
    -moz-transform: skew(0deg, -10deg);
    -o-transform: skew(0deg, -10deg);
    -ms-transform: skew(0deg, -10deg);
    -webkit-transform: skew(0deg, -10deg);
    transform: skew(0deg, -10deg); }
  .lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-current {
    -moz-transform: skew(0deg, 0deg);
    -o-transform: skew(0deg, 0deg);
    -ms-transform: skew(0deg, 0deg);
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
    opacity: 1; }
  .lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }
.lg-css3.lg-slide-skew .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide-skew .lg-item.lg-prev-slide {
    -moz-transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
    -o-transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
    -ms-transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
    -webkit-transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
    transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px); }
  .lg-css3.lg-slide-skew .lg-item.lg-next-slide {
    -moz-transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
    -o-transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
    -ms-transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
    -webkit-transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
    transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px); }
  .lg-css3.lg-slide-skew .lg-item.lg-current {
    -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    opacity: 1; }
  .lg-css3.lg-slide-skew .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew .lg-item.lg-next-slide, .lg-css3.lg-slide-skew .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }
.lg-css3.lg-slide-skew-rev .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide-skew-rev .lg-item.lg-prev-slide {
    -moz-transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
    -o-transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
    -ms-transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
    -webkit-transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
    transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px); }
  .lg-css3.lg-slide-skew-rev .lg-item.lg-next-slide {
    -moz-transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
    -o-transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
    -ms-transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
    -webkit-transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
    transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px); }
  .lg-css3.lg-slide-skew-rev .lg-item.lg-current {
    -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    opacity: 1; }
  .lg-css3.lg-slide-skew-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-rev .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }
.lg-css3.lg-slide-skew-cross .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide-skew-cross .lg-item.lg-prev-slide {
    -moz-transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
    -o-transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
    -ms-transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
    -webkit-transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
    transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px); }
  .lg-css3.lg-slide-skew-cross .lg-item.lg-next-slide {
    -moz-transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
    -o-transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
    -ms-transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
    -webkit-transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
    transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px); }
  .lg-css3.lg-slide-skew-cross .lg-item.lg-current {
    -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    opacity: 1; }
  .lg-css3.lg-slide-skew-cross .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-cross .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-cross .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }
.lg-css3.lg-slide-skew-cross-rev .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide-skew-cross-rev .lg-item.lg-prev-slide {
    -moz-transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
    -o-transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
    -ms-transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
    -webkit-transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
    transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px); }
  .lg-css3.lg-slide-skew-cross-rev .lg-item.lg-next-slide {
    -moz-transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
    -o-transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
    -ms-transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
    -webkit-transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
    transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px); }
  .lg-css3.lg-slide-skew-cross-rev .lg-item.lg-current {
    -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    opacity: 1; }
  .lg-css3.lg-slide-skew-cross-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-cross-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-cross-rev .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }
.lg-css3.lg-slide-skew-ver .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide-skew-ver .lg-item.lg-prev-slide {
    -moz-transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
    -o-transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
    -ms-transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
    -webkit-transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
    transform: skew(60deg, 0deg) translate3d(0, -100%, 0px); }
  .lg-css3.lg-slide-skew-ver .lg-item.lg-next-slide {
    -moz-transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
    -o-transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
    -ms-transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
    -webkit-transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
    transform: skew(60deg, 0deg) translate3d(0, 100%, 0px); }
  .lg-css3.lg-slide-skew-ver .lg-item.lg-current {
    -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    opacity: 1; }
  .lg-css3.lg-slide-skew-ver .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }
.lg-css3.lg-slide-skew-ver-rev .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide-skew-ver-rev .lg-item.lg-prev-slide {
    -moz-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
    -o-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
    -ms-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
    -webkit-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
    transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px); }
  .lg-css3.lg-slide-skew-ver-rev .lg-item.lg-next-slide {
    -moz-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
    -o-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
    -ms-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
    -webkit-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
    transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px); }
  .lg-css3.lg-slide-skew-ver-rev .lg-item.lg-current {
    -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    opacity: 1; }
  .lg-css3.lg-slide-skew-ver-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver-rev .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }
.lg-css3.lg-slide-skew-ver-cross .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide-skew-ver-cross .lg-item.lg-prev-slide {
    -moz-transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
    -o-transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
    -ms-transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
    -webkit-transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
    transform: skew(0deg, 20deg) translate3d(0, -100%, 0px); }
  .lg-css3.lg-slide-skew-ver-cross .lg-item.lg-next-slide {
    -moz-transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
    -o-transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
    -ms-transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
    -webkit-transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
    transform: skew(0deg, 20deg) translate3d(0, 100%, 0px); }
  .lg-css3.lg-slide-skew-ver-cross .lg-item.lg-current {
    -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    opacity: 1; }
  .lg-css3.lg-slide-skew-ver-cross .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver-cross .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver-cross .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }
.lg-css3.lg-slide-skew-ver-cross-rev .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-prev-slide {
    -moz-transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
    -o-transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
    -ms-transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
    -webkit-transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
    transform: skew(0deg, -20deg) translate3d(0, -100%, 0px); }
  .lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-next-slide {
    -moz-transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
    -o-transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
    -ms-transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
    -webkit-transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
    transform: skew(0deg, -20deg) translate3d(0, 100%, 0px); }
  .lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-current {
    -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    opacity: 1; }
  .lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }
.lg-css3.lg-lollipop .lg-item {
  opacity: 0; }
  .lg-css3.lg-lollipop .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  .lg-css3.lg-lollipop .lg-item.lg-next-slide {
    -moz-transform: translate3d(0, 0, 0) scale(0.5);
    -o-transform: translate3d(0, 0, 0) scale(0.5);
    -ms-transform: translate3d(0, 0, 0) scale(0.5);
    -webkit-transform: translate3d(0, 0, 0) scale(0.5);
    transform: translate3d(0, 0, 0) scale(0.5); }
  .lg-css3.lg-lollipop .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  .lg-css3.lg-lollipop .lg-item.lg-prev-slide, .lg-css3.lg-lollipop .lg-item.lg-next-slide, .lg-css3.lg-lollipop .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }
.lg-css3.lg-lollipop-rev .lg-item {
  opacity: 0; }
  .lg-css3.lg-lollipop-rev .lg-item.lg-prev-slide {
    -moz-transform: translate3d(0, 0, 0) scale(0.5);
    -o-transform: translate3d(0, 0, 0) scale(0.5);
    -ms-transform: translate3d(0, 0, 0) scale(0.5);
    -webkit-transform: translate3d(0, 0, 0) scale(0.5);
    transform: translate3d(0, 0, 0) scale(0.5); }
  .lg-css3.lg-lollipop-rev .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  .lg-css3.lg-lollipop-rev .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  .lg-css3.lg-lollipop-rev .lg-item.lg-prev-slide, .lg-css3.lg-lollipop-rev .lg-item.lg-next-slide, .lg-css3.lg-lollipop-rev .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }
.lg-css3.lg-rotate .lg-item {
  opacity: 0; }
  .lg-css3.lg-rotate .lg-item.lg-prev-slide {
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); }
  .lg-css3.lg-rotate .lg-item.lg-next-slide {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
  .lg-css3.lg-rotate .lg-item.lg-current {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1; }
  .lg-css3.lg-rotate .lg-item.lg-prev-slide, .lg-css3.lg-rotate .lg-item.lg-next-slide, .lg-css3.lg-rotate .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }
.lg-css3.lg-rotate-rev .lg-item {
  opacity: 0; }
  .lg-css3.lg-rotate-rev .lg-item.lg-prev-slide {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
  .lg-css3.lg-rotate-rev .lg-item.lg-next-slide {
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); }
  .lg-css3.lg-rotate-rev .lg-item.lg-current {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1; }
  .lg-css3.lg-rotate-rev .lg-item.lg-prev-slide, .lg-css3.lg-rotate-rev .lg-item.lg-next-slide, .lg-css3.lg-rotate-rev .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }
.lg-css3.lg-tube .lg-item {
  opacity: 0; }
  .lg-css3.lg-tube .lg-item.lg-prev-slide {
    -moz-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
    -o-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
    -ms-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
    -webkit-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
    transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0); }
  .lg-css3.lg-tube .lg-item.lg-next-slide {
    -moz-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
    -o-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
    -ms-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
    -webkit-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
    transform: scale3d(1, 0, 1) translate3d(100%, 0, 0); }
  .lg-css3.lg-tube .lg-item.lg-current {
    -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1; }
  .lg-css3.lg-tube .lg-item.lg-prev-slide, .lg-css3.lg-tube .lg-item.lg-next-slide, .lg-css3.lg-tube .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

/*# sourceMappingURL=lg-transitions.css.map */

/*! lightgallery - v1.6.5 - 2017-11-16
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2017 Sachin N; Licensed GPLv3 */
.lg-outer.fb-comments .lg-img-wrap, .lg-outer.fb-comments .lg-video-cont {
  padding-right: 400px !important;
}

.lg-outer.fb-comments .fb-comments {
  height: 100%;
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 420px;
  z-index: 99999;
  background: #fff url("../img/loading.gif") no-repeat scroll center center;
}

.lg-outer.fb-comments .fb-comments.fb_iframe_widget {
  background-image: none;
}

.lg-outer.fb-comments .fb-comments.fb_iframe_widget.fb_iframe_widget_loader {
  background: #fff url("../img/loading.gif") no-repeat scroll center center;
}

.lg-outer.fb-comments .lg-toolbar {
  right: 420px;
  width: auto;
}

.lg-outer.fb-comments .lg-actions .lg-next {
  right: 420px;
}

.lg-outer.fb-comments .lg-item {
  background-image: none;
}

.lg-outer.fb-comments .lg-item.lg-complete .lg-img-wrap, .lg-outer.fb-comments .lg-item.lg-complete .lg-video-cont {
  background-image: none;
}

.lg-outer.fb-comments .lg-img-wrap, .lg-outer.fb-comments .lg-video-cont {
  background: url("../img/loading.gif") no-repeat scroll transparent;
  background-position: center center;
  background-position: calc((100% - 400px) / 2) center;
}

.lg-outer.fb-comments .lg-sub-html {
  padding: 0;
  position: static;
}

.lg-outer.fb-comments .lg-video-cont {
  max-width: 1250px !important;
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*
  Anpassung SCW: Bereits ab Tablet-Größe collapsen
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'PT Sans', sans-serif;
  font-size: 17px;
  line-height: 1.42857143;
  color: #2e2a24;
  background-color: #e8e3d8;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #99182e;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #c73241;
  text-decoration: none;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #e8e3d8;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.image-embed-item,
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 25px;
  margin-bottom: 12.5px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 45px;
}
h2,
.h2 {
  font-size: 35px;
}
h3,
.h3 {
  font-size: 30px;
}
h4,
.h4 {
  font-size: 21px;
}
h5,
.h5 {
  font-size: 15px;
}
h6,
.h6 {
  font-size: 15px;
}
p {
  margin: 0 0 12.5px;
}
.lead {
  margin-bottom: 25px;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 25.5px;
  }
}
small,
.small {
  font-size: 82%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #f5f2ea;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #e5ddc7;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #f5f2ea;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #e5ddc7;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 11.5px;
  margin: 50px 0 25px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 12.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 25px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 12.5px 25px;
  margin: 0 0 25px;
  font-size: 21.25px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 25px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 12px;
  margin: 0 0 12.5px;
  font-size: 16px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 480px) {
  .container {
    width: 480px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 480px) {
  .col-cu-1, .col-cu-2, .col-cu-3, .col-cu-4, .col-cu-5, .col-cu-6, .col-cu-7, .col-cu-8, .col-cu-9, .col-cu-10, .col-cu-11, .col-cu-12 {
    float: left;
  }
  .col-cu-12 {
    width: 100%;
  }
  .col-cu-11 {
    width: 91.66666667%;
  }
  .col-cu-10 {
    width: 83.33333333%;
  }
  .col-cu-9 {
    width: 75%;
  }
  .col-cu-8 {
    width: 66.66666667%;
  }
  .col-cu-7 {
    width: 58.33333333%;
  }
  .col-cu-6 {
    width: 50%;
  }
  .col-cu-5 {
    width: 41.66666667%;
  }
  .col-cu-4 {
    width: 33.33333333%;
  }
  .col-cu-3 {
    width: 25%;
  }
  .col-cu-2 {
    width: 16.66666667%;
  }
  .col-cu-1 {
    width: 8.33333333%;
  }
  .col-cu-pull-12 {
    right: 100%;
  }
  .col-cu-pull-11 {
    right: 91.66666667%;
  }
  .col-cu-pull-10 {
    right: 83.33333333%;
  }
  .col-cu-pull-9 {
    right: 75%;
  }
  .col-cu-pull-8 {
    right: 66.66666667%;
  }
  .col-cu-pull-7 {
    right: 58.33333333%;
  }
  .col-cu-pull-6 {
    right: 50%;
  }
  .col-cu-pull-5 {
    right: 41.66666667%;
  }
  .col-cu-pull-4 {
    right: 33.33333333%;
  }
  .col-cu-pull-3 {
    right: 25%;
  }
  .col-cu-pull-2 {
    right: 16.66666667%;
  }
  .col-cu-pull-1 {
    right: 8.33333333%;
  }
  .col-cu-pull-0 {
    right: auto;
  }
  .col-cu-push-12 {
    left: 100%;
  }
  .col-cu-push-11 {
    left: 91.66666667%;
  }
  .col-cu-push-10 {
    left: 83.33333333%;
  }
  .col-cu-push-9 {
    left: 75%;
  }
  .col-cu-push-8 {
    left: 66.66666667%;
  }
  .col-cu-push-7 {
    left: 58.33333333%;
  }
  .col-cu-push-6 {
    left: 50%;
  }
  .col-cu-push-5 {
    left: 41.66666667%;
  }
  .col-cu-push-4 {
    left: 33.33333333%;
  }
  .col-cu-push-3 {
    left: 25%;
  }
  .col-cu-push-2 {
    left: 16.66666667%;
  }
  .col-cu-push-1 {
    left: 8.33333333%;
  }
  .col-cu-push-0 {
    left: auto;
  }
  .col-cu-offset-12 {
    margin-left: 100%;
  }
  .col-cu-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-cu-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-cu-offset-9 {
    margin-left: 75%;
  }
  .col-cu-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-cu-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-cu-offset-6 {
    margin-left: 50%;
  }
  .col-cu-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-cu-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-cu-offset-3 {
    margin-left: 25%;
  }
  .col-cu-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-cu-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-cu-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 25px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #e8e3d8;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18.75px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 25px;
  font-size: 25.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 17px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 39px;
  padding: 6px 12px;
  font-size: 17px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 39px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 33px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 25px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 42px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 39px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 43px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 48.75px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 39px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 30px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #766b5c;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 32px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 17px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #f5f2ea;
  border-color: #ede7d9;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #e5ddc7;
  border-color: #c4b282;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #e5ddc7;
  border-color: #d9ceaf;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #e5ddc7;
  border-color: #d9ceaf;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #d9ceaf;
  border-color: #c4b282;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #f5f2ea;
  border-color: #ede7d9;
}
.btn-primary .badge {
  color: #f5f2ea;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #99182e;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #c73241;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 17px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 11.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #f5f2ea;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  line-height: 33px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 17px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #99182e;
}
.nav .nav-divider {
  height: 1px;
  margin: 11.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #e8e3d8;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #e8e3d8;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #f5f2ea;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #e8e3d8;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 25px;
  border: 1px solid transparent;
}
@media (min-width: 992px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 992px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 12.5px 15px;
  font-size: 18px;
  line-height: 25px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 992px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 6.25px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 25px;
}
@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 12.5px;
    padding-bottom: 12.5px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 5.5px;
  margin-bottom: 5.5px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 5.5px;
  margin-bottom: 5.5px;
}
.navbar-btn.btn-sm {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}
@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
    float: left;
  }
  .navbar-right {
    float: right !important;
    float: right;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 25px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 25px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #2e2a24;
  background-color: transparent;
  border: 1px solid transparent;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #2e2a24;
  background-color: transparent;
  border-color: #2e2a24;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #2e2a24;
  border-color: #2e2a24;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: transparent;
  border-color: transparent;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 25px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: transparent;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #f5f2ea;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #e5ddc7;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #99182e;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 77px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 25px;
  line-height: 1.42857143;
  background-color: #e8e3d8;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #99182e;
}
.thumbnail .caption {
  padding: 9px;
  color: #2e2a24;
}
.alert {
  padding: 15px;
  margin-bottom: 25px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 25px;
  margin-bottom: 25px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 25px;
  color: #ffffff;
  text-align: center;
  background-color: #f5f2ea;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #f5f2ea;
  border-color: #f5f2ea;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #ffffff;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 25px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-title a {
  outline-offset: -3px !important;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 25px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #f5f2ea;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #f5f2ea;
  border-color: #f5f2ea;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f5f2ea;
}
.panel-primary > .panel-heading .badge {
  color: #f5f2ea;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f5f2ea;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -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);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 25.5px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'PT Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: 'PT Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 17px;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 17px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.row-flex:before,
.row-flex:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after,
.row-flex:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('../../../typo3conf/ext/origo/Resources/Public/Images/ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('../../../typo3conf/ext/origo/Resources/Public/Fonts/Iconfont/Slick/slick.eot');
  src: url('../../../typo3conf/ext/origo/Resources/Public/Fonts/Iconfont/Slick/slick.eot?#iefix') format('embedded-opentype'), url('../../../typo3conf/ext/origo/Resources/Public/Fonts/Iconfont/Slick/slick.woff') format('woff'), url('../../../typo3conf/ext/origo/Resources/Public/Fonts/Iconfont/Slick/slick.ttf') format('truetype'), url('../../../typo3conf/ext/origo/Resources/Public/Fonts/Iconfont/Slick/slick.svg#slick') format('svg');
}
.slick-slide {
  outline: none;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
.slick-prev[dir="rtl"] {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
.slick-prev:before[dir="rtl"] {
  content: "→";
}
.slick-next {
  right: -25px;
}
.slick-next[dir="rtl"] {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
.slick-next:before[dir="rtl"] {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
.mm-hidden {
  display: none !important;
}
.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}
.mm-menu {
  box-sizing: border-box;
  background: inherit;
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.mm-panels,
.mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
  box-sizing: border-box;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.mm-panels {
  overflow: hidden;
}
.mm-panel {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform .4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}
.mm-panel.mm-opened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-panel.mm-subopened {
  -webkit-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}
.mm-panel.mm-highest {
  z-index: 1;
}
.mm-panel.mm-noanimation {
  -webkit-transition: none !important;
  transition: none !important;
}
.mm-panel.mm-noanimation.mm-subopened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-panels > .mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px;
}
.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 40px;
}
.mm-panels > .mm-panel:not(.mm-hidden) {
  display: block;
}
.mm-panels > .mm-panel:after,
.mm-panels > .mm-panel:before {
  content: '';
  display: block;
  height: 20px;
}
.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.mm-listview .mm-vertical .mm-panel,
.mm-vertical .mm-listview .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}
.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after,
.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent;
}
.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block;
}
.mm-listview > li.mm-vertical > .mm-next,
.mm-vertical .mm-listview > li > .mm-next {
  box-sizing: border-box;
  height: 40px;
  bottom: auto;
}
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after,
.mm-vertical .mm-listview > li.mm-opened > .mm-next:after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 19px;
}
.mm-btn {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 1;
}
.mm-clear:after,
.mm-clear:before,
.mm-close:after,
.mm-close:before {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mm-clear:before,
.mm-close:before {
  border-right: none;
  border-bottom: none;
  right: 18px;
}
.mm-clear:after,
.mm-close:after {
  border-left: none;
  border-top: none;
  right: 25px;
}
.mm-next:after,
.mm-prev:before {
  content: '';
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}
.mm-prev:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}
.mm-next:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}
.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.mm-navbar > * {
  display: block;
  padding: 10px 0;
}
.mm-navbar a,
.mm-navbar a:hover {
  text-decoration: none;
}
.mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mm-navbar .mm-btn:first-child {
  left: 0;
}
.mm-navbar .mm-btn:last-child {
  text-align: right;
  right: 0;
}
.mm-panel .mm-navbar {
  display: none;
}
.mm-panel.mm-hasnavbar .mm-navbar {
  display: block;
}
.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}
.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px;
}
.mm-listview a,
.mm-listview a:hover {
  text-decoration: none;
}
.mm-listview > li {
  position: relative;
}
.mm-listview > li,
.mm-listview > li .mm-next,
.mm-listview > li .mm-next:before,
.mm-listview > li:after {
  border-color: inherit;
}
.mm-listview > li > a,
.mm-listview > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}
.mm-listview > li:not(.mm-divider):after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.mm-listview > li:not(.mm-divider):after {
  left: 20px;
}
.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.mm-listview .mm-next:before {
  content: '';
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.mm-listview .mm-next + a,
.mm-listview .mm-next + span {
  margin-right: 50px;
}
.mm-listview .mm-next.mm-fullsubopen {
  width: 100%;
}
.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none;
}
.mm-listview .mm-next.mm-fullsubopen + a,
.mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0;
}
.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px;
}
.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px;
}
.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
}
.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > * {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
  tap-highlight-color: rgba(255, 255, 255, 0.5);
}
.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5);
}
.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu .mm-divider {
  background: rgba(0, 0, 0, 0.05);
}
.mm-page {
  box-sizing: border-box;
  position: relative;
}
.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform .4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: 1;
}
html.mm-opened {
  overflow-x: hidden;
  position: relative;
}
html.mm-blocking {
  overflow: hidden;
}
html.mm-blocking body {
  overflow: hidden;
}
html.mm-background .mm-page {
  background: inherit;
}
#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
html.mm-blocking #mm-blocker {
  display: block;
}
.mm-menu.mm-offcanvas {
  z-index: 0;
  display: none;
  position: fixed;
}
.mm-menu.mm-offcanvas.mm-opened {
  display: block;
}
.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-opened {
  z-index: 10;
}
.mm-menu.mm-offcanvas {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}
html.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    transform: translate(440px, 0);
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}
.mm-sronly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}
.mm-menu .mm-listview.mm-border-none > li:after,
.mm-menu .mm-listview > li.mm-border-none:after,
.mm-menu.mm-border-none .mm-listview > li:after {
  content: none;
}
.mm-menu .mm-listview.mm-border-full > li:after,
.mm-menu .mm-listview > li.mm-border-full:after,
.mm-menu.mm-border-full .mm-listview > li:after {
  left: 0 !important;
}
.mm-menu .mm-listview.mm-border-offset > li:after,
.mm-menu .mm-listview > li.mm-border-offset:after,
.mm-menu.mm-border-offset .mm-listview > li:after {
  right: 20px;
}
.mm-menu.mm-offcanvas.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px;
}
html.mm-opening .mm-menu.mm-fullscreen.mm-opened ~ .mm-slideout {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
@media all and (max-width: 140px) {
  html.mm-opening .mm-menu.mm-fullscreen.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 10000px) {
  html.mm-opening .mm-menu.mm-fullscreen.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    transform: translate(10000px, 0);
    -webkit-transform: translate3d(10000px, 0, 0);
    transform: translate3d(10000px, 0, 0);
  }
}
html.mm-right.mm-opening .mm-menu.mm-fullscreen.mm-opened ~ .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
@media all and (max-width: 140px) {
  html.mm-right.mm-opening .mm-menu.mm-fullscreen.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 10000px) {
  html.mm-right.mm-opening .mm-menu.mm-fullscreen.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0);
    -webkit-transform: translate3d(-10000px, 0, 0);
    transform: translate3d(-10000px, 0, 0);
  }
}
.mm-menu.mm-offcanvas.mm-fullscreen.mm-bottom,
.mm-menu.mm-offcanvas.mm-fullscreen.mm-top {
  height: 100%;
  min-height: 140px;
  max-height: 10000px;
}
.mm-menu.mm-fx-menu-zoom {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform .4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
html.mm-opened .mm-menu.mm-fx-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
html.mm-opening .mm-menu.mm-fx-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0);
}
html.mm-right.mm-opened .mm-menu.mm-fx-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
html.mm-right.mm-opening .mm-menu.mm-fx-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0);
}
.mm-menu.mm-fx-menu-slide {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform .4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
html.mm-opened .mm-menu.mm-fx-menu-slide {
  -webkit-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}
html.mm-opening .mm-menu.mm-fx-menu-slide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
html.mm-right.mm-opened .mm-menu.mm-fx-menu-slide {
  -webkit-transform: translate(30%, 0);
  -ms-transform: translate(30%, 0);
  transform: translate(30%, 0);
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
}
html.mm-right.mm-opening .mm-menu.mm-fx-menu-slide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu.mm-fx-menu-fade {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity 0.4s ease;
}
html.mm-opening .mm-menu.mm-fx-menu-fade {
  opacity: 1;
}
.mm-menu .mm-fx-panels-none.mm-panel,
.mm-menu.mm-fx-panels-none .mm-panel {
  -webkit-transition-property: none;
  transition-property: none;
}
.mm-menu .mm-fx-panels-none.mm-panel.mm-subopened,
.mm-menu.mm-fx-panels-none .mm-panel.mm-subopened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu .mm-fx-panels-zoom.mm-panel,
.mm-menu.mm-fx-panels-zoom .mm-panel {
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
}
.mm-menu .mm-fx-panels-zoom.mm-panel.mm-opened,
.mm-menu.mm-fx-panels-zoom .mm-panel.mm-opened {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0);
}
.mm-menu .mm-fx-panels-zoom.mm-panel.mm-subopened,
.mm-menu.mm-fx-panels-zoom .mm-panel.mm-subopened {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
}
.mm-menu .mm-fx-panels-slide-0.mm-panel.mm-subopened,
.mm-menu.mm-fx-panels-slide-0 .mm-panel.mm-subopened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu .mm-fx-panels-slide-100.mm-panel.mm-subopened,
.mm-menu.mm-fx-panels-slide-100 .mm-panel.mm-subopened {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.mm-menu .mm-fx-panels-slide-up.mm-panel,
.mm-menu.mm-fx-panels-slide-up .mm-panel {
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.mm-menu .mm-fx-panels-slide-up.mm-panel.mm-opened,
.mm-menu.mm-fx-panels-slide-up .mm-panel.mm-opened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu .mm-fx-panels-slide-up.mm-panel.mm-subopened,
.mm-menu.mm-fx-panels-slide-up .mm-panel.mm-subopened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu[class*=mm-fx-listitems-] .mm-listview > li {
  -webkit-transition: none .4s ease;
  transition: none 0.4s ease;
}
.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(1) {
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms;
}
.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(2) {
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}
.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(3) {
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}
.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(4) {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}
.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(5) {
  -webkit-transition-delay: 250ms;
  transition-delay: 250ms;
}
.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(6) {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}
.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(7) {
  -webkit-transition-delay: 350ms;
  transition-delay: 350ms;
}
.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(8) {
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}
.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(9) {
  -webkit-transition-delay: 450ms;
  transition-delay: 450ms;
}
.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(10) {
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}
.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(11) {
  -webkit-transition-delay: 550ms;
  transition-delay: 550ms;
}
.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(12) {
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}
.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(13) {
  -webkit-transition-delay: 650ms;
  transition-delay: 650ms;
}
.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(14) {
  -webkit-transition-delay: .7s;
  transition-delay: .7s;
}
.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(15) {
  -webkit-transition-delay: 750ms;
  transition-delay: 750ms;
}
.mm-menu.mm-fx-listitems-slide .mm-listview > li {
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0);
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  opacity: 0;
}
html.mm-opening .mm-menu.mm-fx-listitems-slide .mm-panel.mm-opened .mm-listview > li {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.mm-menu.mm-fx-listitems-fade .mm-listview > li {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  opacity: 0;
}
html.mm-opening .mm-menu.mm-fx-listitems-fade .mm-panel.mm-opened .mm-listview > li {
  opacity: 1;
}
.mm-menu.mm-fx-listitems-drop .mm-listview > li {
  -webkit-transition-property: opacity,top;
  transition-property: opacity,top;
  opacity: 0;
  top: -25%;
}
html.mm-opening .mm-menu.mm-fx-listitems-drop .mm-panel.mm-opened .mm-listview > li {
  opacity: 1;
  top: 0;
}
html.mm-iconbar body {
  overflow-x: hidden;
}
html.mm-iconbar .mm-page {
  background: inherit;
  min-height: 100vh;
}
html.mm-iconbar .mm-slideout {
  box-sizing: border-box;
  padding-right: 60px;
  -webkit-transform: translate(60px, 0);
  -ms-transform: translate(60px, 0);
  transform: translate(60px, 0);
  -webkit-transform: translate3d(60px, 0, 0);
  transform: translate3d(60px, 0, 0);
}
.mm-menu.mm-iconbar {
  display: block;
}
.mm-menu .mm-panels > .mm-panel.mm-listview-justify:after,
.mm-menu .mm-panels > .mm-panel.mm-listview-justify:before,
.mm-menu.mm-listview-justify .mm-panels > .mm-panel:after,
.mm-menu.mm-listview-justify .mm-panels > .mm-panel:before {
  content: none;
  display: none;
}
.mm-menu .mm-panels > .mm-panel.mm-listview-justify > .mm-listview,
.mm-menu.mm-listview-justify .mm-panels > .mm-panel > .mm-listview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.mm-menu .mm-panels > .mm-panel.mm-listview-justify > .mm-listview > li,
.mm-menu.mm-listview-justify .mm-panels > .mm-panel > .mm-listview > li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  min-height: 40px;
}
.mm-menu .mm-panels > .mm-panel.mm-listview-justify > .mm-listview > li:not(.mm-divider),
.mm-menu.mm-listview-justify .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.mm-menu .mm-panels > .mm-panel.mm-listview-justify > .mm-listview > li > a:not(.mm-next),
.mm-menu .mm-panels > .mm-panel.mm-listview-justify > .mm-listview > li > span,
.mm-menu.mm-listview-justify .mm-panels > .mm-panel > .mm-listview > li > a:not(.mm-next),
.mm-menu.mm-listview-justify .mm-panels > .mm-panel > .mm-listview > li > span {
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.mm-listview-small .mm-listview > li > a:not(.mm-next),
.mm-listview-small .mm-listview > li > span {
  padding: 7px 10px 7px 20px;
}
.mm-listview-small .mm-listview > li.mm-vertical > .mm-next,
.mm-listview-small .mm-vertical > .mm-listview > li > .mm-next {
  height: 34px;
}
.mm-listview-large .mm-listview > li > a:not(.mm-next),
.mm-listview-large .mm-listview > li > span {
  padding: 15px 10px 15px 20px;
}
.mm-listview-large .mm-listview > li.mm-vertical > .mm-next,
.mm-listview-large .mm-vertical > .mm-listview > li > .mm-next {
  height: 50px;
}
.mm-listview-huge .mm-listview > li > a:not(.mm-next),
.mm-listview-huge .mm-listview > li > span {
  padding: 20px 10px 20px 20px;
}
.mm-listview-huge .mm-listview > li.mm-vertical > .mm-next,
.mm-listview-huge .mm-vertical > .mm-listview > li > .mm-next {
  height: 60px;
}
.mm-listview .mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
}
.mm-listview .mm-spacer {
  padding-top: 40px;
}
.mm-listview .mm-spacer > .mm-next {
  top: 40px;
}
.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px;
}
.mm-listview .mm-inset {
  list-style: inside disc;
  padding: 0 10px 15px 40px;
  margin: 0;
}
.mm-listview .mm-inset > li {
  padding: 5px 0;
}
.mm-menu .mm-listview.mm-multiline > li > a,
.mm-menu .mm-listview.mm-multiline > li > span,
.mm-menu .mm-listview > li.mm-multiline > a,
.mm-menu .mm-listview > li.mm-multiline > span,
.mm-menu.mm-multiline .mm-listview > li > a,
.mm-menu.mm-multiline .mm-listview > li > span {
  text-overflow: clip;
  white-space: normal;
}
.mm-menu.mm-opened[class*=mm-pagedim] ~ #mm-blocker {
  opacity: 0;
}
html.mm-opening .mm-menu.mm-opened[class*=mm-pagedim] ~ #mm-blocker {
  opacity: .3;
  -webkit-transition: opacity .4s ease .4s;
  transition: opacity 0.4s ease 0.4s;
}
.mm-menu.mm-opened.mm-pagedim ~ #mm-blocker {
  background: inherit;
}
.mm-menu.mm-opened.mm-pagedim-white ~ #mm-blocker {
  background: #fff;
}
.mm-menu.mm-opened.mm-pagedim-black ~ #mm-blocker {
  background: #000;
}
.mm-menu.mm-popup {
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  opacity: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
  min-height: 140px;
  max-height: 880px;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.mm-menu.mm-popup.mm-opened ~ .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0;
}
.mm-menu.mm-popup.mm-opened ~ #mm-blocker {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  z-index: 1;
}
html.mm-opening .mm-menu.mm-popup {
  opacity: 1;
}
.mm-menu.mm-offcanvas.mm-right {
  left: auto;
}
html.mm-right.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0);
  }
}
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0;
}
html.mm-front #mm-blocker {
  z-index: 1;
}
html.mm-front .mm-menu.mm-offcanvas {
  z-index: 2;
}
.mm-menu.mm-offcanvas.mm-front,
.mm-menu.mm-offcanvas.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform .4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-front.mm-right,
.mm-menu.mm-offcanvas.mm-next.mm-right {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-top {
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.mm-menu.mm-offcanvas.mm-bottom {
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.mm-menu.mm-offcanvas.mm-bottom,
.mm-menu.mm-offcanvas.mm-top {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
.mm-menu.mm-offcanvas.mm-bottom {
  top: auto;
}
html.mm-opening .mm-menu.mm-offcanvas.mm-front,
html.mm-opening .mm-menu.mm-offcanvas.mm-next {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu.mm-offcanvas.mm-bottom,
.mm-menu.mm-offcanvas.mm-top {
  height: 80%;
  min-height: 140px;
  max-height: 880px;
}
.mm-menu.mm-shadow-page:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 100;
  -webkit-clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
  clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
}
.mm-menu.mm-shadow-page.mm-right:after {
  left: auto;
  right: 100%;
}
.mm-menu.mm-shadow-page.mm-front:after,
.mm-menu.mm-shadow-page.mm-next:after {
  content: none;
  display: none;
}
.mm-menu.mm-shadow-page:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-dark {
  background: #333;
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.8);
}
.mm-menu.mm-theme-dark .mm-navbar a,
.mm-menu.mm-theme-dark .mm-navbar > * {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-btn:after,
.mm-menu.mm-theme-dark .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-listview {
  border-color: rgba(0, 0, 0, 0.15);
}
.mm-menu.mm-theme-dark .mm-listview > li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  tap-highlight-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel,
.mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(255, 255, 255, 0.05);
}
.mm-menu.mm-theme-dark .mm-divider {
  background: rgba(255, 255, 255, 0.05);
}
.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8);
}
.mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.05);
}
.mm-menu.mm-keyboardfocus a:focus {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-shadow-page.mm-theme-dark:after {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.mm-menu.mm-shadow-panels.mm-theme-dark .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}
.mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-indexer a {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview > li > a.mm-fullsubopen:hover + span,
.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview > li > a:not(.mm-fullsubopen):hover {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected.mm-fullsubopen + a,
.mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected.mm-fullsubopen + span,
.mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15);
}
.mm-menu.mm-theme-dark label.mm-toggle:before {
  background: #333;
}
.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu.mm-theme-white {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-theme-white .mm-navbar a,
.mm-menu.mm-theme-white .mm-navbar > * {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-btn:after,
.mm-menu.mm-theme-white .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-white .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
  tap-highlight-color: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel,
.mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-theme-white .mm-divider {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-keyboardfocus a:focus {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-shadow-page.mm-theme-white:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.mm-menu.mm-shadow-panels.mm-theme-white .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-indexer a {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-hoverselected.mm-theme-white .mm-listview > li > a.mm-fullsubopen:hover + span,
.mm-menu.mm-hoverselected.mm-theme-white .mm-listview > li > a:not(.mm-fullsubopen):hover {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected.mm-fullsubopen + a,
.mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected.mm-fullsubopen + span,
.mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-white label.mm-toggle:before {
  background: #fff;
}
.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu.mm-theme-black {
  background: #000;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-theme-black .mm-navbar a,
.mm-menu.mm-theme-black .mm-navbar > * {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-btn:after,
.mm-menu.mm-theme-black .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-listview {
  border-color: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black .mm-listview > li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  tap-highlight-color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel,
.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black .mm-divider {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-keyboardfocus a:focus {
  background: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-shadow-page.mm-theme-black:after {
  content: none;
  display: none;
}
.mm-menu.mm-shadow-panels.mm-theme-black .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: false;
}
.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-indexer a {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-hoverselected.mm-theme-black .mm-listview > li > a.mm-fullsubopen:hover + span,
.mm-menu.mm-hoverselected.mm-theme-black .mm-listview > li > a:not(.mm-fullsubopen):hover {
  background: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected.mm-fullsubopen + a,
.mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected.mm-fullsubopen + span,
.mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black label.mm-toggle:before {
  background: #000;
}
.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu .mm-tileview.mm-listview:after,
.mm-menu.mm-tileview .mm-listview:after {
  content: '';
  display: block;
  clear: both;
}
.mm-menu .mm-tileview.mm-listview > li,
.mm-menu.mm-tileview .mm-listview > li {
  width: 50%;
  height: 0;
  padding: 50% 0 0 0;
  float: left;
  position: relative;
}
.mm-menu .mm-tileview.mm-listview > li:after,
.mm-menu.mm-tileview .mm-listview > li:after {
  left: 0;
  top: 0;
  border-right-width: 1px;
  border-right-style: solid;
  z-index: -1;
}
.mm-menu .mm-tileview.mm-listview > li.mm-tile-xs,
.mm-menu.mm-tileview .mm-listview > li.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%;
}
.mm-menu .mm-tileview.mm-listview > li.mm-tile-s,
.mm-menu.mm-tileview .mm-listview > li.mm-tile-s {
  width: 25%;
  padding-top: 25%;
}
.mm-menu .mm-tileview.mm-listview > li.mm-tile-l,
.mm-menu.mm-tileview .mm-listview > li.mm-tile-l {
  width: 75%;
  padding-top: 75%;
}
.mm-menu .mm-tileview.mm-listview > li.mm-tile-xl,
.mm-menu.mm-tileview .mm-listview > li.mm-tile-xl {
  width: 100%;
  padding-top: 100%;
}
.mm-menu .mm-tileview.mm-listview > li > a,
.mm-menu .mm-tileview.mm-listview > li > span,
.mm-menu.mm-tileview .mm-listview > li > a,
.mm-menu.mm-tileview .mm-listview > li > span {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0 10px;
  margin: 0;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0;
}
.mm-menu .mm-tileview.mm-listview > li > .mm-next,
.mm-menu.mm-tileview .mm-listview > li > .mm-next {
  width: auto;
}
.mm-menu .mm-tileview.mm-listview > li > .mm-next:after,
.mm-menu .mm-tileview.mm-listview > li > .mm-next:before,
.mm-menu.mm-tileview .mm-listview > li > .mm-next:after,
.mm-menu.mm-tileview .mm-listview > li > .mm-next:before {
  content: none;
  display: none;
}
.mm-menu.mm-tileview .mm-panel {
  padding-left: 0;
  padding-right: 0;
}
.mm-menu.mm-tileview .mm-panel:after {
  content: none;
  display: none;
}
.mm-menu.mm-tileview .mm-listview {
  margin: 0;
}
html.mm-widescreen body {
  position: relative;
}
html.mm-widescreen #mm-blocker {
  display: none !important;
}
html.mm-widescreen .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  width: 70% !important;
  margin-left: 30% !important;
}
html.mm-widescreen .mm-page {
  background: inherit;
  box-sizing: border-box;
}
html.mm-widescreen.mm-blocking,
html.mm-widescreen.mm-blocking body {
  overflow: auto;
}
.mm-menu.mm-widescreen {
  border-right-width: 1px;
  border-right-style: solid;
  display: block !important;
  width: 30% !important;
  min-width: 0 !important;
  max-width: none !important;
  top: 0 !important;
  right: auto !important;
  bottom: 0 !important;
  left: 0 !important;
  z-index: 100 !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.mm-menu.mm-widescreen.mm-pageshadow:after {
  content: none;
  display: none;
}
.mm-menu.mm-autoheight {
  -webkit-transition: none .4s ease;
  transition: none .4s ease;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
}
.mm-menu.mm-autoheight:not(.mm-offcanvas) {
  position: relative;
}
.mm-menu.mm-measureheight .mm-panel.mm-vertical.mm-opened,
.mm-menu.mm-measureheight .mm-panel:not(.mm-vertical) {
  display: block !important;
}
.mm-menu.mm-measureheight .mm-panels > .mm-panel {
  bottom: auto !important;
  height: auto !important;
}
.mm-columns {
  -webkit-transition-property: width;
  transition-property: width;
}
.mm-columns .mm-panels > .mm-panel {
  right: auto;
  -webkit-transition-property: width,-webkit-transform;
  transition-property: width,-webkit-transform;
  transition-property: width,transform;
  transition-property: width,transform,-webkit-transform;
}
.mm-columns .mm-panels > .mm-panel.mm-opened,
.mm-columns .mm-panels > .mm-panel.mm-subopened {
  border-left: 1px solid;
  border-color: inherit;
  display: block !important;
}
.mm-columns .mm-panels > .mm-columns-0 {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-columns-0 .mm-panels > .mm-panel {
  z-index: 0;
}
.mm-columns-0 .mm-panels > .mm-panel else {
  width: 100%;
}
.mm-columns-0 .mm-panels > .mm-panel:not(.mm-opened):not(.mm-subopened) {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-columns-0 {
  width: 80%;
  min-width: 140px;
  max-width: 0;
}
html.mm-opening .mm-menu.mm-columns-0.mm-opened ~ .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening .mm-menu.mm-columns-0.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 0px) {
  html.mm-opening .mm-menu.mm-columns-0.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
html.mm-right.mm-opening .mm-menu.mm-columns-0.mm-opened ~ .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-0.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 0px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-0.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.mm-columns .mm-panels > .mm-columns-1 {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-columns-1 .mm-panels > .mm-panel {
  z-index: 1;
  width: 100%;
}
.mm-columns-1 .mm-panels > .mm-panel else {
  width: 100%;
}
.mm-columns-1 .mm-panels > .mm-panel:not(.mm-opened):not(.mm-subopened) {
  -webkit-transform: translate(200%, 0);
  -ms-transform: translate(200%, 0);
  transform: translate(200%, 0);
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-columns-1 {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}
html.mm-opening .mm-menu.mm-columns-1.mm-opened ~ .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening .mm-menu.mm-columns-1.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-opening .mm-menu.mm-columns-1.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    transform: translate(440px, 0);
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}
html.mm-right.mm-opening .mm-menu.mm-columns-1.mm-opened ~ .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-1.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-1.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0);
  }
}
.mm-columns .mm-panels > .mm-columns-2 {
  -webkit-transform: translate(200%, 0);
  -ms-transform: translate(200%, 0);
  transform: translate(200%, 0);
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0);
}
.mm-columns-2 .mm-panels > .mm-panel {
  z-index: 2;
  width: 50%;
}
.mm-columns-2 .mm-panels > .mm-panel else {
  width: 100%;
}
.mm-columns-2 .mm-panels > .mm-panel:not(.mm-opened):not(.mm-subopened) {
  -webkit-transform: translate(300%, 0);
  -ms-transform: translate(300%, 0);
  transform: translate(300%, 0);
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-columns-2 {
  width: 80%;
  min-width: 140px;
  max-width: 880px;
}
html.mm-opening .mm-menu.mm-columns-2.mm-opened ~ .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening .mm-menu.mm-columns-2.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 1100px) {
  html.mm-opening .mm-menu.mm-columns-2.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(880px, 0);
    -ms-transform: translate(880px, 0);
    transform: translate(880px, 0);
    -webkit-transform: translate3d(880px, 0, 0);
    transform: translate3d(880px, 0, 0);
  }
}
html.mm-right.mm-opening .mm-menu.mm-columns-2.mm-opened ~ .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-2.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 1100px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-2.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(-880px, 0);
    -ms-transform: translate(-880px, 0);
    transform: translate(-880px, 0);
    -webkit-transform: translate3d(-880px, 0, 0);
    transform: translate3d(-880px, 0, 0);
  }
}
.mm-columns .mm-panels > .mm-columns-3 {
  -webkit-transform: translate(300%, 0);
  -ms-transform: translate(300%, 0);
  transform: translate(300%, 0);
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0);
}
.mm-columns-3 .mm-panels > .mm-panel {
  z-index: 3;
  width: 33.34%;
}
.mm-columns-3 .mm-panels > .mm-panel else {
  width: 100%;
}
.mm-columns-3 .mm-panels > .mm-panel:not(.mm-opened):not(.mm-subopened) {
  -webkit-transform: translate(400%, 0);
  -ms-transform: translate(400%, 0);
  transform: translate(400%, 0);
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-columns-3 {
  width: 80%;
  min-width: 140px;
  max-width: 1320px;
}
html.mm-opening .mm-menu.mm-columns-3.mm-opened ~ .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening .mm-menu.mm-columns-3.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 1650px) {
  html.mm-opening .mm-menu.mm-columns-3.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(1320px, 0);
    -ms-transform: translate(1320px, 0);
    transform: translate(1320px, 0);
    -webkit-transform: translate3d(1320px, 0, 0);
    transform: translate3d(1320px, 0, 0);
  }
}
html.mm-right.mm-opening .mm-menu.mm-columns-3.mm-opened ~ .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-3.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 1650px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-3.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(-1320px, 0);
    -ms-transform: translate(-1320px, 0);
    transform: translate(-1320px, 0);
    -webkit-transform: translate3d(-1320px, 0, 0);
    transform: translate3d(-1320px, 0, 0);
  }
}
.mm-columns .mm-panels > .mm-columns-4 {
  -webkit-transform: translate(400%, 0);
  -ms-transform: translate(400%, 0);
  transform: translate(400%, 0);
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0);
}
.mm-columns-4 .mm-panels > .mm-panel {
  z-index: 4;
  width: 25%;
}
.mm-columns-4 .mm-panels > .mm-panel else {
  width: 100%;
}
.mm-columns-4 .mm-panels > .mm-panel:not(.mm-opened):not(.mm-subopened) {
  -webkit-transform: translate(500%, 0);
  -ms-transform: translate(500%, 0);
  transform: translate(500%, 0);
  -webkit-transform: translate3d(500%, 0, 0);
  transform: translate3d(500%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-columns-4 {
  width: 80%;
  min-width: 140px;
  max-width: 1760px;
}
html.mm-opening .mm-menu.mm-columns-4.mm-opened ~ .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening .mm-menu.mm-columns-4.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 2200px) {
  html.mm-opening .mm-menu.mm-columns-4.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(1760px, 0);
    -ms-transform: translate(1760px, 0);
    transform: translate(1760px, 0);
    -webkit-transform: translate3d(1760px, 0, 0);
    transform: translate3d(1760px, 0, 0);
  }
}
html.mm-right.mm-opening .mm-menu.mm-columns-4.mm-opened ~ .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-4.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 2200px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-4.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(-1760px, 0);
    -ms-transform: translate(-1760px, 0);
    transform: translate(-1760px, 0);
    -webkit-transform: translate3d(-1760px, 0, 0);
    transform: translate3d(-1760px, 0, 0);
  }
}
.mm-columns.mm-offcanvas.mm-bottom,
.mm-columns.mm-offcanvas.mm-top {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
html.mm-opening .mm-columns.mm-offcanvas.mm-front,
html.mm-opening .mm-columns.mm-offcanvas.mm-next {
  -webkit-transition-property: width,min-width,max-width,-webkit-transform;
  transition-property: width,min-width,max-width,-webkit-transform;
  transition-property: width,min-width,max-width,transform;
  transition-property: width,min-width,max-width,transform,-webkit-transform;
}
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%;
}
em.mm-counter + a.mm-next {
  width: 90px;
}
em.mm-counter + a.mm-next + a,
em.mm-counter + a.mm-next + span {
  margin-right: 90px;
}
em.mm-counter + a.mm-fullsubopen {
  padding-left: 0;
}
em.mm-counter + a.mm-fullsubopen + a,
em.mm-counter + a.mm-fullsubopen + span {
  padding-right: 90px;
}
.mm-listview em.mm-counter + .mm-next.mm-fullsubopen + a,
.mm-listview em.mm-counter + .mm-next.mm-fullsubopen + span {
  padding-right: 90px;
}
.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0;
}
.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px;
}
.mm-nosubresults > .mm-counter {
  display: none;
}
.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}
.mm-divider > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px;
}
.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mm-collapsed:not(.mm-uncollapsed) {
  display: none;
}
.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-fixeddivider:after {
  content: none !important;
  display: none !important;
}
.mm-hasdividers .mm-fixeddivider {
  display: block;
}
.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05);
}
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-slideout {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.mm-menu.mm-dropdown {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
}
html.mm-dropdown .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0;
}
html.mm-dropdown #mm-blocker {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  z-index: 1;
}
html.mm-dropdown .mm-menu {
  z-index: 2;
}
html.mm-dropdown.mm-opened:not(.mm-opening) .mm-menu.mm-dropdown {
  display: none;
}
.mm-menu.mm-tip:before {
  content: '';
  background: inherit;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mm-menu.mm-tipleft:before {
  left: 22px;
}
.mm-menu.mm-tipright:before {
  right: 22px;
}
.mm-menu.mm-tiptop:before {
  top: -8px;
}
.mm-menu.mm-tipbottom:before {
  bottom: -8px;
}
.mm-iconpanel .mm-panels > .mm-panel {
  -webkit-transition-property: left,-webkit-transform;
  transition-property: left,-webkit-transform;
  transition-property: transform,left;
  transition-property: transform,left,-webkit-transform;
}
.mm-iconpanel .mm-panels > .mm-panel.mm-opened,
.mm-iconpanel .mm-panels > .mm-panel.mm-subopened {
  border-left: 1px solid;
  border-color: inherit;
  display: block !important;
}
.mm-iconpanel .mm-panels > .mm-panel.mm-subopened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  left: 0;
}
.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  left: 40px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  left: 80px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  left: 120px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  left: 160px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  left: 200px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  left: 240px;
}
.mm-subblocker {
  background: inherit;
  opacity: 0;
  display: block;
  max-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  -webkit-transition: opacity .4s ease;
  transition: opacity 0.4s ease;
}
.mm-subopened .mm-subblocker {
  opacity: .6;
  bottom: -100000px;
}
.mm-keyboardfocus a:focus {
  outline: 0;
}
.mm-menu.mm-keyboardfocus a:focus {
  background: rgba(255, 255, 255, 0.5);
}
.mm-navbars-bottom,
.mm-navbars-top {
  background: inherit;
  border-color: inherit;
  border-width: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
}
.mm-navbars-bottom > .mm-navbar,
.mm-navbars-top > .mm-navbar {
  border: none;
  padding: 0;
  position: relative;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-navbars-top {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  top: 0;
}
.mm-navbars-bottom {
  border-top-style: solid;
  border-top-width: 1px;
  bottom: 0;
}
.mm-navbar.mm-hasbtns {
  padding: 0 40px;
}
.mm-navbar[class*=mm-navbar-content-] > * {
  box-sizing: border-box;
  display: block;
  float: left;
}
.mm-navbar .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px;
}
.mm-navbar .mm-breadcrumbs > * {
  display: inline-block;
  padding: 10px 3px;
}
.mm-navbar .mm-breadcrumbs > a {
  text-decoration: underline;
}
.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px;
}
.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0;
}
.mm-hasnavbar-top-1 .mm-panels {
  top: 40px;
}
.mm-hasnavbar-top-2 .mm-panels {
  top: 80px;
}
.mm-hasnavbar-top-3 .mm-panels {
  top: 120px;
}
.mm-hasnavbar-top-4 .mm-panels {
  top: 160px;
}
.mm-hasnavbar-bottom-1 .mm-panels {
  bottom: 40px;
}
.mm-hasnavbar-bottom-2 .mm-panels {
  bottom: 80px;
}
.mm-hasnavbar-bottom-3 .mm-panels {
  bottom: 120px;
}
.mm-hasnavbar-bottom-4 .mm-panels {
  bottom: 160px;
}
.mm-navbar-size-2 {
  height: 80px;
}
.mm-navbar-size-3 {
  height: 120px;
}
.mm-navbar-size-4 {
  height: 160px;
}
.mm-navbar-content-2 > * {
  width: 50%;
}
.mm-navbar-content-3 > * {
  width: 33.33%;
}
.mm-navbar-content-4 > * {
  width: 25%;
}
.mm-navbar-content-5 > * {
  width: 20%;
}
.mm-navbar-content-6 > * {
  width: 16.67%;
}
.mm-menu.mm-rtl {
  direction: rtl;
}
.mm-menu.mm-rtl.mm-offcanvas {
  right: auto;
}
.mm-menu.mm-rtl .mm-panel:not(.mm-opened) {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.mm-menu.mm-rtl .mm-panel.mm-subopened {
  -webkit-transform: translate(30%, 0);
  -ms-transform: translate(30%, 0);
  transform: translate(30%, 0);
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
}
.mm-menu.mm-rtl .mm-navbar .mm-btn:first-child {
  left: auto;
  right: 0;
}
.mm-menu.mm-rtl .mm-navbar .mm-btn:last-child {
  right: auto;
  left: 0;
}
.mm-menu.mm-rtl .mm-navbar .mm-next:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}
.mm-menu.mm-rtl .mm-navbar .mm-prev:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}
.mm-menu.mm-rtl .mm-listview > li:not(.mm-divider)::after {
  left: 0;
  right: 20px;
}
.mm-menu.mm-rtl .mm-listview > li > a:not(.mm-next),
.mm-menu.mm-rtl .mm-listview > li > span:not(.mm-next) {
  padding-left: 10px;
  padding-right: 20px !important;
  margin-right: 0 !important;
}
.mm-menu.mm-rtl .mm-listview .mm-next {
  right: auto;
  left: 0;
}
.mm-menu.mm-rtl .mm-listview .mm-next:before {
  left: auto;
  right: 0;
}
.mm-menu.mm-rtl .mm-listview .mm-next:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}
.mm-menu.mm-rtl .mm-listview .mm-next + a,
.mm-menu.mm-rtl .mm-listview .mm-next + span {
  margin-left: 50px;
}
.mm-menu.mm-rtl .mm-listview .mm-next.mm-fullsubopen + a,
.mm-menu.mm-rtl .mm-listview .mm-next.mm-fullsubopen + span {
  padding-left: 50px;
}
.mm-menu.mm-rtl em.mm-counter {
  left: 45px;
  right: auto;
}
.mm-menu.mm-rtl em.mm-counter + a.mm-next + a,
.mm-menu.mm-rtl em.mm-counter + a.mm-next + span {
  margin-left: 90px;
}
.mm-menu.mm-rtl .mm-listview em.mm-counter + .mm-fullsubopen + a,
.mm-menu.mm-rtl .mm-listview em.mm-counter + .mm-fullsubopen + span {
  padding-left: 90px;
}
.mm-menu.mm-rtl label.mm-check,
.mm-menu.mm-rtl label.mm-toggle {
  left: 20px;
  right: auto !important;
}
.mm-menu.mm-rtl label.mm-toggle + a,
.mm-menu.mm-rtl label.mm-toggle + span {
  padding-left: 80px;
}
.mm-menu.mm-rtl label.mm-check + a,
.mm-menu.mm-rtl label.mm-check + span {
  padding-left: 60px;
}
.mm-menu.mm-rtl a.mm-next + label.mm-check,
.mm-menu.mm-rtl a.mm-next + label.mm-toggle {
  left: 60px;
}
.mm-menu.mm-rtl a.mm-next + label.mm-check + a,
.mm-menu.mm-rtl a.mm-next + label.mm-check + span,
.mm-menu.mm-rtl a.mm-next + label.mm-toggle + a,
.mm-menu.mm-rtl a.mm-next + label.mm-toggle + span {
  margin-left: 50px;
}
.mm-menu.mm-rtl a.mm-next + label.mm-toggle + a,
.mm-menu.mm-rtl a.mm-next + label.mm-toggle + span {
  padding-left: 70px;
}
.mm-menu.mm-rtl a.mm-next + label.mm-check + a,
.mm-menu.mm-rtl a.mm-next + label.mm-check + span {
  padding-left: 50px;
}
.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check,
.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle {
  left: 100px;
}
.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check + a,
.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check + span,
.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle + a,
.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle + span {
  margin-left: 90px;
}
.mm-menu.mm-rtl .mm-panel[class*=mm-iconpanel-] {
  left: 0;
}
.mm-menu.mm-rtl .mm-panel[class*=mm-iconpanel-].mm-subopened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel {
  -webkit-transition-property: right,-webkit-transform;
  transition-property: right,-webkit-transform;
  transition-property: transform,right;
  transition-property: transform,right,-webkit-transform;
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  right: 0;
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  right: 40px;
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  right: 80px;
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  right: 120px;
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  right: 160px;
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  right: 200px;
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  right: 240px;
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-opened {
  border-left: none;
  border-right: 1px solid;
  border-color: inherit;
}
.mm-search,
.mm-search input {
  box-sizing: border-box;
}
.mm-search {
  height: 40px;
  padding: 7px 10px 0 10px;
  position: relative;
}
.mm-search input {
  border: none !important;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 4px;
  font: inherit;
  font-size: 14px;
  line-height: 26px;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 26px;
  min-height: 26px;
  max-height: 26px;
  margin: 0;
  padding: 0 10px;
}
.mm-search input::-ms-clear {
  display: none;
}
.mm-search .mm-clear,
.mm-search .mm-next {
  right: 0;
}
.mm-panel > .mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.mm-panel.mm-hassearch {
  padding-top: 40px;
}
.mm-panel.mm-hassearch.mm-hasnavbar {
  padding-top: 80px;
}
.mm-panel.mm-hassearch.mm-hasnavbar > .mm-search {
  top: 40px;
}
.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  padding: 40px 0;
}
.mm-noresults .mm-indexer {
  display: none !important;
}
li.mm-nosubresults > a.mm-next {
  display: none;
}
li.mm-nosubresults > a.mm-next + a,
li.mm-nosubresults > a.mm-next + span {
  padding-right: 10px;
}
.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.75);
}
.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}
.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100px;
  z-index: 15;
  -webkit-transition: right .4s ease;
  transition: right .4s ease;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-indexer a {
  text-decoration: none;
  display: block;
  height: 3.85%;
}
.mm-indexer ~ .mm-panel.mm-hasindexer {
  padding-right: 40px;
}
.mm-hasindexer .mm-indexer {
  right: 0;
}
.mm-hasindexer .mm-fixeddivider {
  right: 20px;
}
.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + a,
.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + span,
.mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen),
.mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + a,
.mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + span,
.mm-menu.mm-parentselected .mm-listview > li > a:not(.mm-fullsubopen) {
  -webkit-transition: background .4s ease;
  transition: background 0.4s ease;
}
.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen:hover + span,
.mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen):hover {
  background: rgba(255, 255, 255, 0.5);
}
.mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + a,
.mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + span,
.mm-menu.mm-parentselected .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(255, 255, 255, 0.5);
}
input.mm-check,
input.mm-toggle {
  position: absolute;
  left: -10000px;
}
label.mm-check,
label.mm-toggle {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2;
}
label.mm-check:before,
label.mm-toggle:before {
  content: '';
  display: block;
}
label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px;
}
label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px;
}
input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right;
}
label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px;
}
label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: .1;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
input.mm-check:checked ~ label.mm-check:before {
  opacity: 1;
}
li.mm-vertical label.mm-check,
li.mm-vertical label.mm-toggle {
  bottom: auto;
  margin-top: 0;
}
li.mm-vertical label.mm-toggle {
  top: 5px;
}
li.mm-vertical label.mm-check {
  top: 5px;
}
label.mm-check,
label.mm-toggle {
  right: 20px;
}
label.mm-toggle + a,
label.mm-toggle + span {
  padding-right: 80px;
}
label.mm-check + a,
label.mm-check + span {
  padding-right: 60px;
}
a.mm-next + label.mm-check,
a.mm-next + label.mm-toggle {
  right: 60px;
}
a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span,
a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span {
  margin-right: 50px;
}
a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span {
  padding-right: 70px;
}
a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  padding-right: 50px;
}
em.mm-counter + a.mm-next + label.mm-check,
em.mm-counter + a.mm-next + label.mm-toggle {
  right: 100px;
}
em.mm-counter + a.mm-next + label.mm-check + a,
em.mm-counter + a.mm-next + label.mm-check + span,
em.mm-counter + a.mm-next + label.mm-toggle + a,
em.mm-counter + a.mm-next + label.mm-toggle + span {
  margin-right: 90px;
}
.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu label.mm-toggle:before {
  background: #f3f3f3;
}
.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.75);
}
.mm-panel.mm-bootstrap-navbar .navbar-form,
.mm-panel.mm-bootstrap-navbar > p {
  display: block;
  margin: 20px 0;
}
.mm-panel.mm-bootstrap-navbar > .btn {
  display: inline-block;
  margin: 20px 5px 20px 0;
}
.mm-panel.mm-bootstrap-navbar > .mm-navbar + .btn,
.mm-panel.mm-bootstrap-navbar > .mm-navbar + .navbar-form,
.mm-panel.mm-bootstrap-navbar > .mm-navbar + p {
  margin-top: 0;
}
.mm-panel.mm-bootstrap-navbar > .navbar-form {
  padding: 0;
}
/**
 * mmenu add-ons & extensions
 */
.mm-page {
  box-sizing: border-box;
  position: relative;
}
.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform .4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: 1;
}
html.mm-opened {
  overflow-x: hidden;
  position: relative;
}
html.mm-blocking {
  overflow: hidden;
}
html.mm-blocking body {
  overflow: hidden;
}
html.mm-background .mm-page {
  background: inherit;
}
#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
html.mm-blocking #mm-blocker {
  display: block;
}
.mm-menu.mm-offcanvas {
  z-index: 0;
  display: none;
  position: fixed;
}
.mm-menu.mm-offcanvas.mm-opened {
  display: block;
}
.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-opened {
  z-index: 10;
}
.mm-menu.mm-offcanvas {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}
html.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    transform: translate(440px, 0);
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}
.mm-menu.mm-dropdown {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
}
html.mm-dropdown .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0;
}
html.mm-dropdown #mm-blocker {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  z-index: 1;
}
html.mm-dropdown .mm-menu {
  z-index: 2;
}
html.mm-dropdown.mm-opened:not(.mm-opening) .mm-menu.mm-dropdown {
  display: none;
}
.mm-menu.mm-tip:before {
  content: '';
  background: inherit;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mm-menu.mm-tipleft:before {
  left: 22px;
}
.mm-menu.mm-tipright:before {
  right: 22px;
}
.mm-menu.mm-tiptop:before {
  top: -8px;
}
.mm-menu.mm-tipbottom:before {
  bottom: -8px;
}
.mm-menu.mm-offcanvas {
  width: 100%;
  max-width: 100%;
  top: 64px;
  background-color: #f5f2ea;
}
#mm-blocker {
  top: 64px;
}
@media (min-width: 768px) {
  .mm-menu.mm-offcanvas {
    top: 80px;
    max-width: 768px;
  }
  #mm-blocker {
    top: 80px;
  }
}
.mm-panel .mm-btn {
  height: 56px;
  width: 70px;
}
.mm-panel .mm-next:before {
  border-left-width: 2px;
}
.mm-panel .mm-next {
  width: 70px;
}
.mm-panel .mm-next:hover {
  background: #c73241;
  color: #ffffff !important;
}
.mm-panel .mm-next:after,
.mm-panel .mm-prev:before {
  border-color: rgba(0, 0, 0, 0.3);
  transform: none;
  border: none;
  font-family: 'KKS-Icons';
  content: "\e901";
  height: 18.66666667px;
  right: 35px;
}
.mm-panel .mm-prev {
  color: #2e2a24;
}
.mm-panel .mm-prev:before {
  transform: rotate(180deg);
  height: 33px;
}
.mm-panel .mm-navbar:hover .mm-prev:before {
  color: #99182e;
}
.mm-panel.mm-hasnavbar .mm-navbar {
  border-bottom-width: 2px;
  border-bottom-color: #ffffff;
  height: 56px;
  line-height: 37.33333333px;
}
.mm-panel.mm-hasnavbar .mm-navbar a {
  text-align: left;
  color: #2e2a24;
}
.mm-panel.mm-hasnavbar .mm-navbar a:hover {
  color: #99182e;
  text-decoration: underline;
}
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: 0;
}
.mm-menu .mm-listview {
  border-color: #ffffff;
  font-size: 17px;
}
.mm-menu .mm-listview.mm-border-offset > li:after,
.mm-menu .mm-listview > li.mm-border-offset:after,
.mm-menu .mm-listview > li:not(.mm-divider):after {
  left: 0;
  right: 0;
  border-bottom-width: 2px;
}
.mm-menu .mm-listview > li > a,
.mm-menu .mm-listview > li > span {
  color: #2e2a24;
  padding: 20px 22px 16px;
}
.mm-menu .mm-listview > li > a:hover,
.mm-menu .mm-listview > li > span:hover {
  color: #99182e;
  text-decoration: underline;
}
@font-face {
  font-family: 'lg';
  src: url("Fonts/Iconfont/Lightgallery/lg.eot?n1z373");
  src: url("Fonts/Iconfont/Lightgallery/lg.eot?#iefixn1z373") format("embedded-opentype"), url("Fonts/Iconfont/Lightgallery/lg.woff?n1z373") format("woff"), url("Fonts/Iconfont/Lightgallery/lg.ttf?n1z373") format("truetype"), url("Fonts/Iconfont/Lightgallery/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.lg-outer .lg-item {
  background: url("Images/Lightgallery/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}
.lg-backdrop,
.lg-outer .lg-thumb-outer,
.lg-toolbar {
  background: #fff;
}
.lg-actions .lg-icons:before {
  content: '';
}
.lg-actions .lg-icons:after {
  content: '';
}
.lg-toolbar .lg-icon {
  color: #2e2a24;
}
.lg-toolbar .lg-icon:hover {
  opacity: 0.8;
}
.lg-toolbar .lg-icon:hover {
  color: #2e2a24;
  opacity: 0.8;
}
#lg-counter {
  color: #2e2a24;
}
#lg-counter:hover {
  opacity: 0.8;
}
.lg-outer.lg-dropdown-active #lg-share {
  color: #45413b;
}
.lg-sub-html {
  color: black;
  background: #fff;
}
/* lightbox style update */
.maskGalleryWrap .gallery .slick-arrow,
.lg .lg-actions .lg-icon {
  top: 50%;
  margin-top: -25px;
  z-index: 1;
  background: rgba(0, 0, 0, 0.75);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1080;
  border: 1px solid white;
  transition: all 0.3s ease;
  color: white;
  padding: 0px;
}
.maskGalleryWrap .gallery .slick-arrow:hover,
.lg .lg-actions .lg-icon:hover {
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}
.maskGalleryWrap .slick-arrow:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'KKS-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  color: white;
  display: block;
  font-size: 21px;
}
.lg .lg-actions .lg-prev,
.maskGalleryWrap .slick-prev {
  left: 25px;
}
.lg .lg-actions .lg-prev:before,
.maskGalleryWrap .slick-prev:before {
  transform: rotate(-180deg);
}
.lg .lg-actions .lg-next,
.maskGalleryWrap .slick-next {
  right: 25px;
}
.lg-outer .lg-thumb-item {
  border-color: #000;
}
.lg-outer .lg-toogle-thumb {
  background: transparent;
  color: #2e2a24;
}
.lg-outer .lg-toogle-thumb:hover {
  color: #2e2a24;
  opacity: 0.8;
}
.news-single .news-gallery-wrap {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}
.news-single .news-gallery-wrap .news-image-wrap {
  background-color: #c4c4c4;
  position: relative;
}
.news-single .news-gallery-wrap .news-image-wrap .news-image-thumb {
  width: 100px;
  height: 100px;
}
.news-single .news-gallery-wrap .news-image-wrap .news-image-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 480px) {
  .news-single .news-gallery-wrap {
    gap: 3px;
  }
  .news-single .news-gallery-wrap .news-image-wrap .news-image-thumb {
    width: 138px;
    height: 138px;
  }
}
@media (min-width: 768px) {
  .news-single .news-gallery-wrap {
    gap: 3px;
  }
  .news-single .news-gallery-wrap .news-image-wrap .news-image-thumb {
    width: 112px;
    height: 112px;
  }
}
@media (min-width: 992px) {
  .news-single .news-gallery-wrap {
    gap: 4px;
  }
  .news-single .news-gallery-wrap .news-image-wrap .news-image-thumb {
    width: 148px;
    height: 148px;
  }
}
@media (min-width: 1200px) {
  .news-single .news-gallery-wrap {
    gap: 6px;
  }
  .news-single .news-gallery-wrap .news-image-wrap .news-image-thumb {
    width: 180px;
    height: 180px;
  }
}
figure.lazyload,
img.lazyload,
figure div.lazyload,
img div.lazyload {
  opacity: 0;
}
figure.lazyloaded,
img.lazyloaded,
figure div.lazyloaded,
img div.lazyloaded {
  opacity: 1;
  transition: all 400ms;
}
/**
  1 = sand
  2 = steingrau
  3 = blau
  4 = dunkelrot
  5 = orange
  6 = gelb
  7 = weiß
  ...
 */
.background-1,
.background-sand {
  background: #f5f2ea;
  position: relative;
}
.background-2,
.background-stonegray {
  background: #45413b;
  position: relative;
}
.background-2 p,
.background-stonegray p,
.background-2 h1,
.background-stonegray h1,
.background-2 h2,
.background-stonegray h2,
.background-2 h3,
.background-stonegray h3,
.background-2 h4,
.background-stonegray h4,
.background-2 h5,
.background-stonegray h5 {
  color: white;
}
.background-2 h5:after,
.background-stonegray h5:after {
  background: white;
}
.background-2 a,
.background-stonegray a,
.background-2 button,
.background-stonegray button {
  color: white;
}
.background-2 a:hover,
.background-stonegray a:hover,
.background-2 button:hover,
.background-stonegray button:hover {
  color: white;
}
.background-2 a.link-button,
.background-stonegray a.link-button,
.background-2 button.link-button,
.background-stonegray button.link-button {
  background: transparent;
  color: white;
  border-color: white;
}
.background-2 a.link-button:hover,
.background-stonegray a.link-button:hover,
.background-2 button.link-button:hover,
.background-stonegray button.link-button:hover {
  border-color: white;
  background: white;
  color: #99182e;
}
.background-2 a.link-c2a,
.background-stonegray a.link-c2a,
.background-2 button.link-c2a,
.background-stonegray button.link-c2a {
  background: white;
  color: #99182e;
}
.background-2 a.link-c2a:hover,
.background-stonegray a.link-c2a:hover,
.background-2 button.link-c2a:hover,
.background-stonegray button.link-c2a:hover {
  color: white;
}
.background-2.rootline ul.breadcrumb > li + li:before,
.background-stonegray.rootline ul.breadcrumb > li + li:before {
  color: white;
}
.background-2.rootline ul.breadcrumb li a,
.background-stonegray.rootline ul.breadcrumb li a {
  color: white;
}
.background-2.rootline ul.breadcrumb li a:hover,
.background-stonegray.rootline ul.breadcrumb li a:hover {
  text-decoration: underline;
}
.background-3,
.background-blue {
  background: #00699e;
  position: relative;
}
.background-3 p,
.background-blue p,
.background-3 h1,
.background-blue h1,
.background-3 h2,
.background-blue h2,
.background-3 h3,
.background-blue h3,
.background-3 h4,
.background-blue h4,
.background-3 h5,
.background-blue h5 {
  color: white;
}
.background-3 h5:after,
.background-blue h5:after {
  background: white;
}
.background-3 a,
.background-blue a,
.background-3 button,
.background-blue button {
  color: white;
}
.background-3 a:hover,
.background-blue a:hover,
.background-3 button:hover,
.background-blue button:hover {
  color: white;
}
.background-3 a.link-button,
.background-blue a.link-button,
.background-3 button.link-button,
.background-blue button.link-button {
  background: transparent;
  color: white;
  border-color: white;
}
.background-3 a.link-button:hover,
.background-blue a.link-button:hover,
.background-3 button.link-button:hover,
.background-blue button.link-button:hover {
  border-color: white;
  background: white;
  color: #99182e;
}
.background-3 a.link-c2a,
.background-blue a.link-c2a,
.background-3 button.link-c2a,
.background-blue button.link-c2a {
  background: white;
  color: #99182e;
}
.background-3 a.link-c2a:hover,
.background-blue a.link-c2a:hover,
.background-3 button.link-c2a:hover,
.background-blue button.link-c2a:hover {
  color: white;
}
.background-3.rootline ul.breadcrumb > li + li:before,
.background-blue.rootline ul.breadcrumb > li + li:before {
  color: white;
}
.background-3.rootline ul.breadcrumb li a,
.background-blue.rootline ul.breadcrumb li a {
  color: white;
}
.background-3.rootline ul.breadcrumb li a:hover,
.background-blue.rootline ul.breadcrumb li a:hover {
  text-decoration: underline;
}
.background-4,
.background-darkred {
  background: #99182e;
  position: relative;
}
.background-4 p,
.background-darkred p,
.background-4 h1,
.background-darkred h1,
.background-4 h2,
.background-darkred h2,
.background-4 h3,
.background-darkred h3,
.background-4 h4,
.background-darkred h4,
.background-4 h5,
.background-darkred h5 {
  color: white;
}
.background-4 h5:after,
.background-darkred h5:after {
  background: white;
}
.background-4 a,
.background-darkred a,
.background-4 button,
.background-darkred button {
  color: white;
}
.background-4 a:hover,
.background-darkred a:hover,
.background-4 button:hover,
.background-darkred button:hover {
  color: white;
}
.background-4 a.link-button,
.background-darkred a.link-button,
.background-4 button.link-button,
.background-darkred button.link-button {
  background: transparent;
  color: white;
  border-color: white;
}
.background-4 a.link-button:hover,
.background-darkred a.link-button:hover,
.background-4 button.link-button:hover,
.background-darkred button.link-button:hover {
  border-color: white;
  background: white;
  color: #99182e;
}
.background-4 a.link-c2a,
.background-darkred a.link-c2a,
.background-4 button.link-c2a,
.background-darkred button.link-c2a {
  background: white;
  color: #99182e;
}
.background-4 a.link-c2a:hover,
.background-darkred a.link-c2a:hover,
.background-4 button.link-c2a:hover,
.background-darkred button.link-c2a:hover {
  color: white;
}
.background-4.rootline ul.breadcrumb > li + li:before,
.background-darkred.rootline ul.breadcrumb > li + li:before {
  color: white;
}
.background-4.rootline ul.breadcrumb li a,
.background-darkred.rootline ul.breadcrumb li a {
  color: white;
}
.background-4.rootline ul.breadcrumb li a:hover,
.background-darkred.rootline ul.breadcrumb li a:hover {
  text-decoration: underline;
}
.background-5,
.background-orange {
  background: #c44104;
  position: relative;
}
.background-5 p,
.background-orange p,
.background-5 h1,
.background-orange h1,
.background-5 h2,
.background-orange h2,
.background-5 h3,
.background-orange h3,
.background-5 h4,
.background-orange h4,
.background-5 h5,
.background-orange h5 {
  color: white;
}
.background-5 h5:after,
.background-orange h5:after {
  background: white;
}
.background-5 a,
.background-orange a,
.background-5 button,
.background-orange button {
  color: white;
}
.background-5 a:hover,
.background-orange a:hover,
.background-5 button:hover,
.background-orange button:hover {
  color: white;
}
.background-5 a.link-button,
.background-orange a.link-button,
.background-5 button.link-button,
.background-orange button.link-button {
  background: transparent;
  color: white;
  border-color: white;
}
.background-5 a.link-button:hover,
.background-orange a.link-button:hover,
.background-5 button.link-button:hover,
.background-orange button.link-button:hover {
  border-color: white;
  background: white;
  color: #99182e;
}
.background-5 a.link-c2a,
.background-orange a.link-c2a,
.background-5 button.link-c2a,
.background-orange button.link-c2a {
  background: white;
  color: #99182e;
}
.background-5 a.link-c2a:hover,
.background-orange a.link-c2a:hover,
.background-5 button.link-c2a:hover,
.background-orange button.link-c2a:hover {
  color: white;
}
.background-5.rootline ul.breadcrumb > li + li:before,
.background-orange.rootline ul.breadcrumb > li + li:before {
  color: white;
}
.background-5.rootline ul.breadcrumb li a,
.background-orange.rootline ul.breadcrumb li a {
  color: white;
}
.background-5.rootline ul.breadcrumb li a:hover,
.background-orange.rootline ul.breadcrumb li a:hover {
  text-decoration: underline;
}
.background-6,
.background-yellow {
  background: #fdc62e;
  position: relative;
}
.background-6 p,
.background-yellow p,
.background-6 h1,
.background-yellow h1,
.background-6 h2,
.background-yellow h2,
.background-6 h3,
.background-yellow h3,
.background-6 h4,
.background-yellow h4,
.background-6 h5,
.background-yellow h5 {
  color: black;
}
.background-6 a.link-c2a,
.background-yellow a.link-c2a {
  background: white;
  color: #99182e;
}
.background-6 a.link-c2a:hover,
.background-yellow a.link-c2a:hover {
  background: #99182e;
  color: white;
}
.background-7,
.background-white {
  background: white;
  position: relative;
}
.background-8,
.background-cyan {
  background: #337a74;
  position: relative;
}
.background-8 p,
.background-cyan p,
.background-8 h1,
.background-cyan h1,
.background-8 h2,
.background-cyan h2,
.background-8 h3,
.background-cyan h3,
.background-8 h4,
.background-cyan h4,
.background-8 h5,
.background-cyan h5 {
  color: white;
}
.background-8 h5:after,
.background-cyan h5:after {
  background: white;
}
.background-8 a,
.background-cyan a,
.background-8 button,
.background-cyan button {
  color: white;
}
.background-8 a:hover,
.background-cyan a:hover,
.background-8 button:hover,
.background-cyan button:hover {
  color: white;
}
.background-8 a.link-button,
.background-cyan a.link-button,
.background-8 button.link-button,
.background-cyan button.link-button {
  background: transparent;
  color: white;
  border-color: white;
}
.background-8 a.link-button:hover,
.background-cyan a.link-button:hover,
.background-8 button.link-button:hover,
.background-cyan button.link-button:hover {
  border-color: white;
  background: white;
  color: #99182e;
}
.background-8 a.link-c2a,
.background-cyan a.link-c2a,
.background-8 button.link-c2a,
.background-cyan button.link-c2a {
  background: white;
  color: #99182e;
}
.background-8 a.link-c2a:hover,
.background-cyan a.link-c2a:hover,
.background-8 button.link-c2a:hover,
.background-cyan button.link-c2a:hover {
  color: white;
}
.background-8.rootline ul.breadcrumb > li + li:before,
.background-cyan.rootline ul.breadcrumb > li + li:before {
  color: white;
}
.background-8.rootline ul.breadcrumb li a,
.background-cyan.rootline ul.breadcrumb li a {
  color: white;
}
.background-8.rootline ul.breadcrumb li a:hover,
.background-cyan.rootline ul.breadcrumb li a:hover {
  text-decoration: underline;
}
.background-9,
.background-pinkred {
  background: #b55574;
  position: relative;
}
.background-9 p,
.background-pinkred p,
.background-9 h1,
.background-pinkred h1,
.background-9 h2,
.background-pinkred h2,
.background-9 h3,
.background-pinkred h3,
.background-9 h4,
.background-pinkred h4,
.background-9 h5,
.background-pinkred h5 {
  color: white;
}
.background-9 h5:after,
.background-pinkred h5:after {
  background: white;
}
.background-9 a,
.background-pinkred a,
.background-9 button,
.background-pinkred button {
  color: white;
}
.background-9 a:hover,
.background-pinkred a:hover,
.background-9 button:hover,
.background-pinkred button:hover {
  color: white;
}
.background-9 a.link-button,
.background-pinkred a.link-button,
.background-9 button.link-button,
.background-pinkred button.link-button {
  background: transparent;
  color: white;
  border-color: white;
}
.background-9 a.link-button:hover,
.background-pinkred a.link-button:hover,
.background-9 button.link-button:hover,
.background-pinkred button.link-button:hover {
  border-color: white;
  background: white;
  color: #99182e;
}
.background-9 a.link-c2a,
.background-pinkred a.link-c2a,
.background-9 button.link-c2a,
.background-pinkred button.link-c2a {
  background: white;
  color: #99182e;
}
.background-9 a.link-c2a:hover,
.background-pinkred a.link-c2a:hover,
.background-9 button.link-c2a:hover,
.background-pinkred button.link-c2a:hover {
  color: white;
}
.background-9.rootline ul.breadcrumb > li + li:before,
.background-pinkred.rootline ul.breadcrumb > li + li:before {
  color: white;
}
.background-9.rootline ul.breadcrumb li a,
.background-pinkred.rootline ul.breadcrumb li a {
  color: white;
}
.background-9.rootline ul.breadcrumb li a:hover,
.background-pinkred.rootline ul.breadcrumb li a:hover {
  text-decoration: underline;
}
.background-10,
.background-darkblue {
  background: #004e8a;
  position: relative;
}
.background-10 p,
.background-darkblue p,
.background-10 h1,
.background-darkblue h1,
.background-10 h2,
.background-darkblue h2,
.background-10 h3,
.background-darkblue h3,
.background-10 h4,
.background-darkblue h4,
.background-10 h5,
.background-darkblue h5 {
  color: white;
}
.background-10 h5:after,
.background-darkblue h5:after {
  background: white;
}
.background-10 a,
.background-darkblue a,
.background-10 button,
.background-darkblue button {
  color: white;
}
.background-10 a:hover,
.background-darkblue a:hover,
.background-10 button:hover,
.background-darkblue button:hover {
  color: white;
}
.background-10 a.link-button,
.background-darkblue a.link-button,
.background-10 button.link-button,
.background-darkblue button.link-button {
  background: transparent;
  color: white;
  border-color: white;
}
.background-10 a.link-button:hover,
.background-darkblue a.link-button:hover,
.background-10 button.link-button:hover,
.background-darkblue button.link-button:hover {
  border-color: white;
  background: white;
  color: #99182e;
}
.background-10 a.link-c2a,
.background-darkblue a.link-c2a,
.background-10 button.link-c2a,
.background-darkblue button.link-c2a {
  background: white;
  color: #99182e;
}
.background-10 a.link-c2a:hover,
.background-darkblue a.link-c2a:hover,
.background-10 button.link-c2a:hover,
.background-darkblue button.link-c2a:hover {
  color: white;
}
.background-10.rootline ul.breadcrumb > li + li:before,
.background-darkblue.rootline ul.breadcrumb > li + li:before {
  color: white;
}
.background-10.rootline ul.breadcrumb li a,
.background-darkblue.rootline ul.breadcrumb li a {
  color: white;
}
.background-10.rootline ul.breadcrumb li a:hover,
.background-darkblue.rootline ul.breadcrumb li a:hover {
  text-decoration: underline;
}
.background-11,
.background-violet {
  background: #7a1d90;
  position: relative;
}
.background-11 p,
.background-violet p,
.background-11 h1,
.background-violet h1,
.background-11 h2,
.background-violet h2,
.background-11 h3,
.background-violet h3,
.background-11 h4,
.background-violet h4,
.background-11 h5,
.background-violet h5 {
  color: white;
}
.background-11 h5:after,
.background-violet h5:after {
  background: white;
}
.background-11 a,
.background-violet a,
.background-11 button,
.background-violet button {
  color: white;
}
.background-11 a:hover,
.background-violet a:hover,
.background-11 button:hover,
.background-violet button:hover {
  color: white;
}
.background-11 a.link-button,
.background-violet a.link-button,
.background-11 button.link-button,
.background-violet button.link-button {
  background: transparent;
  color: white;
  border-color: white;
}
.background-11 a.link-button:hover,
.background-violet a.link-button:hover,
.background-11 button.link-button:hover,
.background-violet button.link-button:hover {
  border-color: white;
  background: white;
  color: #99182e;
}
.background-11 a.link-c2a,
.background-violet a.link-c2a,
.background-11 button.link-c2a,
.background-violet button.link-c2a {
  background: white;
  color: #99182e;
}
.background-11 a.link-c2a:hover,
.background-violet a.link-c2a:hover,
.background-11 button.link-c2a:hover,
.background-violet button.link-c2a:hover {
  color: white;
}
.background-11.rootline ul.breadcrumb > li + li:before,
.background-violet.rootline ul.breadcrumb > li + li:before {
  color: white;
}
.background-11.rootline ul.breadcrumb li a,
.background-violet.rootline ul.breadcrumb li a {
  color: white;
}
.background-11.rootline ul.breadcrumb li a:hover,
.background-violet.rootline ul.breadcrumb li a:hover {
  text-decoration: underline;
}
.background-12,
.background-lightred {
  background: #da1b21;
  position: relative;
}
.background-12 p,
.background-lightred p,
.background-12 h1,
.background-lightred h1,
.background-12 h2,
.background-lightred h2,
.background-12 h3,
.background-lightred h3,
.background-12 h4,
.background-lightred h4,
.background-12 h5,
.background-lightred h5 {
  color: white;
}
.background-12 h5:after,
.background-lightred h5:after {
  background: white;
}
.background-12 a,
.background-lightred a,
.background-12 button,
.background-lightred button {
  color: white;
}
.background-12 a:hover,
.background-lightred a:hover,
.background-12 button:hover,
.background-lightred button:hover {
  color: white;
}
.background-12 a.link-button,
.background-lightred a.link-button,
.background-12 button.link-button,
.background-lightred button.link-button {
  background: transparent;
  color: white;
  border-color: white;
}
.background-12 a.link-button:hover,
.background-lightred a.link-button:hover,
.background-12 button.link-button:hover,
.background-lightred button.link-button:hover {
  border-color: white;
  background: white;
  color: #99182e;
}
.background-12 a.link-c2a,
.background-lightred a.link-c2a,
.background-12 button.link-c2a,
.background-lightred button.link-c2a {
  background: white;
  color: #99182e;
}
.background-12 a.link-c2a:hover,
.background-lightred a.link-c2a:hover,
.background-12 button.link-c2a:hover,
.background-lightred button.link-c2a:hover {
  color: white;
}
.background-12.rootline ul.breadcrumb > li + li:before,
.background-lightred.rootline ul.breadcrumb > li + li:before {
  color: white;
}
.background-12.rootline ul.breadcrumb li a,
.background-lightred.rootline ul.breadcrumb li a {
  color: white;
}
.background-12.rootline ul.breadcrumb li a:hover,
.background-lightred.rootline ul.breadcrumb li a:hover {
  text-decoration: underline;
}
.background-13,
.background-lightorange {
  background: #f89c0e;
  position: relative;
}
.background-13 p,
.background-lightorange p,
.background-13 h1,
.background-lightorange h1,
.background-13 h2,
.background-lightorange h2,
.background-13 h3,
.background-lightorange h3,
.background-13 h4,
.background-lightorange h4,
.background-13 h5,
.background-lightorange h5 {
  color: white;
}
.background-13 h5:after,
.background-lightorange h5:after {
  background: white;
}
.background-13 a,
.background-lightorange a,
.background-13 button,
.background-lightorange button {
  color: white;
}
.background-13 a:hover,
.background-lightorange a:hover,
.background-13 button:hover,
.background-lightorange button:hover {
  color: white;
}
.background-13 a.link-button,
.background-lightorange a.link-button,
.background-13 button.link-button,
.background-lightorange button.link-button {
  background: transparent;
  color: white;
  border-color: white;
}
.background-13 a.link-button:hover,
.background-lightorange a.link-button:hover,
.background-13 button.link-button:hover,
.background-lightorange button.link-button:hover {
  border-color: white;
  background: white;
  color: #99182e;
}
.background-13 a.link-c2a,
.background-lightorange a.link-c2a,
.background-13 button.link-c2a,
.background-lightorange button.link-c2a {
  background: white;
  color: #99182e;
}
.background-13 a.link-c2a:hover,
.background-lightorange a.link-c2a:hover,
.background-13 button.link-c2a:hover,
.background-lightorange button.link-c2a:hover {
  color: white;
}
.background-13.rootline ul.breadcrumb > li + li:before,
.background-lightorange.rootline ul.breadcrumb > li + li:before {
  color: white;
}
.background-13.rootline ul.breadcrumb li a,
.background-lightorange.rootline ul.breadcrumb li a {
  color: white;
}
.background-13.rootline ul.breadcrumb li a:hover,
.background-lightorange.rootline ul.breadcrumb li a:hover {
  text-decoration: underline;
}
.background-14,
.background-navy {
  background: #1e5cb3;
  position: relative;
}
.background-14 p,
.background-navy p,
.background-14 h1,
.background-navy h1,
.background-14 h2,
.background-navy h2,
.background-14 h3,
.background-navy h3,
.background-14 h4,
.background-navy h4,
.background-14 h5,
.background-navy h5 {
  color: white;
}
.background-14 h5:after,
.background-navy h5:after {
  background: white;
}
.background-14 a,
.background-navy a,
.background-14 button,
.background-navy button {
  color: white;
}
.background-14 a:hover,
.background-navy a:hover,
.background-14 button:hover,
.background-navy button:hover {
  color: white;
}
.background-14 a.link-button,
.background-navy a.link-button,
.background-14 button.link-button,
.background-navy button.link-button {
  background: transparent;
  color: white;
  border-color: white;
}
.background-14 a.link-button:hover,
.background-navy a.link-button:hover,
.background-14 button.link-button:hover,
.background-navy button.link-button:hover {
  border-color: white;
  background: white;
  color: #99182e;
}
.background-14 a.link-c2a,
.background-navy a.link-c2a,
.background-14 button.link-c2a,
.background-navy button.link-c2a {
  background: white;
  color: #99182e;
}
.background-14 a.link-c2a:hover,
.background-navy a.link-c2a:hover,
.background-14 button.link-c2a:hover,
.background-navy button.link-c2a:hover {
  color: white;
}
.background-14.rootline ul.breadcrumb > li + li:before,
.background-navy.rootline ul.breadcrumb > li + li:before {
  color: white;
}
.background-14.rootline ul.breadcrumb li a,
.background-navy.rootline ul.breadcrumb li a {
  color: white;
}
.background-14.rootline ul.breadcrumb li a:hover,
.background-navy.rootline ul.breadcrumb li a:hover {
  text-decoration: underline;
}
.background-15,
.background-lightgreen {
  background: #96be0b;
  position: relative;
}
.background-15 p,
.background-lightgreen p,
.background-15 h1,
.background-lightgreen h1,
.background-15 h2,
.background-lightgreen h2,
.background-15 h3,
.background-lightgreen h3,
.background-15 h4,
.background-lightgreen h4,
.background-15 h5,
.background-lightgreen h5 {
  color: white;
}
.background-15 h5:after,
.background-lightgreen h5:after {
  background: white;
}
.background-15 a,
.background-lightgreen a,
.background-15 button,
.background-lightgreen button {
  color: white;
}
.background-15 a:hover,
.background-lightgreen a:hover,
.background-15 button:hover,
.background-lightgreen button:hover {
  color: white;
}
.background-15 a.link-button,
.background-lightgreen a.link-button,
.background-15 button.link-button,
.background-lightgreen button.link-button {
  background: transparent;
  color: white;
  border-color: white;
}
.background-15 a.link-button:hover,
.background-lightgreen a.link-button:hover,
.background-15 button.link-button:hover,
.background-lightgreen button.link-button:hover {
  border-color: white;
  background: white;
  color: #99182e;
}
.background-15 a.link-c2a,
.background-lightgreen a.link-c2a,
.background-15 button.link-c2a,
.background-lightgreen button.link-c2a {
  background: white;
  color: #99182e;
}
.background-15 a.link-c2a:hover,
.background-lightgreen a.link-c2a:hover,
.background-15 button.link-c2a:hover,
.background-lightgreen button.link-c2a:hover {
  color: white;
}
.background-15.rootline ul.breadcrumb > li + li:before,
.background-lightgreen.rootline ul.breadcrumb > li + li:before {
  color: white;
}
.background-15.rootline ul.breadcrumb li a,
.background-lightgreen.rootline ul.breadcrumb li a {
  color: white;
}
.background-15.rootline ul.breadcrumb li a:hover,
.background-lightgreen.rootline ul.breadcrumb li a:hover {
  text-decoration: underline;
}
.background-16,
.background-brown {
  background: #7f4d18;
  position: relative;
}
.background-16 p,
.background-brown p,
.background-16 h1,
.background-brown h1,
.background-16 h2,
.background-brown h2,
.background-16 h3,
.background-brown h3,
.background-16 h4,
.background-brown h4,
.background-16 h5,
.background-brown h5 {
  color: white;
}
.background-16 h5:after,
.background-brown h5:after {
  background: white;
}
.background-16 a,
.background-brown a,
.background-16 button,
.background-brown button {
  color: white;
}
.background-16 a:hover,
.background-brown a:hover,
.background-16 button:hover,
.background-brown button:hover {
  color: white;
}
.background-16 a.link-button,
.background-brown a.link-button,
.background-16 button.link-button,
.background-brown button.link-button {
  background: transparent;
  color: white;
  border-color: white;
}
.background-16 a.link-button:hover,
.background-brown a.link-button:hover,
.background-16 button.link-button:hover,
.background-brown button.link-button:hover {
  border-color: white;
  background: white;
  color: #99182e;
}
.background-16 a.link-c2a,
.background-brown a.link-c2a,
.background-16 button.link-c2a,
.background-brown button.link-c2a {
  background: white;
  color: #99182e;
}
.background-16 a.link-c2a:hover,
.background-brown a.link-c2a:hover,
.background-16 button.link-c2a:hover,
.background-brown button.link-c2a:hover {
  color: white;
}
.background-16.rootline ul.breadcrumb > li + li:before,
.background-brown.rootline ul.breadcrumb > li + li:before {
  color: white;
}
.background-16.rootline ul.breadcrumb li a,
.background-brown.rootline ul.breadcrumb li a {
  color: white;
}
.background-16.rootline ul.breadcrumb li a:hover,
.background-brown.rootline ul.breadcrumb li a:hover {
  text-decoration: underline;
}
.background-17,
.background-sepia {
  background: #bba888;
  position: relative;
}
.background-18,
.background-chromewhite {
  background: #eddfd3;
  position: relative;
}
.background-18 .quotationContent blockquote,
.background-chromewhite .quotationContent blockquote {
  color: #2e2a24;
}
.background-18 .quotationContent blockquote:before,
.background-chromewhite .quotationContent blockquote:before {
  color: #2e2a24;
}
.background-18 .quotationContent blockquote footer.text-small,
.background-chromewhite .quotationContent blockquote footer.text-small {
  color: #2e2a24;
}
.background-18 .quotationContent blockquote footer.text-small:before,
.background-chromewhite .quotationContent blockquote footer.text-small:before {
  background-color: #2e2a24;
}
.background-19,
.background-cashmere {
  background: #dcbfa6;
  position: relative;
}
.background-20,
.background-fadedpink {
  background: #82686a;
  position: relative;
}
.background-21,
.background-browngrey {
  background: #766d67;
  position: relative;
}
.background-22,
.background-brownred {
  background: #a6192e;
  position: relative;
}
.background-23,
.background-caritasred {
  background: #cd1d1c;
  position: relative;
}
.background-24,
.background-hospizorange {
  background: #f18932;
  position: relative;
}
.background-25,
.background-elisabethgreen {
  background: #00716a;
  position: relative;
}
.background-26,
.background-clemensblue {
  background: #007db3;
  position: relative;
}
.background-27,
.background-fidelisblue {
  background: #005b93;
  position: relative;
}
.background-28,
.background-hospizbrown {
  background: #742914;
  position: relative;
}
.background-29,
.background-foundationblue {
  background: #dbecf0;
  position: relative;
}
.background-30,
.background-kitagreen {
  background: #5c7406;
  position: relative;
}
.background-31,
.background-black {
  background: #000000;
  position: relative;
}
.background-32,
.background-lightblue {
  background: #58b0c9;
  position: relative;
}
.background-33,
.background-gemeindelila {
  background: #69265e;
  position: relative;
}
.background-34,
.background-gemeindegrun {
  background: #b1b11d;
  position: relative;
}
.background-35,
.background-gemeinderot {
  background: #a3464e;
  position: relative;
}
.background-40,
.background-steel {
  background: #416574;
  position: relative;
}
.background-41,
.background-tan {
  background: #8b6f46;
  position: relative;
}
.background-42,
.background-taupe {
  background: #69554f;
  position: relative;
}
.background-43,
.background-crimson {
  background: #7f1b25;
  position: relative;
}
.background.image {
  background-size: cover;
  background-position: center center;
}
.column-background-1,
.column-background-white {
  padding: 20px 30px;
  background: white;
}
.row-space-top-spaceS {
  padding-top: 25px;
}
.row-space-top-spaceM {
  padding-top: 50px;
}
.row-space-top-spaceL {
  padding-top: 100px;
}
.row-space-bottom-spaceS {
  padding-bottom: 25px;
}
.row-space-bottom-spaceM {
  padding-bottom: 50px;
}
.row-space-bottom-spaceL {
  padding-bottom: 100px;
}
.videoWrap {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.videoWrap .videoPlayer {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.colSpacer {
  margin-bottom: 50px;
}
.colSpacerXS {
  margin-bottom: 25px;
}
.colRemovePadding {
  padding: 0;
}
.headline-center .gridHeadline h1,
.headline-center .gridHeadline h2,
.headline-center .gridHeadline h3,
.headline-center .gridHeadline h4,
.headline-center .gridHeadline h5 {
  text-align: center;
}
.headline-center .gridHeadline h1:after,
.headline-center .gridHeadline h2:after,
.headline-center .gridHeadline h3:after,
.headline-center .gridHeadline h4:after,
.headline-center .gridHeadline h5:after {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .colSpacerXS {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .colSpacer {
    margin-bottom: 0;
  }
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before,
.hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before,
.hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before,
.hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before,
.hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before,
.hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before,
.hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.6850000000000001, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.6850000000000001, 0.22);
}
/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.6850000000000001, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.6850000000000001, 0.22);
}
/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
/*
   * Boring
   */
.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::before,
.hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}
/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}
/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s;
}
/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before,
.hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before,
.hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}
/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}
/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}
/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before,
.hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before,
.hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}
/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before,
.hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before,
.hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}
body[class*="page"] .cc_container {
  background: #2e2a24;
  color: white;
  font-family: 'PT Sans', sans-serif;
  border-top: 0;
}
body[class*="page"] .cc_container .cc_message {
  color: white;
  font-size: 17px;
  line-height: 25px;
}
body[class*="page"] .cc_container a:not(.cc_btn) {
  color: white;
  text-decoration: underline;
}
body[class*="page"] .cc_container a:not(.cc_btn):hover {
  text-decoration: none;
}
body[class*="page"] .cc_container a.cc_btn {
  transition: background-color 400ms ease;
  -webkit-transform: translateZ(0px);
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 40px;
  line-height: 18px;
  border: 2px solid white;
  background: #2e2a24;
  padding: 7px 37px 5px 20px;
  letter-spacing: 0.08em;
  color: white;
  display: inline-flex;
  align-items: center;
  min-width: 80px;
  width: auto;
  font-size: 17px;
}
body[class*="page"] .cc_container a.cc_btn:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'KKS-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  font-size: 21px;
  top: 50%;
  right: 10px;
  position: absolute;
  transform: translateY(-50%);
}
body[class*="page"] .cc_container a.cc_btn:hover {
  border-color: #c73241;
  background-color: #c73241;
}
@media screen and (min-width: 500px) {
  body[class^="page"] .cc_container .cc_message {
    margin-top: 0.5em;
  }
}
@media screen and (min-width: 768px) {
  body[class^="page"] .cc_container {
    padding: 20px 30px;
  }
}
@media screen and (min-width: 992px) {
  body[class^="page"] .cc_container .cc_message {
    font-size: 17px !important;
  }
  body[class^="page"] .cc_container a {
    font-size: 17px;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../Libraries/bootstrap/Fonts/Iconfont/Glyphicons/glyphicons-halflings-regular.eot');
  src: url('../Libraries/bootstrap/Fonts/Iconfont/Glyphicons/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../Libraries/bootstrap/Fonts/Iconfont/Glyphicons/glyphicons-halflings-regular.woff2') format('woff2'), url('../Libraries/bootstrap/Fonts/Iconfont/Glyphicons/glyphicons-halflings-regular.woff') format('woff'), url('../Libraries/bootstrap/Fonts/Iconfont/Glyphicons/glyphicons-halflings-regular.ttf') format('truetype'), url('../Libraries/bootstrap/Fonts/Iconfont/Glyphicons/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../Libraries/font-awesome/Fonts/Iconfont/FontAwesome/fontawesome-webfont.eot?v=4.7.0');
  src: url('../Libraries/font-awesome/Fonts/Iconfont/FontAwesome/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../Libraries/font-awesome/Fonts/Iconfont/FontAwesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../Libraries/font-awesome/Fonts/Iconfont/FontAwesome/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../Libraries/font-awesome/Fonts/Iconfont/FontAwesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../Libraries/font-awesome/Fonts/Iconfont/FontAwesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
@font-face {
  font-family: 'KKS-Icons';
  src: url('/typo3conf/ext/origo/Resources/Public/Fonts/Iconfont/KSS/KKS-Icons.eot?ypouge');
  src: url('/typo3conf/ext/origo/Resources/Public/Fonts/Iconfont/KSS/KKS-Icons.eot?ypouge#iefix') format('embedded-opentype'), url('/typo3conf/ext/origo/Resources/Public/Fonts/Iconfont/KSS/KKS-Icons.ttf?ypouge') format('truetype'), url('/typo3conf/ext/origo/Resources/Public/Fonts/Iconfont/KSS/KKS-Icons.woff?ypouge') format('woff'), url('/typo3conf/ext/origo/Resources/Public/Fonts/Iconfont/KSS/KKS-Icons.svg?ypouge#KKS-Icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'KKS-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-Link-Pfeil:before {
  content: "\e900";
}
.icon-Pfeil:before {
  content: "\e901";
}
.icon-Minus:before {
  content: "\e902";
}
.icon-Plus:before {
  content: "\e903";
}
.icon-Schliessen:before {
  content: "\e904";
}
.icon-Suche:before {
  content: "\e905";
}
.icon-Home:before {
  content: "\e906";
}
.icon-Sprache:before {
  content: "\e907";
}
.icon-Quote:before {
  content: "\e908";
}
.icon-Folgen_FB:before {
  content: "\e909";
}
.icon-Folgen_YouTube:before {
  content: "\e90a";
}
.icon-Teilen_FB:before {
  content: "\e90b";
}
.icon-Teilen_Twitter:before {
  content: "\e90c";
}
.icon-Teilen_E-Mail:before {
  content: "\e90d";
}
.icon-Teilen_Drucken:before {
  content: "\e90e";
}
/* cyrillic-ext */
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 700;
  src: local('Merriweather Bold'), local('Merriweather-Bold'), url(/typo3conf/ext/origo/Resources/Public/Fonts/Webfont/merriweather-v30-700.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 700;
  src: local('Merriweather Bold'), local('Merriweather-Bold'), url(/typo3conf/ext/origo/Resources/Public/Fonts/Webfont/merriweather-v30-700.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 700;
  src: local('Merriweather Bold'), local('Merriweather-Bold'), url(/typo3conf/ext/origo/Resources/Public/Fonts/Webfont/merriweather-v30-700.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 700;
  src: local('Merriweather Bold'), local('Merriweather-Bold'), url(/typo3conf/ext/origo/Resources/Public/Fonts/Webfont/merriweather-v30-700.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 700;
  src: local('Merriweather Bold'), local('Merriweather-Bold'), url(/typo3conf/ext/origo/Resources/Public/Fonts/Webfont/merriweather-v30-700.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'), url(/typo3conf/ext/origo/Resources/Public/Fonts/Webfont/pt-sans-v17.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'), url(/typo3conf/ext/origo/Resources/Public/Fonts/Webfont/pt-sans-v17.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'), url(/typo3conf/ext/origo/Resources/Public/Fonts/Webfont/pt-sans-v17.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'), url(/typo3conf/ext/origo/Resources/Public/Fonts/Webfont/pt-sans-v17.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: local('PT Sans'), local('PTSans-Regular'), url(/typo3conf/ext/origo/Resources/Public/Fonts/Webfont/pt-sans-v17-700.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: local('PT Sans'), local('PTSans-Regular'), url(/typo3conf/ext/origo/Resources/Public/Fonts/Webfont/pt-sans-v17-700.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: local('PT Sans'), local('PTSans-Regular'), url(/typo3conf/ext/origo/Resources/Public/Fonts/Webfont/pt-sans-v17-700.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: local('PT Sans'), local('PTSans-Regular'), url(/typo3conf/ext/origo/Resources/Public/Fonts/Webfont/pt-sans-v17-700.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
a,
button {
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  position: relative;
}
p > a,
p > button,
.ce-bodytext a,
.ce-bodytext button {
  transition: all 400ms ease;
  -webkit-transform: translateZ(0px);
  color: #99182e;
  letter-spacing: 0.03em;
  text-decoration: underline;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: .01em;
  text-transform: none;
}
p > a:hover,
p > button:hover,
.ce-bodytext a:hover,
.ce-bodytext button:hover {
  color: #c73241;
  text-decoration: none;
}
p > a[href^="http"],
p > button[href^="http"],
.ce-bodytext a[href^="http"],
.ce-bodytext button[href^="http"] {
  padding-right: 10px;
  font-weight: 700;
  display: inline-block;
}
p > a[href^="http"]:after,
p > button[href^="http"]:after,
.ce-bodytext a[href^="http"]:after,
.ce-bodytext button[href^="http"]:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'KKS-Icons' !important;
  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;
  content: "\e900";
  position: relative;
  display: inline-block;
  transform: rotate(-45deg);
  top: 5px;
  margin-left: 0;
}
p > a[href^="http"]:hover,
p > button[href^="http"]:hover,
.ce-bodytext a[href^="http"]:hover,
.ce-bodytext button[href^="http"]:hover {
  text-decoration: none;
}
p > a[href^="http"].link-button,
p > button[href^="http"].link-button,
.ce-bodytext a[href^="http"].link-button,
.ce-bodytext button[href^="http"].link-button,
p > a[href^="http"].link-c2a,
p > button[href^="http"].link-c2a,
.ce-bodytext a[href^="http"].link-c2a,
.ce-bodytext button[href^="http"].link-c2a {
  padding-right: 50px;
}
a.link-arrow,
button.link-arrow {
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  padding-top: 4px;
  padding-bottom: 3px;
  letter-spacing: 0.08em;
  padding-right: 29px;
  display: inline-block;
  cursor: pointer;
}
a.link-arrow::after,
button.link-arrow::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'KKS-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  font-size: 21px;
  bottom: 4px;
  right: 2px;
  margin-left: 8px;
  position: absolute;
}
a.link-arrow:hover,
button.link-arrow:hover {
  text-decoration: underline;
  color: #c73241;
}
a.link-arrow:hover::after,
button.link-arrow:hover::after {
  text-decoration: none;
  transition: transform 0.1s ease-in 0.1s;
}
a.link-arrow:active,
button.link-arrow:active {
  text-decoration: underline;
  color: #c73241;
}
a.link-arrow:active::after,
button.link-arrow:active::after {
  transform: translate(0);
  transition: transform 0.01s ease-out;
}
a.link-arrow.reverse,
button.link-arrow.reverse {
  margin-left: 28px;
}
a.link-arrow.reverse:after,
button.link-arrow.reverse:after {
  display: none;
}
a.link-arrow.reverse:before,
button.link-arrow.reverse:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'KKS-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  transform: rotate(180deg);
  display: inline-block;
  font-size: 21px;
  top: 3px;
  left: -28px;
  position: absolute;
}
a.link-button,
button.link-button,
a.link-c2a,
button.link-c2a {
  transition: background-color 400ms ease;
  -webkit-transform: translateZ(0px);
  text-decoration: none;
  text-transform: uppercase;
  min-width: 170px;
  border-radius: 40px;
  line-height: 18px;
  border: 0 solid #99182e;
  padding: 10px 50px 10px 30px;
  display: inline-flex;
  align-items: center;
  margin: 15px 0;
  letter-spacing: 0.08em;
}
a.link-button:after,
button.link-button:after,
a.link-c2a:after,
button.link-c2a:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'KKS-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  font-size: 21px;
  top: 50%;
  right: 21px;
  position: absolute;
  transform: translateY(-50%);
}
a.link-button[href^="http"]:after,
button.link-button[href^="http"]:after,
a.link-c2a[href^="http"]:after,
button.link-c2a[href^="http"]:after {
  font-size: 21px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  position: absolute;
}
a.link-button,
button.link-button {
  min-height: 46px;
  border-width: 3px;
  background-color: transparent;
  color: #99182e;
}
a.link-button:hover,
button.link-button:hover {
  background-color: #99182e;
  border-color: #99182e;
  color: white;
}
a.link-c2a,
button.link-c2a {
  padding-top: 18px;
  padding-bottom: 16px;
  min-height: 51px;
  background-color: #99182e;
  color: white;
}
a.link-c2a:hover,
button.link-c2a:hover {
  background-color: #c73241;
  color: white;
}
a:focus,
button:focus {
  outline: none;
}
a:not([class*=link-])[href^="http"] {
  padding-right: 8px;
}
a:not([class*=link-])[href^="http"]:after {
  top: 2px;
  left: 3px;
}
.fullwidthTeaserItem {
  width: 100%;
}
.fullwidthTeaserItem.background-white a[href^="http"],
.fullwidthTeaserItem.background-white button[href^="http"] {
  color: #99182e;
}
.fullwidthTeaserItem.background-brownred a.link-button,
.fullwidthTeaserItem.background-caritasred a.link-button,
.fullwidthTeaserItem.background-browngrey a.link-button,
.fullwidthTeaserItem.background-fadedpink a.link-button,
.fullwidthTeaserItem.background-lightorange a.link-button,
.fullwidthTeaserItem.background-gemeindelila a.link-button,
.fullwidthTeaserItem.background-gemeinderot a.link-button,
.fullwidthTeaserItem.background-kitagreen a.link-button,
.fullwidthTeaserItem.background-black a.link-button,
.fullwidthTeaserItem.background-fidelisblue a.link-button,
.fullwidthTeaserItem.background-hospizbrown a.link-button,
.fullwidthTeaserItem.background-elisabethgreen a.link-button,
.fullwidthTeaserItem.background-clemensblue a.link-button,
.fullwidthTeaserItem.background-brownred button.link-button,
.fullwidthTeaserItem.background-caritasred button.link-button,
.fullwidthTeaserItem.background-browngrey button.link-button,
.fullwidthTeaserItem.background-fadedpink button.link-button,
.fullwidthTeaserItem.background-lightorange button.link-button,
.fullwidthTeaserItem.background-gemeindelila button.link-button,
.fullwidthTeaserItem.background-gemeinderot button.link-button,
.fullwidthTeaserItem.background-kitagreen button.link-button,
.fullwidthTeaserItem.background-black button.link-button,
.fullwidthTeaserItem.background-fidelisblue button.link-button,
.fullwidthTeaserItem.background-hospizbrown button.link-button,
.fullwidthTeaserItem.background-elisabethgreen button.link-button,
.fullwidthTeaserItem.background-clemensblue button.link-button {
  color: white;
  border-color: white;
}
.fullwidthTeaserItem.background-lightorange a.link-button,
.fullwidthTeaserItem.background-clemensblue a.link-button,
.fullwidthTeaserItem.background-lightorange button.link-button,
.fullwidthTeaserItem.background-clemensblue button.link-button {
  color: #2e2a24;
  border-color: #2e2a24;
}
.fullwidthTeaserItem.background-lightorange a.link-button:hover,
.fullwidthTeaserItem.background-clemensblue a.link-button:hover,
.fullwidthTeaserItem.background-lightorange button.link-button:hover,
.fullwidthTeaserItem.background-clemensblue button.link-button:hover {
  background-color: white;
}
.contentTeaserWrap .contentTeaserItem a[href^="http"],
.contentTeaserWrap .contentTeaserItem button[href^="http"] {
  color: #99182e;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:before,
a:after {
  text-decoration: underline;
}
a:before,
a:after,
a:hover:before,
a:hover:after {
  text-decoration: none;
}
p > a[href^="http"].link-no-arrow {
  padding-right: 1px;
  text-transform: initial;
}
p > a[href^="http"].link-no-arrow:after {
  content: "";
  display: none;
}
footer a,
footer .ce-bodytext a,
footer .footerBottom p,
footer a[href^="http"] {
  font-weight: 400;
  text-decoration: none;
}
.skip-link {
  position: absolute;
  left: -9999px;
  padding: 8px 16px;
  background: #003366;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  z-index: 999;
}
.skip-link:focus {
  left: 6px;
  top: 7px;
  color: #fff;
}
.allWrap > header {
  position: fixed;
  width: 100%;
  max-width: 1600px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
}
.headroom {
  will-change: transform;
  transition: transform 400ms ease;
  -webkit-transform: translateZ(0px);
}
.headroom--pinned {
  transform: translateY(0%);
}
.headroom--unpinned {
  transform: translateY(-100%);
}
.allWrap > header {
  background: white;
  z-index: 9999;
}
header {
  position: relative;
  z-index: 2;
}
header .container {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}
header .topMenu {
  display: none;
}
header .topMenu a {
  text-transform: none;
}
header nav {
  padding: 15px 0;
  height: 64px;
  display: flex;
}
header nav > .container {
  display: flex;
}
header nav .logo img {
  width: 150px;
  height: auto;
}
header nav .desktopMenu,
header nav .desktopMenu-search {
  display: none;
}
header nav .menuToogle {
  margin-left: auto;
}
header nav .menuToogle .hamburger {
  padding: 0;
}
header nav .menuToogle .hamburger:focus {
  outline: none;
}
header nav .menuToogle .hamburger .hamburger-box {
  height: 40px;
}
header nav .menuToogle .hamburger .hamburger-box:focus {
  outline: none;
}
header nav .menuToogle .hamburger .hamburger-inner,
header nav .menuToogle .hamburger .hamburger-inner::after,
header nav .menuToogle .hamburger .hamburger-inner::before {
  height: 2px;
  right: 0px;
  margin: 0px;
}
header nav .menuToogle .hamburger .hamburger-inner {
  background: #2e2a24;
  width: 24px;
}
header nav .menuToogle .hamburger .hamburger-inner::before,
header nav .menuToogle .hamburger .hamburger-inner::after {
  background: #2e2a24;
  width: 24px;
}
header nav .menuToogle .hamburger .hamburger-inner::before {
  top: -7.2px;
}
header nav .menuToogle .hamburger .hamburger-inner::after {
  bottom: -7.2px;
}
header nav .menuToogle .hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
}
header nav .level-1 .trigger-sub {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: none;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, 50%);
  width: 26px;
  height: 26px;
  background: #f5f2ea;
}
header nav .level-1 .trigger-sub::after {
  content: "\e901";
  font-family: 'KKS-Icons';
  font-weight: normal;
  transform: rotate(90deg);
}
header nav .trigger-sub.focused {
  display: flex;
}
@media (max-width: 991px) {
  header nav > .container {
    width: 100%;
  }
}
@media (min-width: 768px) {
  header nav {
    height: 80px;
  }
  header .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  header .topMenu {
    display: block;
  }
  header .topMenu a {
    font-weight: 400;
    color: #333333;
    letter-spacing: 0;
    font-size: 15px;
  }
  header .topMenu a:hover {
    color: #c73241;
    text-decoration: underline;
  }
  header .topMenu .menuWrap {
    display: inline-block;
  }
  header .topMenu .menuWrap > a {
    margin-left: 15px;
  }
  header .topMenu .languageMenuWrap {
    display: inline-block;
  }
  header .topMenu .languageMenuWrap a:hover {
    text-decoration: none;
  }
  header .topMenu .languageMenuWrap .icon {
    font-size: 21px;
    top: 3px;
  }
  header .topMenu .languageMenuWrap > .dropdown > a {
    margin-left: 15px;
  }
  header nav {
    height: 90px;
    padding: 0;
  }
  header nav .desktopMenu {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: auto;
  }
  header nav .desktopMenu :focus-visible {
    outline-offset: -3px !important;
  }
  header nav .desktopMenuSearch,
  header nav .desktopMenu-search {
    display: block;
  }
  header nav .logo img {
    width: 230px;
  }
  header nav .menuToogle {
    display: none;
  }
}
.scw-nav {
  align-items: center;
}
.desktopMenu > li {
  position: relative;
}
.desktopMenu > ul {
  display: flex;
  list-style: none;
  z-index: 2;
  position: relative;
}
.desktopMenu li a {
  transition: color 400ms ease;
  -webkit-transform: translateZ(0px);
  color: #99182e;
  text-transform: uppercase;
  font-weight: 700;
  padding: 18px 22px 14px;
  display: block;
  position: relative;
}
.desktopMenu li a.searchLink {
  font-size: 27px;
  padding-right: 0;
}
.desktopMenu li a.searchLink .icon {
  top: -3px;
}
.desktopMenu li a.searchLink:hover,
.desktopMenu li a.searchLink:active,
.desktopMenu li a.searchLink:focus {
  text-decoration: none;
}
.desktopMenu li a:hover,
.desktopMenu li a:focus {
  background: none;
  color: #c73241;
  text-decoration: underline;
}
.desktopMenu li a.active {
  background: none;
  color: #c73241;
  text-decoration: none;
}
.desktopMenu li a.active:hover,
.desktopMenu li a.active:focus,
.desktopMenu li a.active:active {
  text-decoration: underline;
}
.dl-menuwrapper {
  position: relative;
  perspective: 1000px;
  perspective-origin: 50% 200%;
  height: 100%;
  min-height: 56px;
  background: #fff;
}
.dl-menuwrapper:nth-last-child(2) .dl-menuopen {
  right: 0;
}
.dl-menuwrapper ul {
  background: #f5f2ea;
  padding: 0;
  list-style: none;
  transform-style: preserve-3d;
}
.dl-menuwrapper li {
  position: relative;
}
.dl-menuwrapper li .dl-submenu {
  display: none;
}
.dl-menuwrapper li.dl-back > a {
  color: inherit;
}
.dl-menuwrapper li.dl-back > a::before {
  display: inline-block;
  position: relative;
  content: "\e901";
  font-family: 'KKS-Icons';
  font-weight: normal;
  speak: none;
  right: 10px;
  color: inherit;
  transform: rotate(180deg);
}
.dl-menuwrapper .dl-menu {
  max-height: calc(100vh - 100px);
  overflow-y: scroll;
  -ms-overflow-style: none;
  -moz-overflow-style: none;
  overflow-style: initial;
  margin: 0;
  position: absolute;
  width: 380px;
  min-width: 380px;
  max-width: 380px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  backface-visibility: hidden;
  background: #f5f2ea;
  border-top: 2px solid #ffffff;
}
.dl-menuwrapper .dl-menu.dl-menu-toggle {
  transition: all 0.3s ease;
}
.dl-menuwrapper .dl-menu.dl-menuopen {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0px);
  overflow-y: auto;
  overflow-x: hidden;
}
.dl-menuwrapper .dl-menu li {
  border-bottom: 2px solid #ffffff;
}
.dl-menuwrapper .dl-menu li:last-child {
  border-bottom: none;
}
.dl-menuwrapper .dl-menu li a {
  background: #f5f2ea;
  color: #2e2a24;
}
.dl-menuwrapper .dl-menu li a:hover,
.dl-menuwrapper .dl-menu li a:active {
  color: #c73241;
}
.dl-menuwrapper .dl-submenu {
  min-width: 380px;
  max-width: 380px;
  width: 380px;
}
.desktopMenu .dl-trigger.dl-active {
  background: #f5f2ea;
}
.dl-menu .dl-subTrigger {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 70px;
  border-left: 2px solid #ffffff;
  display: flex;
  align-items: center;
  padding: 20px;
  justify-content: center;
}
.dl-menu .dl-subTrigger:hover {
  background: #c73241;
  color: #fff;
}
.dl-menu .dl-subTrigger::after {
  line-height: 50px;
  font-family: 'KKS-Icons';
  content: "\e901";
  font-weight: normal;
}
/*
  When a submenu is openend, we will hide all li siblings.
  For that we give a class to the parent menu called "dl-subview".
  We also hide the submenu link.
  The opened submenu will get the class "dl-subviewopen".
  All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
  display: none;
}
.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
  display: block;
}
/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
  position: absolute;
  width: 100%;
  top: 56px;
  left: 0;
  margin: 0;
}
/* fix todo:test start*/
.dl-menuwrapper > .dl-submenu li {
  border-bottom: 2px solid #fff;
}
.dl-menuwrapper > .dl-submenu li:last-child {
  border-bottom: none;
}
.dl-menuwrapper > .dl-menu,
.dl-menuwrapper > .dl-submenu {
  border-top: 2px solid #fff;
}
/* fix todo:test end */
.dl-menu.dl-animate-out-1 {
  animation: MenuAnimOut1 0.4s;
}
.dl-menu.dl-animate-out-2 {
  animation: MenuAnimOut2 0.3s ease-in-out;
}
@-webkit-keyframes MenuAnimOut1 {
  75% {
    opacity: .5;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut2 {
  100% {
    opacity: 0;
  }
}
@keyframes MenuAnimOut1 {
  50% {
    transform: translateZ(-250px) rotateY(30deg);
  }
  75% {
    transform: translateZ(-372.5px) rotateY(15deg);
    opacity: .5;
  }
  100% {
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
}
@keyframes MenuAnimOut2 {
  100% {
    transform: translateX(-100%);
    opacity: 0;
  }
}
.dl-menu.dl-animate-in-1 {
  animation: MenuAnimIn1 0.3s;
}
.dl-menu.dl-animate-in-2 {
  animation: MenuAnimIn2 0.3s ease-in-out;
}
@-webkit-keyframes MenuAnimIn1 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes MenuAnimIn1 {
  0% {
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
  20% {
    transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5;
  }
  100% {
    transform: translateZ(0px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes MenuAnimIn2 {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
  animation: SubMenuAnimIn1 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
  animation: SubMenuAnimIn2 0.3s ease-in-out;
}
@-webkit-keyframes SubMenuAnimIn1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn1 {
  0% {
    transform: translateX(50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn2 {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
  animation: SubMenuAnimOut1 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
  animation: SubMenuAnimOut2 0.3s ease-in-out;
}
@-webkit-keyframes SubMenuAnimOut1 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut2 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut1 {
  0% {
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform: translateX(50%);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut2 {
  0% {
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}
.dl-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(46, 42, 36, 0.25);
  height: 100vh;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-height: 0;
  opacity: 0;
  transition: opacity .6s;
}
.dl-menu-overlay.open {
  max-height: 100vh;
  opacity: 1;
  transition: opacity .6s;
}
.no-js .dl-menuwrapper .dl-menu {
  position: relative;
  opacity: 1;
  transform: none;
}
.no-js .dl-menuwrapper li .dl-submenu {
  display: block;
}
.no-js .dl-menuwrapper li.dl-back {
  display: none;
}
.mm-menu input[type=search] {
  border-radius: 0px !important;
  outline: none;
}
.mm-listview .mm-next + a,
.mm-listview .mm-next + span {
  margin-right: 70px;
}
.mm-listview .icon-Sprache {
  padding-right: 5px;
}
.desktopMenu > ul {
  padding-right: 56px;
}
.desktopMenu-search {
  perspective: 1000px;
  perspective-origin: 50% 200%;
  height: 100%;
  background: #ffffff;
  min-width: 56px;
}
.desktopMenu-search form {
  padding: 12px 0;
}
.nav .sb-search {
  position: absolute;
  right: 0;
  top: 0;
  width: 0%;
  min-width: 56px;
  height: 56px;
  overflow: hidden;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
.nav .sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #fff;
  width: 100%;
  height: 56px;
  margin: 0;
  z-index: 10;
  padding: 15px 65px 15px 20px;
  font-family: inherit;
  font-size: 20px;
  color: #2c3e50;
}
.nav .sb-search-input :focus-visible {
  outline-offset: -6px !important;
}
.nav input[type="search"].sb-search-input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
.nav .sb-search-input::-webkit-input-placeholder {
  color: #2e2a24;
  opacity: 0.5;
}
.nav .sb-search-input:-moz-placeholder {
  color: #2e2a24;
  opacity: 0.5;
}
.nav .sb-search-input::-moz-placeholder {
  color: #2e2a24;
  opacity: 0.5;
}
.nav .sb-search-input:-ms-input-placeholder {
  color: #2e2a24;
  opacity: 0.5;
}
.nav .sb-icon-search,
.nav .sb-search-submit {
  width: 56px;
  height: 56px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 1px;
  margin: 0;
  line-height: 56px;
  text-align: center;
  cursor: pointer;
  font-family: 'KKS-Icons';
}
.nav .sb-search-submit {
  background: #ffffff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
  transition: .3s;
  font-weight: normal;
}
.nav .sb-icon-search {
  color: #99182e;
  background: #ffffff;
  z-index: 90;
  font-family: 'KKS-Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
.sb-search-open .nav .sb-icon-search,
.nav .sb-icon-search:hover {
  background: #f5f2ea;
  color: #c73241;
}
.nav .sb-icon-search .sb-search-open .sb-search-input {
  background: #ffffff;
}
.nav .sb-icon-search:before {
  content: "\e905";
}
.nav .sb-search-open .sb-icon-search:before {
  content: "\e904";
}
.nav .sb-search.sb-search-open,
.nav .no-js .sb-search {
  width: 100%;
}
.nav .sb-search.sb-search-open .sb-icon-search,
.nav .no-js .sb-search .sb-icon-search {
  color: #c73241;
  background: #f5f2ea;
  z-index: 11;
}
.nav .sb-search.sb-search-open .sb-search-submit,
.nav .no-js .sb-search .sb-search-submit {
  z-index: 90;
  opacity: 1;
  right: 56px;
  color: #2e2a24;
}
.nav .sb-search.sb-search-open .sb-search-submit:hover,
.nav .no-js .sb-search .sb-search-submit:hover {
  color: #c73241;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('/typo3conf/ext/origo/Resources/Public/Fonts/Iconfont/FontAwesome/fontawesome-webfont.eot?ypouge');
  src: url('/typo3conf/ext/origo/Resources/Public/Fonts/Iconfont/FontAwesome/fontawesome-webfont.eot?ypouge#iefix') format('embedded-opentype'), url('/typo3conf/ext/origo/Resources/Public/Fonts/Iconfont/FontAwesome/fontawesome-webfont.ttf?ypouge') format('truetype'), url('/typo3conf/ext/origo/Resources/Public/Fonts/Iconfont/FontAwesome/fontawesome-webfont.woff?ypouge') format('woff'), url('/typo3conf/ext/origo/Resources/Public/Fonts/Iconfont/FontAwesome/fontawesome-webfont.svg?ypouge#KKS-Icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
footer {
  background: white;
  padding: 60px 0 0;
}
footer ul {
  list-style: none;
  font-size: inherit;
  padding: 0;
}
footer ul li {
  font-size: inherit !important;
  margin: 0 !important;
  line-height: 25px !important;
}
footer ul p {
  line-height: 25px;
  margin: 0;
}
footer a,
footer .ce-bodytext a {
  text-transform: none;
  font-weight: 400;
  color: #2e2a24;
  text-decoration: none;
  letter-spacing: 0.01em;
}
footer a:hover,
footer .ce-bodytext a:hover {
  text-decoration: underline;
}
footer a.social,
footer .ce-bodytext a.social {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  position: relative;
  padding-left: 40px;
  padding-bottom: 10px;
}
footer a.social .icon,
footer .ce-bodytext a.social .icon {
  font-size: 30px;
  top: -4px;
  position: absolute;
  left: 0;
}
footer a.social.facebook,
footer .ce-bodytext a.social.facebook {
  color: #3b5998;
}
footer a.social.youtube,
footer .ce-bodytext a.social.youtube {
  color: #99182e;
}
footer .footerMenu a.instagram::after,
footer .footerMenu a.whatsapp::after {
  content: "";
}
footer .footerMenu a.instagram:hover,
footer .footerMenu a.whatsapp:hover {
  color: inherit;
  text-decoration: none;
}
footer .footerMenu a.instagram .icon-Folgen_Instagram {
  top: -3px;
  left: 1px;
  width: 28px;
  height: 28px;
  text-align: center;
  border-radius: 5px;
  color: #ffffff;
  line-height: 21px;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  padding-left: 1px;
}
footer .footerMenu a.instagram .icon-Folgen_Instagram::before {
  font-family: "FontAwesome", sans-serif;
  content: "\f16d";
  font-size: 26px;
}
footer .footerMenu a.whatsapp .icon-Folgen_WhatsApp {
  top: -3px;
  left: 1px;
  width: 28px;
  height: 28px;
  text-align: center;
  border-radius: 5px;
  color: #ffffff;
  line-height: 21px;
  background: radial-gradient(circle at 30% 107%, #25d366 0%, #25d366 50%, #008000 100%);
  padding-left: 1px;
}
footer .footerMenu a.whatsapp .icon-Folgen_WhatsApp::before {
  font-family: "FontAwesome", sans-serif;
  content: "\f232";
  font-size: 26px;
}
footer p.strong {
  margin-bottom: 15px;
}
footer .footerMenu {
  margin-bottom: 15px;
}
footer .footerMenu img {
  width: 200px;
}
footer .footerMenu > .container > .row > div {
  padding: 20px 15px;
}
footer a[href^="http"]:after {
  content: none;
}
footer .footerBottom {
  background: #f5f2ea;
  padding: 10px 0;
}
footer .footerBottom a,
footer .footerBottom p {
  font-size: 14px;
  color: #333333;
  text-transform: none;
  font-weight: 400;
  margin: 0;
  letter-spacing: 0.01em;
  line-height: 1;
}
footer .footerBottom a img,
footer .footerBottom p img {
  width: auto;
  height: 50px;
  padding-bottom: 5px;
}
footer .footerBottom a:after,
footer .footerBottom p:after {
  display: none;
}
footer .footerBottom a {
  display: inline-block;
  padding-right: 20px;
}
footer .footerInnerWrap {
  padding: 20px 0;
}
@media (max-width: 480px) {
  footer .footerBottom > .container > .row {
    display: block;
  }
  footer .footerBottom > .container > .row > div[class*='col-']:not(.col-disable-flex) {
    display: block;
  }
}
@media (max-width: 767px) {
  footer .footerBottom .footerBottomLinks {
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  footer {
    padding: 40px 0 0;
  }
  footer .footerMenu > .container > .row > div {
    padding: 0 15px;
  }
  footer .footerMenu img {
    width: 240px;
    margin: 0;
  }
  footer .footerBottom p {
    padding-right: 20px;
    display: inline-block;
  }
  footer .footerBottom .footerBottomLinks {
    align-items: center;
    justify-content: flex-end;
  }
}
.row-flex {
  margin-right: 0px !important;
  margin-left: 0px !important;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex: 1 1 auto;
}
.row-flex:before {
  content: none;
}
.row-flex:after {
  content: '';
}
.row-flex > div[class*='col-']:not(.col-disable-flex) {
  display: flex;
  flex: 1 1 auto;
}
.row-flex.wrap {
  flex: none;
  flex-wrap: wrap;
}
.row-flex.wrap > div[class*='col-']:not(.col-disable-flex) {
  flex: none;
  flex-direction: column;
}
@media (max-width: 767px) {
  .flex-disable-xs {
    display: block;
  }
  .flex-disable-xs > div[class*='col-']:not(.col-disable-flex) {
    display: block;
  }
  .row.reorder-xs {
    transform: rotate(180deg);
    direction: rtl;
  }
  .row.reorder-xs > [class*="col-"] {
    transform: rotate(-180deg);
    direction: ltr;
  }
}
@media (max-width: 991px) {
  .flex-disable-sm {
    display: block;
  }
  .flex-disable-sm > div[class*='col-']:not(.col-disable-flex) {
    display: block;
  }
  .row.reorder-sm {
    transform: rotate(180deg);
    direction: rtl;
  }
  .row.reorder-sm > [class*="col-"] {
    transform: rotate(-180deg);
    direction: ltr;
  }
}
.scw-gallery .imageContainer {
  position: relative;
  display: inline-block;
}
.scw-gallery.scw-remove-border .thumbnail {
  border-width: 0;
}
.scw-gallery .thumbnail {
  margin-bottom: 15px;
}
.scw-gallery .caption {
  font-size: 14px;
}
.scw-gallery .caption p {
  margin: 10px 10px 10px 0;
  line-height: 1.4em;
}
.tx-kesearch-pi1 .hit {
  color: red;
}
.kesearch_pagebrowser {
  border-radius: 4px;
  margin: 20px 0;
  padding-left: 0;
}
.kesearch_pagebrowser > ul {
  padding-left: 0;
}
.kesearch_pagebrowser > ul > li {
  display: inline-block;
}
.kesearch_pagebrowser > ul > li > a,
.kesearch_pagebrowser > ul > li > a.current {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  text-decoration: none;
  border: 1px solid #555555;
  background-color: #FFF;
  color: #2e2a24;
}
.kesearch_pagebrowser > ul > li > a.current,
.kesearch_pagebrowser > ul > li > a:hover,
.kesearch_pagebrowser > ul > li > a:focus {
  text-decoration: none;
  background-color: #f5f2ea;
  color: #FFF;
}
.kesearch_pagebrowser > ul > li:first-child > a,
.kesearch_pagebrowser > ul > li > a.current:first-child {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.kesearch_pagebrowser > ul > li:last-child > a,
.kesearch_pagebrowser > ul > li > a.current:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ui-autocomplete {
  border-radius: 0;
  background: #eeeeee;
  padding: 0;
  border-color: #333333;
}
.ui-autocomplete.ui-widget-content {
  border: 0;
}
.ui-autocomplete .ui-menu-item {
  width: 100%;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.ui-autocomplete .ui-menu-item .ui-corner-all {
  padding: 6px;
  border-radius: 0;
  border: none;
}
.ui-autocomplete.ui-menu .ui-menu-item a {
  font-size: 17px;
}
.ui-autocomplete.ui-menu .ui-menu-item a.ui-state-focus,
.ui-autocomplete.ui-menu .ui-menu-item a.ui-state-active {
  margin: 0;
  color: #f5f2ea;
  background: #eeeeee;
}
.maskTableWrap .tableWrap {
  display: table;
  width: 100%;
  margin: 40px 0 20px;
}
.maskTableWrap .tableWrap .tableWrapRow {
  display: table-row;
}
.maskTableWrap .tableWrap .tableWrapRow .tableWrapCell {
  display: table-cell;
  padding: 15px 20px;
  margin-top: 2px;
  border-bottom: 2px solid rgba(69, 65, 59, 0.15);
}
.maskTableWrap .tableWrap .tableWrapRow .tableWrapCell:first-child {
  padding-left: 0;
  font-weight: 700;
}
.maskTableWrap .tableWrap .tableWrapRow:first-child .tableWrapCell {
  padding: 0 20px 15px;
  margin-top: 0;
}
.maskTableWrap .tableWrap .tableWrapRow:first-child .tableWrapCell:first-child {
  padding-left: 0;
}
.background-grey .maskTableWrap .tableWrap .tableWrapRow .tableWrapCell {
  color: white;
}
.maskSpacerWrap {
  display: block;
}
.maskSupersizedImageWrap {
  position: relative;
  height: 670px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.maskSupersizedImageWrap .well {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 300px;
  margin-bottom: 0;
  opacity: 0.90;
}
@media (min-width: 480px) {
  .maskSupersizedImageWrap .well {
    width: 430px;
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .maskSupersizedImageWrap .well {
    width: 430px;
  }
}
.maskContactWrap .increasePadding {
  padding-bottom: 40px;
}
.maskContactWrap .contactImage {
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
}
.maskContactWrap a {
  text-transform: none;
  text-decoration: underline;
  letter-spacing: .01em;
}
.maskContactWrap a:hover {
  text-decoration: none;
}
.maskContactWrap .contactAdress p {
  margin-bottom: 0;
}
.maskQuotationWrap {
  padding-left: 0;
  padding-right: 0;
}
.maskQuotationWrap .row {
  display: block;
}
.maskQuotationWrap .row div[class*=col] {
  height: auto;
  padding: 0;
}
.maskQuotationWrap .container {
  padding: 0;
}
.maskQuotationWrap .quotationImage {
  width: 100%;
  height: 100%;
  min-height: 250px;
  background-size: cover;
  background-position: center center;
  display: block;
}
.maskQuotationWrap .quotationContent {
  width: 100%;
  position: relative;
  padding: 50px 60px 50px 75px;
}
.maskQuotationWrap .quotationContent.background-sand {
  color: #2e2a24;
  width: 100%;
}
.maskQuotationWrap .quotationContent.halfWidth.quoteLeft blockquote {
  margin-left: 60px;
}
.maskQuotationWrap .quotationContent.halfWidth.quoteLeft blockquote:before {
  left: 90px;
}
.maskQuotationWrap blockquote {
  border-left: none;
  background: transparent;
  padding: 0;
  margin: 0;
  padding-left: 15px;
  color: white;
}
.maskQuotationWrap blockquote:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'KKS-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908";
  float: left;
  font-size: 40px;
  position: absolute;
  left: 30px;
  color: white;
}
.maskQuotationWrap blockquote footer {
  padding: 30px 0 0 0;
  margin: 0;
  background: none;
  color: white;
}
.maskQuotationWrap blockquote footer:before {
  display: none;
}
.maskQuotationWrap blockquote footer:before {
  content: '';
  width: 50px;
  height: 3px;
  background: #ffffff;
  display: block;
  margin: 5px 0 8px 0;
}
.maskQuotationWrap .background-6 footer,
.maskQuotationWrap .background-1 footer {
  color: #2e2a24;
}
.maskQuotationWrap .background-6 footer:before,
.maskQuotationWrap .background-1 footer:before {
  background: #c73241;
}
.maskQuotationWrap .background-6 blockquote,
.maskQuotationWrap .background-1 blockquote {
  color: #2e2a24;
}
.maskQuotationWrap .background-6 blockquote:before,
.maskQuotationWrap .background-1 blockquote:before {
  color: #2e2a24;
}
.maskQuotationWrap .background-4 blockquote footer.text-small,
.maskQuotationWrap .background-darkred blockquote footer.text-small {
  color: white;
}
.maskQuotationWrap .quotationContent {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .maskQuotationWrap .row {
    display: flex;
  }
  .maskQuotationWrap div[class*=col] {
    padding: 0;
  }
  .maskQuotationWrap .quotationContent.halfWidth blockquote {
    max-width: 650px;
  }
  .maskQuotationWrap:not(.zitatgrid) .quotationContent {
    width: 80%;
    margin: 0 auto;
  }
  .maskQuotationWrap.zitatgrid .quotationContent {
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 1199px) {
  [class*=col] > .quotationContent {
    padding: 0px;
  }
}
@media (min-width: 1600px) {
  .maskQuotationWrap {
    padding-left: 0;
    padding-right: 0;
  }
}
.maskQuotationWrap.zitatgrid div[class*=col] div[class*=background-] {
  background: none;
}
.maskQuotationWrap.zitatgrid .container {
  width: 100%;
}
.maskLinkbarWrap a {
  font-size: 30px;
}
.maskLinkbarWrap i {
  font-weight: 700;
}
.maskLinkbarWrap p {
  margin: 0;
}
.maskReferencesWrap {
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.maskReferencesWrap .stageDots {
  margin-top: 40px;
}
.maskReferencesWrap .slick-dots {
  bottom: 0;
}
.maskReferencesWrap .slick-arrow {
  top: 50%;
  z-index: 1;
  background: rgba(69, 65, 59, 0.25);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 0 solid grey;
  margin-top: -20px;
  transition: all 0.3s ease;
}
.maskReferencesWrap .slick-arrow:hover {
  background: rgba(69, 65, 59, 0.5);
  transition: all 0.3s ease;
}
.maskReferencesWrap .slick-arrow:before {
  font-family: KKS-Icons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  content: "\e900";
  color: #fff;
  display: block;
  font-size: 21px;
}
.maskReferencesWrap .slick-arrow.slick-disabled:hover {
  cursor: default;
  background-color: rgba(69, 65, 59, 0.25);
}
.maskReferencesWrap .slick-next {
  right: -50px;
  top: 35%;
}
.maskReferencesWrap .slick-prev {
  left: -50px;
  top: 35%;
}
.maskReferencesWrap .slick-prev:before {
  transform: rotate(-180deg);
}
@media (max-width: 1250px) {
  .maskReferencesWrap .slick-next {
    right: -10px;
  }
  .maskReferencesWrap .slick-prev {
    left: -10px;
  }
}
.maskSpecialHeadlineWrap {
  margin-bottom: 0;
}
.maskSpecialHeadlineWrap h1 {
  font-size: 60px;
  line-height: 100%;
  margin-left: -4px;
}
.maskSpecialHeadlineWrap h3 {
  line-height: 100%;
  color: #777777;
}
.socialMediaSharingWrap a[href^="http"] {
  text-decoration: none;
  font-weight: 700;
  letter-spacing: .08em;
}
.socialMediaSharingWrap a[href^="http"]:hover,
.socialMediaSharingWrap a[href^="http"]:active,
.socialMediaSharingWrap a[href^="http"]:focus {
  text-decoration: none;
}
.socialMediaSharingWrap li.facebook a,
.socialMediaSharingWrap li.twitter a {
  text-transform: uppercase;
  text-decoration: none;
}
.socialMediaSharingWrap li.facebook a:after,
.socialMediaSharingWrap li.twitter a:after {
  content: '';
}
.socialMediaSharingWrap li.facebook:hover a,
.socialMediaSharingWrap li.twitter:hover a {
  text-decoration: underline;
}
.footerMenu a.facebook,
.footerMenu a.youtube {
  text-transform: uppercase;
  text-decoration: none;
}
.footerMenu a.facebook:after,
.footerMenu a.youtube:after {
  content: '';
}
.footerMenu a:hover a {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .maskSpecialHeadlineWrap h1 {
    font-size: 70px;
  }
}
@media (min-width: 992px) {
  .maskSpecialHeadlineWrap h1 {
    font-size: 90px;
  }
}
.maskStageWrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
  transition: height 400ms ease;
  -webkit-transform: translateZ(0px);
  padding-bottom: 50px;
}
.maskStageWrap .stageImage {
  background-size: cover;
  background-position: center center;
  height: 250px;
  position: relative;
}
.maskStageWrap .stageImage svg {
  display: none;
}
.maskStageWrap .stageContent {
  text-align: center;
}
.maskStageWrap .stageContent h5 {
  text-align: center;
}
.maskStageWrap .stageContent h5::after {
  margin-left: auto;
  margin-right: auto;
}
.maskStageWrap .container {
  padding: 0;
  display: block;
}
.maskStageWrap .container .stageContentInner {
  flex-direction: column;
  display: flex;
  background: white;
  padding: 25px 15px;
  height: 100%;
  justify-content: center;
}
.maskStageWrap .container .stageContentInner p:last-child {
  margin-bottom: 0;
}
.maskStageWrap .container .stageContentInner .link-c2a {
  margin-bottom: 0;
}
.maskSimpleStageWrap .stageItem {
  position: relative;
  display: flex;
  flex-direction: column;
}
.maskSimpleStageWrap .stageImage {
  height: 220px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.maskSimpleStageWrap .stageContent {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  padding: 30px 0 50px 0;
}
.maskSimpleStageWrap h1 {
  text-align: center;
  margin: 0;
  color: #fff;
}
.maskSimpleStageWrap h1:after {
  content: '';
  width: 50px;
  height: 3px;
  background: #ffffff;
  display: block;
  margin: 20px auto 8px auto;
}
.maskSimpleStageWrap .stageOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.maskSimpleStageWrap svg {
  position: absolute;
  bottom: -1px;
  left: 0px;
  z-index: -1;
  width: 101%;
}
.maskSimpleStageWrap svg polygon {
  fill: #f5f2ea;
}
.stageImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .maskStageWrap .container {
    width: 100%;
  }
  .maskSimpleStageWrap .stageContent .container h1 {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .maskStageWrap .stageContent {
    position: relative;
    top: -150px;
  }
  .maskStageWrap .container {
    width: 750px;
    overflow: hidden;
    padding: 0 15px;
  }
  .maskStageWrap .container .stageContentInner {
    padding: 30px 40px;
    position: relative;
  }
  .maskStageWrap .stageImage {
    height: 500px;
    position: relative;
  }
  .maskStageWrap .stageImage .imageCopyright {
    position: absolute !important;
    top: 0px;
    bottom: unset;
    position: relative;
    z-index: 1000;
  }
  .maskStageWrap .stageImage svg {
    display: block;
    position: absolute;
    bottom: -1px;
  }
  .maskStageWrap .stageImage svg polygon {
    fill: #f5f2ea;
  }
  .maskStageWrap .slick-arrow {
    top: 250px;
    z-index: 1;
    background: rgba(69, 65, 59, 0.25);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 0 solid grey;
    transition: all 0.3s ease;
  }
  .maskStageWrap .slick-arrow:hover {
    background: rgba(69, 65, 59, 0.5);
    transition: all 0.3s ease;
  }
  .maskStageWrap .slick-arrow:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'KKS-Icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: relative;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e900";
    color: white;
    display: block;
    font-size: 21px;
  }
  .maskStageWrap .slick-prev {
    left: 25px;
  }
  .maskStageWrap .slick-prev:before {
    transform: rotate(-180deg);
  }
  .maskStageWrap .slick-next {
    right: 25px;
  }
  .maskSimpleStageWrap .stageImage {
    height: 350px;
  }
  .maskSimpleStageWrap .stageContent {
    padding-bottom: 60px;
    display: inline-block;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .maskStageWrap .container {
    width: 970px;
  }
  .maskSimpleStageWrap .stageItem.stageItemWithImage {
    height: 600px;
  }
  .maskSimpleStageWrap .stageImage {
    height: 350px;
  }
  .maskSimpleStageWrap .stageContent {
    padding-top: 40px;
    padding-bottom: 90px;
  }
}
@media (min-width: 1200px) {
  .maskStageWrap .container {
    width: 1170px;
  }
}
/*

.maskStageWrap {
  position: relative;
  overflow: hidden;
  height: auto;
  background: white;

  .stageImage {
    height: @stage-height-mobile;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
}

////////////////////////////////////////////////////////
// Extra Breakpoint only for phones
@media (max-width: @screen-xs-max) {
  .maskStageWrap {
    .stageContent {
      .container {
        width: 100%;
        padding: 0;
      }
    }
  }
}

////////////////////////////////////////////////////////
// Small devices
@media (min-width: @screen-sm-min) {
  .maskStageWrap {
    margin-bottom: @damn-spacer;

    .stageImage {
      position: relative;
      height: @stage-height;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
    }

    .stageContent {
      position: absolute;
      left: 0;
      width: 100%;
      bottom: 20%;

      .well {
        width: 50%;
        opacity: 0.9;
      }
    }
  }
}*/
.maskIsotopeWrap > .link-all {
  display: block;
  text-align: right;
  margin: 15px 0;
}
.maskIsotopeWrap .isotopeLinkWrap {
  display: flex;
  justify-content: end;
  margin: 15px 0;
}
.maskIsotopeWrap .isotopeItem {
  margin-bottom: 30px;
}
.maskGalleryWrap .hiddenCaption {
  display: none;
}
.maskGalleryWrap .lightgallery {
  display: inline-block;
}
.maskGalleryWrap .lightgallery:focus-visible {
  outline-offset: -8px !important;
  outline-color: #58b0c9 !important;
}
.maskGalleryWrap .galleryProgress {
  width: 100%;
  height: 8px;
  background: #f5f2ea;
}
.maskGalleryWrap .galleryProgress .galleryProgressBar {
  width: 0;
  height: 8px;
  background: #FFF;
}
.maskGalleryWrap .galleryCaption {
  background: #FFF;
  color: black;
  position: relative;
  height: auto;
  display: none;
}
.maskGalleryWrap .galleryCaption .galleryCounter {
  position: absolute;
  top: 11px;
  left: 20px;
  font-size: 20px;
}
.maskGalleryWrap .galleryCaption .galleryCounter .galleryActImg {
  font-size: 35px;
}
.maskGalleryWrap .galleryCaption .galleryCounter .galleryCountImg {
  position: relative;
  top: -10px;
}
.maskGalleryWrap .galleryCaption .galleryCaptionText {
  padding: 20px 20px 20px 20px;
  background: #FFF;
  width: 100%;
  color: black;
}
.maskGalleryWrap button.slick-arrow {
  position: absolute;
  top: 50%;
  border: none;
  cursor: pointer;
  width: 50px;
  height: 50px;
  z-index: 1;
}
.maskGalleryWrap button.slick-arrow.slick-prev {
  left: 30px;
}
.maskGalleryWrap button.slick-arrow.slick-next {
  right: 30px;
}
.slick-slide img {
  margin: auto;
}
.gallery .slick-slide > div > div {
  display: inline-block;
  float: left;
}
@media (min-width: 768px) {
  .maskGalleryWrap .galleryCaption .galleryCaptionText {
    padding: 20px 60px;
    background: #fff;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .maskGalleryWrap button.slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.maskTabWrap .accordion-toggle {
  display: block;
  padding: 10px 15px;
}
.maskTabWrap .panel-heading {
  padding: 0;
}
.maskToogleWrap .panel-group .panel {
  box-shadow: none;
}
.maskToogleWrap .panel-group .panel + .panel {
  margin-top: 0;
}
.maskToogleWrap .panel-group .panel-default {
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid #f5f2ea;
}
.maskToogleWrap .panel-group .panel-default > .panel-heading {
  position: relative;
  text-transform: none;
  color: #222222;
  background: white;
  padding: 0;
}
.maskToogleWrap .panel-group .panel-default > .panel-heading a {
  padding: 20px 55px 20px 30px;
  text-transform: none;
  text-decoration: none;
  display: block;
  font-size: 21px;
  line-height: 40px;
}
.maskToogleWrap .panel-group .panel-default > .panel-heading a::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'KKS-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  right: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  font-size: 21px;
}
.maskToogleWrap .panel-group .panel-default > .panel-heading a[aria-expanded=true]::after {
  transform: rotate(-90deg);
  top: calc(50% - 11px);
  transition-duration: .3s;
  transition-delay: .3s;
  transition-timing-function: ease-in;
}
.maskToogleWrap .panel-group .panel-default .panel-body {
  border-top: 0;
  padding: 0 60px 15px 30px;
}
.maskToogleWrap.kssUploads .panel-group .panel-default > .panel-heading a {
  font-size: 17px;
}
@media (min-width: 768px) {
  .maskTabWrap .accordion-toggle {
    display: inherit;
    padding: 0;
  }
  .maskTabWrap .panel-heading {
    padding: 10px 15px;
  }
}
.js-map {
  width: 100% !important;
  max-width: 500px;
}
.rootline ul.breadcrumb {
  padding: 15px 0;
  margin-bottom: 0;
  background-color: transparent;
}
.rootline ul.breadcrumb > li + li:before {
  color: #2e2a24;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'KKS-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  display: inline-block;
  top: 2px;
  padding: 0 12px;
}
.rootline ul.breadcrumb li {
  display: none;
}
.rootline ul.breadcrumb li.mobile-visible {
  display: inline-block;
}
.rootline ul.breadcrumb li.mobile-visible::before {
  transform: rotate(-180deg);
}
.rootline ul.breadcrumb li a {
  text-transform: none;
  color: #2e2a24;
  letter-spacing: 0.01em;
}
.rootline ul.breadcrumb li a:hover {
  color: #99182e;
  text-decoration: underline;
}
.rootline ul.breadcrumb li.active {
  color: #2e2a24;
  font-weight: 700;
}
.rootline ul.breadcrumb li .icon {
  font-size: 21px;
  top: 3px;
}
.rootline ul.breadcrumb li:first-child a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .rootline ul.breadcrumb {
    padding: 20px 0;
  }
  .rootline ul.breadcrumb li {
    display: inline-block;
  }
  .rootline ul.breadcrumb li.mobile-visible::before {
    transform: none;
  }
}
.newsletterWrap {
  text-align: center;
}
.newsletterWrap > .container {
  min-height: 350px;
  padding-top: 40px;
  padding-bottom: 60px;
  z-index: 1;
  position: relative;
}
.newsletterWrap svg {
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 0;
}
.newsletterWrap svg polygon {
  fill: white;
}
.newsletterWrap .newsletterBottomWrap {
  z-index: 2;
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translate(-50%);
}
.newsletterWrap .newsletterBottomWrap a {
  font-size: 15px;
}
.newsletterWrap .newsletterBottomWrap a::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'KKS-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  transform: rotate(-90deg);
  display: inline-block;
  font-size: 21px;
  left: 10px;
  top: 3px;
}
.newsletterWrap .newsletterBottomWrap a:hover {
  text-decoration: underline;
}
@media (min-width: 480px) {
  .newsletterWrap .newsletterBottomWrap {
    left: auto;
    right: 30px;
    bottom: -15px;
    transform: none;
  }
}
@media (min-width: 768px) {
  .newsletterWrap .newsletterBottomWrap {
    bottom: 15px;
  }
}
@media (min-width: 992px) {
  .newsletterWrap > .container {
    padding-bottom: 80px;
  }
  .newsletterWrap .newsletterBottomWrap {
    bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .newsletterWrap > .container {
    padding-bottom: 120px;
  }
  .newsletterWrap .newsletterBottomWrap {
    bottom: 60px;
  }
}
.contentTeaserImage,
.fullwidthTeaserImage {
  display: block;
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.contentTeaserImage img,
.fullwidthTeaserImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fullwidthTeaserImage-noheight {
  min-height: 250px;
  height: auto !important;
}
.contentTeaserWrap .slick-track,
.contentTeaserWrap .slick-list,
.contentTeaserWrap .slick-initialized .slick-slide {
  display: block;
}
.contentTeaserWrap .slick-track .sliderItem,
.contentTeaserWrap .slick-list .sliderItem,
.contentTeaserWrap .slick-initialized .slick-slide .sliderItem {
  height: 100%;
}
.contentTeaserWrap .slick-track .sliderItem .contentTeaserItem:not(.contentTeaserWithoutImage),
.contentTeaserWrap .slick-list .sliderItem .contentTeaserItem:not(.contentTeaserWithoutImage),
.contentTeaserWrap .slick-initialized .slick-slide .sliderItem .contentTeaserItem:not(.contentTeaserWithoutImage) {
  height: 100%;
}
.contentTeaserWrap .contentTeaserItem {
  background: white;
  width: 100%;
}
.contentTeaserWrap .contentTeaserItem.contentTeaserWithoutImage h5 {
  padding: 20px 30px;
}
.contentTeaserWrap .contentTeaserContent {
  padding: 20px;
}
.contentTeaserWrap.contentTeaserCol1 .contentTeaserItem {
  padding: 0px;
  margin: 0 15px;
  width: auto;
}
.contentTeaserWrap.contentTeaserCol1 .contentTeaserImage,
.contentTeaserWrap.contentTeaserCol2 .contentTeaserImage {
  height: 250px;
}
.contentTeaserWrap.contentTeaserCol3 .contentTeaserImage {
  height: 200px;
}
.fullwidthTeaserWrap div[class*=col] {
  padding: 0;
}
.fullwidthTeaserWrap .fullwidthTeaserContent {
  padding: 30px 60px;
  text-align: center;
}
.fullwidthTeaserWrap .fullwidthTeaserContent h5 {
  display: inline-block;
  margin: 0 auto;
}
.fullwidthTeaserWrap .fullwidthTeaserContent h5:after {
  margin: 5px auto;
}
.fullwidthTeaserWrap.fullwidthTeaserCol1 .fullwidthTeaserImage,
.fullwidthTeaserWrap.fullwidthTeaserCol2 .fullwidthTeaserImage {
  min-height: 250px;
}
.fullwidthTeaserWrap.fullwidthTeaserCol2 .fullwidthTeaserImage {
  height: 400px;
}
.fullwidthTeaserWrap.fullwidthTeaserCol3 .fullwidthTeaserImage {
  height: 280px;
}
@media (min-width: 768px) {
  .contentTeaserWrap.contentTeaserCol1 .contentTeaserImage,
  .contentTeaserWrap.contentTeaserCol2 .contentTeaserImage {
    height: 250px;
  }
  .fullwidthTeaserWrap.fullwidthTeaserCol1 .fullwidthTeaserImage {
    height: 250px;
  }
  .fullwidthTeaserWrap.fullwidthTeaserCol2 .fullwidthTeaserImage {
    height: 400px;
  }
  .contentTeaserWrap .contentTeaserContent {
    padding: 20px 30px;
  }
}
.socialMediaSharingWrap {
  display: flex;
  justify-content: center;
}
.socialMediaSharingWrap ul {
  display: block;
  padding: 0;
  margin: 0;
  column-count: 4;
}
.socialMediaSharingWrap li {
  display: block;
  list-style: none;
  padding: 20px 10px;
  position: relative;
}
.socialMediaSharingWrap li:hover {
  cursor: pointer;
}
.socialMediaSharingWrap li:hover a {
  text-decoration: underline;
}
.socialMediaSharingWrap li.share a {
  display: flex;
  justify-content: left;
  padding-left: 60px;
  padding-top: 18px;
  padding-bottom: 18px;
}
.socialMediaSharingWrap li.share .icon {
  font-size: 40px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.socialMediaSharingWrap li.share.facebook .icon,
.socialMediaSharingWrap li.share.facebook a {
  color: #3b5998;
}
.socialMediaSharingWrap li.share.twitter .icon,
.socialMediaSharingWrap li.share.twitter a {
  color: #00aced;
}
.socialMediaSharingWrap li.share.mail .icon,
.socialMediaSharingWrap li.share.mail a {
  color: #99182e;
}
.socialMediaSharingWrap li.share.print .icon,
.socialMediaSharingWrap li.share.print a {
  color: #45413b;
}
.socialMediaSharingWrap a {
  position: relative;
}
.socialMediaSharingWrap a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .socialMediaSharingWrap li {
    padding: 10px;
  }
  .socialMediaSharingWrap li .icon {
    transform: translate(-50%);
    left: 50%;
  }
  .socialMediaSharingWrap li.share a {
    padding-top: 60px;
    padding-left: 0px;
    justify-content: center;
  }
  .socialMediaSharingWrap ul {
    column-count: 4;
  }
}
@media (max-width: 480px) {
  .socialMediaSharingWrap ul {
    column-count: 2;
  }
}
.maskDeviderWrap:after {
  content: '';
  width: 50px;
  height: 3px;
  background: #c73241;
  display: block;
  margin: 25px auto 25px auto;
  width: 80px;
  margin: 25px auto;
  background: #57524c;
}
.news-single-spacer {
  margin-top: 15px;
}
.news-image-preview {
  position: relative;
  margin-bottom: 50px;
}
.news-text-wrap {
  margin-bottom: 25px;
  display: inline-block;
}
.news-meta-data {
  padding-bottom: 30px;
}
.news-meta-data .author {
  font-weight: 700;
  text-transform: uppercase;
}
.news-list-item {
  margin-bottom: 25px;
}
.news-list-item:last-child {
  margin-bottom: 0;
}
.page-15 .news-list-view .maskIsotopeWrap .link-all {
  display: none;
}
.newsLoader {
  position: absolute;
  left: 50%;
  margin-left: -16px;
  top: 50px;
  opacity: 0;
  width: 32px;
  height: 32px;
  z-index: 100;
  background-image: url('../../../typo3conf/ext/origo/Resources/Public/Images/news-loader.gif');
  background-repeat: no-repeat;
  background-color: transparent;
}
.newsLoader.loading {
  opacity: 1;
}
.load-more-news {
  left: 50%;
  transform: translateX(-50%) !important;
}
/*
.frame .news{
width: auto;
border: 1px solid #e9e9e9;
height: 50px;
border-radius: 5px;
color: #666666;
position: relative;
}


.category-selectvalue {
    width: 210px;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    padding: 0px 50px 0px 30px;
    line-height: 50px;
    cursor: pointer;
    text-align: left;
}

.category-menu-view ul {
    list-style: none;
    position: absolute;
    padding: 0px;
    width: 289px;
    display: none;
    right: 0px;
    margin: 0;
    border: 1px solid #e9e9e9;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: rgb(233, 233, 233);
    border-top: 0px;
    border-radius: 0px 0px 5px 5px;
    background-color: #ffffff;
}

.category-menu-view li {
    float: left;
    width: 100%;
    height: 50px;
    line-height: 50px;
}
*/
/*
.news:after {
    position: absolute;
    font-family: KKS-Icons;
    content: "\e910";
    font-size: 18px;
    cursor: pointer;
    content: "\e901";
    transform: rotate(90deg);
    right: 25px;
    top: 12.5px;
}
.news{
    font-size: 1em;
    line-height: 1.428571429;
    min-height: 54px;
    min-width: 250px;
    padding: 11.5px 25px;
    border-style: solid;
    border-width: 2px;
    border-color: rgba(69,65,59,.4);
    border-radius: 5px;
    background-color: transparent;
    background-position: 96% 50%;
    background-size: 21px;
    background-repeat: no-repeat;
    position: relative;
}
.news ul{
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    padding: 0;
}
.news li {
    list-style: none;
}
*/
.category-menu-desktop {
  display: inline-block;
  width: 100%;
  padding: 10px 0px;
}
.category-menu-desktop ul {
  margin: 0px;
  padding: 0px;
}
.category-menu-desktop li {
  float: left;
  margin-right: 20px;
  list-style: none;
  display: inline-block;
}
.category-menu-desktop li:hover {
  background: none;
}
.category-menu-desktop li a.active {
  text-decoration: underline;
}
.category-menu-mobile {
  display: inline-block;
  width: 100%;
  padding: 10px 0px;
}
@media (max-width: 1199px) {
  .category-menu-mobile {
    display: inline-block;
  }
  .category-menu-desktop {
    display: none;
  }
}
@media (min-width: 992px) {
  .category-menu-mobile {
    display: inline-block;
  }
  .category-menu-desktop {
    display: none;
  }
}
.select2-selection--single::after {
  position: absolute;
  font-family: KKS-Icons;
  content: "\e910";
  font-size: 18px;
  cursor: pointer;
  content: "\e901";
  transform: rotate(90deg);
  right: 25px;
  top: 12.5px;
}
.select2-selection__rendered {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding: 0;
}
.select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  margin-bottom: 0px;
  position: relative;
  vertical-align: middle;
  width: 100% !important;
}
.select2-selection--single {
  font-size: 1em;
  line-height: 1.428571429;
  min-height: 54px;
  min-width: 250px;
  padding: 11.5px 25px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(69, 65, 59, 0.4);
  border-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: transparent;
  background-position: 96% 50%;
  background-size: 21px;
  background-repeat: no-repeat;
  position: relative;
}
.select2-selection--single {
  font-size: 1em;
  line-height: 1.428571429;
  min-height: 54px;
  min-width: 250px;
  padding: 11.5px 25px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(69, 65, 59, 0.4);
  border-radius: 5px;
  background-color: transparent;
  background-position: 96% 50%;
  background-size: 21px;
  background-repeat: no-repeat;
  position: relative;
}
.select2-selection__arrow {
  display: none;
}
.maskToogleWrap.kssUploads .panel-group .panel-default > .panel-heading a:hover {
  color: #99182e;
}
.maskToogleWrap.kssUploads .panel-group .panel-default > .panel-heading a::after {
  content: "\e90f";
  transform: translateY(-50%) rotate(0deg);
}
.tx-indexedsearch {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.tx-indexedsearch-form,
.tx-indexedsearch-search-submit {
  display: inline-block;
}
.tx-indexedsearch-redMarkup {
  color: #c73241;
}
.tx-indexedsearch-searchbox legend {
  border: none;
}
.tx-indexedsearch-res {
  border-top: 2px solid rgba(69, 65, 59, 0.15);
  padding-top: 20px;
}
.tx-indexedsearch {
  padding-left: 15px;
  padding-right: 15px;
}
#tx_indexedsearch input#tx-indexedsearch-searchbox-sword {
  width: 66%;
}
.mm-menu input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  padding: 8px 10px;
  margin: 15px 20px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(69, 65, 59, 0.4);
  border-radius: 5px;
  width: calc(100% - 110px);
}
.mm-menu .sb-search-submit {
  color: #99182e;
  background: none;
  z-index: 90;
  font-family: KKS-Icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  border: none;
  width: 70px;
  right: 0px;
  top: 28px;
  position: absolute;
}
div.tx-indexedsearch-browsebox {
  display: inline-block;
  width: 100%;
  text-align: center;
}
div.tx-indexedsearch-browsebox p {
  text-align: left;
}
div.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox {
  list-style: none;
  display: inherit;
  margin: 30px 0px;
}
div.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox > li {
  float: left;
  margin: 0 10px;
}
div.tx-indexedsearch-browsebox .tx-indexedsearch-browselist-currentPage a {
  color: #c73241;
}
.pagination {
  display: flex;
  justify-content: center;
}
.pagination > li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 .35em;
  border-radius: 50%;
}
.pagination > li a,
.pagination > li span {
  width: 2em;
  height: 2em;
  padding: 6px 0;
  border-radius: inherit;
  line-height: 21px;
}
.pagination > li:last-child a,
.pagination > li:first-child a,
.pagination > li:last-child span,
.pagination > li:first-child span {
  border-radius: inherit;
}
.pagination > li.next a,
.pagination > li.previous a,
.pagination > li.next span,
.pagination > li.previous span {
  width: auto;
  padding: 6px 12px;
  border-radius: 40px;
  color: #99182e;
  border-color: #99182e;
  border: 3px solid;
}
.pagination > li.next a,
.pagination > li.previous a {
  min-height: 51px;
  line-height: 1.42857143;
}
.pagination > li.next a:after,
.pagination > li.previous a:after {
  font-family: KKS-Icons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  font-size: 21px;
  position: absolute;
  transform: translateY(-50%);
}
.pagination > li.next a {
  padding: 12px 50px 10px 30px;
}
.pagination > li.next a:after {
  right: 21px;
  top: 50%;
}
.pagination > li.previous a {
  padding: 12px 30px 8px 50px;
}
.pagination > li.previous a:after {
  left: 21px;
  top: 15px;
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .pagination {
    position: relative;
    padding-bottom: 100px;
  }
  .pagination > li {
    margin: 0 .25em;
  }
  .pagination > li.next {
    top: 60px;
    position: absolute;
    right: 0px;
  }
  .pagination > li.previous {
    top: 60px;
    position: absolute;
    left: 0px;
  }
}
@media (max-width: 767px) {
  .pagination > li.next a {
    font-size: 0px;
    padding: 12px 25px 8px 25px;
  }
  .pagination > li.next a:after {
    right: 15px;
  }
  .pagination > li.previous a {
    font-size: 0px;
    padding: 12px 25px 10px 25px;
  }
  .pagination > li.previous a:after {
    left: 15px;
  }
}
form .form-control {
  display: block;
  width: 100%;
  height: 38px;
  font-size: 1em;
  line-height: 1.428571429;
  color: #333333;
  vertical-align: middle;
  min-width: 220px;
  margin-bottom: 15px;
  padding: 0 10px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(69, 65, 59, 0.4);
  border-radius: 5px;
  background-color: transparent;
  min-height: 54px;
}
form .form-control:focus {
  border-color: rgba(69, 65, 59, 0.4);
  box-shadow: none;
}
form .powermail_fieldset {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
form .powermail_fieldset .row {
  width: 100%;
}
form .powermail_fieldwrap_type_select {
  position: relative;
}
form .powermail_fieldwrap_type_select .powermail_field::before {
  font-family: "KKS-Icons";
  content: "\e901";
  transform: rotate(90deg);
  font-size: 20px;
  position: absolute;
  right: 30px;
  top: 40px;
  pointer-events: none;
}
form .powermail_fieldwrap_type_select select.powermail_select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  width: 100%;
  min-height: 54px;
  padding-left: 10px;
  border: 2px solid rgba(69, 65, 59, 0.4);
  border-radius: 5px;
  font-family: 'PT Sans', sans-serif;
  outline: none;
  padding-top: 13px;
  margin-bottom: 15px;
  cursor: pointer;
}
form .powermail_fieldwrap.powermail_fieldwrap {
  width: 100%;
}
form .powermail_fieldwrap .powermail_textfield {
  width: 100%;
  border-width: 2px;
  border-color: rgba(69, 65, 59, 0.4);
  border-radius: 5px;
  background-color: transparent;
  padding: 5px 10px;
}
form .powermail_fieldwrap button.powermail_submit {
  background-color: #99182e;
  border: 3px solid #99182e;
}
form .powermail_fieldwrap button.powermail_submit:hover,
form .powermail_fieldwrap button.powermail_submit:focus {
  background-color: transparent;
  color: #99182e;
}
form .powermail_fieldwrap.layout1 input.powermail_textfield {
  border-radius: 20px;
}
form .powermail_fieldwrap.layout1 div.powermail_field {
  width: 50%;
}
form .powermail_fieldwrap_datenschutzhinweis .checkbox input[type="checkbox"],
form .powermail_fieldwrap_datenschutzhinweis .form-check input[type="checkbox"] {
  position: absolute;
  cursor: pointer;
  min-height: 18px;
  min-width: 28px;
  margin-left: -28px;
}
form .powermail_fieldwrap_datenschutzhinweis label {
  padding-right: 10px;
}
form .powermail_fieldwrap_datenschutzhinweis .checkbox {
  padding-top: 0;
}
form .form-check label {
  min-height: 25px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
form div.powermail_fieldwrap_datenschutzhinweis {
  padding-top: 30px;
  padding-bottom: 16px;
}
form .powermail_field button.btn.btn-primary {
  padding-top: 18px;
  padding-bottom: 16px;
  min-height: 51px;
  background-color: #99182e;
  color: white;
  border: 3px solid #99182e;
}
.tx-jobs .jobs-show .job-description h4 {
  color: #2e2a24;
  margin-bottom: 40px;
}
.tx-jobs .jobs-show .columnHeader {
  padding-top: 70px;
}
.tx-jobs .jobs-show .job-row {
  margin-left: 0;
}
.tx-jobs .jobs-show .job-row-box {
  padding: 20px 30px 20px 30px;
}
.tx-jobs .jobs-show .job-row-box li,
.tx-jobs .jobs-show .job-row-box .job-location-address p {
  padding-bottom: 10px;
  margin-bottom: 0;
}
.tx-jobs .jobs-show .job-contact {
  margin-left: 20px;
}
.tx-jobs .jobs-show .job-back-bottom {
  margin-top: 30px;
  margin-bottom: 50px;
}
.tx-jobs .jobs-show .job-experience ul,
.tx-jobs .jobs-show .job-benefits ul,
.tx-jobs .jobs-show .job-skills ul,
.tx-jobs .jobs-show .job-description ul,
.tx-jobs .jobs-show .job-responsibilities ul,
.tx-jobs .jobs-show .job-education ul,
.tx-jobs .jobs-show .job-qualification ul {
  list-style-type: none;
  padding-left: 22px;
}
.tx-jobs .jobs-show .job-experience ul li,
.tx-jobs .jobs-show .job-benefits ul li,
.tx-jobs .jobs-show .job-skills ul li,
.tx-jobs .jobs-show .job-description ul li,
.tx-jobs .jobs-show .job-responsibilities ul li,
.tx-jobs .jobs-show .job-education ul li,
.tx-jobs .jobs-show .job-qualification ul li {
  text-indent: -7px;
  margin-bottom: 12px;
}
.tx-jobs .jobs-show .job-experience ul li::before,
.tx-jobs .jobs-show .job-benefits ul li::before,
.tx-jobs .jobs-show .job-skills ul li::before,
.tx-jobs .jobs-show .job-description ul li::before,
.tx-jobs .jobs-show .job-responsibilities ul li::before,
.tx-jobs .jobs-show .job-education ul li::before,
.tx-jobs .jobs-show .job-qualification ul li::before {
  content: "\2022";
  color: #2e2a24;
  font-size: 24px;
  line-height: 16px;
  display: inline-block;
  position: relative;
  top: 2px;
  left: -8px;
}
.tx-jobs .jobs-show .job-hiringOrganisation {
  margin-bottom: 70px;
}
.tx-jobs .jobs-show .job-hiringOrganisation .job-hiringOrganisation-image {
  padding-left: 0;
  padding-right: 0;
  max-height: 100%;
  max-width: 100%;
}
.tx-jobs .jobs-show .job-hiringOrganisation .job-hiringOrganisation-image .row {
  margin-left: 0;
}
.tx-jobs .jobs-show .job-hiringOrganisation .job-hiringOrganisation-image img {
  object-fit: cover;
  height: auto;
  width: auto;
}
.tx-jobs .jobs-show .job-info-contact {
  gap: 30px 0;
  margin-top: 70px;
}
.tx-jobs .jobs-show .job-infotext {
  margin-right: 10px;
}
.tx-jobs .jobs-show .job-contact-list a {
  text-transform: none;
}
.tx-jobs .jobs-show .job-list a {
  text-decoration: none;
}
.tx-jobs .jobs-show .job-list a:hover {
  text-decoration: underline;
}
.tx-jobs .jobs-show .job-back-top {
  margin-bottom: 15px;
}
.tx-jobs .jobs-show .job-miscellaneous {
  margin-top: 50px;
}
.tx-jobs .job-list a.job-title-link {
  color: inherit;
  text-transform: none;
  letter-spacing: inherit;
  font-family: Merriweather, serif;
  text-decoration: none;
}
.tx-jobs .job-list a.job-title-link:after {
  content: none;
}
.tx-jobs .job-list a.job-title-link:hover,
.tx-jobs .job-list a.job-title-link:focus {
  text-decoration: none;
}
.tx-jobs .job-list a.job-title-link:hover .job-item,
.tx-jobs .job-list a.job-title-link:focus .job-item {
  background-color: #E5E2DC;
}
.tx-jobs .job-list a.job-title-link .job-item {
  position: relative;
  margin-bottom: 2px;
  background-color: white;
  padding: 20px 55px 20px 30px;
}
.tx-jobs .job-list a.job-title-link .job-item:after {
  font-family: "KKS-Icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e901";
  right: 20px;
  position: absolute;
  font-size: 21px;
  top: 45%;
}
.tx-jobs .job-list a.job-title-link .job-item h3.job-title {
  margin-bottom: inherit;
}
.tx-jobs .job-list a.job-title-link .job-item p {
  margin-bottom: 0;
}
.tx-jobs .jobs-alljobs .jobSearchBar {
  display: none;
}
.tx-jobs .jobs-alljobs .jobs-available {
  font-weight: 700;
  margin-bottom: 20px;
}
.tx-jobs .jobs-alljobs .jobfilter-block {
  background-color: white;
}
.tx-jobs .jobs-alljobs h4.jobfilter-headline {
  background-color: #99182e;
  color: white;
  padding: 20px 30px;
  margin-bottom: 0px;
}
.tx-jobs .jobs-alljobs .dropdown button.btn-default {
  background-color: white;
  text-transform: none;
  letter-spacing: inherit;
  text-align: left;
  border-width: 2px;
  border-color: rgba(69, 65, 59, 0.4);
  border-radius: 5px;
  min-height: 54px;
  width: 100%;
  padding-right: 40px;
}
.tx-jobs .jobs-alljobs .dropdown button.btn-default:active {
  box-shadow: none;
}
.tx-jobs .jobs-alljobs .dropdown button.btn-default .job-filterlist-caret::after {
  position: absolute;
  font-family: "KKS-Icons";
  font-size: 18px;
  cursor: pointer;
  content: "\e901";
  transform: rotate(90deg);
  right: 1rem;
  top: 1.5rem;
}
.tx-jobs .jobs-alljobs .jobfilter-filter {
  padding: 0px 30px 20px 30px;
}
.tx-jobs .jobs-alljobs .jobfilter-filter button,
.tx-jobs .jobs-alljobs .jobfilter-filter a {
  color: #2e2a24;
}
.tx-jobs .jobs-alljobs .jobfilter-filter button:hover,
.tx-jobs .jobs-alljobs .jobfilter-filter a:hover,
.tx-jobs .jobs-alljobs .jobfilter-filter button:focus,
.tx-jobs .jobs-alljobs .jobfilter-filter a:focus {
  color: #2e2a24;
}
.tx-jobs .jobs-alljobs .jobfilter-filter .dropdown-menu {
  margin-top: -1px;
}
.tx-jobs .jobs-alljobs h5.job-filterlist-category {
  padding-top: 20px;
}
.tx-jobs .jobs-alljobs .dropdown-menu {
  overflow-y: auto;
  max-height: 400px;
}
@media (max-width: 992px) {
  .tx-jobs .jobs-show .job-info .row-flex {
    flex-direction: column;
  }
  .tx-jobs .jobs-show .job-info .job-infotext {
    margin-right: 0;
  }
  .tx-jobs .jobs-show .job-info .job-contact {
    margin-left: 0;
  }
  .tx-jobs .jobs-show .job-miscellaneous {
    margin-top: 20px;
  }
}
body.stuttgart-ost h1,
body.stuttgart-ost h2,
body.stuttgart-ost h3,
body.stuttgart-ost h4,
body.stuttgart-ost h6,
body.stuttgart-ost .h1,
body.stuttgart-ost .h2,
body.stuttgart-ost .h3,
body.stuttgart-ost .h4,
body.stuttgart-ost .h6 {
  color: #7f4d18;
}
body.stuttgart-ost .fullwidthTeaserContent h1,
body.stuttgart-ost .maskSimpleStageWrap h1,
body.stuttgart-ost .fullwidthTeaserContent h2,
body.stuttgart-ost .maskSimpleStageWrap h2,
body.stuttgart-ost .fullwidthTeaserContent h3,
body.stuttgart-ost .maskSimpleStageWrap h3,
body.stuttgart-ost .fullwidthTeaserContent h4,
body.stuttgart-ost .maskSimpleStageWrap h4,
body.stuttgart-ost .fullwidthTeaserContent h5,
body.stuttgart-ost .maskSimpleStageWrap h5,
body.stuttgart-ost .fullwidthTeaserContent h6,
body.stuttgart-ost .maskSimpleStageWrap h6,
body.stuttgart-ost .fullwidthTeaserContent .h1,
body.stuttgart-ost .maskSimpleStageWrap .h1,
body.stuttgart-ost .fullwidthTeaserContent .h2,
body.stuttgart-ost .maskSimpleStageWrap .h2,
body.stuttgart-ost .fullwidthTeaserContent .h3,
body.stuttgart-ost .maskSimpleStageWrap .h3,
body.stuttgart-ost .fullwidthTeaserContent .h4,
body.stuttgart-ost .maskSimpleStageWrap .h4,
body.stuttgart-ost .fullwidthTeaserContent .h5,
body.stuttgart-ost .maskSimpleStageWrap .h5,
body.stuttgart-ost .fullwidthTeaserContent .h6,
body.stuttgart-ost .maskSimpleStageWrap .h6 {
  color: white;
}
body.stuttgart-ost .fullwidthTeaserContent .stageContent.background-lightgreen h1,
body.stuttgart-ost .maskSimpleStageWrap .stageContent.background-lightgreen h1,
body.stuttgart-ost .fullwidthTeaserContent .stageContent.background-lightgreen h2,
body.stuttgart-ost .maskSimpleStageWrap .stageContent.background-lightgreen h2,
body.stuttgart-ost .fullwidthTeaserContent .stageContent.background-lightgreen h3,
body.stuttgart-ost .maskSimpleStageWrap .stageContent.background-lightgreen h3,
body.stuttgart-ost .fullwidthTeaserContent .stageContent.background-lightgreen h4,
body.stuttgart-ost .maskSimpleStageWrap .stageContent.background-lightgreen h4,
body.stuttgart-ost .fullwidthTeaserContent .stageContent.background-lightgreen h5,
body.stuttgart-ost .maskSimpleStageWrap .stageContent.background-lightgreen h5,
body.stuttgart-ost .fullwidthTeaserContent .stageContent.background-lightgreen h6,
body.stuttgart-ost .maskSimpleStageWrap .stageContent.background-lightgreen h6,
body.stuttgart-ost .fullwidthTeaserContent .stageContent.background-lightgreen .h1,
body.stuttgart-ost .maskSimpleStageWrap .stageContent.background-lightgreen .h1,
body.stuttgart-ost .fullwidthTeaserContent .stageContent.background-lightgreen .h2,
body.stuttgart-ost .maskSimpleStageWrap .stageContent.background-lightgreen .h2,
body.stuttgart-ost .fullwidthTeaserContent .stageContent.background-lightgreen .h3,
body.stuttgart-ost .maskSimpleStageWrap .stageContent.background-lightgreen .h3,
body.stuttgart-ost .fullwidthTeaserContent .stageContent.background-lightgreen .h4,
body.stuttgart-ost .maskSimpleStageWrap .stageContent.background-lightgreen .h4,
body.stuttgart-ost .fullwidthTeaserContent .stageContent.background-lightgreen .h5,
body.stuttgart-ost .maskSimpleStageWrap .stageContent.background-lightgreen .h5,
body.stuttgart-ost .fullwidthTeaserContent .stageContent.background-lightgreen .h6,
body.stuttgart-ost .maskSimpleStageWrap .stageContent.background-lightgreen .h6 {
  color: #2e2a24;
}
body.stuttgart-ost .background-14 h1,
body.stuttgart-ost .background-14 h2,
body.stuttgart-ost .background-14 h3,
body.stuttgart-ost .background-14 h4,
body.stuttgart-ost .background-14 h5,
body.stuttgart-ost .background-14 h6,
body.stuttgart-ost .background-14 .h1,
body.stuttgart-ost .background-14 .h2,
body.stuttgart-ost .background-14 .h3,
body.stuttgart-ost .background-14 .h4,
body.stuttgart-ost .background-14 .h5,
body.stuttgart-ost .background-14 .h6 {
  color: white;
}
body.stuttgart-ost header nav {
  height: 120px;
}
body.stuttgart-ost div .logo img {
  background-color: white;
  width: 150px;
  margin-top: -13px;
}
body.stuttgart-ost .languageMenuWrap {
  visibility: hidden;
}
body.stuttgart-ost .footerMenu img,
body.stuttgart-ost .footerMenu svg {
  width: 200px;
}
body.stuttgart-ost a {
  color: #4E6E00;
}
body.stuttgart-ost a:hover {
  color: #7f4d18;
}
body.stuttgart-ost a.link-c2a,
body.stuttgart-ost button.link-c2a {
  background-color: #96be0b;
  color: #2e2a24;
}
body.stuttgart-ost a.link-c2a:hover,
body.stuttgart-ost button.link-c2a:hover {
  background-color: #7f4d18;
}
body.stuttgart-ost .scrollTopContainer a {
  font-weight: 700;
}
body.stuttgart-ost .contentTeaserWrap .contentTeaserItem a[href^="http"].link-button,
body.stuttgart-ost .contentTeaserWrap .contentTeaserItem button[href^="http"].link-button {
  color: #4E6E00;
  border-color: #4E6E00;
}
body.stuttgart-ost .contentTeaserWrap .contentTeaserItem a[href^="http"].link-button:hover,
body.stuttgart-ost .contentTeaserWrap .contentTeaserItem button[href^="http"].link-button:hover {
  color: #ffffff;
  background-color: #4E6E00;
}
body.stuttgart-ost .contentTeaserWrap .contentTeaserItem a[href^="http"].link-arrow,
body.stuttgart-ost .contentTeaserWrap .contentTeaserItem button[href^="http"].link-arrow {
  color: #4E6E00;
}
body.stuttgart-ost .contentTeaserWrap .contentTeaserItem h4 a {
  color: #7f4d18;
  text-decoration: none;
}
body.stuttgart-ost .contentTeaserWrap .contentTeaserItem h4 a:hover {
  text-decoration: underline;
}
body.stuttgart-ost .contentTeaserWrap .contentTeaserItem h4 a:after {
  content: '';
}
body.stuttgart-ost .background-1 .link-button,
body.stuttgart-ost .background-2 .link-button,
body.stuttgart-ost .background-3 .link-button,
body.stuttgart-ost .background-4 .link-button,
body.stuttgart-ost .background-5 .link-button,
body.stuttgart-ost .background-6 .link-button {
  color: #4E6E00;
  border-color: #4E6E00;
}
body.stuttgart-ost .background-1 .link-button:hover,
body.stuttgart-ost .background-2 .link-button:hover,
body.stuttgart-ost .background-3 .link-button:hover,
body.stuttgart-ost .background-4 .link-button:hover,
body.stuttgart-ost .background-5 .link-button:hover,
body.stuttgart-ost .background-6 .link-button:hover {
  color: #ffffff;
  background-color: #4E6E00;
}
body.stuttgart-ost a.link-arrow {
  color: #4E6E00;
  font-weight: 700;
}
body.stuttgart-ost a.link-arrow:hover {
  text-decoration: underline;
}
body.stuttgart-ost .topMenu a {
  color: #333333;
}
body.stuttgart-ost .topMenu a:hover {
  color: #7f4d18;
}
body.stuttgart-ost .desktopMenu li a {
  color: #4E6E00;
}
body.stuttgart-ost .desktopMenu li a:hover {
  color: #7f4d18;
}
body.stuttgart-ost .desktopMenu .dl-menu .dl-subTrigger:hover {
  background-color: #7f4d18;
}
body.stuttgart-ost .desktopMenu li a {
  color: #4E6E00;
}
body.stuttgart-ost .item-properties h2 {
  color: #7f4d18;
}
body.stuttgart-ost .nav .sb-icon-search {
  color: #4E6E00;
}
body.stuttgart-ost h1 a,
body.stuttgart-ost h2 a,
body.stuttgart-ost h3 a,
body.stuttgart-ost h4 a {
  color: #7f4d18;
}
body.stuttgart-ost .background-2 h1,
body.stuttgart-ost .background-3 h1,
body.stuttgart-ost .background-4 h1,
body.stuttgart-ost .background-5 h1,
body.stuttgart-ost .background-6 h1,
body.stuttgart-ost .background-2 h2,
body.stuttgart-ost .background-3 h2,
body.stuttgart-ost .background-4 h2,
body.stuttgart-ost .background-5 h2,
body.stuttgart-ost .background-6 h2,
body.stuttgart-ost .background-2 h3,
body.stuttgart-ost .background-3 h3,
body.stuttgart-ost .background-4 h3,
body.stuttgart-ost .background-5 h3,
body.stuttgart-ost .background-6 h3,
body.stuttgart-ost .background-2 h4,
body.stuttgart-ost .background-3 h4,
body.stuttgart-ost .background-4 h4,
body.stuttgart-ost .background-5 h4,
body.stuttgart-ost .background-6 h4 {
  color: #ffffff;
}
@media (max-width: 991px) {
  body.stuttgart-ost header nav {
    height: 110px;
  }
  body.stuttgart-ost div .logo img {
    width: 120px;
  }
}
body.stuttgart-ost .contentTeaserWithoutImage .background-orange,
body.stuttgart-ost .newsletterWrap.background-yellow {
  background-color: #96be0b;
}
body.stuttgart-ost .contentTeaserWithoutImage .background-orange a.link-c2a,
body.stuttgart-ost .newsletterWrap.background-yellow a.link-c2a,
body.stuttgart-ost .contentTeaserWithoutImage .background-orange button.link-c2a,
body.stuttgart-ost .newsletterWrap.background-yellow button.link-c2a,
body.stuttgart-ost .contentTeaserWithoutImage .background-orange a.link-button,
body.stuttgart-ost .newsletterWrap.background-yellow a.link-button,
body.stuttgart-ost .contentTeaserWithoutImage .background-orange button.link-button,
body.stuttgart-ost .newsletterWrap.background-yellow button.link-button {
  color: #4E6E00;
  background-color: #ffffff;
  border: none;
}
body.stuttgart-ost .contentTeaserWithoutImage .background-orange a.link-c2a:hover,
body.stuttgart-ost .newsletterWrap.background-yellow a.link-c2a:hover,
body.stuttgart-ost .contentTeaserWithoutImage .background-orange button.link-c2a:hover,
body.stuttgart-ost .newsletterWrap.background-yellow button.link-c2a:hover,
body.stuttgart-ost .contentTeaserWithoutImage .background-orange a.link-button:hover,
body.stuttgart-ost .newsletterWrap.background-yellow a.link-button:hover,
body.stuttgart-ost .contentTeaserWithoutImage .background-orange button.link-button:hover,
body.stuttgart-ost .newsletterWrap.background-yellow button.link-button:hover {
  background-color: #7f4d18;
  color: #ffffff;
}
body.stuttgart-ost .socialMediaSharingWrap li.share.mail .icon,
body.stuttgart-ost .socialMediaSharingWrap li.share.mail a {
  color: #7f4d18;
}
body.stuttgart-ost h5:after {
  background-color: #96be0b;
}
body.stuttgart-ost .background-8 {
  background-color: #96be0b;
}
body.stuttgart-ost .background-11,
body.stuttgart-ost .background-12,
body.stuttgart-ost .background-13,
body.stuttgart-ost .background-3,
body.stuttgart-ost .background-8 {
  color: white;
}
body.stuttgart-ost .background-13 a {
  color: #7f4d18;
}
body.stuttgart-ost .background-13 a:hover,
body.stuttgart-ost .background-13 a:focus {
  color: #2e2a24;
}
body.stuttgart-ost .footerMenu a[href*="kath-kirche-stuttgart.de"]:after {
  content: none;
}
body.stuttgart-ost .background-8 h1,
body.stuttgart-ost .background-orange h1,
body.stuttgart-ost .background-yellow h1,
body.stuttgart-ost .background-8 h2,
body.stuttgart-ost .background-orange h2,
body.stuttgart-ost .background-yellow h2,
body.stuttgart-ost .background-8 h3,
body.stuttgart-ost .background-orange h3,
body.stuttgart-ost .background-yellow h3,
body.stuttgart-ost .background-8 h4,
body.stuttgart-ost .background-orange h4,
body.stuttgart-ost .background-yellow h4,
body.stuttgart-ost .background-8 h5,
body.stuttgart-ost .background-orange h5,
body.stuttgart-ost .background-yellow h5 {
  color: #ffffff;
}
body.stuttgart-ost .background-8 h1:after,
body.stuttgart-ost .background-orange h1:after,
body.stuttgart-ost .background-yellow h1:after,
body.stuttgart-ost .background-8 h2:after,
body.stuttgart-ost .background-orange h2:after,
body.stuttgart-ost .background-yellow h2:after,
body.stuttgart-ost .background-8 h3:after,
body.stuttgart-ost .background-orange h3:after,
body.stuttgart-ost .background-yellow h3:after,
body.stuttgart-ost .background-8 h4:after,
body.stuttgart-ost .background-orange h4:after,
body.stuttgart-ost .background-yellow h4:after,
body.stuttgart-ost .background-8 h5:after,
body.stuttgart-ost .background-orange h5:after,
body.stuttgart-ost .background-yellow h5:after {
  background-color: #ffffff;
}
body.stuttgart-ost .background-8 p,
body.stuttgart-ost .background-orange p,
body.stuttgart-ost .background-yellow p {
  color: #ffffff;
}
body.stuttgart-ost .background-yellow h1,
body.stuttgart-ost .background-yellow h2,
body.stuttgart-ost .background-yellow h3,
body.stuttgart-ost .background-yellow h4,
body.stuttgart-ost .background-yellow h5 {
  color: #2e2a24;
}
body.stuttgart-ost .background-yellow h1:after,
body.stuttgart-ost .background-yellow h2:after,
body.stuttgart-ost .background-yellow h3:after,
body.stuttgart-ost .background-yellow h4:after,
body.stuttgart-ost .background-yellow h5:after {
  background-color: #ffffff;
}
body.stuttgart-ost .background-yellow p {
  color: #2e2a24;
}
body.stuttgart-ost .desktopMenu nav {
  background-color: #96be0b;
}
@media (max-width: 767px) {
  body.stuttgart-ost header nav {
    height: 74px;
  }
  body.stuttgart-ost div .logo img {
    width: 80px;
  }
}
body.stuttgart-west .fullwidthTeaserContent h1,
body.stuttgart-west .maskSimpleStageWrap h1,
body.stuttgart-west .fullwidthTeaserContent h2,
body.stuttgart-west .maskSimpleStageWrap h2,
body.stuttgart-west .fullwidthTeaserContent h3,
body.stuttgart-west .maskSimpleStageWrap h3,
body.stuttgart-west .fullwidthTeaserContent h4,
body.stuttgart-west .maskSimpleStageWrap h4,
body.stuttgart-west .fullwidthTeaserContent h5,
body.stuttgart-west .maskSimpleStageWrap h5,
body.stuttgart-west .fullwidthTeaserContent h6,
body.stuttgart-west .maskSimpleStageWrap h6,
body.stuttgart-west .fullwidthTeaserContent .h1,
body.stuttgart-west .maskSimpleStageWrap .h1,
body.stuttgart-west .fullwidthTeaserContent .h2,
body.stuttgart-west .maskSimpleStageWrap .h2,
body.stuttgart-west .fullwidthTeaserContent .h3,
body.stuttgart-west .maskSimpleStageWrap .h3,
body.stuttgart-west .fullwidthTeaserContent .h4,
body.stuttgart-west .maskSimpleStageWrap .h4,
body.stuttgart-west .fullwidthTeaserContent .h5,
body.stuttgart-west .maskSimpleStageWrap .h5,
body.stuttgart-west .fullwidthTeaserContent .h6,
body.stuttgart-west .maskSimpleStageWrap .h6 {
  color: white;
}
body.stuttgart-west h1,
body.stuttgart-west h2,
body.stuttgart-west h3,
body.stuttgart-west h4,
body.stuttgart-west h6,
body.stuttgart-west .h1,
body.stuttgart-west .h2,
body.stuttgart-west .h3,
body.stuttgart-west .h4,
body.stuttgart-west .h6 {
  color: #007db3;
}
body.stuttgart-west a.link-button,
body.stuttgart-west button.link-button,
body.stuttgart-west a.link-c2a,
body.stuttgart-west button.link-c2a {
  border-color: #007db3;
}
body.stuttgart-west a.link-button:hover,
body.stuttgart-west button.link-button:hover,
body.stuttgart-west a.link-c2a:hover,
body.stuttgart-west button.link-c2a:hover {
  text-decoration: none;
  background-color: #007db3;
  border-color: #007db3;
  color: white;
}
body.stuttgart-west .fullwidthTeaserContent a.link-c2a,
body.stuttgart-west .fullwidthTeaserContent a.link-button,
body.stuttgart-west .fullwidthTeaserContent button.link-c2a {
  padding: 10px 50px 10px 30px;
  background-color: transparent;
  color: white;
  border: 3px solid white;
  min-height: 46px;
}
body.stuttgart-west .fullwidthTeaserContent a.link-c2a:hover,
body.stuttgart-west .fullwidthTeaserContent a.link-button:hover,
body.stuttgart-west .fullwidthTeaserContent button.link-c2a:hover {
  background-color: white;
  color: #007db3;
}
body.stuttgart-west .background-white .fullwidthTeaserContent a.link-c2a,
body.stuttgart-west .background-white .fullwidthTeaserContent a.link-button,
body.stuttgart-west .background-white .fullwidthTeaserContent button.link-c2a {
  color: #007db3;
  border: 3px solid #007db3;
}
body.stuttgart-west .background-white .fullwidthTeaserContent a.link-c2a:hover,
body.stuttgart-west .background-white .fullwidthTeaserContent a.link-button:hover,
body.stuttgart-west .background-white .fullwidthTeaserContent button.link-c2a:hover {
  background-color: #007db3;
  color: white;
}
body.stuttgart-west footer a,
body.stuttgart-west footer .ce-bodytext a,
body.stuttgart-west footer .footerBottom p {
  font-weight: 400;
  color: #2e2a24;
}
body.stuttgart-west footer a:hover,
body.stuttgart-west footer .ce-bodytext a:hover {
  color: #007db3;
}
body.stuttgart-west .scrollTopContainer a {
  font-weight: 700;
}
body.stuttgart-west .contentTeaserWrap .contentTeaserItem a[href^="http"].link-button,
body.stuttgart-west .contentTeaserWrap .contentTeaserItem button[href^="http"].link-button {
  color: #007db3;
  border-color: #007db3;
}
body.stuttgart-west .contentTeaserWrap .contentTeaserItem a[href^="http"].link-button:hover,
body.stuttgart-west .contentTeaserWrap .contentTeaserItem button[href^="http"].link-button:hover {
  color: #ffffff;
  background-color: #007db3;
}
body.stuttgart-west .contentTeaserWrap .contentTeaserItem a[href^="http"].link-arrow,
body.stuttgart-west .contentTeaserWrap .contentTeaserItem button[href^="http"].link-arrow {
  color: #007db3;
}
body.stuttgart-west .contentTeaserWrap .contentTeaserItem h4 a {
  color: #007db3;
  text-decoration: none;
}
body.stuttgart-west .contentTeaserWrap .contentTeaserItem h4 a:hover {
  text-decoration: underline;
}
body.stuttgart-west .contentTeaserWrap .contentTeaserItem h4 a:after {
  content: '';
}
body.stuttgart-west .background-1 .link-button,
body.stuttgart-west .background-2 .link-button,
body.stuttgart-west .background-3 .link-button,
body.stuttgart-west .background-4 .link-button,
body.stuttgart-west .background-5 .link-button,
body.stuttgart-west .background-6 .link-button {
  color: #007db3;
  border-color: #007db3;
}
body.stuttgart-west .background-1 .link-button:hover,
body.stuttgart-west .background-2 .link-button:hover,
body.stuttgart-west .background-3 .link-button:hover,
body.stuttgart-west .background-4 .link-button:hover,
body.stuttgart-west .background-5 .link-button:hover,
body.stuttgart-west .background-6 .link-button:hover {
  color: #ffffff;
  background-color: #007db3;
}
body.stuttgart-west a.link-arrow,
body.stuttgart-west a {
  color: #007db3;
  font-weight: 700;
}
body.stuttgart-west a.link-arrow:hover,
body.stuttgart-west a:hover {
  text-decoration: underline;
  color: #00716a;
}
body.stuttgart-west .maskToogleWrap.kssUploads .panel-group .panel-default > .panel-heading a:hover {
  text-decoration: underline;
  color: #00716a;
}
body.stuttgart-west .topMenu a {
  color: #333333;
  font-weight: 300;
}
body.stuttgart-west .topMenu a:hover {
  color: #00716a;
}
body.stuttgart-west .desktopMenu li a {
  color: #007db3;
}
body.stuttgart-west .desktopMenu li a:hover {
  color: #00716a;
}
body.stuttgart-west .desktopMenu .dl-menu .dl-subTrigger:hover {
  background-color: #00716a;
}
body.stuttgart-west .desktopMenu li a {
  color: #007db3;
}
body.stuttgart-west .item-properties h2 {
  color: #00716a;
}
body.stuttgart-west h1 a,
body.stuttgart-west h2 a,
body.stuttgart-west h3 a,
body.stuttgart-west h4 a {
  color: #007db3;
}
body.stuttgart-west .background-2 h1,
body.stuttgart-west .background-3 h1,
body.stuttgart-west .background-4 h1,
body.stuttgart-west .background-5 h1,
body.stuttgart-west .background-6 h1,
body.stuttgart-west .background-2 h2,
body.stuttgart-west .background-3 h2,
body.stuttgart-west .background-4 h2,
body.stuttgart-west .background-5 h2,
body.stuttgart-west .background-6 h2,
body.stuttgart-west .background-2 h3,
body.stuttgart-west .background-3 h3,
body.stuttgart-west .background-4 h3,
body.stuttgart-west .background-5 h3,
body.stuttgart-west .background-6 h3,
body.stuttgart-west .background-2 h4,
body.stuttgart-west .background-3 h4,
body.stuttgart-west .background-4 h4,
body.stuttgart-west .background-5 h4,
body.stuttgart-west .background-6 h4 {
  color: #ffffff;
}
body.stuttgart-west .mm-panel .mm-next:hover {
  background-color: #007db3;
}
body.stuttgart-west .mm-menu .mm-listview > li > a:hover,
body.stuttgart-west .mm-menu .mm-listview > li > span:hover,
body.stuttgart-west .mm-panel.mm-hasnavbar .mm-navbar a:hover,
body.stuttgart-west .mm-panel .mm-navbar:hover .mm-prev::before {
  color: #007db3;
}
body.stuttgart-west .frame-type-table h5 {
  padding-bottom: 5px;
}
body.stuttgart-west .frame-type-table h5::after {
  content: none;
}
body.stuttgart-west .frame-type-table.frame-layout-1 table {
  padding-bottom: 30px;
}
body.stuttgart-west .frame-type-table.frame-layout-1 table.stacktable.large-only tr:last-child td {
  border-bottom: none;
}
body.stuttgart-west .frame-type-table.frame-layout-1 table.stacktable.large-only td {
  border-top: none;
  padding: 2px 10px;
}
body.stuttgart-west .frame-type-table.frame-layout-1 table.stacktable.large-only td:first-child {
  font-weight: normal;
}
body.stuttgart-west .frame-type-table.frame-layout-1 table.ce-table th,
body.stuttgart-west .frame-type-table.frame-layout-1 table .ce-table td {
  border-top: none;
}
body.stuttgart-west .frame-type-table.frame-layout-1 table.stacktable.large-only tr td:first-of-type {
  padding-left: 0;
}
body.stuttgart-west .languageMenuWrap .icon-Sprache {
  display: none;
}
@media (max-width: 991px) {
  body.stuttgart-west header nav {
    height: 110px;
  }
  body.stuttgart-west div .logo img {
    width: 240px;
  }
}
body.stuttgart-west .contentTeaserWithoutImage .background-orange,
body.stuttgart-west .newsletterWrap.background-yellow {
  background-color: #007db3;
}
body.stuttgart-west .contentTeaserWithoutImage .background-orange a.link-c2a,
body.stuttgart-west .newsletterWrap.background-yellow a.link-c2a,
body.stuttgart-west .contentTeaserWithoutImage .background-orange button.link-c2a,
body.stuttgart-west .newsletterWrap.background-yellow button.link-c2a,
body.stuttgart-west .contentTeaserWithoutImage .background-orange a.link-button,
body.stuttgart-west .newsletterWrap.background-yellow a.link-button,
body.stuttgart-west .contentTeaserWithoutImage .background-orange button.link-button,
body.stuttgart-west .newsletterWrap.background-yellow button.link-button {
  color: #007db3;
  background-color: #ffffff;
  border: none;
}
body.stuttgart-west .contentTeaserWithoutImage .background-orange a.link-c2a:hover,
body.stuttgart-west .newsletterWrap.background-yellow a.link-c2a:hover,
body.stuttgart-west .contentTeaserWithoutImage .background-orange button.link-c2a:hover,
body.stuttgart-west .newsletterWrap.background-yellow button.link-c2a:hover,
body.stuttgart-west .contentTeaserWithoutImage .background-orange a.link-button:hover,
body.stuttgart-west .newsletterWrap.background-yellow a.link-button:hover,
body.stuttgart-west .contentTeaserWithoutImage .background-orange button.link-button:hover,
body.stuttgart-west .newsletterWrap.background-yellow button.link-button:hover {
  background-color: #00716a;
  color: #ffffff;
}
body.stuttgart-west .socialMediaSharingWrap li.share.mail .icon,
body.stuttgart-west .socialMediaSharingWrap li.share.mail a {
  color: #00716a;
}
body.stuttgart-west h5:after {
  background-color: #007db3;
}
body.stuttgart-west .background-8 h1,
body.stuttgart-west .background-orange h1,
body.stuttgart-west .background-yellow h1,
body.stuttgart-west .background-8 h2,
body.stuttgart-west .background-orange h2,
body.stuttgart-west .background-yellow h2,
body.stuttgart-west .background-8 h3,
body.stuttgart-west .background-orange h3,
body.stuttgart-west .background-yellow h3,
body.stuttgart-west .background-8 h4,
body.stuttgart-west .background-orange h4,
body.stuttgart-west .background-yellow h4,
body.stuttgart-west .background-8 h5,
body.stuttgart-west .background-orange h5,
body.stuttgart-west .background-yellow h5 {
  color: #ffffff;
}
body.stuttgart-west .background-8 h1:after,
body.stuttgart-west .background-orange h1:after,
body.stuttgart-west .background-yellow h1:after,
body.stuttgart-west .background-8 h2:after,
body.stuttgart-west .background-orange h2:after,
body.stuttgart-west .background-yellow h2:after,
body.stuttgart-west .background-8 h3:after,
body.stuttgart-west .background-orange h3:after,
body.stuttgart-west .background-yellow h3:after,
body.stuttgart-west .background-8 h4:after,
body.stuttgart-west .background-orange h4:after,
body.stuttgart-west .background-yellow h4:after,
body.stuttgart-west .background-8 h5:after,
body.stuttgart-west .background-orange h5:after,
body.stuttgart-west .background-yellow h5:after {
  background-color: #ffffff;
}
body.stuttgart-west .desktopMenu nav {
  background-color: #007db3;
}
@media (max-width: 767px) {
  body.stuttgart-west header nav {
    height: 74px;
  }
  body.stuttgart-west div .logo img {
    width: 170px;
  }
}
body.stuttgart-west .tx-indexedsearch-redMarkup {
  color: #00716a;
}
body.stuttgart-west .nav .sb-icon-search::before {
  color: #007db3;
}
body.stuttgart-west .load-more.link-c2a {
  background-color: #007db3;
  border: 3px solid #007db3;
}
body.stuttgart-west .load-more.link-c2a:hover {
  background-color: white;
  color: #007db3;
}
body.spirituelles-zentrum h1 a,
body.spirituelles-zentrum h2 a,
body.spirituelles-zentrum h3 a,
body.spirituelles-zentrum h4 a,
body.spirituelles-zentrum h5 a {
  color: #d4b8a0;
}
body.spirituelles-zentrum .fullwidthTeaserWrap .fullwidthTeaserContent .link-button {
  color: #2e2a24;
  border: solid #2e2a24;
}
body.spirituelles-zentrum .fullwidthTeaserWrap .fullwidthTeaserContent a.link-button:hover {
  background-color: white;
  border: white;
  color: #d4b8a0;
}
body.spirituelles-zentrum .background-1,
body.spirituelles-zentrum .background-sand {
  background: #f5f2ea;
}
body.spirituelles-zentrum .item-properties--description a {
  color: #9c6a43;
  transition-duration: 0s;
  transition-delay: 0s;
}
body.spirituelles-zentrum .item-properties--description a:after {
  color: #d4b8a0;
  transition-duration: 0s;
  transition-delay: 0s;
}
body.spirituelles-zentrum .item-properties--description a:hover,
body.spirituelles-zentrum .item-properties--description a:hover::after {
  color: #2e2a24;
  transition-duration: 0s;
  transition-delay: 0s;
}
body.spirituelles-zentrum .desktopMenu li a {
  color: #766d67;
}
body.spirituelles-zentrum h5:after {
  background: #2e2a24;
}
body.spirituelles-zentrum h1,
body.spirituelles-zentrum h4,
body.spirituelles-zentrum h6,
body.spirituelles-zentrum .h1,
body.spirituelles-zentrum .h4,
body.spirituelles-zentrum .h6 {
  color: #9c6a43;
}
body.spirituelles-zentrum h2,
body.spirituelles-zentrum h3,
body.spirituelles-zentrum h5,
body.spirituelles-zentrum .h2,
body.spirituelles-zentrum .h3,
body.spirituelles-zentrum .h5 {
  color: #2e2a24;
}
body.spirituelles-zentrum .stageContent h1,
body.spirituelles-zentrum .stageContent .h1 {
  color: #4a4a4a;
}
body.spirituelles-zentrum .link-button {
  color: #2e2a24;
  border: solid #2e2a24;
}
body.spirituelles-zentrum button.link-c2a:not(.powermail_submit) {
  background-color: #d4b8a0;
}
body.spirituelles-zentrum a.link-button:hover,
body.spirituelles-zentrum button.link-button:hover {
  background-color: #d4b8a0;
  color: white;
  border-color: #d4b8a0;
}
body.spirituelles-zentrum .nav .sb-icon-search {
  color: #2e2a24;
}
body.spirituelles-zentrum header .topMenu .languageMenuWrap .icon {
  display: none;
}
body.spirituelles-zentrum a.link-arrow:hover,
body.spirituelles-zentrum button.link-arrow:hover {
  color: #2e2a24;
}
body.spirituelles-zentrum .newsletterWrap {
  background-color: #d4b8a0;
}
body.spirituelles-zentrum .item-tags span {
  pointer-events: none;
}
body.spirituelles-zentrum .item-properties .date {
  color: #9c6a43;
}
body.spirituelles-zentrum .dl-menuwrapper .dl-menu li a:hover,
body.spirituelles-zentrum .dl-menuwrapper .dl-menu li a:active {
  color: #dcbfa6;
}
body.spirituelles-zentrum .dl-menu .dl-subTrigger:hover,
body.spirituelles-zentrum .dl-menu .dl-subTrigger:active {
  background-color: #d4b8a0;
}
body.spirituelles-zentrum .footerMenu a[href^="http"]::after {
  content: none;
}
body.spirituelles-zentrum .fullwidthTeaserItem.background-18 h1,
body.spirituelles-zentrum .stageContent.background-18 h1,
body.spirituelles-zentrum .fullwidthTeaserItem.background-chromewhite h1,
body.spirituelles-zentrum .stageContent.background-chromewhite h1,
body.spirituelles-zentrum .fullwidthTeaserItem.background-19 h1,
body.spirituelles-zentrum .stageContent.background-19 h1,
body.spirituelles-zentrum .fullwidthTeaserItem.background-cashmere h1,
body.spirituelles-zentrum .stageContent.background-cashmere h1,
body.spirituelles-zentrum .fullwidthTeaserItem.background-20 h1,
body.spirituelles-zentrum .stageContent.background-20 h1,
body.spirituelles-zentrum .fullwidthTeaserItem.background-fadedpink h1,
body.spirituelles-zentrum .stageContent.background-fadedpink h1,
body.spirituelles-zentrum .fullwidthTeaserItem.background-18 h2,
body.spirituelles-zentrum .stageContent.background-18 h2,
body.spirituelles-zentrum .fullwidthTeaserItem.background-chromewhite h2,
body.spirituelles-zentrum .stageContent.background-chromewhite h2,
body.spirituelles-zentrum .fullwidthTeaserItem.background-19 h2,
body.spirituelles-zentrum .stageContent.background-19 h2,
body.spirituelles-zentrum .fullwidthTeaserItem.background-cashmere h2,
body.spirituelles-zentrum .stageContent.background-cashmere h2,
body.spirituelles-zentrum .fullwidthTeaserItem.background-20 h2,
body.spirituelles-zentrum .stageContent.background-20 h2,
body.spirituelles-zentrum .fullwidthTeaserItem.background-fadedpink h2,
body.spirituelles-zentrum .stageContent.background-fadedpink h2,
body.spirituelles-zentrum .fullwidthTeaserItem.background-18 h3,
body.spirituelles-zentrum .stageContent.background-18 h3,
body.spirituelles-zentrum .fullwidthTeaserItem.background-chromewhite h3,
body.spirituelles-zentrum .stageContent.background-chromewhite h3,
body.spirituelles-zentrum .fullwidthTeaserItem.background-19 h3,
body.spirituelles-zentrum .stageContent.background-19 h3,
body.spirituelles-zentrum .fullwidthTeaserItem.background-cashmere h3,
body.spirituelles-zentrum .stageContent.background-cashmere h3,
body.spirituelles-zentrum .fullwidthTeaserItem.background-20 h3,
body.spirituelles-zentrum .stageContent.background-20 h3,
body.spirituelles-zentrum .fullwidthTeaserItem.background-fadedpink h3,
body.spirituelles-zentrum .stageContent.background-fadedpink h3,
body.spirituelles-zentrum .fullwidthTeaserItem.background-18 h4,
body.spirituelles-zentrum .stageContent.background-18 h4,
body.spirituelles-zentrum .fullwidthTeaserItem.background-chromewhite h4,
body.spirituelles-zentrum .stageContent.background-chromewhite h4,
body.spirituelles-zentrum .fullwidthTeaserItem.background-19 h4,
body.spirituelles-zentrum .stageContent.background-19 h4,
body.spirituelles-zentrum .fullwidthTeaserItem.background-cashmere h4,
body.spirituelles-zentrum .stageContent.background-cashmere h4,
body.spirituelles-zentrum .fullwidthTeaserItem.background-20 h4,
body.spirituelles-zentrum .stageContent.background-20 h4,
body.spirituelles-zentrum .fullwidthTeaserItem.background-fadedpink h4,
body.spirituelles-zentrum .stageContent.background-fadedpink h4,
body.spirituelles-zentrum .fullwidthTeaserItem.background-18 h5,
body.spirituelles-zentrum .stageContent.background-18 h5,
body.spirituelles-zentrum .fullwidthTeaserItem.background-chromewhite h5,
body.spirituelles-zentrum .stageContent.background-chromewhite h5,
body.spirituelles-zentrum .fullwidthTeaserItem.background-19 h5,
body.spirituelles-zentrum .stageContent.background-19 h5,
body.spirituelles-zentrum .fullwidthTeaserItem.background-cashmere h5,
body.spirituelles-zentrum .stageContent.background-cashmere h5,
body.spirituelles-zentrum .fullwidthTeaserItem.background-20 h5,
body.spirituelles-zentrum .stageContent.background-20 h5,
body.spirituelles-zentrum .fullwidthTeaserItem.background-fadedpink h5,
body.spirituelles-zentrum .stageContent.background-fadedpink h5,
body.spirituelles-zentrum .fullwidthTeaserItem.background-18 p,
body.spirituelles-zentrum .stageContent.background-18 p,
body.spirituelles-zentrum .fullwidthTeaserItem.background-chromewhite p,
body.spirituelles-zentrum .stageContent.background-chromewhite p,
body.spirituelles-zentrum .fullwidthTeaserItem.background-19 p,
body.spirituelles-zentrum .stageContent.background-19 p,
body.spirituelles-zentrum .fullwidthTeaserItem.background-cashmere p,
body.spirituelles-zentrum .stageContent.background-cashmere p,
body.spirituelles-zentrum .fullwidthTeaserItem.background-20 p,
body.spirituelles-zentrum .stageContent.background-20 p,
body.spirituelles-zentrum .fullwidthTeaserItem.background-fadedpink p,
body.spirituelles-zentrum .stageContent.background-fadedpink p {
  color: black;
}
body.spirituelles-zentrum .fullwidthTeaserItem.background-18 h5:after,
body.spirituelles-zentrum .stageContent.background-18 h5:after,
body.spirituelles-zentrum .fullwidthTeaserItem.background-chromewhite h5:after,
body.spirituelles-zentrum .stageContent.background-chromewhite h5:after,
body.spirituelles-zentrum .fullwidthTeaserItem.background-19 h5:after,
body.spirituelles-zentrum .stageContent.background-19 h5:after,
body.spirituelles-zentrum .fullwidthTeaserItem.background-cashmere h5:after,
body.spirituelles-zentrum .stageContent.background-cashmere h5:after,
body.spirituelles-zentrum .fullwidthTeaserItem.background-20 h5:after,
body.spirituelles-zentrum .stageContent.background-20 h5:after,
body.spirituelles-zentrum .fullwidthTeaserItem.background-fadedpink h5:after,
body.spirituelles-zentrum .stageContent.background-fadedpink h5:after {
  background: black;
}
body.spirituelles-zentrum .fullwidthTeaserItem.background-18 a.link-button,
body.spirituelles-zentrum .fullwidthTeaserItem.background-chromewhite a.link-button,
body.spirituelles-zentrum .fullwidthTeaserItem.background-19 a.link-button,
body.spirituelles-zentrum .fullwidthTeaserItem.background-cashmere a.link-button,
body.spirituelles-zentrum .fullwidthTeaserItem.background-20 a.link-button,
body.spirituelles-zentrum .fullwidthTeaserItem.background-fadedpink a.link-button,
body.spirituelles-zentrum .fullwidthTeaserItem.background-18 button.link-button,
body.spirituelles-zentrum .fullwidthTeaserItem.background-chromewhite button.link-button,
body.spirituelles-zentrum .fullwidthTeaserItem.background-19 button.link-button,
body.spirituelles-zentrum .fullwidthTeaserItem.background-cashmere button.link-button,
body.spirituelles-zentrum .fullwidthTeaserItem.background-20 button.link-button,
body.spirituelles-zentrum .fullwidthTeaserItem.background-fadedpink button.link-button {
  color: black;
  border-color: black;
}
body.spirituelles-zentrum .fullwidthTeaserItem.background-18 a.link-button:hover,
body.spirituelles-zentrum .fullwidthTeaserItem.background-chromewhite a.link-button:hover,
body.spirituelles-zentrum .fullwidthTeaserItem.background-19 a.link-button:hover,
body.spirituelles-zentrum .fullwidthTeaserItem.background-cashmere a.link-button:hover,
body.spirituelles-zentrum .fullwidthTeaserItem.background-20 a.link-button:hover,
body.spirituelles-zentrum .fullwidthTeaserItem.background-fadedpink a.link-button:hover,
body.spirituelles-zentrum .fullwidthTeaserItem.background-18 button.link-button:hover,
body.spirituelles-zentrum .fullwidthTeaserItem.background-chromewhite button.link-button:hover,
body.spirituelles-zentrum .fullwidthTeaserItem.background-19 button.link-button:hover,
body.spirituelles-zentrum .fullwidthTeaserItem.background-cashmere button.link-button:hover,
body.spirituelles-zentrum .fullwidthTeaserItem.background-20 button.link-button:hover,
body.spirituelles-zentrum .fullwidthTeaserItem.background-fadedpink button.link-button:hover {
  color: black;
}
body.spirituelles-zentrum .stageContent.background-18 h1,
body.spirituelles-zentrum .stageContent.background-chromewhite h1,
body.spirituelles-zentrum .stageContent.background-19 h1,
body.spirituelles-zentrum .stageContent.background-cashmere h1,
body.spirituelles-zentrum .stageContent.background-18 h2,
body.spirituelles-zentrum .stageContent.background-chromewhite h2,
body.spirituelles-zentrum .stageContent.background-19 h2,
body.spirituelles-zentrum .stageContent.background-cashmere h2,
body.spirituelles-zentrum .stageContent.background-18 h3,
body.spirituelles-zentrum .stageContent.background-chromewhite h3,
body.spirituelles-zentrum .stageContent.background-19 h3,
body.spirituelles-zentrum .stageContent.background-cashmere h3,
body.spirituelles-zentrum .stageContent.background-18 h4,
body.spirituelles-zentrum .stageContent.background-chromewhite h4,
body.spirituelles-zentrum .stageContent.background-19 h4,
body.spirituelles-zentrum .stageContent.background-cashmere h4,
body.spirituelles-zentrum .stageContent.background-18 h5,
body.spirituelles-zentrum .stageContent.background-chromewhite h5,
body.spirituelles-zentrum .stageContent.background-19 h5,
body.spirituelles-zentrum .stageContent.background-cashmere h5,
body.spirituelles-zentrum .stageContent.background-18 p,
body.spirituelles-zentrum .stageContent.background-chromewhite p,
body.spirituelles-zentrum .stageContent.background-19 p,
body.spirituelles-zentrum .stageContent.background-cashmere p {
  color: #2e2a24;
}
body.spirituelles-zentrum .stageContent.background-18 h5:after,
body.spirituelles-zentrum .stageContent.background-chromewhite h5:after,
body.spirituelles-zentrum .stageContent.background-19 h5:after,
body.spirituelles-zentrum .stageContent.background-cashmere h5:after {
  background: #2e2a24;
}
body.spirituelles-zentrum .stageContent.background-20 h1,
body.spirituelles-zentrum .stageContent.background-fadedpink h1,
body.spirituelles-zentrum .stageContent.background-20 h2,
body.spirituelles-zentrum .stageContent.background-fadedpink h2,
body.spirituelles-zentrum .stageContent.background-20 h3,
body.spirituelles-zentrum .stageContent.background-fadedpink h3,
body.spirituelles-zentrum .stageContent.background-20 h4,
body.spirituelles-zentrum .stageContent.background-fadedpink h4,
body.spirituelles-zentrum .stageContent.background-20 h5,
body.spirituelles-zentrum .stageContent.background-fadedpink h5,
body.spirituelles-zentrum .stageContent.background-20 p,
body.spirituelles-zentrum .stageContent.background-fadedpink p {
  color: white;
}
body.spirituelles-zentrum .stageContent.background-20 h5:after,
body.spirituelles-zentrum .stageContent.background-fadedpink h5:after {
  background: white;
}
@media (max-width: 767px) {
  body.spirituelles-zentrum div .logo img {
    width: 130px;
  }
}
body.sozialstation {
  font-size: 19px;
}
body.sozialstation .background-1,
body.sozialstation background-sand {
  background-color: #F5F1F1;
}
body.sozialstation footer .footerBottom {
  background-color: #F5F1F1;
}
body.sozialstation .maskSimpleStageWrap svg polygon {
  fill: #F5F1F1;
}
@media (min-width: 992px) {
  body.sozialstation .maskSimpleStageWrap .stageItem.stageItemWithImage {
    background-color: #F5F1F1;
  }
}
body.sozialstation .additionalLogo {
  display: inline;
}
body.sozialstation .additionalLogo img {
  float: right;
  position: relative;
  height: 66px;
  margin-left: -60px;
  margin-top: -16px;
}
body.sozialstation h1 a,
body.sozialstation h2 a,
body.sozialstation h3 a,
body.sozialstation h4 a,
body.sozialstation h5 a {
  color: black;
}
body.sozialstation .link-button {
  color: white;
  border: 3px solid #cd1d1c;
  background-color: #cd1d1c;
}
body.sozialstation .link-button:hover {
  background-color: white;
  color: #cd1d1c;
  transition: all .3s;
}
body.sozialstation .desktopMenu li a {
  color: #cd1d1c;
  font-size: 17px;
}
body.sozialstation h5:after {
  background: #cd1d1c;
}
body.sozialstation h1,
body.sozialstation h4,
body.sozialstation h6,
body.sozialstation .h1,
body.sozialstation .h4,
body.sozialstation .h6 {
  color: #cd1d1c;
}
body.sozialstation a.link-c2a {
  background-color: #cd1d1c;
  border: 3px solid #cd1d1c;
  transition: all .3s;
}
body.sozialstation a.link-c2a:hover {
  background-color: white;
  color: #cd1d1c;
  transition: all .3s;
}
body.sozialstation .h3 {
  color: #cd1d1c;
}
body.sozialstation header .topMenu .menuWrap > a {
  color: #333333;
}
body.sozialstation .nav .sb-icon-search {
  color: black;
}
body.sozialstation header .topMenu .languageMenuWrap .icon {
  display: none;
  color: lightgray;
}
body.sozialstation a.link-arrow:hover,
body.sozialstation button.link-arrow:hover {
  color: black;
}
body.sozialstation .newsletterWrap {
  background-color: #cd1d1c;
}
body.sozialstation .newsletterWrap.background-yellow h1,
body.sozialstation .newsletterWrap.background-6 h1,
body.sozialstation .newsletterWrap.background-yellow h2,
body.sozialstation .newsletterWrap.background-6 h2,
body.sozialstation .newsletterWrap.background-yellow h3,
body.sozialstation .newsletterWrap.background-6 h3,
body.sozialstation .newsletterWrap.background-yellow h4,
body.sozialstation .newsletterWrap.background-6 h4,
body.sozialstation .newsletterWrap.background-yellow h5,
body.sozialstation .newsletterWrap.background-6 h5,
body.sozialstation .newsletterWrap.background-yellow p,
body.sozialstation .newsletterWrap.background-6 p {
  color: white;
}
body.sozialstation .newsletterWrap > .container {
  min-height: 200px;
}
body.sozialstation .footerMenu img {
  max-height: 80px;
}
body.sozialstation .footerMenu a[href^="http"]::after {
  content: none;
}
body.sozialstation header nav .logo img {
  width: 300px;
}
body.sozialstation a[href*="cookiefirst"] {
  display: inline-block;
}
body.sozialstation #cookiefirst-policy-page button {
  padding: 1rem;
  margin-right: 1rem;
}
@media (max-width: 1199px) {
  body.sozialstation header nav .logo img {
    width: 240px;
  }
}
@media (max-width: 767px) {
  body.sozialstation header nav .logo img {
    width: 160px;
  }
}
body.sozialstation #listOfJobs .location-district {
  display: none;
}
body.sozialstation .jobfilter .job-filterlist-location {
  display: none;
}
body.sozialstation .sozialstation-form .textarea {
  height: 240px;
  resize: none;
}
body.sozialstation .sozialstation-form legend {
  display: none;
}
body.sozialstation .sozialstation-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  padding: 10px 30px;
  margin: 15px 0;
  border-radius: 40px;
  line-height: 18px;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: white;
  border: 3px solid #cd1d1c;
  background-color: #cd1d1c;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 400ms ease;
  -webkit-transform: translateZ(0px);
}
body.sozialstation .sozialstation-form button:hover {
  color: #cd1d1c;
  background-color: white;
}
@media (min-width: 768px) {
  body.sozialstation .sozialstation-form fieldset {
    display: flex;
    gap: 1.5rem;
    width: 100%;
  }
  body.sozialstation .sozialstation-form .form-group {
    width: 50%;
  }
  body.sozialstation .sozialstation-form .textarea {
    width: 100%;
    resize: none;
  }
  body.sozialstation .sozialstation-form .form-group:has(.textarea) {
    width: 100%;
  }
  body.sozialstation .sozialstation-form fieldset:has(.form-group) {
    width: 100%;
  }
  body.sozialstation .sozialstation-form .form-group:has(.form-check-label) {
    width: 100%;
  }
}
body.hospiz-st-martin header nav .logo img {
  width: 250px;
}
body.hospiz-st-martin h1 a,
body.hospiz-st-martin h2 a,
body.hospiz-st-martin h3 a,
body.hospiz-st-martin h4 a,
body.hospiz-st-martin h5 a {
  color: #c44104;
}
body.hospiz-st-martin h2 {
  color: #c44104;
}
body.hospiz-st-martin h3 {
  color: #c44104;
}
body.hospiz-st-martin .ce-bodytext a.link-button,
body.hospiz-st-martin .link-button {
  color: white;
  background-color: #c44104;
  border: 3px solid #c44104;
}
body.hospiz-st-martin a {
  color: #c44104;
}
body.hospiz-st-martin a:hover {
  color: #c44104;
}
body.hospiz-st-martin .link-button:hover,
body.hospiz-st-martin .ce-bodytext a.link-button:hover {
  background-color: white;
  border: 3px solid #c44104;
  color: #c44104;
}
body.hospiz-st-martin .nav .sb-search.sb-search-open .sb-icon-search,
body.hospiz-st-martin .nav .no-js .sb-search .sb-icon-search {
  color: #c44104;
}
body.hospiz-st-martin .desktopMenu li a {
  color: #c44104;
  letter-spacing: 0px;
  font-size: 17px;
  text-transform: uppercase;
}
body.hospiz-st-martin .ce-bodytext a {
  color: #c44104;
}
body.hospiz-st-martin .tx-jobs .jobs-alljobs h5.job-filterlist-category:after {
  color: #f18932;
}
body.hospiz-st-martin .tx-jobs .jobs-show a {
  color: #c44104;
}
body.hospiz-st-martin .tx-jobs .jobs-show a.link-c2a {
  color: white;
}
body.hospiz-st-martin .tx-jobs .jobs-show a.link-c2a:hover {
  color: #c44104;
}
body.hospiz-st-martin .tx-jobs .jobs-alljobs h4.jobfilter-headline {
  background-color: #f18932;
  color: #2e2a24;
}
body.hospiz-st-martin .tx-church-event-manager_searchbox form.ajax-form button[type="submit"] {
  background-color: #f18932;
  border: 3px solid #f18932;
  padding: 12px 20px;
}
body.hospiz-st-martin .tx-church-event-manager_searchbox form.ajax-form button[type="submit"]:hover {
  background-color: white;
  color: #f18932;
}
body.hospiz-st-martin .tx-church-event-manager_searchbox form.ajax-form button[type="reset"] {
  background-color: white;
  border: 3px solid #f18932;
  padding: 12px 20px;
  color: #f18932;
}
body.hospiz-st-martin .tx-church-event-manager_searchbox form.ajax-form button[type="reset"]:hover {
  background-color: #f18932;
  color: white;
}
body.hospiz-st-martin .select2-results__option.select2-results__option--highlighted[aria-selected] {
  background-color: #f18932 !important;
  color: #2e2a24 !important;
}
body.hospiz-st-martin .select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #742914 !important;
  color: white !important;
}
body.hospiz-st-martin .pagination > li:not(.disabled) a {
  padding: 5px 3px 0px 5px;
  border: 2px solid transparent;
}
body.hospiz-st-martin .pagination > li:not(.disabled) a:hover {
  border: 2px solid #f18932;
}
body.hospiz-st-martin .pagination > li.next a,
body.hospiz-st-martin .pagination .pagination > li.previous a {
  border: 3px solid #f18932;
  background-color: white;
  color: #f18932;
  padding: 12px 50px 10px 30px;
}
body.hospiz-st-martin .pagination > li.next a:hover,
body.hospiz-st-martin .pagination .pagination > li.previous a:hover {
  border: 3px solid #f18932;
  background-color: #f18932;
  color: white;
}
body.hospiz-st-martin .pagination > li.last a {
  color: #f18932;
}
body.hospiz-st-martin .pagination > li.previous a {
  padding: 12px 30px 8px 50px;
}
body.hospiz-st-martin .pagination > li:not(.disabled) > a:hover {
  border-color: #f18932;
}
body.hospiz-st-martin .pagination > li:not(.disabled) > a:hover {
  border-color: #f18932;
}
body.hospiz-st-martin .pagination > .active > a {
  border-color: #f18932;
  background-color: #f18932;
  color: white;
}
@media (max-width: 1540px) {
  body.hospiz-st-martin .desktopMenu li a {
    min-height: 83px;
  }
  body.hospiz-st-martin .desktopMenu li a.level-2,
  body.hospiz-st-martin .desktopMenu li.dl-back a {
    min-height: initial;
  }
  body.hospiz-st-martin .nav .sb-search,
  body.hospiz-st-martin .nav .sb-icon-search {
    height: 83px;
  }
  body.hospiz-st-martin .nav .sb-search-submit {
    height: 56px;
  }
  body.hospiz-st-martin .nav input[type="search"].sb-search-input {
    border-bottom: 1px solid #ebe8e0;
  }
}
body.hospiz-st-martin h5:after,
body.hospiz-st-martin h1:after {
  background: #f18932;
}
body.hospiz-st-martin h1,
body.hospiz-st-martin h4,
body.hospiz-st-martin h6,
body.hospiz-st-martin .h1,
body.hospiz-st-martin .h4,
body.hospiz-st-martin .h6 {
  color: #c44104;
}
body.hospiz-st-martin .background-5 h1,
body.hospiz-st-martin .background-5 h4,
body.hospiz-st-martin .background-5 h6,
body.hospiz-st-martin .background-5 .h1,
body.hospiz-st-martin .background-5 .h4,
body.hospiz-st-martin .background-5 .h6,
body.hospiz-st-martin .background-5 p {
  color: white;
}
body.hospiz-st-martin a.link-c2a {
  border: 3px solid #c44104;
  background-color: #c44104;
  color: white;
}
body.hospiz-st-martin a.link-c2a:hover {
  background-color: white;
  color: #c44104;
  transition: all .3s;
}
body.hospiz-st-martin .dl-menuwrapper .dl-menu li a:hover,
body.hospiz-st-martin .dl-menuwrapper .dl-menu li a:active {
  color: #c44104;
}
body.hospiz-st-martin .background-hospizorange a.link-c2a {
  border: 3px solid white;
  background-color: #c44104;
}
body.hospiz-st-martin .background-hospizorange a.link-c2a:hover {
  background-color: white;
  color: #c44104;
}
body.hospiz-st-martin .h3 {
  color: #c44104;
}
body.hospiz-st-martin header .topMenu .menuWrap > a {
  color: #333333;
}
body.hospiz-st-martin .nav .sb-icon-search {
  color: black;
}
body.hospiz-st-martin header .topMenu .languageMenuWrap .icon {
  display: none;
  color: #333333;
}
body.hospiz-st-martin a.link-arrow:hover,
body.hospiz-st-martin button.link-arrow:hover {
  color: black;
}
body.hospiz-st-martin .newsletterWrap {
  background-color: #f18932;
}
body.hospiz-st-martin .newsletterWrap.background-yellow h1,
body.hospiz-st-martin .newsletterWrap.background-6 h1,
body.hospiz-st-martin .newsletterWrap.background-yellow h2,
body.hospiz-st-martin .newsletterWrap.background-6 h2,
body.hospiz-st-martin .newsletterWrap.background-yellow h3,
body.hospiz-st-martin .newsletterWrap.background-6 h3,
body.hospiz-st-martin .newsletterWrap.background-yellow h4,
body.hospiz-st-martin .newsletterWrap.background-6 h4,
body.hospiz-st-martin .newsletterWrap.background-yellow h5,
body.hospiz-st-martin .newsletterWrap.background-6 h5,
body.hospiz-st-martin .newsletterWrap.background-yellow p,
body.hospiz-st-martin .newsletterWrap.background-6 p {
  color: #2e2a24;
}
body.hospiz-st-martin .newsletterWrap > .container {
  min-height: 200px;
}
body.hospiz-st-martin .tx-indexedsearch-title a {
  color: #c44104;
}
body.hospiz-st-martin footer .footerMenu .container .row div:nth-child(2) .imageContainer {
  max-width: 220px;
}
body.hospiz-st-martin .contentTeaserWrap .contentTeaserItem a[href^="http"] {
  color: white;
}
body.hdkk h1 a,
body.hdkk h2 a,
body.hdkk h3 a,
body.hdkk h4 a,
body.hdkk h5 a {
  color: black;
}
body.hdkk .newsletterWrap .link-button {
  color: white;
  border: 3px solid white;
}
body.hdkk .newsletterWrap a.link-button:hover {
  background-color: white;
  border-color: white;
  color: #a6192e;
}
body.hdkk .contentTeaserItem .link-button {
  color: #a6192e;
}
body.hdkk .contentTeaserItem .link-button:hover {
  color: white;
}
body.hdkk .desktopMenu li a {
  color: #a6192e;
}
body.hdkk h1,
body.hdkk h2,
body.hdkk h3,
body.hdkk h4,
body.hdkk h6,
body.hdkk .h1,
body.hdkk .h2,
body.hdkk .h3,
body.hdkk .h4,
body.hdkk .h6 {
  color: #a6192e;
}
body.hdkk section header h1,
body.hdkk section header h2,
body.hdkk section header h3,
body.hdkk section header h4,
body.hdkk section header h6 {
  color: #a6192e;
}
body.hdkk a.link-c2a,
body.hdkk a[href^="http"].link-c2a {
  background-color: #a6192e;
  border: 3px solid #a6192e;
  color: white;
  min-height: 45px;
  height: 46px;
}
body.hdkk a.link-c2a:hover,
body.hdkk a[href^="http"].link-c2a:hover {
  background-color: white;
  color: #a6192e;
}
body.hdkk .nav .sb-icon-search {
  color: black;
}
body.hdkk header .topMenu .languageMenuWrap .icon {
  display: none;
  color: lightgray;
}
body.hdkk .newsletterWrap {
  background-color: #a6192e;
}
body.hdkk .newsletterWrap .text-large,
body.hdkk .newsletterWrap h3,
body.hdkk .newsletterWrap .h3 {
  color: white;
}
body.hdkk div.footerMenu .scw-gallery + .ce-bodytext {
  padding-top: 2px;
}
body.hdkk div[class="item-properties"] .label-recommendation {
  border: 2px solid #a6192e;
  background: #a6192e none repeat scroll 0% 0%;
}
body.hdkk .contentTeaserContent a[href^="http"].link-button:hover {
  color: white;
}
body.hdkk .footerMenu .row div:nth-of-type(4) a[href^="http"]::after {
  content: none;
}
body.hdkk .maskSimpleStageWrap .background-16 h1::after,
body.hdkk .maskSimpleStageWrap .background-chromewhite h1::after {
  background: #99182e none repeat scroll 0% 0%;
}
body.kitas header .topMenu a {
  color: #333333;
}
body.kitas .nav .sb-search.sb-search-open .sb-icon-search,
body.kitas .nav .no-js .sb-search .sb-icon-search,
body.kitas .nav .sb-search.sb-search-open .sb-search-submit:hover,
body.kitas .nav .no-js .sb-search .sb-search-submit:hover {
  color: #5c7406;
}
body.kitas h1 a,
body.kitas h2 a,
body.kitas h3 a,
body.kitas h4 a,
body.kitas h5 a {
  color: black;
}
body.kitas a,
body.kitas button {
  color: #5c7406;
}
body.kitas a:hover,
body.kitas button:hover {
  color: #5c7406;
}
body.kitas a.link-button,
body.kitas button.link-button {
  border-color: #5c7406;
}
body.kitas a.link-button:hover,
body.kitas button.link-button:hover {
  background-color: #5c7406;
  border-color: #5c7406;
  text-decoration: none;
  color: white;
}
body.kitas form .powermail_fieldwrap button.powermail_submit,
body.kitas .pagination > .active > a {
  border-color: #5c7406;
  background-color: #5c7406;
  color: white;
}
body.kitas form .powermail_fieldwrap button.powermail_submit:hover,
body.kitas .pagination > .active > a:hover {
  background-color: white;
  color: #5c7406;
}
body.kitas .pagination > li:not(.disabled) a {
  padding: 5px 3px 0px 5px;
  border: 2px solid transparent;
}
body.kitas .pagination > li:not(.disabled) a:hover {
  border: 2px solid #5c7406;
}
body.kitas .pagination > li.next a,
body.kitas .pagination > li.previous a {
  border: 3px solid #5c7406;
  background-color: white;
  color: #5c7406;
  padding: 12px 50px 10px 30px;
}
body.kitas .pagination > li.next a:hover,
body.kitas .pagination > li.previous a:hover {
  border: 3px solid #5c7406;
  background-color: #5c7406;
  color: white;
}
body.kitas .pagination > li.last a {
  color: #5c7406;
}
body.kitas .pagination > li.previous a {
  padding: 12px 30px 8px 50px;
}
body.kitas .pagination > li:not(.disabled) > a:hover {
  border-color: #5c7406;
}
body.kitas .lds-ring div {
  border-color: #5c7406 transparent transparent;
}
body.kitas .newsletterWrap .link-button {
  color: white;
  border: 3px solid white;
}
body.kitas .newsletterWrap a.link-button:hover {
  background-color: white;
  border-color: white;
  color: #5c7406;
}
body.kitas .contentTeaserItem .link-button {
  color: #5c7406;
}
body.kitas .contentTeaserItem .link-button:hover {
  color: white;
}
body.kitas .desktopMenu li a {
  color: #5c7406;
}
body.kitas h5:after {
  background: #5c7406;
}
body.kitas h1,
body.kitas h2,
body.kitas h3,
body.kitas h4,
body.kitas h6,
body.kitas .h1,
body.kitas .h2,
body.kitas .h3,
body.kitas .h4,
body.kitas .h6 {
  color: #5c7406;
}
body.kitas section header h1,
body.kitas section header h2,
body.kitas section header h3,
body.kitas section header h4,
body.kitas section header h6 {
  color: #5c7406;
}
body.kitas .maskSimpleStageWrap .stageContent.background-chromewhite h1::after {
  background-color: #5c7406;
}
body.kitas .tx-church-event-manager_searchbox form.js button[type="reset"].blend-in,
body.kitas .powermail_fieldset.js button[type="reset"].blend-in,
body.kitas .tx-church-event-manager_searchbox form.ajax-form button[type="submit"],
body.kitas a.link-c2a,
body.kitas a[href^="http"].link-c2a {
  background-color: #5c7406;
  border: 3px solid #5c7406;
  color: white;
  min-height: 45px;
  height: 46px;
}
body.kitas .tx-church-event-manager_searchbox form.js button[type="reset"].blend-in:hover,
body.kitas .powermail_fieldset.js button[type="reset"].blend-in:hover,
body.kitas .tx-church-event-manager_searchbox form.ajax-form button[type="submit"]:hover,
body.kitas a.link-c2a:hover,
body.kitas a[href^="http"].link-c2a:hover {
  background-color: white;
  color: #5c7406;
}
body.kitas .tx-church-event-manager_searchbox form.js button[type="reset"].blend-in,
body.kitas .powermail_fieldset.js button[type="reset"].blend-in,
body.kitas .tx-church-event-manager_searchbox form.ajax-form button[type="submit"] {
  height: inherit;
}
body.kitas .select2-results__group[aria-selected].select2-results__option--highlighted[aria-selected],
body.kitas .select2-container--default .select2-results__option.select2-results__option--highlighted[aria-selected] {
  background-color: #5c7406 !important;
}
body.kitas div.news-text-wrap a.link-button {
  padding-top: 12px;
}
body.kitas div.news-text-wrap a.link-button {
  padding-top: 12px;
}
body.kitas div.news-text-wrap a.link-c2a {
  height: inherit;
}
body.kitas .nav .sb-icon-search {
  color: black;
}
body.kitas header .topMenu .languageMenuWrap .icon {
  display: none;
  color: #333333;
}
body.kitas .newsletterWrap {
  background-color: #5c7406;
}
body.kitas .newsletterWrap .text-large,
body.kitas .newsletterWrap h3,
body.kitas .newsletterWrap .h3 {
  color: white;
}
body.kitas div.footerMenu .scw-gallery + .ce-bodytext {
  padding-top: 2px;
}
body.kitas div[class="item-properties"] .label-recommendation {
  border: 2px solid #5c7406;
  background: #5c7406 none repeat scroll 0% 0%;
}
body.kitas .contentTeaserContent a[href^="http"].link-button:hover {
  color: white;
}
body.kitas .footerMenu .row div:nth-of-type(4) a[href^="http"]::after {
  content: none;
}
body.kitas .dl-menuwrapper .dl-menu li a:hover,
body.kitas .dl-menuwrapper .dl-menu li a:active {
  color: #5c7406;
}
body.kitas .dl-menu .dl-subTrigger:hover {
  background: #5c7406;
}
body.kitas .maskSimpleStageWrap .background-16 h1::after,
body.kitas .maskSimpleStageWrap .background-chromewhite h1::after {
  background: #99182e none repeat scroll 0% 0%;
}
body.kitas .tx-jobs .job-filterlist-job-type {
  display: none;
}
body.kitas .tx-jobs .jobs-alljobs h4.jobfilter-headline {
  background-color: #5c7406;
}
body.kitas .tx-jobs .jobs-show .job-experience ul li::before,
body.kitas .tx-jobs .jobs-show .job-benefits ul li::before {
  color: #5c7406;
}
body.kitas .tx-church-event-manager_searchbox form.js-form button[type="submit"] {
  background-color: #5c7406;
  border: 3px solid #5c7406;
  color: white;
}
body.kitas .tx-church-event-manager_searchbox form.js-form button[type="submit"]:hover {
  background-color: white;
  color: #5c7406;
}
body.kitas #event-pagination button.next,
body.kitas #event-pagination button.previous {
  border: 3px solid #5c7406;
  color: #5c7406;
}
body.kitas #event-pagination button.next:hover,
body.kitas #event-pagination button.previous:hover {
  background-color: #5c7406;
  color: white;
}
@font-face {
  font-family: 'Founders Grotesk';
  src: url('/typo3conf/ext/origo/Resources/Public/Fonts/Webfont/StMaria/FoundersGroteskRundePunkte-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Founders Grotesk';
  src: url('/typo3conf/ext/origo/Resources/Public/Fonts/Webfont/StMaria/FoundersGroteskRundePunkte-Regular.woff') format('woff');
  font-weight: 700;
}
@font-face {
  font-family: 'Black Tie';
  src: url('/typo3conf/ext/origo/Resources/Public/Fonts/Webfont/StMaria/BlackTie-Regular-webfont.woff') format('woff');
  src: url('/typo3conf/ext/origo/Resources/Public/Fonts/Webfont/StMaria/BlackTie-Regular-webfont.woff2') format('woff2');
  src: url('/typo3conf/ext/origo/Resources/Public/Fonts/Webfont/StMaria/BlackTie-Regular-webfont.ttf') format('truetype');
  font-weight: 300;
}
body.stmaria {
  font-size: 20px;
  font-family: 'Founders Grotesk', Arial, sans-serif;
  color: #000000;
  background-color: #dbdbdb;
  background-color: white;
}
body.stmaria ul {
  list-style-type: square;
}
body.stmaria .ce-bodytext li {
  font-size: unset;
}
body.stmaria .text-large {
  font-family: 'Founders Grotesk', Arial, sans-serif;
}
body.stmaria .allWrap {
  background-color: #f1f1f1;
}
body.stmaria a,
body.stmaria button {
  color: #000000;
  font-weight: 700;
}
body.stmaria a.link-arrow,
body.stmaria button.link-arrow {
  color: #000000;
}
body.stmaria a.link-arrow:hover,
body.stmaria button.link-arrow:hover {
  color: #000000;
  text-decoration: underline;
}
body.stmaria .allWrap > header {
  box-shadow: 0 0 -1px 1px #f1f1f1;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
}
body.stmaria .pageWrap {
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
}
body.stmaria button.btn {
  color: white;
}
body.stmaria button.btnhover {
  color: #000000;
}
body.stmaria .desktopMenu a {
  font-weight: 600;
}
body.stmaria .dl-menu-overlay {
  background: rgba(80, 80, 80, 0.25) none repeat scroll 0% 0%;
}
body.stmaria .maskStageWrap .slick-prev::before {
  opacity: 1;
}
body.stmaria .maskStageWrap .stageImage svg {
  display: none;
}
body.stmaria .maskStageWrap .slick-arrow {
  background-color: #000000;
  border: 3px solid #000000;
  border-radius: 0;
}
body.stmaria .maskStageWrap .slick-arrow:hover {
  background-color: white;
}
body.stmaria .maskStageWrap .slick-arrow:hover:before {
  color: #000000;
}
body.stmaria .background-1,
body.stmaria .background-sand {
  background-color: #f1f1f1;
}
body.stmaria .background-31 h1,
body.stmaria .background-black h1,
body.stmaria .background-31 h2,
body.stmaria .background-black h2,
body.stmaria .background-31 h3,
body.stmaria .background-black h3,
body.stmaria .background-31 h4,
body.stmaria .background-black h4,
body.stmaria .background-31 h5,
body.stmaria .background-black h5,
body.stmaria .background-31 a.link-button,
body.stmaria .background-black a.link-button,
body.stmaria .background-31 a:hover,
body.stmaria .background-black a:hover,
body.stmaria .background-31 p,
body.stmaria .background-black p {
  color: white;
}
body.stmaria .background-31 h1:after,
body.stmaria .background-black h1:after,
body.stmaria .background-31 h2:after,
body.stmaria .background-black h2:after,
body.stmaria .background-31 h3:after,
body.stmaria .background-black h3:after,
body.stmaria .background-31 h4:after,
body.stmaria .background-black h4:after,
body.stmaria .background-31 h5:after,
body.stmaria .background-black h5:after,
body.stmaria .background-31 a.link-button:after,
body.stmaria .background-black a.link-button:after,
body.stmaria .background-31 a:hover:after,
body.stmaria .background-black a:hover:after,
body.stmaria .background-31 p:after,
body.stmaria .background-black p:after {
  background-color: white;
}
body.stmaria .background-31 h5:after,
body.stmaria .background-black h5:after {
  background: white none repeat scroll 0% 0%;
}
body.stmaria .background-31 button.link-button,
body.stmaria .background-black button.link-button,
body.stmaria .background-31 a.link-button,
body.stmaria .background-black a.link-button {
  background-color: transparent;
  color: white;
  border-color: white;
}
body.stmaria .background-31 button:hover,
body.stmaria .background-black button:hover,
body.stmaria .background-31 a:hover,
body.stmaria .background-black a:hover {
  background-color: white;
  color: #000000;
}
body.stmaria .maskSimpleStageWrap h1::after {
  background-color: #000000;
}
body.stmaria .maskSimpleStageWrap .background-blue h1::after {
  background-color: white;
}
body.stmaria .dl-menuwrapper .dl-menu li a:hover,
body.stmaria .dl-menuwrapper .dl-menu li a:active {
  color: #000000;
}
body.stmaria .desktopMenu .dl-trigger.dl-active,
body.stmaria .dl-menuwrapper .dl-menu li a {
  background-color: #f1f1f1;
}
body.stmaria .dl-menu .dl-subTrigger:hover {
  color: white;
  background-color: #000000;
}
body.stmaria footer .footerBottom {
  border-top: 2px solid #000000;
  background-color: transparent;
}
body.stmaria footer .footerBottom a,
body.stmaria footer .footerBottom p {
  color: #000000;
}
body.stmaria .footerMenu .container .row div:nth-of-type(2) .imageContainer img {
  max-height: unset;
  width: 120px;
  height: 120px;
}
body.stmaria .slick-dots li button::before,
body.stmaria .slick-dots li.slick-active button::before {
  border-color: #000000;
}
body.stmaria .slick-dots li.slick-active button::before {
  background-color: #000000;
}
body.stmaria .maskSimpleStageWrap svg polygon {
  fill: transparent;
}
@media (min-width: 992px) {
  body.stmaria .maskSimpleStageWrap .stageItem.stageItemWithImage {
    background-color: transparent;
  }
  body.stmaria .maskSimpleStageWrap .stageContent {
    padding-bottom: 50px;
  }
}
body.stmaria .nav .sb-search.sb-search-open .sb-icon-search,
body.stmaria .nav .no-js .sb-search .sb-icon-search {
  color: #000000;
  background-color: white;
}
body.stmaria .sb-search-open .nav .sb-icon-search,
body.stmaria .nav .sb-icon-search:hover {
  background-color: white;
}
body.stmaria .nav .sb-search.sb-search-open .sb-search-submit:hover,
body.stmaria .nav .no-js .sb-search .sb-search-submit:hover {
  color: #000000;
}
body.stmaria .additionalLogo {
  display: inline;
}
body.stmaria .additionalLogo img {
  float: right;
  position: relative;
  height: 66px;
  margin-left: -60px;
  margin-top: -16px;
}
body.stmaria h1 a,
body.stmaria h2 a,
body.stmaria h3 a,
body.stmaria h4 a,
body.stmaria h5 a {
  color: black;
}
body.stmaria .desktopMenu li a {
  color: #000000;
  font-size: 18px;
}
body.stmaria h5:after {
  background: #000000;
}
body.stmaria h1,
body.stmaria h2,
body.stmaria h3,
body.stmaria h4,
body.stmaria h5,
body.stmaria h6,
body.stmaria .h1,
body.stmaria .h2,
body.stmaria .h3,
body.stmaria .h4,
body.stmaria .h5,
body.stmaria .h6 {
  color: #000000;
  font-family: 'Founders Grotesk', Arial, sans-serif;
}
body.stmaria h4 {
  font-size: 24px;
}
body.stmaria h5 {
  font-size: 20px;
}
body.stmaria .ce-bodytext p > a.link-c2a,
body.stmaria .stageContentInner p > a.link-c2a,
body.stmaria .contentTeaserItem .contentTeaserContent p > a.link-c2a,
body.stmaria .fullwidthTeaserItem.background-white .fullwidthTeaserContent p > a.link-c2a,
body.stmaria .contentTeaserWrap p > a.link-c2a,
body.stmaria .ce-bodytext button.link-c2a,
body.stmaria .stageContentInner button.link-c2a,
body.stmaria .contentTeaserItem .contentTeaserContent button.link-c2a,
body.stmaria .fullwidthTeaserItem.background-white .fullwidthTeaserContent button.link-c2a,
body.stmaria .contentTeaserWrap button.link-c2a,
body.stmaria .ce-bodytext p > a.link-button,
body.stmaria .stageContentInner p > a.link-button,
body.stmaria .contentTeaserItem .contentTeaserContent p > a.link-button,
body.stmaria .fullwidthTeaserItem.background-white .fullwidthTeaserContent p > a.link-button,
body.stmaria .contentTeaserWrap p > a.link-button,
body.stmaria .ce-bodytext button.link-button,
body.stmaria .stageContentInner button.link-button,
body.stmaria .contentTeaserItem .contentTeaserContent button.link-button,
body.stmaria .fullwidthTeaserItem.background-white .fullwidthTeaserContent button.link-button,
body.stmaria .contentTeaserWrap button.link-button {
  border: 3px solid #000000;
  transition: all .3s;
  border-radius: 0;
  color: #000000;
  background-color: white;
}
body.stmaria .ce-bodytext p > a.link-c2a:hover,
body.stmaria .stageContentInner p > a.link-c2a:hover,
body.stmaria .contentTeaserItem .contentTeaserContent p > a.link-c2a:hover,
body.stmaria .fullwidthTeaserItem.background-white .fullwidthTeaserContent p > a.link-c2a:hover,
body.stmaria .contentTeaserWrap p > a.link-c2a:hover,
body.stmaria .ce-bodytext button.link-c2a:hover,
body.stmaria .stageContentInner button.link-c2a:hover,
body.stmaria .contentTeaserItem .contentTeaserContent button.link-c2a:hover,
body.stmaria .fullwidthTeaserItem.background-white .fullwidthTeaserContent button.link-c2a:hover,
body.stmaria .contentTeaserWrap button.link-c2a:hover,
body.stmaria .ce-bodytext p > a.link-button:hover,
body.stmaria .stageContentInner p > a.link-button:hover,
body.stmaria .contentTeaserItem .contentTeaserContent p > a.link-button:hover,
body.stmaria .fullwidthTeaserItem.background-white .fullwidthTeaserContent p > a.link-button:hover,
body.stmaria .contentTeaserWrap p > a.link-button:hover,
body.stmaria .ce-bodytext button.link-button:hover,
body.stmaria .stageContentInner button.link-button:hover,
body.stmaria .contentTeaserItem .contentTeaserContent button.link-button:hover,
body.stmaria .fullwidthTeaserItem.background-white .fullwidthTeaserContent button.link-button:hover,
body.stmaria .contentTeaserWrap button.link-button:hover {
  transition: all .3s;
  text-decoration: none;
  color: white;
  background-color: #000000;
}
body.stmaria .news.news-single .news-text-wrap a.link-button {
  border-color: #000000;
  background-color: white;
  color: #000000;
}
body.stmaria .news.news-single .news-text-wrap a.link-button:hover {
  background-color: #000000;
  color: white;
}
body.stmaria .news .news-list-view .contentTeaserItem {
  border: 2px solid transparent;
}
body.stmaria .news .news-list-view .contentTeaserItem:hover {
  border: 2px solid black;
  background-color: transparent;
}
body.stmaria .contentTeaserItem.contentTeaserWithoutImage .background-orange {
  background-color: #000;
}
body.stmaria .contentTeaserItem.contentTeaserWithoutImage .background-orange h5 a {
  color: white;
}
body.stmaria .h3 {
  color: #000000;
}
body.stmaria header .topMenu .menuWrap > a {
  color: #000000;
  font-weight: 300;
  font-size: 16px;
}
body.stmaria .nav .sb-icon-search {
  color: black;
}
body.stmaria header .topMenu .languageMenuWrap .icon {
  display: none;
  color: #000000;
}
body.stmaria a.link-arrow,
body.stmaria button.link-arrow {
  color: #000000;
  text-decoration: underline;
  font-size: 18px;
  letter-spacing: inherit;
}
body.stmaria a.link-arrow:hover,
body.stmaria button.link-arrow:hover {
  text-decoration: none;
}
body.stmaria a.link-arrow:after,
body.stmaria button.link-arrow:after {
  top: 3px;
}
body.stmaria .newsletterWrap {
  background-color: white;
  border-bottom: 2px solid black;
  border-top: 2px solid black;
}
body.stmaria .newsletterWrap.background-yellow h1,
body.stmaria .newsletterWrap.background-6 h1,
body.stmaria .newsletterWrap.background-yellow h2,
body.stmaria .newsletterWrap.background-6 h2,
body.stmaria .newsletterWrap.background-yellow h3,
body.stmaria .newsletterWrap.background-6 h3,
body.stmaria .newsletterWrap.background-yellow h4,
body.stmaria .newsletterWrap.background-6 h4,
body.stmaria .newsletterWrap.background-yellow h5,
body.stmaria .newsletterWrap.background-6 h5,
body.stmaria .newsletterWrap.background-yellow p,
body.stmaria .newsletterWrap.background-6 p {
  color: #000000;
}
body.stmaria .newsletterWrap > .container {
  min-height: 200px;
}
body.stmaria .maskToogleWrap a[role="button"]:hover {
  text-decoration: underline;
}
body.stmaria .footerMenu a[href^="http"]::after {
  content: none;
}
body.stmaria header nav .logo {
  position: relative;
}
body.stmaria header nav .logo img {
  width: auto;
  max-height: 120px;
  background-color: white;
}
body.stmaria header nav .logo a:after {
  content: "";
  width: 120px;
  height: 50px;
  background: white none repeat scroll 0% 0%;
  position: absolute;
  left: 0px;
  top: 42px;
  z-index: -1;
  box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 5px;
}
body.stmaria a[href*="cookiefirst"] {
  display: inline-block;
}
body.stmaria #cookiefirst-policy-page button {
  padding: 1rem;
  margin-right: 1rem;
}
@media (min-width: 1200px) {
  body.stmaria header nav .logo img {
    max-height: 110px;
  }
  body.stmaria header nav .logo a::after {
    top: 50px;
    height: 40px;
    width: 110px;
  }
}
@media (max-width: 1199px) {
  body.stmaria header nav .logo img {
    max-height: 90px;
  }
  body.stmaria header nav .logo a::after {
    top: 37px;
    height: 35px;
    width: 90px;
  }
}
@media (max-width: 767px) {
  body.stmaria header nav .logo img {
    max-height: 70px;
  }
  body.stmaria header nav .logo a::after {
    top: 24px;
    height: 40px;
    width: 70px;
  }
}
body.stmaria #listOfJobs .location-district {
  display: none;
}
body.stmaria .jobfilter .job-filterlist-location {
  display: none;
}
body.stmaria .contentTeaserWrap .contentTeaserItem a[href^="http"],
body.stmaria .contentTeaserWrap .contentTeaserItem button[href^="http"] {
  color: #000000;
}
body.stmaria .fullwidthTeaserItem.background-white a[href^="http"],
body.stmaria .fullwidthTeaserItem.background-white button[href^="http"] {
  color: #000000;
}
body.stmaria .select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #000000 !important;
}
body.stmaria .select2-results__group[aria-selected].select2-results__option--highlighted[aria-selected],
body.stmaria .select2-container--default .select2-results__option.select2-results__option--highlighted[aria-selected] {
  background-color: #454545 !important;
}
body.stmaria .socialMediaSharingWrap li.share a {
  color: #000000 !important;
}
body.stmaria .socialMediaSharingWrap li.share.facebook .icon,
body.stmaria .socialMediaSharingWrap ul li.share.facebook::before {
  color: #3B5998;
}
body.stmaria .socialMediaSharingWrap ul li.share.facebook::before {
  border-color: #3B5998;
}
body.stmaria .socialMediaSharingWrap li.share.twitter .icon,
body.stmaria .socialMediaSharingWrap li.share.twitter a,
body.stmaria .socialMediaSharingWrap ul li.share.twitter::before {
  color: #00ACED;
}
body.stmaria .socialMediaSharingWrap ul li.share.twitter::before {
  border-color: #00ACED;
}
body.stmaria .socialMediaSharingWrap li.share.mail .icon,
body.stmaria .socialMediaSharingWrap li.share.mail a,
body.stmaria .socialMediaSharingWrap ul li.share.mail::before {
  color: #99182E;
}
body.stmaria .socialMediaSharingWrap ul li.share.mail::before {
  border-color: #99182E;
}
body.stmaria .socialMediaSharingWrap li.share.print .icon,
body.stmaria .socialMediaSharingWrap li.share.print a,
body.stmaria .socialMediaSharingWrap ul li.share.print::before {
  color: #45413B;
}
body.stmaria .socialMediaSharingWrap ul li.share.print::before {
  border-color: #45413B;
}
body.stmaria .newsletterWrap svg {
  display: none;
}
body.stmaria .newsletterBottomWrap .scrollTopContainer a {
  color: #000000;
}
body.stmaria .tx-jobs .jobs-alljobs h4.jobfilter-headline,
body.stmaria .tx-church-event-manager_searchbox .jobs-alljobs h4.jobfilter-headline {
  background-color: #000000;
}
body.stmaria .tx-jobs .jobs-alljobs .dropdown button.btn-default,
body.stmaria .tx-church-event-manager_searchbox .jobs-alljobs .dropdown button.btn-default {
  border-color: #000000;
  border-radius: 0;
}
body.stmaria .tx-jobs .job-list a.job-title-link:hover .job-item,
body.stmaria .tx-church-event-manager_searchbox .job-list a.job-title-link:hover .job-item,
body.stmaria .tx-jobs .job-list a.job-title-link:focus .job-item,
body.stmaria .tx-church-event-manager_searchbox .job-list a.job-title-link:focus .job-item {
  background-color: #000000;
  color: white;
}
body.stmaria .tx-jobs .job-list a.job-title-link:hover .job-item h3,
body.stmaria .tx-church-event-manager_searchbox .job-list a.job-title-link:hover .job-item h3,
body.stmaria .tx-jobs .job-list a.job-title-link:focus .job-item h3,
body.stmaria .tx-church-event-manager_searchbox .job-list a.job-title-link:focus .job-item h3 {
  color: white;
}
body.stmaria .tx-jobs .checkbox-menu li.active label,
body.stmaria .tx-church-event-manager_searchbox .checkbox-menu li.active label,
body.stmaria .tx-jobs .checkbox-menu li label,
body.stmaria .tx-church-event-manager_searchbox .checkbox-menu li label {
  background-color: transparent;
  color: #000000;
}
body.stmaria .tx-jobs .checkbox-menu li.active label:hover,
body.stmaria .tx-church-event-manager_searchbox .checkbox-menu li.active label:hover,
body.stmaria .tx-jobs .checkbox-menu li label:hover,
body.stmaria .tx-church-event-manager_searchbox .checkbox-menu li label:hover,
body.stmaria .tx-jobs .checkbox-menu li.active label:focus,
body.stmaria .tx-church-event-manager_searchbox .checkbox-menu li.active label:focus,
body.stmaria .tx-jobs .checkbox-menu li label:focus,
body.stmaria .tx-church-event-manager_searchbox .checkbox-menu li label:focus {
  background-color: transparent;
}
body.stmaria .tx-jobs .dropdown-menu,
body.stmaria .tx-church-event-manager_searchbox .dropdown-menu {
  border-color: #000000;
  border-radius: 0;
}
body.stmaria .tx-jobs .dropdown button span.job-category-selection,
body.stmaria .tx-church-event-manager_searchbox .dropdown button span.job-category-selection,
body.stmaria .tx-jobs form .select2-container--default .select2-selection--multiple .select2-selection__choice,
body.stmaria .tx-church-event-manager_searchbox form .select2-container--default .select2-selection--multiple .select2-selection__choice {
  border-color: #000000;
  border-radius: 0;
  color: white;
  background-color: #000000;
}
body.stmaria .tx-jobs .dropdown button span.job-category-selection .select2-selection__choice__remove,
body.stmaria .tx-church-event-manager_searchbox .dropdown button span.job-category-selection .select2-selection__choice__remove,
body.stmaria .tx-jobs form .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove,
body.stmaria .tx-church-event-manager_searchbox form .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  color: white;
}
body.stmaria .tx-jobs .dropdown button span.job-category-selection .select2-selection__choice__remove:hover,
body.stmaria .tx-church-event-manager_searchbox .dropdown button span.job-category-selection .select2-selection__choice__remove:hover,
body.stmaria .tx-jobs form .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:hover,
body.stmaria .tx-church-event-manager_searchbox form .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:hover {
  background-color: white;
  color: #000000;
}
body.stmaria .tx-jobs form .w-input,
body.stmaria .tx-church-event-manager_searchbox form .w-input,
body.stmaria .tx-jobs .powermail_fieldset .w-input,
body.stmaria .tx-church-event-manager_searchbox .powermail_fieldset .w-input {
  color: #000000;
}
body.stmaria .tx-jobs [type="checkbox"],
body.stmaria .tx-church-event-manager_searchbox [type="checkbox"] {
  position: relative;
  left: 0px;
  top: 2px;
  z-index: 0;
  -webkit-appearance: none;
  margin: 0;
}
body.stmaria .tx-jobs label > [type="checkbox"]::before,
body.stmaria .tx-church-event-manager_searchbox label > [type="checkbox"]::before {
  width: 15px;
  height: 15px;
  border-radius: 0;
  border: 1px solid #000000;
  background-color: #fff;
  display: block;
  content: "";
  float: left;
  margin-right: 5px;
  z-index: 5;
  position: relative;
}
body.stmaria .tx-jobs label > [type="checkbox"]:checked::before,
body.stmaria .tx-church-event-manager_searchbox label > [type="checkbox"]:checked::before {
  box-shadow: inset 0px 0px 0px 2px #fff;
  background-color: #000000;
}
body.stmaria p > button,
body.stmaria button {
  text-decoration: none;
}
body.stmaria p > button:hover,
body.stmaria button:hover {
  color: #000000;
}
body.stmaria p > a,
body.stmaria .ce-bodytext p > a {
  color: #000000;
}
body.stmaria p > a:hover,
body.stmaria .ce-bodytext p > a:hover {
  text-decoration: none;
  color: #000000;
}
body.stmaria .maskQuotationWrap .background-6 footer::before,
body.stmaria .maskQuotationWrap .background-1 footer::before {
  background-color: #000000;
}
body.stmaria div[class^=background-] h5:after {
  background-color: white;
}
body.stmaria .background-3,
body.stmaria .background-4,
body.stmaria .background-5,
body.stmaria .background-darkred,
body.stmaria .background-blue,
body.stmaria .background-orange {
  color: white;
}
body.stmaria .background-3 p > a,
body.stmaria .background-4 p > a,
body.stmaria .background-5 p > a,
body.stmaria .background-darkred p > a,
body.stmaria .background-blue p > a,
body.stmaria .background-orange p > a,
body.stmaria .background-3 h1,
body.stmaria .background-4 h1,
body.stmaria .background-5 h1,
body.stmaria .background-darkred h1,
body.stmaria .background-blue h1,
body.stmaria .background-orange h1,
body.stmaria .background-3 h2,
body.stmaria .background-4 h2,
body.stmaria .background-5 h2,
body.stmaria .background-darkred h2,
body.stmaria .background-blue h2,
body.stmaria .background-orange h2,
body.stmaria .background-3 h3,
body.stmaria .background-4 h3,
body.stmaria .background-5 h3,
body.stmaria .background-darkred h3,
body.stmaria .background-blue h3,
body.stmaria .background-orange h3,
body.stmaria .background-3 h4,
body.stmaria .background-4 h4,
body.stmaria .background-5 h4,
body.stmaria .background-darkred h4,
body.stmaria .background-blue h4,
body.stmaria .background-orange h4,
body.stmaria .background-3 h5,
body.stmaria .background-4 h5,
body.stmaria .background-5 h5,
body.stmaria .background-darkred h5,
body.stmaria .background-blue h5,
body.stmaria .background-orange h5 {
  color: white;
}
body.stmaria .background-3 p > a:hover,
body.stmaria .background-4 p > a:hover,
body.stmaria .background-5 p > a:hover,
body.stmaria .background-darkred p > a:hover,
body.stmaria .background-blue p > a:hover,
body.stmaria .background-orange p > a:hover,
body.stmaria .background-3 h1:hover,
body.stmaria .background-4 h1:hover,
body.stmaria .background-5 h1:hover,
body.stmaria .background-darkred h1:hover,
body.stmaria .background-blue h1:hover,
body.stmaria .background-orange h1:hover,
body.stmaria .background-3 h2:hover,
body.stmaria .background-4 h2:hover,
body.stmaria .background-5 h2:hover,
body.stmaria .background-darkred h2:hover,
body.stmaria .background-blue h2:hover,
body.stmaria .background-orange h2:hover,
body.stmaria .background-3 h3:hover,
body.stmaria .background-4 h3:hover,
body.stmaria .background-5 h3:hover,
body.stmaria .background-darkred h3:hover,
body.stmaria .background-blue h3:hover,
body.stmaria .background-orange h3:hover,
body.stmaria .background-3 h4:hover,
body.stmaria .background-4 h4:hover,
body.stmaria .background-5 h4:hover,
body.stmaria .background-darkred h4:hover,
body.stmaria .background-blue h4:hover,
body.stmaria .background-orange h4:hover,
body.stmaria .background-3 h5:hover,
body.stmaria .background-4 h5:hover,
body.stmaria .background-5 h5:hover,
body.stmaria .background-darkred h5:hover,
body.stmaria .background-blue h5:hover,
body.stmaria .background-orange h5:hover {
  color: white;
}
body.stmaria tx-church-event-manager_searchbox form.ajax-form button[type="reset"],
body.stmaria .powermail_fieldset.ajax-form button[type="reset"],
body.stmaria .tx-church-event-manager_searchbox form.ajax-form button[type="submit"],
body.stmaria .powermail_fieldset.ajax-form button[type="submit"],
body.stmaria .tx-church-event-manager_searchbox form.ajax-form input[type="submit"],
body.stmaria .powermail_fieldset.ajax-form input[type="submit"] {
  background-color: #000000;
  border: 3px solid black;
  height: 60px;
  border-radius: 0;
}
body.stmaria tx-church-event-manager_searchbox form.ajax-form button[type="reset"]:hover,
body.stmaria .powermail_fieldset.ajax-form button[type="reset"]:hover,
body.stmaria .tx-church-event-manager_searchbox form.ajax-form button[type="submit"]:hover,
body.stmaria .powermail_fieldset.ajax-form button[type="submit"]:hover,
body.stmaria .tx-church-event-manager_searchbox form.ajax-form input[type="submit"]:hover,
body.stmaria .powermail_fieldset.ajax-form input[type="submit"]:hover {
  color: #000000;
  background-color: white;
}
body.stmaria .tx-church-event-manager_resultlist--item,
body.stmaria .tx-church-event-manager_resultlist--link.tx-church-event-manager_resultlist--last {
  border-color: #f1f1f1;
}
body.stmaria div[class="item-properties"] .item-tags .label-kss {
  border-color: #000000;
  color: black;
  border-radius: 0;
  padding-bottom: 1px;
}
body.stmaria div[class="item-properties"] .item-tags .label-kss:hover {
  background-color: #000000;
  color: white;
}
body.stmaria .tx-church-event-manager_searchbox form input:not(.select2-search__field),
body.stmaria .powermail_fieldset input:not(.select2-search__field),
body.stmaria .tx-church-event-manager_searchbox form input.w-input,
body.stmaria .tx-church-event-manager_searchbox .select2-selection.select2-selection--multiple,
body.stmaria .powermail_fieldset input.w-input {
  border-color: #000000;
  border-radius: 0;
}
body.stmaria .tx-church-event-manager_searchbox form.ajax-form button[type="reset"],
body.stmaria .powermail_fieldset.ajax-form button[type="reset"],
body.stmaria .tx-church-event-manager .pagination .next a,
body.stmaria .tx-church-event-manager .pagination .previous a {
  border-color: #000000;
  border-radius: 0;
  color: #000000;
  border-width: 3px;
}
body.stmaria .tx-church-event-manager_searchbox form.ajax-form button[type="reset"]:hover,
body.stmaria .powermail_fieldset.ajax-form button[type="reset"]:hover,
body.stmaria .tx-church-event-manager .pagination .next a:hover,
body.stmaria .tx-church-event-manager .pagination .previous a:hover {
  background-color: #000000;
  color: white;
}
body.stmaria .tx-church-event-manager .pagination > li > a {
  border-width: 2px;
}
body.stmaria .tx-church-event-manager .pagination > .active > a {
  background-color: #000000;
  border-color: #000000;
}
body.stmaria .pagination > li.last a:hover {
  border: 2px solid #000000;
}
body.stmaria .tx-church-event-manager_searchbox form.ajax-form button[type="reset"],
body.stmaria .tx-church-event-manager_searchbox .btn.btn-success {
  display: none;
}
body.stmaria .pagination > li.last a,
body.stmaria .pagination > li.next a,
body.stmaria .pagination > li.previous a,
body.stmaria .pagination > li.last span,
body.stmaria .pagination > li.next span,
body.stmaria .pagination > li.previous span {
  color: #000000;
  border: 2px solid transparent;
}
body.stmaria .pagination > li a,
body.stmaria .pagination > li span {
  border-radius: 0;
}
body.stmaria .tx-church-event-manager_searchbox #filter-searchstring:focus-visible,
body.stmaria .tx-church-event-manager_searchbox #filter-startdate,
body.stmaria .tx-church-event-manager_searchbox #filter-enddate {
  outline: none;
}
body.stmaria .tx-church-event-manager_searchbox .picker__year,
body.stmaria .tx-church-event-manager_searchbox .picker__weekday {
  color: #000000;
}
body.stmaria .tx-church-event-manager_resultlist .label.label-kss {
  display: none;
}
body.stmaria .lds-ring div {
  border-color: #000000 transparent transparent;
}
body.stmaria .maskToogleWrap.kssUploads .panel-group .panel-default > .panel-heading a:hover {
  color: #000000;
  text-decoration: underline;
}
body.stmaria .maskReferencesWrap .slick-arrow,
body.stmaria .maskGalleryWrap .slick-arrow,
body.stmaria .lg .lg-actions .lg-icon {
  background-color: #000000;
  border: 3px solid black;
  border-radius: 0;
  color: white;
}
body.stmaria .maskReferencesWrap .slick-arrow:before,
body.stmaria .maskGalleryWrap .slick-arrow:before,
body.stmaria .lg .lg-actions .lg-icon:before {
  opacity: 1;
}
body.stmaria .maskReferencesWrap .slick-arrow:hover,
body.stmaria .maskGalleryWrap .slick-arrow:hover,
body.stmaria .lg .lg-actions .lg-icon:hover {
  background-color: white;
  color: #000000;
}
body.stmaria .maskReferencesWrap .slick-arrow:hover:before,
body.stmaria .maskGalleryWrap .slick-arrow:hover:before,
body.stmaria .lg .lg-actions .lg-icon:hover:before {
  color: #000000;
}
body.stmaria button.slick-prev.slick-disabled,
body.stmaria button.slick-next.slick-disabled {
  opacity: .2;
}
body.stmaria a.link-arrow.reverse::before,
body.stmaria button.link-arrow.reverse::before {
  top: 8px;
}
body.stmaria button.slick-prev:before,
body.stmaria button.slick-next:before {
  opacity: 1;
}
body.stmaria button.slick-prev.slick-disabled:hover,
body.stmaria button.slick-next.slick-disabled:hover {
  cursor: default;
  background-color: #000000;
}
body.stmaria button.slick-prev.slick-disabled:hover:before,
body.stmaria button.slick-next.slick-disabled:hover:before {
  color: white;
}
body.stmaria .footerMenu p > a:hover,
body.stmaria body.stmaria .footerMenu .ce-bodytext p > a:hover {
  text-decoration: underline;
}
body.stmaria footer .footerMenu a {
  font-weight: 300;
  font-size: 18px;
  text-transform: none;
}
body.stmaria footer .footerBottom a {
  font-weight: 300;
}
body.stmaria div[class="item-properties"] .label-recommendation {
  border: 2px solid #000000;
  background: #000000 none repeat scroll 0% 0%;
  font-family: unset;
}
body.stmaria .mm-menu .sb-search-submit {
  color: #000000;
}
body.stmaria .mm-menu input[type="search"] {
  border-color: #000000;
}
body.stmaria .mm-menu .mm-listview > li > a:hover,
body.stmaria .mm-menu .mm-listview > li > span:hover {
  color: #000000;
}
body.stmaria .mm-panel .mm-next:hover {
  background: #000000 none repeat scroll 0% 0%;
}
body.stmaria .mm-menu.mm-offcanvas {
  background-color: #f3f3f3;
}
body.stmaria .mm-panel.mm-hasnavbar .mm-navbar a:hover,
body.stmaria .mm-panel .mm-navbar:hover .mm-prev::before {
  color: #000000;
}
body.stmaria .contentTeaserItem:hover a {
  text-decoration: none;
}
body.stmaria .slick-dots li button::before {
  border: 3px solid #000000;
  border-radius: 0;
}
body.stmaria .slick-dots li.slick-active button::before {
  opacity: 1;
}
body.stmaria .socialMediaSharingWrap ul li::before {
  content: "";
  background-color: white;
  width: 44px;
  height: 44px;
  display: inline-block;
  position: absolute;
  border: 9px solid black;
  top: 28px;
  left: 18px;
}
body.stmaria .slick-track {
  display: flex !important;
}
body.stmaria .slick-slide img {
  margin: auto;
  height: 480px;
  width: auto;
}
body.stmaria .maskGalleryWrap .galleryCaption {
  background-color: transparent;
  display: block;
}
body.stmaria .dl-menuwrapper ul li {
  list-style: none;
}
body.stmaria .desktopMenu .dl-trigger.dl-active,
body.stmaria .dl-menuwrapper .dl-menu li a {
  background-color: #f1f1f1;
}
body.stmaria .dl-menuwrapper > .dl-menu,
body.stmaria .dl-menuwrapper > .dl-submenu {
  background-color: #f1f1f1;
}
@media (min-width: 768px) {
  body.stmaria .maskGalleryWrap .galleryCaption .galleryCaptionText {
    background-color: transparent;
  }
}
@media (max-width: 768px) {
  body.stmaria .slick-track {
    height: 280px;
  }
  body.stmaria .slick-slide img {
    height: 280px;
  }
}
@media (max-width: 480px) {
  body.stmaria .slick-track {
    height: 247px;
  }
  body.stmaria .slick-slide img {
    height: 247px;
  }
}
@media (max-width: 360px) {
  body.stmaria .slick-track {
    height: 177px;
  }
  body.stmaria .slick-slide img {
    height: 177px;
  }
}
body.stmaria .maskStageWrap .container .stageContentInner {
  border: 1px solid #f1f1f1;
}
body.stmaria .allWrap {
  background-color: white;
}
body.stmaria .background-black,
body.stmaria .background-1 {
  background-color: white;
  border-bottom: 1px solid #f1f1f1;
}
body.stmaria .background-black h1,
body.stmaria .background-1 h1,
body.stmaria .background-black h2,
body.stmaria .background-1 h2,
body.stmaria .background-black h3,
body.stmaria .background-1 h3,
body.stmaria .background-black h4,
body.stmaria .background-1 h4,
body.stmaria .background-black h5,
body.stmaria .background-1 h5 {
  color: #000000;
}
body.stmaria .newsletterWrap {
  border-color: #f1f1f1;
}
body.stmaria footer .footerBottom {
  border-color: #f1f1f1;
  background-color: #f1f1f1;
}
body.Krankmelden .icon.icon-Sprache {
  display: none;
}
body.Krankmelden .newsletterWrap {
  height: 200px;
}
body.Krankmelden .newsletterWrap > .container {
  display: none;
}
body.Krankmelden .maskSimpleStageWrap svg polygon {
  fill: white;
}
body.Krankmelden .powermail_legend {
  display: none;
}
body.Krankmelden .maskSpacerWrap {
  background: white;
}
body.Krankmelden .maskToogleWrap .panel-group .panel-default {
  border-color: currentcolor currentcolor white;
}
body.Krankmelden .maskToogleWrap .panel-group .panel-default > .panel-heading {
  background: #f5f2ea;
}
body.Krankmelden form .powermail_fieldset .row {
  margin-bottom: 2rem;
}
body.Krankmelden form .powermail_fieldset .radio label,
body.Krankmelden form .powermail_fieldset .checkbox label {
  margin-left: 5px;
}
body.Krankmelden form .powermail_fieldset input.powermail_radio,
body.Krankmelden form .powermail_fieldset input.powermail_checkbox {
  min-width: auto;
  min-height: auto;
  width: 20px;
  height: 20px;
  margin-left: -25px;
  margin-top: 2px;
  accent-color: #99182e;
}
body.Krankmelden .tx-powermail .powermail_fieldset .parsley-errors-list {
  border-radius: 5px;
}
body.Krankmelden .tx-powermail .powermail_confirmation .btn-primary {
  color: #2b1616;
  background-color: #659941;
}
body.Krankmelden .tx-powermail .powermail_confirmation .btn-primary:hover {
  background-color: #9cc650;
}
body.Krankmelden .tx-powermail .powermail_confirmation .btn-danger {
  background-color: #c9302c;
}
body.Krankmelden .tx-powermail .powermail_confirmation .btn-danger:hover {
  background-color: #ff413b;
}
body.Krankmelden #dateError {
  padding: 5px 10px;
  border-radius: 5px;
}
/*
  Color settings are applied in several places, both in local files and in the backend within the "Mask" extension. 
  The following local files need to be configured for colors:

  - col_01.xml
  - col_02.xml
  - col_03.xml
  - col_04.xml
  - Mask.json
  - FullwidthTeaser (both front and back files)
  - Simplestage (both front and back files)
  - layout.less and _gridelements.less

  In the "Mask" extension, when an element is selected, if the field "Farbvariante" (color variant) is present, color settings should be adjusted there. 
  Some elements also have hardcoded classes, such as .background-yellow, which need to be manually overridden. 
  Each project has a dedicated file for overrides, located in the "congregations" folder.

  This guide helps configure color settings across the project.
*/
body.suedgemeinde h1,
body.suedgemeinde h2,
body.suedgemeinde h3,
body.suedgemeinde h4,
body.suedgemeinde h6,
body.suedgemeinde .h1,
body.suedgemeinde .h2,
body.suedgemeinde .h3,
body.suedgemeinde .h4,
body.suedgemeinde .h6 {
  color: #69265e;
}
body.suedgemeinde a,
body.suedgemeinde a.link-arrow,
body.suedgemeinde .scrollTopContainer a {
  color: #69265e;
}
body.suedgemeinde a:hover,
body.suedgemeinde a.link-arrow:hover,
body.suedgemeinde .scrollTopContainer a:hover {
  color: #B386B7;
}
body.suedgemeinde a.link-button,
body.suedgemeinde button.link-button,
body.suedgemeinde a.link-c2a,
body.suedgemeinde button.link-c2a {
  border-color: #69265e;
  color: #69265e;
}
body.suedgemeinde a.link-button:hover,
body.suedgemeinde button.link-button:hover,
body.suedgemeinde a.link-c2a:hover,
body.suedgemeinde button.link-c2a:hover {
  text-decoration: none;
  background-color: #69265e;
  border-color: #69265e;
  color: white;
}
body.suedgemeinde .fullwidthTeaserContent a {
  color: white;
  background-color: transparent;
  border-color: white;
}
body.suedgemeinde .fullwidthTeaserContent a:hover {
  color: #69265e;
  background-color: white;
  border-color: white;
}
body.suedgemeinde header .topMenu .languageMenuWrap .icon {
  display: none;
  color: lightgray;
}
body.suedgemeinde .desktopMenu li a {
  color: #69265e;
}
body.suedgemeinde .desktopMenu li a:hover {
  color: #B386B7;
}
body.suedgemeinde .desktopMenu .dl-menu .dl-subTrigger:hover {
  background-color: #69265e;
}
body.suedgemeinde .desktopMenu li a {
  color: #69265e;
}
body.suedgemeinde .nav .sb-icon-search::before {
  color: #69265e;
}
body.suedgemeinde .contentTeaserWithoutImage .background-orange,
body.suedgemeinde .newsletterWrap.background-yellow {
  background-color: #b1b11d;
}
body.suedgemeinde .contentTeaserWithoutImage .background-orange a.link-c2a,
body.suedgemeinde .newsletterWrap.background-yellow a.link-c2a,
body.suedgemeinde .contentTeaserWithoutImage .background-orange button.link-c2a,
body.suedgemeinde .newsletterWrap.background-yellow button.link-c2a,
body.suedgemeinde .contentTeaserWithoutImage .background-orange a.link-button,
body.suedgemeinde .newsletterWrap.background-yellow a.link-button,
body.suedgemeinde .contentTeaserWithoutImage .background-orange button.link-button,
body.suedgemeinde .newsletterWrap.background-yellow button.link-button {
  color: #a3464e;
  background-color: #ffffff;
  border: none;
}
body.suedgemeinde .contentTeaserWithoutImage .background-orange a.link-c2a:hover,
body.suedgemeinde .newsletterWrap.background-yellow a.link-c2a:hover,
body.suedgemeinde .contentTeaserWithoutImage .background-orange button.link-c2a:hover,
body.suedgemeinde .newsletterWrap.background-yellow button.link-c2a:hover,
body.suedgemeinde .contentTeaserWithoutImage .background-orange a.link-button:hover,
body.suedgemeinde .newsletterWrap.background-yellow a.link-button:hover,
body.suedgemeinde .contentTeaserWithoutImage .background-orange button.link-button:hover,
body.suedgemeinde .newsletterWrap.background-yellow button.link-button:hover {
  background-color: #a3464e;
  color: #ffffff;
}
body.suedgemeinde .newsletterWrap.background-yellow h1,
body.suedgemeinde .newsletterWrap.background-yellow h2,
body.suedgemeinde .newsletterWrap.background-yellow h3,
body.suedgemeinde .newsletterWrap.background-yellow h4,
body.suedgemeinde .newsletterWrap.background-yellow h5,
body.suedgemeinde .newsletterWrap.background-yellow h6,
body.suedgemeinde .newsletterWrap.background-yellow p {
  color: #2e2a24;
}
body.suedgemeinde .contentTeaserWrap .contentTeaserItem a[href^="http"],
body.suedgemeinde .contentTeaserWrap .contentTeaserItem button[href^="http"] {
  color: #69265e;
}
body.suedgemeinde .contentTeaserWrap .contentTeaserItem a[href^="http"]:hover,
body.suedgemeinde .contentTeaserWrap .contentTeaserItem button[href^="http"]:hover {
  color: white;
}
body.suedgemeinde footer a,
body.suedgemeinde footer .ce-bodytext a {
  color: #2e2a24;
}
body.suedgemeinde .maskToogleWrap.kssUploads .panel-group .panel-default > .panel-heading a:hover {
  color: #B386B7;
}
@media (min-width: 992px) {
  body.suedgemeinde header .topMenu a {
    color: #333333;
  }
}
body.kirchenmusik a {
  color: #416574;
}
body.kirchenmusik a:hover {
  color: #7f1b25;
}
body.kirchenmusik .nav .sb-icon-search {
  color: #416574;
}
body.kirchenmusik header .topMenu a {
  color: #333333;
}
body.kirchenmusik header .topMenu a:hover {
  color: #7f1b25;
}
body.kirchenmusik .desktopMenu li a {
  color: #416574;
}
body.kirchenmusik .dl-menuwrapper .dl-menu li a:hover,
body.kirchenmusik .dl-menuwrapper .dl-menu li a:active {
  color: #7f1b25;
}
body.kirchenmusik h1,
body.kirchenmusik h2,
body.kirchenmusik h3,
body.kirchenmusik h4,
body.kirchenmusik h6,
body.kirchenmusik .h1,
body.kirchenmusik .h2,
body.kirchenmusik .h3,
body.kirchenmusik .h4,
body.kirchenmusik .h6 {
  color: #416574;
}
body.kirchenmusik section header h1,
body.kirchenmusik section header h2,
body.kirchenmusik section header h3,
body.kirchenmusik section header h4,
body.kirchenmusik section header h6 {
  color: #416574;
}
body.kirchenmusik h5:after {
  background: #7f1b25;
}
body.kirchenmusik .newsletterWrap.background-yellow {
  background-color: #416574;
}
body.kirchenmusik .newsletterWrap.background-yellow h3,
body.kirchenmusik .newsletterWrap.background-yellow p {
  color: white;
}
body.kirchenmusik .newsletterWrap.background-yellow a.link-c2a {
  background-color: #7f1b25;
  color: white;
}
body.kirchenmusik .newsletterWrap.background-yellow a.link-c2a:hover {
  background-color: white;
  color: #7f1b25;
}
body.kirchenmusik a[data-toggle="collapse"] {
  color: #416574;
}
body.kirchenmusik .background-6 a.link-c2a,
body.kirchenmusik .background-yellow a.link-c2a {
  color: #7f1b25;
}
body.kirchenmusik .background-6 a.link-c2a:hover,
body.kirchenmusik .background-yellow a.link-c2a:hover {
  background-color: #7f1b25;
  color: white;
}
body.kirchenmusik #event-pagination button.next,
body.kirchenmusik #event-pagination button.previous {
  color: #7f1b25;
}
body.kirchenmusik a.link-button,
body.kirchenmusik button.link-button,
body.kirchenmusik a.link-c2a,
body.kirchenmusik button.link-c2a {
  border-color: #416574;
  color: #416574;
}
body.kirchenmusik a.link-button:hover,
body.kirchenmusik button.link-button:hover,
body.kirchenmusik a.link-c2a:hover,
body.kirchenmusik button.link-c2a:hover {
  background-color: #416574;
  color: white;
}
body.kirchenmusik a.link-c2a,
body.kirchenmusik button.link-c2a {
  background-color: #416574;
  color: white;
}
body.kirchenmusik a.link-c2a:hover,
body.kirchenmusik button.link-c2a:hover {
  background-color: #416574E6;
}
body.kirchenmusik .dl-menu .dl-subTrigger:hover {
  background-color: #7f1b25;
}
body.kirchenmusik .fullwidthTeaserItem a.link-button {
  color: inherit;
  border-color: inherit;
}
body.kirchenmusik .fullwidthTeaserItem a.link-button:hover {
  background-color: white;
  border-color: white;
  color: #416574;
}
body.kirchenmusik .contentTeaserWrap .contentTeaserItem a[href^="http"],
body.kirchenmusik .contentTeaserWrap .contentTeaserItem button[href^="http"] {
  color: #416574;
}
body.kirchenmusik .contentTeaserWrap .contentTeaserItem a[href^="http"]:hover,
body.kirchenmusik .contentTeaserWrap .contentTeaserItem button[href^="http"]:hover {
  color: white;
}
body.kirchenmusik header nav .logo img {
  width: 100%;
  max-width: 230px;
  height: 100%;
}
body.kirchenmusik .tx-indexedsearch-redMarkup {
  color: #7f1b25;
}
body.kirchenmusik .tx-church-event-manager_searchbox form.js-form button[type="submit"] {
  background-color: #416574;
  border: 3px solid #416574;
  color: white;
}
body.kirchenmusik .tx-church-event-manager_searchbox form.js-form button[type="submit"]:hover {
  background-color: white;
  color: #416574;
}
body.kirchenmusik #event-pagination button.next,
body.kirchenmusik #event-pagination button.previous {
  border: 3px solid #416574;
  color: #416574;
}
body.kirchenmusik #event-pagination button.next:hover,
body.kirchenmusik #event-pagination button.previous:hover {
  background-color: #416574;
  color: white;
}
.fullwidthTeaserItem.background-stonegray h1,
.stageContent.background-stonegray h1,
.fullwidthTeaserItem.background-2 h1,
.stageContent.background-2 h1,
.fullwidthTeaserItem.background-blue h1,
.stageContent.background-blue h1,
.fullwidthTeaserItem.background-3 h1,
.stageContent.background-3 h1,
.fullwidthTeaserItem.background-darkred h1,
.stageContent.background-darkred h1,
.fullwidthTeaserItem.background-4 h1,
.stageContent.background-4 h1,
.fullwidthTeaserItem.background-orange h1,
.stageContent.background-orange h1,
.fullwidthTeaserItem.background-5 h1,
.stageContent.background-5 h1,
.fullwidthTeaserItem.background-cyan h1,
.stageContent.background-cyan h1,
.fullwidthTeaserItem.background-8 h1,
.stageContent.background-8 h1,
.fullwidthTeaserItem.background-pinkred h1,
.stageContent.background-pinkred h1,
.fullwidthTeaserItem.background-9 h1,
.stageContent.background-9 h1,
.fullwidthTeaserItem.background-darkblue h1,
.stageContent.background-darkblue h1,
.fullwidthTeaserItem.background-10 h1,
.stageContent.background-10 h1,
.fullwidthTeaserItem.background-violet h1,
.stageContent.background-violet h1,
.fullwidthTeaserItem.background-11 h1,
.stageContent.background-11 h1,
.fullwidthTeaserItem.background-lightred h1,
.stageContent.background-lightred h1,
.fullwidthTeaserItem.background-12 h1,
.stageContent.background-12 h1,
.fullwidthTeaserItem.background-navy h1,
.stageContent.background-navy h1,
.fullwidthTeaserItem.background-14 h1,
.stageContent.background-14 h1,
.fullwidthTeaserItem.background-brown h1,
.stageContent.background-brown h1,
.fullwidthTeaserItem.background-16 h1,
.stageContent.background-16 h1,
.fullwidthTeaserItem.background-fadedpink h1,
.stageContent.background-fadedpink h1,
.fullwidthTeaserItem.background-20 h1,
.stageContent.background-20 h1,
.fullwidthTeaserItem.background-browngrey h1,
.stageContent.background-browngrey h1,
.fullwidthTeaserItem.background-21 h1,
.stageContent.background-21 h1,
.fullwidthTeaserItem.background-brownred h1,
.stageContent.background-brownred h1,
.fullwidthTeaserItem.background-22 h1,
.stageContent.background-22 h1,
.fullwidthTeaserItem.background-caritasred h1,
.stageContent.background-caritasred h1,
.fullwidthTeaserItem.background-23 h1,
.stageContent.background-23 h1,
.fullwidthTeaserItem.background-elisabethgreen h1,
.stageContent.background-elisabethgreen h1,
.fullwidthTeaserItem.background-25 h1,
.stageContent.background-25 h1,
.fullwidthTeaserItem.background-clemensblue h1,
.stageContent.background-clemensblue h1,
.fullwidthTeaserItem.background-26 h1,
.stageContent.background-26 h1,
.fullwidthTeaserItem.background-fidelisblue h1,
.stageContent.background-fidelisblue h1,
.fullwidthTeaserItem.background-27 h1,
.stageContent.background-27 h1,
.fullwidthTeaserItem.background-hospizbrown h1,
.stageContent.background-hospizbrown h1,
.fullwidthTeaserItem.background-28 h1,
.stageContent.background-28 h1,
.fullwidthTeaserItem.background-kitagreen h1,
.stageContent.background-kitagreen h1,
.fullwidthTeaserItem.background-30 h1,
.stageContent.background-30 h1,
.fullwidthTeaserItem.background-black h1,
.stageContent.background-black h1,
.fullwidthTeaserItem.background-31 h1,
.stageContent.background-31 h1,
.fullwidthTeaserItem.background-gemeindelila h1,
.stageContent.background-gemeindelila h1,
.fullwidthTeaserItem.background-33 h1,
.stageContent.background-33 h1,
.fullwidthTeaserItem.background-gemeinderot h1,
.stageContent.background-gemeinderot h1,
.fullwidthTeaserItem.background-35 h1,
.stageContent.background-35 h1,
.fullwidthTeaserItem.background-steel h1,
.stageContent.background-steel h1,
.fullwidthTeaserItem.background-40 h1,
.stageContent.background-40 h1,
.fullwidthTeaserItem.background-tan h1,
.stageContent.background-tan h1,
.fullwidthTeaserItem.background-41 h1,
.stageContent.background-41 h1,
.fullwidthTeaserItem.background-taupe h1,
.stageContent.background-taupe h1,
.fullwidthTeaserItem.background-42 h1,
.stageContent.background-42 h1,
.fullwidthTeaserItem.background-crimson h1,
.stageContent.background-crimson h1,
.fullwidthTeaserItem.background-43 h1,
.stageContent.background-43 h1,
.fullwidthTeaserItem.background-stonegray h2,
.stageContent.background-stonegray h2,
.fullwidthTeaserItem.background-2 h2,
.stageContent.background-2 h2,
.fullwidthTeaserItem.background-blue h2,
.stageContent.background-blue h2,
.fullwidthTeaserItem.background-3 h2,
.stageContent.background-3 h2,
.fullwidthTeaserItem.background-darkred h2,
.stageContent.background-darkred h2,
.fullwidthTeaserItem.background-4 h2,
.stageContent.background-4 h2,
.fullwidthTeaserItem.background-orange h2,
.stageContent.background-orange h2,
.fullwidthTeaserItem.background-5 h2,
.stageContent.background-5 h2,
.fullwidthTeaserItem.background-cyan h2,
.stageContent.background-cyan h2,
.fullwidthTeaserItem.background-8 h2,
.stageContent.background-8 h2,
.fullwidthTeaserItem.background-pinkred h2,
.stageContent.background-pinkred h2,
.fullwidthTeaserItem.background-9 h2,
.stageContent.background-9 h2,
.fullwidthTeaserItem.background-darkblue h2,
.stageContent.background-darkblue h2,
.fullwidthTeaserItem.background-10 h2,
.stageContent.background-10 h2,
.fullwidthTeaserItem.background-violet h2,
.stageContent.background-violet h2,
.fullwidthTeaserItem.background-11 h2,
.stageContent.background-11 h2,
.fullwidthTeaserItem.background-lightred h2,
.stageContent.background-lightred h2,
.fullwidthTeaserItem.background-12 h2,
.stageContent.background-12 h2,
.fullwidthTeaserItem.background-navy h2,
.stageContent.background-navy h2,
.fullwidthTeaserItem.background-14 h2,
.stageContent.background-14 h2,
.fullwidthTeaserItem.background-brown h2,
.stageContent.background-brown h2,
.fullwidthTeaserItem.background-16 h2,
.stageContent.background-16 h2,
.fullwidthTeaserItem.background-fadedpink h2,
.stageContent.background-fadedpink h2,
.fullwidthTeaserItem.background-20 h2,
.stageContent.background-20 h2,
.fullwidthTeaserItem.background-browngrey h2,
.stageContent.background-browngrey h2,
.fullwidthTeaserItem.background-21 h2,
.stageContent.background-21 h2,
.fullwidthTeaserItem.background-brownred h2,
.stageContent.background-brownred h2,
.fullwidthTeaserItem.background-22 h2,
.stageContent.background-22 h2,
.fullwidthTeaserItem.background-caritasred h2,
.stageContent.background-caritasred h2,
.fullwidthTeaserItem.background-23 h2,
.stageContent.background-23 h2,
.fullwidthTeaserItem.background-elisabethgreen h2,
.stageContent.background-elisabethgreen h2,
.fullwidthTeaserItem.background-25 h2,
.stageContent.background-25 h2,
.fullwidthTeaserItem.background-clemensblue h2,
.stageContent.background-clemensblue h2,
.fullwidthTeaserItem.background-26 h2,
.stageContent.background-26 h2,
.fullwidthTeaserItem.background-fidelisblue h2,
.stageContent.background-fidelisblue h2,
.fullwidthTeaserItem.background-27 h2,
.stageContent.background-27 h2,
.fullwidthTeaserItem.background-hospizbrown h2,
.stageContent.background-hospizbrown h2,
.fullwidthTeaserItem.background-28 h2,
.stageContent.background-28 h2,
.fullwidthTeaserItem.background-kitagreen h2,
.stageContent.background-kitagreen h2,
.fullwidthTeaserItem.background-30 h2,
.stageContent.background-30 h2,
.fullwidthTeaserItem.background-black h2,
.stageContent.background-black h2,
.fullwidthTeaserItem.background-31 h2,
.stageContent.background-31 h2,
.fullwidthTeaserItem.background-gemeindelila h2,
.stageContent.background-gemeindelila h2,
.fullwidthTeaserItem.background-33 h2,
.stageContent.background-33 h2,
.fullwidthTeaserItem.background-gemeinderot h2,
.stageContent.background-gemeinderot h2,
.fullwidthTeaserItem.background-35 h2,
.stageContent.background-35 h2,
.fullwidthTeaserItem.background-steel h2,
.stageContent.background-steel h2,
.fullwidthTeaserItem.background-40 h2,
.stageContent.background-40 h2,
.fullwidthTeaserItem.background-tan h2,
.stageContent.background-tan h2,
.fullwidthTeaserItem.background-41 h2,
.stageContent.background-41 h2,
.fullwidthTeaserItem.background-taupe h2,
.stageContent.background-taupe h2,
.fullwidthTeaserItem.background-42 h2,
.stageContent.background-42 h2,
.fullwidthTeaserItem.background-crimson h2,
.stageContent.background-crimson h2,
.fullwidthTeaserItem.background-43 h2,
.stageContent.background-43 h2,
.fullwidthTeaserItem.background-stonegray h3,
.stageContent.background-stonegray h3,
.fullwidthTeaserItem.background-2 h3,
.stageContent.background-2 h3,
.fullwidthTeaserItem.background-blue h3,
.stageContent.background-blue h3,
.fullwidthTeaserItem.background-3 h3,
.stageContent.background-3 h3,
.fullwidthTeaserItem.background-darkred h3,
.stageContent.background-darkred h3,
.fullwidthTeaserItem.background-4 h3,
.stageContent.background-4 h3,
.fullwidthTeaserItem.background-orange h3,
.stageContent.background-orange h3,
.fullwidthTeaserItem.background-5 h3,
.stageContent.background-5 h3,
.fullwidthTeaserItem.background-cyan h3,
.stageContent.background-cyan h3,
.fullwidthTeaserItem.background-8 h3,
.stageContent.background-8 h3,
.fullwidthTeaserItem.background-pinkred h3,
.stageContent.background-pinkred h3,
.fullwidthTeaserItem.background-9 h3,
.stageContent.background-9 h3,
.fullwidthTeaserItem.background-darkblue h3,
.stageContent.background-darkblue h3,
.fullwidthTeaserItem.background-10 h3,
.stageContent.background-10 h3,
.fullwidthTeaserItem.background-violet h3,
.stageContent.background-violet h3,
.fullwidthTeaserItem.background-11 h3,
.stageContent.background-11 h3,
.fullwidthTeaserItem.background-lightred h3,
.stageContent.background-lightred h3,
.fullwidthTeaserItem.background-12 h3,
.stageContent.background-12 h3,
.fullwidthTeaserItem.background-navy h3,
.stageContent.background-navy h3,
.fullwidthTeaserItem.background-14 h3,
.stageContent.background-14 h3,
.fullwidthTeaserItem.background-brown h3,
.stageContent.background-brown h3,
.fullwidthTeaserItem.background-16 h3,
.stageContent.background-16 h3,
.fullwidthTeaserItem.background-fadedpink h3,
.stageContent.background-fadedpink h3,
.fullwidthTeaserItem.background-20 h3,
.stageContent.background-20 h3,
.fullwidthTeaserItem.background-browngrey h3,
.stageContent.background-browngrey h3,
.fullwidthTeaserItem.background-21 h3,
.stageContent.background-21 h3,
.fullwidthTeaserItem.background-brownred h3,
.stageContent.background-brownred h3,
.fullwidthTeaserItem.background-22 h3,
.stageContent.background-22 h3,
.fullwidthTeaserItem.background-caritasred h3,
.stageContent.background-caritasred h3,
.fullwidthTeaserItem.background-23 h3,
.stageContent.background-23 h3,
.fullwidthTeaserItem.background-elisabethgreen h3,
.stageContent.background-elisabethgreen h3,
.fullwidthTeaserItem.background-25 h3,
.stageContent.background-25 h3,
.fullwidthTeaserItem.background-clemensblue h3,
.stageContent.background-clemensblue h3,
.fullwidthTeaserItem.background-26 h3,
.stageContent.background-26 h3,
.fullwidthTeaserItem.background-fidelisblue h3,
.stageContent.background-fidelisblue h3,
.fullwidthTeaserItem.background-27 h3,
.stageContent.background-27 h3,
.fullwidthTeaserItem.background-hospizbrown h3,
.stageContent.background-hospizbrown h3,
.fullwidthTeaserItem.background-28 h3,
.stageContent.background-28 h3,
.fullwidthTeaserItem.background-kitagreen h3,
.stageContent.background-kitagreen h3,
.fullwidthTeaserItem.background-30 h3,
.stageContent.background-30 h3,
.fullwidthTeaserItem.background-black h3,
.stageContent.background-black h3,
.fullwidthTeaserItem.background-31 h3,
.stageContent.background-31 h3,
.fullwidthTeaserItem.background-gemeindelila h3,
.stageContent.background-gemeindelila h3,
.fullwidthTeaserItem.background-33 h3,
.stageContent.background-33 h3,
.fullwidthTeaserItem.background-gemeinderot h3,
.stageContent.background-gemeinderot h3,
.fullwidthTeaserItem.background-35 h3,
.stageContent.background-35 h3,
.fullwidthTeaserItem.background-steel h3,
.stageContent.background-steel h3,
.fullwidthTeaserItem.background-40 h3,
.stageContent.background-40 h3,
.fullwidthTeaserItem.background-tan h3,
.stageContent.background-tan h3,
.fullwidthTeaserItem.background-41 h3,
.stageContent.background-41 h3,
.fullwidthTeaserItem.background-taupe h3,
.stageContent.background-taupe h3,
.fullwidthTeaserItem.background-42 h3,
.stageContent.background-42 h3,
.fullwidthTeaserItem.background-crimson h3,
.stageContent.background-crimson h3,
.fullwidthTeaserItem.background-43 h3,
.stageContent.background-43 h3,
.fullwidthTeaserItem.background-stonegray h4,
.stageContent.background-stonegray h4,
.fullwidthTeaserItem.background-2 h4,
.stageContent.background-2 h4,
.fullwidthTeaserItem.background-blue h4,
.stageContent.background-blue h4,
.fullwidthTeaserItem.background-3 h4,
.stageContent.background-3 h4,
.fullwidthTeaserItem.background-darkred h4,
.stageContent.background-darkred h4,
.fullwidthTeaserItem.background-4 h4,
.stageContent.background-4 h4,
.fullwidthTeaserItem.background-orange h4,
.stageContent.background-orange h4,
.fullwidthTeaserItem.background-5 h4,
.stageContent.background-5 h4,
.fullwidthTeaserItem.background-cyan h4,
.stageContent.background-cyan h4,
.fullwidthTeaserItem.background-8 h4,
.stageContent.background-8 h4,
.fullwidthTeaserItem.background-pinkred h4,
.stageContent.background-pinkred h4,
.fullwidthTeaserItem.background-9 h4,
.stageContent.background-9 h4,
.fullwidthTeaserItem.background-darkblue h4,
.stageContent.background-darkblue h4,
.fullwidthTeaserItem.background-10 h4,
.stageContent.background-10 h4,
.fullwidthTeaserItem.background-violet h4,
.stageContent.background-violet h4,
.fullwidthTeaserItem.background-11 h4,
.stageContent.background-11 h4,
.fullwidthTeaserItem.background-lightred h4,
.stageContent.background-lightred h4,
.fullwidthTeaserItem.background-12 h4,
.stageContent.background-12 h4,
.fullwidthTeaserItem.background-navy h4,
.stageContent.background-navy h4,
.fullwidthTeaserItem.background-14 h4,
.stageContent.background-14 h4,
.fullwidthTeaserItem.background-brown h4,
.stageContent.background-brown h4,
.fullwidthTeaserItem.background-16 h4,
.stageContent.background-16 h4,
.fullwidthTeaserItem.background-fadedpink h4,
.stageContent.background-fadedpink h4,
.fullwidthTeaserItem.background-20 h4,
.stageContent.background-20 h4,
.fullwidthTeaserItem.background-browngrey h4,
.stageContent.background-browngrey h4,
.fullwidthTeaserItem.background-21 h4,
.stageContent.background-21 h4,
.fullwidthTeaserItem.background-brownred h4,
.stageContent.background-brownred h4,
.fullwidthTeaserItem.background-22 h4,
.stageContent.background-22 h4,
.fullwidthTeaserItem.background-caritasred h4,
.stageContent.background-caritasred h4,
.fullwidthTeaserItem.background-23 h4,
.stageContent.background-23 h4,
.fullwidthTeaserItem.background-elisabethgreen h4,
.stageContent.background-elisabethgreen h4,
.fullwidthTeaserItem.background-25 h4,
.stageContent.background-25 h4,
.fullwidthTeaserItem.background-clemensblue h4,
.stageContent.background-clemensblue h4,
.fullwidthTeaserItem.background-26 h4,
.stageContent.background-26 h4,
.fullwidthTeaserItem.background-fidelisblue h4,
.stageContent.background-fidelisblue h4,
.fullwidthTeaserItem.background-27 h4,
.stageContent.background-27 h4,
.fullwidthTeaserItem.background-hospizbrown h4,
.stageContent.background-hospizbrown h4,
.fullwidthTeaserItem.background-28 h4,
.stageContent.background-28 h4,
.fullwidthTeaserItem.background-kitagreen h4,
.stageContent.background-kitagreen h4,
.fullwidthTeaserItem.background-30 h4,
.stageContent.background-30 h4,
.fullwidthTeaserItem.background-black h4,
.stageContent.background-black h4,
.fullwidthTeaserItem.background-31 h4,
.stageContent.background-31 h4,
.fullwidthTeaserItem.background-gemeindelila h4,
.stageContent.background-gemeindelila h4,
.fullwidthTeaserItem.background-33 h4,
.stageContent.background-33 h4,
.fullwidthTeaserItem.background-gemeinderot h4,
.stageContent.background-gemeinderot h4,
.fullwidthTeaserItem.background-35 h4,
.stageContent.background-35 h4,
.fullwidthTeaserItem.background-steel h4,
.stageContent.background-steel h4,
.fullwidthTeaserItem.background-40 h4,
.stageContent.background-40 h4,
.fullwidthTeaserItem.background-tan h4,
.stageContent.background-tan h4,
.fullwidthTeaserItem.background-41 h4,
.stageContent.background-41 h4,
.fullwidthTeaserItem.background-taupe h4,
.stageContent.background-taupe h4,
.fullwidthTeaserItem.background-42 h4,
.stageContent.background-42 h4,
.fullwidthTeaserItem.background-crimson h4,
.stageContent.background-crimson h4,
.fullwidthTeaserItem.background-43 h4,
.stageContent.background-43 h4,
.fullwidthTeaserItem.background-stonegray h5,
.stageContent.background-stonegray h5,
.fullwidthTeaserItem.background-2 h5,
.stageContent.background-2 h5,
.fullwidthTeaserItem.background-blue h5,
.stageContent.background-blue h5,
.fullwidthTeaserItem.background-3 h5,
.stageContent.background-3 h5,
.fullwidthTeaserItem.background-darkred h5,
.stageContent.background-darkred h5,
.fullwidthTeaserItem.background-4 h5,
.stageContent.background-4 h5,
.fullwidthTeaserItem.background-orange h5,
.stageContent.background-orange h5,
.fullwidthTeaserItem.background-5 h5,
.stageContent.background-5 h5,
.fullwidthTeaserItem.background-cyan h5,
.stageContent.background-cyan h5,
.fullwidthTeaserItem.background-8 h5,
.stageContent.background-8 h5,
.fullwidthTeaserItem.background-pinkred h5,
.stageContent.background-pinkred h5,
.fullwidthTeaserItem.background-9 h5,
.stageContent.background-9 h5,
.fullwidthTeaserItem.background-darkblue h5,
.stageContent.background-darkblue h5,
.fullwidthTeaserItem.background-10 h5,
.stageContent.background-10 h5,
.fullwidthTeaserItem.background-violet h5,
.stageContent.background-violet h5,
.fullwidthTeaserItem.background-11 h5,
.stageContent.background-11 h5,
.fullwidthTeaserItem.background-lightred h5,
.stageContent.background-lightred h5,
.fullwidthTeaserItem.background-12 h5,
.stageContent.background-12 h5,
.fullwidthTeaserItem.background-navy h5,
.stageContent.background-navy h5,
.fullwidthTeaserItem.background-14 h5,
.stageContent.background-14 h5,
.fullwidthTeaserItem.background-brown h5,
.stageContent.background-brown h5,
.fullwidthTeaserItem.background-16 h5,
.stageContent.background-16 h5,
.fullwidthTeaserItem.background-fadedpink h5,
.stageContent.background-fadedpink h5,
.fullwidthTeaserItem.background-20 h5,
.stageContent.background-20 h5,
.fullwidthTeaserItem.background-browngrey h5,
.stageContent.background-browngrey h5,
.fullwidthTeaserItem.background-21 h5,
.stageContent.background-21 h5,
.fullwidthTeaserItem.background-brownred h5,
.stageContent.background-brownred h5,
.fullwidthTeaserItem.background-22 h5,
.stageContent.background-22 h5,
.fullwidthTeaserItem.background-caritasred h5,
.stageContent.background-caritasred h5,
.fullwidthTeaserItem.background-23 h5,
.stageContent.background-23 h5,
.fullwidthTeaserItem.background-elisabethgreen h5,
.stageContent.background-elisabethgreen h5,
.fullwidthTeaserItem.background-25 h5,
.stageContent.background-25 h5,
.fullwidthTeaserItem.background-clemensblue h5,
.stageContent.background-clemensblue h5,
.fullwidthTeaserItem.background-26 h5,
.stageContent.background-26 h5,
.fullwidthTeaserItem.background-fidelisblue h5,
.stageContent.background-fidelisblue h5,
.fullwidthTeaserItem.background-27 h5,
.stageContent.background-27 h5,
.fullwidthTeaserItem.background-hospizbrown h5,
.stageContent.background-hospizbrown h5,
.fullwidthTeaserItem.background-28 h5,
.stageContent.background-28 h5,
.fullwidthTeaserItem.background-kitagreen h5,
.stageContent.background-kitagreen h5,
.fullwidthTeaserItem.background-30 h5,
.stageContent.background-30 h5,
.fullwidthTeaserItem.background-black h5,
.stageContent.background-black h5,
.fullwidthTeaserItem.background-31 h5,
.stageContent.background-31 h5,
.fullwidthTeaserItem.background-gemeindelila h5,
.stageContent.background-gemeindelila h5,
.fullwidthTeaserItem.background-33 h5,
.stageContent.background-33 h5,
.fullwidthTeaserItem.background-gemeinderot h5,
.stageContent.background-gemeinderot h5,
.fullwidthTeaserItem.background-35 h5,
.stageContent.background-35 h5,
.fullwidthTeaserItem.background-steel h5,
.stageContent.background-steel h5,
.fullwidthTeaserItem.background-40 h5,
.stageContent.background-40 h5,
.fullwidthTeaserItem.background-tan h5,
.stageContent.background-tan h5,
.fullwidthTeaserItem.background-41 h5,
.stageContent.background-41 h5,
.fullwidthTeaserItem.background-taupe h5,
.stageContent.background-taupe h5,
.fullwidthTeaserItem.background-42 h5,
.stageContent.background-42 h5,
.fullwidthTeaserItem.background-crimson h5,
.stageContent.background-crimson h5,
.fullwidthTeaserItem.background-43 h5,
.stageContent.background-43 h5 {
  color: white;
}
.fullwidthTeaserItem.background-stonegray h1:after,
.stageContent.background-stonegray h1:after,
.fullwidthTeaserItem.background-2 h1:after,
.stageContent.background-2 h1:after,
.fullwidthTeaserItem.background-blue h1:after,
.stageContent.background-blue h1:after,
.fullwidthTeaserItem.background-3 h1:after,
.stageContent.background-3 h1:after,
.fullwidthTeaserItem.background-darkred h1:after,
.stageContent.background-darkred h1:after,
.fullwidthTeaserItem.background-4 h1:after,
.stageContent.background-4 h1:after,
.fullwidthTeaserItem.background-orange h1:after,
.stageContent.background-orange h1:after,
.fullwidthTeaserItem.background-5 h1:after,
.stageContent.background-5 h1:after,
.fullwidthTeaserItem.background-cyan h1:after,
.stageContent.background-cyan h1:after,
.fullwidthTeaserItem.background-8 h1:after,
.stageContent.background-8 h1:after,
.fullwidthTeaserItem.background-pinkred h1:after,
.stageContent.background-pinkred h1:after,
.fullwidthTeaserItem.background-9 h1:after,
.stageContent.background-9 h1:after,
.fullwidthTeaserItem.background-darkblue h1:after,
.stageContent.background-darkblue h1:after,
.fullwidthTeaserItem.background-10 h1:after,
.stageContent.background-10 h1:after,
.fullwidthTeaserItem.background-violet h1:after,
.stageContent.background-violet h1:after,
.fullwidthTeaserItem.background-11 h1:after,
.stageContent.background-11 h1:after,
.fullwidthTeaserItem.background-lightred h1:after,
.stageContent.background-lightred h1:after,
.fullwidthTeaserItem.background-12 h1:after,
.stageContent.background-12 h1:after,
.fullwidthTeaserItem.background-navy h1:after,
.stageContent.background-navy h1:after,
.fullwidthTeaserItem.background-14 h1:after,
.stageContent.background-14 h1:after,
.fullwidthTeaserItem.background-brown h1:after,
.stageContent.background-brown h1:after,
.fullwidthTeaserItem.background-16 h1:after,
.stageContent.background-16 h1:after,
.fullwidthTeaserItem.background-fadedpink h1:after,
.stageContent.background-fadedpink h1:after,
.fullwidthTeaserItem.background-20 h1:after,
.stageContent.background-20 h1:after,
.fullwidthTeaserItem.background-browngrey h1:after,
.stageContent.background-browngrey h1:after,
.fullwidthTeaserItem.background-21 h1:after,
.stageContent.background-21 h1:after,
.fullwidthTeaserItem.background-brownred h1:after,
.stageContent.background-brownred h1:after,
.fullwidthTeaserItem.background-22 h1:after,
.stageContent.background-22 h1:after,
.fullwidthTeaserItem.background-caritasred h1:after,
.stageContent.background-caritasred h1:after,
.fullwidthTeaserItem.background-23 h1:after,
.stageContent.background-23 h1:after,
.fullwidthTeaserItem.background-elisabethgreen h1:after,
.stageContent.background-elisabethgreen h1:after,
.fullwidthTeaserItem.background-25 h1:after,
.stageContent.background-25 h1:after,
.fullwidthTeaserItem.background-clemensblue h1:after,
.stageContent.background-clemensblue h1:after,
.fullwidthTeaserItem.background-26 h1:after,
.stageContent.background-26 h1:after,
.fullwidthTeaserItem.background-fidelisblue h1:after,
.stageContent.background-fidelisblue h1:after,
.fullwidthTeaserItem.background-27 h1:after,
.stageContent.background-27 h1:after,
.fullwidthTeaserItem.background-hospizbrown h1:after,
.stageContent.background-hospizbrown h1:after,
.fullwidthTeaserItem.background-28 h1:after,
.stageContent.background-28 h1:after,
.fullwidthTeaserItem.background-kitagreen h1:after,
.stageContent.background-kitagreen h1:after,
.fullwidthTeaserItem.background-30 h1:after,
.stageContent.background-30 h1:after,
.fullwidthTeaserItem.background-black h1:after,
.stageContent.background-black h1:after,
.fullwidthTeaserItem.background-31 h1:after,
.stageContent.background-31 h1:after,
.fullwidthTeaserItem.background-gemeindelila h1:after,
.stageContent.background-gemeindelila h1:after,
.fullwidthTeaserItem.background-33 h1:after,
.stageContent.background-33 h1:after,
.fullwidthTeaserItem.background-gemeinderot h1:after,
.stageContent.background-gemeinderot h1:after,
.fullwidthTeaserItem.background-35 h1:after,
.stageContent.background-35 h1:after,
.fullwidthTeaserItem.background-steel h1:after,
.stageContent.background-steel h1:after,
.fullwidthTeaserItem.background-40 h1:after,
.stageContent.background-40 h1:after,
.fullwidthTeaserItem.background-tan h1:after,
.stageContent.background-tan h1:after,
.fullwidthTeaserItem.background-41 h1:after,
.stageContent.background-41 h1:after,
.fullwidthTeaserItem.background-taupe h1:after,
.stageContent.background-taupe h1:after,
.fullwidthTeaserItem.background-42 h1:after,
.stageContent.background-42 h1:after,
.fullwidthTeaserItem.background-crimson h1:after,
.stageContent.background-crimson h1:after,
.fullwidthTeaserItem.background-43 h1:after,
.stageContent.background-43 h1:after,
.fullwidthTeaserItem.background-stonegray h2:after,
.stageContent.background-stonegray h2:after,
.fullwidthTeaserItem.background-2 h2:after,
.stageContent.background-2 h2:after,
.fullwidthTeaserItem.background-blue h2:after,
.stageContent.background-blue h2:after,
.fullwidthTeaserItem.background-3 h2:after,
.stageContent.background-3 h2:after,
.fullwidthTeaserItem.background-darkred h2:after,
.stageContent.background-darkred h2:after,
.fullwidthTeaserItem.background-4 h2:after,
.stageContent.background-4 h2:after,
.fullwidthTeaserItem.background-orange h2:after,
.stageContent.background-orange h2:after,
.fullwidthTeaserItem.background-5 h2:after,
.stageContent.background-5 h2:after,
.fullwidthTeaserItem.background-cyan h2:after,
.stageContent.background-cyan h2:after,
.fullwidthTeaserItem.background-8 h2:after,
.stageContent.background-8 h2:after,
.fullwidthTeaserItem.background-pinkred h2:after,
.stageContent.background-pinkred h2:after,
.fullwidthTeaserItem.background-9 h2:after,
.stageContent.background-9 h2:after,
.fullwidthTeaserItem.background-darkblue h2:after,
.stageContent.background-darkblue h2:after,
.fullwidthTeaserItem.background-10 h2:after,
.stageContent.background-10 h2:after,
.fullwidthTeaserItem.background-violet h2:after,
.stageContent.background-violet h2:after,
.fullwidthTeaserItem.background-11 h2:after,
.stageContent.background-11 h2:after,
.fullwidthTeaserItem.background-lightred h2:after,
.stageContent.background-lightred h2:after,
.fullwidthTeaserItem.background-12 h2:after,
.stageContent.background-12 h2:after,
.fullwidthTeaserItem.background-navy h2:after,
.stageContent.background-navy h2:after,
.fullwidthTeaserItem.background-14 h2:after,
.stageContent.background-14 h2:after,
.fullwidthTeaserItem.background-brown h2:after,
.stageContent.background-brown h2:after,
.fullwidthTeaserItem.background-16 h2:after,
.stageContent.background-16 h2:after,
.fullwidthTeaserItem.background-fadedpink h2:after,
.stageContent.background-fadedpink h2:after,
.fullwidthTeaserItem.background-20 h2:after,
.stageContent.background-20 h2:after,
.fullwidthTeaserItem.background-browngrey h2:after,
.stageContent.background-browngrey h2:after,
.fullwidthTeaserItem.background-21 h2:after,
.stageContent.background-21 h2:after,
.fullwidthTeaserItem.background-brownred h2:after,
.stageContent.background-brownred h2:after,
.fullwidthTeaserItem.background-22 h2:after,
.stageContent.background-22 h2:after,
.fullwidthTeaserItem.background-caritasred h2:after,
.stageContent.background-caritasred h2:after,
.fullwidthTeaserItem.background-23 h2:after,
.stageContent.background-23 h2:after,
.fullwidthTeaserItem.background-elisabethgreen h2:after,
.stageContent.background-elisabethgreen h2:after,
.fullwidthTeaserItem.background-25 h2:after,
.stageContent.background-25 h2:after,
.fullwidthTeaserItem.background-clemensblue h2:after,
.stageContent.background-clemensblue h2:after,
.fullwidthTeaserItem.background-26 h2:after,
.stageContent.background-26 h2:after,
.fullwidthTeaserItem.background-fidelisblue h2:after,
.stageContent.background-fidelisblue h2:after,
.fullwidthTeaserItem.background-27 h2:after,
.stageContent.background-27 h2:after,
.fullwidthTeaserItem.background-hospizbrown h2:after,
.stageContent.background-hospizbrown h2:after,
.fullwidthTeaserItem.background-28 h2:after,
.stageContent.background-28 h2:after,
.fullwidthTeaserItem.background-kitagreen h2:after,
.stageContent.background-kitagreen h2:after,
.fullwidthTeaserItem.background-30 h2:after,
.stageContent.background-30 h2:after,
.fullwidthTeaserItem.background-black h2:after,
.stageContent.background-black h2:after,
.fullwidthTeaserItem.background-31 h2:after,
.stageContent.background-31 h2:after,
.fullwidthTeaserItem.background-gemeindelila h2:after,
.stageContent.background-gemeindelila h2:after,
.fullwidthTeaserItem.background-33 h2:after,
.stageContent.background-33 h2:after,
.fullwidthTeaserItem.background-gemeinderot h2:after,
.stageContent.background-gemeinderot h2:after,
.fullwidthTeaserItem.background-35 h2:after,
.stageContent.background-35 h2:after,
.fullwidthTeaserItem.background-steel h2:after,
.stageContent.background-steel h2:after,
.fullwidthTeaserItem.background-40 h2:after,
.stageContent.background-40 h2:after,
.fullwidthTeaserItem.background-tan h2:after,
.stageContent.background-tan h2:after,
.fullwidthTeaserItem.background-41 h2:after,
.stageContent.background-41 h2:after,
.fullwidthTeaserItem.background-taupe h2:after,
.stageContent.background-taupe h2:after,
.fullwidthTeaserItem.background-42 h2:after,
.stageContent.background-42 h2:after,
.fullwidthTeaserItem.background-crimson h2:after,
.stageContent.background-crimson h2:after,
.fullwidthTeaserItem.background-43 h2:after,
.stageContent.background-43 h2:after,
.fullwidthTeaserItem.background-stonegray h3:after,
.stageContent.background-stonegray h3:after,
.fullwidthTeaserItem.background-2 h3:after,
.stageContent.background-2 h3:after,
.fullwidthTeaserItem.background-blue h3:after,
.stageContent.background-blue h3:after,
.fullwidthTeaserItem.background-3 h3:after,
.stageContent.background-3 h3:after,
.fullwidthTeaserItem.background-darkred h3:after,
.stageContent.background-darkred h3:after,
.fullwidthTeaserItem.background-4 h3:after,
.stageContent.background-4 h3:after,
.fullwidthTeaserItem.background-orange h3:after,
.stageContent.background-orange h3:after,
.fullwidthTeaserItem.background-5 h3:after,
.stageContent.background-5 h3:after,
.fullwidthTeaserItem.background-cyan h3:after,
.stageContent.background-cyan h3:after,
.fullwidthTeaserItem.background-8 h3:after,
.stageContent.background-8 h3:after,
.fullwidthTeaserItem.background-pinkred h3:after,
.stageContent.background-pinkred h3:after,
.fullwidthTeaserItem.background-9 h3:after,
.stageContent.background-9 h3:after,
.fullwidthTeaserItem.background-darkblue h3:after,
.stageContent.background-darkblue h3:after,
.fullwidthTeaserItem.background-10 h3:after,
.stageContent.background-10 h3:after,
.fullwidthTeaserItem.background-violet h3:after,
.stageContent.background-violet h3:after,
.fullwidthTeaserItem.background-11 h3:after,
.stageContent.background-11 h3:after,
.fullwidthTeaserItem.background-lightred h3:after,
.stageContent.background-lightred h3:after,
.fullwidthTeaserItem.background-12 h3:after,
.stageContent.background-12 h3:after,
.fullwidthTeaserItem.background-navy h3:after,
.stageContent.background-navy h3:after,
.fullwidthTeaserItem.background-14 h3:after,
.stageContent.background-14 h3:after,
.fullwidthTeaserItem.background-brown h3:after,
.stageContent.background-brown h3:after,
.fullwidthTeaserItem.background-16 h3:after,
.stageContent.background-16 h3:after,
.fullwidthTeaserItem.background-fadedpink h3:after,
.stageContent.background-fadedpink h3:after,
.fullwidthTeaserItem.background-20 h3:after,
.stageContent.background-20 h3:after,
.fullwidthTeaserItem.background-browngrey h3:after,
.stageContent.background-browngrey h3:after,
.fullwidthTeaserItem.background-21 h3:after,
.stageContent.background-21 h3:after,
.fullwidthTeaserItem.background-brownred h3:after,
.stageContent.background-brownred h3:after,
.fullwidthTeaserItem.background-22 h3:after,
.stageContent.background-22 h3:after,
.fullwidthTeaserItem.background-caritasred h3:after,
.stageContent.background-caritasred h3:after,
.fullwidthTeaserItem.background-23 h3:after,
.stageContent.background-23 h3:after,
.fullwidthTeaserItem.background-elisabethgreen h3:after,
.stageContent.background-elisabethgreen h3:after,
.fullwidthTeaserItem.background-25 h3:after,
.stageContent.background-25 h3:after,
.fullwidthTeaserItem.background-clemensblue h3:after,
.stageContent.background-clemensblue h3:after,
.fullwidthTeaserItem.background-26 h3:after,
.stageContent.background-26 h3:after,
.fullwidthTeaserItem.background-fidelisblue h3:after,
.stageContent.background-fidelisblue h3:after,
.fullwidthTeaserItem.background-27 h3:after,
.stageContent.background-27 h3:after,
.fullwidthTeaserItem.background-hospizbrown h3:after,
.stageContent.background-hospizbrown h3:after,
.fullwidthTeaserItem.background-28 h3:after,
.stageContent.background-28 h3:after,
.fullwidthTeaserItem.background-kitagreen h3:after,
.stageContent.background-kitagreen h3:after,
.fullwidthTeaserItem.background-30 h3:after,
.stageContent.background-30 h3:after,
.fullwidthTeaserItem.background-black h3:after,
.stageContent.background-black h3:after,
.fullwidthTeaserItem.background-31 h3:after,
.stageContent.background-31 h3:after,
.fullwidthTeaserItem.background-gemeindelila h3:after,
.stageContent.background-gemeindelila h3:after,
.fullwidthTeaserItem.background-33 h3:after,
.stageContent.background-33 h3:after,
.fullwidthTeaserItem.background-gemeinderot h3:after,
.stageContent.background-gemeinderot h3:after,
.fullwidthTeaserItem.background-35 h3:after,
.stageContent.background-35 h3:after,
.fullwidthTeaserItem.background-steel h3:after,
.stageContent.background-steel h3:after,
.fullwidthTeaserItem.background-40 h3:after,
.stageContent.background-40 h3:after,
.fullwidthTeaserItem.background-tan h3:after,
.stageContent.background-tan h3:after,
.fullwidthTeaserItem.background-41 h3:after,
.stageContent.background-41 h3:after,
.fullwidthTeaserItem.background-taupe h3:after,
.stageContent.background-taupe h3:after,
.fullwidthTeaserItem.background-42 h3:after,
.stageContent.background-42 h3:after,
.fullwidthTeaserItem.background-crimson h3:after,
.stageContent.background-crimson h3:after,
.fullwidthTeaserItem.background-43 h3:after,
.stageContent.background-43 h3:after,
.fullwidthTeaserItem.background-stonegray h4:after,
.stageContent.background-stonegray h4:after,
.fullwidthTeaserItem.background-2 h4:after,
.stageContent.background-2 h4:after,
.fullwidthTeaserItem.background-blue h4:after,
.stageContent.background-blue h4:after,
.fullwidthTeaserItem.background-3 h4:after,
.stageContent.background-3 h4:after,
.fullwidthTeaserItem.background-darkred h4:after,
.stageContent.background-darkred h4:after,
.fullwidthTeaserItem.background-4 h4:after,
.stageContent.background-4 h4:after,
.fullwidthTeaserItem.background-orange h4:after,
.stageContent.background-orange h4:after,
.fullwidthTeaserItem.background-5 h4:after,
.stageContent.background-5 h4:after,
.fullwidthTeaserItem.background-cyan h4:after,
.stageContent.background-cyan h4:after,
.fullwidthTeaserItem.background-8 h4:after,
.stageContent.background-8 h4:after,
.fullwidthTeaserItem.background-pinkred h4:after,
.stageContent.background-pinkred h4:after,
.fullwidthTeaserItem.background-9 h4:after,
.stageContent.background-9 h4:after,
.fullwidthTeaserItem.background-darkblue h4:after,
.stageContent.background-darkblue h4:after,
.fullwidthTeaserItem.background-10 h4:after,
.stageContent.background-10 h4:after,
.fullwidthTeaserItem.background-violet h4:after,
.stageContent.background-violet h4:after,
.fullwidthTeaserItem.background-11 h4:after,
.stageContent.background-11 h4:after,
.fullwidthTeaserItem.background-lightred h4:after,
.stageContent.background-lightred h4:after,
.fullwidthTeaserItem.background-12 h4:after,
.stageContent.background-12 h4:after,
.fullwidthTeaserItem.background-navy h4:after,
.stageContent.background-navy h4:after,
.fullwidthTeaserItem.background-14 h4:after,
.stageContent.background-14 h4:after,
.fullwidthTeaserItem.background-brown h4:after,
.stageContent.background-brown h4:after,
.fullwidthTeaserItem.background-16 h4:after,
.stageContent.background-16 h4:after,
.fullwidthTeaserItem.background-fadedpink h4:after,
.stageContent.background-fadedpink h4:after,
.fullwidthTeaserItem.background-20 h4:after,
.stageContent.background-20 h4:after,
.fullwidthTeaserItem.background-browngrey h4:after,
.stageContent.background-browngrey h4:after,
.fullwidthTeaserItem.background-21 h4:after,
.stageContent.background-21 h4:after,
.fullwidthTeaserItem.background-brownred h4:after,
.stageContent.background-brownred h4:after,
.fullwidthTeaserItem.background-22 h4:after,
.stageContent.background-22 h4:after,
.fullwidthTeaserItem.background-caritasred h4:after,
.stageContent.background-caritasred h4:after,
.fullwidthTeaserItem.background-23 h4:after,
.stageContent.background-23 h4:after,
.fullwidthTeaserItem.background-elisabethgreen h4:after,
.stageContent.background-elisabethgreen h4:after,
.fullwidthTeaserItem.background-25 h4:after,
.stageContent.background-25 h4:after,
.fullwidthTeaserItem.background-clemensblue h4:after,
.stageContent.background-clemensblue h4:after,
.fullwidthTeaserItem.background-26 h4:after,
.stageContent.background-26 h4:after,
.fullwidthTeaserItem.background-fidelisblue h4:after,
.stageContent.background-fidelisblue h4:after,
.fullwidthTeaserItem.background-27 h4:after,
.stageContent.background-27 h4:after,
.fullwidthTeaserItem.background-hospizbrown h4:after,
.stageContent.background-hospizbrown h4:after,
.fullwidthTeaserItem.background-28 h4:after,
.stageContent.background-28 h4:after,
.fullwidthTeaserItem.background-kitagreen h4:after,
.stageContent.background-kitagreen h4:after,
.fullwidthTeaserItem.background-30 h4:after,
.stageContent.background-30 h4:after,
.fullwidthTeaserItem.background-black h4:after,
.stageContent.background-black h4:after,
.fullwidthTeaserItem.background-31 h4:after,
.stageContent.background-31 h4:after,
.fullwidthTeaserItem.background-gemeindelila h4:after,
.stageContent.background-gemeindelila h4:after,
.fullwidthTeaserItem.background-33 h4:after,
.stageContent.background-33 h4:after,
.fullwidthTeaserItem.background-gemeinderot h4:after,
.stageContent.background-gemeinderot h4:after,
.fullwidthTeaserItem.background-35 h4:after,
.stageContent.background-35 h4:after,
.fullwidthTeaserItem.background-steel h4:after,
.stageContent.background-steel h4:after,
.fullwidthTeaserItem.background-40 h4:after,
.stageContent.background-40 h4:after,
.fullwidthTeaserItem.background-tan h4:after,
.stageContent.background-tan h4:after,
.fullwidthTeaserItem.background-41 h4:after,
.stageContent.background-41 h4:after,
.fullwidthTeaserItem.background-taupe h4:after,
.stageContent.background-taupe h4:after,
.fullwidthTeaserItem.background-42 h4:after,
.stageContent.background-42 h4:after,
.fullwidthTeaserItem.background-crimson h4:after,
.stageContent.background-crimson h4:after,
.fullwidthTeaserItem.background-43 h4:after,
.stageContent.background-43 h4:after,
.fullwidthTeaserItem.background-stonegray h5:after,
.stageContent.background-stonegray h5:after,
.fullwidthTeaserItem.background-2 h5:after,
.stageContent.background-2 h5:after,
.fullwidthTeaserItem.background-blue h5:after,
.stageContent.background-blue h5:after,
.fullwidthTeaserItem.background-3 h5:after,
.stageContent.background-3 h5:after,
.fullwidthTeaserItem.background-darkred h5:after,
.stageContent.background-darkred h5:after,
.fullwidthTeaserItem.background-4 h5:after,
.stageContent.background-4 h5:after,
.fullwidthTeaserItem.background-orange h5:after,
.stageContent.background-orange h5:after,
.fullwidthTeaserItem.background-5 h5:after,
.stageContent.background-5 h5:after,
.fullwidthTeaserItem.background-cyan h5:after,
.stageContent.background-cyan h5:after,
.fullwidthTeaserItem.background-8 h5:after,
.stageContent.background-8 h5:after,
.fullwidthTeaserItem.background-pinkred h5:after,
.stageContent.background-pinkred h5:after,
.fullwidthTeaserItem.background-9 h5:after,
.stageContent.background-9 h5:after,
.fullwidthTeaserItem.background-darkblue h5:after,
.stageContent.background-darkblue h5:after,
.fullwidthTeaserItem.background-10 h5:after,
.stageContent.background-10 h5:after,
.fullwidthTeaserItem.background-violet h5:after,
.stageContent.background-violet h5:after,
.fullwidthTeaserItem.background-11 h5:after,
.stageContent.background-11 h5:after,
.fullwidthTeaserItem.background-lightred h5:after,
.stageContent.background-lightred h5:after,
.fullwidthTeaserItem.background-12 h5:after,
.stageContent.background-12 h5:after,
.fullwidthTeaserItem.background-navy h5:after,
.stageContent.background-navy h5:after,
.fullwidthTeaserItem.background-14 h5:after,
.stageContent.background-14 h5:after,
.fullwidthTeaserItem.background-brown h5:after,
.stageContent.background-brown h5:after,
.fullwidthTeaserItem.background-16 h5:after,
.stageContent.background-16 h5:after,
.fullwidthTeaserItem.background-fadedpink h5:after,
.stageContent.background-fadedpink h5:after,
.fullwidthTeaserItem.background-20 h5:after,
.stageContent.background-20 h5:after,
.fullwidthTeaserItem.background-browngrey h5:after,
.stageContent.background-browngrey h5:after,
.fullwidthTeaserItem.background-21 h5:after,
.stageContent.background-21 h5:after,
.fullwidthTeaserItem.background-brownred h5:after,
.stageContent.background-brownred h5:after,
.fullwidthTeaserItem.background-22 h5:after,
.stageContent.background-22 h5:after,
.fullwidthTeaserItem.background-caritasred h5:after,
.stageContent.background-caritasred h5:after,
.fullwidthTeaserItem.background-23 h5:after,
.stageContent.background-23 h5:after,
.fullwidthTeaserItem.background-elisabethgreen h5:after,
.stageContent.background-elisabethgreen h5:after,
.fullwidthTeaserItem.background-25 h5:after,
.stageContent.background-25 h5:after,
.fullwidthTeaserItem.background-clemensblue h5:after,
.stageContent.background-clemensblue h5:after,
.fullwidthTeaserItem.background-26 h5:after,
.stageContent.background-26 h5:after,
.fullwidthTeaserItem.background-fidelisblue h5:after,
.stageContent.background-fidelisblue h5:after,
.fullwidthTeaserItem.background-27 h5:after,
.stageContent.background-27 h5:after,
.fullwidthTeaserItem.background-hospizbrown h5:after,
.stageContent.background-hospizbrown h5:after,
.fullwidthTeaserItem.background-28 h5:after,
.stageContent.background-28 h5:after,
.fullwidthTeaserItem.background-kitagreen h5:after,
.stageContent.background-kitagreen h5:after,
.fullwidthTeaserItem.background-30 h5:after,
.stageContent.background-30 h5:after,
.fullwidthTeaserItem.background-black h5:after,
.stageContent.background-black h5:after,
.fullwidthTeaserItem.background-31 h5:after,
.stageContent.background-31 h5:after,
.fullwidthTeaserItem.background-gemeindelila h5:after,
.stageContent.background-gemeindelila h5:after,
.fullwidthTeaserItem.background-33 h5:after,
.stageContent.background-33 h5:after,
.fullwidthTeaserItem.background-gemeinderot h5:after,
.stageContent.background-gemeinderot h5:after,
.fullwidthTeaserItem.background-35 h5:after,
.stageContent.background-35 h5:after,
.fullwidthTeaserItem.background-steel h5:after,
.stageContent.background-steel h5:after,
.fullwidthTeaserItem.background-40 h5:after,
.stageContent.background-40 h5:after,
.fullwidthTeaserItem.background-tan h5:after,
.stageContent.background-tan h5:after,
.fullwidthTeaserItem.background-41 h5:after,
.stageContent.background-41 h5:after,
.fullwidthTeaserItem.background-taupe h5:after,
.stageContent.background-taupe h5:after,
.fullwidthTeaserItem.background-42 h5:after,
.stageContent.background-42 h5:after,
.fullwidthTeaserItem.background-crimson h5:after,
.stageContent.background-crimson h5:after,
.fullwidthTeaserItem.background-43 h5:after,
.stageContent.background-43 h5:after {
  background-color: white;
}
.fullwidthTeaserItem.background-sand h1,
.stageContent.background-sand h1,
.fullwidthTeaserItem.background-1 h1,
.stageContent.background-1 h1,
.fullwidthTeaserItem.background-white h1,
.stageContent.background-white h1,
.fullwidthTeaserItem.background-7 h1,
.stageContent.background-7 h1,
.fullwidthTeaserItem.background-yellow h1,
.stageContent.background-yellow h1,
.fullwidthTeaserItem.background-6 h1,
.stageContent.background-6 h1,
.fullwidthTeaserItem.background-lightorange h1,
.stageContent.background-lightorange h1,
.fullwidthTeaserItem.background-13 h1,
.stageContent.background-13 h1,
.fullwidthTeaserItem.background-lightgreen h1,
.stageContent.background-lightgreen h1,
.fullwidthTeaserItem.background-15 h1,
.stageContent.background-15 h1,
.fullwidthTeaserItem.background-sepia h1,
.stageContent.background-sepia h1,
.fullwidthTeaserItem.background-17 h1,
.stageContent.background-17 h1,
.fullwidthTeaserItem.background-chromewhite h1,
.stageContent.background-chromewhite h1,
.fullwidthTeaserItem.background-18 h1,
.stageContent.background-18 h1,
.fullwidthTeaserItem.background-cashmere h1,
.stageContent.background-cashmere h1,
.fullwidthTeaserItem.background-19 h1,
.stageContent.background-19 h1,
.fullwidthTeaserItem.background-hospizorange h1,
.stageContent.background-hospizorange h1,
.fullwidthTeaserItem.background-24 h1,
.stageContent.background-24 h1,
.fullwidthTeaserItem.background-foundationblue h1,
.stageContent.background-foundationblue h1,
.fullwidthTeaserItem.background-29 h1,
.stageContent.background-29 h1,
.fullwidthTeaserItem.background-lightblue h1,
.stageContent.background-lightblue h1,
.fullwidthTeaserItem.background-32 h1,
.stageContent.background-32 h1,
.fullwidthTeaserItem.background-gemeindegrun h1,
.stageContent.background-gemeindegrun h1,
.fullwidthTeaserItem.background-34 h1,
.stageContent.background-34 h1,
.fullwidthTeaserItem.background-sand h2,
.stageContent.background-sand h2,
.fullwidthTeaserItem.background-1 h2,
.stageContent.background-1 h2,
.fullwidthTeaserItem.background-white h2,
.stageContent.background-white h2,
.fullwidthTeaserItem.background-7 h2,
.stageContent.background-7 h2,
.fullwidthTeaserItem.background-yellow h2,
.stageContent.background-yellow h2,
.fullwidthTeaserItem.background-6 h2,
.stageContent.background-6 h2,
.fullwidthTeaserItem.background-lightorange h2,
.stageContent.background-lightorange h2,
.fullwidthTeaserItem.background-13 h2,
.stageContent.background-13 h2,
.fullwidthTeaserItem.background-lightgreen h2,
.stageContent.background-lightgreen h2,
.fullwidthTeaserItem.background-15 h2,
.stageContent.background-15 h2,
.fullwidthTeaserItem.background-sepia h2,
.stageContent.background-sepia h2,
.fullwidthTeaserItem.background-17 h2,
.stageContent.background-17 h2,
.fullwidthTeaserItem.background-chromewhite h2,
.stageContent.background-chromewhite h2,
.fullwidthTeaserItem.background-18 h2,
.stageContent.background-18 h2,
.fullwidthTeaserItem.background-cashmere h2,
.stageContent.background-cashmere h2,
.fullwidthTeaserItem.background-19 h2,
.stageContent.background-19 h2,
.fullwidthTeaserItem.background-hospizorange h2,
.stageContent.background-hospizorange h2,
.fullwidthTeaserItem.background-24 h2,
.stageContent.background-24 h2,
.fullwidthTeaserItem.background-foundationblue h2,
.stageContent.background-foundationblue h2,
.fullwidthTeaserItem.background-29 h2,
.stageContent.background-29 h2,
.fullwidthTeaserItem.background-lightblue h2,
.stageContent.background-lightblue h2,
.fullwidthTeaserItem.background-32 h2,
.stageContent.background-32 h2,
.fullwidthTeaserItem.background-gemeindegrun h2,
.stageContent.background-gemeindegrun h2,
.fullwidthTeaserItem.background-34 h2,
.stageContent.background-34 h2,
.fullwidthTeaserItem.background-sand h3,
.stageContent.background-sand h3,
.fullwidthTeaserItem.background-1 h3,
.stageContent.background-1 h3,
.fullwidthTeaserItem.background-white h3,
.stageContent.background-white h3,
.fullwidthTeaserItem.background-7 h3,
.stageContent.background-7 h3,
.fullwidthTeaserItem.background-yellow h3,
.stageContent.background-yellow h3,
.fullwidthTeaserItem.background-6 h3,
.stageContent.background-6 h3,
.fullwidthTeaserItem.background-lightorange h3,
.stageContent.background-lightorange h3,
.fullwidthTeaserItem.background-13 h3,
.stageContent.background-13 h3,
.fullwidthTeaserItem.background-lightgreen h3,
.stageContent.background-lightgreen h3,
.fullwidthTeaserItem.background-15 h3,
.stageContent.background-15 h3,
.fullwidthTeaserItem.background-sepia h3,
.stageContent.background-sepia h3,
.fullwidthTeaserItem.background-17 h3,
.stageContent.background-17 h3,
.fullwidthTeaserItem.background-chromewhite h3,
.stageContent.background-chromewhite h3,
.fullwidthTeaserItem.background-18 h3,
.stageContent.background-18 h3,
.fullwidthTeaserItem.background-cashmere h3,
.stageContent.background-cashmere h3,
.fullwidthTeaserItem.background-19 h3,
.stageContent.background-19 h3,
.fullwidthTeaserItem.background-hospizorange h3,
.stageContent.background-hospizorange h3,
.fullwidthTeaserItem.background-24 h3,
.stageContent.background-24 h3,
.fullwidthTeaserItem.background-foundationblue h3,
.stageContent.background-foundationblue h3,
.fullwidthTeaserItem.background-29 h3,
.stageContent.background-29 h3,
.fullwidthTeaserItem.background-lightblue h3,
.stageContent.background-lightblue h3,
.fullwidthTeaserItem.background-32 h3,
.stageContent.background-32 h3,
.fullwidthTeaserItem.background-gemeindegrun h3,
.stageContent.background-gemeindegrun h3,
.fullwidthTeaserItem.background-34 h3,
.stageContent.background-34 h3,
.fullwidthTeaserItem.background-sand h4,
.stageContent.background-sand h4,
.fullwidthTeaserItem.background-1 h4,
.stageContent.background-1 h4,
.fullwidthTeaserItem.background-white h4,
.stageContent.background-white h4,
.fullwidthTeaserItem.background-7 h4,
.stageContent.background-7 h4,
.fullwidthTeaserItem.background-yellow h4,
.stageContent.background-yellow h4,
.fullwidthTeaserItem.background-6 h4,
.stageContent.background-6 h4,
.fullwidthTeaserItem.background-lightorange h4,
.stageContent.background-lightorange h4,
.fullwidthTeaserItem.background-13 h4,
.stageContent.background-13 h4,
.fullwidthTeaserItem.background-lightgreen h4,
.stageContent.background-lightgreen h4,
.fullwidthTeaserItem.background-15 h4,
.stageContent.background-15 h4,
.fullwidthTeaserItem.background-sepia h4,
.stageContent.background-sepia h4,
.fullwidthTeaserItem.background-17 h4,
.stageContent.background-17 h4,
.fullwidthTeaserItem.background-chromewhite h4,
.stageContent.background-chromewhite h4,
.fullwidthTeaserItem.background-18 h4,
.stageContent.background-18 h4,
.fullwidthTeaserItem.background-cashmere h4,
.stageContent.background-cashmere h4,
.fullwidthTeaserItem.background-19 h4,
.stageContent.background-19 h4,
.fullwidthTeaserItem.background-hospizorange h4,
.stageContent.background-hospizorange h4,
.fullwidthTeaserItem.background-24 h4,
.stageContent.background-24 h4,
.fullwidthTeaserItem.background-foundationblue h4,
.stageContent.background-foundationblue h4,
.fullwidthTeaserItem.background-29 h4,
.stageContent.background-29 h4,
.fullwidthTeaserItem.background-lightblue h4,
.stageContent.background-lightblue h4,
.fullwidthTeaserItem.background-32 h4,
.stageContent.background-32 h4,
.fullwidthTeaserItem.background-gemeindegrun h4,
.stageContent.background-gemeindegrun h4,
.fullwidthTeaserItem.background-34 h4,
.stageContent.background-34 h4,
.fullwidthTeaserItem.background-sand h5,
.stageContent.background-sand h5,
.fullwidthTeaserItem.background-1 h5,
.stageContent.background-1 h5,
.fullwidthTeaserItem.background-white h5,
.stageContent.background-white h5,
.fullwidthTeaserItem.background-7 h5,
.stageContent.background-7 h5,
.fullwidthTeaserItem.background-yellow h5,
.stageContent.background-yellow h5,
.fullwidthTeaserItem.background-6 h5,
.stageContent.background-6 h5,
.fullwidthTeaserItem.background-lightorange h5,
.stageContent.background-lightorange h5,
.fullwidthTeaserItem.background-13 h5,
.stageContent.background-13 h5,
.fullwidthTeaserItem.background-lightgreen h5,
.stageContent.background-lightgreen h5,
.fullwidthTeaserItem.background-15 h5,
.stageContent.background-15 h5,
.fullwidthTeaserItem.background-sepia h5,
.stageContent.background-sepia h5,
.fullwidthTeaserItem.background-17 h5,
.stageContent.background-17 h5,
.fullwidthTeaserItem.background-chromewhite h5,
.stageContent.background-chromewhite h5,
.fullwidthTeaserItem.background-18 h5,
.stageContent.background-18 h5,
.fullwidthTeaserItem.background-cashmere h5,
.stageContent.background-cashmere h5,
.fullwidthTeaserItem.background-19 h5,
.stageContent.background-19 h5,
.fullwidthTeaserItem.background-hospizorange h5,
.stageContent.background-hospizorange h5,
.fullwidthTeaserItem.background-24 h5,
.stageContent.background-24 h5,
.fullwidthTeaserItem.background-foundationblue h5,
.stageContent.background-foundationblue h5,
.fullwidthTeaserItem.background-29 h5,
.stageContent.background-29 h5,
.fullwidthTeaserItem.background-lightblue h5,
.stageContent.background-lightblue h5,
.fullwidthTeaserItem.background-32 h5,
.stageContent.background-32 h5,
.fullwidthTeaserItem.background-gemeindegrun h5,
.stageContent.background-gemeindegrun h5,
.fullwidthTeaserItem.background-34 h5,
.stageContent.background-34 h5 {
  color: #2e2a24;
}
.fullwidthTeaserItem.background-sand h1:after,
.stageContent.background-sand h1:after,
.fullwidthTeaserItem.background-1 h1:after,
.stageContent.background-1 h1:after,
.fullwidthTeaserItem.background-white h1:after,
.stageContent.background-white h1:after,
.fullwidthTeaserItem.background-7 h1:after,
.stageContent.background-7 h1:after,
.fullwidthTeaserItem.background-yellow h1:after,
.stageContent.background-yellow h1:after,
.fullwidthTeaserItem.background-6 h1:after,
.stageContent.background-6 h1:after,
.fullwidthTeaserItem.background-lightorange h1:after,
.stageContent.background-lightorange h1:after,
.fullwidthTeaserItem.background-13 h1:after,
.stageContent.background-13 h1:after,
.fullwidthTeaserItem.background-lightgreen h1:after,
.stageContent.background-lightgreen h1:after,
.fullwidthTeaserItem.background-15 h1:after,
.stageContent.background-15 h1:after,
.fullwidthTeaserItem.background-sepia h1:after,
.stageContent.background-sepia h1:after,
.fullwidthTeaserItem.background-17 h1:after,
.stageContent.background-17 h1:after,
.fullwidthTeaserItem.background-chromewhite h1:after,
.stageContent.background-chromewhite h1:after,
.fullwidthTeaserItem.background-18 h1:after,
.stageContent.background-18 h1:after,
.fullwidthTeaserItem.background-cashmere h1:after,
.stageContent.background-cashmere h1:after,
.fullwidthTeaserItem.background-19 h1:after,
.stageContent.background-19 h1:after,
.fullwidthTeaserItem.background-hospizorange h1:after,
.stageContent.background-hospizorange h1:after,
.fullwidthTeaserItem.background-24 h1:after,
.stageContent.background-24 h1:after,
.fullwidthTeaserItem.background-foundationblue h1:after,
.stageContent.background-foundationblue h1:after,
.fullwidthTeaserItem.background-29 h1:after,
.stageContent.background-29 h1:after,
.fullwidthTeaserItem.background-lightblue h1:after,
.stageContent.background-lightblue h1:after,
.fullwidthTeaserItem.background-32 h1:after,
.stageContent.background-32 h1:after,
.fullwidthTeaserItem.background-gemeindegrun h1:after,
.stageContent.background-gemeindegrun h1:after,
.fullwidthTeaserItem.background-34 h1:after,
.stageContent.background-34 h1:after,
.fullwidthTeaserItem.background-sand h2:after,
.stageContent.background-sand h2:after,
.fullwidthTeaserItem.background-1 h2:after,
.stageContent.background-1 h2:after,
.fullwidthTeaserItem.background-white h2:after,
.stageContent.background-white h2:after,
.fullwidthTeaserItem.background-7 h2:after,
.stageContent.background-7 h2:after,
.fullwidthTeaserItem.background-yellow h2:after,
.stageContent.background-yellow h2:after,
.fullwidthTeaserItem.background-6 h2:after,
.stageContent.background-6 h2:after,
.fullwidthTeaserItem.background-lightorange h2:after,
.stageContent.background-lightorange h2:after,
.fullwidthTeaserItem.background-13 h2:after,
.stageContent.background-13 h2:after,
.fullwidthTeaserItem.background-lightgreen h2:after,
.stageContent.background-lightgreen h2:after,
.fullwidthTeaserItem.background-15 h2:after,
.stageContent.background-15 h2:after,
.fullwidthTeaserItem.background-sepia h2:after,
.stageContent.background-sepia h2:after,
.fullwidthTeaserItem.background-17 h2:after,
.stageContent.background-17 h2:after,
.fullwidthTeaserItem.background-chromewhite h2:after,
.stageContent.background-chromewhite h2:after,
.fullwidthTeaserItem.background-18 h2:after,
.stageContent.background-18 h2:after,
.fullwidthTeaserItem.background-cashmere h2:after,
.stageContent.background-cashmere h2:after,
.fullwidthTeaserItem.background-19 h2:after,
.stageContent.background-19 h2:after,
.fullwidthTeaserItem.background-hospizorange h2:after,
.stageContent.background-hospizorange h2:after,
.fullwidthTeaserItem.background-24 h2:after,
.stageContent.background-24 h2:after,
.fullwidthTeaserItem.background-foundationblue h2:after,
.stageContent.background-foundationblue h2:after,
.fullwidthTeaserItem.background-29 h2:after,
.stageContent.background-29 h2:after,
.fullwidthTeaserItem.background-lightblue h2:after,
.stageContent.background-lightblue h2:after,
.fullwidthTeaserItem.background-32 h2:after,
.stageContent.background-32 h2:after,
.fullwidthTeaserItem.background-gemeindegrun h2:after,
.stageContent.background-gemeindegrun h2:after,
.fullwidthTeaserItem.background-34 h2:after,
.stageContent.background-34 h2:after,
.fullwidthTeaserItem.background-sand h3:after,
.stageContent.background-sand h3:after,
.fullwidthTeaserItem.background-1 h3:after,
.stageContent.background-1 h3:after,
.fullwidthTeaserItem.background-white h3:after,
.stageContent.background-white h3:after,
.fullwidthTeaserItem.background-7 h3:after,
.stageContent.background-7 h3:after,
.fullwidthTeaserItem.background-yellow h3:after,
.stageContent.background-yellow h3:after,
.fullwidthTeaserItem.background-6 h3:after,
.stageContent.background-6 h3:after,
.fullwidthTeaserItem.background-lightorange h3:after,
.stageContent.background-lightorange h3:after,
.fullwidthTeaserItem.background-13 h3:after,
.stageContent.background-13 h3:after,
.fullwidthTeaserItem.background-lightgreen h3:after,
.stageContent.background-lightgreen h3:after,
.fullwidthTeaserItem.background-15 h3:after,
.stageContent.background-15 h3:after,
.fullwidthTeaserItem.background-sepia h3:after,
.stageContent.background-sepia h3:after,
.fullwidthTeaserItem.background-17 h3:after,
.stageContent.background-17 h3:after,
.fullwidthTeaserItem.background-chromewhite h3:after,
.stageContent.background-chromewhite h3:after,
.fullwidthTeaserItem.background-18 h3:after,
.stageContent.background-18 h3:after,
.fullwidthTeaserItem.background-cashmere h3:after,
.stageContent.background-cashmere h3:after,
.fullwidthTeaserItem.background-19 h3:after,
.stageContent.background-19 h3:after,
.fullwidthTeaserItem.background-hospizorange h3:after,
.stageContent.background-hospizorange h3:after,
.fullwidthTeaserItem.background-24 h3:after,
.stageContent.background-24 h3:after,
.fullwidthTeaserItem.background-foundationblue h3:after,
.stageContent.background-foundationblue h3:after,
.fullwidthTeaserItem.background-29 h3:after,
.stageContent.background-29 h3:after,
.fullwidthTeaserItem.background-lightblue h3:after,
.stageContent.background-lightblue h3:after,
.fullwidthTeaserItem.background-32 h3:after,
.stageContent.background-32 h3:after,
.fullwidthTeaserItem.background-gemeindegrun h3:after,
.stageContent.background-gemeindegrun h3:after,
.fullwidthTeaserItem.background-34 h3:after,
.stageContent.background-34 h3:after,
.fullwidthTeaserItem.background-sand h4:after,
.stageContent.background-sand h4:after,
.fullwidthTeaserItem.background-1 h4:after,
.stageContent.background-1 h4:after,
.fullwidthTeaserItem.background-white h4:after,
.stageContent.background-white h4:after,
.fullwidthTeaserItem.background-7 h4:after,
.stageContent.background-7 h4:after,
.fullwidthTeaserItem.background-yellow h4:after,
.stageContent.background-yellow h4:after,
.fullwidthTeaserItem.background-6 h4:after,
.stageContent.background-6 h4:after,
.fullwidthTeaserItem.background-lightorange h4:after,
.stageContent.background-lightorange h4:after,
.fullwidthTeaserItem.background-13 h4:after,
.stageContent.background-13 h4:after,
.fullwidthTeaserItem.background-lightgreen h4:after,
.stageContent.background-lightgreen h4:after,
.fullwidthTeaserItem.background-15 h4:after,
.stageContent.background-15 h4:after,
.fullwidthTeaserItem.background-sepia h4:after,
.stageContent.background-sepia h4:after,
.fullwidthTeaserItem.background-17 h4:after,
.stageContent.background-17 h4:after,
.fullwidthTeaserItem.background-chromewhite h4:after,
.stageContent.background-chromewhite h4:after,
.fullwidthTeaserItem.background-18 h4:after,
.stageContent.background-18 h4:after,
.fullwidthTeaserItem.background-cashmere h4:after,
.stageContent.background-cashmere h4:after,
.fullwidthTeaserItem.background-19 h4:after,
.stageContent.background-19 h4:after,
.fullwidthTeaserItem.background-hospizorange h4:after,
.stageContent.background-hospizorange h4:after,
.fullwidthTeaserItem.background-24 h4:after,
.stageContent.background-24 h4:after,
.fullwidthTeaserItem.background-foundationblue h4:after,
.stageContent.background-foundationblue h4:after,
.fullwidthTeaserItem.background-29 h4:after,
.stageContent.background-29 h4:after,
.fullwidthTeaserItem.background-lightblue h4:after,
.stageContent.background-lightblue h4:after,
.fullwidthTeaserItem.background-32 h4:after,
.stageContent.background-32 h4:after,
.fullwidthTeaserItem.background-gemeindegrun h4:after,
.stageContent.background-gemeindegrun h4:after,
.fullwidthTeaserItem.background-34 h4:after,
.stageContent.background-34 h4:after,
.fullwidthTeaserItem.background-sand h5:after,
.stageContent.background-sand h5:after,
.fullwidthTeaserItem.background-1 h5:after,
.stageContent.background-1 h5:after,
.fullwidthTeaserItem.background-white h5:after,
.stageContent.background-white h5:after,
.fullwidthTeaserItem.background-7 h5:after,
.stageContent.background-7 h5:after,
.fullwidthTeaserItem.background-yellow h5:after,
.stageContent.background-yellow h5:after,
.fullwidthTeaserItem.background-6 h5:after,
.stageContent.background-6 h5:after,
.fullwidthTeaserItem.background-lightorange h5:after,
.stageContent.background-lightorange h5:after,
.fullwidthTeaserItem.background-13 h5:after,
.stageContent.background-13 h5:after,
.fullwidthTeaserItem.background-lightgreen h5:after,
.stageContent.background-lightgreen h5:after,
.fullwidthTeaserItem.background-15 h5:after,
.stageContent.background-15 h5:after,
.fullwidthTeaserItem.background-sepia h5:after,
.stageContent.background-sepia h5:after,
.fullwidthTeaserItem.background-17 h5:after,
.stageContent.background-17 h5:after,
.fullwidthTeaserItem.background-chromewhite h5:after,
.stageContent.background-chromewhite h5:after,
.fullwidthTeaserItem.background-18 h5:after,
.stageContent.background-18 h5:after,
.fullwidthTeaserItem.background-cashmere h5:after,
.stageContent.background-cashmere h5:after,
.fullwidthTeaserItem.background-19 h5:after,
.stageContent.background-19 h5:after,
.fullwidthTeaserItem.background-hospizorange h5:after,
.stageContent.background-hospizorange h5:after,
.fullwidthTeaserItem.background-24 h5:after,
.stageContent.background-24 h5:after,
.fullwidthTeaserItem.background-foundationblue h5:after,
.stageContent.background-foundationblue h5:after,
.fullwidthTeaserItem.background-29 h5:after,
.stageContent.background-29 h5:after,
.fullwidthTeaserItem.background-lightblue h5:after,
.stageContent.background-lightblue h5:after,
.fullwidthTeaserItem.background-32 h5:after,
.stageContent.background-32 h5:after,
.fullwidthTeaserItem.background-gemeindegrun h5:after,
.stageContent.background-gemeindegrun h5:after,
.fullwidthTeaserItem.background-34 h5:after,
.stageContent.background-34 h5:after {
  background-color: #2e2a24;
}
.fullwidthTeaserItem.background-stonegray a.link-button,
.fullwidthTeaserItem.background-2 a.link-button,
.fullwidthTeaserItem.background-blue a.link-button,
.fullwidthTeaserItem.background-3 a.link-button,
.fullwidthTeaserItem.background-darkred a.link-button,
.fullwidthTeaserItem.background-4 a.link-button,
.fullwidthTeaserItem.background-orange a.link-button,
.fullwidthTeaserItem.background-5 a.link-button,
.fullwidthTeaserItem.background-cyan a.link-button,
.fullwidthTeaserItem.background-8 a.link-button,
.fullwidthTeaserItem.background-pinkred a.link-button,
.fullwidthTeaserItem.background-9 a.link-button,
.fullwidthTeaserItem.background-darkblue a.link-button,
.fullwidthTeaserItem.background-10 a.link-button,
.fullwidthTeaserItem.background-violet a.link-button,
.fullwidthTeaserItem.background-11 a.link-button,
.fullwidthTeaserItem.background-lightred a.link-button,
.fullwidthTeaserItem.background-12 a.link-button,
.fullwidthTeaserItem.background-navy a.link-button,
.fullwidthTeaserItem.background-14 a.link-button,
.fullwidthTeaserItem.background-brown a.link-button,
.fullwidthTeaserItem.background-16 a.link-button,
.fullwidthTeaserItem.background-fadedpink a.link-button,
.fullwidthTeaserItem.background-20 a.link-button,
.fullwidthTeaserItem.background-browngrey a.link-button,
.fullwidthTeaserItem.background-21 a.link-button,
.fullwidthTeaserItem.background-brownred a.link-button,
.fullwidthTeaserItem.background-22 a.link-button,
.fullwidthTeaserItem.background-caritasred a.link-button,
.fullwidthTeaserItem.background-23 a.link-button,
.fullwidthTeaserItem.background-elisabethgreen a.link-button,
.fullwidthTeaserItem.background-25 a.link-button,
.fullwidthTeaserItem.background-clemensblue a.link-button,
.fullwidthTeaserItem.background-26 a.link-button,
.fullwidthTeaserItem.background-fidelisblue a.link-button,
.fullwidthTeaserItem.background-27 a.link-button,
.fullwidthTeaserItem.background-hospizbrown a.link-button,
.fullwidthTeaserItem.background-28 a.link-button,
.fullwidthTeaserItem.background-kitagreen a.link-button,
.fullwidthTeaserItem.background-30 a.link-button,
.fullwidthTeaserItem.background-black a.link-button,
.fullwidthTeaserItem.background-31 a.link-button,
.fullwidthTeaserItem.background-gemeindelila a.link-button,
.fullwidthTeaserItem.background-33 a.link-button,
.fullwidthTeaserItem.background-gemeinderot a.link-button,
.fullwidthTeaserItem.background-35 a.link-button,
.fullwidthTeaserItem.background-steel a.link-button,
.fullwidthTeaserItem.background-40 a.link-button,
.fullwidthTeaserItem.background-tan a.link-button,
.fullwidthTeaserItem.background-41 a.link-button,
.fullwidthTeaserItem.background-taupe a.link-button,
.fullwidthTeaserItem.background-42 a.link-button,
.fullwidthTeaserItem.background-crimson a.link-button,
.fullwidthTeaserItem.background-43 a.link-button,
.fullwidthTeaserItem.background-stonegray button.link-button,
.fullwidthTeaserItem.background-2 button.link-button,
.fullwidthTeaserItem.background-blue button.link-button,
.fullwidthTeaserItem.background-3 button.link-button,
.fullwidthTeaserItem.background-darkred button.link-button,
.fullwidthTeaserItem.background-4 button.link-button,
.fullwidthTeaserItem.background-orange button.link-button,
.fullwidthTeaserItem.background-5 button.link-button,
.fullwidthTeaserItem.background-cyan button.link-button,
.fullwidthTeaserItem.background-8 button.link-button,
.fullwidthTeaserItem.background-pinkred button.link-button,
.fullwidthTeaserItem.background-9 button.link-button,
.fullwidthTeaserItem.background-darkblue button.link-button,
.fullwidthTeaserItem.background-10 button.link-button,
.fullwidthTeaserItem.background-violet button.link-button,
.fullwidthTeaserItem.background-11 button.link-button,
.fullwidthTeaserItem.background-lightred button.link-button,
.fullwidthTeaserItem.background-12 button.link-button,
.fullwidthTeaserItem.background-navy button.link-button,
.fullwidthTeaserItem.background-14 button.link-button,
.fullwidthTeaserItem.background-brown button.link-button,
.fullwidthTeaserItem.background-16 button.link-button,
.fullwidthTeaserItem.background-fadedpink button.link-button,
.fullwidthTeaserItem.background-20 button.link-button,
.fullwidthTeaserItem.background-browngrey button.link-button,
.fullwidthTeaserItem.background-21 button.link-button,
.fullwidthTeaserItem.background-brownred button.link-button,
.fullwidthTeaserItem.background-22 button.link-button,
.fullwidthTeaserItem.background-caritasred button.link-button,
.fullwidthTeaserItem.background-23 button.link-button,
.fullwidthTeaserItem.background-elisabethgreen button.link-button,
.fullwidthTeaserItem.background-25 button.link-button,
.fullwidthTeaserItem.background-clemensblue button.link-button,
.fullwidthTeaserItem.background-26 button.link-button,
.fullwidthTeaserItem.background-fidelisblue button.link-button,
.fullwidthTeaserItem.background-27 button.link-button,
.fullwidthTeaserItem.background-hospizbrown button.link-button,
.fullwidthTeaserItem.background-28 button.link-button,
.fullwidthTeaserItem.background-kitagreen button.link-button,
.fullwidthTeaserItem.background-30 button.link-button,
.fullwidthTeaserItem.background-black button.link-button,
.fullwidthTeaserItem.background-31 button.link-button,
.fullwidthTeaserItem.background-gemeindelila button.link-button,
.fullwidthTeaserItem.background-33 button.link-button,
.fullwidthTeaserItem.background-gemeinderot button.link-button,
.fullwidthTeaserItem.background-35 button.link-button,
.fullwidthTeaserItem.background-steel button.link-button,
.fullwidthTeaserItem.background-40 button.link-button,
.fullwidthTeaserItem.background-tan button.link-button,
.fullwidthTeaserItem.background-41 button.link-button,
.fullwidthTeaserItem.background-taupe button.link-button,
.fullwidthTeaserItem.background-42 button.link-button,
.fullwidthTeaserItem.background-crimson button.link-button,
.fullwidthTeaserItem.background-43 button.link-button {
  color: white;
  border-color: white;
}
.fullwidthTeaserItem.background-stonegray a.link-button:hover,
.fullwidthTeaserItem.background-2 a.link-button:hover,
.fullwidthTeaserItem.background-blue a.link-button:hover,
.fullwidthTeaserItem.background-3 a.link-button:hover,
.fullwidthTeaserItem.background-darkred a.link-button:hover,
.fullwidthTeaserItem.background-4 a.link-button:hover,
.fullwidthTeaserItem.background-orange a.link-button:hover,
.fullwidthTeaserItem.background-5 a.link-button:hover,
.fullwidthTeaserItem.background-cyan a.link-button:hover,
.fullwidthTeaserItem.background-8 a.link-button:hover,
.fullwidthTeaserItem.background-pinkred a.link-button:hover,
.fullwidthTeaserItem.background-9 a.link-button:hover,
.fullwidthTeaserItem.background-darkblue a.link-button:hover,
.fullwidthTeaserItem.background-10 a.link-button:hover,
.fullwidthTeaserItem.background-violet a.link-button:hover,
.fullwidthTeaserItem.background-11 a.link-button:hover,
.fullwidthTeaserItem.background-lightred a.link-button:hover,
.fullwidthTeaserItem.background-12 a.link-button:hover,
.fullwidthTeaserItem.background-navy a.link-button:hover,
.fullwidthTeaserItem.background-14 a.link-button:hover,
.fullwidthTeaserItem.background-brown a.link-button:hover,
.fullwidthTeaserItem.background-16 a.link-button:hover,
.fullwidthTeaserItem.background-fadedpink a.link-button:hover,
.fullwidthTeaserItem.background-20 a.link-button:hover,
.fullwidthTeaserItem.background-browngrey a.link-button:hover,
.fullwidthTeaserItem.background-21 a.link-button:hover,
.fullwidthTeaserItem.background-brownred a.link-button:hover,
.fullwidthTeaserItem.background-22 a.link-button:hover,
.fullwidthTeaserItem.background-caritasred a.link-button:hover,
.fullwidthTeaserItem.background-23 a.link-button:hover,
.fullwidthTeaserItem.background-elisabethgreen a.link-button:hover,
.fullwidthTeaserItem.background-25 a.link-button:hover,
.fullwidthTeaserItem.background-clemensblue a.link-button:hover,
.fullwidthTeaserItem.background-26 a.link-button:hover,
.fullwidthTeaserItem.background-fidelisblue a.link-button:hover,
.fullwidthTeaserItem.background-27 a.link-button:hover,
.fullwidthTeaserItem.background-hospizbrown a.link-button:hover,
.fullwidthTeaserItem.background-28 a.link-button:hover,
.fullwidthTeaserItem.background-kitagreen a.link-button:hover,
.fullwidthTeaserItem.background-30 a.link-button:hover,
.fullwidthTeaserItem.background-black a.link-button:hover,
.fullwidthTeaserItem.background-31 a.link-button:hover,
.fullwidthTeaserItem.background-gemeindelila a.link-button:hover,
.fullwidthTeaserItem.background-33 a.link-button:hover,
.fullwidthTeaserItem.background-gemeinderot a.link-button:hover,
.fullwidthTeaserItem.background-35 a.link-button:hover,
.fullwidthTeaserItem.background-steel a.link-button:hover,
.fullwidthTeaserItem.background-40 a.link-button:hover,
.fullwidthTeaserItem.background-tan a.link-button:hover,
.fullwidthTeaserItem.background-41 a.link-button:hover,
.fullwidthTeaserItem.background-taupe a.link-button:hover,
.fullwidthTeaserItem.background-42 a.link-button:hover,
.fullwidthTeaserItem.background-crimson a.link-button:hover,
.fullwidthTeaserItem.background-43 a.link-button:hover,
.fullwidthTeaserItem.background-stonegray button.link-button:hover,
.fullwidthTeaserItem.background-2 button.link-button:hover,
.fullwidthTeaserItem.background-blue button.link-button:hover,
.fullwidthTeaserItem.background-3 button.link-button:hover,
.fullwidthTeaserItem.background-darkred button.link-button:hover,
.fullwidthTeaserItem.background-4 button.link-button:hover,
.fullwidthTeaserItem.background-orange button.link-button:hover,
.fullwidthTeaserItem.background-5 button.link-button:hover,
.fullwidthTeaserItem.background-cyan button.link-button:hover,
.fullwidthTeaserItem.background-8 button.link-button:hover,
.fullwidthTeaserItem.background-pinkred button.link-button:hover,
.fullwidthTeaserItem.background-9 button.link-button:hover,
.fullwidthTeaserItem.background-darkblue button.link-button:hover,
.fullwidthTeaserItem.background-10 button.link-button:hover,
.fullwidthTeaserItem.background-violet button.link-button:hover,
.fullwidthTeaserItem.background-11 button.link-button:hover,
.fullwidthTeaserItem.background-lightred button.link-button:hover,
.fullwidthTeaserItem.background-12 button.link-button:hover,
.fullwidthTeaserItem.background-navy button.link-button:hover,
.fullwidthTeaserItem.background-14 button.link-button:hover,
.fullwidthTeaserItem.background-brown button.link-button:hover,
.fullwidthTeaserItem.background-16 button.link-button:hover,
.fullwidthTeaserItem.background-fadedpink button.link-button:hover,
.fullwidthTeaserItem.background-20 button.link-button:hover,
.fullwidthTeaserItem.background-browngrey button.link-button:hover,
.fullwidthTeaserItem.background-21 button.link-button:hover,
.fullwidthTeaserItem.background-brownred button.link-button:hover,
.fullwidthTeaserItem.background-22 button.link-button:hover,
.fullwidthTeaserItem.background-caritasred button.link-button:hover,
.fullwidthTeaserItem.background-23 button.link-button:hover,
.fullwidthTeaserItem.background-elisabethgreen button.link-button:hover,
.fullwidthTeaserItem.background-25 button.link-button:hover,
.fullwidthTeaserItem.background-clemensblue button.link-button:hover,
.fullwidthTeaserItem.background-26 button.link-button:hover,
.fullwidthTeaserItem.background-fidelisblue button.link-button:hover,
.fullwidthTeaserItem.background-27 button.link-button:hover,
.fullwidthTeaserItem.background-hospizbrown button.link-button:hover,
.fullwidthTeaserItem.background-28 button.link-button:hover,
.fullwidthTeaserItem.background-kitagreen button.link-button:hover,
.fullwidthTeaserItem.background-30 button.link-button:hover,
.fullwidthTeaserItem.background-black button.link-button:hover,
.fullwidthTeaserItem.background-31 button.link-button:hover,
.fullwidthTeaserItem.background-gemeindelila button.link-button:hover,
.fullwidthTeaserItem.background-33 button.link-button:hover,
.fullwidthTeaserItem.background-gemeinderot button.link-button:hover,
.fullwidthTeaserItem.background-35 button.link-button:hover,
.fullwidthTeaserItem.background-steel button.link-button:hover,
.fullwidthTeaserItem.background-40 button.link-button:hover,
.fullwidthTeaserItem.background-tan button.link-button:hover,
.fullwidthTeaserItem.background-41 button.link-button:hover,
.fullwidthTeaserItem.background-taupe button.link-button:hover,
.fullwidthTeaserItem.background-42 button.link-button:hover,
.fullwidthTeaserItem.background-crimson button.link-button:hover,
.fullwidthTeaserItem.background-43 button.link-button:hover {
  background-color: white;
  color: #99182e;
}
.fullwidthTeaserItem.background-stonegray p,
.fullwidthTeaserItem.background-2 p,
.fullwidthTeaserItem.background-blue p,
.fullwidthTeaserItem.background-3 p,
.fullwidthTeaserItem.background-darkred p,
.fullwidthTeaserItem.background-4 p,
.fullwidthTeaserItem.background-orange p,
.fullwidthTeaserItem.background-5 p,
.fullwidthTeaserItem.background-cyan p,
.fullwidthTeaserItem.background-8 p,
.fullwidthTeaserItem.background-pinkred p,
.fullwidthTeaserItem.background-9 p,
.fullwidthTeaserItem.background-darkblue p,
.fullwidthTeaserItem.background-10 p,
.fullwidthTeaserItem.background-violet p,
.fullwidthTeaserItem.background-11 p,
.fullwidthTeaserItem.background-lightred p,
.fullwidthTeaserItem.background-12 p,
.fullwidthTeaserItem.background-navy p,
.fullwidthTeaserItem.background-14 p,
.fullwidthTeaserItem.background-brown p,
.fullwidthTeaserItem.background-16 p,
.fullwidthTeaserItem.background-fadedpink p,
.fullwidthTeaserItem.background-20 p,
.fullwidthTeaserItem.background-browngrey p,
.fullwidthTeaserItem.background-21 p,
.fullwidthTeaserItem.background-brownred p,
.fullwidthTeaserItem.background-22 p,
.fullwidthTeaserItem.background-caritasred p,
.fullwidthTeaserItem.background-23 p,
.fullwidthTeaserItem.background-elisabethgreen p,
.fullwidthTeaserItem.background-25 p,
.fullwidthTeaserItem.background-clemensblue p,
.fullwidthTeaserItem.background-26 p,
.fullwidthTeaserItem.background-fidelisblue p,
.fullwidthTeaserItem.background-27 p,
.fullwidthTeaserItem.background-hospizbrown p,
.fullwidthTeaserItem.background-28 p,
.fullwidthTeaserItem.background-kitagreen p,
.fullwidthTeaserItem.background-30 p,
.fullwidthTeaserItem.background-black p,
.fullwidthTeaserItem.background-31 p,
.fullwidthTeaserItem.background-gemeindelila p,
.fullwidthTeaserItem.background-33 p,
.fullwidthTeaserItem.background-gemeinderot p,
.fullwidthTeaserItem.background-35 p,
.fullwidthTeaserItem.background-steel p,
.fullwidthTeaserItem.background-40 p,
.fullwidthTeaserItem.background-tan p,
.fullwidthTeaserItem.background-41 p,
.fullwidthTeaserItem.background-taupe p,
.fullwidthTeaserItem.background-42 p,
.fullwidthTeaserItem.background-crimson p,
.fullwidthTeaserItem.background-43 p {
  color: white;
}
.fullwidthTeaserItem.background-sand a.link-button,
.fullwidthTeaserItem.background-1 a.link-button,
.fullwidthTeaserItem.background-white a.link-button,
.fullwidthTeaserItem.background-7 a.link-button,
.fullwidthTeaserItem.background-yellow a.link-button,
.fullwidthTeaserItem.background-6 a.link-button,
.fullwidthTeaserItem.background-lightorange a.link-button,
.fullwidthTeaserItem.background-13 a.link-button,
.fullwidthTeaserItem.background-lightgreen a.link-button,
.fullwidthTeaserItem.background-15 a.link-button,
.fullwidthTeaserItem.background-sepia a.link-button,
.fullwidthTeaserItem.background-17 a.link-button,
.fullwidthTeaserItem.background-chromewhite a.link-button,
.fullwidthTeaserItem.background-18 a.link-button,
.fullwidthTeaserItem.background-cashmere a.link-button,
.fullwidthTeaserItem.background-19 a.link-button,
.fullwidthTeaserItem.background-hospizorange a.link-button,
.fullwidthTeaserItem.background-24 a.link-button,
.fullwidthTeaserItem.background-foundationblue a.link-button,
.fullwidthTeaserItem.background-29 a.link-button,
.fullwidthTeaserItem.background-lightblue a.link-button,
.fullwidthTeaserItem.background-32 a.link-button,
.fullwidthTeaserItem.background-gemeindegrun a.link-button,
.fullwidthTeaserItem.background-34 a.link-button,
.fullwidthTeaserItem.background-sand button.link-button,
.fullwidthTeaserItem.background-1 button.link-button,
.fullwidthTeaserItem.background-white button.link-button,
.fullwidthTeaserItem.background-7 button.link-button,
.fullwidthTeaserItem.background-yellow button.link-button,
.fullwidthTeaserItem.background-6 button.link-button,
.fullwidthTeaserItem.background-lightorange button.link-button,
.fullwidthTeaserItem.background-13 button.link-button,
.fullwidthTeaserItem.background-lightgreen button.link-button,
.fullwidthTeaserItem.background-15 button.link-button,
.fullwidthTeaserItem.background-sepia button.link-button,
.fullwidthTeaserItem.background-17 button.link-button,
.fullwidthTeaserItem.background-chromewhite button.link-button,
.fullwidthTeaserItem.background-18 button.link-button,
.fullwidthTeaserItem.background-cashmere button.link-button,
.fullwidthTeaserItem.background-19 button.link-button,
.fullwidthTeaserItem.background-hospizorange button.link-button,
.fullwidthTeaserItem.background-24 button.link-button,
.fullwidthTeaserItem.background-foundationblue button.link-button,
.fullwidthTeaserItem.background-29 button.link-button,
.fullwidthTeaserItem.background-lightblue button.link-button,
.fullwidthTeaserItem.background-32 button.link-button,
.fullwidthTeaserItem.background-gemeindegrun button.link-button,
.fullwidthTeaserItem.background-34 button.link-button {
  color: #2e2a24;
  border-color: #2e2a24;
}
.fullwidthTeaserItem.background-sand a.link-button:hover,
.fullwidthTeaserItem.background-1 a.link-button:hover,
.fullwidthTeaserItem.background-white a.link-button:hover,
.fullwidthTeaserItem.background-7 a.link-button:hover,
.fullwidthTeaserItem.background-yellow a.link-button:hover,
.fullwidthTeaserItem.background-6 a.link-button:hover,
.fullwidthTeaserItem.background-lightorange a.link-button:hover,
.fullwidthTeaserItem.background-13 a.link-button:hover,
.fullwidthTeaserItem.background-lightgreen a.link-button:hover,
.fullwidthTeaserItem.background-15 a.link-button:hover,
.fullwidthTeaserItem.background-sepia a.link-button:hover,
.fullwidthTeaserItem.background-17 a.link-button:hover,
.fullwidthTeaserItem.background-chromewhite a.link-button:hover,
.fullwidthTeaserItem.background-18 a.link-button:hover,
.fullwidthTeaserItem.background-cashmere a.link-button:hover,
.fullwidthTeaserItem.background-19 a.link-button:hover,
.fullwidthTeaserItem.background-hospizorange a.link-button:hover,
.fullwidthTeaserItem.background-24 a.link-button:hover,
.fullwidthTeaserItem.background-foundationblue a.link-button:hover,
.fullwidthTeaserItem.background-29 a.link-button:hover,
.fullwidthTeaserItem.background-lightblue a.link-button:hover,
.fullwidthTeaserItem.background-32 a.link-button:hover,
.fullwidthTeaserItem.background-gemeindegrun a.link-button:hover,
.fullwidthTeaserItem.background-34 a.link-button:hover,
.fullwidthTeaserItem.background-sand button.link-button:hover,
.fullwidthTeaserItem.background-1 button.link-button:hover,
.fullwidthTeaserItem.background-white button.link-button:hover,
.fullwidthTeaserItem.background-7 button.link-button:hover,
.fullwidthTeaserItem.background-yellow button.link-button:hover,
.fullwidthTeaserItem.background-6 button.link-button:hover,
.fullwidthTeaserItem.background-lightorange button.link-button:hover,
.fullwidthTeaserItem.background-13 button.link-button:hover,
.fullwidthTeaserItem.background-lightgreen button.link-button:hover,
.fullwidthTeaserItem.background-15 button.link-button:hover,
.fullwidthTeaserItem.background-sepia button.link-button:hover,
.fullwidthTeaserItem.background-17 button.link-button:hover,
.fullwidthTeaserItem.background-chromewhite button.link-button:hover,
.fullwidthTeaserItem.background-18 button.link-button:hover,
.fullwidthTeaserItem.background-cashmere button.link-button:hover,
.fullwidthTeaserItem.background-19 button.link-button:hover,
.fullwidthTeaserItem.background-hospizorange button.link-button:hover,
.fullwidthTeaserItem.background-24 button.link-button:hover,
.fullwidthTeaserItem.background-foundationblue button.link-button:hover,
.fullwidthTeaserItem.background-29 button.link-button:hover,
.fullwidthTeaserItem.background-lightblue button.link-button:hover,
.fullwidthTeaserItem.background-32 button.link-button:hover,
.fullwidthTeaserItem.background-gemeindegrun button.link-button:hover,
.fullwidthTeaserItem.background-34 button.link-button:hover {
  background-color: #2e2a24;
  color: white;
}
.fullwidthTeaserItem.background-sand p,
.fullwidthTeaserItem.background-1 p,
.fullwidthTeaserItem.background-white p,
.fullwidthTeaserItem.background-7 p,
.fullwidthTeaserItem.background-yellow p,
.fullwidthTeaserItem.background-6 p,
.fullwidthTeaserItem.background-lightorange p,
.fullwidthTeaserItem.background-13 p,
.fullwidthTeaserItem.background-lightgreen p,
.fullwidthTeaserItem.background-15 p,
.fullwidthTeaserItem.background-sepia p,
.fullwidthTeaserItem.background-17 p,
.fullwidthTeaserItem.background-chromewhite p,
.fullwidthTeaserItem.background-18 p,
.fullwidthTeaserItem.background-cashmere p,
.fullwidthTeaserItem.background-19 p,
.fullwidthTeaserItem.background-hospizorange p,
.fullwidthTeaserItem.background-24 p,
.fullwidthTeaserItem.background-foundationblue p,
.fullwidthTeaserItem.background-29 p,
.fullwidthTeaserItem.background-lightblue p,
.fullwidthTeaserItem.background-32 p,
.fullwidthTeaserItem.background-gemeindegrun p,
.fullwidthTeaserItem.background-34 p {
  color: #2e2a24;
}
.contentTeaserItem .background-stonegray h1,
.contentTeaserItem .background-2 h1,
.contentTeaserItem .background-blue h1,
.contentTeaserItem .background-3 h1,
.contentTeaserItem .background-darkred h1,
.contentTeaserItem .background-4 h1,
.contentTeaserItem .background-orange h1,
.contentTeaserItem .background-5 h1,
.contentTeaserItem .background-cyan h1,
.contentTeaserItem .background-8 h1,
.contentTeaserItem .background-pinkred h1,
.contentTeaserItem .background-9 h1,
.contentTeaserItem .background-darkblue h1,
.contentTeaserItem .background-10 h1,
.contentTeaserItem .background-violet h1,
.contentTeaserItem .background-11 h1,
.contentTeaserItem .background-lightred h1,
.contentTeaserItem .background-12 h1,
.contentTeaserItem .background-navy h1,
.contentTeaserItem .background-14 h1,
.contentTeaserItem .background-brown h1,
.contentTeaserItem .background-16 h1,
.contentTeaserItem .background-fadedpink h1,
.contentTeaserItem .background-20 h1,
.contentTeaserItem .background-browngrey h1,
.contentTeaserItem .background-21 h1,
.contentTeaserItem .background-brownred h1,
.contentTeaserItem .background-22 h1,
.contentTeaserItem .background-caritasred h1,
.contentTeaserItem .background-23 h1,
.contentTeaserItem .background-elisabethgreen h1,
.contentTeaserItem .background-25 h1,
.contentTeaserItem .background-clemensblue h1,
.contentTeaserItem .background-26 h1,
.contentTeaserItem .background-fidelisblue h1,
.contentTeaserItem .background-27 h1,
.contentTeaserItem .background-hospizbrown h1,
.contentTeaserItem .background-28 h1,
.contentTeaserItem .background-kitagreen h1,
.contentTeaserItem .background-30 h1,
.contentTeaserItem .background-black h1,
.contentTeaserItem .background-31 h1,
.contentTeaserItem .background-gemeindelila h1,
.contentTeaserItem .background-33 h1,
.contentTeaserItem .background-gemeinderot h1,
.contentTeaserItem .background-35 h1,
.contentTeaserItem .background-steel h1,
.contentTeaserItem .background-40 h1,
.contentTeaserItem .background-tan h1,
.contentTeaserItem .background-41 h1,
.contentTeaserItem .background-taupe h1,
.contentTeaserItem .background-42 h1,
.contentTeaserItem .background-crimson h1,
.contentTeaserItem .background-43 h1,
.contentTeaserItem .background-stonegray h2,
.contentTeaserItem .background-2 h2,
.contentTeaserItem .background-blue h2,
.contentTeaserItem .background-3 h2,
.contentTeaserItem .background-darkred h2,
.contentTeaserItem .background-4 h2,
.contentTeaserItem .background-orange h2,
.contentTeaserItem .background-5 h2,
.contentTeaserItem .background-cyan h2,
.contentTeaserItem .background-8 h2,
.contentTeaserItem .background-pinkred h2,
.contentTeaserItem .background-9 h2,
.contentTeaserItem .background-darkblue h2,
.contentTeaserItem .background-10 h2,
.contentTeaserItem .background-violet h2,
.contentTeaserItem .background-11 h2,
.contentTeaserItem .background-lightred h2,
.contentTeaserItem .background-12 h2,
.contentTeaserItem .background-navy h2,
.contentTeaserItem .background-14 h2,
.contentTeaserItem .background-brown h2,
.contentTeaserItem .background-16 h2,
.contentTeaserItem .background-fadedpink h2,
.contentTeaserItem .background-20 h2,
.contentTeaserItem .background-browngrey h2,
.contentTeaserItem .background-21 h2,
.contentTeaserItem .background-brownred h2,
.contentTeaserItem .background-22 h2,
.contentTeaserItem .background-caritasred h2,
.contentTeaserItem .background-23 h2,
.contentTeaserItem .background-elisabethgreen h2,
.contentTeaserItem .background-25 h2,
.contentTeaserItem .background-clemensblue h2,
.contentTeaserItem .background-26 h2,
.contentTeaserItem .background-fidelisblue h2,
.contentTeaserItem .background-27 h2,
.contentTeaserItem .background-hospizbrown h2,
.contentTeaserItem .background-28 h2,
.contentTeaserItem .background-kitagreen h2,
.contentTeaserItem .background-30 h2,
.contentTeaserItem .background-black h2,
.contentTeaserItem .background-31 h2,
.contentTeaserItem .background-gemeindelila h2,
.contentTeaserItem .background-33 h2,
.contentTeaserItem .background-gemeinderot h2,
.contentTeaserItem .background-35 h2,
.contentTeaserItem .background-steel h2,
.contentTeaserItem .background-40 h2,
.contentTeaserItem .background-tan h2,
.contentTeaserItem .background-41 h2,
.contentTeaserItem .background-taupe h2,
.contentTeaserItem .background-42 h2,
.contentTeaserItem .background-crimson h2,
.contentTeaserItem .background-43 h2,
.contentTeaserItem .background-stonegray h3,
.contentTeaserItem .background-2 h3,
.contentTeaserItem .background-blue h3,
.contentTeaserItem .background-3 h3,
.contentTeaserItem .background-darkred h3,
.contentTeaserItem .background-4 h3,
.contentTeaserItem .background-orange h3,
.contentTeaserItem .background-5 h3,
.contentTeaserItem .background-cyan h3,
.contentTeaserItem .background-8 h3,
.contentTeaserItem .background-pinkred h3,
.contentTeaserItem .background-9 h3,
.contentTeaserItem .background-darkblue h3,
.contentTeaserItem .background-10 h3,
.contentTeaserItem .background-violet h3,
.contentTeaserItem .background-11 h3,
.contentTeaserItem .background-lightred h3,
.contentTeaserItem .background-12 h3,
.contentTeaserItem .background-navy h3,
.contentTeaserItem .background-14 h3,
.contentTeaserItem .background-brown h3,
.contentTeaserItem .background-16 h3,
.contentTeaserItem .background-fadedpink h3,
.contentTeaserItem .background-20 h3,
.contentTeaserItem .background-browngrey h3,
.contentTeaserItem .background-21 h3,
.contentTeaserItem .background-brownred h3,
.contentTeaserItem .background-22 h3,
.contentTeaserItem .background-caritasred h3,
.contentTeaserItem .background-23 h3,
.contentTeaserItem .background-elisabethgreen h3,
.contentTeaserItem .background-25 h3,
.contentTeaserItem .background-clemensblue h3,
.contentTeaserItem .background-26 h3,
.contentTeaserItem .background-fidelisblue h3,
.contentTeaserItem .background-27 h3,
.contentTeaserItem .background-hospizbrown h3,
.contentTeaserItem .background-28 h3,
.contentTeaserItem .background-kitagreen h3,
.contentTeaserItem .background-30 h3,
.contentTeaserItem .background-black h3,
.contentTeaserItem .background-31 h3,
.contentTeaserItem .background-gemeindelila h3,
.contentTeaserItem .background-33 h3,
.contentTeaserItem .background-gemeinderot h3,
.contentTeaserItem .background-35 h3,
.contentTeaserItem .background-steel h3,
.contentTeaserItem .background-40 h3,
.contentTeaserItem .background-tan h3,
.contentTeaserItem .background-41 h3,
.contentTeaserItem .background-taupe h3,
.contentTeaserItem .background-42 h3,
.contentTeaserItem .background-crimson h3,
.contentTeaserItem .background-43 h3,
.contentTeaserItem .background-stonegray h4,
.contentTeaserItem .background-2 h4,
.contentTeaserItem .background-blue h4,
.contentTeaserItem .background-3 h4,
.contentTeaserItem .background-darkred h4,
.contentTeaserItem .background-4 h4,
.contentTeaserItem .background-orange h4,
.contentTeaserItem .background-5 h4,
.contentTeaserItem .background-cyan h4,
.contentTeaserItem .background-8 h4,
.contentTeaserItem .background-pinkred h4,
.contentTeaserItem .background-9 h4,
.contentTeaserItem .background-darkblue h4,
.contentTeaserItem .background-10 h4,
.contentTeaserItem .background-violet h4,
.contentTeaserItem .background-11 h4,
.contentTeaserItem .background-lightred h4,
.contentTeaserItem .background-12 h4,
.contentTeaserItem .background-navy h4,
.contentTeaserItem .background-14 h4,
.contentTeaserItem .background-brown h4,
.contentTeaserItem .background-16 h4,
.contentTeaserItem .background-fadedpink h4,
.contentTeaserItem .background-20 h4,
.contentTeaserItem .background-browngrey h4,
.contentTeaserItem .background-21 h4,
.contentTeaserItem .background-brownred h4,
.contentTeaserItem .background-22 h4,
.contentTeaserItem .background-caritasred h4,
.contentTeaserItem .background-23 h4,
.contentTeaserItem .background-elisabethgreen h4,
.contentTeaserItem .background-25 h4,
.contentTeaserItem .background-clemensblue h4,
.contentTeaserItem .background-26 h4,
.contentTeaserItem .background-fidelisblue h4,
.contentTeaserItem .background-27 h4,
.contentTeaserItem .background-hospizbrown h4,
.contentTeaserItem .background-28 h4,
.contentTeaserItem .background-kitagreen h4,
.contentTeaserItem .background-30 h4,
.contentTeaserItem .background-black h4,
.contentTeaserItem .background-31 h4,
.contentTeaserItem .background-gemeindelila h4,
.contentTeaserItem .background-33 h4,
.contentTeaserItem .background-gemeinderot h4,
.contentTeaserItem .background-35 h4,
.contentTeaserItem .background-steel h4,
.contentTeaserItem .background-40 h4,
.contentTeaserItem .background-tan h4,
.contentTeaserItem .background-41 h4,
.contentTeaserItem .background-taupe h4,
.contentTeaserItem .background-42 h4,
.contentTeaserItem .background-crimson h4,
.contentTeaserItem .background-43 h4,
.contentTeaserItem .background-stonegray h5,
.contentTeaserItem .background-2 h5,
.contentTeaserItem .background-blue h5,
.contentTeaserItem .background-3 h5,
.contentTeaserItem .background-darkred h5,
.contentTeaserItem .background-4 h5,
.contentTeaserItem .background-orange h5,
.contentTeaserItem .background-5 h5,
.contentTeaserItem .background-cyan h5,
.contentTeaserItem .background-8 h5,
.contentTeaserItem .background-pinkred h5,
.contentTeaserItem .background-9 h5,
.contentTeaserItem .background-darkblue h5,
.contentTeaserItem .background-10 h5,
.contentTeaserItem .background-violet h5,
.contentTeaserItem .background-11 h5,
.contentTeaserItem .background-lightred h5,
.contentTeaserItem .background-12 h5,
.contentTeaserItem .background-navy h5,
.contentTeaserItem .background-14 h5,
.contentTeaserItem .background-brown h5,
.contentTeaserItem .background-16 h5,
.contentTeaserItem .background-fadedpink h5,
.contentTeaserItem .background-20 h5,
.contentTeaserItem .background-browngrey h5,
.contentTeaserItem .background-21 h5,
.contentTeaserItem .background-brownred h5,
.contentTeaserItem .background-22 h5,
.contentTeaserItem .background-caritasred h5,
.contentTeaserItem .background-23 h5,
.contentTeaserItem .background-elisabethgreen h5,
.contentTeaserItem .background-25 h5,
.contentTeaserItem .background-clemensblue h5,
.contentTeaserItem .background-26 h5,
.contentTeaserItem .background-fidelisblue h5,
.contentTeaserItem .background-27 h5,
.contentTeaserItem .background-hospizbrown h5,
.contentTeaserItem .background-28 h5,
.contentTeaserItem .background-kitagreen h5,
.contentTeaserItem .background-30 h5,
.contentTeaserItem .background-black h5,
.contentTeaserItem .background-31 h5,
.contentTeaserItem .background-gemeindelila h5,
.contentTeaserItem .background-33 h5,
.contentTeaserItem .background-gemeinderot h5,
.contentTeaserItem .background-35 h5,
.contentTeaserItem .background-steel h5,
.contentTeaserItem .background-40 h5,
.contentTeaserItem .background-tan h5,
.contentTeaserItem .background-41 h5,
.contentTeaserItem .background-taupe h5,
.contentTeaserItem .background-42 h5,
.contentTeaserItem .background-crimson h5,
.contentTeaserItem .background-43 h5 {
  color: white;
}
.contentTeaserItem .background-stonegray h1:after,
.contentTeaserItem .background-2 h1:after,
.contentTeaserItem .background-blue h1:after,
.contentTeaserItem .background-3 h1:after,
.contentTeaserItem .background-darkred h1:after,
.contentTeaserItem .background-4 h1:after,
.contentTeaserItem .background-orange h1:after,
.contentTeaserItem .background-5 h1:after,
.contentTeaserItem .background-cyan h1:after,
.contentTeaserItem .background-8 h1:after,
.contentTeaserItem .background-pinkred h1:after,
.contentTeaserItem .background-9 h1:after,
.contentTeaserItem .background-darkblue h1:after,
.contentTeaserItem .background-10 h1:after,
.contentTeaserItem .background-violet h1:after,
.contentTeaserItem .background-11 h1:after,
.contentTeaserItem .background-lightred h1:after,
.contentTeaserItem .background-12 h1:after,
.contentTeaserItem .background-navy h1:after,
.contentTeaserItem .background-14 h1:after,
.contentTeaserItem .background-brown h1:after,
.contentTeaserItem .background-16 h1:after,
.contentTeaserItem .background-fadedpink h1:after,
.contentTeaserItem .background-20 h1:after,
.contentTeaserItem .background-browngrey h1:after,
.contentTeaserItem .background-21 h1:after,
.contentTeaserItem .background-brownred h1:after,
.contentTeaserItem .background-22 h1:after,
.contentTeaserItem .background-caritasred h1:after,
.contentTeaserItem .background-23 h1:after,
.contentTeaserItem .background-elisabethgreen h1:after,
.contentTeaserItem .background-25 h1:after,
.contentTeaserItem .background-clemensblue h1:after,
.contentTeaserItem .background-26 h1:after,
.contentTeaserItem .background-fidelisblue h1:after,
.contentTeaserItem .background-27 h1:after,
.contentTeaserItem .background-hospizbrown h1:after,
.contentTeaserItem .background-28 h1:after,
.contentTeaserItem .background-kitagreen h1:after,
.contentTeaserItem .background-30 h1:after,
.contentTeaserItem .background-black h1:after,
.contentTeaserItem .background-31 h1:after,
.contentTeaserItem .background-gemeindelila h1:after,
.contentTeaserItem .background-33 h1:after,
.contentTeaserItem .background-gemeinderot h1:after,
.contentTeaserItem .background-35 h1:after,
.contentTeaserItem .background-steel h1:after,
.contentTeaserItem .background-40 h1:after,
.contentTeaserItem .background-tan h1:after,
.contentTeaserItem .background-41 h1:after,
.contentTeaserItem .background-taupe h1:after,
.contentTeaserItem .background-42 h1:after,
.contentTeaserItem .background-crimson h1:after,
.contentTeaserItem .background-43 h1:after,
.contentTeaserItem .background-stonegray h2:after,
.contentTeaserItem .background-2 h2:after,
.contentTeaserItem .background-blue h2:after,
.contentTeaserItem .background-3 h2:after,
.contentTeaserItem .background-darkred h2:after,
.contentTeaserItem .background-4 h2:after,
.contentTeaserItem .background-orange h2:after,
.contentTeaserItem .background-5 h2:after,
.contentTeaserItem .background-cyan h2:after,
.contentTeaserItem .background-8 h2:after,
.contentTeaserItem .background-pinkred h2:after,
.contentTeaserItem .background-9 h2:after,
.contentTeaserItem .background-darkblue h2:after,
.contentTeaserItem .background-10 h2:after,
.contentTeaserItem .background-violet h2:after,
.contentTeaserItem .background-11 h2:after,
.contentTeaserItem .background-lightred h2:after,
.contentTeaserItem .background-12 h2:after,
.contentTeaserItem .background-navy h2:after,
.contentTeaserItem .background-14 h2:after,
.contentTeaserItem .background-brown h2:after,
.contentTeaserItem .background-16 h2:after,
.contentTeaserItem .background-fadedpink h2:after,
.contentTeaserItem .background-20 h2:after,
.contentTeaserItem .background-browngrey h2:after,
.contentTeaserItem .background-21 h2:after,
.contentTeaserItem .background-brownred h2:after,
.contentTeaserItem .background-22 h2:after,
.contentTeaserItem .background-caritasred h2:after,
.contentTeaserItem .background-23 h2:after,
.contentTeaserItem .background-elisabethgreen h2:after,
.contentTeaserItem .background-25 h2:after,
.contentTeaserItem .background-clemensblue h2:after,
.contentTeaserItem .background-26 h2:after,
.contentTeaserItem .background-fidelisblue h2:after,
.contentTeaserItem .background-27 h2:after,
.contentTeaserItem .background-hospizbrown h2:after,
.contentTeaserItem .background-28 h2:after,
.contentTeaserItem .background-kitagreen h2:after,
.contentTeaserItem .background-30 h2:after,
.contentTeaserItem .background-black h2:after,
.contentTeaserItem .background-31 h2:after,
.contentTeaserItem .background-gemeindelila h2:after,
.contentTeaserItem .background-33 h2:after,
.contentTeaserItem .background-gemeinderot h2:after,
.contentTeaserItem .background-35 h2:after,
.contentTeaserItem .background-steel h2:after,
.contentTeaserItem .background-40 h2:after,
.contentTeaserItem .background-tan h2:after,
.contentTeaserItem .background-41 h2:after,
.contentTeaserItem .background-taupe h2:after,
.contentTeaserItem .background-42 h2:after,
.contentTeaserItem .background-crimson h2:after,
.contentTeaserItem .background-43 h2:after,
.contentTeaserItem .background-stonegray h3:after,
.contentTeaserItem .background-2 h3:after,
.contentTeaserItem .background-blue h3:after,
.contentTeaserItem .background-3 h3:after,
.contentTeaserItem .background-darkred h3:after,
.contentTeaserItem .background-4 h3:after,
.contentTeaserItem .background-orange h3:after,
.contentTeaserItem .background-5 h3:after,
.contentTeaserItem .background-cyan h3:after,
.contentTeaserItem .background-8 h3:after,
.contentTeaserItem .background-pinkred h3:after,
.contentTeaserItem .background-9 h3:after,
.contentTeaserItem .background-darkblue h3:after,
.contentTeaserItem .background-10 h3:after,
.contentTeaserItem .background-violet h3:after,
.contentTeaserItem .background-11 h3:after,
.contentTeaserItem .background-lightred h3:after,
.contentTeaserItem .background-12 h3:after,
.contentTeaserItem .background-navy h3:after,
.contentTeaserItem .background-14 h3:after,
.contentTeaserItem .background-brown h3:after,
.contentTeaserItem .background-16 h3:after,
.contentTeaserItem .background-fadedpink h3:after,
.contentTeaserItem .background-20 h3:after,
.contentTeaserItem .background-browngrey h3:after,
.contentTeaserItem .background-21 h3:after,
.contentTeaserItem .background-brownred h3:after,
.contentTeaserItem .background-22 h3:after,
.contentTeaserItem .background-caritasred h3:after,
.contentTeaserItem .background-23 h3:after,
.contentTeaserItem .background-elisabethgreen h3:after,
.contentTeaserItem .background-25 h3:after,
.contentTeaserItem .background-clemensblue h3:after,
.contentTeaserItem .background-26 h3:after,
.contentTeaserItem .background-fidelisblue h3:after,
.contentTeaserItem .background-27 h3:after,
.contentTeaserItem .background-hospizbrown h3:after,
.contentTeaserItem .background-28 h3:after,
.contentTeaserItem .background-kitagreen h3:after,
.contentTeaserItem .background-30 h3:after,
.contentTeaserItem .background-black h3:after,
.contentTeaserItem .background-31 h3:after,
.contentTeaserItem .background-gemeindelila h3:after,
.contentTeaserItem .background-33 h3:after,
.contentTeaserItem .background-gemeinderot h3:after,
.contentTeaserItem .background-35 h3:after,
.contentTeaserItem .background-steel h3:after,
.contentTeaserItem .background-40 h3:after,
.contentTeaserItem .background-tan h3:after,
.contentTeaserItem .background-41 h3:after,
.contentTeaserItem .background-taupe h3:after,
.contentTeaserItem .background-42 h3:after,
.contentTeaserItem .background-crimson h3:after,
.contentTeaserItem .background-43 h3:after,
.contentTeaserItem .background-stonegray h4:after,
.contentTeaserItem .background-2 h4:after,
.contentTeaserItem .background-blue h4:after,
.contentTeaserItem .background-3 h4:after,
.contentTeaserItem .background-darkred h4:after,
.contentTeaserItem .background-4 h4:after,
.contentTeaserItem .background-orange h4:after,
.contentTeaserItem .background-5 h4:after,
.contentTeaserItem .background-cyan h4:after,
.contentTeaserItem .background-8 h4:after,
.contentTeaserItem .background-pinkred h4:after,
.contentTeaserItem .background-9 h4:after,
.contentTeaserItem .background-darkblue h4:after,
.contentTeaserItem .background-10 h4:after,
.contentTeaserItem .background-violet h4:after,
.contentTeaserItem .background-11 h4:after,
.contentTeaserItem .background-lightred h4:after,
.contentTeaserItem .background-12 h4:after,
.contentTeaserItem .background-navy h4:after,
.contentTeaserItem .background-14 h4:after,
.contentTeaserItem .background-brown h4:after,
.contentTeaserItem .background-16 h4:after,
.contentTeaserItem .background-fadedpink h4:after,
.contentTeaserItem .background-20 h4:after,
.contentTeaserItem .background-browngrey h4:after,
.contentTeaserItem .background-21 h4:after,
.contentTeaserItem .background-brownred h4:after,
.contentTeaserItem .background-22 h4:after,
.contentTeaserItem .background-caritasred h4:after,
.contentTeaserItem .background-23 h4:after,
.contentTeaserItem .background-elisabethgreen h4:after,
.contentTeaserItem .background-25 h4:after,
.contentTeaserItem .background-clemensblue h4:after,
.contentTeaserItem .background-26 h4:after,
.contentTeaserItem .background-fidelisblue h4:after,
.contentTeaserItem .background-27 h4:after,
.contentTeaserItem .background-hospizbrown h4:after,
.contentTeaserItem .background-28 h4:after,
.contentTeaserItem .background-kitagreen h4:after,
.contentTeaserItem .background-30 h4:after,
.contentTeaserItem .background-black h4:after,
.contentTeaserItem .background-31 h4:after,
.contentTeaserItem .background-gemeindelila h4:after,
.contentTeaserItem .background-33 h4:after,
.contentTeaserItem .background-gemeinderot h4:after,
.contentTeaserItem .background-35 h4:after,
.contentTeaserItem .background-steel h4:after,
.contentTeaserItem .background-40 h4:after,
.contentTeaserItem .background-tan h4:after,
.contentTeaserItem .background-41 h4:after,
.contentTeaserItem .background-taupe h4:after,
.contentTeaserItem .background-42 h4:after,
.contentTeaserItem .background-crimson h4:after,
.contentTeaserItem .background-43 h4:after,
.contentTeaserItem .background-stonegray h5:after,
.contentTeaserItem .background-2 h5:after,
.contentTeaserItem .background-blue h5:after,
.contentTeaserItem .background-3 h5:after,
.contentTeaserItem .background-darkred h5:after,
.contentTeaserItem .background-4 h5:after,
.contentTeaserItem .background-orange h5:after,
.contentTeaserItem .background-5 h5:after,
.contentTeaserItem .background-cyan h5:after,
.contentTeaserItem .background-8 h5:after,
.contentTeaserItem .background-pinkred h5:after,
.contentTeaserItem .background-9 h5:after,
.contentTeaserItem .background-darkblue h5:after,
.contentTeaserItem .background-10 h5:after,
.contentTeaserItem .background-violet h5:after,
.contentTeaserItem .background-11 h5:after,
.contentTeaserItem .background-lightred h5:after,
.contentTeaserItem .background-12 h5:after,
.contentTeaserItem .background-navy h5:after,
.contentTeaserItem .background-14 h5:after,
.contentTeaserItem .background-brown h5:after,
.contentTeaserItem .background-16 h5:after,
.contentTeaserItem .background-fadedpink h5:after,
.contentTeaserItem .background-20 h5:after,
.contentTeaserItem .background-browngrey h5:after,
.contentTeaserItem .background-21 h5:after,
.contentTeaserItem .background-brownred h5:after,
.contentTeaserItem .background-22 h5:after,
.contentTeaserItem .background-caritasred h5:after,
.contentTeaserItem .background-23 h5:after,
.contentTeaserItem .background-elisabethgreen h5:after,
.contentTeaserItem .background-25 h5:after,
.contentTeaserItem .background-clemensblue h5:after,
.contentTeaserItem .background-26 h5:after,
.contentTeaserItem .background-fidelisblue h5:after,
.contentTeaserItem .background-27 h5:after,
.contentTeaserItem .background-hospizbrown h5:after,
.contentTeaserItem .background-28 h5:after,
.contentTeaserItem .background-kitagreen h5:after,
.contentTeaserItem .background-30 h5:after,
.contentTeaserItem .background-black h5:after,
.contentTeaserItem .background-31 h5:after,
.contentTeaserItem .background-gemeindelila h5:after,
.contentTeaserItem .background-33 h5:after,
.contentTeaserItem .background-gemeinderot h5:after,
.contentTeaserItem .background-35 h5:after,
.contentTeaserItem .background-steel h5:after,
.contentTeaserItem .background-40 h5:after,
.contentTeaserItem .background-tan h5:after,
.contentTeaserItem .background-41 h5:after,
.contentTeaserItem .background-taupe h5:after,
.contentTeaserItem .background-42 h5:after,
.contentTeaserItem .background-crimson h5:after,
.contentTeaserItem .background-43 h5:after {
  background-color: white;
}
.contentTeaserItem .background-sand h1,
.contentTeaserItem .background-1 h1,
.contentTeaserItem .background-white h1,
.contentTeaserItem .background-7 h1,
.contentTeaserItem .background-yellow h1,
.contentTeaserItem .background-6 h1,
.contentTeaserItem .background-lightorange h1,
.contentTeaserItem .background-13 h1,
.contentTeaserItem .background-lightgreen h1,
.contentTeaserItem .background-15 h1,
.contentTeaserItem .background-sepia h1,
.contentTeaserItem .background-17 h1,
.contentTeaserItem .background-chromewhite h1,
.contentTeaserItem .background-18 h1,
.contentTeaserItem .background-cashmere h1,
.contentTeaserItem .background-19 h1,
.contentTeaserItem .background-hospizorange h1,
.contentTeaserItem .background-24 h1,
.contentTeaserItem .background-foundationblue h1,
.contentTeaserItem .background-29 h1,
.contentTeaserItem .background-lightblue h1,
.contentTeaserItem .background-32 h1,
.contentTeaserItem .background-gemeindegrun h1,
.contentTeaserItem .background-34 h1,
.contentTeaserItem .background-sand h2,
.contentTeaserItem .background-1 h2,
.contentTeaserItem .background-white h2,
.contentTeaserItem .background-7 h2,
.contentTeaserItem .background-yellow h2,
.contentTeaserItem .background-6 h2,
.contentTeaserItem .background-lightorange h2,
.contentTeaserItem .background-13 h2,
.contentTeaserItem .background-lightgreen h2,
.contentTeaserItem .background-15 h2,
.contentTeaserItem .background-sepia h2,
.contentTeaserItem .background-17 h2,
.contentTeaserItem .background-chromewhite h2,
.contentTeaserItem .background-18 h2,
.contentTeaserItem .background-cashmere h2,
.contentTeaserItem .background-19 h2,
.contentTeaserItem .background-hospizorange h2,
.contentTeaserItem .background-24 h2,
.contentTeaserItem .background-foundationblue h2,
.contentTeaserItem .background-29 h2,
.contentTeaserItem .background-lightblue h2,
.contentTeaserItem .background-32 h2,
.contentTeaserItem .background-gemeindegrun h2,
.contentTeaserItem .background-34 h2,
.contentTeaserItem .background-sand h3,
.contentTeaserItem .background-1 h3,
.contentTeaserItem .background-white h3,
.contentTeaserItem .background-7 h3,
.contentTeaserItem .background-yellow h3,
.contentTeaserItem .background-6 h3,
.contentTeaserItem .background-lightorange h3,
.contentTeaserItem .background-13 h3,
.contentTeaserItem .background-lightgreen h3,
.contentTeaserItem .background-15 h3,
.contentTeaserItem .background-sepia h3,
.contentTeaserItem .background-17 h3,
.contentTeaserItem .background-chromewhite h3,
.contentTeaserItem .background-18 h3,
.contentTeaserItem .background-cashmere h3,
.contentTeaserItem .background-19 h3,
.contentTeaserItem .background-hospizorange h3,
.contentTeaserItem .background-24 h3,
.contentTeaserItem .background-foundationblue h3,
.contentTeaserItem .background-29 h3,
.contentTeaserItem .background-lightblue h3,
.contentTeaserItem .background-32 h3,
.contentTeaserItem .background-gemeindegrun h3,
.contentTeaserItem .background-34 h3,
.contentTeaserItem .background-sand h4,
.contentTeaserItem .background-1 h4,
.contentTeaserItem .background-white h4,
.contentTeaserItem .background-7 h4,
.contentTeaserItem .background-yellow h4,
.contentTeaserItem .background-6 h4,
.contentTeaserItem .background-lightorange h4,
.contentTeaserItem .background-13 h4,
.contentTeaserItem .background-lightgreen h4,
.contentTeaserItem .background-15 h4,
.contentTeaserItem .background-sepia h4,
.contentTeaserItem .background-17 h4,
.contentTeaserItem .background-chromewhite h4,
.contentTeaserItem .background-18 h4,
.contentTeaserItem .background-cashmere h4,
.contentTeaserItem .background-19 h4,
.contentTeaserItem .background-hospizorange h4,
.contentTeaserItem .background-24 h4,
.contentTeaserItem .background-foundationblue h4,
.contentTeaserItem .background-29 h4,
.contentTeaserItem .background-lightblue h4,
.contentTeaserItem .background-32 h4,
.contentTeaserItem .background-gemeindegrun h4,
.contentTeaserItem .background-34 h4,
.contentTeaserItem .background-sand h5,
.contentTeaserItem .background-1 h5,
.contentTeaserItem .background-white h5,
.contentTeaserItem .background-7 h5,
.contentTeaserItem .background-yellow h5,
.contentTeaserItem .background-6 h5,
.contentTeaserItem .background-lightorange h5,
.contentTeaserItem .background-13 h5,
.contentTeaserItem .background-lightgreen h5,
.contentTeaserItem .background-15 h5,
.contentTeaserItem .background-sepia h5,
.contentTeaserItem .background-17 h5,
.contentTeaserItem .background-chromewhite h5,
.contentTeaserItem .background-18 h5,
.contentTeaserItem .background-cashmere h5,
.contentTeaserItem .background-19 h5,
.contentTeaserItem .background-hospizorange h5,
.contentTeaserItem .background-24 h5,
.contentTeaserItem .background-foundationblue h5,
.contentTeaserItem .background-29 h5,
.contentTeaserItem .background-lightblue h5,
.contentTeaserItem .background-32 h5,
.contentTeaserItem .background-gemeindegrun h5,
.contentTeaserItem .background-34 h5 {
  color: #2e2a24;
}
.contentTeaserItem .background-sand h1:after,
.contentTeaserItem .background-1 h1:after,
.contentTeaserItem .background-white h1:after,
.contentTeaserItem .background-7 h1:after,
.contentTeaserItem .background-yellow h1:after,
.contentTeaserItem .background-6 h1:after,
.contentTeaserItem .background-lightorange h1:after,
.contentTeaserItem .background-13 h1:after,
.contentTeaserItem .background-lightgreen h1:after,
.contentTeaserItem .background-15 h1:after,
.contentTeaserItem .background-sepia h1:after,
.contentTeaserItem .background-17 h1:after,
.contentTeaserItem .background-chromewhite h1:after,
.contentTeaserItem .background-18 h1:after,
.contentTeaserItem .background-cashmere h1:after,
.contentTeaserItem .background-19 h1:after,
.contentTeaserItem .background-hospizorange h1:after,
.contentTeaserItem .background-24 h1:after,
.contentTeaserItem .background-foundationblue h1:after,
.contentTeaserItem .background-29 h1:after,
.contentTeaserItem .background-lightblue h1:after,
.contentTeaserItem .background-32 h1:after,
.contentTeaserItem .background-gemeindegrun h1:after,
.contentTeaserItem .background-34 h1:after,
.contentTeaserItem .background-sand h2:after,
.contentTeaserItem .background-1 h2:after,
.contentTeaserItem .background-white h2:after,
.contentTeaserItem .background-7 h2:after,
.contentTeaserItem .background-yellow h2:after,
.contentTeaserItem .background-6 h2:after,
.contentTeaserItem .background-lightorange h2:after,
.contentTeaserItem .background-13 h2:after,
.contentTeaserItem .background-lightgreen h2:after,
.contentTeaserItem .background-15 h2:after,
.contentTeaserItem .background-sepia h2:after,
.contentTeaserItem .background-17 h2:after,
.contentTeaserItem .background-chromewhite h2:after,
.contentTeaserItem .background-18 h2:after,
.contentTeaserItem .background-cashmere h2:after,
.contentTeaserItem .background-19 h2:after,
.contentTeaserItem .background-hospizorange h2:after,
.contentTeaserItem .background-24 h2:after,
.contentTeaserItem .background-foundationblue h2:after,
.contentTeaserItem .background-29 h2:after,
.contentTeaserItem .background-lightblue h2:after,
.contentTeaserItem .background-32 h2:after,
.contentTeaserItem .background-gemeindegrun h2:after,
.contentTeaserItem .background-34 h2:after,
.contentTeaserItem .background-sand h3:after,
.contentTeaserItem .background-1 h3:after,
.contentTeaserItem .background-white h3:after,
.contentTeaserItem .background-7 h3:after,
.contentTeaserItem .background-yellow h3:after,
.contentTeaserItem .background-6 h3:after,
.contentTeaserItem .background-lightorange h3:after,
.contentTeaserItem .background-13 h3:after,
.contentTeaserItem .background-lightgreen h3:after,
.contentTeaserItem .background-15 h3:after,
.contentTeaserItem .background-sepia h3:after,
.contentTeaserItem .background-17 h3:after,
.contentTeaserItem .background-chromewhite h3:after,
.contentTeaserItem .background-18 h3:after,
.contentTeaserItem .background-cashmere h3:after,
.contentTeaserItem .background-19 h3:after,
.contentTeaserItem .background-hospizorange h3:after,
.contentTeaserItem .background-24 h3:after,
.contentTeaserItem .background-foundationblue h3:after,
.contentTeaserItem .background-29 h3:after,
.contentTeaserItem .background-lightblue h3:after,
.contentTeaserItem .background-32 h3:after,
.contentTeaserItem .background-gemeindegrun h3:after,
.contentTeaserItem .background-34 h3:after,
.contentTeaserItem .background-sand h4:after,
.contentTeaserItem .background-1 h4:after,
.contentTeaserItem .background-white h4:after,
.contentTeaserItem .background-7 h4:after,
.contentTeaserItem .background-yellow h4:after,
.contentTeaserItem .background-6 h4:after,
.contentTeaserItem .background-lightorange h4:after,
.contentTeaserItem .background-13 h4:after,
.contentTeaserItem .background-lightgreen h4:after,
.contentTeaserItem .background-15 h4:after,
.contentTeaserItem .background-sepia h4:after,
.contentTeaserItem .background-17 h4:after,
.contentTeaserItem .background-chromewhite h4:after,
.contentTeaserItem .background-18 h4:after,
.contentTeaserItem .background-cashmere h4:after,
.contentTeaserItem .background-19 h4:after,
.contentTeaserItem .background-hospizorange h4:after,
.contentTeaserItem .background-24 h4:after,
.contentTeaserItem .background-foundationblue h4:after,
.contentTeaserItem .background-29 h4:after,
.contentTeaserItem .background-lightblue h4:after,
.contentTeaserItem .background-32 h4:after,
.contentTeaserItem .background-gemeindegrun h4:after,
.contentTeaserItem .background-34 h4:after,
.contentTeaserItem .background-sand h5:after,
.contentTeaserItem .background-1 h5:after,
.contentTeaserItem .background-white h5:after,
.contentTeaserItem .background-7 h5:after,
.contentTeaserItem .background-yellow h5:after,
.contentTeaserItem .background-6 h5:after,
.contentTeaserItem .background-lightorange h5:after,
.contentTeaserItem .background-13 h5:after,
.contentTeaserItem .background-lightgreen h5:after,
.contentTeaserItem .background-15 h5:after,
.contentTeaserItem .background-sepia h5:after,
.contentTeaserItem .background-17 h5:after,
.contentTeaserItem .background-chromewhite h5:after,
.contentTeaserItem .background-18 h5:after,
.contentTeaserItem .background-cashmere h5:after,
.contentTeaserItem .background-19 h5:after,
.contentTeaserItem .background-hospizorange h5:after,
.contentTeaserItem .background-24 h5:after,
.contentTeaserItem .background-foundationblue h5:after,
.contentTeaserItem .background-29 h5:after,
.contentTeaserItem .background-lightblue h5:after,
.contentTeaserItem .background-32 h5:after,
.contentTeaserItem .background-gemeindegrun h5:after,
.contentTeaserItem .background-34 h5:after {
  background-color: #2e2a24;
}
.maskQuotationWrap .background-stonegray blockquote:before,
.maskQuotationWrap .row div[class*=col].background-stonegray blockquote:before,
.maskQuotationWrap .background-2 blockquote:before,
.maskQuotationWrap .row div[class*=col].background-2 blockquote:before,
.maskQuotationWrap .background-blue blockquote:before,
.maskQuotationWrap .row div[class*=col].background-blue blockquote:before,
.maskQuotationWrap .background-3 blockquote:before,
.maskQuotationWrap .row div[class*=col].background-3 blockquote:before,
.maskQuotationWrap .background-darkred blockquote:before,
.maskQuotationWrap .row div[class*=col].background-darkred blockquote:before,
.maskQuotationWrap .background-4 blockquote:before,
.maskQuotationWrap .row div[class*=col].background-4 blockquote:before,
.maskQuotationWrap .background-orange blockquote:before,
.maskQuotationWrap .row div[class*=col].background-orange blockquote:before,
.maskQuotationWrap .background-5 blockquote:before,
.maskQuotationWrap .row div[class*=col].background-5 blockquote:before,
.maskQuotationWrap .background-cyan blockquote:before,
.maskQuotationWrap .row div[class*=col].background-cyan blockquote:before,
.maskQuotationWrap .background-8 blockquote:before,
.maskQuotationWrap .row div[class*=col].background-8 blockquote:before,
.maskQuotationWrap .background-pinkred blockquote:before,
.maskQuotationWrap .row div[class*=col].background-pinkred blockquote:before,
.maskQuotationWrap .background-9 blockquote:before,
.maskQuotationWrap .row div[class*=col].background-9 blockquote:before,
.maskQuotationWrap .background-darkblue blockquote:before,
.maskQuotationWrap .row div[class*=col].background-darkblue blockquote:before,
.maskQuotationWrap .background-10 blockquote:before,
.maskQuotationWrap .row div[class*=col].background-10 blockquote:before,
.maskQuotationWrap .background-violet blockquote:before,
.maskQuotationWrap .row div[class*=col].background-violet blockquote:before,
.maskQuotationWrap .background-11 blockquote:before,
.maskQuotationWrap .row div[class*=col].background-11 blockquote:before,
.maskQuotationWrap .background-lightred blockquote:before,
.maskQuotationWrap .row div[class*=col].background-lightred blockquote:before,
.maskQuotationWrap .background-12 blockquote:before,
.maskQuotationWrap .row div[class*=col].background-12 blockquote:before,
.maskQuotationWrap .background-navy blockquote:before,
.maskQuotationWrap .row div[class*=col].background-navy blockquote:before,
.maskQuotationWrap .background-14 blockquote:before,
.maskQuotationWrap .row div[class*=col].background-14 blockquote:before,
.maskQuotationWrap .background-brown blockquote:before,
.maskQuotationWrap .row div[class*=col].background-brown blockquote:before,
.maskQuotationWrap .background-16 blockquote:before,
.maskQuotationWrap .row div[class*=col].background-16 blockquote:before,
.maskQuotationWrap .background-fadedpink blockquote:before,
.maskQuotationWrap .row div[class*=col].background-fadedpink blockquote:before,
.maskQuotationWrap .background-20 blockquote:before,
.maskQuotationWrap .row div[class*=col].background-20 blockquote:before,
.maskQuotationWrap .background-browngrey blockquote:before,
.maskQuotationWrap .row div[class*=col].background-browngrey blockquote:before,
.maskQuotationWrap .background-21 blockquote:before,
.maskQuotationWrap .row div[class*=col].background-21 blockquote:before,
.maskQuotationWrap .background-brownred blockquote:before,
.maskQuotationWrap .row div[class*=col].background-brownred blockquote:before,
.maskQuotationWrap .background-22 blockquote:before,
.maskQuotationWrap .row div[class*=col].background-22 blockquote:before,
.maskQuotationWrap .background-caritasred blockquote:before,
.maskQuotationWrap .row div[class*=col].background-caritasred blockquote:before,
.maskQuotationWrap .background-23 blockquote:before,
.maskQuotationWrap .row div[class*=col].background-23 blockquote:before,
.maskQuotationWrap .background-elisabethgreen blockquote:before,
.maskQuotationWrap .row div[class*=col].background-elisabethgreen blockquote:before,
.maskQuotationWrap .background-25 blockquote:before,
.maskQuotationWrap .row div[class*=col].background-25 blockquote:before,
.maskQuotationWrap .background-clemensblue blockquote:before,
.maskQuotationWrap .row div[class*=col].background-clemensblue blockquote:before,
.maskQuotationWrap .background-26 blockquote:before,
.maskQuotationWrap .row div[class*=col].background-26 blockquote:before,
.maskQuotationWrap .background-fidelisblue blockquote:before,
.maskQuotationWrap .row div[class*=col].background-fidelisblue blockquote:before,
.maskQuotationWrap .background-27 blockquote:before,
.maskQuotationWrap .row div[class*=col].background-27 blockquote:before,
.maskQuotationWrap .background-hospizbrown blockquote:before,
.maskQuotationWrap .row div[class*=col].background-hospizbrown blockquote:before,
.maskQuotationWrap .background-28 blockquote:before,
.maskQuotationWrap .row div[class*=col].background-28 blockquote:before,
.maskQuotationWrap .background-kitagreen blockquote:before,
.maskQuotationWrap .row div[class*=col].background-kitagreen blockquote:before,
.maskQuotationWrap .background-30 blockquote:before,
.maskQuotationWrap .row div[class*=col].background-30 blockquote:before,
.maskQuotationWrap .background-black blockquote:before,
.maskQuotationWrap .row div[class*=col].background-black blockquote:before,
.maskQuotationWrap .background-31 blockquote:before,
.maskQuotationWrap .row div[class*=col].background-31 blockquote:before,
.maskQuotationWrap .background-gemeindelila blockquote:before,
.maskQuotationWrap .row div[class*=col].background-gemeindelila blockquote:before,
.maskQuotationWrap .background-33 blockquote:before,
.maskQuotationWrap .row div[class*=col].background-33 blockquote:before,
.maskQuotationWrap .background-gemeinderot blockquote:before,
.maskQuotationWrap .row div[class*=col].background-gemeinderot blockquote:before,
.maskQuotationWrap .background-35 blockquote:before,
.maskQuotationWrap .row div[class*=col].background-35 blockquote:before,
.maskQuotationWrap .background-steel blockquote:before,
.maskQuotationWrap .row div[class*=col].background-steel blockquote:before,
.maskQuotationWrap .background-40 blockquote:before,
.maskQuotationWrap .row div[class*=col].background-40 blockquote:before,
.maskQuotationWrap .background-tan blockquote:before,
.maskQuotationWrap .row div[class*=col].background-tan blockquote:before,
.maskQuotationWrap .background-41 blockquote:before,
.maskQuotationWrap .row div[class*=col].background-41 blockquote:before,
.maskQuotationWrap .background-taupe blockquote:before,
.maskQuotationWrap .row div[class*=col].background-taupe blockquote:before,
.maskQuotationWrap .background-42 blockquote:before,
.maskQuotationWrap .row div[class*=col].background-42 blockquote:before,
.maskQuotationWrap .background-crimson blockquote:before,
.maskQuotationWrap .row div[class*=col].background-crimson blockquote:before,
.maskQuotationWrap .background-43 blockquote:before,
.maskQuotationWrap .row div[class*=col].background-43 blockquote:before,
.maskQuotationWrap .background-stonegray p,
.maskQuotationWrap .row div[class*=col].background-stonegray p,
.maskQuotationWrap .background-2 p,
.maskQuotationWrap .row div[class*=col].background-2 p,
.maskQuotationWrap .background-blue p,
.maskQuotationWrap .row div[class*=col].background-blue p,
.maskQuotationWrap .background-3 p,
.maskQuotationWrap .row div[class*=col].background-3 p,
.maskQuotationWrap .background-darkred p,
.maskQuotationWrap .row div[class*=col].background-darkred p,
.maskQuotationWrap .background-4 p,
.maskQuotationWrap .row div[class*=col].background-4 p,
.maskQuotationWrap .background-orange p,
.maskQuotationWrap .row div[class*=col].background-orange p,
.maskQuotationWrap .background-5 p,
.maskQuotationWrap .row div[class*=col].background-5 p,
.maskQuotationWrap .background-cyan p,
.maskQuotationWrap .row div[class*=col].background-cyan p,
.maskQuotationWrap .background-8 p,
.maskQuotationWrap .row div[class*=col].background-8 p,
.maskQuotationWrap .background-pinkred p,
.maskQuotationWrap .row div[class*=col].background-pinkred p,
.maskQuotationWrap .background-9 p,
.maskQuotationWrap .row div[class*=col].background-9 p,
.maskQuotationWrap .background-darkblue p,
.maskQuotationWrap .row div[class*=col].background-darkblue p,
.maskQuotationWrap .background-10 p,
.maskQuotationWrap .row div[class*=col].background-10 p,
.maskQuotationWrap .background-violet p,
.maskQuotationWrap .row div[class*=col].background-violet p,
.maskQuotationWrap .background-11 p,
.maskQuotationWrap .row div[class*=col].background-11 p,
.maskQuotationWrap .background-lightred p,
.maskQuotationWrap .row div[class*=col].background-lightred p,
.maskQuotationWrap .background-12 p,
.maskQuotationWrap .row div[class*=col].background-12 p,
.maskQuotationWrap .background-navy p,
.maskQuotationWrap .row div[class*=col].background-navy p,
.maskQuotationWrap .background-14 p,
.maskQuotationWrap .row div[class*=col].background-14 p,
.maskQuotationWrap .background-brown p,
.maskQuotationWrap .row div[class*=col].background-brown p,
.maskQuotationWrap .background-16 p,
.maskQuotationWrap .row div[class*=col].background-16 p,
.maskQuotationWrap .background-fadedpink p,
.maskQuotationWrap .row div[class*=col].background-fadedpink p,
.maskQuotationWrap .background-20 p,
.maskQuotationWrap .row div[class*=col].background-20 p,
.maskQuotationWrap .background-browngrey p,
.maskQuotationWrap .row div[class*=col].background-browngrey p,
.maskQuotationWrap .background-21 p,
.maskQuotationWrap .row div[class*=col].background-21 p,
.maskQuotationWrap .background-brownred p,
.maskQuotationWrap .row div[class*=col].background-brownred p,
.maskQuotationWrap .background-22 p,
.maskQuotationWrap .row div[class*=col].background-22 p,
.maskQuotationWrap .background-caritasred p,
.maskQuotationWrap .row div[class*=col].background-caritasred p,
.maskQuotationWrap .background-23 p,
.maskQuotationWrap .row div[class*=col].background-23 p,
.maskQuotationWrap .background-elisabethgreen p,
.maskQuotationWrap .row div[class*=col].background-elisabethgreen p,
.maskQuotationWrap .background-25 p,
.maskQuotationWrap .row div[class*=col].background-25 p,
.maskQuotationWrap .background-clemensblue p,
.maskQuotationWrap .row div[class*=col].background-clemensblue p,
.maskQuotationWrap .background-26 p,
.maskQuotationWrap .row div[class*=col].background-26 p,
.maskQuotationWrap .background-fidelisblue p,
.maskQuotationWrap .row div[class*=col].background-fidelisblue p,
.maskQuotationWrap .background-27 p,
.maskQuotationWrap .row div[class*=col].background-27 p,
.maskQuotationWrap .background-hospizbrown p,
.maskQuotationWrap .row div[class*=col].background-hospizbrown p,
.maskQuotationWrap .background-28 p,
.maskQuotationWrap .row div[class*=col].background-28 p,
.maskQuotationWrap .background-kitagreen p,
.maskQuotationWrap .row div[class*=col].background-kitagreen p,
.maskQuotationWrap .background-30 p,
.maskQuotationWrap .row div[class*=col].background-30 p,
.maskQuotationWrap .background-black p,
.maskQuotationWrap .row div[class*=col].background-black p,
.maskQuotationWrap .background-31 p,
.maskQuotationWrap .row div[class*=col].background-31 p,
.maskQuotationWrap .background-gemeindelila p,
.maskQuotationWrap .row div[class*=col].background-gemeindelila p,
.maskQuotationWrap .background-33 p,
.maskQuotationWrap .row div[class*=col].background-33 p,
.maskQuotationWrap .background-gemeinderot p,
.maskQuotationWrap .row div[class*=col].background-gemeinderot p,
.maskQuotationWrap .background-35 p,
.maskQuotationWrap .row div[class*=col].background-35 p,
.maskQuotationWrap .background-steel p,
.maskQuotationWrap .row div[class*=col].background-steel p,
.maskQuotationWrap .background-40 p,
.maskQuotationWrap .row div[class*=col].background-40 p,
.maskQuotationWrap .background-tan p,
.maskQuotationWrap .row div[class*=col].background-tan p,
.maskQuotationWrap .background-41 p,
.maskQuotationWrap .row div[class*=col].background-41 p,
.maskQuotationWrap .background-taupe p,
.maskQuotationWrap .row div[class*=col].background-taupe p,
.maskQuotationWrap .background-42 p,
.maskQuotationWrap .row div[class*=col].background-42 p,
.maskQuotationWrap .background-crimson p,
.maskQuotationWrap .row div[class*=col].background-crimson p,
.maskQuotationWrap .background-43 p,
.maskQuotationWrap .row div[class*=col].background-43 p,
.maskQuotationWrap .background-stonegray .text-small,
.maskQuotationWrap .row div[class*=col].background-stonegray .text-small,
.maskQuotationWrap .background-2 .text-small,
.maskQuotationWrap .row div[class*=col].background-2 .text-small,
.maskQuotationWrap .background-blue .text-small,
.maskQuotationWrap .row div[class*=col].background-blue .text-small,
.maskQuotationWrap .background-3 .text-small,
.maskQuotationWrap .row div[class*=col].background-3 .text-small,
.maskQuotationWrap .background-darkred .text-small,
.maskQuotationWrap .row div[class*=col].background-darkred .text-small,
.maskQuotationWrap .background-4 .text-small,
.maskQuotationWrap .row div[class*=col].background-4 .text-small,
.maskQuotationWrap .background-orange .text-small,
.maskQuotationWrap .row div[class*=col].background-orange .text-small,
.maskQuotationWrap .background-5 .text-small,
.maskQuotationWrap .row div[class*=col].background-5 .text-small,
.maskQuotationWrap .background-cyan .text-small,
.maskQuotationWrap .row div[class*=col].background-cyan .text-small,
.maskQuotationWrap .background-8 .text-small,
.maskQuotationWrap .row div[class*=col].background-8 .text-small,
.maskQuotationWrap .background-pinkred .text-small,
.maskQuotationWrap .row div[class*=col].background-pinkred .text-small,
.maskQuotationWrap .background-9 .text-small,
.maskQuotationWrap .row div[class*=col].background-9 .text-small,
.maskQuotationWrap .background-darkblue .text-small,
.maskQuotationWrap .row div[class*=col].background-darkblue .text-small,
.maskQuotationWrap .background-10 .text-small,
.maskQuotationWrap .row div[class*=col].background-10 .text-small,
.maskQuotationWrap .background-violet .text-small,
.maskQuotationWrap .row div[class*=col].background-violet .text-small,
.maskQuotationWrap .background-11 .text-small,
.maskQuotationWrap .row div[class*=col].background-11 .text-small,
.maskQuotationWrap .background-lightred .text-small,
.maskQuotationWrap .row div[class*=col].background-lightred .text-small,
.maskQuotationWrap .background-12 .text-small,
.maskQuotationWrap .row div[class*=col].background-12 .text-small,
.maskQuotationWrap .background-navy .text-small,
.maskQuotationWrap .row div[class*=col].background-navy .text-small,
.maskQuotationWrap .background-14 .text-small,
.maskQuotationWrap .row div[class*=col].background-14 .text-small,
.maskQuotationWrap .background-brown .text-small,
.maskQuotationWrap .row div[class*=col].background-brown .text-small,
.maskQuotationWrap .background-16 .text-small,
.maskQuotationWrap .row div[class*=col].background-16 .text-small,
.maskQuotationWrap .background-fadedpink .text-small,
.maskQuotationWrap .row div[class*=col].background-fadedpink .text-small,
.maskQuotationWrap .background-20 .text-small,
.maskQuotationWrap .row div[class*=col].background-20 .text-small,
.maskQuotationWrap .background-browngrey .text-small,
.maskQuotationWrap .row div[class*=col].background-browngrey .text-small,
.maskQuotationWrap .background-21 .text-small,
.maskQuotationWrap .row div[class*=col].background-21 .text-small,
.maskQuotationWrap .background-brownred .text-small,
.maskQuotationWrap .row div[class*=col].background-brownred .text-small,
.maskQuotationWrap .background-22 .text-small,
.maskQuotationWrap .row div[class*=col].background-22 .text-small,
.maskQuotationWrap .background-caritasred .text-small,
.maskQuotationWrap .row div[class*=col].background-caritasred .text-small,
.maskQuotationWrap .background-23 .text-small,
.maskQuotationWrap .row div[class*=col].background-23 .text-small,
.maskQuotationWrap .background-elisabethgreen .text-small,
.maskQuotationWrap .row div[class*=col].background-elisabethgreen .text-small,
.maskQuotationWrap .background-25 .text-small,
.maskQuotationWrap .row div[class*=col].background-25 .text-small,
.maskQuotationWrap .background-clemensblue .text-small,
.maskQuotationWrap .row div[class*=col].background-clemensblue .text-small,
.maskQuotationWrap .background-26 .text-small,
.maskQuotationWrap .row div[class*=col].background-26 .text-small,
.maskQuotationWrap .background-fidelisblue .text-small,
.maskQuotationWrap .row div[class*=col].background-fidelisblue .text-small,
.maskQuotationWrap .background-27 .text-small,
.maskQuotationWrap .row div[class*=col].background-27 .text-small,
.maskQuotationWrap .background-hospizbrown .text-small,
.maskQuotationWrap .row div[class*=col].background-hospizbrown .text-small,
.maskQuotationWrap .background-28 .text-small,
.maskQuotationWrap .row div[class*=col].background-28 .text-small,
.maskQuotationWrap .background-kitagreen .text-small,
.maskQuotationWrap .row div[class*=col].background-kitagreen .text-small,
.maskQuotationWrap .background-30 .text-small,
.maskQuotationWrap .row div[class*=col].background-30 .text-small,
.maskQuotationWrap .background-black .text-small,
.maskQuotationWrap .row div[class*=col].background-black .text-small,
.maskQuotationWrap .background-31 .text-small,
.maskQuotationWrap .row div[class*=col].background-31 .text-small,
.maskQuotationWrap .background-gemeindelila .text-small,
.maskQuotationWrap .row div[class*=col].background-gemeindelila .text-small,
.maskQuotationWrap .background-33 .text-small,
.maskQuotationWrap .row div[class*=col].background-33 .text-small,
.maskQuotationWrap .background-gemeinderot .text-small,
.maskQuotationWrap .row div[class*=col].background-gemeinderot .text-small,
.maskQuotationWrap .background-35 .text-small,
.maskQuotationWrap .row div[class*=col].background-35 .text-small,
.maskQuotationWrap .background-steel .text-small,
.maskQuotationWrap .row div[class*=col].background-steel .text-small,
.maskQuotationWrap .background-40 .text-small,
.maskQuotationWrap .row div[class*=col].background-40 .text-small,
.maskQuotationWrap .background-tan .text-small,
.maskQuotationWrap .row div[class*=col].background-tan .text-small,
.maskQuotationWrap .background-41 .text-small,
.maskQuotationWrap .row div[class*=col].background-41 .text-small,
.maskQuotationWrap .background-taupe .text-small,
.maskQuotationWrap .row div[class*=col].background-taupe .text-small,
.maskQuotationWrap .background-42 .text-small,
.maskQuotationWrap .row div[class*=col].background-42 .text-small,
.maskQuotationWrap .background-crimson .text-small,
.maskQuotationWrap .row div[class*=col].background-crimson .text-small,
.maskQuotationWrap .background-43 .text-small,
.maskQuotationWrap .row div[class*=col].background-43 .text-small {
  color: white;
}
.maskQuotationWrap .background-stonegray .text-small:before,
.maskQuotationWrap .row div[class*=col].background-stonegray .text-small:before,
.maskQuotationWrap .background-2 .text-small:before,
.maskQuotationWrap .row div[class*=col].background-2 .text-small:before,
.maskQuotationWrap .background-blue .text-small:before,
.maskQuotationWrap .row div[class*=col].background-blue .text-small:before,
.maskQuotationWrap .background-3 .text-small:before,
.maskQuotationWrap .row div[class*=col].background-3 .text-small:before,
.maskQuotationWrap .background-darkred .text-small:before,
.maskQuotationWrap .row div[class*=col].background-darkred .text-small:before,
.maskQuotationWrap .background-4 .text-small:before,
.maskQuotationWrap .row div[class*=col].background-4 .text-small:before,
.maskQuotationWrap .background-orange .text-small:before,
.maskQuotationWrap .row div[class*=col].background-orange .text-small:before,
.maskQuotationWrap .background-5 .text-small:before,
.maskQuotationWrap .row div[class*=col].background-5 .text-small:before,
.maskQuotationWrap .background-cyan .text-small:before,
.maskQuotationWrap .row div[class*=col].background-cyan .text-small:before,
.maskQuotationWrap .background-8 .text-small:before,
.maskQuotationWrap .row div[class*=col].background-8 .text-small:before,
.maskQuotationWrap .background-pinkred .text-small:before,
.maskQuotationWrap .row div[class*=col].background-pinkred .text-small:before,
.maskQuotationWrap .background-9 .text-small:before,
.maskQuotationWrap .row div[class*=col].background-9 .text-small:before,
.maskQuotationWrap .background-darkblue .text-small:before,
.maskQuotationWrap .row div[class*=col].background-darkblue .text-small:before,
.maskQuotationWrap .background-10 .text-small:before,
.maskQuotationWrap .row div[class*=col].background-10 .text-small:before,
.maskQuotationWrap .background-violet .text-small:before,
.maskQuotationWrap .row div[class*=col].background-violet .text-small:before,
.maskQuotationWrap .background-11 .text-small:before,
.maskQuotationWrap .row div[class*=col].background-11 .text-small:before,
.maskQuotationWrap .background-lightred .text-small:before,
.maskQuotationWrap .row div[class*=col].background-lightred .text-small:before,
.maskQuotationWrap .background-12 .text-small:before,
.maskQuotationWrap .row div[class*=col].background-12 .text-small:before,
.maskQuotationWrap .background-navy .text-small:before,
.maskQuotationWrap .row div[class*=col].background-navy .text-small:before,
.maskQuotationWrap .background-14 .text-small:before,
.maskQuotationWrap .row div[class*=col].background-14 .text-small:before,
.maskQuotationWrap .background-brown .text-small:before,
.maskQuotationWrap .row div[class*=col].background-brown .text-small:before,
.maskQuotationWrap .background-16 .text-small:before,
.maskQuotationWrap .row div[class*=col].background-16 .text-small:before,
.maskQuotationWrap .background-fadedpink .text-small:before,
.maskQuotationWrap .row div[class*=col].background-fadedpink .text-small:before,
.maskQuotationWrap .background-20 .text-small:before,
.maskQuotationWrap .row div[class*=col].background-20 .text-small:before,
.maskQuotationWrap .background-browngrey .text-small:before,
.maskQuotationWrap .row div[class*=col].background-browngrey .text-small:before,
.maskQuotationWrap .background-21 .text-small:before,
.maskQuotationWrap .row div[class*=col].background-21 .text-small:before,
.maskQuotationWrap .background-brownred .text-small:before,
.maskQuotationWrap .row div[class*=col].background-brownred .text-small:before,
.maskQuotationWrap .background-22 .text-small:before,
.maskQuotationWrap .row div[class*=col].background-22 .text-small:before,
.maskQuotationWrap .background-caritasred .text-small:before,
.maskQuotationWrap .row div[class*=col].background-caritasred .text-small:before,
.maskQuotationWrap .background-23 .text-small:before,
.maskQuotationWrap .row div[class*=col].background-23 .text-small:before,
.maskQuotationWrap .background-elisabethgreen .text-small:before,
.maskQuotationWrap .row div[class*=col].background-elisabethgreen .text-small:before,
.maskQuotationWrap .background-25 .text-small:before,
.maskQuotationWrap .row div[class*=col].background-25 .text-small:before,
.maskQuotationWrap .background-clemensblue .text-small:before,
.maskQuotationWrap .row div[class*=col].background-clemensblue .text-small:before,
.maskQuotationWrap .background-26 .text-small:before,
.maskQuotationWrap .row div[class*=col].background-26 .text-small:before,
.maskQuotationWrap .background-fidelisblue .text-small:before,
.maskQuotationWrap .row div[class*=col].background-fidelisblue .text-small:before,
.maskQuotationWrap .background-27 .text-small:before,
.maskQuotationWrap .row div[class*=col].background-27 .text-small:before,
.maskQuotationWrap .background-hospizbrown .text-small:before,
.maskQuotationWrap .row div[class*=col].background-hospizbrown .text-small:before,
.maskQuotationWrap .background-28 .text-small:before,
.maskQuotationWrap .row div[class*=col].background-28 .text-small:before,
.maskQuotationWrap .background-kitagreen .text-small:before,
.maskQuotationWrap .row div[class*=col].background-kitagreen .text-small:before,
.maskQuotationWrap .background-30 .text-small:before,
.maskQuotationWrap .row div[class*=col].background-30 .text-small:before,
.maskQuotationWrap .background-black .text-small:before,
.maskQuotationWrap .row div[class*=col].background-black .text-small:before,
.maskQuotationWrap .background-31 .text-small:before,
.maskQuotationWrap .row div[class*=col].background-31 .text-small:before,
.maskQuotationWrap .background-gemeindelila .text-small:before,
.maskQuotationWrap .row div[class*=col].background-gemeindelila .text-small:before,
.maskQuotationWrap .background-33 .text-small:before,
.maskQuotationWrap .row div[class*=col].background-33 .text-small:before,
.maskQuotationWrap .background-gemeinderot .text-small:before,
.maskQuotationWrap .row div[class*=col].background-gemeinderot .text-small:before,
.maskQuotationWrap .background-35 .text-small:before,
.maskQuotationWrap .row div[class*=col].background-35 .text-small:before,
.maskQuotationWrap .background-steel .text-small:before,
.maskQuotationWrap .row div[class*=col].background-steel .text-small:before,
.maskQuotationWrap .background-40 .text-small:before,
.maskQuotationWrap .row div[class*=col].background-40 .text-small:before,
.maskQuotationWrap .background-tan .text-small:before,
.maskQuotationWrap .row div[class*=col].background-tan .text-small:before,
.maskQuotationWrap .background-41 .text-small:before,
.maskQuotationWrap .row div[class*=col].background-41 .text-small:before,
.maskQuotationWrap .background-taupe .text-small:before,
.maskQuotationWrap .row div[class*=col].background-taupe .text-small:before,
.maskQuotationWrap .background-42 .text-small:before,
.maskQuotationWrap .row div[class*=col].background-42 .text-small:before,
.maskQuotationWrap .background-crimson .text-small:before,
.maskQuotationWrap .row div[class*=col].background-crimson .text-small:before,
.maskQuotationWrap .background-43 .text-small:before,
.maskQuotationWrap .row div[class*=col].background-43 .text-small:before {
  background-color: white;
}
.maskQuotationWrap .background-sand blockquote:before,
.maskQuotationWrap .row div[class*=col].background-sand blockquote:before,
.maskQuotationWrap .background-1 blockquote:before,
.maskQuotationWrap .row div[class*=col].background-1 blockquote:before,
.maskQuotationWrap .background-white blockquote:before,
.maskQuotationWrap .row div[class*=col].background-white blockquote:before,
.maskQuotationWrap .background-7 blockquote:before,
.maskQuotationWrap .row div[class*=col].background-7 blockquote:before,
.maskQuotationWrap .background-yellow blockquote:before,
.maskQuotationWrap .row div[class*=col].background-yellow blockquote:before,
.maskQuotationWrap .background-6 blockquote:before,
.maskQuotationWrap .row div[class*=col].background-6 blockquote:before,
.maskQuotationWrap .background-lightorange blockquote:before,
.maskQuotationWrap .row div[class*=col].background-lightorange blockquote:before,
.maskQuotationWrap .background-13 blockquote:before,
.maskQuotationWrap .row div[class*=col].background-13 blockquote:before,
.maskQuotationWrap .background-lightgreen blockquote:before,
.maskQuotationWrap .row div[class*=col].background-lightgreen blockquote:before,
.maskQuotationWrap .background-15 blockquote:before,
.maskQuotationWrap .row div[class*=col].background-15 blockquote:before,
.maskQuotationWrap .background-sepia blockquote:before,
.maskQuotationWrap .row div[class*=col].background-sepia blockquote:before,
.maskQuotationWrap .background-17 blockquote:before,
.maskQuotationWrap .row div[class*=col].background-17 blockquote:before,
.maskQuotationWrap .background-chromewhite blockquote:before,
.maskQuotationWrap .row div[class*=col].background-chromewhite blockquote:before,
.maskQuotationWrap .background-18 blockquote:before,
.maskQuotationWrap .row div[class*=col].background-18 blockquote:before,
.maskQuotationWrap .background-cashmere blockquote:before,
.maskQuotationWrap .row div[class*=col].background-cashmere blockquote:before,
.maskQuotationWrap .background-19 blockquote:before,
.maskQuotationWrap .row div[class*=col].background-19 blockquote:before,
.maskQuotationWrap .background-hospizorange blockquote:before,
.maskQuotationWrap .row div[class*=col].background-hospizorange blockquote:before,
.maskQuotationWrap .background-24 blockquote:before,
.maskQuotationWrap .row div[class*=col].background-24 blockquote:before,
.maskQuotationWrap .background-foundationblue blockquote:before,
.maskQuotationWrap .row div[class*=col].background-foundationblue blockquote:before,
.maskQuotationWrap .background-29 blockquote:before,
.maskQuotationWrap .row div[class*=col].background-29 blockquote:before,
.maskQuotationWrap .background-lightblue blockquote:before,
.maskQuotationWrap .row div[class*=col].background-lightblue blockquote:before,
.maskQuotationWrap .background-32 blockquote:before,
.maskQuotationWrap .row div[class*=col].background-32 blockquote:before,
.maskQuotationWrap .background-gemeindegrun blockquote:before,
.maskQuotationWrap .row div[class*=col].background-gemeindegrun blockquote:before,
.maskQuotationWrap .background-34 blockquote:before,
.maskQuotationWrap .row div[class*=col].background-34 blockquote:before,
.maskQuotationWrap .background-sand p,
.maskQuotationWrap .row div[class*=col].background-sand p,
.maskQuotationWrap .background-1 p,
.maskQuotationWrap .row div[class*=col].background-1 p,
.maskQuotationWrap .background-white p,
.maskQuotationWrap .row div[class*=col].background-white p,
.maskQuotationWrap .background-7 p,
.maskQuotationWrap .row div[class*=col].background-7 p,
.maskQuotationWrap .background-yellow p,
.maskQuotationWrap .row div[class*=col].background-yellow p,
.maskQuotationWrap .background-6 p,
.maskQuotationWrap .row div[class*=col].background-6 p,
.maskQuotationWrap .background-lightorange p,
.maskQuotationWrap .row div[class*=col].background-lightorange p,
.maskQuotationWrap .background-13 p,
.maskQuotationWrap .row div[class*=col].background-13 p,
.maskQuotationWrap .background-lightgreen p,
.maskQuotationWrap .row div[class*=col].background-lightgreen p,
.maskQuotationWrap .background-15 p,
.maskQuotationWrap .row div[class*=col].background-15 p,
.maskQuotationWrap .background-sepia p,
.maskQuotationWrap .row div[class*=col].background-sepia p,
.maskQuotationWrap .background-17 p,
.maskQuotationWrap .row div[class*=col].background-17 p,
.maskQuotationWrap .background-chromewhite p,
.maskQuotationWrap .row div[class*=col].background-chromewhite p,
.maskQuotationWrap .background-18 p,
.maskQuotationWrap .row div[class*=col].background-18 p,
.maskQuotationWrap .background-cashmere p,
.maskQuotationWrap .row div[class*=col].background-cashmere p,
.maskQuotationWrap .background-19 p,
.maskQuotationWrap .row div[class*=col].background-19 p,
.maskQuotationWrap .background-hospizorange p,
.maskQuotationWrap .row div[class*=col].background-hospizorange p,
.maskQuotationWrap .background-24 p,
.maskQuotationWrap .row div[class*=col].background-24 p,
.maskQuotationWrap .background-foundationblue p,
.maskQuotationWrap .row div[class*=col].background-foundationblue p,
.maskQuotationWrap .background-29 p,
.maskQuotationWrap .row div[class*=col].background-29 p,
.maskQuotationWrap .background-lightblue p,
.maskQuotationWrap .row div[class*=col].background-lightblue p,
.maskQuotationWrap .background-32 p,
.maskQuotationWrap .row div[class*=col].background-32 p,
.maskQuotationWrap .background-gemeindegrun p,
.maskQuotationWrap .row div[class*=col].background-gemeindegrun p,
.maskQuotationWrap .background-34 p,
.maskQuotationWrap .row div[class*=col].background-34 p,
.maskQuotationWrap .background-sand .text-small,
.maskQuotationWrap .row div[class*=col].background-sand .text-small,
.maskQuotationWrap .background-1 .text-small,
.maskQuotationWrap .row div[class*=col].background-1 .text-small,
.maskQuotationWrap .background-white .text-small,
.maskQuotationWrap .row div[class*=col].background-white .text-small,
.maskQuotationWrap .background-7 .text-small,
.maskQuotationWrap .row div[class*=col].background-7 .text-small,
.maskQuotationWrap .background-yellow .text-small,
.maskQuotationWrap .row div[class*=col].background-yellow .text-small,
.maskQuotationWrap .background-6 .text-small,
.maskQuotationWrap .row div[class*=col].background-6 .text-small,
.maskQuotationWrap .background-lightorange .text-small,
.maskQuotationWrap .row div[class*=col].background-lightorange .text-small,
.maskQuotationWrap .background-13 .text-small,
.maskQuotationWrap .row div[class*=col].background-13 .text-small,
.maskQuotationWrap .background-lightgreen .text-small,
.maskQuotationWrap .row div[class*=col].background-lightgreen .text-small,
.maskQuotationWrap .background-15 .text-small,
.maskQuotationWrap .row div[class*=col].background-15 .text-small,
.maskQuotationWrap .background-sepia .text-small,
.maskQuotationWrap .row div[class*=col].background-sepia .text-small,
.maskQuotationWrap .background-17 .text-small,
.maskQuotationWrap .row div[class*=col].background-17 .text-small,
.maskQuotationWrap .background-chromewhite .text-small,
.maskQuotationWrap .row div[class*=col].background-chromewhite .text-small,
.maskQuotationWrap .background-18 .text-small,
.maskQuotationWrap .row div[class*=col].background-18 .text-small,
.maskQuotationWrap .background-cashmere .text-small,
.maskQuotationWrap .row div[class*=col].background-cashmere .text-small,
.maskQuotationWrap .background-19 .text-small,
.maskQuotationWrap .row div[class*=col].background-19 .text-small,
.maskQuotationWrap .background-hospizorange .text-small,
.maskQuotationWrap .row div[class*=col].background-hospizorange .text-small,
.maskQuotationWrap .background-24 .text-small,
.maskQuotationWrap .row div[class*=col].background-24 .text-small,
.maskQuotationWrap .background-foundationblue .text-small,
.maskQuotationWrap .row div[class*=col].background-foundationblue .text-small,
.maskQuotationWrap .background-29 .text-small,
.maskQuotationWrap .row div[class*=col].background-29 .text-small,
.maskQuotationWrap .background-lightblue .text-small,
.maskQuotationWrap .row div[class*=col].background-lightblue .text-small,
.maskQuotationWrap .background-32 .text-small,
.maskQuotationWrap .row div[class*=col].background-32 .text-small,
.maskQuotationWrap .background-gemeindegrun .text-small,
.maskQuotationWrap .row div[class*=col].background-gemeindegrun .text-small,
.maskQuotationWrap .background-34 .text-small,
.maskQuotationWrap .row div[class*=col].background-34 .text-small {
  color: #2e2a24;
}
.maskQuotationWrap .background-sand .text-small:before,
.maskQuotationWrap .row div[class*=col].background-sand .text-small:before,
.maskQuotationWrap .background-1 .text-small:before,
.maskQuotationWrap .row div[class*=col].background-1 .text-small:before,
.maskQuotationWrap .background-white .text-small:before,
.maskQuotationWrap .row div[class*=col].background-white .text-small:before,
.maskQuotationWrap .background-7 .text-small:before,
.maskQuotationWrap .row div[class*=col].background-7 .text-small:before,
.maskQuotationWrap .background-yellow .text-small:before,
.maskQuotationWrap .row div[class*=col].background-yellow .text-small:before,
.maskQuotationWrap .background-6 .text-small:before,
.maskQuotationWrap .row div[class*=col].background-6 .text-small:before,
.maskQuotationWrap .background-lightorange .text-small:before,
.maskQuotationWrap .row div[class*=col].background-lightorange .text-small:before,
.maskQuotationWrap .background-13 .text-small:before,
.maskQuotationWrap .row div[class*=col].background-13 .text-small:before,
.maskQuotationWrap .background-lightgreen .text-small:before,
.maskQuotationWrap .row div[class*=col].background-lightgreen .text-small:before,
.maskQuotationWrap .background-15 .text-small:before,
.maskQuotationWrap .row div[class*=col].background-15 .text-small:before,
.maskQuotationWrap .background-sepia .text-small:before,
.maskQuotationWrap .row div[class*=col].background-sepia .text-small:before,
.maskQuotationWrap .background-17 .text-small:before,
.maskQuotationWrap .row div[class*=col].background-17 .text-small:before,
.maskQuotationWrap .background-chromewhite .text-small:before,
.maskQuotationWrap .row div[class*=col].background-chromewhite .text-small:before,
.maskQuotationWrap .background-18 .text-small:before,
.maskQuotationWrap .row div[class*=col].background-18 .text-small:before,
.maskQuotationWrap .background-cashmere .text-small:before,
.maskQuotationWrap .row div[class*=col].background-cashmere .text-small:before,
.maskQuotationWrap .background-19 .text-small:before,
.maskQuotationWrap .row div[class*=col].background-19 .text-small:before,
.maskQuotationWrap .background-hospizorange .text-small:before,
.maskQuotationWrap .row div[class*=col].background-hospizorange .text-small:before,
.maskQuotationWrap .background-24 .text-small:before,
.maskQuotationWrap .row div[class*=col].background-24 .text-small:before,
.maskQuotationWrap .background-foundationblue .text-small:before,
.maskQuotationWrap .row div[class*=col].background-foundationblue .text-small:before,
.maskQuotationWrap .background-29 .text-small:before,
.maskQuotationWrap .row div[class*=col].background-29 .text-small:before,
.maskQuotationWrap .background-lightblue .text-small:before,
.maskQuotationWrap .row div[class*=col].background-lightblue .text-small:before,
.maskQuotationWrap .background-32 .text-small:before,
.maskQuotationWrap .row div[class*=col].background-32 .text-small:before,
.maskQuotationWrap .background-gemeindegrun .text-small:before,
.maskQuotationWrap .row div[class*=col].background-gemeindegrun .text-small:before,
.maskQuotationWrap .background-34 .text-small:before,
.maskQuotationWrap .row div[class*=col].background-34 .text-small:before {
  background-color: #2e2a24;
}
section.background-stonegray header h1,
section.background-2 header h1,
section.background-blue header h1,
section.background-3 header h1,
section.background-darkred header h1,
section.background-4 header h1,
section.background-orange header h1,
section.background-5 header h1,
section.background-cyan header h1,
section.background-8 header h1,
section.background-pinkred header h1,
section.background-9 header h1,
section.background-darkblue header h1,
section.background-10 header h1,
section.background-violet header h1,
section.background-11 header h1,
section.background-lightred header h1,
section.background-12 header h1,
section.background-navy header h1,
section.background-14 header h1,
section.background-brown header h1,
section.background-16 header h1,
section.background-fadedpink header h1,
section.background-20 header h1,
section.background-browngrey header h1,
section.background-21 header h1,
section.background-brownred header h1,
section.background-22 header h1,
section.background-caritasred header h1,
section.background-23 header h1,
section.background-elisabethgreen header h1,
section.background-25 header h1,
section.background-clemensblue header h1,
section.background-26 header h1,
section.background-fidelisblue header h1,
section.background-27 header h1,
section.background-hospizbrown header h1,
section.background-28 header h1,
section.background-kitagreen header h1,
section.background-30 header h1,
section.background-black header h1,
section.background-31 header h1,
section.background-gemeindelila header h1,
section.background-33 header h1,
section.background-gemeinderot header h1,
section.background-35 header h1,
section.background-steel header h1,
section.background-40 header h1,
section.background-tan header h1,
section.background-41 header h1,
section.background-taupe header h1,
section.background-42 header h1,
section.background-crimson header h1,
section.background-43 header h1,
section.background-stonegray header h2,
section.background-2 header h2,
section.background-blue header h2,
section.background-3 header h2,
section.background-darkred header h2,
section.background-4 header h2,
section.background-orange header h2,
section.background-5 header h2,
section.background-cyan header h2,
section.background-8 header h2,
section.background-pinkred header h2,
section.background-9 header h2,
section.background-darkblue header h2,
section.background-10 header h2,
section.background-violet header h2,
section.background-11 header h2,
section.background-lightred header h2,
section.background-12 header h2,
section.background-navy header h2,
section.background-14 header h2,
section.background-brown header h2,
section.background-16 header h2,
section.background-fadedpink header h2,
section.background-20 header h2,
section.background-browngrey header h2,
section.background-21 header h2,
section.background-brownred header h2,
section.background-22 header h2,
section.background-caritasred header h2,
section.background-23 header h2,
section.background-elisabethgreen header h2,
section.background-25 header h2,
section.background-clemensblue header h2,
section.background-26 header h2,
section.background-fidelisblue header h2,
section.background-27 header h2,
section.background-hospizbrown header h2,
section.background-28 header h2,
section.background-kitagreen header h2,
section.background-30 header h2,
section.background-black header h2,
section.background-31 header h2,
section.background-gemeindelila header h2,
section.background-33 header h2,
section.background-gemeinderot header h2,
section.background-35 header h2,
section.background-steel header h2,
section.background-40 header h2,
section.background-tan header h2,
section.background-41 header h2,
section.background-taupe header h2,
section.background-42 header h2,
section.background-crimson header h2,
section.background-43 header h2,
section.background-stonegray header h3,
section.background-2 header h3,
section.background-blue header h3,
section.background-3 header h3,
section.background-darkred header h3,
section.background-4 header h3,
section.background-orange header h3,
section.background-5 header h3,
section.background-cyan header h3,
section.background-8 header h3,
section.background-pinkred header h3,
section.background-9 header h3,
section.background-darkblue header h3,
section.background-10 header h3,
section.background-violet header h3,
section.background-11 header h3,
section.background-lightred header h3,
section.background-12 header h3,
section.background-navy header h3,
section.background-14 header h3,
section.background-brown header h3,
section.background-16 header h3,
section.background-fadedpink header h3,
section.background-20 header h3,
section.background-browngrey header h3,
section.background-21 header h3,
section.background-brownred header h3,
section.background-22 header h3,
section.background-caritasred header h3,
section.background-23 header h3,
section.background-elisabethgreen header h3,
section.background-25 header h3,
section.background-clemensblue header h3,
section.background-26 header h3,
section.background-fidelisblue header h3,
section.background-27 header h3,
section.background-hospizbrown header h3,
section.background-28 header h3,
section.background-kitagreen header h3,
section.background-30 header h3,
section.background-black header h3,
section.background-31 header h3,
section.background-gemeindelila header h3,
section.background-33 header h3,
section.background-gemeinderot header h3,
section.background-35 header h3,
section.background-steel header h3,
section.background-40 header h3,
section.background-tan header h3,
section.background-41 header h3,
section.background-taupe header h3,
section.background-42 header h3,
section.background-crimson header h3,
section.background-43 header h3,
section.background-stonegray header h4,
section.background-2 header h4,
section.background-blue header h4,
section.background-3 header h4,
section.background-darkred header h4,
section.background-4 header h4,
section.background-orange header h4,
section.background-5 header h4,
section.background-cyan header h4,
section.background-8 header h4,
section.background-pinkred header h4,
section.background-9 header h4,
section.background-darkblue header h4,
section.background-10 header h4,
section.background-violet header h4,
section.background-11 header h4,
section.background-lightred header h4,
section.background-12 header h4,
section.background-navy header h4,
section.background-14 header h4,
section.background-brown header h4,
section.background-16 header h4,
section.background-fadedpink header h4,
section.background-20 header h4,
section.background-browngrey header h4,
section.background-21 header h4,
section.background-brownred header h4,
section.background-22 header h4,
section.background-caritasred header h4,
section.background-23 header h4,
section.background-elisabethgreen header h4,
section.background-25 header h4,
section.background-clemensblue header h4,
section.background-26 header h4,
section.background-fidelisblue header h4,
section.background-27 header h4,
section.background-hospizbrown header h4,
section.background-28 header h4,
section.background-kitagreen header h4,
section.background-30 header h4,
section.background-black header h4,
section.background-31 header h4,
section.background-gemeindelila header h4,
section.background-33 header h4,
section.background-gemeinderot header h4,
section.background-35 header h4,
section.background-steel header h4,
section.background-40 header h4,
section.background-tan header h4,
section.background-41 header h4,
section.background-taupe header h4,
section.background-42 header h4,
section.background-crimson header h4,
section.background-43 header h4,
section.background-stonegray header h5,
section.background-2 header h5,
section.background-blue header h5,
section.background-3 header h5,
section.background-darkred header h5,
section.background-4 header h5,
section.background-orange header h5,
section.background-5 header h5,
section.background-cyan header h5,
section.background-8 header h5,
section.background-pinkred header h5,
section.background-9 header h5,
section.background-darkblue header h5,
section.background-10 header h5,
section.background-violet header h5,
section.background-11 header h5,
section.background-lightred header h5,
section.background-12 header h5,
section.background-navy header h5,
section.background-14 header h5,
section.background-brown header h5,
section.background-16 header h5,
section.background-fadedpink header h5,
section.background-20 header h5,
section.background-browngrey header h5,
section.background-21 header h5,
section.background-brownred header h5,
section.background-22 header h5,
section.background-caritasred header h5,
section.background-23 header h5,
section.background-elisabethgreen header h5,
section.background-25 header h5,
section.background-clemensblue header h5,
section.background-26 header h5,
section.background-fidelisblue header h5,
section.background-27 header h5,
section.background-hospizbrown header h5,
section.background-28 header h5,
section.background-kitagreen header h5,
section.background-30 header h5,
section.background-black header h5,
section.background-31 header h5,
section.background-gemeindelila header h5,
section.background-33 header h5,
section.background-gemeinderot header h5,
section.background-35 header h5,
section.background-steel header h5,
section.background-40 header h5,
section.background-tan header h5,
section.background-41 header h5,
section.background-taupe header h5,
section.background-42 header h5,
section.background-crimson header h5,
section.background-43 header h5,
section.background-stonegray header p,
section.background-2 header p,
section.background-blue header p,
section.background-3 header p,
section.background-darkred header p,
section.background-4 header p,
section.background-orange header p,
section.background-5 header p,
section.background-cyan header p,
section.background-8 header p,
section.background-pinkred header p,
section.background-9 header p,
section.background-darkblue header p,
section.background-10 header p,
section.background-violet header p,
section.background-11 header p,
section.background-lightred header p,
section.background-12 header p,
section.background-navy header p,
section.background-14 header p,
section.background-brown header p,
section.background-16 header p,
section.background-fadedpink header p,
section.background-20 header p,
section.background-browngrey header p,
section.background-21 header p,
section.background-brownred header p,
section.background-22 header p,
section.background-caritasred header p,
section.background-23 header p,
section.background-elisabethgreen header p,
section.background-25 header p,
section.background-clemensblue header p,
section.background-26 header p,
section.background-fidelisblue header p,
section.background-27 header p,
section.background-hospizbrown header p,
section.background-28 header p,
section.background-kitagreen header p,
section.background-30 header p,
section.background-black header p,
section.background-31 header p,
section.background-gemeindelila header p,
section.background-33 header p,
section.background-gemeinderot header p,
section.background-35 header p,
section.background-steel header p,
section.background-40 header p,
section.background-tan header p,
section.background-41 header p,
section.background-taupe header p,
section.background-42 header p,
section.background-crimson header p,
section.background-43 header p {
  color: white;
}
section.background-white header h1,
section.background-7 header h1,
section.background-yellow header h1,
section.background-6 header h1,
section.background-lightorange header h1,
section.background-13 header h1,
section.background-lightgreen header h1,
section.background-15 header h1,
section.background-sepia header h1,
section.background-17 header h1,
section.background-chromewhite header h1,
section.background-18 header h1,
section.background-cashmere header h1,
section.background-19 header h1,
section.background-hospizorange header h1,
section.background-24 header h1,
section.background-foundationblue header h1,
section.background-29 header h1,
section.background-lightblue header h1,
section.background-32 header h1,
section.background-gemeindegrun header h1,
section.background-34 header h1,
section.background-white header h2,
section.background-7 header h2,
section.background-yellow header h2,
section.background-6 header h2,
section.background-lightorange header h2,
section.background-13 header h2,
section.background-lightgreen header h2,
section.background-15 header h2,
section.background-sepia header h2,
section.background-17 header h2,
section.background-chromewhite header h2,
section.background-18 header h2,
section.background-cashmere header h2,
section.background-19 header h2,
section.background-hospizorange header h2,
section.background-24 header h2,
section.background-foundationblue header h2,
section.background-29 header h2,
section.background-lightblue header h2,
section.background-32 header h2,
section.background-gemeindegrun header h2,
section.background-34 header h2,
section.background-white header h3,
section.background-7 header h3,
section.background-yellow header h3,
section.background-6 header h3,
section.background-lightorange header h3,
section.background-13 header h3,
section.background-lightgreen header h3,
section.background-15 header h3,
section.background-sepia header h3,
section.background-17 header h3,
section.background-chromewhite header h3,
section.background-18 header h3,
section.background-cashmere header h3,
section.background-19 header h3,
section.background-hospizorange header h3,
section.background-24 header h3,
section.background-foundationblue header h3,
section.background-29 header h3,
section.background-lightblue header h3,
section.background-32 header h3,
section.background-gemeindegrun header h3,
section.background-34 header h3,
section.background-white header h4,
section.background-7 header h4,
section.background-yellow header h4,
section.background-6 header h4,
section.background-lightorange header h4,
section.background-13 header h4,
section.background-lightgreen header h4,
section.background-15 header h4,
section.background-sepia header h4,
section.background-17 header h4,
section.background-chromewhite header h4,
section.background-18 header h4,
section.background-cashmere header h4,
section.background-19 header h4,
section.background-hospizorange header h4,
section.background-24 header h4,
section.background-foundationblue header h4,
section.background-29 header h4,
section.background-lightblue header h4,
section.background-32 header h4,
section.background-gemeindegrun header h4,
section.background-34 header h4,
section.background-white header h5,
section.background-7 header h5,
section.background-yellow header h5,
section.background-6 header h5,
section.background-lightorange header h5,
section.background-13 header h5,
section.background-lightgreen header h5,
section.background-15 header h5,
section.background-sepia header h5,
section.background-17 header h5,
section.background-chromewhite header h5,
section.background-18 header h5,
section.background-cashmere header h5,
section.background-19 header h5,
section.background-hospizorange header h5,
section.background-24 header h5,
section.background-foundationblue header h5,
section.background-29 header h5,
section.background-lightblue header h5,
section.background-32 header h5,
section.background-gemeindegrun header h5,
section.background-34 header h5,
section.background-white header p,
section.background-7 header p,
section.background-yellow header p,
section.background-6 header p,
section.background-lightorange header p,
section.background-13 header p,
section.background-lightgreen header p,
section.background-15 header p,
section.background-sepia header p,
section.background-17 header p,
section.background-chromewhite header p,
section.background-18 header p,
section.background-cashmere header p,
section.background-19 header p,
section.background-hospizorange header p,
section.background-24 header p,
section.background-foundationblue header p,
section.background-29 header p,
section.background-lightblue header p,
section.background-32 header p,
section.background-gemeindegrun header p,
section.background-34 header p {
  color: #2e2a24;
}
.newsletterWrap.background-yellow * {
  color: #2e2a24;
}
/*
// Dummy
h4, h5 {
  line-height: 130%;
}

.navbar-header {
  img {
    height: 40px;
    width: auto;
  }
}

.panel-heading .accordion-toggle:after {
  !* symbol for "opening" panels *!
  font-family: 'Glyphicons Halflings'; !* essential for enabling glyphicon *!
  content: "\e113"; !* adjust as needed, taken from bootstrap.css *!
  float: right; !* adjust as needed *!
  color: grey; !* adjust as needed *!
}

.panel-heading .accordion-toggle.collapsed:after {
  !* symbol for "collapsed" panels *!
  content: "\e114"; !* adjust as needed, taken from bootstrap.css *!
}*/
body {
  overflow-y: scroll;
  font-size: 19px;
  letter-spacing: 0.01em;
}
body.searchbox-open {
  overflow: hidden;
}
.allWrap {
  background: #f5f2ea;
  min-width: 325px;
  max-width: 1600px;
  margin: 0 auto;
}
.pageWrap {
  position: relative;
  overflow: hidden;
}
h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 42px;
  line-height: 1.25;
  color: #c73241;
}
h2 {
  position: relative;
  margin-bottom: 25px;
  font-family: Merriweather, serif;
  font-size: 35px;
  line-height: 1.3;
  font-weight: 700;
  color: #c73241;
  margin-top: 0;
}
h3 {
  margin-bottom: 25px;
  font-family: Merriweather, serif;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
  color: #c73241;
  margin-top: 0;
}
h4 {
  margin-bottom: 15px;
  font-family: Merriweather, serif;
  color: #c73241;
  font-size: 21px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-top: 0;
}
h5 {
  color: #2e2a24;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: left;
  margin-top: 0;
}
h5:after {
  content: '';
  width: 50px;
  height: 3px;
  background: #c73241;
  display: block;
  margin: 5px 0 8px 0;
}
h5.text-center:after {
  margin-left: auto;
  margin-right: auto;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: #c73241;
  letter-spacing: .01em;
  text-transform: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
  color: inherit;
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
p {
  hyphens: manual !important;
}
.gridHeadline h5 {
  margin-bottom: 30px;
}
p {
  line-height: 25px;
  margin-bottom: 25px;
}
.text-bold {
  font-weight: bold;
}
.text-small {
  margin: 10px 10px 10px 0;
  color: #2e2a24;
  font-size: 14px;
}
.text-large {
  font-family: Merriweather, serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.strong {
  font-weight: 700;
}
.panel-heading a {
  letter-spacing: .01em;
  text-transform: none;
}
.stacktable.large-only {
  display: none;
}
.stacktable.small-only {
  display: table;
  margin-top: 10px;
}
.stacktable.small-only tr:nth-child(2) th {
  margin-top: 0;
}
.stacktable.small-only th.st-head-row {
  padding-top: 20px;
  margin-top: 20px;
  display: block;
  width: 100%;
  padding-left: 0;
}
.stacktable.small-only th.st-head-row.st-head-row-main {
  display: none;
}
.stacktable.small-only td {
  border: 0;
  padding: 5px 30px;
}
.stacktable.small-only td.st-key {
  display: none;
}
ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 18px;
  list-style-type: disc;
}
.ce-bodytext li {
  font-size: 17px;
  margin-bottom: 5px;
  line-height: 1.5em;
}
.slick-dots {
  text-align: center;
  bottom: 0;
  left: 0px;
}
.slick-dots li {
  width: 18px;
  height: 18px;
  margin: 0 12px;
}
.slick-dots li button {
  width: 18px;
  height: 18px;
}
.slick-dots li button:before {
  content: '';
  list-style-type: none;
  width: 18px;
  height: 18px;
  padding: 0;
  border: 3px solid #45413b;
  border-radius: 50%;
  background: transparent;
  display: inline-block;
  color: #45413b;
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  background: #45413b;
}
a span.imageCopyright,
span.imageCopyright {
  font-size: 13px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 5px 10px;
  text-transform: none;
  font-weight: normal;
  letter-spacing: normal;
}
.news-single .imageDescription {
  margin-bottom: 50px;
  margin-top: -40px;
  font-size: 80%;
  opacity: 80%;
}
@media (min-width: 480px) {
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 30px;
  }
  .text-large {
    font-size: 21px;
    line-height: 31px;
    letter-spacing: 0.01em;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 55px;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 32px;
  }
  .stacktable.large-only {
    display: table;
  }
  .stacktable.large-only tr:last-child td {
    border-bottom: 2px solid rgba(69, 65, 59, 0.15);
  }
  .stacktable.large-only th {
    display: none;
  }
  .stacktable.large-only td {
    border-top: 2px solid rgba(69, 65, 59, 0.15);
    padding: 20px 10px;
  }
  .stacktable.large-only td:first-child {
    white-space: nowrap;
    font-weight: bold;
  }
  .stacktable.small-only {
    display: none;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 45px;
    line-height: 1.3;
  }
  h3 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .tx-church-event-manager_searchbox form.js button {
    margin-bottom: 20px !important;
    margin-left: 0 !important;
  }
}
.select2-container .select2-selection--single {
  outline: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  white-space: normal;
}
.tx-church-event-manager_searchbox form .form-dropdown,
.tx-church-event-manager_searchbox form .select2-container--default .select2-selection--multiple,
.tx-church-event-manager_searchbox form .select2-container--default .select2-selection--single {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.tx-church-event-manager_searchbox form .select2-container--default .select2-selection--multiple .select2-selection__choice,
.tx-church-event-manager_searchbox form .select2-container--default .select2-selection--single .select2-selection__choice {
  width: 93%;
  padding-right: 30px !important;
}
.item-tags span {
  cursor: pointer;
}
.category-list .item-tags span {
  cursor: unset;
}
section[class*=background-] .container {
  padding-left: 30px;
  padding-right: 30px;
}
section[class*=background-] .container .tx-church-event-manager {
  padding: 0px;
}
div[class="item-properties"] .date {
  line-height: 1.5em;
  margin-bottom: 5px;
  margin-right: 10px;
}
div[class="item-properties"] h2[itemprop="name"] {
  margin-bottom: 7px;
  margin-top: 2px;
}
.item-properties--place {
  margin-bottom: 2rem;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  font-size: 18px;
  padding: 0px 5px;
  line-height: 18px;
  top: 2px;
  position: relative;
}
.tx-church-event-manager_searchbox form .select2-container--default .select2-selection--multiple .select2-selection__choice,
.tx-church-event-manager_searchbox form .select2-container--default .select2-selection--single .select2-selection__choice {
  padding: .2em .7em;
}
.datedivider {
  margin: 0px 13px 0px 8px;
}
.item-properties h2 {
  color: #c73241;
}
.page-navigation {
  display: none;
  width: 100%;
}
.cr_page {
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cr_page {
    width: 100% !important;
  }
}
a[href^="http"].link-arrow:hover {
  text-decoration: underline;
}
a[href^="http"].link-no-arrow,
p > a.link-no-arrow {
  padding-right: 1px;
}
a[href^="http"].link-no-arrow:after,
p > a.link-no-arrow:after {
  content: "";
  display: none;
}
section.background-clemensblue p,
section.background-3 p,
section.background-elisabethgreen p,
section.background-25 p,
section.background-fidelisblue p,
section.background-27 p,
section.background-hospizorange p,
section.background-24 p,
section.background-gemeindelila p,
section.background-33 p,
section.background-gemeindegrun p,
section.background-34 p,
section.background-gemeinderot p,
section.background-35 p,
section.background-clemensblue h1,
section.background-3 h1,
section.background-elisabethgreen h1,
section.background-25 h1,
section.background-fidelisblue h1,
section.background-27 h1,
section.background-hospizorange h1,
section.background-24 h1,
section.background-gemeindelila h1,
section.background-33 h1,
section.background-gemeindegrun h1,
section.background-34 h1,
section.background-gemeinderot h1,
section.background-35 h1,
section.background-clemensblue h2,
section.background-3 h2,
section.background-elisabethgreen h2,
section.background-25 h2,
section.background-fidelisblue h2,
section.background-27 h2,
section.background-hospizorange h2,
section.background-24 h2,
section.background-gemeindelila h2,
section.background-33 h2,
section.background-gemeindegrun h2,
section.background-34 h2,
section.background-gemeinderot h2,
section.background-35 h2,
section.background-clemensblue h3,
section.background-3 h3,
section.background-elisabethgreen h3,
section.background-25 h3,
section.background-fidelisblue h3,
section.background-27 h3,
section.background-hospizorange h3,
section.background-24 h3,
section.background-gemeindelila h3,
section.background-33 h3,
section.background-gemeindegrun h3,
section.background-34 h3,
section.background-gemeinderot h3,
section.background-35 h3,
section.background-clemensblue h4,
section.background-3 h4,
section.background-elisabethgreen h4,
section.background-25 h4,
section.background-fidelisblue h4,
section.background-27 h4,
section.background-hospizorange h4,
section.background-24 h4,
section.background-gemeindelila h4,
section.background-33 h4,
section.background-gemeindegrun h4,
section.background-34 h4,
section.background-gemeinderot h4,
section.background-35 h4,
section.background-clemensblue h5,
section.background-3 h5,
section.background-elisabethgreen h5,
section.background-25 h5,
section.background-fidelisblue h5,
section.background-27 h5,
section.background-hospizorange h5,
section.background-24 h5,
section.background-gemeindelila h5,
section.background-33 h5,
section.background-gemeindegrun h5,
section.background-34 h5,
section.background-gemeinderot h5,
section.background-35 h5 {
  color: white;
}
.news-single .img-responsive {
  width: 100%;
}
.frame.frame-type-table {
  overflow-x: auto;
}
.maskSimpleStageWrap.layout-1 svg polygon {
  fill: #FFFFFF;
}
.news .news-list-view .contentTeaserItem {
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.news .news-list-view .contentTeaserItem:hover {
  background-color: #DDDDDD;
}
iframe.youtube-iframe:not([src]) {
  display: none;
}
.consent-video-wrapper {
  padding-bottom: 56.25%;
  position: relative;
}
.consent-video-wrapper .youtube-iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cookiefirst-disabled-resource {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
}
.cookiefirst-disabled-resource .cookiefirst-dummy-container {
  margin-bottom: -56.25%;
  width: 100%;
  height: 100%;
}
.cookiefirst-disabled-resource .cookiefirst-dummy-container img {
  width: 100%;
  height: auto;
}
.cookiefirst-disabled-resource button {
  text-transform: none;
}
.videodummytext button {
  border-radius: 40px;
  border: 2px solid gray;
  padding: 0 10px 0 10px;
}
.youtubeVideo .videodummytext,
.businessatlas .kartendummytext {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  padding: 20px;
  z-index: 1;
  font-size: 1.75rem;
  color: black;
  background-color: rgba(200, 200, 200, 0.9);
  width: 100%;
}
.youtubeVideo.small .customplaybutton {
  position: absolute;
  float: none;
  min-width: 40px;
  max-width: 60px;
  max-height: 60px;
  margin: 0;
  left: calc(50% - 30px);
  top: calc(50% - 30px);
}
.youtubeVideo:hover .cookiefirst-disabled-resource .customplaybutton polygon {
  fill: #fff;
}
.youtubeVideo:hover .cookiefirst-disabled-resource .customplaybutton circle {
  opacity: .67;
}
.youtubeVideo .customplaybutton {
  transition: all 0.3s ease-in-out;
  position: absolute;
  min-width: 70px;
  max-width: 90px;
  max-height: 90px;
  height: auto;
  top: 50%;
  left: calc(50% - 45px);
}
.youtubeVideo .customplaybutton polygon {
  fill: #ffffff;
  transition: all 0.3s ease 0s;
}
.youtubeVideo .coverimage {
  position: absolute;
  cursor: auto;
}
.businessatlas.consent-video-wrapper {
  padding-bottom: 0;
}
.businessatlas.consent-video-wrapper .cookiefirst-disabled-resource {
  margin-bottom: 0;
}
@media (max-width: 1600px) {
  .cookiefirst-root .cf3l36 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
:focus:not(:focus-visible) {
  outline: none !important;
}
:focus-visible,
.select2-container--focus {
  outline: 3px solid #87CEFA !important;
  outline-offset: 3px !important;
}
.scrollTopContainer a {
  color: #742914;
}
#tx-church-event-manager .select2-search__field {
  outline: none !important;
}
.ce-textpic.ce-above .text-image {
  margin-bottom: 16px;
}
