/*! lightgallery - v1.3.5 - 2016-09-30
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2016 Sachin N; Licensed Apache 2.0 */
@font-face {
  font-family: 'TheSansPlain','Arial','Helvetica','sans-serif';
  font-weight: normal;
  font-style: normal;
}
.lg-icon {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.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: 48px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;

  @media (max-width: 700px) {
    font-size: 24px;
  }
}
.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: "\e903";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\e913";
}

@-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: "\e905";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  font: 400 22px/26px 'TheSansPlain','Arial','Helvetica','sans-serif';
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #eee;
  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 {
  font: 400 18px/26px 'TheSansPlain','Arial','Helvetica','sans-serif';
  color: #eee;
  display: inline-block;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
  float: left;
}

.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: #006fa2;
}
.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: "\e90c";
}
.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-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-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;
  -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";
}

.group {
  *zoom: 1;
}

.group:before, .group:after {
  display: table;
  content: "";
  line-height: 0;
}

.group:after {
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  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;
  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;
  position: absolute;
  left: 0;
  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: rgba(0,0,0,0.85);
  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 */
/**
 * Hotel Hubertus
 *
 * LICENSE
 *
 * This software and its source code is protected by copyright law (Sec. 69a ff. UrhG).
 * It is not allowed to make any kinds of modifications, nor must it be copied,
 * or published without explicit permission. Misuse will lead to persecution.
 *
 * @copyright  2015 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @package    css
 * @subpackage print styles
 * @author     lange
 * @since      03.09.2015
 * @version    $Id: print.css 1066 2019-11-27 17:40:57Z stief $
 **/
/*  =========================================================
no print styles
heroImage
teaserBadge
teaserLong
article
listElements
termTeaser
eventTeaser
footer
========================================================== */
/*  =========================================================
no print style
========================================================= */
@media print {
  #pageHeader #pageHeader__logo_mobile,
  #pageHeader nav,
  #pageHeader input,
  #pageHeader label,
  #pageHeader form,
  #footer,
  #timeSliderWrapper,
  .linkArea,
  .teaserImage,
  .teaserLong,
  #heroImage__inner > figure.heroImage--simple img,
  #heroImage__inner > figure.heroImage--ImageAndText,
  .socialArea,
  .imageTeaser,
  .dropdown,
  .datePicker,
  .blogComment,
  .roomTabs,
  .bookTabs,
  .contentFormWrapper,
  .route,
  .contentForm,
  .moreContentButton,
  .blogversion,
  .heroImage--simple img,
  .teaserBadge--square > .title,
  .teaserBadge--offer,
  .author {
    display: none!important;
  }
}
/*  =========================================================
header
========================================================= */
@media print {
  #pageHeader #pageHeader__logo {
    display: block!important;
    margin-left: 230px;
  }
}
/*  =========================================================
heroImage
========================================================= */
@media print {

  .heroImage__caption--overlay > .text > h1,
  .heroImage__caption--title > .text > h1 {
    color: #000;
    font: 400 28pt "Montserrat", serif;
    letter-spacing: 3px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    text-align: center;
  }
  .heroImage__caption--title > .text > p {
    color: #000;
    font: 400 22pt 'EB Garamond', Georgia, serif;
    letter-spacing: 2px;
    margin: 0px;
    padding: 0px;
    text-align: center;
  }
}
/*  =========================================================
teaserBadge
========================================================= */
@media print {
  .teaserBadge--square {
    float: left;
  }
  .teaserBadge--square > .text > p,
  .teaserBadge--square > .textForIndex > p {
    font: 12pt/18pt "Georgia", sans-serif;
    color: #000;
    margin: 0px;
    float: left;
  }
  .teaserBadge--square,
  .teaserBadge--round {
    text-decoration: none;
  }
  .teaserBadge--square > .title {
    margin-top: 30px;
  }
  .teaserBadge--square > .title > h1 {
    color: #000;
    font: italic 400 22pt/30pt 'EB Garamond', Georgia, serif;
    letter-spacing: 2pt;
    text-transform: uppercase;
    margin: 150px 0px 0px 0px;
  }
  .teaserBadge--square > .title > p {
    font: 12pt/18pt "Georgia", sans-serif;
    color: #000;
    margin: 0px;
  }
  .teaserBadge--square > .text > h1,
  .teaserBadge--square > .textForIndex > h1 {
    color: #000;
    font: italic 400 16pt 'EB Garamond', Georgia, serif;
    margin: 15px 0px 0px 0px;
    padding: 0 0 8px;
    text-align: left;
    text-transform: uppercase;
  }
  .teaserBadge--square > .image {
    width: 800px;
    display: none;
  }
  .teaserBadge--square > .image > img {
    margin-bottom: 20px;
    float: left;
    page-break-before: always;
  }
  .teaserBadge--round {
    display: none;
  }
}
/*  =========================================================
teaserLong
========================================================= */
@media print {
  .teaserLong {
    text-decoration: none;
  }
  .teaserLong > .image > img {
    float: left;
    clear: both;
    width: 6cm;
    margin: 10px 0px 0px 0px;
  }
  .teaserLong > .textArea {
    float: left;
  }
  .teaserLong > .textArea > .alignment > .text {
    width: 10cm;
    margin: 10px 0px 0px 25px;
  }
  .teaserLong > .textArea > .alignment > .text > h1 {
    color: #000;
    font: italic 400 32pt/30t 'EB Garamond', Georgia, serif;
    margin: 0px;
    letter-spacing: 2pt;
    text-transform: uppercase;
  }
  .teaserLong > .textArea > .alignment > .text > p {
    font: 12pt/18pt "Georgia", sans-serif;
    color: #000;
    margin: 0px;
  }
}
/*  =========================================================
article
========================================================= */
@media print {
  .article {
    width: 100%;
    float: left;
    clear: both;
  }
  .article > h1 {
    font: 300 28pt "Montserrat", Arial, sans-serif;
    margin: 20px 0px 0px 0px;
    padding: 0 0 10px;
    text-transform: uppercase;
  }
  .article > h2 {
    font: 700 12pt "Montserrat", Arial, sans-serif;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
  }
  .article > p {
    font: 300 12pt/18pt "Montserrat", Arial, sans-serif;
    margin: 0px;
    padding: 0px;
  }
  .article > ul.download > li {
    float: left;
    margin: 0px 30px 15px 0px;
  }
}
/*  =========================================================
imageTeaser
========================================================= */
/*@media print{
  .imageTeaser > .teaserOverlay > .text > h3{display: none;}

  .imageTeaser > .image > img {
    width: 6cm; float: left;
  }

  a.imageTeaser{color: #000; text-decoration: none; float: left; clear: both;}
}*/
/*  =========================================================
listElements
========================================================= */
@media print {
  /*Angebotsliste*/
  .listElement > a {
    text-decoration: none;
  }
  .listImage > img,
  .moreButton {
    display: none;
  }
  .imageArea > img {
    width: 8cm;
  }
  .textArea > .title,
  .priceBox > .title {
    letter-spacing: 1px;
    margin-bottom: 5px;
  }
  .textArea > .title {
    color: #000;
    font: 700 12pt "Montserrat", Arial, sans-serif;
    margin: 10px 0px 10px 0px;
    padding: 0;
    text-transform: uppercase;
  }
  aside > .label,
  aside > .price {
    color: #7d7b5d;
    font: 700 14pt/16pt "Montserrat", Arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
  }
  /*Blogliste*/
  .listElement > h1,
  .listElement > h1.heading {
    color: #000;
    font: 300 16pt "Montserrat", Arial, sans-serif;
    letter-spacing: 1px;
    margin: 20px 0px 10px 0px;
    text-transform: uppercase;
  }
  .listElement > h2 {
    color: #000;
    font: 400 8pt "Montserrat", Arial, sans-serif;
    letter-spacing: 1px;
    margin: 0px 0px 10px 0px;
    text-transform: uppercase;
  }
}
/*  =========================================================
termTeaser
========================================================= */
@media print {
  .termTeaser {
    float: left;
    page-break-before: always;
  }
}
/*  =========================================================
eventTeaser
========================================================= */
@media print {
  .eventTeaser {
    float: left;
    page-break-before: always;
  }
  .eventTeaser > ul > li {
    list-style: outside none none;
    padding: 0px;
  }
  .eventTeaser > ul {
    margin: 0px 0px 0px -35px;
  }
  .eventTeaser h2 {
    font: 700 12pt "Montserrat", Arial, sans-serif;
    margin: 0px;
    padding: 0;
    text-transform: uppercase;
  }
  .eventTeaser p {
    margin: 0px;
    padding: 0;
  }
}
/*  =========================================================
rooms
========================================================= */
@media print {
  .roomTabs ~ .content > .contentlist {
    display: block!important;
  }
  .roomTabs ~ .content > .contentlist img {
    width: 150px;
    float: left;
    margin: 20px;
  }
}
/*  =========================================================
packageList
========================================================= */
@media print {
  .blogpostlist,
  .packagelist {
    float: left;
  }
  .blogpostlist .trenner,
  .blogpostlist .listElement.hidden,
  .packagelist .trenner,
  .packagelist .listElement.hidden {
    display: none;
  }
  .blogpostlist .listElement,
  .packagelist .listElement{
    border-bottom: 1px solid #C1C1C1;
    margin-bottom: 10px;
  }
  .blogpostlist .listElement p,
  .packagelist .listElement .listImage aside span,
  .packagelist .listElement p,
  .priceBox h1,
  .informationArea h1{
    font: 400 normal 17px/25px 'EB Garamond', Georgia, serif;
    color: #000;
    letter-spacing: 0.25px;
    padding: 0px;
    margin: 0px;
  }

}
/*  =========================================================
footer
========================================================= */
@media print {
  #pageFooter {
    width: 100%;
    float: left;
    margin-top: 15px;
    page-break-before: always;
  }
  .contact > a,
  .reservation > a,
  .benefits > a,
  .linkArea > a {
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
  }
  .benefits > a,
  .reservation > a {
    display: none;
  }
  span.hidden.email,
  span.hidden.telephone {
    display: inline-block;
    margin-right: 27px;
  }
  .contact > a > h6,
  .reservation > a > h6,
  .linkArea > a > h6 {
    float: left;
    font: 700 10pt "Montserrat", Arial, sans-serif;
    margin: 0px 20px 0px 0px;
    text-transform: uppercase;
  }
}
/*  =========================================================
timeline
========================================================= */
@media print {
  .weekTab,
  #currentWeekLink {
    display: none;
  }
  .weekTab * {
    display: block!important;
    width: 100%!important;
    height: inherit!important;
    position: relative!important;
    margin: 0!important;
    padding-left: 0px!important;
    padding-bottom: 0px!important;
    padding-right: 0px!important;
    padding-top: 0!important;
    float: none!important;
  }
  .weekTab .timelineImage{
    width: 150px!important;
  }
  .weekTab .timelineItem .source {
    padding-top: 20px!important;
    border-top: 2px solid #C1C1C1;
  }
  .weekTab .timelineItem .source h2 {
    font: 400 normal 17px/25px 'EB Garamond', Georgia, serif!important;
  }
  .weekTab .timelineItem .text {
    padding-bottom: 20px!important;
  }
  .weekTab .fadeOut {
    display: none!important;
  }
}
/**
 * Hub - Hotel Hubertus 2015
 *
 * LICENSE
 *
 * This software and its source code is protected by copyright law (Sec. 69a ff. UrhG).
 * It is not allowed to make any kinds of modifications, nor must it be copied,
 * or published without explicit permission. Misuse will lead to persecution.
 *
 * @copyright  2014 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @package    css
 * @subpackage font styles
 * @author     lange
 * @since      19.02.2015
 * @version    $Id$
 **/
/*  =========================================================
icomoon
========================================================== */
/*  =========================================================
icomoon
========================================================= */
@font-face {
  font-family: 'icomoon';
  src:  url('/portal/assets/fonts/icomoon/icomoon.eot?qalqsq');
  src:  url('/portal/assets/fonts/icomoon/icomoon.eot?qalqsq#iefix') format('embedded-opentype'),
  url('/portal/assets/fonts/icomoon/icomoon.woff2?qalqsq') format('woff2'),
  url('/portal/assets/fonts/icomoon/icomoon.ttf?qalqsq') format('truetype'),
  url('/portal/assets/fonts/icomoon/icomoon.woff?qalqsq') format('woff'),
  url('/portal/assets/fonts/icomoon/icomoon.svg?qalqsq#icomoon') format('svg');
  font-weight: 400;
  font-style: normal;
}

/* latin */
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 400;
  src: url('/portal/assets/fonts/EB_Garamond/EBGaramond-Regular.ttf') format('truetype'),
  url("/portal/assets/fonts/EBGaramond-Regular.eot") format("embedded-opentype"),
  url("/portal/assets/fonts/EBGaramond-Regular.woff2") format("woff2");
}

/* latin monserat 400 */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('/portal/assets/fonts/Montserrat/Montserrat-Regular.ttf') format('truetype'),
  url("/portal/assets/fonts/Montserrat-Regular.eot") format("embedded-opentype"),
  url("/portal/assets/fonts/Montserrat-Regular.woff2") format("woff2");
}

/* latin monserat 300 */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('/portal/assets/fonts/Montserrat/Montserrat-Light.ttf') format('truetype'),
  url("/portal/assets/fonts/Montserrat-Light.eot") format("embedded-opentype"),
  url("/portal/assets/fonts/Montserrat-Light.woff2") format("woff2");
}

/* latin monserat 700 */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('/portal/assets/fonts/Montserrat/Montserrat-Bold.ttf') format('truetype'),
  url("/portal/assets/fonts/Montserrat-Bold.eot") format("embedded-opentype"),
  url("/portal/assets/fonts/Montserrat-Bold.woff2") format("woff2");
}
/**
 * Hotel Hubertus
 *
 * LICENSE
 *
 * This software and its source code is protected by copyright law (Sec. 69a ff. UrhG).
 * It is not allowed to make any kinds of modifications, nor must it be copied,
 * or published without explicit permission. Misuse will lead to persecution.
 *
 * @copyright  2015 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @package    css
 * @subpackage main header
 * @author     lange
 * @since      20.02.2015
 * @version    $Id$
 **/
/*  =========================================================
fonts
========================================================= */
@media screen {
  .contact > a > p#titleFooter,
  .reservation > a > p#titleFooter,
  .benefits > a > p#titleFooter,
  .linkArea > a > p#titleFooter {
    font: 700 normal 14px/21px 'Montserrat', Arial, sans-serif;
    text-transform: uppercase;
    margin: 0px;
  }

  .reservation p,
  .contact > a > p,
  .reservation > a > p,
  .benefits > a > p {
    font: 300 normal 12px/19px 'Montserrat', Arial, sans-serif;
    margin: 0px;
    float: left;
    text-transform: uppercase;
  }

  .reservation p {
    font: 300 normal 14px/21px 'Montserrat', Arial, sans-serif;
    margin-top: 4px;
    margin-bottom: 25px;
    width: 100%;
  }

  .linkArea > ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
  }

  .linkArea > ul > li > a:not(.socialMediaIcon) {
    font: 300 normal 14px/21px 'Montserrat', Arial, sans-serif;
    text-decoration: none;
    color: #000;
  }

  .linkArea > ul > li > a.socialMediaIcon {
    text-decoration: none;
    color: black;
    font-size: 28px;
    padding-right: 10px;
    display: flex;
    margin-bottom: 25px;
  }

  .linkArea > ul > li > a.socialMediaIcon span {
    font: 300 normal 14px/21px 'Montserrat', Arial, sans-serif;
    padding-left: 20px;
    text-transform: uppercase;
    line-height: 30px;
  }

  .linkArea > ul > li > a > span {
    line-height: 60px;
  }
  .linkArea > ul > li.mobileview{
    display: none;
  }
  .puffer {
    padding-left: 15px;
  }
}
@media screen and (max-width: 900px) {
  .linkArea > ul > li.mobileview{
    display: block;
  }
  .linkArea > ul > li.desktopview{
    display: none;

  }
}

/*  =========================================================
subfooter
========================================================= */
@media screen {
  hr {
    color: #7f7f7f;
    margin: 30px 0px;
  }

  hr.top {
    margin: 30px 0px 15px 0px;
  }

  hr.bottom {
    margin: 15px 0px 30px 0px;
  }

  .contact > a,
  .reservation > a,
  .benefits > a,
  .linkArea > a {
    text-decoration: none;
    color: #000;
    text-align: left;
  }

  .benefits .contact p {
    margin-top: 5px;
  }

  .reservation {
    padding-left: 100px;
  }

  .benefits {
    padding-left: 5.75221239%;
  }

  .reservation > a > p {
    margin-right: 70px;
  }

  .reservation > a > .trustscore,
  .reservation > a > .trustscore * {
    cursor: pointer!important;
  }
}

@media screen and (max-width: 1070px) {
  .social {
    padding-left: 0px;
    margin-top: 5px;
    float: left;
  }
}

@media screen and (max-width: 900px) {
  .reservation,
  .benefits {
    padding-left: 0px;
  }

  .social {
    float: left;
    margin-top: -16px;
  }

  hr {
    margin: 20px 0px;
  }

  .reservation > a > p#titleFooter:last-child {
    margin-top: 20px;
  }
}

@media screen and (max-width: 600px) {
  hr {
    margin: 18px 0px;
  }

  .benefits > a > p#titleFooter:last-child,
  .linkArea > a > p#titleFooter:last-child {
    margin-top: 20px;
  }

  #footer .reservation > p {
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .social {
    margin-top: 10px;
  }
}

/*  =========================================================
footer
========================================================= */
@media screen {
  #footer {
    color: #000;
  }

  #footerForBlog {
    background-color: #727256;
    height: 90px;
  }

  .link a {
    text-decoration: none;
    color: #000;
  }

  .link a > p {
    box-sizing: border-box;
  }

  .link p {
    text-transform: uppercase;
    margin-bottom: 10px;
  }

  .link a.search > p:before {
    font-family: 'icomoon';
    content: '\e609';
    font-size: 15px;
    color: #000;
    padding-right: 8px;
    vertical-align: middle;
  }

  .link a.search > p > span {
    text-decoration: underline;
  }

  .link > .phone > p {
    font: 300 normal 14px/21px 'Montserrat', Arial, sans-serif;
    color: #000;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-top: 10px;
  }

  a.address > p {
    font: 300 normal 12px 'Montserrat', Arial, sans-serif;
    color: #fff;
    text-transform: uppercase;
    margin: 10px 17px 0px 0px;
    padding: 0px;
    float: right;
  }

  #footer .reviews {
    position: relative;
    min-height: 236px;
    margin-top: 25px;
    margin-bottom: 10px;
    padding-top: 25px;
    border-top: 1px solid #fff;
  }

  #footer .reviews a.reviewsTitle {
    position: relative;
    text-decoration: none;
    color: #fff;
  }

  #footer .reviews a.reviewsTitle > p {
    position: relative;
    font: 400 13px 'Montserrat', Arial, sans-serif;
    letter-spacing: 1.5px;
    margin: 0px;
    float: left;
    text-align: center;
    text-transform: uppercase;
    box-sizing: border-box;
  }

  #footer .reviews .reviewWidget {
    position: relative;
    display: inline-block;
    max-height: 150px;
    min-height: 10px;
    margin-top: 20px;
    overflow: hidden;
    bottom: 0;
  }
}

@media screen and (max-width: 900px) {
  #footerForBlog {
    height: 210px;
  }

  .link > a.search > p,
  .link > a.impressum > p {
    margin-top: 20px;
  }

  .link > a.contact > p,
  .link > a.search > p,
  .link > .phone > p,
  .link > a.impressum > p {
    text-align: center;
    float: none;
  }

  .phone {
    padding-top: 15px;
    padding-bottom: 25px;
    display: block;
  }

  a.address > p {
    margin: 10px 17px 0px 0px;
    padding: 0px;
    float: left;
    text-align: center;
    width: 100%;
  }

  #footer .reviews {
    margin-top: 25px;
  }

  #footer .reviews a.reviewsTitle > p {
    text-align: center;
    float: none;
  }

  footer .link > a.blog,
  footer .link > a.newsletter {
    margin-top: 12px;
  }

  footer .link > a.blog > p,
  footer .link > a.newsletter > p {
    float: none;
  }
}

@media screen and (max-width: 600px) {
  a.address > p {
    font: 300 normal 10px 'Montserrat', Arial, sans-serif;
    color: #fff;
  }
}

/*  =========================================================
micro navigation footer
========================================================= */
@media screen {
  #miniFooter .footerContent {
    position: relative;
    background-color: #000000;
    height: 60px;
    padding: 0;
  }

  #miniFooter .footerContent,
  #miniFooter .footerContent a {
    color: #ffffff;
  }

  #miniFooter .footerContent a.phone {
    position: absolute;
    left: 10px;
    top: 22px;
    display: inline-block;
    font: 400 normal 16px/19px 'Montserrat', Arial, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
  }

  #miniFooter .footerContent .linkArea {
    position: absolute;
    right: 10px;
    bottom: 5px;
    display: inline-block;
    font: 700 normal 14px/16px 'Montserrat', Arial, sans-serif;
    font-weight: normal;
  }

  #miniFooter .footerContent .linkArea > a:not(:last-child) {
    margin-right: 10px
  }
}

@media screen and (max-width: 600px) {
  #miniFooter .g-grid-12 {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  #miniFooter .footerContent {
    height: 80px;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  #miniFooter .footerContent a.phone {
    font: 400 normal 14px/17px 'Montserrat', Arial, sans-serif;
    top: 10px;
    bottom: inherit;
  }

  #miniFooter .footerContent .linkArea {
    top: inherit;
    bottom: 10px;
  }

  #miniFooter .footerContent a.phone,
  #miniFooter .footerContent .linkArea {
    width: 100%;
    left: 0;
    right: 0;
  }
}
/**
 * Hotel Hubertus
 *
 * LICENSE
 *
 * This software and its source code is protected by copyright law (Sec. 69a ff. UrhG).
 * It is not allowed to make any kinds of modifications, nor must it be copied,
 * or published without explicit permission. Misuse will lead to persecution.
 *
 * @copyright  2015 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @package    css
 * @subpackage main header
 * @author     lange
 * @since      20.02.2015
 * @version    $Id$
 **/
/*  =========================================================
basic config
logo
navigation
navigation for blog
bookbutton
bookform
========================================================== */
/*  =========================================================
basic config
========================================================= */
@media screen {
  #pageHeader {
    margin: 0px auto;
    width: 100%;
    height: 135px;
    position: fixed;
    z-index: 6;
    top: 0px;
    background: #fff;
  }
  #pageHeader.sticky {
    /*height: 43px;*/
    height: 57px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  #pageHeader {
    height: 43px;
    padding-bottom: 10px;
  }
}
/*  =========================================================
logo
========================================================= */
@media screen {
  #pageHeader__logo {
    display: inline-block;
    vertical-align: top;
    padding: 22px 0px 0px 0px;
  }
  #pageHeader__logo > img {
    max-height: 115px;
  }
  #pageHeader__logo_mobile {
    display: none;
  }
  #pageHeader.sticky #pageHeader__logo_mobile {
    display: inline-block;
    vertical-align: top;
    padding-top: 5px;
  }
  #pageHeader.sticky #pageHeader__logo_mobile > img {
      height: 65px;
  }
  #pageHeader.sticky #pageHeader__logo {
    display: none;
  }

}
@media screen and (max-width: 600px) {
  #pageHeader__logo_mobile {
    display: inline-block;
    vertical-align: top;
    padding-top: 5px;
  }
  #pageHeader__logo_mobile > img {
    width: 100px;
  }
  #pageHeader__logo {
    display: none;
  }
}
/*  =========================================================
navigation
========================================================= */
@media screen {
  /*opener/closer*/
  #mainNav__opener {
    position: absolute;
    opacity: 0;
  }
  [for='mainNav__opener'],
  [for='mainNav__opener_mobile'] {
    position: absolute;
    top: 45px;
    left: 50px;
    z-index: 10;
  }
  [for='mainNav__opener_mobile'],
  #pageHeader__mainNav > input {
    display: none;
  }
  [for='mainNav__opener'] > span.icon-close,
  [for='mainNav__opener_mobile'] > span.icon-close {
    font-size: 33px;
    cursor: pointer;
  }
  [for='mainNav__opener'] > span.iconMenu,
  [for='mainNav__opener_mobile'] > span.iconMenu {
    font-size: 17px;
    cursor: pointer;
  }
  [for='mainNav__opener'] > span.iconMenu > img,
  [for='mainNav__opener_mobile'] > span.iconMenu > img {
    width: 36px;
    height: 16px;
  }
  #pageHeader__mainNav > label > .iconMenu > .iconText {
    text-transform: uppercase;
    font: 700 11px 'Montserrat', Arial, sans-serif;
    margin: 0px;
    padding: 8px 0px 0px 0px;
    display: block;
  }
  #pageHeader__mainNav > label > .iconMenu {
    width: 36px;
  }
  #pageHeader__mainNav > .hidingBox,
  #pageHeader__mainNav_mobile > .hidingBox {
    background-color: #333;
    height: 115px;
    width: 260px;
    position: absolute;
    top: 0;
    left: -260px;
    z-index: 5;
    transition: left 0s ease;
  }
  [for='mainNav__opener'] > .iconMenu,
  [for='mainNav__opener_mobile'] > .iconMenu {
    color: #000;
    display: block;
  }
  [for='mainNav__opener'] > .icon-close,
  [for='mainNav__opener_mobile'] > .icon-close {
    color: #fff;
    display: none;
  }
  #mainNav__opener:checked ~ [for='mainNav__opener'] > .iconMenu,
  #mainNav__opener_mobile:checked ~ [for='mainNav__opener_mobile'] > .iconMenu {
    display: none;
  }
  #mainNav__opener:checked ~ [for='mainNav__opener'] > .icon-close,
  #mainNav__opener_mobile:checked ~ [for='mainNav__opener_mobile'] > .icon-close,
  #mainNav__opener:checked ~ .hidingBox {
    display: block;
  }
  /*navigation styling*/
  #pageHeader__mainNav > .navWrapper {
    height: 100vh;
    width: 260px;
    overflow: hidden;
    background: #333;
    position: absolute;
    top: 0px;
    left: -260px;
  }

  #pageHeader__mainNav > .navWrapper > ul,
  #pageHeader__mainNav_mobile > ul {
    position: absolute;
    top: 0px;
    left: -260px;
    z-index: 4;
    height: 100vh;
    width: 280px;
    background: #333;
    box-sizing: border-box;
    margin: 0px;
    padding: 130px 20px 0px 0px;
    text-align: left;
    list-style: none;
    transition: left 0.5s ease;
  }

  #pageHeader__mainNav > .navWrapper > ul > li {
    width: 260px;
  }
  #pageHeader__mainNav > .navWrapper > ul > li#changeLanguage {
  }
  #pageHeader__mainNav > .navWrapper > ul > li#changeLanguage #google_translate_element,
  .goog-te-banner-frame {
    display: none;
    visibility: hidden !important;
  }
  #pageHeader__mainNav > .navWrapper > ul > li#changeLanguage .selectors {
    padding: 15px 15px 15px 52px;
  }

  #pageHeader__mainNav > .navWrapper > ul > li#changeLanguage .selectors a,
  #pageHeader__mainNav > .navWrapper > ul > li#changeLanguage .selectors .divider {
    display: inline-block;
    font: 400 normal 14px/21px 'Montserrat', Arial, sans-serif;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
  }
  #pageHeader__mainNav > .navWrapper > ul > li#changeLanguage .selectors a.active {
    font-weight: 700;
  }
  #pageHeader__mainNav > .navWrapper > ul > li#changeLanguage .selectors a:hover {
    background: #616161;
  }
  #pageHeader__mainNav > .navWrapper > ul > li > ul {
    list-style: none;
    height: 100%;
    width: 240px;
    background: #333;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    text-align: left;
  }
  /*visible navigation*/
  #mainNav__opener:checked~.hidingBox,
  #mainNav__opener:checked~.navWrapper,
  #mainNav__opener:checked~.navWrapper>ul,
  #mainNav__opener_mobile:checked~ul {
    left: 0px;
  }
  #pageHeader__mainNav > .navWrapper > ul > li > a {
    display: block;
    padding: 15px 15px 15px 52px;
    font: 700 normal 14px/21px 'Montserrat', Arial, sans-serif;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
  }
  #pageHeader__mainNav > .navWrapper > ul > li > ul {
    display: none;
  }
  #pageHeader__mainNav > .navWrapper > ul > li > ul > li > a,
  #pageHeader__mainNav > .navWrapper > ul > li > ul > li > a:active,
  #pageHeader__mainNav > .navWrapper > ul > li > ul > li > a:focus {
    display: block;
    padding: 10px 10px 10px 52px;
    font: 300 normal 14px/21px 'Montserrat', Arial, sans-serif;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    background: #464646;
  }
  #pageHeader__mainNav > .navWrapper  ul > li > a.active,
  #pageHeader__mainNav > .navWrapper > ul > li > a:hover,
  #pageHeader__mainNav > .navWrapper > ul > li > ul > li > a:hover,
  #pageHeader__mainNav > .navWrapper > ul > li:hover > a {
    background: #616161;
  }
  #pageHeader__mainNav > .navWrapper > ul > li > a.active + ul {
    display: block;
  }

  /*language navi*/
  #pageHeader__mainNav > .navWrapper > ul > li.langnavWrapper > a:active,
  #pageHeader__mainNav > .navWrapper > ul > li.langnavWrapper > a:hover,
  #pageHeader__mainNav > .navWrapper > ul > li.langnavWrapper > a:focus {
    background: #333;
  }
  #pageHeader__mainNav > .navWrapper > ul > li.langnavWrapper > a > span {
    font: 300 normal 14px/21px 'Montserrat', Arial, sans-serif;
    text-transform: uppercase;
    color: white;
  }


  #pageHeader.sticky [for='mainNav__opener_mobile'] {
    display: block;
  }
  #pageHeader.sticky [for='mainNav__opener'],
  #pageHeader.sticky [for='mainNav__opener_mobile'] {
    position: absolute;
    top: 27px;
    /*    top: 16px;*/
    /*left: 10px;*/
    z-index: 10;
  }
  #pageHeader.sticky #pageHeader__mainNav > label > .iconMenu > .iconText {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  [for='mainNav__opener_mobile'] {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  [for='mainNav__opener'],
  [for='mainNav__opener_mobile'] {
    position: absolute;
    top: 19px;
    /*top: 16px;*/
    left: 10px;
    z-index: 10;
  }

  #pageHeader__mainNav > .hidingBox,
  #pageHeader__mainNav_mobile > .hidingBox {
    height: 70px;
  }

  #pageHeader__mainNav > .navWrapper > ul,
  #pageHeader__mainNav_mobile > ul {
    padding-top: 75px;
  }

  #pageHeader__mainNav > label > .iconMenu > .iconText {
    display: none;
  }
}
/*  =========================================================
navigation for blog
========================================================= */
@media screen {
  .blogversion {
    padding-left: 30px;
  }
  .navButton,
  .navButtonAktive {
    background: #fff;
    border: 1px solid #000;
    padding: 8px 11px;
    margin-right: 10px;
    font: 700 16px/12px 'Montserrat', Arial, sans-serif;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    top: 20px;
    text-align: left;
    letter-spacing: 1px;
  }
  .navButtonAktive {
    background: #000;
  }
  .navButton:hover {
    background: #000;
  }
  .navButton:hover > a {
    color: #fff;
  }
  .navButton > a,
  .navButtonAktive > a {
    text-decoration: none;
    color: #000;
  }
  .navButtonAktive > a {
    color: #fff;
  }

  #pageHeader.sticky .blogversion {
    position: relative;
    top: -113px;
    padding-left: 0px;
  }
}
@media screen and (max-width: 600px) {
  .blogversion {
    position: relative;
    top: -113px;
    padding-left: 0px;
  }
}
@media screen and (max-width: 320px) {
  .blogversion {
    top: -125px;
  }
}
/*  =========================================================
bookbutton
========================================================= */
@media screen {
  #pageHeader__bookbutton {
    position: absolute;
    top: 45px;
    right: 50px;
  }
  #pageHeader__bookbutton > a {
    font: italic 400 17px/15px 'EB Garamond', Georgia, serif;
    padding: 10px 0px;
    color: #000;
    text-decoration: none;
  }
  #pageHeader__bookbutton > a > strong {
    font: 700 17px/12px 'Montserrat', Arial, sans-serif;
  }
  #pageHeader__bookbutton:hover > a {
    color: #fff;
  }
  #pageHeader__bookbutton_mobile {
    display: none;
  }
  #pageHeader__bookbutton__input,
  #pageHeader__bookbutton__input_mobile {
    position: absolute;
    opacity: 0;
  }
  #pageHeader__bookbutton__input:checked + #pageHeader__bookbutton,
  #pageHeader__bookbutton__input_mobile:checked + #pageHeader__bookbutton_mobile {
    background: #000;
    color: #fff;
    padding-bottom: 0px;
  }
  #pageHeader__bookbutton__input__mobile {
    display: none;
  }


  #pageHeader.sticky #pageHeader__bookbutton > a > strong {
    font: 700 12px/12px 'Montserrat', Arial, sans-serif;
  }
  #pageHeader.sticky #pageHeader__bookbutton {
    position: absolute;
    top: 11px;
    /*top: 4px;*/
    /*right: 22px;*/
    padding: 7px 5px 2px 7px;
  }
}
@media screen and (max-width: 900px) {
  #pageHeader__bookbutton > a > strong {
    font: 700 12px/12px 'Montserrat', Arial, sans-serif;
  }
}
@media screen and (max-width: 600px) {
  #pageHeader__bookbutton {
    position: absolute;
    top: 7px;
    /*top: 4px;*/
    right: 22px;
    padding: 7px 5px 2px 7px;
  }
}
@media screen and (max-width: 450px) {
  #pageHeader__bookbutton_mobile {
    position: absolute;
    top: 9px;
    right: 10px;
    display: block;
  }
  #pageHeader__bookbutton_mobile > a {
    font: 700 12px 'Montserrat', Arial, sans-serif;
    padding: 10px 0px;
    color: #000;
    text-decoration: none;
  }
  #pageHeader__bookbutton_mobile:hover > a {
    color: #fff;
  }
  #pageHeader__bookbutton {
    display: none;
  }
}
/*  =========================================================
bookform
========================================================= */
@media screen {
  #pageHeader__bookform {
    display: none;
    position: absolute;
    right: 50px;
    top: 45px;
    width: 200px;
    padding: 50px 7px 7px 7px;
    background: #000;
    z-index: 1;
  }
  #pageHeader__bookbutton__input:checked ~ #pageHeader__bookform {
    display: block;
  }
  #pageHeader__bookbutton_mobile > [class*="icon-"] {
    font-size: 15px;
    position: absolute;
    right: 10px;
    left: 10px;
    top: 8px;
  }
  #pageHeader__bookform > .arrive,
  #pageHeader__bookform > .departure,
  #pageHeader__bookform > .persons {
    background: #fff;
    padding: 10px;
    margin-bottom: 7px;
  }
  #pageHeader__bookform > .persons {
    width: 50%;
    float: left;
  }
  #pageHeader__bookform > .arrive > p,
  #pageHeader__bookform > .departure > p,
  #pageHeader__bookform > .persons > p {
    font: 300 normal 12px/25px 'Montserrat', Arial, sans-serif;
    text-transform: uppercase;
    margin: 0px;
  }
  #pageHeader__bookform > .arrive input,
  #pageHeader__bookform > .departure input,
  #pageHeader__bookform > .persons .select-style,
  #pageHeader__bookform > .persons select  {
    font: 300 normal 25px 'Montserrat', Arial, sans-serif;
    text-transform: uppercase;
    margin: 0px;
    border: 0;
    text-align: center;
  }
  #pageHeader__bookform > .persons .select-style{
    width: 60px;
    margin-left: 36px;
  }
  #pageHeader__bookform > .icon-arrow_right {
    color: #fff;
    font-size: 30px;
    margin-top: 29px;
  }
}
@media screen and (max-width: 600px) {
  #pageHeader__bookform {
    position: absolute;
    right: 0px;
    top: 37px;
    left: 0px;
    width: auto;
    margin: 0px;
    padding: 10px;
  }
  #pageHeader__bookform > .arrive > p,
  #pageHeader__bookform > .departure > p,
  #pageHeader__bookform > .persons > p {
    font: 300 normal 10px/15px 'Montserrat', Arial, sans-serif;
    text-transform: uppercase;
    margin: 0px;
  }
  #pageHeader__bookform > .arrive > p > span,
  #pageHeader__bookform > .departure > p > span,
  #pageHeader__bookform > .persons > p > span {
    font-size: 18px;
  }
  #pageHeader__bookform > .icon-arrow_right {
    color: #fff;
    font-size: 25px;
    margin-top: 22px;
  }
}
/**
 * Hotel Hubertus
 *
 * LICENSE
 *
 * This software and its source code is protected by copyright law (Sec. 69a ff. UrhG).
 * It is not allowed to make any kinds of modifications, nor must it be copied,
 * or published without explicit permission. Misuse will lead to persecution.
 *
 * @copyright  2015 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @package    css
 * @subpackage main header
 * @author     lange
 * @since      20.02.2015
 * @version    $Id$
 **/
/*  =========================================================
basic config
heroImage simple
heroImage ImageAndText
pagination
socialArea
========================================================== */
/*  =========================================================
basic config
========================================================= */
@media screen {
  #heroImage {
    width: 100%;
    margin: 135px auto 60px auto;
  }
  #heroImage__for_socialArea {
    width: 100%;
    margin: 135px auto 104px auto;
  }
  #heroImage__for_socialArea.noKeyvisuals{
    display: block;
    width: 100%;
    height: 135px;
  }
  #heroImage__inner,
  #heroImage__inner__blogversion {
    width: 100%;
    height: 0px;
    padding-bottom: 38.06734993%;
    position: relative;
  }
  #heroImage__inner__blogversion {
    padding-bottom: 29.72181552%;
  }
  #heroImage__inner > figure,
  #heroImage__inner__blogversion > figure {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0px;
    visibility: visible;
    opacity: 1;
    transition: opacity 1s linear;
  }
  #heroImage__inner > figure:not(.active) {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 1s, opacity 1s linear;
  }
}
@media screen and (max-width: 900px) {
  #heroImage {
    margin: 165 auto 40px auto;
  }
  #heroImage__for_socialArea {
    margin: 165 auto 56px auto;
  }
  #heroImage__inner > figure {
    width: 100%;
    height: 76.43229167;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0px;
    opacity: 1;
    transition: opacity 1s ease;
  }
}
@media screen and (max-width: 600px) {
  #heroImage {
    margin: 43px auto 40px auto;
  }
  #heroImage__inner,
  #heroImage__inner__blogversion {
    padding-bottom: 133.33%;
  }
  #heroImage__for_socialArea {
    margin: 43px auto 22px auto;
  }
}
/*  =========================================================
heroImage simple
========================================================= */
@media screen {
  .heroImage__caption--title {
    width: 100%;
    height: 100%;
    margin: 0 0;
  }
  .heroImage--simple img {
    width: 100%;
    height: auto;
  }
  .heroImage__caption--title > .text {
    bottom: 50px;
    right: 130px;
    text-align: right;
    position: absolute;
  }
  .heroImage__caption--title > .blog {
    text-align: left;
  }
  .heroImage__caption--title > .top {
    top: 50px;
  }
  .heroImage__caption--title > .left {
    left: 20.15915119%;
    text-align: left;
  }
  .heroImage__caption--title > .text > p {
    margin: 0px;
    padding: 0px;
    font: 400 normal 1.7vw 'EB Garamond', Georgia, serif;
    color: #fff;
    letter-spacing: 2px;
    margin-right: 50px;
  }
  .heroImage__caption--title > .text > span.title {
    font: 400 normal 1.7vw 'Montserrat', serif;
    color: #fff;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
    letter-spacing: 3px;
  }
  .heroImage__caption--title > .text.left > p {
    margin: 0px;
    padding: 0px;
    font: 400 normal 1.7vw 'EB Garamond', Georgia, serif;
    color: #fff;
    letter-spacing: 2px;
    margin-left: 50px;
  }
  .heroImage__caption--title > .text.left > span.title {
    font: 400 normal 1.7vw 'Montserrat', serif;
    color: #fff;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
    letter-spacing: 3px;
  }
  .heroImage__caption--title > .text > .blogversion {
    padding: 0px;
  }
  /*overlay (events)*/
  .heroImage__caption--overlay > .text,
  .heroImage__caption--overlay > .text span.title {
    font: 400 italic 25px 'EB Garamond', Georgia, serif;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: 1;
    display: inline;
    vertical-align: middle;
    line-height: 110px;
  }
  .heroImage__caption--overlay {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 2;
    width: 100%;
    height: 100px;
    text-align: center;
    background: rgba(0, 0, 0, 0.55);
  }
  .heroImage__caption--title > .text.blackLetters span.title,
  .heroImage__caption--title > .text.blackLetters p {
    color: #000!important;
  }
}
@media screen and (max-width: 1200px) {
  .heroImage__caption--title > .text > p,
  .heroImage__caption--title > .text > span.title {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 900px) {
  .heroImage__caption--title > .text > p,
  .heroImage__caption--title > .text > span.title {
    font-size: 2.4vw;
  }
  .heroImage__caption--overlay > .text ,
  .heroImage__caption--overlay > .text span.title {
    font: 600 italic 20px 'EB Garamond', Georgia, serif;
    color: #fff;
    line-height: 70px;
  }
  .heroImage__caption--overlay {
    height: 60px;
  }
  .heroImage__caption--title > .text {
    bottom: 60px;
  }
  .heroImage__caption--title > .text.blackLetters span.title,
  .heroImage__caption--title > .text.blackLetters p {
    color: #000!important;
  }
}
@media screen and (max-width: 600px) {
  .heroImage__caption--title > .text {
    background: rgba(255, 255, 255, 0.8);
    padding: 10px 20px 10px 0;
    text-align: center;
    bottom: 0px;
    left: 0px;
    width: 100%;
  }
  .heroImage__caption--title > .text > p {
    display: none;
  }
  .heroImage__caption--title > .text > span.title {
    font: 700 normal 22px 'Montserrat', serif;
    color: #000;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
  }
  .heroImage__caption--overlay > .text ,
  .heroImage__caption--overlay > .text span.title {
    font-size: 2.85vw;
  }
  .heroImage__caption--title > .top {
    bottom: 0px;
    top: auto;
  }
}
@media screen and (max-width: 450px) {
  .heroImage__caption--overlay > .text ,
  .heroImage__caption--overlay > .text span.title {
    font-size: 3.5vw;
  }
}
/*  =========================================================
heroImage ImageAndText
========================================================= */
@media screen {
  .heroImage--ImageAndText > .imageBox {
    width: 35.79795022%;
    height: 100%;
    float: left;
    overflow: hidden;
  }
  .heroImage--ImageAndText > .imageBox img {
    height: auto;
    width: 100%;
  }
  .heroImage__caption--text {
    float: left;
    width: 64.20204978%;
    height: 100%;
    box-sizing: border-box;
    padding: 0px 8.63836018% 0px 8.34553441%;
    text-align: left;
    overflow: hidden;
    position: relative;
  }
  .heroImage__caption--text > picture {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .heroImage__caption--text > picture img{
    width: 100%;
  }
  .heroImage__caption--text__content {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    z-index: 2;
  }
  .heroImage__caption--text__content > span.title {
    margin: 0px;
    padding: 0px 0px 30px 0px;
    font: 400 normal 32px 'EB Garamond', Georgia, serif;
    color: #fff;
    letter-spacing: 3px;
    text-transform: uppercase;
  }
  .heroImage__caption--text__content > p {
    margin: 0px;
    padding: 0px;
    font: 400 normal 20px 'EB Garamond', Georgia, serif;
    color: #fff;
  }
}
@media screen and (max-width: 900px) {
  .heroImage__caption--text__content > span.title {
    font: 400 normal 25px 'EB Garamond', Georgia, serif;
    color: #fff;
    padding: 0px;
  }
  .heroImage__caption--text__content > p {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .heroImage__caption--text {
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
  }
  .heroImage__caption--text > picture,
  .heroImage__caption--text > picture img {
    height: 100%;
    width: auto;
  }
  .heroImage--ImageAndText > .imageBox {
    width: 100%;
  }
  #heroImage__for_socialArea.noKeyvisuals{
    height: 60px;
  }
  .heroImage__caption--text__content > span.title {
    font: 400 normal 18px 'EB Garamond', Georgia, serif;
    color: #fff;
    padding: 0px;
  }
}
@media screen and (max-width: 400px) {
  .heroImage--ImageAndText > .imageBox {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
  }
  .heroImage--ImageAndText > .imageBox {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
  }
}
/*  =========================================================
pagination
========================================================= */
@media screen {
  #heroImage__inner > .paginate {
    text-decoration: none;
    width: 80px;
    height: 45px;
    display: block;
    padding: 15px 0px 0px 0px;
    margin-top: -30px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    z-index: 1;
  }
  #heroImage__inner > .paginate--left {
    left: 0px;
  }
  #heroImage__inner > .paginate--right {
    right: 0px;
  }
  #heroImage__inner > .paginate > [class*='icon-'] {
    font-size: 40px;
  }
}
/*  =========================================================
socialArea
========================================================= */
@media screen {
  .socialArea {
    padding: 5px 15px;
    max-width: 300px;
    float: right;
    border-left: 1px solid #727256;
    border-bottom: 1px solid #727256;
  }
  .socialArea > p {
    float: left;
    margin: 7px 20px 0px 0px;
    font: 700 normal 14px 'Montserrat', serif;
    color: #727256;
    text-transform: uppercase;
  }
  .socialArea > a {
    text-decoration: none;
    color: #727256;
    font-size: 28px;
    padding-right: 10px;
  }
  .socialArea > a:last-of-type {
    padding-right: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .socialArea {
    position: absolute;
    right: 0px;
    padding: 8px 15px;
  }
  .socialArea > p {
    float: left;
    margin: 4px 20px 0px 0px;
    font: 700 normal 14px 'Montserrat', serif;
    color: #727256;
    text-transform: uppercase;
  }
  .socialArea > a {
    text-decoration: none;
    color: #727256;
    font-size: 24px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 600px) {
  .socialArea {
    display: none;
  }
}
/**
 * Hotel Hubertus
 *
 * LICENSE
 *
 * This software and its source code is protected by copyright law (Sec. 69a ff. UrhG).
 * It is not allowed to make any kinds of modifications, nor must it be copied,
 * or published without explicit permission. Misuse will lead to persecution.
 *
 * @copyright  2015 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @package    css
 * @subpackage font faces
 * @author     lange
 * @since      20.02.2015
 * @version    $Id$
 **/
/*  =========================================================
general Structure Setup
button
========================================================== */
/*  =========================================================
general Structure Setup
========================================================= */
@media screen {
  html {
    width: auto;
    height: auto;
    font-size: 10px;
    background: #fff;
  }
  html,
  body {
    text-align: center;
    margin: 0px;
    border: 0px;
    padding: 0px;
  }
  body {
    position: relative;
  }
  .closer {
    clear: both;
  }
  .withBorder {
    border: 1px solid #000;
  }
  .hide{
    display: none;
  }
}
/*  =========================================================
global stylings
========================================================= */
@media screen {
  article.article a {
    font-style: italic;
    color: #000;
    text-decoration: underline;
  }
  article.article a:hover,
  article.article a:focus,
  article.article a:active {
    color: #464646;
    cursor: pointer;
    text-decoration: underline;
  }

  a,
  .button{
    cursor: pointer;
    text-decoration: none;
  }

  .bookTabs label{
    cursor: pointer;
  }

  .verticalAlignHelper {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0px;
    margin: 0px 0px 0px -1px;
  }
  .button,
  .searchbutton,
  .commentbutton {
    background: #fff;
    border: 1px solid #000;
    padding: 12px 10px 7px 14px;
    display: inline-block;
    vertical-align: middle;
    font: 400 italic 17px/15px 'EB Garamond', Georgia, serif;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    position: relative;
    z-index: 2;
    text-align: left;
    letter-spacing: 1px;
  }
  .searchbutton,
  .commentbutton > a {
    font: italic 400 16px/20px 'EB Garamond', Georgia, serif;
    height: 20px;
    padding: 14px 5.15463918% 20px 5.15463918%;
    width: 88.3161512%;
  }
  .commentbutton > a {
    color: #000;
    text-decoration: none;
    padding: 0px;
  }
  .commentbutton:after {
    font: normal 300 20px/20px "icomoon";
    content: "\e600";
    position: absolute;
    right: 20px;
    top: 13px;
  }
  .commentbutton {
    padding-bottom: 14px;
    padding-top: 19px;
  }
  .searchbutton {
    padding: 14px 5.15463918% 12px 5.15463918%;
  }
  .searchbutton:after {
    font: normal 300 20px/20px "icomoon";
    content: "\e600";
    position: absolute;
    right: 20px;
    top: 13px;
    color: #000;
  }
  .searchbutton:hover:after {
    color: #fff;
  }
  .withoutBorder {
    border: none;
    padding: 8px 65px 8px 5px;
    margin-top: 3px;
  }
  .button > strong {
    font: 700 normal 17px/12px 'Montserrat', Arial, sans-serif;
    padding-left: 10px;
  }
  .button > [class*='icon-'] {
    position: absolute;
    top: 13px;
    right: 9px;
    font-size: 15px;
  }
  .button:active,
  .button:focus,
  .button:hover,
  .searchbutton:hover,
  .commentbutton:focus,
  .commentbutton:hover {
    background-color: #000;
    color: #fff;
  }

  .button--cta {
    background-color: #57758D;
    color: #fff;
    border: none;
  }

  .button--cta:hover,
  .button--cta:active,
  .button--cta:focus {
    background-color: #476074;
    color: #fff;
  }

  .button--cta.black {
    background-color: #000;
    color: #fff;
  }

  .button--cta.black:hover,
  .button--cta.black:active,
  .button--cta.black:focus {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
  }

  #content {
    max-width: 100%;
    overflow: visible;
    display: block;
  }

  #contentForm__searchbutton,
  #contentForm__routesearchbutton{
    width: 39px;
    height: 32px;
    overflow: hidden;
    top: -2px;
  }

  #contentForm__searchbutton > .icon-arrow_right,
  #contentForm__routesearchbutton > .icon-arrow_right{
    top: 6px;
    left: 12px;
  }

  #contentForm__bookingbutton > .icon-arrow_right:before,
  #contentForm__refreshbutton > .icon-arrow_right:before,
  #contentForm__requestbutton > .icon-arrow_right:before,
  #contentForm__searchbutton > .icon-arrow_right:before,
  #contentForm__routesearchbutton > .icon-arrow_right:before{
    content: "\e602";
    font-family: icomoon;
    font-size: 25px;
    position: relative;
    bottom: 3px;
    right: 9px;
  }
  #contentForm__requestbutton > .icon-arrow_right:before {
    top: -4px;
  }
  #search_query,
  #routesearch_query{
    font: 700 normal 12px 'Montserrat', Arial, sans-serif;
    width: 232px;
    height: 28.3px;
    border: 1px solid #000;
    padding: 1px 5px;
  }
  #search .formRow{
    text-align: left;
  }
  footer #searchOverlay {
    position: absolute;
    margin-top: -50px;
    display: none;
  }
  .article.route{
    border: 1px solid #000;
    padding: 10px;
    text-align: left;
  }
  .article.route .routeLabel{
    float: left;
  }
  .article.route #routesearch{
    float: right;
  }
}
@media screen and (max-width: 900px) {
  footer #searchOverlay {
    margin-left: -143px;
    margin-top: -25px;
    left: 50%;
  }
}
@media screen and (max-width: 600px) {
  .button {
    font: 400 italic 12px/12px 'EB Garamond', Georgia, serif;
    text-decoration: none;
  }
  .button > span > strong {
    font: 700 normal 12px 'Montserrat', Arial, sans-serif;
    letter-spacing: 0px;
  }
  .searchbutton {
    margin-top: 20px;
  }
  .button > strong,
  .searchbutton > strong {
    font: 700 12px/12px 'Montserrat', Arial, sans-serif;
  }
  .button > [class*='icon-'] {
    position: absolute;
    top: 13px;
    right: 9px;
    font-size: 15px;
  }
  #contentForm__bookingbutton > .icon-arrow_right:before,
  #contentForm__refreshbutton > .icon-arrow_right:before,
  #contentForm__requestbutton > .icon-arrow_right:before {
    content: "\e602";
    font-family: icomoon;
    font-size: 20px;
    position: relative;
    top: -5px;
  }
}
@media screen {
  .linkButton {
    margin-bottom: 2.9209622%;
  }

  .moreButton {
    background: #7d7b5d;
    padding: 9px 35px 4px 10px;
    margin: 10px 0px 0px 0px;
    display: inline-block;
    vertical-align: middle;
    font: 400 italic 13px/12px 'EB Garamond', Georgia, serif;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    width: 95px;
    cursor: pointer;
  }

  .moreButton > strong {
    font: 700 normal 13px/12px 'Montserrat', Arial, sans-serif;
    color: inherit;
    padding-left: 10px;
  }
  .moreButton > [class*='icon-'] {
    position: absolute;
    top: 10px;
    right: 9px;
    font-size: 20px;
  }
  .withMargin {
    margin-bottom: 60px;
  }
}

/*  =========================================================
history navigation
========================================================= */

@media screen {
  .historyNavigation {
    margin-top: 25px;
  }
  .historyNavigation a,
  .historyNavigation a:hover,
  .historyNavigation a:active,
  .historyNavigation a:focus {
    font: 300 normal 14px/21px 'Montserrat', Arial, sans-serif;
    text-decoration: none;
    color: #000;
  }
  .historyNavigation a.goHistoryBack {
    float: left;
  }
  .historyNavigation a.goToTop {
    float: right;
  }
}
/**
 * Hub - Hotel Hubertus 2015
 *
 * LICENSE
 *
 * This software and its source code is protected by copyright law (Sec. 69a ff. UrhG).
 * It is not allowed to make any kinds of modifications, nor must it be copied,
 * or published without explicit permission. Misuse will lead to persecution.
 *
 * @copyright  2015 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @package    css
 * @subpackage font faces
 * @author     lange
 * @since      19.02.2015
 * @version    $Id$
 **/
/*  =========================================================
basic config
grid elements
grid offsets
scrollable grid
========================================================== */
/*  =========================================================
basic config
========================================================= */
@media screen {
  .g-wrapper {
    width: 100%;
    text-align: left;
  }
  [class*='g-grid'] {
    clear: both;
    display: block;
    box-sizing: border-box;
  }
  [class*='g-element'] {
    float: left;
    box-sizing: border-box;
  }
  .g-grid-12 {
    width: 97%;
    max-width: 1164px;
    margin: 0 auto;
  }
  .g-grid-12 [class*='g-element'] {
    margin-left: 1.4604811%;
    margin-right: 1.4604811%;
  }
}
@media screen and (max-width: 1164px) {
  .g-wrapper {
    width: 100%;
  }
}
/*  =========================================================
grid elements
========================================================= */
@media screen {
  .g-element-0 {
    display: none;
  }
  .g-element-1 {
    width: 5.41237113%;
  }
  .g-element-2 {
    width: 13.74570447%;
  }
  .g-element-3 {
    width: 22.0790378%;
  }
  .g-element-4 {
    width: 30.41237113%;
  }
  .g-element-5 {
    width: 38.74570447%;
  }
  .g-element-6 {
    width: 47.0790378%;
  }
  .g-element-7 {
    width: 55.41237113%;
  }
  .g-element-8 {
    width: 63.74570447%;
  }
  .g-element-9 {
    width: 72.0790378%;
  }
  .g-element-10 {
    width: 80.41237113%;
  }
  .g-element-11 {
    width: 88.74570447%;
  }
  .g-element-12 {
    width: 97.0790378%;
  }
}
@media screen and (max-width: 900px) {
  .g-element-md-0 {
    display: none;
  }
  .g-element-md-1 {
    width: 5.41237113%;
  }
  .g-element-md-2 {
    width: 13.74570447%;
  }
  .g-element-md-3 {
    width: 22.0790378%;
  }
  .g-element-md-4 {
    width: 30.41237113%;
  }
  .g-element-md-5 {
    width: 38.74570447%;
  }
  .g-element-md-6 {
    width: 47.0790378%;
  }
  .g-element-md-7 {
    width: 55.41237113%;
  }
  .g-element-md-8 {
    width: 63.74570447%;
  }
  .g-element-md-9 {
    width: 72.0790378%;
  }
  .g-element-md-10 {
    width: 80.41237113%;
  }
  .g-element-md-11 {
    width: 88.74570447%;
  }
  .g-element-md-12 {
    width: 97.0790378%;
  }
}
@media screen and (max-width: 600px) {
  .g-element-sm-0 {
    display: none;
  }
  .g-element-sm-1 {
    width: 5.41237113%;
  }
  .g-element-sm-2 {
    width: 13.74570447%;
  }
  .g-element-sm-3 {
    width: 22.0790378%;
  }
  .g-element-sm-4 {
    width: 30.41237113%;
  }
  .g-element-sm-5 {
    width: 38.74570447%;
  }
  .g-element-sm-6 {
    width: 47.0790378%;
  }
  .g-element-sm-7 {
    width: 55.41237113%;
  }
  .g-element-sm-8 {
    width: 63.74570447%;
  }
  .g-element-sm-9 {
    width: 72.0790378%;
  }
  .g-element-sm-10 {
    width: 80.41237113%;
  }
  .g-element-sm-11 {
    width: 88.74570447%;
  }
  .g-element-sm-12 {
    width: 97.0790378%;
  }
}
/*  =========================================================
grid offsets
========================================================= */
@media screen {
  .g-offset-1 {
    margin-left: 9.45017182% !important;
  }
  .g-offset-2 {
    margin-left: 18.04123711% !important;
  }
  .g-offset-3 {
    margin-left: 26.63230241% !important;
  }
  .g-offset-4 {
    margin-left: 35.2233677% !important;
  }
  .g-offset-5 {
    margin-left: 43.81443299% !important;
  }
  .g-offset-6 {
    margin-left: 52.40549828% !important;
  }
  .g-offset-7 {
    margin-left: 60.99656357% !important;
  }
  .g-offset-8 {
    margin-left: 69.58762887% !important;
  }
  .g-offset-9 {
    margin-left: 78.17869416% !important;
  }
  .g-offset-10 {
    margin-left: 86.76975945% !important;
  }
  .g-offset-11 {
    margin-left: 95.36082474% !important;
  }
  .g-offset-12 {
    margin-left: 103.95189003% !important;
  }
}
@media screen and (max-width: 900px) {
  .g-offset-md-0 {
    margin-left: 1.28865979% !important;
  }
  .g-offset-md-1 {
    margin-left: 9.45017182% !important;
  }
  .g-offset-md-2 {
    margin-left: 18.04123711% !important;
  }
  .g-offset-md-3 {
    margin-left: 26.63230241% !important;
  }
  .g-offset-md-4 {
    margin-left: 35.2233677% !important;
  }
  .g-offset-md-5 {
    margin-left: 43.81443299% !important;
  }
  .g-offset-md-6 {
    margin-left: 52.40549828% !important;
  }
  .g-offset-md-7 {
    margin-left: 60.99656357% !important;
  }
  .g-offset-md-8 {
    margin-left: 69.58762887% !important;
  }
  .g-offset-md-9 {
    margin-left: 78.17869416% !important;
  }
  .g-offset-md-10 {
    margin-left: 86.76975945% !important;
  }
  .g-offset-md-11 {
    margin-left: 95.36082474% !important;
  }
  .g-offset-md-12 {
    margin-left: 103.95189003% !important;
  }
}
@media screen and (max-width: 600px) {
  .g-offset-sm-1 {
    margin-left: 9.45017182% !important;
  }
  .g-offset-sm-2 {
    margin-left: 18.04123711% !important;
  }
  .g-offset-sm-3 {
    margin-left: 26.63230241% !important;
  }
  .g-offset-sm-4 {
    margin-left: 35.2233677% !important;
  }
  .g-offset-sm-5 {
    margin-left: 43.81443299% !important;
  }
  .g-offset-sm-6 {
    margin-left: 52.40549828% !important;
  }
  .g-offset-sm-7 {
    margin-left: 60.99656357% !important;
  }
  .g-offset-sm-8 {
    margin-left: 69.58762887% !important;
  }
  .g-offset-sm-9 {
    margin-left: 78.17869416% !important;
  }
  .g-offset-sm-10 {
    margin-left: 86.76975945% !important;
  }
  .g-offset-sm-11 {
    margin-left: 95.36082474% !important;
  }
  .g-offset-sm-12 {
    margin-left: 103.95189003% !important;
  }
}

@media screen {
  .noOffset {
    margin: 0!important;
    padding: 0!important;
  }
}
/**
 * Hub - Hotel Hubertus 2015
 *
 * LICENSE
 *
 * This software and its source code is protected by copyright law (Sec. 69a ff. UrhG).
 * It is not allowed to make any kinds of modifications, nor must it be copied,
 * or published without explicit permission. Misuse will lead to persecution.
 *
 * @copyright  2014 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @package    css
 * @subpackage custom icons
 * @author     lange
 * @since      19.02.2015
 * @version    $Id$
 **/
@media screen {
  [class^='icon-'],
  [class*=' icon-'] {
    font: 400 normal 18px 'icomoon';
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon-arrow_down:before {
    content: "\e600";
  }
  .icon-arrow_left:before {
    content: "\e601";
  }
  .icon-arrow_right:before {
    content: "\e602";
  }
  .icon-arrow_top:before {
    content: "\e603";
  }
  .icon-booking:before {
    content: "\e604";
  }
  .icon-close:before {
    content: "\e605";
  }
  .icon-download:before {
    content: "\e606";
  }
  .icon-facebook:before {
    content: "\e607";
  }
  .icon-googleplus:before {
    content: "\e608";
  }
  .icon-magnifier:before {
    content: "\e609";
  }
  .icon-mail:before {
    content: "\e60a";
  }
  .icon-menue:before {
    content: "\e60b";
  }
  .icon-pinterest:before {
    content: "\e60c";
  }
  .icon-twitter:before {
    content: "\e60d";
  }
  .icon-trustyou:before {
    content: "\e60e";
  }
  .icon-youtube:before {
    content: "\e60f";
  }
  .icon-flickr:before {
    content: "\e610";
  }
  .icon-uniE611:before {
    content: "\e611";
  }
  .icon-uniE612:before {
    content: "\e612";
  }
  .icon-event:before {
    content: "\e613";
  }
  .icon-blog:before {
    content: "\e614";
  }
  .icon-line:before {
    content: "\e900";
  }
  .icon-instagram:before {
    content:url('/portal/assets/images/objects/instagram.svg');
    position:relative;
    top: 2px;
  }
  .icon-whatsapp:before {
    content: '';
    position: relative;
    width: 28px;
    height: 30px;
    background-image: url(/portal/assets/images/objects/icons8-whatsapp.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .icon-blog:before {
    content: '';
    position: relative;
    width: 28px;
    height: 30px;
    background-image: url(/portal/assets/images/objects/blog.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
/**
 * Hotel Hubertus
 *
 * LICENSE
 *
 * This software and its source code is protected by copyright law (Sec. 69a ff. UrhG).
 * It is not allowed to make any kinds of modifications, nor must it be copied,
 * or published without explicit permission. Misuse will lead to persecution.
 *
 * @copyright  2015 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @package    css
 * @subpackage teaser
 * @author     lange
 * @since      24.03.2015
 * @version    $Id$
 **/
/*  =========================================================
article for detailseite
article for mitarbeiterseite
========================================================= */
/*  =========================================================
article for detailseite
========================================================= */
@media screen {
  .article {
    position: relative;
    text-decoration: none;
    text-align: center;
    color: #000;
    margin-bottom: 2.9209622%;
  }
  .article.inset {
    margin-bottom: 0;
  }
  .article.inset > p:last-of-type {
    margin-bottom: 0;
  }
  .article.offerArticle {
    font: 300 normal 18px 'Montserrat', Arial, sans-serif;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    text-align: left;
  }
  .article > h1,
  .article > h3#articleGalleryTitle{
    font: 300 normal 45px 'Montserrat', Arial, sans-serif;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px 0px 40px 0px;
    text-align: center;
  }
  .article > h1 > span,
  .article > h3#articleGalleryTitle > span{
    font: 700 normal 24px 'Montserrat', Arial, sans-serif;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px 0px 40px 0px;
    text-align: center;
  }
  .article > h2 {
    font: 700 normal 19px 'Montserrat', Arial, sans-serif;
    margin: 0px;
    padding: 0px;
    text-align: left;
    text-transform: uppercase;
  }
  .article > p {
    font: 300 normal 18px 'Montserrat', Arial, sans-serif;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    text-align: left;
  }
  .article > p > strong {
    font: 700 normal 18px 'Montserrat', Arial, sans-serif;
  }
  .article > strong {
    font: 700 normal 18px 'Montserrat', Arial, sans-serif;
  }

  .vacancy h2{
    font: 700 normal 18px 'Montserrat', Arial, sans-serif;
    margin: 0px;
    padding: 0px;
    text-align: left;
    text-transform: uppercase;
  }
  .vacancy p{
    font: 300 normal 12px 'Montserrat', Arial, sans-serif;
    margin: 0px;
    padding: 0px;
    text-align: left;
    text-transform: uppercase;
  }
  .vacancy p > strong{
    font: 500 normal 14px 'Montserrat', Arial, sans-serif;
    margin: 0px;
    padding: 0px;
    text-align: left;
    text-transform: none;
  }
  .formSubmitter {
    cursor: pointer;
  }

  #content h6 {
    font: 300 normal 13px 'Montserrat', Arial,sans-serif;
    text-align: left;
  }

  #content .imageArea .slideElement {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0px;
    opacity: 1;
    transition: opacity 1s ease;
  }
  #content .imageArea .slideElement:not(.active) {
    opacity: 0;
  }
}
@media screen and (max-width: 1100px) {
  .article > h1,
  .article > h3#articleGalleryTitle{
    font: 300 normal 30px 'Montserrat', Arial, sans-serif;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px 0px 10px 0px;
    text-align: center;
  }
  .article > h2 {
    font: 700 normal 14px 'Montserrat', Arial, sans-serif;
    margin-bottom: 10px;
    padding-top: 0px;
  }
  .article > p {
    font: 300 normal 14px 'Montserrat', Arial, sans-serif;
  }
  .article > p > strong {
    font: 700 normal 14px 'Montserrat', Arial, sans-serif;
  }

}
@media screen {
  .article > ul {
    padding: 0px;
    margin: 10px 0px 0px 0px;
    text-align: left;
    list-style: none;
  }
  .article > ul.download > li {
    margin-bottom: 20px;
    float: left;
    width: 50%;
    cursor: pointer;
  }
  .article > ul > li {
    float: left;
    width: calc(100% - 35px);
    margin-bottom: 0px;
    padding-left: 35px;
  }
  .article > ul > li:last-child {
    margin-bottom: 20px;
  }
  .article li {
    font: 300 normal 18px 'Montserrat', Arial, sans-serif;
    margin: 0px 0px 10px 0px;
    text-align: left;
  }
  .article > ul > li > p {
    font: 300 normal 18px 'Montserrat', Arial, sans-serif;
    margin: 0px 0px 10px 0px;
  }
  .article li > a {
    font: 300 normal 19px 'Montserrat', Arial, sans-serif;
    text-decoration: underline;
    color: #000;
  }
  .article > ul.download > li > a > span {
    font: 300 19px 'Montserrat', Arial, sans-serif;
    text-transform: none;
    padding-left: 28px;
  }
  .article > ul > li:before {
    position: absolute;
    font: normal 300 15px "icomoon";
    content: "\e900";
    color: #000;
    padding-right: 10px;
    margin-left: -35px;
    margin-top: 3px;
  }
  .article > ul.arrowedList > li:before {
    content: "\e602";
  }
  .article > ul > li > a > span {
    font-size: 14px;
    margin: 0px 0px 0px 28px;
    padding: 0px;
    text-transform: none;
  }
  .article table {
    border: 2px solid #000;
    border-collapse: collapse;
  }
  .article table td {
    border: 1px solid #000;
    font: 300 normal 14px 'Montserrat', Arial, sans-serif;
    margin: 0;
    padding: 10px;
    text-align: left;
  }
}
@media screen and (max-width: 1100px) {
  .article > ul > li {
    margin-bottom: 20px;
    float: left;
    cursor: pointer;
  }
  .article > ul.download > li > a {
    font: 300 normal 14px 'Montserrat', Arial, sans-serif;
    padding: 0px 0px 10px 10px;
  }
  .article > ul.download > li > a > span {
    font-size: 12px;
    text-transform: none;
    padding-left: 39px;
  }
  .article > ul > li > p {
    font: 300 normal 14px 'Montserrat', Arial, sans-serif;
    margin: 0px 0px 10px 0px;
  }
}
@media screen and (max-width: 600px) {
  .article > ul.download > li {
    float: left;
    width: 100%;
  }
  .article > ul.download > li > a {
    font: 300 normal 14px 'Montserrat', Arial, sans-serif;
    padding: 0px 0px 10px 10px;
  }
  .article > ul.download > li > a > span {
    font-size: 12px;
  }
  .article > ul > li > p {
    font-size: 14px;
  }
}
/*  =========================================================
article for mitarbeiterseite
========================================================= */
/*textArea*/
@media screen {
  .borderBottom{
    border-bottom: 1px solid;

  }
  .contentArea {
    margin-bottom: 50px;
  }
  .textArea > h1 {
    font: italic 400 35px 'EB Garamond', Georgia, serif;
    color: #000;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px 0px 20px 0px;
  }
  .textArea > p {
    font: normal 400 26px/30px 'EB Garamond', Georgia, serif;
    color: #000;
    margin: 0px;
    padding: 0px 0px 27px 0px;
  }
  .textArea > p > strong {
    font: italic 400 26px/30px 'EB Garamond', Georgia, serif;
    color: #000;
    margin: 0px;
    padding: 0px 0px 27px 0px;
  }
  /*image*/
  .imageForArticle {
    position: relative;
    text-decoration: none;
    text-align: center;
    color: #000;
    margin-bottom: 2.9209622%;
  }
  .imageForArticle > .image {
    width: 100%;
    height: 0px;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
  }
  .imageForArticle > .image > .alignment {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
  }
  .imageForArticle > .image > img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 900px) {
  /*textArea*/
  .textArea > h1 {
    font-size: 30px;
  }
  .textArea > p,
  .textArea > p > strong {
    font-size: 23px;
  }
  /*image*/
  .imageForArticle > .image {
    padding-bottom: 65.55232558%;
  }
}
@media screen and (max-width: 600px) {
  /*textArea*/
  .textArea > h1 {
    font-size: 30px;
    margin-top: 20px;
  }
  .textArea:first-child > h1 {
    margin-top: 0px;
  }
  .textArea > p,
  .textArea > p > strong {
    font-size: 23px;
  }
  /*image*/
  .imageForArticle > .image {
    padding-bottom: 65.55232558%;
  }
}
/*  =========================================================
article for room page
========================================================= */
@media screen {
  .article.roomArticle {
    font: 300 normal 18px 'Montserrat', Arial, sans-serif;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    text-align: left;
  }

  .article.roomArticle > .facts {
    margin: 30px auto 50px 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
  }

  .article.roomArticle > .facts > .fact {
    float: left;
    width: 250px;
    text-align: center;
  }

  .article.roomArticle > .facts > .fact > .info1 {
    font: 700 normal 22px/24px 'Montserrat', Arial, sans-serif;
    font-weight: bold;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 1100px) {
  .article.roomArticle > .facts > .fact > .info2 {
    font: 300 normal 14px/14px 'Montserrat', Arial, sans-serif
  }
}

@media screen and (max-width: 900px) {
  .article.roomArticle > .facts {
    display: block;
  }
  .article.roomArticle > .facts > .fact {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
  }

  .article.roomArticle > .facts > .fact > .info1 {
    margin-bottom: 5px;
  }
}

/*  =========================================================
iframe for incert
========================================================= */
@media screen {
  #iframeIncert {
    position: relative;
  }
}
/**
 * Hotel Hubertus
 *
 * LICENSE
 *
 * This software and its source code is protected by copyright law (Sec. 69a ff. UrhG).
 * It is not allowed to make any kinds of modifications, nor must it be copied,
 * or published without explicit permission. Misuse will lead to persecution.
 *
 * @copyright  2015 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @package    css
 * @subpackage teaser
 * @author     lange
 * @since      24.03.2015
 * @version    $Id$
 **/
/*  =========================================================
blogPost (detail page)
blogPosts (list/filter page)
========================================================= */
/*  =========================================================
blogPost (detail page)
========================================================= */
@media screen {
  .blogPostInfo {
    color: #000;
    text-transform: uppercase;
  }

  .blogPostInfo .textArea {
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }

  .blogPostInfo .blogImage {
    text-align: center;
    margin-bottom: 20px;
    overflow: hidden;
  }

  .blogPostInfo h1.title {
    font: 300 normal 45px 'Montserrat', Arial, sans-serif;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px 0px 40px 0px;
    text-align: center;
  }

  .blogPostInfo .subline {
    position: relative;
    height: 80px;
  }

  .blogPostInfo h2.subtitle {
    position: absolute;
    font: 700 normal 14px 'Montserrat', Arial, sans-serif;
    bottom: 0;
    left: 0;
    margin: 0;
  }

  .blogPostInfo .author {
    position: absolute;
    display: inline-block;
    font: 300 normal 14px 'Montserrat', Arial, sans-serif;
    bottom: 0;
    right: 50px;
  }

  .blogPostInfo .author img {
    float: right;
    margin-left: 10px;
  }
}

@media screen and (max-width: 1100px) {
  .blogPostInfo h1.title {
    font: 300 normal 30px 'Montserrat', Arial, sans-serif;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px 0px 10px 0px;
    text-align: center;
  }
}

@media screen and (max-width: 900px) {

  .blogPostInfo .blogImage img {
    /*
    width: 100%;
    height: 100%;*/
    object-fit: contain;
  }

  .blogPostInfo .subline {
    height: 100%;
  }

  .blogPostInfo h2.subtitle {
    position: static;
    margin-bottom: 10px;
  }

  .blogPostInfo .author {
    position: static;
  }
}

/*  =========================================================
blogPosts (list/filter page)
========================================================= */.flatpickr-calendar{background:transparent;opacity:0;display:none;text-align:center;visibility:hidden;padding:0;-webkit-animation:none;animation:none;direction:ltr;border:0;font-size:14px;line-height:24px;border-radius:5px;position:absolute;width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-touch-action:manipulation;touch-action:manipulation;background:#fff;-webkit-box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08);box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08);}.flatpickr-calendar.open,.flatpickr-calendar.inline{opacity:1;max-height:640px;visibility:visible}.flatpickr-calendar.open{display:inline-block;z-index:99999}.flatpickr-calendar.animate.open{-webkit-animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1);animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1)}.flatpickr-calendar.inline{display:block;position:relative;top:2px}.flatpickr-calendar.static{position:absolute;top:calc(100% + 2px);}.flatpickr-calendar.static.open{z-index:999;display:block}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7){-webkit-box-shadow:none !important;box-shadow:none !important}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1){-webkit-box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-calendar .hasWeeks .dayContainer,.flatpickr-calendar .hasTime .dayContainer{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.flatpickr-calendar .hasWeeks .dayContainer{border-left:0}.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time{height:40px;border-top:1px solid #e6e6e6}.flatpickr-calendar.noCalendar.hasTime .flatpickr-time{height:auto}.flatpickr-calendar:before,.flatpickr-calendar:after{position:absolute;display:block;pointer-events:none;border:solid transparent;content:'';height:0;width:0;left:22px}.flatpickr-calendar.rightMost:before,.flatpickr-calendar.rightMost:after{left:auto;right:22px}.flatpickr-calendar:before{border-width:5px;margin:0 -5px}.flatpickr-calendar:after{border-width:4px;margin:0 -4px}.flatpickr-calendar.arrowTop:before,.flatpickr-calendar.arrowTop:after{bottom:100%}.flatpickr-calendar.arrowTop:before{border-bottom-color:#e6e6e6}.flatpickr-calendar.arrowTop:after{border-bottom-color:#fff}.flatpickr-calendar.arrowBottom:before,.flatpickr-calendar.arrowBottom:after{top:100%}.flatpickr-calendar.arrowBottom:before{border-top-color:#e6e6e6}.flatpickr-calendar.arrowBottom:after{border-top-color:#fff}.flatpickr-calendar:focus{outline:0}.flatpickr-wrapper{position:relative;display:inline-block}.flatpickr-months{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}.flatpickr-months .flatpickr-month{background:transparent;color:rgba(0,0,0,0.9);fill:rgba(0,0,0,0.9);height:34px;line-height:1;text-align:center;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.flatpickr-months .flatpickr-prev-month,.flatpickr-months .flatpickr-next-month{text-decoration:none;cursor:pointer;position:absolute;top:0;height:34px;padding:10px;z-index:3;color:rgba(0,0,0,0.9);fill:rgba(0,0,0,0.9);}.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,.flatpickr-months .flatpickr-next-month.flatpickr-disabled{display:none}.flatpickr-months .flatpickr-prev-month i,.flatpickr-months .flatpickr-next-month i{position:relative}.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,.flatpickr-months .flatpickr-next-month.flatpickr-prev-month{/*
      /*rtl:begin:ignore*/left:0;/*
      /*rtl:end:ignore*/}/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,.flatpickr-months .flatpickr-next-month.flatpickr-next-month{/*
      /*rtl:begin:ignore*/right:0;/*
      /*rtl:end:ignore*/}/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,.flatpickr-months .flatpickr-next-month:hover{color:#959ea9;}.flatpickr-months .flatpickr-prev-month:hover svg,.flatpickr-months .flatpickr-next-month:hover svg{fill:#f64747}.flatpickr-months .flatpickr-prev-month svg,.flatpickr-months .flatpickr-next-month svg{width:14px;height:14px;}.flatpickr-months .flatpickr-prev-month svg path,.flatpickr-months .flatpickr-next-month svg path{-webkit-transition:fill .1s;transition:fill .1s;fill:inherit}.numInputWrapper{position:relative;height:auto;}.numInputWrapper input,.numInputWrapper span{display:inline-block}.numInputWrapper input{width:100%;}.numInputWrapper input::-ms-clear{display:none}.numInputWrapper input::-webkit-outer-spin-button,.numInputWrapper input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}.numInputWrapper span{position:absolute;right:0;width:14px;padding:0 4px 0 2px;height:50%;line-height:50%;opacity:0;cursor:pointer;border:1px solid rgba(57,57,57,0.15);-webkit-box-sizing:border-box;box-sizing:border-box;}.numInputWrapper span:hover{background:rgba(0,0,0,0.1)}.numInputWrapper span:active{background:rgba(0,0,0,0.2)}.numInputWrapper span:after{display:block;content:"";position:absolute}.numInputWrapper span.arrowUp{top:0;border-bottom:0;}.numInputWrapper span.arrowUp:after{border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid rgba(57,57,57,0.6);top:26%}.numInputWrapper span.arrowDown{top:50%;}.numInputWrapper span.arrowDown:after{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(57,57,57,0.6);top:40%}.numInputWrapper span svg{width:inherit;height:auto;}.numInputWrapper span svg path{fill:rgba(0,0,0,0.5)}.numInputWrapper:hover{background:rgba(0,0,0,0.05);}.numInputWrapper:hover span{opacity:1}.flatpickr-current-month{font-size:135%;line-height:inherit;font-weight:300;color:inherit;position:absolute;width:75%;left:12.5%;padding:7.48px 0 0 0;line-height:1;height:34px;display:inline-block;text-align:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}.flatpickr-current-month span.cur-month{font-family:inherit;font-weight:700;color:inherit;display:inline-block;margin-left:.5ch;padding:0;}.flatpickr-current-month span.cur-month:hover{background:rgba(0,0,0,0.05)}.flatpickr-current-month .numInputWrapper{width:6ch;width:7ch\0;display:inline-block;}.flatpickr-current-month .numInputWrapper span.arrowUp:after{border-bottom-color:rgba(0,0,0,0.9)}.flatpickr-current-month .numInputWrapper span.arrowDown:after{border-top-color:rgba(0,0,0,0.9)}.flatpickr-current-month input.cur-year{background:transparent;-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;cursor:text;padding:0 0 0 .5ch;margin:0;display:inline-block;font-size:inherit;font-family:inherit;font-weight:300;line-height:inherit;height:auto;border:0;border-radius:0;vertical-align:initial;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;}.flatpickr-current-month input.cur-year:focus{outline:0}.flatpickr-current-month input.cur-year[disabled],.flatpickr-current-month input.cur-year[disabled]:hover{font-size:100%;color:rgba(0,0,0,0.5);background:transparent;pointer-events:none}.flatpickr-current-month .flatpickr-monthDropdown-months{appearance:menulist;background:transparent;border:none;border-radius:0;box-sizing:border-box;color:inherit;cursor:pointer;font-size:inherit;font-family:inherit;font-weight:300;height:auto;line-height:inherit;margin:-1px 0 0 0;outline:none;padding:0 0 0 .5ch;position:relative;vertical-align:initial;-webkit-box-sizing:border-box;-webkit-appearance:menulist;-moz-appearance:menulist;width:auto;}.flatpickr-current-month .flatpickr-monthDropdown-months:focus,.flatpickr-current-month .flatpickr-monthDropdown-months:active{outline:none}.flatpickr-current-month .flatpickr-monthDropdown-months:hover{background:rgba(0,0,0,0.05)}.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month{background-color:transparent;outline:none;padding:0}.flatpickr-weekdays{background:transparent;text-align:center;overflow:hidden;width:100%;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;height:28px;}.flatpickr-weekdays .flatpickr-weekdaycontainer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}span.flatpickr-weekday{cursor:default;font-size:90%;background:transparent;color:rgba(0,0,0,0.54);line-height:1;margin:0;text-align:center;display:block;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;font-weight:bolder}.dayContainer,.flatpickr-weeks{padding:1px 0 0 0}.flatpickr-days{position:relative;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;width:307.875px;}.flatpickr-days:focus{outline:0}.dayContainer{padding:0;outline:0;text-align:left;width:307.875px;min-width:307.875px;max-width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;display:-ms-flexbox;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-wrap:wrap;-ms-flex-pack:justify;-webkit-justify-content:space-around;justify-content:space-around;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1;}.dayContainer + .dayContainer{-webkit-box-shadow:-1px 0 0 #e6e6e6;box-shadow:-1px 0 0 #e6e6e6}.flatpickr-day{background:none;border:1px solid transparent;border-radius:150px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#393939;cursor:pointer;font-weight:400;width:14.2857143%;-webkit-flex-basis:14.2857143%;-ms-flex-preferred-size:14.2857143%;flex-basis:14.2857143%;max-width:39px;height:39px;line-height:39px;margin:0;display:inline-block;position:relative;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;}.flatpickr-day.inRange,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.today.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day:hover,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.nextMonthDay:hover,.flatpickr-day:focus,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.nextMonthDay:focus{cursor:pointer;outline:0;background:#e6e6e6;border-color:#e6e6e6}.flatpickr-day.today{border-color:#959ea9;}.flatpickr-day.today:hover,.flatpickr-day.today:focus{border-color:#959ea9;background:#959ea9;color:#fff}.flatpickr-day.selected,.flatpickr-day.startRange,.flatpickr-day.endRange,.flatpickr-day.selected.inRange,.flatpickr-day.startRange.inRange,.flatpickr-day.endRange.inRange,.flatpickr-day.selected:focus,.flatpickr-day.startRange:focus,.flatpickr-day.endRange:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange:hover,.flatpickr-day.endRange:hover,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.endRange.nextMonthDay{background:#569ff7;-webkit-box-shadow:none;box-shadow:none;color:#fff;border-color:#569ff7}.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange,.flatpickr-day.endRange.startRange{border-radius:50px 0 0 50px}.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange,.flatpickr-day.endRange.endRange{border-radius:0 50px 50px 0}.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)){-webkit-box-shadow:-10px 0 0 #569ff7;box-shadow:-10px 0 0 #569ff7}.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange,.flatpickr-day.endRange.startRange.endRange{border-radius:50px}.flatpickr-day.inRange{border-radius:0;-webkit-box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover,.flatpickr-day.prevMonthDay,.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.notAllowed.nextMonthDay{color:rgba(57,57,57,0.3);background:transparent;border-color:transparent;cursor:default}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover{cursor:not-allowed;color:rgba(57,57,57,0.1)}.flatpickr-day.week.selected{border-radius:0;-webkit-box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7;box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7}.flatpickr-day.hidden{visibility:hidden}.rangeMode .flatpickr-day{margin-top:1px}.flatpickr-weekwrapper{float:left;}.flatpickr-weekwrapper .flatpickr-weeks{padding:0 12px;-webkit-box-shadow:1px 0 0 #e6e6e6;box-shadow:1px 0 0 #e6e6e6}.flatpickr-weekwrapper .flatpickr-weekday{float:none;width:100%;line-height:28px}.flatpickr-weekwrapper span.flatpickr-day,.flatpickr-weekwrapper span.flatpickr-day:hover{display:block;width:100%;max-width:none;color:rgba(57,57,57,0.3);background:transparent;cursor:default;border:none}.flatpickr-innerContainer{display:block;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;}.flatpickr-rContainer{display:inline-block;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}.flatpickr-time{text-align:center;outline:0;display:block;height:0;line-height:40px;max-height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}.flatpickr-time:after{content:"";display:table;clear:both}.flatpickr-time .numInputWrapper{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;width:40%;height:40px;float:left;}.flatpickr-time .numInputWrapper span.arrowUp:after{border-bottom-color:#393939}.flatpickr-time .numInputWrapper span.arrowDown:after{border-top-color:#393939}.flatpickr-time.hasSeconds .numInputWrapper{width:26%}.flatpickr-time.time24hr .numInputWrapper{width:49%}.flatpickr-time input{background:transparent;-webkit-box-shadow:none;box-shadow:none;border:0;border-radius:0;text-align:center;margin:0;padding:0;height:inherit;line-height:inherit;color:#393939;font-size:14px;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;}.flatpickr-time input.flatpickr-hour{font-weight:bold}.flatpickr-time input.flatpickr-minute,.flatpickr-time input.flatpickr-second{font-weight:400}.flatpickr-time input:focus{outline:0;border:0}.flatpickr-time .flatpickr-time-separator,.flatpickr-time .flatpickr-am-pm{height:inherit;float:left;line-height:inherit;color:#393939;font-weight:bold;width:2%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.flatpickr-time .flatpickr-am-pm{outline:0;width:18%;cursor:pointer;text-align:center;font-weight:400}.flatpickr-time input:hover,.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time input:focus,.flatpickr-time .flatpickr-am-pm:focus{background:#eee}.flatpickr-input[readonly]{cursor:pointer}@-webkit-keyframes fpFadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fpFadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}/**
 * Hotel Hubertus
 *
 * LICENSE
 *
 * This software and its source code is protected by copyright law (Sec. 69a ff. UrhG).
 * It is not allowed to make any kinds of modifications, nor must it be copied,
 * or published without explicit permission. Misuse will lead to persecution.
 *
 * @copyright  2019 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @package    css
 * @subpackage teaser
 * @author     Andreas Rappel <andreas.rappel@cebesoft.com>
 * @since      30.09.2019
 * @version    $Id$
 **/

/* display none within the flatpickr breaks it */
.flatpickr-calendar .hidden {
  display: initial;
}

.flatpickr-wrapper {
  width: 100%;
  position: relative;
}

.flatpickr-calendar {
  font-family: 'Montserrat', Arial, sans-serif;
}

.flatpickr-current-month {
  font-size: 110%;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #000000;
  border-color: #000000;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #e6e6e6;
  box-shadow: -10px 0 0 #e6e6e6;
}

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.today {
  border-color: #000000;
}

.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  background-color: #000000;
  border-color: #000000;
  color: #e6e6e6;
}

.downwardArrow {
  position: absolute;
  top: 33%;
  right: 5px;
  pointer-events: none;
  font-size: 9px;
}

.downwardArrow:after {
  content: "▼";
}/**
 * Hub - Hotel Hubertus 2015
 *
 * LICENSE
 *
 * This software and its source code is protected by copyright law (Sec. 69a ff. UrhG).
 * It is not allowed to make any kinds of modifications, nor must it be copied,
 * or published without explicit permission. Misuse will lead to persecution.
 *
 * @copyright  2015 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @package    css
 * @subpackage font faces
 * @author     lange
 * @since      14.04.2015
 * @version    $Id$
 **/
/*  =========================================================
searchbutton/commentbutton
moreContentButton
========================================================= */
/*  =========================================================
searchbutton/commentbutton
========================================================= */
@media screen {
  #event__searchbutton__input {
    position: absolute;
    opacity: 0;
    height: 52px;
    right: 0px;
  }
  #blog__commentbutton__input {
    /*position: absolute; opacity: 0;
    height: 52px; right: 30%;
    z-index: 3;*/
    display: none;
  }
  #event__searchbutton__input:checked + #event__searchbutton,
  #blog__commentbutton__input:checked + #blog__commentbutton,
  #blog__commentbutton__input:checked + #blog__commentbutton > a,
  #blog__commentbutton__input:hover + #blog__commentbutton > a {
    background: #000;
    color: #fff;
    border: none;
  }
  #event__searchbutton__input:checked + .searchbutton:before {
    font: normal 300 20px/20px "icomoon";
    content: "\e605";
    position: relative;
    float: right;
    z-index: 10px;
    color: #fff;
  }
  #event__searchbutton__input:checked + .searchbutton:after {
    display: none;
  }
  #blog__commentbutton__input:checked + #blog__commentbutton {
    border: 1px solid #000;
    height: 100%;
  }
}
@media screen {
  #event__searchform {
    display: none;
    padding: 48px 0px 7px 0px;
    background: #000;
    z-index: 1;
    width: 100%;
    height: 50px;
    position: relative;
    top: -48px;
  }
  #blog__commentform {
    display: none;
    padding: 60px 60px 20px 60px;
    margin-top: -1px;
    background: #fff;
    border: 3px solid #000;
    z-index: 1;
    height: auto;
    top: 0px;
  }
  #event__searchbutton__input:checked ~ #event__searchform,
  #blog__commentbutton__input:checked ~ #blog__commentform {
    display: block;
  }
  /*styling for event__searchform*/
  #event__searchform > .period {
    background: #fff;
  }
  #event__searchform > .period {
    font: 300 normal 10px/15px 'Montserrat', Arial, sans-serif;
    text-transform: uppercase;
    text-align: center;
  }
  #event__searchform > .period > p {
    margin: 8px 0;
  }
  #event__searchform > .period > p > span {
    font-size: 18px;
  }
  #event__searchform > .period > p > span input{
    font: 300 normal 18px 'Montserrat', Arial, sans-serif;
    text-transform: uppercase;
    text-align: center;
    border: none;
    padding: 0;
    margin: 0;
  }
  #event__searchform > .icon-arrow_right {
    color: #fff;
    font-size: 25px;
    margin: 15px 10px 0px 10px;
  }
  /*styling for blog__commentform*/
  #blog__commentform > .comment > p.heading {
    font: 700 15px 'Montserrat', Arial, sans-serif;
    margin: 0px 0px 10px 0px;
    padding: 0px;
  }
  #blog__commentform > .comment > p.text {
    font: 400 17px/25px 'EB Garamond', Georgia, serif;
    letter-spacing: 1px;
    margin: 0px;
    padding: 0px;
    margin: 0px 0px 40px 0px;
  }
  #blog__commentform.commentform--show {
    display: block;
  }
}
@media screen and (max-width: 900px) {
  #event__searchform > .icon-arrow_right {
    color: #fff;
    margin: 12px 10px 0px 5px;
  }
  #blog__commentform {
    padding: 40px 40px 15px 40px;
  }
}
@media screen and (max-width: 600px) {
  #blog__commentform > .comment > p.text {
    font: 400 16px/17px 'EB Garamond', Georgia, serif;
  }
  #blog__commentform {
    padding: 40px 20px 10px 20px;
  }
}
/*  =========================================================
moreContentButton
========================================================= */
@media screen {
  .moreContentButton {
    margin: 60px 0px 60px 0px;
    border: 1px solid #000;
    text-align: center;
    cursor: pointer;
    padding-top: 5px;
  }
  .moreContentButton > p {
    font: 300 normal 13px 'Montserrat', Arial, sans-serif;
    text-transform: uppercase;
    padding-bottom: 3px;
  }
}
@media screen and (max-width: 900px) {
  .moreContentButton {
    margin: 60px 0px 40px 0px;
  }
}
@media screen and (max-width: 600px) {
  .moreContentButton {
    margin: 40px 0px 20px 0px;
  }
}
/**
 * Hub - Hotel Hubertus 2015
 *
 * LICENSE
 *
 * This software and its source code is protected by copyright law (Sec. 69a ff. UrhG).
 * It is not allowed to make any kinds of modifications, nor must it be copied,
 * or published without explicit permission. Misuse will lead to persecution.
 *
 * @copyright  2015 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @package    css
 * @subpackage font faces
 * @author     lange
 * @since      02.04.2015
 * @version    $Id$
 **/
/*  =========================================================
contentform
========================================================= */
@media screen {
  .contentForm {
    border: 4px solid #000;
    margin: -61px 0px 60px 0px;
    padding: 50px 40px 30px 40px;
    position: relative;
    background: #fff;
    float: left;
  }

  form.contentForm h2 {
    font: 700 normal 13px 'Montserrat', Arial, sans-serif;
    text-transform: uppercase;
  }

  form.contactForm,
  form.newsletterForm {
    margin-top: 10px;
  }

  .noMargin {
    margin: 30px 0px 60px 0px;
    padding: 30px 40px 10px 40px;
  }

  article > p.info {
    font: 300 normal 12px 'Montserrat', Arial, sans-serif;
    text-transform: uppercase;
    color: #000;
    float: left;
    margin-top: 30px;
  }

  article > p.dataUsage {
    font: 300 normal 12px 'Montserrat', Arial, sans-serif;
    text-transform: uppercase;
    color: #000;
    float: left;
    margin-top: 15px;
    margin-bottom: 25px;
  }

  article > p.dataUsage > a {
    color: -webkit-link;
    text-decoration: underline;
    font-style: normal;
    color: #000;
  }

  .inputField {
    margin-bottom: 15px;
  }

  input.default[type="text"],
  input.inverse[type="text"],
  input.default[type="email"],
  input.inverse[type="email"],
  textarea.default,
  select.default,
  select.inverse {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #000;
    box-sizing: border-box;
    font: 300 normal 18px 'Montserrat', Arial, sans-serif;
    color: #000;
    height: 33px;
    width: 100%;
    padding: 0 5px;
  }

  input.datePicker[type="text"] {
    cursor: pointer;
  }

  .contentForm label.default,
  .selectField > label,
  .message > label {
    float: left;
    display: inline-block;
    font: 300 12px 'Montserrat', Arial, sans-serif;
    text-transform: uppercase;
    color: #000;
    position: relative;
    margin-bottom: 5px;
  }

  .default > strong {
    position: relative;
    bottom: 3px;
  }

  #contentForm__message {
    resize: vertical;
    width: 100%;
    height: 150px;
    margin-bottom: 40px;
  }

  .priceArea ~ .contentForm {
    display: none;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .contentFormWrapper {
    display: none;
  }

  .contentFormWrapper form {
    display: block;
  }

  .childAgeWrapper {
    display: none;
  }
}

@media screen and (max-width: 320px) {
  .contentForm {
    padding: 50px 10px 30px 10px;
  }
}

/*  =========================================================
selectField
========================================================= */
@media screen {
  .selectField {
    margin-bottom: 30px;
  }

  .select-style {
    padding: 0;
    margin: 0;
    border: 1px solid #000;
    width: 100%;
    height: 29px;
    overflow: hidden;
    background-color: #fff;
  }

  .select-style select {
    font: 300 normal 18px 'Montserrat', Arial, sans-serif;
    color: #000;
    padding: 3px 6px;
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .select_small {
    padding: 0;
    margin: 0 10px 0 0;
    border: 1px solid #000;
    width: 45%;
    float: left;
    overflow: hidden;
    background-color: #fff;
  }

  .select-style select:focus {
    outline: none;
  }
}

/*  =========================================================
checkboxes and radios
========================================================= */
@media screen {
  fieldset {
    border: 0px;
    padding: 0px;
    margin: 0px 0px 40px 0px;
  }

  fieldset.parts {
    width: 100%;
  }

  fieldset > h4 {
    font: 300 14px 'Montserrat', Arial, sans-serif;
    text-transform: uppercase;
    color: #000;
    text-align: left;
    width: 100%;
    margin: 0px 0px 20px 15px;
  }

  .part {
    float: left;
    margin-bottom: 8px;
  }

  input.hidden[type=checkbox],
  input.hidden[type=radio] {
    opacity: 0;
    position: absolute;
    float: left;
  }

  input.styled[type=checkbox],
  input.inverse[type=checkbox] {
    opacity: 0;
    position: absolute;
  }

  input.styled[type=checkbox] + label,
  input.inverse[type=checkbox] + label {
    display: inline-block;
  }

  input.styled[type=checkbox] + label[class^='icon-'],
  input.inverse[type=checkbox] + label[class^='icon-'] {
    background: transparent;
    border: 1px solid #000;
    color: transparent;
    margin-right: 10px;
    max-height: 20px;
  }

  input.styled[type=checkbox]:checked + label[class^='icon-'],
  input.inverse[type=checkbox]:checked + label[class^='icon-'] {
    background: #fff;
    color: #000;
  }

  .part > label.icon-close {
    padding-left: 30px;
  }

  .part > label.icon-close:before {
    font-family: 'icomoon';
    content: '\e605';
    padding: 0 2px 7px 1px;
  }

  input.styled[type=checkbox] + label.icon-close:before,
  input.inverse[type=checkbox] + label.icon-close:before {
    background: transparent;
    border: 1px solid #000;
    color: transparent;
    display: inline-block;
    margin-right: 10px;
    height: 18px;
    width: 18px;
    padding: 0;
    position: absolute;
    top: -3px;
    left: 0;
    font-size: 1.7rem;
  }

  input.styled[type=checkbox]:checked + label.icon-close:before,
  input.inverse[type=checkbox]:checked + label.icon-close:before {
    background: #fff;
    color: #000;
  }

  [disabled="disabled"] {
    color: #e8e8e8 !important;
    border-color: #e8e8e8 !important;
  }

  .hidden {
    display: none;
  }

}

@media screen and (max-width: 900px) {
  fieldset > h4 {
    margin: 0px 0px 20px 5px;
  }
}

/*  =========================================================
requestbutton
========================================================= */
@media screen {
  #contentForm__requestbutton {
    float: right;
  }

  #contentForm__refreshbutton {
    margin-left: 1.4604811%;
    margin-right: 1.4604811%;
    float: right;
  }

  #contentForm__requestbutton > [class*='icon-'],
  #contentForm__refreshbutton > [class*='icon-'] {
    transition: transform 0.5s ease;
  }

  #contentForm__requestbutton__input,
  #contentForm__refreshbutton__input {
    position: absolute;
    opacity: 0;
  }
}

/*  =========================================================
requestbutton
========================================================= */
@media screen {
  #contentForm__requestbutton.newsletterUnsubscribe {
    float: left;
  }

  #contentForm__newslettersubscribebutton__input,
  #contentForm__newsletterUnuscribebutton__input {
    position: absolute;
    opacity: 0;
  }
}

/*  =========================================================
Error & Success
========================================================= */
@media screen {
  article.formerror {
    color: #ED1C24 !important;
    border: 1px solid #ED1C24 !important;
    padding: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
  }

  article.formsuccess {
    border: 1px solid #000;
    padding: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
  }

  article.formerror p,
  article.formsuccess p {
    padding: 10px;
    margin: 0;
  }

  input.formerror {
    color: #ED1C24 !important;
    border-color: #ED1C24 !important;
  }

  h2.formerror,
  label.formerror {
    color: #ED1C24 !important;
  }

  .totalRoomVacancyCount h2 {
    margin-bottom: 35px;
    font: 700 normal 18px 'Montserrat', Arial, sans-serif;
    text-align: center;
  }

  .vacancy a:not(.button--cta),
  .totalRoomVacancyCount h2 a {
    font-style: italic;
    color: #000;
    text-decoration: none;
  }

  .totalRoomVacancyCount h2 a:hover,
  .totalRoomVacancyCount h2 a:focus,
  .totalRoomVacancyCount h2 a:active {
    color: #464646;
    cursor: pointer;
    text-decoration: none;
  }
}

/*  =========================================================
Loader
========================================================= */
@media screen {
  .loader img {
    float: left;
    margin-right: 10px;
  }

  .loader p {
    font: 500 normal 14px 'Montserrat', Arial, sans-serif;
    text-align: left;
    text-transform: none;
  }
}

@media screen and (min-width: 1025px) {
  a#contentForm__requestbutton.mobileSwitch.mobile {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  a#contentForm__requestbutton.mobileSwitch:not(.mobile) {
    display: none;
  }
}

/*  =========================================================
newsletter form
========================================================= */
@media screen {

  .nl-form-body p {
    font: 300 12px 'Gotham SSm A','Gotham SSm B',Arial,sans-serif;
    line-height: 1.62;
    text-transform: uppercase;
    color: #000;
    margin: 10px 0;
    vertical-align: unset;
  }

  .nl-form-body p > a {
    font: 300 12px 'Gotham SSm A','Gotham SSm B',Arial,sans-serif;
    text-decoration: underline !important;
    font-style: normal !important;
    color: #000 !important;
    vertical-align: unset;
  }

}
.guestBook {
  text-align: left;
}.keyVisualNote {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  width: 160px;
  height: 160px;

  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 3; /*above .heroImage__caption--overlay*/
}

.keyVisualNote__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 900px) {
  .keyVisualNote {
    bottom: unset;
    top: 30px;
    right: 20px;

    width: 120px;
    height: 120px;

    font-size: 11px;
  }
}/**
 * Hub - Hotel Hubertus 2015
 *
 * LICENSE
 *
 * This software and its source code is protected by copyright law (Sec. 69a ff. UrhG).
 * It is not allowed to make any kinds of modifications, nor must it be copied,
 * or published without explicit permission. Misuse will lead to persecution.
 *
 * @copyright  2015 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @package    css
 * @subpackage font faces
 * @author     lange
 * @since      30.03.2015
 * @version    $Id$
 **/
/*  =========================================================
dropdown sorting
listElement for angebotsseite
TabArea for rooms
bookTab
author
textArea picture height
========================================================== */
/*  =========================================================
dropdown sorting
========================================================== */
@media screen {
  .dropdown {
    display: inline-block;
    height: 48px;
  }
  .dropdown > label > i.icon-arrow_down {
    font-size: 21px;
    position: absolute;
    top: 13px;
    right: 20px;
    margin: 0px;
  }
  .dropdown label,
  .dropdown ul li {
    display: block;
    background: #fff;
    border: 1px solid #000;
    margin-right: 20px;
    padding: 17px 20px 11px 20px;
    font: 400 italic 16px/20px 'EB Garamond', Georgia, serif;
    letter-spacing: 2px;
    box-sizing: border-box;
    text-transform: uppercase;
    float: left;
    width: 100%;
  }
  .dropdown label,
  .dropdown ul li:last-child {
    border-bottom: 1px solid #000;
  }
  .dropdown label:hover,
  .dropdown ul li:hover {
    background: #000;
    color: #fff;
    cursor: pointer;
  }
  .dropdown label {
    color: #fff;
    position: relative;
    z-index: 4;
  }
  .dropdown label > a {
    padding: 0px;
  }
  .dropdown input {
    display: none;
  }
  .dropdown input ~ ul {
    position: relative;
    visibility: hidden;
    opacity: 0;
    top: -20px;
    z-index: 3;
    padding: 0;
    margin: 0;
  }
  .dropdown input + label {
    background: #fff;
    color: #000;
  }
  .dropdown input:checked + label {
    background: #fff;
    color: #000;
    z-index: 7;
  }
  .dropdown input:checked ~ ul {
    visibility: visible;
    opacity: 1;
    top: 0;
    z-index: 6;
  }
}
@media screen and (max-width: 900px) {
  .dropdown {
    margin-bottom: 20px;
  }
}
/*  =========================================================
listElement for angebotsseite
========================================================== */
@media screen {
  .listImage {
    width: 100%;
    height: 0px;
    padding-bottom: 57.20620843%;
    position: relative;
    overflow: hidden;
  }
  .listImage > img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
  }
  .listElement > a {
    text-decoration: none;
  }
  .textArea > .title {
    font: 700 normal 18px 'Montserrat', Arial, sans-serif;
    text-transform: uppercase;
    color: #000;
    padding: 0px;
    margin: 0px;
    margin-bottom: 23px;
  }
  .textArea > .text {
    font: 400 normal 17px/25px 'EB Garamond', Georgia, serif;
    color: #000;
    letter-spacing: 0.25px;
    padding: 0px;
    margin: 0px;
  }
  aside {
    background: #fff;
    position: absolute;
    top: 0px;
    right: 25px;
    padding: 10px;
  }
  aside > .label,
  aside > .price {
    font: 300 normal 14px/11px 'Montserrat', Arial, sans-serif;
    text-transform: uppercase;
    color: #000;
    padding: 0px;
    margin: 0px;
    letter-spacing: 1.2px;
  }
  aside > .label {
    margin-right: 5px;
  }
  aside > .price {
    font: 700 normal 14px/11px 'Montserrat', Arial, sans-serif;
    text-transform: uppercase;
    color: #000;
  }
}
@media screen and (max-width: 600px) {
  .displayNone {
    display: none;
  }
}
/*  =========================================================
TabArea for rooms
========================================================== */
@media screen {

  .roomTabLinksContainer h3 {
    font: 700 normal 18px/21px 'Montserrat', Arial, sans-serif;
    text-transform: uppercase;
    color: #000000;
  }

  .roomTabs {
    position: relative;
    padding: 0px;
    margin: 0px;
    margin-bottom: 23px;
  }

  .roomTabs > h3 {
    font: 700 normal 18px/21px 'Montserrat', Arial, sans-serif;
    text-transform: uppercase;
    color: #000000;
  }

  .roomTabs > input {
    position: absolute;
    z-index: 8;
    width: 0px;
    height: 0px;
    left: 0px;
    top: 0px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    cursor: pointer;
  }
  .roomTabs > input#tab-2,
  .offerTabs > input#tab-2 {
    left: 0px;
  }
  .roomTabs > input#tab-3,
  .offerTabs > input#tab-3 {
    left: 0px;
  }
  .roomTabs > input#tab-4,
  .offerTabs > input#tab-4 {
    left: 0px;
  }
  .roomTabs > label {
    background: #fff;
    border: 1px solid #000;
    font: 400 italic 16px 'EB Garamond', Georgia, serif;
    text-transform: uppercase;
    color: #000;
    position: relative;
    margin: 0px 2.14776632% 60px 0px;
    padding: 10px 0px 6px 0px;
    float: left;
    display: block;
    text-align: center;
    width: 18.04123711%;
  }
  .roomTabs > label:last-of-type {
    margin-right: 0px;
  }
  .roomTabs label > span {
    display: block;
    font: 500 normal 16px 'Montserrat', Arial, sans-serif;
    text-transform: uppercase;
    color: #000;
  }
  .roomTabs label > span:first-of-type {
    font: italic 400 16px/16px 'EB Garamond', Georgia, serif;
  }
  .roomTabs > label:after {
    content: '';
    background: #fff;
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 2px;
    display: block;
  }
  .roomTabs > input:hover + label,
  .roomTabs > input:hover + label > span {
    z-index: 4;
    color: #fff;
    background: #000;
  }
  .tab-label-2 {
    z-index: 5;
  }
  .tab-label-3 {
    z-index: 4;
  }
  .tab-label-4 {
    z-index: 3;
  }
  .tab-label-5 {
    z-index: 2;
  }
  .tab-label-5 {
    z-index: 1;
  }
  .roomTabs > input:checked + label,
  .roomTabs > input:checked + label > span {
    background: #000;
    z-index: 5;
    color: #fff;
  }
  .content {
    background: #fff;
    position: relative;
    width: 100%;
    z-index: 5;
  }
  .content .contentlist {
    z-index: 1;
    -webkit-transition: opacity linear 0.1s;
    -moz-transition: opacity linear 0.1s;
    -o-transition: opacity linear 0.1s;
    -ms-transition: opacity linear 0.1s;
    transition: opacity linear 0.1s;
  }
  .roomTabs > input.tab-selector-1:checked ~ .content .content-1,
  .offerTabs > input.tab-selector-1:checked ~ .content .content-1,
  .roomTabs > input.tab-selector-2:checked ~ .content .content-2,
  .offerTabs > input.tab-selector-2:checked ~ .content .content-2,
  .roomTabs > input.tab-selector-3:checked ~ .content .content-3,
  .offerTabs > input.tab-selector-3:checked ~ .content .content-3,
  .roomTabs > input.tab-selector-4:checked ~ .content .content-4,
  .roomTabs > input.tab-selector-5:checked ~ .content .content-5 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: opacity ease-out 0.6s 0.1s;
    -moz-transition: opacity ease-out 0.6s 0.1s;
    -o-transition: opacity ease-out 0.6s 0.1s;
    -ms-transition: opacity ease-out 0.6s 0.1s;
    transition: opacity ease-out 0.2s 0.1s;
  }
  .roomTabs > label.noVacancies span,
  .roomTabs > label.noVacancies {
    background: #E8E8E8;
    color: #8F8F8F;
  }
}
@media screen and (max-width: 1110px) {
  .roomTabs > label {
    margin: 0px 1.97594502% 60px 0px;
  }
}
@media screen and (max-width: 600px) {
  .roomTabs > label {
    margin: 0px 1.97594502% 20px 0px;
    width: 100%;
    padding: 10px 0px;
  }
  .roomTabs label > span {
    display: inline-block;
    margin-top: 7px;
  }
  .roomTabs label > span:first-of-type {
    margin: 0px 10px 0px 0px;
  }
}
/*  =========================================================
bookTab
========================================================== */
@media screen {
  .bookTabs,
  .offerTabs {
    position: relative;
    padding: 0px;
    margin: 0px;
  }
  .bookTabs > input,
  .offerTabs > input {
    position: absolute;
    z-index: 1001;
    width: 0px;
    height: 0px;
    left: 0px;
    top: 0px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    cursor: pointer;
  }
  .bookTabs > input#tab-6 {
    left: 0px;
  }
  .bookTabs > label {
    background: #000;
    font: 700 normal 12px 'Montserrat', Arial, sans-serif;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    position: relative;
    margin: 0px 0px 0px -1px;
    padding: 20px 0px 20px 0px;
    width: 49.5%;
    float: left;
    display: block;
    text-align: center;
    border: 1px solid #000;
  }

  .bookTabs > .bookTabs__details,
  .bookTabs > .bookTabs__request {
    background-color: #fff;
    color: #000;
  }

  .bookTabs > .bookTabs__details:hover,
  .bookTabs > .bookTabs__details:active,
  .bookTabs > .bookTabs__request:hover,
  .bookTabs > .bookTabs__request:active {
    background-color: #000;
    color: #fff;
  }

  .bookTabs > .bookTabs__book {
    background-color: #57758d;
    color: #fff;
  }

  .bookTabs > .bookTabs__book:hover,
  .bookTabs > .bookTabs__book:active {
    background-color: #476074;
    color: #fff;
  }

  .bookTabs > .bookTabs__close {
    background-color: #fff;
    color: #000
  }

  .bookTabs > .bookTabs__close:hover,
  .bookTabs > .bookTabs__close:active {
    background-color: #000;
    color: #fff
  }

  .bookClose > label {
    width: 100%;
  }
  .offerTabs > label {
    font: 300 12px 'Montserrat', Arial, sans-serif;
    text-transform: uppercase;
    color: #fff;
    background-color: #000;
    margin: 0px 0px 0px 10px;
    padding: 20px 10px;
    display: block;
    border: 1px solid #000;
    float: right;
    text-align: center;
    height: 8px;
  }
  .offerTabs > input:hover + label,
  .offerTabs > input:hover + label > span,
  .offerTabs > input:checked + label,
  .offerTabs > input:checked + label > span {
    z-index: 4;
    color: #000;
    background: #fff;
  }
  .bookTabs > label:last-child {
    float: right;
    margin-right: -1px;
  }
  .bookTabs > label:after {
    content: '';
    background: #fff;
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 2px;
    display: block;
  }
  .bookTabs > input:hover + label,
  .bookTabs > input:hover + label > span {
    z-index: 4;
    color: #000;
    background: #fff;
    border: 1px solid #000;
  }
  .roomTabs > input:checked + label,
  .roomTabs > input:checked + label > span {
    background: #000;
    z-index: 5;
    color: #fff;
  }
  .clear-shadow {
    clear: both;
  }
  .content {
    background: #fff;
    position: relative;
    width: 100%;
    z-index: 5;
  }
  .content-6 {
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity linear 0.1s;
    -moz-transition: opacity linear 0.1s;
    -o-transition: opacity linear 0.1s;
    -ms-transition: opacity linear 0.1s;
    transition: opacity linear 0.1s;
  }
  .bookTabs > input.tab-selector-6:checked ~ .content .content-6 {
    z-index: 100;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: opacity ease-out 0.6s 0.1s;
    -moz-transition: opacity ease-out 0.6s 0.1s;
    -o-transition: opacity ease-out 0.6s 0.1s;
    -ms-transition: opacity ease-out 0.6s 0.1s;
    transition: opacity ease-out 0.2s 0.1s;
  }
  .offerTabs > .g-element-4,
  .offerTabs > .g-element-3 {
    margin: 0px;
  }
  .bookTabs input#close,
  .bookTabs label[for="close"]{
    display: none;
  }
  .bookTabs.bookClose input#close,
  .bookTabs.bookClose label[for="close"]{
    display: block;
  }
  .bookTabs.bookClose input#request,
  .bookTabs.bookClose label[for="request"],
  .bookTabs.bookClose input#book,
  .bookTabs.bookClose label[for="book"]{
    display: none;
  }
  .content .contentlist form {
    display: none;
  }
  .content .contentlist .contentFormWrapper {
    display: none;
  }
  .content .contentlist .contentFormWrapper form {
    display: block;
  }
  .content .contentlist {
    display: none;
  }

  .eventlist,
  .packagelist,
  .blogpostlist {
    width: 100%;
    margin: 34px 0 0;
    display: inline-block;
  }
}
@media screen and (max-width: 1200px) and (min-width: 901px) {
  .bookTabs > label {
    font-size: 12px;
  }
}
@media screen and (max-width: 600px) {
  .bookTabs > label {
    font-size: 12px;
  }
}
@media screen and (max-width: 600px) {
  .offerTabs > label {
    width: 70%;
    font-size: 10px;
  }
}
/*contentArea*/
@media screen {
  .imageArea > .g-element-8 {
    margin: 0px;
  }
  .imageArea {
    height: 0px;
    padding-bottom: 42.30088496%;
    position: relative;
    overflow: hidden;
  }
  .imageArea img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
  }
  .imageArea > .paginate {
    text-decoration: none;
    width: 60px;
    height: 45px;
    display: block;
    padding: 15px 0px 0px 0px;
    margin-top: -30px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    z-index: 1;
  }
  .imageArea > .paginate:active,
  .imageArea > .paginate:focus,
  .imageArea > .paginate:hover {
    opacity: 1;
  }
  .imageArea > .paginate--left {
    left: 0px;
  }
  .imageArea > .paginate--right {
    right: 0px;
  }
  .imageArea > .paginate > [class*='icon-'] {
    font-size: 30px;
  }
  .listElement {
    margin: 0px;
  }
  .offerNotFoundMessage{
    padding: 10px;
    border: 1px solid black;
  }

  .trenner.hidden,
  .listElement.hidden {
    display: none;
  }
  .offer {
    margin: 34px 0px 0px 0px;
  }
  .listElement > h1,
  .listElement > h1.heading {
    letter-spacing: 1px;
    margin: 0px 0px 10px 0px;
    font: 300 normal 24px 'Montserrat', Arial, sans-serif;
    text-transform: uppercase;
    color: #000;
  }
  .listElement > h1.heading {
    margin: 60px 1.46048% 0px 1.46048%;
  }
  .position > h1 {
    margin-top: 60px;
  }
  .listElement > h1 > hr {
    margin: 5px 0px 10px 0px;
  }
  .listElement > div > hr {
    margin: 0px 0px 30px 0px;
  }
  .listElement > hr.breakForCommentList {
    margin: 5px 1.46048% 20px 1.46048%;
  }
  .informationArea {
    margin-right: 0 !important;
  }
  .informationArea,
  .priceArea {
    margin-bottom: 60px;
  }
  .priceArea {
    float: right;
    width: 30.9166346%;
    margin-right: 1.4604811%;
  }
  .informationArea {
    position: relative;
    min-height: 479px;
    width: 31.87281924%;
  }
  .informationArea > h2 {
    font: 700 normal 18px 'Montserrat', Arial, sans-serif;
    text-transform: uppercase;
    color: #000;
    margin: 0px 0px 25px 0px;
    padding: 0px;
    letter-spacing: 1px;
  }
  .informationArea > p,
  .informationArea > .facts {
    color: #000;
    letter-spacing: 1px;
    margin: 0px 0px 38px 0px;
    padding: 0px;
  }
  .informationArea > p {
    font: 400 normal 17px/25px 'Montserrat', Arial, sans-serif;
  }
  .informationArea > .facts {
    font: 400 normal 17px/25px 'Montserrat', Arial, serif;
  }

  .informationArea > .facts {
    line-height: 23px;
    display: grid;
    grid-auto-flow: row;
    grid-gap: 0 5px;
    grid-template-columns: [labels] auto [controls] 1fr;
  }

  .informationArea > .facts > span.lbl {
    grid-column: labels;
    grid-row: auto;
    font-weight: bold;
  }

  .informationArea > .facts > span.info {
    grid-column: controls;
    grid-row: auto;
    border: none;
  }
  .informationArea > .facts > span.info.strong{
    font-weight: bold;
  }

  .infoBox {
    border: 1px solid #000;
  }
  .priceBox {
    border: 1px solid #000;
    height: 100%;
  }
  .textArea > .title,
  .priceBox > .title {
    letter-spacing: 1px;
    margin-bottom: 5px;
  }
  .infoBox > h1,
  .priceBox > h1 {
    font: 700 normal 15px 'Montserrat', Arial, sans-serif;
    text-transform: uppercase;
    color: #000;
    margin: 0px;
    padding: 27px 15px;
    text-align: center;
  }
  .infoBox > p,
  .priceBox > p {
    font: 300 normal 15px/25px 'Montserrat', Arial, sans-serif;
    color: #000;
    margin: 0px;
    padding: 0px 38px 27px 38px;
  }
}
@media screen and (max-width: 1185px) {
  .informationArea {
    position: relative;
    min-height: 0px;
  }
}
@media screen and (max-width: 900px) {
  .informationArea {
    width: auto;
    margin-right: 1.4604811% !important;
  }
  .priceArea {
    width: 100%;
  }
  .imageArea {
    padding-bottom: 62.301%;
  }
  .listElement > h1,
  .listElement > h1.heading {
    font-size: 24px;
  }
  .listElement > h2 {
    font-size: 16px;
  }
  .position > h1 {
    margin-top: 40px;
  }
  .informationArea > h2 {
    font-size: 16px;
    margin: 34px 0px 20px 0px;
  }
  .textArea > .title {
    margin-bottom: 17px;
  }
  .textArea > .text > span {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .informationArea {
    margin-right: 1.4604811% !important;
  }
  .image {
    padding-bottom: 57.20620843%;
    margin-bottom: 0px;
  }
  .textArea > .text {
    font: 400 normal 16px/17px 'EB Garamond', Georgia, serif;
  }
  .textArea > .title {
    margin: 5px 0px 0px 0px;
  }
  .listElement > h1.heading {
    margin: 40px 1.46048% 0px 1.46048%;
  }
  .listElement > div > hr {
    margin: 0px 0px 22px 0px;
  }
}
/*  =========================================================
author
========================================================== */
@media screen {
  .listElement > .author {
    float: right;
    margin-top: -25px;
  }
  .listElement > .author > .authorImage {
    width: 43px;
    height: 44px;
    float: left;
    margin-right: 10px;
  }
  .listElement > .author > p {
    font: italic 400 13px/12px 'EB Garamond', Georgia, serif;
    text-transform: uppercase;
    display: inline-block;
    margin: 0px;
    padding: 10px 0px;
  }
  .listElement > .author > p > strong {
    font: 700 13px/12px 'Montserrat', Arial, sans-serif;
    text-transform: uppercase;
    padding-left: 10px;
  }
}
@media screen and (max-width: 900px) {
  .listElement > .author {
    float: none;
    margin-top: -15px;
  }
  .listElement > .author > .authorImage {
    margin: 0px 10px 10px 0px;
  }
}
/*  =========================================================
textArea picture height
========================================================== */
@media screen {
  .textArea--pictureHeight {
    min-height: 203px;
    position: relative;
  }
  .textArea--pictureHeight > .moreButton {
    position: absolute;
    bottom: 0px;
  }
}
@media screen and (max-width: 1170px) {
  .textArea--pictureHeight {
    min-height: 0px;
    position: relative;
  }
  .textArea--pictureHeight > .moreButton {
    position: relative;
    bottom: 0px;
  }
}
/*  =========================================================
item catalogue
========================================================== */
@media screen {
  .listElement .catalogue .moreButton {
    padding: 9px 35px 4px 5px;
    width: 130px;
    float: left;
    margin-right: 10px;
  }
  .listElement .catalogue .moreButton.wide {
    padding: 9px 10px 4px 5px;
    width: 125px;
  }
  .catalogueOrderCollection > span {
    display: inline-block;
  }
  .catalogueOrderCollection > span > a {
    display: inline-block;
    margin: 5px 10px;
    padding: 10px;
    background-color: #7d7b5d;
    color: #fff;
    font-size: 16px;
    text-transform: initial;
  }
  .catalogueOrderCollection > span > a:hover,
  .catalogueOrderCollection > span > a:focus,
  .catalogueOrderCollection > span > a:active {
    background-color: #000;
    cursor: pointer;
  }
  .catalogueOrderCollection > span > a span:before {
    font-size: 13px;
  }
  form#catalogue {
    margin-top: 75px;
  }
}
/**
 * Hotel Hubertus
 *
 * LICENSE
 *
 * This software and its source code is protected by copyright law (Sec. 69a ff. UrhG).
 * It is not allowed to make any kinds of modifications, nor must it be copied,
 * or published without explicit permission. Misuse will lead to persecution.
 *
 * @copyright  2015 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @package    css
 * @subpackage teaser
 * @author     lange
 * @since      20.02.2015
 * @version    $Id$
 **/
/*  =========================================================
teaserLong
teaserBadge--square
teaserBadge--round
teaserImage
overlay
rubrikenTeaser
veranstaltungsteaser
eventTeaser
termTeaser
eventTeaser & termTeaser
========================================================== */
/*  =========================================================
teaserLong
========================================================= */
@media screen {
  .teaserLong {
    position: relative;
    text-decoration: none;
    text-align: center;
    color: #000;
    margin-bottom: 2.9209622%;
  }
  .teaserLong > .image {
    width: 100%;
    height: 0px;
    padding-bottom: 131.63841808%;
    position: relative;
    overflow: hidden;
  }
  .teaserLong > .image > img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
  }
  .teaserLong > .textArea {
    border: 1px solid #000;
    position: relative;
    height: 0px;
    padding-bottom: 62.695%;
  }
  .teaserLong > .textArea > .alignment {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
  }
  .teaserLong > .textArea > .alignment > .text {
    vertical-align: middle;
    display: inline-block;
    width: 90%;
  }
  .teaserLong > .textArea > .alignment > .text > h1,
  .teaserLong > .textArea > .alignment > .text > h3#teaserLongTitle{
    font: 300 normal 32px 'Montserrat', Arial, sans-serif;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin: 0px;
  }
  .teaserLong > .textArea > .alignment > .text > p {
    font: 300 normal 18px/28px 'Montserrat', Arial, sans-serif;
    margin: 0px;
  }
}
@media screen and (max-width: 1060px) {
  .teaserLong > .textArea {
    padding-bottom: 70%;
  }
}
@media screen and (max-width: 1000px) and (min-width: 886px) {
  .teaserLong > .textArea {
    padding-bottom: 85%;
  }
}
@media screen and (max-width: 900px) {
  .teaserLong > .textArea > .alignment > .text > h1,
  .teaserLong > .textArea > .alignment > .text > h3#teaserLongTitle{
    font-size: 29px;
  }
  .teaserLong > .image {
    width: 67.15116279%;
    padding-bottom: 65.55232558%;
    float: left;
  }
  .teaserLong > .textArea {
    border: 0px;
    position: relative;
    height: 0px;
    padding-bottom: 65.55232558%;
    width: 32.8488%;
    float: left;
    background: black;
  }
  .teaserLong > .textArea > .alignment {
    position: absolute;
    top: 1px;
    bottom: 1px;
    right: 1px;
    left: 1px;
    background: white;
    height: auto;
    width: auto;
  }
}
@media screen and (max-width: 660px) {
  .teaserLong > .textArea > .alignment > .text > h1,
  .teaserLong > .textArea > .alignment > .text > h3#teaserLongTitle{
    font-size: 19px;
  }
  .teaserLong > .textArea > .alignment > .text > p {
    font: 300 normal 12px/14px 'Montserrat', Arial, sans-serif;
    margin: 0px;
  }
}
@media screen and (max-width: 600px) {
  .teaserLong > .image {
    width: 50%;
    padding-bottom: 40.07633588%;
  }
  .teaserLong > .textArea {
    width: 50%;
    padding-bottom: 40.07633588%;
  }
}
@media screen and (max-width: 400px) {
  .teaserLong > .textArea {
    width: 50%;
    padding-bottom: 78.65168539%;
  }
  .teaserLong > .image {
    width: 50%;
    padding-bottom: 78.65168539%;
  }
  .teaserLong > .image > img {
    width: 120%;
  }
}
/*  =========================================================
teaserBadge--square
========================================================= */
@media screen {
  .teaserBadge--square,
  .teaserBadge--round {
    position: relative;
    text-decoration: none;
    text-align: center;
    color: #000;
    margin-bottom: 2.9209622%;
  }
  .teaserBadge--square > .image,
  .teaserBadge--round > .image {
    width: 100%;
    height: 0px;
    padding-bottom: 62.8032345%;
    position: relative;
    overflow: hidden;
  }
  .teaserBadge--square > .image {
    margin-top: 0px;
  }
  .teaserBadge--square > .image > img,
  .teaserBadge--round > .image > img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
  }
  .textForIndex {
    padding-bottom: 19px;
  }
  .teaserBadge--square > .text {
    padding-bottom: 15px;
  }
  .teaserBadge--square > .text > h1,
  .teaserBadge--square > .textForIndex > h1 {
    font: italic 400 28px 'EB Garamond', Georgia, serif;
    color: #000;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px 0px 8px 0px;
    text-align: left;
  }
  .teaserBadge--square > .text > p,
  .teaserBadge--square > .textForIndex > p {
    font: normal 26px/28px 'EB Garamond', Georgia, sans-serif;
    color: #000;
    text-align: left;
    margin: 0px;
  }
  .teaserBadge--square > .text > p > strong,
  .teaserBadge--square > .textForIndex > p > strong {
    font: italic 400 26px/28px 'EB Garamond', Georgia, serif;
    color: #000;
  }
  .headerImageOverlay > .text > h1 {
    font: italic 400 32px/30px 'EB Garamond', Georgia, serif;
    color: #fff;
    text-align: center;
    margin: 0px;
    padding-bottom: 25px;
  }
  .headerImageOverlay > .text > h1 > span {
    font: 700 normal 30px/30px 'Montserrat', Arial, sans-serif;
  }
  .teaserBadge--square > .title_left {
    background: #7d7b5d;
    opacity: 0.8;
    width: 210px;
    height: 195px;
    position: absolute;
    z-index: 1;
    margin: 30px 0px 0px 30px;
  }
  .teaserBadge--square .title_center {
    background: #7d7b5d;
    opacity: 0.8;
    width: 210px;
    height: 195px;
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 50%;
    margin: -98px -105px 0px 0px;
  }
  .teaserBadge--square > .title_right {
    background: #7d7b5d;
    opacity: 0.8;
    width: 210px;
    height: 195px;
    position: absolute;
    z-index: 1;
    right: 0px;
    margin: 30px 30px 0px 0px;
  }
  .teaserBadge--square > .title_right.teaserTextBottom,
  .teaserBadge--square > .title_left.teaserTextBottom {
    bottom: 25px;
  }
  .teaserBadge--square > .title > h1,
  .teaserBadge--square > .title > h3#teaserBadgeTitle{
    font: italic 400 32px/30px 'EB Garamond', Georgia, serif;
    color: #fff;
    letter-spacing: 2px;
    text-align: center;
    margin: 0px;
    padding-top: 22px;
    text-transform: uppercase;
  }
  .teaserBadge--square > .title > h1 > span,
  .teaserBadge--square > .title > h3#teaserBadgeTitle > span{
    font: 600 normal 30px/30px 'Montserrat', Arial, sans-serif;
    letter-spacing: 2px;
    display: block;
    margin: -5px 0px 10px 0px;
  }
  .teaserBadge--square > .title > p {
    font: 600 normal 14px/16px 'Montserrat', sans-serif;
    color: #fff;
    text-align: center;
    margin: 0px;
    padding: 0px 15px 15px 15px;
  }
  .teaserBadge--square .title_center.text > h1 {
    padding-top: 44px;
  }
}
@media screen and (max-width: 900px) {
  .teaserBadge--square > .image,
  .teaserBadge--round > .image {
    padding-bottom: 62.79069767%;
  }
  .teaserBadge--square > .text > p {
    font-size: 23px;
    line-height: 27px;
  }
  .teaserBadge--square > .text > p > strong {
    font: italic 400 26px/26px 'EB Garamond', Georgia, serif;
  }
}
@media screen and (max-width: 600px) {
  .teaserBadge--square > .text > p {
    font-size: 16px;
    line-height: 27px;
  }
  .teaserBadge--square > .text > p > strong {
    font: italic 400 17px/17px 'EB Garamond', Georgia, serif;
  }
  .teaserBadge--square > .textForIndex > p {
    font-size: 17px;
  }
  .teaserBadge--square > .textForIndex > p > strong {
    font-size: 17px;
  }
}
@media screen and (max-width: 400px) {
  .teaserBadge--square > .title_left {
    width: 170px;
    height: auto;
    margin: 10px 0px 0px 10px;
  }
  .teaserBadge--square > .title > h1,
  .teaserBadge--square > .title > h3#teaserBadgeTitle{
    font: italic 400 27px/30px 'EB Garamond', Georgia, serif;
    color: #fff;
    padding-top: 10px;
  }
  .teaserBadge--square > .title > h1 > span,
  .teaserBadge--square > .title > h3#teaserBadgeTitle > span{
    font: 700 normal 27px/26px 'Montserrat', Arial, sans-serif;
  }
  .teaserBadge--square > .title > p {
    font: 600 normal 12px/14px 'Montserrat', sans-serif;
    color: #fff;
    padding: 0px 10px 10px 10px;
  }
}
/*  =========================================================
teaserBadge--round
========================================================= */
@media screen {
  .headerImageOverlay > .text > h1 {
    font: italic 400 22px/20px 'EB Garamond', Georgia, serif;
    color: #fff;
    text-transform: uppercase;
  }
  .headerImageOverlay > .text > h1 > span {
    font: 700 normal 22px/20px 'Montserrat', Arial, sans-serif;
  }
  .teaserBadge--round > .text {
    padding-bottom: 15px;
  }
  .teaserBadge--round > .text > h1,
  .teaserBadge--round > .textForIndex > h1 {
    font: italic 400 28px 'EB Garamond', Georgia, serif;
    color: #000;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px 0px 8px 0px;
    text-align: left;
  }
  .teaserBadge--round > .text > p,
  .teaserBadge--round > .textForIndex > p {
    font: normal 26px/28px 'EB Garamond', Georgia, sans-serif;
    color: #000;
    text-align: left;
    margin: 0px;
  }
  .teaserBadge--round > .text > p > strong,
  .teaserBadge--round > .textForIndex > p > strong {
    font: italic 400 26px/28px 'EB Garamond', Georgia, serif;
    color: #000;
  }
  .teaserBadge--round > .title_left {
    opacity: 0.8;
    width: 210px;
    height: 195px;
    position: absolute;
    z-index: 1;
    margin: 30px 0px 0px 30px;
  }
  .teaserBadge--round > .title_right {
    width: 210px;
    height: 195px;
    position: absolute;
    z-index: 1;
    right: 0px;
    margin: 30px 30px 0px 0px;
  }
  .teaserBadge--round > .title > h1,
  .teaserBadge--round > .title > h3#teaserBadgeTitle{
    font: italic 400 22px/20px 'EB Garamond', Georgia, serif;
    color: #fff;
    letter-spacing: 1px;
    margin: 0px;
    position: absolute;
    text-align: center;
    top: 73px;
    right: 33px;
    left: 27px;
    text-transform: uppercase;
  }
  .teaserBadge--round > .title > h1 > span,
  .teaserBadge--round > .title > h3#teaserBadgeTitle > span{
    font: 700 normal 22px/20px 'Montserrat', Arial, sans-serif;
  }
  .themeArea {
    margin-top: 60px;
  }
}
@media screen and (max-width: 900px) {
  .teaserBadge--round > .text > p {
    font-size: 23px;
    line-height: 27px;
  }
  .teaserBadge--round > .text > p > strong {
    font: italic 400 26px/26px 'EB Garamond', Georgia, serif;
  }
}
@media screen and (max-width: 600px) {
  .teaserBadge--round > .text > p {
    font-size: 16px;
    line-height: 27px;
  }
  .teaserBadge--round > .text > p > strong {
    font: italic 400 17px/17px 'EB Garamond', Georgia, serif;
  }
  .teaserBadge--round > .textForIndex > p {
    font-size: 17px;
  }
  .teaserBadge--round > .textForIndex > p > strong {
    font-size: 17px;
  }
}
@media screen and (max-width: 400px) {
  .teaserBadge--round > .title > h1,
  .teaserBadge--round > .title > h3#teaserBadgeTitle{
    font: italic 400 18px/18px 'EB Garamond', Georgia, serif;
    color: #fff;
    margin: 0px;
    position: absolute;
    text-align: center;
    top: 55px;
    right: 27px;
    text-transform: uppercase;
  }
  .teaserBadge--round > .title > h1 > span,
  .teaserBadge--round > .title > h3#teaserBadgeTitle > span{
    font: 700 normal 18px/18px 'Montserrat', Arial, sans-serif;
  }
  .teaserBadge--round > .title_right {
    height: 150px;
    margin: 10px 10px 0px 0px;
  }
  .title > .backgroundForTitle {
    width: 150px;
  }
  .teaserBadge--square > .text > p {
    font-size: 18px;
    line-height: 24px;
  }
  .teaserBadge--square > .text > p > strong {
    font-size: 23px;
    line-height: 24px;
  }
}/*  =========================================================
teaserBadge--square
========================================================= */
@media screen {
  .teaserBadge--offer {
    position: relative;
    text-decoration: none;
    text-align: center;
    color: #000;
    margin-bottom: 2.9209622%;
  }
  .teaserBadge--offer > .image {
    width: 100%;
    height: 0px;
    padding-bottom: 62.8032345%;
    position: relative;
    overflow: hidden;
  }
  .teaserBadge--offer > .image {
    margin-top: 0px;
  }
  .teaserBadge--offer > .image > img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
  }
  .teaserBadge--offer > .title_bottom {
    background: #7d7b5d;
    opacity: 0.8;
    width: 100%;
    height: 63px;
    position: absolute;
    z-index: 1;
    right: 0px;
    bottom: 0;
    margin: 0;
  }
  .teaserBadge--offer > .title > h1,
  .teaserBadge--offer > .title > h3#teaserBadgeOfferTitle{
    font: italic 400 32px/30px 'EB Garamond', Georgia, serif;
    color: #fff;
    letter-spacing: 2px;
    text-align: left;
    margin: 0px;
    padding-top: 22px;
    padding-left: 22px;
    text-transform: uppercase;
    float: left;
  }
  .teaserBadge--offer > .title > p {
    font: italic 600 14px/16px 'EB Garamond', Georgia, serif;
    color: #fff;
    text-align: center;
    margin: 0px;
    padding: 0px 15px 15px 15px;
    float: right;
    margin-top: 32px;
  }
  .teaserBadge--offer > .title > p.offerSubtitle {
    font: italic 400 14px/16px 'EB Garamond', Georgia, serif;
  }
}
@media screen and (max-width: 900px) {
  .teaserBadge--offer > .image {
    padding-bottom: 62.79069767%;
  }
  .teaserBadge--offer > .text > p {
    font-size: 23px;
    line-height: 27px;
  }
  .teaserBadge--offer > .text > p > strong {
    font: italic 400 26px/26px 'EB Garamond', Georgia, serif;
  }
}
@media screen and (max-width: 600px) {
  .teaserBadge--offer > .text > p {
    font-size: 16px;
    line-height: 27px;
  }
  .teaserBadge--offer > .text > p > strong {
    font: italic 400 17px/17px 'EB Garamond', Georgia, serif;
  }
  .teaserBadge--offer > .textForIndex > p {
    font-size: 17px;
  }
  .teaserBadge--offer > .textForIndex > p > strong {
    font-size: 17px;
  }
}
@media screen and (max-width: 400px) {
  .teaserBadge--offer > .title > h1,
  .teaserBadge--offer > .title > h3#teaserBadgeOfferTitle{
    font: italic 400 27px/30px 'EB Garamond', Georgia, serif;
    color: #fff;
    padding-top: 10px;
  }
  .teaserBadge--offer > .title > h1 > span,
  .teaserBadge--offer > .title > h3#teaserBadgeOfferTitle > span{
    font: 700 normal 27px/26px 'Montserrat', Arial, sans-serif;
  }
  .teaserBadge--offer > .title > p {
    font: 600 normal 12px/14px 'Montserrat', sans-serif;
    color: #fff;
    padding: 0px 10px 10px 10px;
  }
}
/*  =========================================================
teaserImage
========================================================= */
@media screen {
  .teaserImage {
    position: relative;
    text-decoration: none;
    text-align: center;
    color: #000;
    margin-bottom: 2.9209622%;
  }
  .teaserImage > .image {
    width: 100%;
    height: 0px;
    padding-bottom: 131.63841808%;
    position: relative;
    overflow: hidden;
  }
  .teaserImage > .image > .alignment {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
  }
  .teaserImage > .image > img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
  }
  .teaserImage > .image > .alignment > .text {
    display: inline-block;
    vertical-align: middle;
  }
  .teaserImage > .image > .alignment > .text > h1,
  .teaserImage > .image > .alignment > .text > h3#teaserImageTitle{
    font: 300 normal 32px/30px 'Montserrat', sans-serif;
    color: #fff;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
  }
  .teaserImage > .image > .alignment > .text > h1 > span,
  .teaserImage > .image > .alignment > .text > h3#teaserImageTitle > span{
    font: 400 italic 32px/30px 'EB Garamond', Georgia, serif;
  }
}
@media screen and (max-width: 900px) {
  .teaserImage > .image {
    padding-bottom: 65.55232558%;
  }
}
/*  =========================================================
overlay
========================================================= */
@media screen {
  .teaserOverlay {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: 0;
    text-align: center;
    background: rgba(51, 51, 51, 0.8);
    transition: opacity 0.2s ease;
  }
  .imageTeaser:hover .teaserOverlay,
  .teaserOverlay:hover {
    opacity: 1;
  }
  .teaserOverlay > .text {
    display: inline-block;
    vertical-align: middle;
  }
  .teaserOverlay > .text > h3 {
    font: 300 normal 23px/30px 'Montserrat', sans-serif;
    color: #fff;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
  }
  .teaserOverlay > .text > h3 > span {
    font: 400 italic 23px/30px 'EB Garamond', Georgia, serif;
    letter-spacing: 2px;
  }
  .teaserOverlay > .text > .icon-arrow_right {
    color: white;
    font-size: 35px;
  }
  #mainNav__opener:checked ~ [for='mainNav__opener'] > .icon-menue {
    display: none;
  }
}
/*imageTeaser*/
@media screen {
  .imageTeaser {
    position: relative;
    text-decoration: none;
    text-align: center;
    color: #000;
    margin-bottom: 2.9209622%;
  }
  .imageTeaser > .image {
    width: 100%;
    height: 0px;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
  }
  .imageTeaser > .image > .alignment {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100px;
    background-color: rgba(0, 0, 0, 0.55);
    opacity: 1;
    transition: opacity 0.2s ease;
  }
  .imageTeaser:hover > .image > .alignment {
    opacity: 0;
  }
  .imageTeaser > .image > img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
  }
  .imageTeaser > .image > .alignment > .text {
    display: inline-block;
    vertical-align: middle;
  }
  .imageTeaser > .image > .alignment > .text > h1,
  .imageTeaser > .image > .alignment > .text > h3#imageTeaserTitle {
    font: 300 normal 23px/30px 'Montserrat', sans-serif;
    color: #fff;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
  }
  .imageTeaser > .image > .alignment > .text > h1 > span,
  .imageTeaser > .image > .alignment > .text > h3#imageTeaserTitle > span{
    font: 400 italic 23px/30px 'EB Garamond', Georgia, serif;
    letter-spacing: 2px;
    margin: 0px;
    padding: 0px;
  }
}
@media screen and (max-width: 600px) {
  .imageTeaser > .image {
    padding-bottom: 49.27007299%;
  }
  .imageTeaser > .image > .alignment > .text > h1,
  .imageTeaser > .image > .alignment > .text > h3#imageTeaserTitle {
    font-size: 3.9vw;
  }
}
@media screen and (max-width: 450px) {
  .imageTeaser > .image > .alignment > .text > h1,
  .imageTeaser > .image > .alignment > .text > h3#imageTeaserTitle {
    font-size: 5.2vw;
  }
}
@media screen and (max-width: 400px) {
  .imageTeaser > .image {
    padding-bottom: 100%;
  }
}
/*  =========================================================
eventTeaser
========================================================= */
@media screen {
  .eventTeaser {
    position: relative;
    text-decoration: none;
    text-align: center;
    color: #000;
    margin-bottom: 2.9209622%;
    border: 1px solid black;
    padding: 90px 50px;
  }
  .eventTeaser > ul {
    padding: 0px;
    margin: 0px;
  }
  .eventTeaser > ul > li {
    list-style: none;
    padding: 0px 0px 30px 0px;
  }
  .eventTeaser > ul > li:last-child {
    padding: 0px;
  }
  .eventTeaser h1,
  .eventTeaser h3{
    font: 400 italic 27px 'EB Garamond', Georgia, serif;
    padding: 0px;
    margin: 0px 0px 30px 0px;
    text-transform: uppercase;
  }
  .eventTeaser h2 {
    font: 300 normal 22px 'Montserrat', Arial, sans-serif;
    padding: 0px 0px 10px 0px;
    margin: 0px;
  }
  .eventTeaser p {
    font: 400 normal 16px/20px 'EB Garamond', Georgia, serif;
    margin: 0px;
    padding: 0px;
  }
}
@media screen and (max-width: 900px) {
  .eventTeaser {
    padding: 70px 35px;
  }
  .eventTeaser > ul > li:last-child {
    padding: 0px;
  }
  .eventTeaser h1,
  .eventTeaser h3{
    font-size: 22px;
  }
  .eventTeaser h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .eventTeaser {
    padding: 40px 20px;
  }
  .eventTeaser > ul > li {
    padding: 0px 0px 30px 0px;
  }
  .eventTeaser h1,
  .eventTeaser h3{
    font-size: 22px;
    margin: 0px 0px 30px 0px;
  }
  .eventTeaser h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 400px) {
  .eventTeaser {
    padding: 30px 20px;
  }
  .eventTeaser > ul > li {
    padding: 0px 0px 25px 0px;
  }
  .eventTeaser h1,
  .eventTeaser h3{
    font-size: 18px;
  }
  .eventTeaser h2 {
    font-size: 22px;
  }
}
/*  =========================================================
termTeaser
========================================================= */
@media screen {
  .termTeaser {
    position: relative;
    text-decoration: none;
    text-align: center;
    background-color: #727256;
    color: #fff;
    margin-bottom: 2.9209622%;
    padding: 90px 50px;
  }
  .termTeaser > ul {
    padding: 0px;
    margin: 0px;
  }
  .termTeaser > ul > li {
    list-style: none;
    padding: 0px 0px 30px 0px;
  }
  .termTeaser > ul > li:last-child {
    padding: 0px;
  }
  .termTeaser h1,.termTeaser h3 {
    font: 300 normal 55px 'Montserrat', Arial, sans-serif;
    padding: 0px;
    margin: 0px 0px 30px 0px;
    text-transform: uppercase;
  }
  .termTeaser p {
    font: 300 normal 22px 'Montserrat', Arial, sans-serif;
    margin: 0px;
    padding: 0px;
  }
}
@media screen and (max-width: 900px) {
  .termTeaser h1,.termTeaser h3 {
    font-size: 3.9vw;
  }
  .termTeaser p {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 600px) {
  .termTeaser {
    padding: 40px 20px;
  }
  .termTeaser > ul {
    padding: 0px;
    margin: 0px;
  }
  .termTeaser > ul > li {
    padding: 0px 0px 20px 0px;
  }
  .termTeaser h1,.termTeaser h3 {
    margin: 0px 0px 20px 0px;
  }
  .termTeaser h1,.termTeaser h3 {
    font-size: 5.8vw;
  }
  .termTeaser p {
    font-size: 3vw;
  }
}
@media screen and (max-width: 450px) {
  .termTeaser h1,.termTeaser h3 {
    font-size: 6vw;
  }
  .termTeaser p {
    font-size: 4.5vw;
  }
}
/*  =========================================================
termTeaser & eventTeaser
========================================================= */
@media screen and (max-width: 5000px) and (min-width: 1150px) {
  .eventTeaser,
  .termTeaser {
    height: 510px;
  }

  .noPointer {
    cursor: text;
  }
}
@media screen and (max-width: 1150px) {
  .eventTeaser,
  .termTeaser {
    min-height: 75vh;
  }
}
@media screen and (max-width: 900px) {
  .eventTeaser,
  .termTeaser {
    min-height: auto;
  }
}


/*  =========================================================
gallery
========================================================= */
@media screen {
  .galleryTeaser {
    margin-top: 20px;
  }
  .galleryTeaser.g-element-12,
  .galleryTeaser g-element-12 {
    width: 100%;
  }
  .galleryTeaser.g-element-6,
  .galleryTeaser .g-element-6 {
    width: 50%;
  }
  .galleryTeaser.g-element-4,
  .galleryTeaser .g-element-4 {
    width: 33.333%;
  }
  .galleryTeaser .lightGallery .lightGallery__item {
    position: relative;
    display: block;
    overflow: hidden;
    cursor: pointer;
    margin-top: -2px!important;
  }
  .galleryTeaser .lightGallery .lightGallery__item figure:before {
    font-family: 'icomoon';
    content: '\e609';
    font-size: 29px;
    font-weight: bold;
    color: #b4b4b4;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(0,0,0,.45);
    padding: 10px;
  }
  .galleryTeaser .lightGallery .lightGallery__item:hover figure:before,
  .galleryTeaser .lightGallery .lightGallery__item:focus figure:before {
    color: #fff;
  }
  .galleryTeaser .lightGallery .lightGallery__item figure figcaption {
    display: none;
  }
  .galleryTeaser .lightGallery .lightGallery__item picture {
    display: block;
    margin: 0 0 -3px 0;
  }
  .galleryTeaser .lightGallery .lightGallery__item img {
    width: 100%;
    height: auto;
  }

  .lg-actions .lg-next, .lg-actions .lg-prev {
    background: none;
    background-color: rgba(0,0,0,.45);
    border-radius: 2px;
    color: #b4b4b4;
    cursor: pointer;
    display: block;
    font-size: 48px;
    margin-top: -10px;
    padding: 1px 18px 10px 18px;
    position: absolute;
    top: 50%;
    z-index: 1080;
  }
  .lg-toolbar .lg-close {
    font: 400 normal 22px/26px 'Montserrat', sans-serif;
    color: #b4b4b4;
  }
  .lg-sub-html{
    font: 400 normal 22px/26px 'Montserrat', sans-serif;
  }

  .lg-actions .lg-next:hover,
  .lg-actions .lg-next:focus,
  .lg-actions .lg-prev:hover,
  .lg-actions .lg-prev:focus,
  .lg-toolbar .lg-close:hover,
  .lg-toolbar .lg-close:focus {
    color: #fff;
  }
  .lg-actions .lg-next:before {
    content: ">";
  }
  .lg-actions .lg-prev:after {
    content: "<";
  }
  .lg-toolbar .lg-close:after {
    content: "X";
  }
  .lg-outer .lg-item {
    background: none;
  }
}

@media screen and (max-width: 900px) {
  .galleryTeaser.g-element-md-12,
  .galleryTeaser .g-element-md-12 {
    width: 100%;
  }
  .galleryTeaser.g-element-md-6,
  .galleryTeaser .g-element-md-6 {
    width: 50%;
  }
  .galleryTeaser.g-element-md-4,
  .galleryTeaser .g-element-md-4 {
    width: 33.333%;
  }
}
@media screen and (max-width: 600px) {
  .galleryTeaser.g-element-sm-12,
  .galleryTeaser .g-element-sm-12 {
    width: 100%;
  }
  .galleryTeaser.g-element-sm-6,
  .galleryTeaser .g-element-sm-6 {
    width: 50%;
  }
  .galleryTeaser.g-element-sm-4,
  .galleryTeaser .g-element-sm-4 {
    width: 33.333%;
  }
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 02.07.2015, 17:48:56
    Author     : Keller
*/

/*  =========================================================
timeline
========================================================= */
@media screen {
  #currentWeekLink{
    width: 250px;
    position: absolute;
    left: 50%;
    margin-left: -125px;
    font: 300 normal 12px 'Montserrat', Arial, sans-serif;
    text-decoration: underline;
    cursor: pointer;
    text-align: center;
  }
  article.article > ul.borderBottomList,
  article.article > ul.dottedList{
    display: inline-block;
  }
  article.article > ul.borderBottomList{
    border-bottom: 1px solid;
  }
  ul.dottedList > li{
    border-bottom:  1px dashed;
    margin-bottom: 10px;
    padding-bottom: 10px;
    max-width: 80%;
  }
  ul.borderBottomList > li{
    margin-bottom: 10px;
    padding-bottom: 10px;
    max-width: 80%;
  }

  .timelineItem {
    display: block;
    height: 261px;
    overflow: hidden;
    border: 1px solid #000;
    margin: 25px 0 0 0;
    padding: 0;
    min-width: 343px;
    max-width: 720px;
  }
  .timelineItem > .source {
    width: 94%;
    border-bottom: 1px solid #000;
    margin: 0;
    padding: 5px 3% 5px 3%;
    display: block;
  }
  .timelineItem > .source.icon-facebook::before{
    content: "\e607";
  }
  .timelineItem > .source.icon-googlePlus::before{
    content: "\e608";
  }
  .timelineItem > .source.icon-flickr::before{
    content: "\e610";
  }
  .timelineItem > .source.icon-blog::before{
    content: "\e614";
  }
  .timelineItem > .source.icon-calendar::before{
    content: "\e613";
  }
  .timelineItem > .source.icon-youtube::before{
    content: "\e60f";
  }
  .timelineItem > .source.icon-guestbook::before{
    content: "\e60e";
  }
  .timelineItem > .source.icon-trustyou::before{
    content: "\e60e";
  }
  .timelineItem > .source[class^='icon-']::before,
  .timelineItem > .source[class*=' icon-']::before {
    font: 400 normal 22px 'icomoon';
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 6px;
    float: left;
  }
  .timelineItem > .source > h2 {
    font: 300 normal 19px 'Montserrat', Arial, sans-serif;
    margin-bottom: 0;
  }
  .timelineItem > .source.icon-trustyou > h2 {
    font: 300 normal 17px 'Montserrat', Arial, sans-serif;
    padding: 0;
    margin-top: -3px;
  }
  .timelineItem > .source.icon-trustyou > .byline {
    font: 900 normal 8px 'Montserrat', Arial, sans-serif;
    padding: 0 0 0 29px;
    margin: -4px 0 0 0;
    text-transform: uppercase;
  }
}
.timelineItem .timelineImage{
  width: 308px;
  float: left;
  padding: 3%;
  margin: 0;
  display: block;
}
.timelineItem.facebook .timelineImage{
  width: auto;
  padding: 0 3% 0 0;
  margin: 0;
}
.timelineItem .timelineImage > img{
  margin-top: 5px;
}
.timelineItem.facebook .timelineImage > img{
  max-height: 85px;
  width: auto;
}
.timelineItem .text{
  width: 320px;
  height: 179px;
  overflow: hidden;
  float: right;
  padding: 3% 3% 0 3%;
  margin: 0;
  display: block;
}
.timelineItem .text.wide{
  width: 718px;
  width: 94%;
}
.timelineItem .text > .fadeOut {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 115px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,ffffff+73,ffffff+100&0.01+0,1+73,1+100 */
  background: -moz-linear-gradient(top, rgba(30,87,153,0.01) 0%, rgba(255,255,255,1) 73%, rgba(255,255,255,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,0.01)), color-stop(73%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(30,87,153,0.01) 0%,rgba(255,255,255,1) 73%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(30,87,153,0.01) 0%,rgba(255,255,255,1) 73%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(30,87,153,0.01) 0%,rgba(255,255,255,1) 73%,rgba(255,255,255,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(30,87,153,0.01) 0%,rgba(255,255,255,1) 73%,rgba(255,255,255,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#031e5799', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.timelineItem a,
.timelineItem a:hover,
.timelineItem a:focus,
.timelineItem a:active{
  text-decoration: underline;
  color: #000;
}

.timelineItem .timelineLink{
  font: 300 normal 18px 'Montserrat', Arial, sans-serif;
  margin: 0px;
  padding: 0px;
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 3%;
}

#timeSliderWrapper {
  height: 34px;
  text-align: center;
  padding: 0 40px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 50px;
  margin-top: -50px;
}

#timeSliderWrapper #minPosition,
#timeSliderWrapper #maxPosition,
#timeSliderWrapper #currentPosition {
  display: none;
}

#timeSliderWrapper .paginate{
  position: relative;
}

#timeSliderWrapper .paginate.prev{
  float: left;
  margin: 7px 0 0 -40px;
}

#timeSliderWrapper .paginate.next{
  float: right;
  margin: 7px -40px 0 0;
}

#timeSliderWrapper .paginate.inactive{
  display: none;
}

#timeSliderWrapper  .timeslider {
  width: 1000px;
  height: 32px;
  overflow: hidden;
  cursor: pointer;
  margin-left: -500px;
  left: 50%;
  position: absolute;
}

#timeSliderWrapper  .timeslider .slidingContent {
  display: block;
  height: 32px;
  float: left;
  overflow: hidden;
}
#timeSliderWrapper  .timeslider .weekLink {
  height: 32px;
  overflow: hidden;
  color: #000;
  background-color: #fff;
  width: 200px;
  display: inline-block;
  text-align: center;
  float: right;
}
#timeSliderWrapper  .timeslider .weekLink p {
  font: 300 normal 14px 'Montserrat', Arial, sans-serif;
  margin: 8px 0;
}
#timeSliderWrapper  .timeslider .weekLink.activeDateRange p {
  font: 600 normal 14px 'Montserrat', Arial, sans-serif;
}

.weekTab{
  display: none;
}


@media screen and (max-width: 1215px) {
  .weekTab .socialMediaItems,
  .weekTab .trustYouItems {
    min-width: 750px;
    float: none;
  }
  .weekTab .socialMediaItems .timelineItem {
    width: 720px;
    float: left;
  }
  .weekTab .trustYouItems .timelineItem {
    width: 345px;
    float: left;
    margin-right: 28px;
  }

  .timelineItem .text{
    width: 320px;
  }
}

@media screen and (max-width: 1100px) {
  #timeSliderWrapper {
    margin-top: -25px;
  }
  #currentWeekLink {
    margin-top: 25px;
  }
}

@media screen and (max-width: 1090px) {
  #timeSliderWrapper  .timeslider {
    width: 800px;
    margin-left: -400px;
  }
}

@media screen and (max-width: 880px) {
  #timeSliderWrapper  .timeslider {
    width: 600px;
    margin-left: -300px;
  }
}

@media screen and (max-width: 790px) {
  #timeSliderWrapper {
    margin-bottom: 75px;
  }

  .weekTab .socialMediaItems,
  .weekTab .trustYouItems {
    min-width: 350px;
    float: none;
  }
  .weekTab .socialMediaItems .timelineItem {
    width: 345px;
    height: auto;
    float: none;
  }
  .weekTab .trustYouItems .timelineItem {
    width: 345px;
    float: none;
    margin-right: 0;
  }
  .timelineItem .text {
    margin-bottom: 3%;
    padding-top: 0;
  }
}

@media screen and (max-width: 680px) {
  #timeSliderWrapper  .timeslider {
    width: 400px;
    margin-left: -200px;
  }
}

@media screen and (max-width: 480px) {
  #timeSliderWrapper  .timeslider {
    width: 200px;
    margin-left: -100px;
  }
}
/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;left:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icons .ui-button-text{padding-left:2.1em;padding-right:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon,.ui-button-icons-only .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{left:50%;margin-left:-8px}.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary,.ui-button-icons-only .ui-button-icon-primary{left:.5em}.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary,.ui-button-icons-only .ui-button-icon-secondary{right:.5em}.ui-buttonset{margin-right:7px}.ui-buttonset .ui-button{margin-left:0;margin-right:-.3em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;right:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:none}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px 1em 3px .4em;cursor:pointer;min-height:0;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{right:0.5em;left:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:left;padding:0.4em 2.1em 0.4em 1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-right:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;left:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url("/portal/assets/images/jquery/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url("/portal/assets/images/jquery/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;color:#222;font-weight:bold}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url("/portal/assets/images/jquery/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;font-weight:normal;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #999;background:#dadada url("/portal/assets/images/jquery/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;font-weight:normal;color:#212121}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url("/portal/assets/images/jquery/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;font-weight:normal;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url("/portal/assets/images/jquery/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url("/portal/assets/images/jquery/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("/portal/assets/images/jquery/ui-icons_222222_256x240.png")}.ui-widget-header .ui-icon{background-image:url("/portal/assets/images/jquery/ui-icons_222222_256x240.png")}.ui-state-default .ui-icon{background-image:url("/portal/assets/images/jquery/ui-icons_888888_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url("/portal/assets/images/jquery/ui-icons_454545_256x240.png")}.ui-state-active .ui-icon{background-image:url("/portal/assets/images/jquery/ui-icons_454545_256x240.png")}.ui-state-highlight .ui-icon{background-image:url("/portal/assets/images/jquery/ui-icons_2e83ff_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("/portal/assets/images/jquery/ui-icons_cd0a0a_256x240.png")}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:4px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:4px}.ui-widget-overlay{background:#aaa url("/portal/assets/images/jquery/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px 0 0 -8px;padding:8px;background:#aaa url("/portal/assets/images/jquery/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 *
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 *
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1104;
  display: none;
}

#fancybox-loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
  background-image: url('/portal/assets/images/lib/fancybox/fancybox.png');
}

#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
  display: none;
}

#fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  display: none;
}

#fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 1101;
  outline: none;
  display: none;
}

#fancybox-outer {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
}

#fancybox-content {
  width: 0;
  height: 0;
  padding: 0;
  outline: none;
  position: relative;
  overflow: hidden;
  z-index: 1102;
  border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1101;
}

#fancybox-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: transparent url('/portal/assets/images/lib/fancybox/fancybox.png') -40px 0px;
  cursor: pointer;
  z-index: 1103;
  display: none;
}

#fancybox-error {
  color: #444;
  font: normal 12px/20px Arial;
  padding: 14px;
  margin: 0;
}

#fancybox-img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  line-height: 0;
  vertical-align: top;
}

#fancybox-frame {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

#fancybox-left, #fancybox-right {
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: 35%;
  cursor: pointer;
  outline: none;
  background: transparent url('/portal/assets/images/lib/fancybox/blank.gif');
  z-index: 1102;
  display: none;
}

#fancybox-left {
  left: 0px;
}

#fancybox-right {
  right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 1102;
  display: block;
}

#fancybox-left-ico {
  background-image: url('/portal/assets/images/lib/fancybox/fancybox.png');
  background-position: -40px -30px;
}

#fancybox-right-ico {
  background-image: url('/portal/assets/images/lib/fancybox/fancybox.png');
  background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
  visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
  left: 20px;
}

#fancybox-right:hover span {
  left: auto;
  right: 20px;
}

.fancybox-bg {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  width: 20px;
  height: 20px;
  z-index: 1001;
}

#fancybox-bg-n {
  top: -20px;
  left: 0;
  width: 100%;
  background-image: url('/portal/assets/images/lib/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
  top: -20px;
  right: -20px;
  background-image: url('/portal/assets/images/lib/fancybox/fancybox.png');
  background-position: -40px -162px;
}

#fancybox-bg-e {
  top: 0;
  right: -20px;
  height: 100%;
  background-image: url('/portal/assets/images/lib/fancybox/fancybox-y.png');
  background-position: -20px 0px;
}

#fancybox-bg-se {
  bottom: -20px;
  right: -20px;
  background-image: url('/portal/assets/images/lib/fancybox/fancybox.png');
  background-position: -40px -182px;
}

#fancybox-bg-s {
  bottom: -20px;
  left: 0;
  width: 100%;
  background-image: url('/portal/assets/images/lib/fancybox/fancybox-x.png');
  background-position: 0px -20px;
}

#fancybox-bg-sw {
  bottom: -20px;
  left: -20px;
  background-image: url('/portal/assets/images/lib/fancybox/fancybox.png');
  background-position: -40px -142px;
}

#fancybox-bg-w {
  top: 0;
  left: -20px;
  height: 100%;
  background-image: url('/portal/assets/images/lib/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
  top: -20px;
  left: -20px;
  background-image: url('/portal/assets/images/lib/fancybox/fancybox.png');
  background-position: -40px -122px;
}

#fancybox-title {
  font-family: Helvetica;
  font-size: 12px;
  z-index: 1102;
}

.fancybox-title-inside {
  padding-bottom: 10px;
  text-align: center;
  color: #333;
  background: #fff;
  position: relative;
}

.fancybox-title-outside {
  padding-top: 10px;
  color: #fff;
}

.fancybox-title-over {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFF;
  text-align: left;
}

#fancybox-title-over {
  padding: 10px;
  background-image: url('/portal/assets/images/lib/fancybox/fancy_title_over.png');
  display: block;
  color: #fff;
}

.fancybox-title-float {
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 32px;
}

#fancybox-title-float-wrap {
  border: none;
  border-collapse: collapse;
  width: auto;
}

#fancybox-title-float-wrap td {
  border: none;
  white-space: nowrap;
}

#fancybox-title-float-left {
  padding: 0 0 0 15px;
  background: url('/portal/assets/images/lib/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
  color: #FFF;
  line-height: 29px;
  font-weight: bold;
  padding: 0 0 3px 0;
  background: url('/portal/assets/images/lib/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
  padding: 0 0 0 15px;
  background: url('/portal/assets/images/lib/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/portal/assets/images/lib/fancybox/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/portal/assets/images/lib/fancybox/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/portal/assets/images/lib/fancybox/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/portal/assets/images/lib/fancybox/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/portal/assets/images/lib/fancybox/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/portal/assets/images/lib/fancybox/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/portal/assets/images/lib/fancybox/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
  height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
  position: absolute; margin-top: 0;
  top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/portal/assets/images/lib/fancybox/fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/portal/assets/images/lib/fancybox/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/portal/assets/images/lib/fancybox/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/portal/assets/images/lib/fancybox/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/portal/assets/images/lib/fancybox/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/portal/assets/images/lib/fancybox/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/portal/assets/images/lib/fancybox/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/portal/assets/images/lib/fancybox/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/portal/assets/images/lib/fancybox/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
/** initial setup **/
.navWrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.navWrapper > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.navWrapper > .nano-content:focus {
  outline: thin dotted;
}
.navWrapper > .nano-content::-webkit-scrollbar {
  display: none;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}
.navWrapper > .nano-pane {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  width: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: .01;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.navWrapper > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  margin: 0 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.navWrapper:hover > .nano-pane,
.nano-pane.active,
.nano-pane.flashed {
  visibility: visible\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.99;
}
.navWrapper .nano-content {
  padding: 0px;
}
.navWrapper .nano-pane {
  background: #555;
  z-index: 10;
}
.navWrapper .nano-slider {
  background: #fff;
}
/*
    Created on : Nov 4, 2016, 6:25:29 PM
    Author     : Bastian Schwarz <schwarz@infomax-it.de>
*/

.oax .oax-list-container table {
  border: 0;
}

.oax .oax-list-container table td {
  border: 0;
  border-bottom: 1px solid #d9d9d9;
}

.oax .oax-snippetaction { text-decoration: none; }.tooltipster-fall,.tooltipster-grow.tooltipster-show{-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-base{display:flex;pointer-events:none;position:absolute}.tooltipster-box{flex:1 1 auto}.tooltipster-content{box-sizing:border-box;max-height:100%;max-width:100%;overflow:auto}.tooltipster-ruler{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;visibility:hidden}.tooltipster-fade{opacity:0;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;-ms-transition-property:opacity;transition-property:opacity}.tooltipster-fade.tooltipster-show{opacity:1}.tooltipster-grow{-webkit-transform:scale(0,0);-moz-transform:scale(0,0);-o-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0,0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-backface-visibility:hidden}.tooltipster-grow.tooltipster-show{-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-swing{opacity:0;-webkit-transform:rotateZ(4deg);-moz-transform:rotateZ(4deg);-o-transform:rotateZ(4deg);-ms-transform:rotateZ(4deg);transform:rotateZ(4deg);-webkit-transition-property:-webkit-transform,opacity;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform}.tooltipster-swing.tooltipster-show{opacity:1;-webkit-transform:rotateZ(0);-moz-transform:rotateZ(0);-o-transform:rotateZ(0);-ms-transform:rotateZ(0);transform:rotateZ(0);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,1);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-moz-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-ms-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-o-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);transition-timing-function:cubic-bezier(.23,.635,.495,2.4)}.tooltipster-fall{-webkit-transition-property:top;-moz-transition-property:top;-o-transition-property:top;-ms-transition-property:top;transition-property:top;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-fall.tooltipster-initial{top:0!important}.tooltipster-fall.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;top:0!important;opacity:0}.tooltipster-slide{-webkit-transition-property:left;-moz-transition-property:left;-o-transition-property:left;-ms-transition-property:left;transition-property:left;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-slide.tooltipster-initial{left:-40px!important}.tooltipster-slide.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;left:0!important;opacity:0}@keyframes tooltipster-fading{0%{opacity:0}100%{opacity:1}}.tooltipster-update-fade{animation:tooltipster-fading .4s}@keyframes tooltipster-rotating{25%{transform:rotate(-2deg)}75%{transform:rotate(2deg)}100%{transform:rotate(0)}}.tooltipster-update-rotate{animation:tooltipster-rotating .6s}@keyframes tooltipster-scaling{50%{transform:scale(1.1)}100%{transform:scale(1)}}.tooltipster-update-scale{animation:tooltipster-scaling .6s}.tooltipster-sidetip .tooltipster-box{background:#565656;border:2px solid #000;border-radius:4px}.tooltipster-sidetip.tooltipster-bottom .tooltipster-box{margin-top:8px}.tooltipster-sidetip.tooltipster-left .tooltipster-box{margin-right:8px}.tooltipster-sidetip.tooltipster-right .tooltipster-box{margin-left:8px}.tooltipster-sidetip.tooltipster-top .tooltipster-box{margin-bottom:8px}.tooltipster-sidetip .tooltipster-content{color:#fff;line-height:18px;padding:6px 14px}.tooltipster-sidetip .tooltipster-arrow{overflow:hidden;position:absolute}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{height:10px;margin-left:-10px;top:0;width:20px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow{height:20px;margin-top:-10px;right:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow{height:20px;margin-top:-10px;left:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{bottom:0;height:10px;margin-left:-10px;width:20px}.tooltipster-sidetip .tooltipster-arrow-background,.tooltipster-sidetip .tooltipster-arrow-border{height:0;position:absolute;width:0}.tooltipster-sidetip .tooltipster-arrow-background{border:10px solid transparent}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#565656;left:0;top:3px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{border-left-color:#565656;left:-3px;top:0}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{border-right-color:#565656;left:3px;top:0}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{border-top-color:#565656;left:0;top:-3px}.tooltipster-sidetip .tooltipster-arrow-border{border:10px solid transparent;left:0;top:0}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#000}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border{border-left-color:#000}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border{border-right-color:#000}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border{border-top-color:#000}.tooltipster-sidetip .tooltipster-arrow-uncropped{position:relative}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped{top:-10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped{left:-10px}/**
 * Hubertus
 *
 * LICENSE
 *
 * This software and its source code is protected by copyright law (Sec. 69a ff. UrhG).
 * It is not allowed to make any kinds of modifications, nor must it be copied,
 * or published without explicit permission. Misuse will lead to persecution.
 *
 * @copyright  2019 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @author     Andreas Rappel <andreas.rappel@cebesoft.com>
 * @since      26.08.2019
 * @version    $$Id$$
 */

@media screen {
  .tooltip {
    cursor: pointer;
  }

  .tooltips {
    display: none;
  }

  .tooltipContent {
    font: 300 normal 18px 'Montserrat', Arial, sans-serif;
    text-align: left;
  }
}

@media screen and (min-width: 601px) {
  .tooltipContent {
    max-width: 500px;
  }
}
