@charset "UTF-8";
/* moved by compressor */
/* default styles for extension "tx_frontend" */
    .ce-align-left { text-align: left; }
    .ce-align-center { text-align: center; }
    .ce-align-right { text-align: right; }

    .ce-table td, .ce-table th { vertical-align: top; }

    .ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div { overflow: hidden; }

    .ce-left .ce-gallery, .ce-column { float: left; }
    .ce-center .ce-outer { position: relative; float: right; right: 50%; }
    .ce-center .ce-inner { position: relative; float: right; right: -50%; }
    .ce-right .ce-gallery { float: right; }

    .ce-gallery figure { display: table; margin: 0; }
    .ce-gallery figcaption { display: table-caption; caption-side: bottom; }
    .ce-gallery img { display: block; }
    .ce-gallery iframe { border-width: 0; }
    .ce-border img,
    .ce-border iframe {
        border: 2px solid #000000;
        padding: 0px;
    }

    .ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
        margin-bottom: 10px;
    }
    .ce-image .ce-gallery { margin-bottom: 0; }
    .ce-intext.ce-right .ce-gallery { margin-left: 10px; }
    .ce-intext.ce-left .ce-gallery { margin-right: 10px; }
    .ce-below .ce-gallery { margin-top: 10px; }

    .ce-column { margin-right: 10px; }
    .ce-column:last-child { margin-right: 0; }

    .ce-row { margin-bottom: 10px; }
    .ce-row:last-child { margin-bottom: 0; }

    .ce-above .ce-bodytext { clear: both; }

    .ce-intext.ce-left ol, .ce-intext.ce-left ul { padding-left: 40px; overflow: auto; }

    /* Headline */
    .ce-headline-left { text-align: left; }
    .ce-headline-center { text-align: center; }
    .ce-headline-right { text-align: right; }

    /* Uploads */
    .ce-uploads { margin: 0; padding: 0; }
    .ce-uploads li { list-style: none outside none; margin: 1em 0; }
    .ce-uploads img { float: left; padding-right: 1em; vertical-align: top; }
    .ce-uploads span { display: block; }

    /* Table */
    .ce-table { width: 100%; max-width: 100%; }
    .ce-table th, .ce-table td { padding: 0.5em 0.75em; vertical-align: top; }
    .ce-table thead th { border-bottom: 2px solid #dadada; }
    .ce-table th, .ce-table td { border-top: 1px solid #dadada; }
    .ce-table-striped tbody tr:nth-of-type(odd) { background-color: rgba(0,0,0,.05); }
    .ce-table-bordered th, .ce-table-bordered td { border: 1px solid #dadada; }

    /* Space */
    .frame-space-before-extra-small { margin-top: 1em; }
    .frame-space-before-small { margin-top: 2em; }
    .frame-space-before-medium { margin-top: 3em; }
    .frame-space-before-large { margin-top: 4em; }
    .frame-space-before-extra-large { margin-top: 5em; }
    .frame-space-after-extra-small { margin-bottom: 1em; }
    .frame-space-after-small { margin-bottom: 2em; }
    .frame-space-after-medium { margin-bottom: 3em; }
    .frame-space-after-large { margin-bottom: 4em; }
    .frame-space-after-extra-large { margin-bottom: 5em; }

    /* Frame */
    .frame-ruler-before:before { content: ''; display: block; border-top: 1px solid rgba(0,0,0,0.25); margin-bottom: 2em; }
    .frame-ruler-after:after { content: ''; display: block; border-bottom: 1px solid rgba(0,0,0,0.25); margin-top: 2em; }
    .frame-indent { margin-left: 15%; margin-right: 15%; }
    .frame-indent-left { margin-left: 33%; }
    .frame-indent-right { margin-right: 33%; }

/*! lightgallery - v1.2.13 - 2016-01-05
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2016 Sachin N; Licensed Apache 2.0 */
@font-face {
  font-family: 'lg';
  src: url('../../../typo3conf/ext/chili_gallery/Resources/Public/css/fonts/lg.eot?n1z373');
  src: url('../../../typo3conf/ext/chili_gallery/Resources/Public/css/fonts/lg.eot?#iefixn1z373') format("embedded-opentype"), url('../../../typo3conf/ext/chili_gallery/Resources/Public/css/fonts/lg.woff?n1z373') format("woff"), url('../../../typo3conf/ext/chili_gallery/Resources/Public/css/fonts/lg.ttf?n1z373') format("truetype"), url('../../../typo3conf/ext/chili_gallery/Resources/Public/css/fonts/lg.svg?n1z373#lg') format("svg");
  font-weight: normal;
  font-style: normal;
}
.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

.lg-toolbar {
  z-index: 1080;
  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;
}
.lg-toolbar .lg-icon:hover {
  color: #FFF;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

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

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

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  -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;
  -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;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.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 ease 0s, opacity 250ms !important;
  -moz-transition: -moz-transform 250ms ease 0s, opacity 250ms !important;
  -o-transition: -o-transform 250ms ease 0s, opacity 250ms !important;
  transition: transform 250ms ease 0s, opacity 250ms !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

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

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url('../../../typo3conf/ext/chili_gallery/Resources/Public/img/vimeo-play.png') no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url('../../../typo3conf/ext/chili_gallery/Resources/Public/img/vimeo-play.png') no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url('../../../typo3conf/ext/chili_gallery/Resources/Public/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('../../../typo3conf/ext/chili_gallery/Resources/Public/img/youtube-play.png') no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url('../../../typo3conf/ext/chili_gallery/Resources/Public/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-palying .lg-object, .lg-outer .lg-has-video.lg-video-palying .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-palying .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1080;
  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: -webkit-transform 0.3s ease 0s;
  -moz-transition: -moz-transform 0.3s ease 0s;
  -o-transition: -o-transform 0.3s ease 0s;
  transition: transform 0.3s ease 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 ease 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s ease 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s ease 0s, opacity 0.15s !important;
  transition: transform 0.3s ease 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-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";
}

.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;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url('../../../typo3conf/ext/chili_gallery/Resources/Public/img/loading.gif') no-repeat scroll center center transparent;
  display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 5px;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html {
  display: none;
}
.lg-outer.lg-hide-download #lg-download {
  display: none;
}

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

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

/*# sourceMappingURL=lightgallery.css.map */
.tx-chili-gallery > h3{
	display:none;
}

.ajax-loader {
    background-color: #fff;
    margin: 2em auto;
    height: 30px;
    background-image: url('../../../typo3conf/ext/chili_gallery/Resources/Public/img/loading.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
 }
 
 
 .caption {
	 display:none;
 }

.grid-sizer{display:none;}
.grid-sizer,
.grid-item{
	width: 33.3333333% !important;
    box-sizing: border-box;
    float: left;
    border: 1px solid #eee;
    margin: 0;
    overflow:hidden;
}

.grid-item a{
	display:block;
}

.grid-item img {
	transition:all 0.2s ease;
	width: 100% !important;
    height: auto !important;
	display: block;
}


.grid-item:hover img{
	transform:scale(1.1);
}



@media (max-width: 768px) {
  .grid-sizer, .grid-item {
      width: 50% !important;
  }
}

@media (max-width: 420px) {
  .grid-sizer, .grid-item {
      width: 100% !important;
  }
}
::-moz-selection,
::-webkit-selection,
::selection {
  background: #006600;
  color: white;
}
input[type=submit],
input[type=reset],
.button {
  background: #aaa;
  border: 0 none;
  border-radius: 5px 5px 5px 5px;
  color: #FFFFFF;
  cursor: pointer;
  font-family: Arial;
  height: auto;
  margin: 0;
  outline: 0 none;
  padding: 2px 6px;
  width: auto;
}
input[type=submit]:hover,
input[type=reset]:hover,
.button:hover {
  color: #B3CE00;
  background: #888;
}
.unsichtbar,
.invisible,
.navposition,
#content-hidden,
.menu dfn {
  position: absolute;
  left: -1000px;
  top: -1000px;
  width: 0;
  height: 0;
  overflow: hidden;
  display: inline;
}
.clear,
.clearer {
  clear: both;
}
div,
form {
  margin: 0;
  padding: 0;
}
p,
ul,
ol,
blockquote {
  display: block;
  padding: 0;
  margin: 1em 0;
}
.important {
  background-color: #CCCCCC;
  display: block;
  color: #333333;
  border-left: 3px solid #B3CE00;
  padding: 5px 0px 5px 10px;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.align-justify {
  text-align: justify;
}
h1 {
  font-family: Arial, sans-serif;
  text-decoration: none;
  margin: 0.9em 0 0 0;
  padding: 0 0 0 0;
}
h2 {
  font-family: Arial, sans-serif;
  font-size: 1.1em;
  font-weight: lighter;
  text-decoration: none;
  margin: 1em 0 0.4em 0.0em;
  padding: 0;
}
h3 {
  font-family: Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
  margin: 0.3em 0 0.0em 0;
  padding: 0;
}
h4 {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  margin: 1.0em 0 0.3em 0;
  padding: 0;
}
h5 {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  margin: 0.7em 0 0.5em 0;
  padding: 0;
}
h1 {
  font-size: 1.8em;
}
h2 {
  font-size: 1.6em;
}
h3 {
  font-size: 1.4em;
}
h4 {
  font-size: 1.2em;
}
h5 {
  font-size: 1.0em;
}
h6 {
  font-size: 1.0em;
}
strong,
b {
  font-weight: bold;
}
u {
  text-decoration: underline;
}
em,
i {
  font-style: italic;
}
img,
a img,
a:link img,
a:hover img {
  border: 0px none;
}
.input_nl {
  width: 12em;
  border: 1px solid #BEBEBE;
  height: 1.2em;
}
.nl_anmelde_button {
  height: 1.5em;
  margin-left: 5px;
  padding: 0;
  color: #ffffff;
  background-color: #555555;
  border: 1px solid #555555;
}
#nl_subscription h2 {
  font-size: 1.0em;
}
#content-main ul {
  margin-left: 1.5em;
}
#content-main ol {
  margin-left: 1.5em;
}
#content-main li {
  margin-bottom: 3px;
  padding-left: 5px;
}
#content-main .csc-textpic-imagewrap ul {
  margin: 0;
}
#content-main .csc-textpic-imagewrap ul li {
  padding: 0;
  margin: 0;
}
div.csc-textpic-center div.csc-textpic-imagewrap {
  margin: auto;
}
#content-main .csc-textpic-right .csc-textpic-imagewrap {
  margin: 2px 0px 0px 7px;
}
#content-main .csc-textpic-intext-left-nowrap h1,
#content-main .csc-textpic-intext-right-nowrap h1 {
  padding-top: 0px;
}
#footer p {
  margin: 0;
}
#content-main .cBlock {
  clear: both;
  display: block;
  margin: 0px;
  padding: 0px;
}
#container-nobreak {
  display: inline;
  clear: both;
  float: left;
  overflow: hidden;
}
DIV.csc-textpic DIV.csc-textpic-single-image IMG {
  margin-bottom: 0;
}
/*************** NAVIGATION begin ************************/
#nav-bread {
  padding: 12px 0;
  color: #A3A3A3;
}
#nav-bread a {
  text-decoration: none;
}
#nav-base {
  padding: 0;
  margin: 0;
}
#nav-base ul {
  margin: 0;
}
#nav-base ul li.first {
  border-left: none;
  padding-left: 0;
}
#nav-base ul li {
  display: inline;
  padding: 0px 8px 0px 8px;
  border-left: 1px dotted #A3A3A3;
}
#nav-base a {
  text-decoration: none;
  color: #A3A3A3;
}
#nav-base a:hover {
  color: #b3ce00;
}
/*************** NAVIGATION end ************************/
/*************** TEMPLATE START begin ************************/
#tmpl-start #content-main div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
  margin: 5px 0px 0px 0px;
}
/*************** TEMPLATE START end ************************/
/*************** TEMPLATE POPUP begin ************************/
#tmpl-popup #content-main .csc-textpic-text {
  overflow: hidden;
  float: left;
  padding: 0px 0px 0px 0px;
}
/*************** TEMPLATE POPUP end ************************/
/*************** TEMPLATE FOLGE begin ************************/
#tmpl-folge #content-main .csc-textpic-center div.csc-textpic-imagewrap {
  margin-bottom: 0px;
}
#tmpl-folge #content-main .csc-textpic-text {
  display: inline;
}
#tmpl-folge p.csc-subheader {
  margin: 0px 0px 0px 0px;
  padding: 1px 0px 2px 0px;
  font-weight: bold;
  font-size: 1.1em;
}
#tmpl-folge #content-main .csc-textpicHeader {
  display: inline;
}
#tmpl-folge #content-main .csc-textpic-above {
  margin-top: 10px;
}
#tmpl-folge #content-main div.csc-textpic-above div.csc-textpic-imagewrap .csc-textpic-image {
  margin-bottom: 10px;
}
#tmpl-folge #content-main .csc-frame-invisible dl.csc-textpic-image {
  padding: 0px 0px 0px 0px;
  background-color: #cccccc;
}
#tmpl-folge #content-main dd.csc-textpic-caption {
  padding: 4px 2px 3px 15px;
  background-color: #CCCCCC;
  color: white;
}
#tmpl-folge .csc-header {
  clear: both;
}
#tmpl-folge #content-main td.align-center {
  text-align: center;
}
/*************** TEMPLATE FOLGE end ************************/
#sound1 {
  z-index: -1 !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-loading .slick-list {
  background: #ffffff url("/fileadmin/templates/css/slider/slick/ajax-loader.gif") center center no-repeat;
}
.slick-list.dragging {
  cursor: pointer;
}
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
/* Icons */
@font-face {
  font-family: "slick";
  src: url("/fileadmin/templates/css/fonts/slick.eot");
  src: url("/fileadmin/templates/css/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/fileadmin/templates/css/fonts/slick.woff") format("woff"), url("/fileadmin/templates/css/fonts/slick.ttf") format("truetype"), url("/fileadmin/templates/css/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -20px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 25px;
  line-height: 1;
  color: #000;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dots {
  position: absolute;
  bottom: 0;
  z-index: 10;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
.slick-dots li:before {
  display: none;
}
/*# sourceMappingURL=slick.css.map */
/* oswald-200 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 200;
  src: url('/fileadmin/templates/css/fonts/oswald-v23-latin-200.eot');
  src: local(''), url('/fileadmin/templates/css/fonts/oswald-v23-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fileadmin/templates/css/fonts/oswald-v23-latin-200.woff2') format('woff2'), /* Super Modern Browsers */ url('/fileadmin/templates/css/fonts/oswald-v23-latin-200.woff') format('woff'), /* Modern Browsers */ url('/fileadmin/templates/css/fonts/oswald-v23-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fileadmin/templates/css/fonts/oswald-v23-latin-200.svg#Oswald') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* oswald-300 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: url('/fileadmin/templates/css/fonts/oswald-v23-latin-300.eot');
  src: local(''), url('/fileadmin/templates/css/fonts/oswald-v23-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fileadmin/templates/css/fonts/oswald-v23-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('/fileadmin/templates/css/fonts/oswald-v23-latin-300.woff') format('woff'), /* Modern Browsers */ url('/fileadmin/templates/css/fonts/oswald-v23-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fileadmin/templates/css/fonts/oswald-v23-latin-300.svg#Oswald') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* oswald-regular - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('/fileadmin/templates/css/fonts/oswald-v23-latin-regular.eot');
  src: local(''), url('/fileadmin/templates/css/fonts/oswald-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fileadmin/templates/css/fonts/oswald-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('/fileadmin/templates/css/fonts/oswald-v23-latin-regular.woff') format('woff'), /* Modern Browsers */ url('/fileadmin/templates/css/fonts/oswald-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fileadmin/templates/css/fonts/oswald-v23-latin-regular.svg#Oswald') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* oswald-600 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  src: url('/fileadmin/templates/css/fonts/oswald-v23-latin-600.eot');
  src: local(''), url('/fileadmin/templates/css/fonts/oswald-v23-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fileadmin/templates/css/fonts/oswald-v23-latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('/fileadmin/templates/css/fonts/oswald-v23-latin-600.woff') format('woff'), /* Modern Browsers */ url('/fileadmin/templates/css/fonts/oswald-v23-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fileadmin/templates/css/fonts/oswald-v23-latin-600.svg#Oswald') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* oswald-500 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  src: url('/fileadmin/templates/css/fonts/oswald-v23-latin-500.eot');
  src: local(''), url('/fileadmin/templates/css/fonts/oswald-v23-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fileadmin/templates/css/fonts/oswald-v23-latin-500.woff2') format('woff2'), /* Super Modern Browsers */ url('/fileadmin/templates/css/fonts/oswald-v23-latin-500.woff') format('woff'), /* Modern Browsers */ url('/fileadmin/templates/css/fonts/oswald-v23-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fileadmin/templates/css/fonts/oswald-v23-latin-500.svg#Oswald') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* oswald-700 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: url('/fileadmin/templates/css/fonts/oswald-v23-latin-700.eot');
  src: local(''), url('/fileadmin/templates/css/fonts/oswald-v23-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fileadmin/templates/css/fonts/oswald-v23-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('/fileadmin/templates/css/fonts/oswald-v23-latin-700.woff') format('woff'), /* Modern Browsers */ url('/fileadmin/templates/css/fonts/oswald-v23-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fileadmin/templates/css/fonts/oswald-v23-latin-700.svg#Oswald') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
.clear,
.clearer {
  clear: both;
}
.frame-type-image {
  display: inline-block;
}
.default {
  margin-bottom: 1rem;
}
.ce-center .ce-outer {
  float: none;
  right: auto;
}
.ce-center .ce-inner {
  float: none;
  right: auto;
}
.ce-column {
  float: none;
}
figure {
  display: inline-block;
  width: 100%;
  margin: 0;
}
.col2,
.col3,
.col4,
.col5 {
  width: 100%;
}
.col2 .col1,
.col2 .col2 {
  float: left;
  width: 49%;
  padding-right: 2%;
}
.col2 .col2 {
  padding: 0;
}
.col-3 .col1,
.col-3 .col2,
.col-3 .col3 {
  float: left;
  width: 32.00013333%;
  padding-right: 2%;
}
.col-3 .col3 {
  padding: 0;
}
.col-4 .col1,
.col-4 .col2,
.col-4 .col3,
.col-4 .col4 {
  float: left;
  width: 23.5%;
  padding-right: 2%;
}
.col-4 .col4 {
  padding: 0;
}
.col-5 .col1,
.col-5 .col2,
.col-5 .col3,
.col-5 .col4,
.col-5 .col5 {
  float: left;
  width: 18.4%;
  padding-right: 2%;
}
.col-5 .col5 {
  padding: 0;
}
.col2-5050 {
  width: 100%;
}
.col2-5050 .col-1,
.col2-5050 .col-2 {
  width: 48%;
  float: left;
}
.col2-5050 .col-2 {
  margin-left: 4%;
}
.col2-3366 {
  display: flex;
  width: 100%;
}
.col2-3366 .col-1 {
  width: 35%;
  float: left;
}
.col2-3366 .col-2 {
  width: 62%;
  margin-left: 3%;
  float: left;
}
.divider hr {
  width: 100%;
  float: left;
  border: 0;
  height: 1px;
  color: #ddd;
  background-color: #ddd;
}
.openmarker {
  display: inline-block;
}
.hiddenmarker {
  clear: both;
}
.closed {
  background-image: url('../../../typo3temp/assets/images/plus.png');
}
.opened {
  background-image: url('../../../typo3temp/assets/images/minus.png');
}
.klapper-icon,
.klapper-headline {
  float: left;
  cursor: pointer;
}
.klapper-icon {
  padding-left: 5px;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
}
.hidden {
  display: none;
}
.detail,
th {
  color: #0599bf;
}
.contenttable tr td:first-child {
  color: #0599bf;
}
#header table {
  margin: 0 0 1em 0;
}
table {
  padding: 0;
  margin: 1em 0;
}
table.contenttable {
  padding: 0px 0px 0px 0px;
  border-collapse: collapse;
}
table.contenttable th {
  font-size: 1.2em;
}
table.contenttable td,
table.contenttable th {
  padding: 4px 10px 4px 10px;
  margin: 0px;
  vertical-align: top;
}
table.contenttable th p,
table.contenttable td p {
  float: left;
  padding: 0px;
  margin: 0px;
}
h1 {
  font-size: 2em;
  line-height: 1.4;
  font-family: Oswald, Arial, sans-serif;
  margin-top: 0;
}
#tmpl-start h1,
#content-description h1 {
  font-size: 1.3em;
}
h2 {
  font-size: 1.2em;
  line-height: 1.3;
  font-family: Oswald, Arial, sans-serif;
  margin: 0 0 5px 0;
}
#tmpl-folge #content-main h2 {
  font-size: 1.3em;
  line-height: 1.4;
  font-weight: 100;
  font-family: Oswald, Arial, sans-serif;
  margin: 10px 0 5px 0;
}
#tmpl-folge #content-main h2.csc-firstHeader,
#tmpl-folge #content-main .article h2 {
  margin-top: 0;
}
#tmpl-folge #content-main h1 {
  margin: 20px 0 5px 0;
}
#tmpl-folge #content-main h1.csc-firstHeader,
#tmpl-folge #content-main .article h1 {
  margin-top: 0;
}
p {
  font-size: 1em;
  font-family: Tahoma, Arial, sans-serif;
}
a,
a:visited {
  color: #000000;
  text-decoration: none;
  font-weight: normal;
}
a:hover {
  color: #e9890d;
  text-decoration: none;
  font-weight: normal;
}
#content-main ul li {
  color: #000000;
  line-height: 2em;
  list-style: disc;
  display: list-item;
}
.news .page-navigation ul li {
  line-height: 1em !important;
  list-style: none !important;
}
.news .page-navigation ul li .curent {
  font-size: 1.2em;
}
.text-right {
  text-align: right;
}
#content-main a,
.news-list-morelink a {
  text-decoration: underline;
}
#content-main .article-latest h2 a,
#content-main .eventGallery h2 a {
  text-decoration: none;
}
.toplink {
  background: url('../../../typo3temp/assets/images/toplink.png') no-repeat scroll center center transparent;
  bottom: 0px;
  cursor: pointer;
  display: none;
  height: 65px;
  overflow: hidden;
  position: absolute;
  right: 10px;
  text-indent: -99999px;
  width: 65px;
  z-index: 9999;
  bottom: 30px;
}
.toplink {
  margin-right: -500px;
  right: 50% !important;
}
html {
  color: #000;
  font-size: 12px;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}
body {
  padding: 0;
  margin: 0;
  font-family: Tahoma, Oswald, Arial, sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 1.4;
}
img.audio {
  width: 20px !important;
  height: 20px;
}
#tmpl-start {
  margin: 0 auto;
}
#tmpl-folge {
  margin: 0 auto;
  width: 980px;
  padding-bottom: 75px;
}
#background {
  width: 100%;
  overflow: hidden;
  position: fixed;
}
#background img {
  min-width: 100%;
  height: 100vh;
}
#background DIV.csc-textpic-center .csc-textpic-center-outer {
  width: 100%;
  float: none;
}
#background DIV.csc-textpic-center .csc-textpic-center-inner {
  float: none;
}
#container {
  position: absolute;
  z-index: 100;
  right: 5%;
  width: 250px;
  background: url('/fileadmin/templates/images/bg_content_start.png');
  padding: 0px 15px 0px 15px;
  min-height: 100%;
}
#logo {
  margin: 25px 0 10px 0;
}
#logo img {
  width: 100%;
}
#header {
  margin: 25px 0 10px 0;
}
#header img,
#content-main img {
  width: 100%;
}
div.csc-textpic-imagecolumn,
TD.csc-textpic-imagecolumn .csc-textpic-image {
  margin-right: 0;
}
#content-left {
  float: left;
  width: 72%;
  margin-right: 2%;
}
#content-right {
  float: right;
  width: 25%;
}
#content-main p {
  margin-bottom: 15px;
}
#content-main h1,
#content-main .headline-textklapper {
  margin-bottom: 10px;
  font-weight: bold;
}
#content-main h4 {
  margin-bottom: 10px;
}
#nav-main {
  padding: 20px 0;
  font-size: 1.2em;
  font-family: Oswald, Arial, sans-serif;
}
#nav-main ul {
  list-style: none;
  margin: 0;
}
#nav-main ul li {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 4px 4px 4px 0;
  line-height: 17px;
}
#nav-main ul li a {
  font-size: 1.2em;
  color: #fff !important;
  padding: 5px 15px 5px 5px;
  display: inline-block;
  background: url('/fileadmin/templates/images/bg_nav_li.png') no-repeat right 11px #000000;
  transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  /* Firefox 4 */
  -webkit-transition: all 0.2s linear 0s;
  /* Safari and Chrome */
}
#nav-main ul li a:hover,
#nav-main ul li a.active {
  color: #e9890d !important;
}
#nav-sub {
  padding: 0 0 20px 0;
  font-size: 1em;
  font-family: Oswald, Arial, sans-serif;
}
ul {
  list-style: none;
  margin: 0;
}
ul li {
  display: inline-block;
  color: #fff;
  padding: 0 4px 0 0;
  line-height: 12px;
}
ul li a {
  color: #000;
  padding: 5px 15px 5px 5px;
  display: inline-block;
  background: url('/fileadmin/templates/images/bg_nav_li_Sub.png') no-repeat right 6px;
  font-size: 1.2em;
}
ul li a:hover {
  color: #0599BF;
}
ul li a.active {
  color: #0599BF;
}
ul li.last a {
  background: none;
}
.nav-toggler,
.nav-toggler:hover {
  background: url('../../../typo3temp/assets/images/menusprite.png') no-repeat scroll right 3px #000000;
  border-radius: 5px 5px 5px 5px;
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  font-size: 15px;
  padding: 10px 30px 5px 10px;
  position: absolute;
  right: 20px;
  text-decoration: none;
  text-transform: uppercase;
  top: -5px;
  z-index: 9999;
}
.nav-toggler.active {
  background-position: right -27px;
  color: #f3b907;
  text-decoration: none;
}
#tmpl-folge #c729 .col2-3366 {
  border-bottom: solid 1px #ddd;
  float: left;
  padding-bottom: 0.5em;
}
#tmpl-folge .csc-textpic-intext-left .csc-textpic-imagewrap {
  float: left;
  margin: 0 20px 20px 0;
}
#tmpl-folge #content-two {
  background: #f3f3f3;
  display: flex;
}
#tmpl-folge #content-two .container {
  padding: 15px;
}
#content-main .cs-video-image img {
  width: 180px;
}
.slide-container {
  margin-bottom: 20px;
}
.slide-container .trigger {
  cursor: pointer;
  position: relative;
}
.slide-container .trigger h2 {
  font-size: 2em !important;
  font-weight: bold;
}
.slide-container .trigger:after {
  content: '» mehr';
  bottom: 0;
  left: 0;
  font-size: 1.1em;
  text-decoration: underline;
}
.slide-container .content {
  padding-top: 10px;
  display: none;
}
#footer-wrapper {
  position: fixed;
  bottom: 0;
  background: #000;
  width: 100%;
  z-index: 101;
  height: 65px;
}
#footer {
  color: #fff;
  float: right;
  margin-right: 5%;
  background: #000;
  width: 250px;
  padding: 5px 15px;
}
#footer p {
  font-family: Oswald,Arial,sans-serif;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #e9890d;
}
.inner {
  margin: 0 auto;
  width: 980px;
}
.inner #footer {
  margin: 0;
  width: 25%;
  padding: 5px 0;
}
#chili {
  position: fixed;
  bottom: 10px;
  left: 20px;
  z-index: 9999;
}
#chili a {
  display: block;
  margin-bottom: 5px;
}
.csc-textpic-center,
.csc-textpic-center div,
.csc-textpic-center div table,
.csc-textpic-center div table td,
.csc-textpic-center div table tr,
.csc-textpic-center div table caption {
  width: 100%;
}
.csc-textpic-imagewrap table {
  border-collapse: collapse;
  border-spacing: 0;
}
.csc-textpic-imagewrap table tr td {
  padding: 0;
}
.image-caption {
  margin: 0;
  padding: 0;
  background: #000;
  color: #fff;
  font-family: Oswald,Arial,sans-serif;
  font-size: 1.1em;
  line-height: 2.2em;
  text-align: left;
  caption-side: bottom;
  text-indent: 10px;
}
.tx-chili-gallery .grid-sizer,
.tx-chili-gallery .grid-item {
  width: 33.33%;
}
.tx-chili-gallery h3 {
  display: none;
}
#header div,
#header table {
  width: 100%;
}
#audio {
  position: relative;
  z-index: 4000;
}
#audio img.audio {
  width: 20px;
  height: 20px;
  position: absolute;
  cursor: pointer;
  right: 20px;
}
#tmpl-folge #audio img.audio {
  right: 0;
}
.eventGallery_item {
  width: 33% !important;
  margin: 0px !important;
}
.eventGallery_gallery .eventGallery_item {
  width: 33%;
}
.eventGallery_gallery .eventGallery_image img {
  width: 100%;
}
.tx-chilieventGallery-pi1 h2 {
  margin-bottom: 15px;
}
.eventGallery_list .eventGallery_item {
  width: 33%;
  float: left;
}
.eventGallery_list .gallery_description {
  width: 64%;
  float: right;
  padding-top: 0px;
}
.eventGallery_image {
  border: none !important;
}
.cs-video-latest .cs-video-image {
  float: left;
  margin: 0 20px 0 0;
}
.csc-textpic-image {
  margin-top: 2px;
}
/************ NEWS begin **************/
#tmpl-start .news-list-view .news-img-wrap,
#content-two .news-list-view .news-img-wrap {
  display: none;
}
#tmpl-start .news-list-view .footer,
#content-two .news-list-view .footer {
  border: none;
}
#tmpl-start .news-list-view a.more,
#content-two .news-list-view a.more {
  text-decoration: underline;
}
#content-main .news-list-view .header h3 {
  font-family: Oswald, Arial, sans-serif;
  line-height: 1.3;
  font-size: 1.4em;
  margin: 0 0 5px 0;
}
#content-main .news-list-view .header h3 a {
  text-decoration: none !important;
}
#content-main .news-list-view .footer {
  border: none !important;
}
#content-main .news-list-view .f3-widget-paginator {
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  align-content: center;
}
#content-main .news-list-view .f3-widget-paginator li {
  list-style: none;
  background: none;
  padding: 0.5rem;
}
#content-main .news-list-view .f3-widget-paginator li a {
  background: none;
  padding: 0;
}
#content-main .news-list-view .f3-widget-paginator:last-child {
  display: none;
}
.container-news-latest {
  background: url('../../../typo3temp/assets/images/news.png') no-repeat;
  padding: 76px 0 0 0px;
  position: relative;
}
a.news {
  position: absolute;
  width: 63px;
  height: 63px;
  top: 0;
  left: 0;
}
.news-latest-item h2 a {
  color: #000000;
  font-size: 1.2em;
}
.news-latest-item h2 a:hover {
  color: #e9890d;
}
.article {
  padding: 0px 0px 7px 0px;
  margin: 0;
  clear: both;
  width: 100%;
  border-bottom: solid 1px #f5f5f5;
}
.article .teaser-text p {
  margin: 0;
}
.article {
  padding: 7px 0px 7px 0px;
  margin: 0;
  clear: both;
  width: 100%;
  float: left;
}
.article .article-latest {
  width: 100%;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 15px;
  margin-top: 10px;
  float: left;
}
.article .article-latest p {
  margin-bottom: 10px !important;
}
.article .news-img-wrap {
  width: 120px;
  margin: 0 20px 0 0 !important;
  float: left;
}
.article .news-img-wrap a {
  padding: 0 !important;
  border: 0 !important;
}
.news-latest-item h3 {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1em;
  padding-left: 0px;
  margin: 0px 0px 0px 0px;
}
.news-latest-item h3 a {
  font-weight: normal;
  text-decoration: none;
}
.news-latest-item h3 a:hover {
  text-decoration: none;
  color: #B3CE00;
}
.news-latest-item .news-teaser-image {
  padding: 0;
  margin-right: 1.5em;
}
.news-latest-item-left {
  float: left;
  width: 20%;
}
.news-latest-item-right {
  float: left;
  width: 80%;
}
.more {
  float: right;
}
.article h1 {
  padding-top: 0px;
  margin: 10px 0px 0px 0px;
  font-size: 12px;
}
.article h1 a {
  text-decoration: none;
  font-weight: bold;
}
.article-right {
  float: left;
  width: 66%;
}
.article-left {
  float: left;
  width: 33%;
}
.article .news-teaser-image {
  padding: 0;
  margin-right: 20px;
}
.container-news-list h1 {
  padding: 0px;
  margin: 0px 0px 0px 0px;
}
.container-news-list h1 a {
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
.container-news-list h1 a:hover {
  text-decoration: none;
}
.news-single .teaser-text p {
  font-size: 1.1em;
  margin: 10px 0 5px 0;
  line-height: 1.3;
  font-family: 'Oswald', Arial, sans-serif;
  font-weight: lighter;
  text-decoration: none;
  color: #000;
}
.news-single-item h2 {
  font-size: 1.4em;
}
#tmpl-folge dl.news-single-files,
#tmpl-folge dl.news-single-links {
  padding: 10px 0px 10px 0px;
  margin: 0px 0px 0px 0px;
  clear: both;
}
#tmpl-folge dl.news-single-files dt,
#tmpl-folge dl.news-single-links dt {
  font-size: 1.1em;
  padding: 0px 0px 5px 0px;
  font-weight: bold;
}
#tmpl-folge dl.news-single-files dd {
  display: block;
}
#tmpl-folge dl.news-single-files dd a {
  margin: 0px 0px 5px 5px;
  padding-bottom: 2px;
}
#tmpl-folge dl.news-single-links dd p.bodytext {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
#tmpl-folge .news-single-item .autor p.bodytext,
#tmpl-folge .news-single-item .news-single-timedata {
  padding: 2px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
#tmpl-folge .news-single-item .news-teaser {
  font-weight: bold;
}
#tmpl-folge .news-single-image-custom {
  display: inline;
  float: left;
  margin: 0 12px 12px 0;
  border: 1px solid white;
}
.news-single-image {
  float: left;
  clear: both;
}
.news-single-img {
  width: 100%;
}
.singleimage {
  width: 32.666%;
  overflow: hidden;
  float: left;
  margin: 0 1% 1% 0;
}
.singleimage.last {
  margin: 0;
}
.news-single-backlink {
  margin: 10px 0 20px 0;
}
#content-main .singleimage p {
  padding: 0px 5px;
  width: auto !important;
  margin: 0;
  font-size: 0.9em;
  line-height: 20px;
  background: #f1f1f1;
}
#content-main p.news-single-date {
  float: left;
  margin: 0;
}
#tmpl-folge .article span.news-list-morelink {
  display: none;
}
#tmpl-folge .news-single-image-custom p {
  padding: 0px 2px;
  margin: 0px;
  background: #fff;
  line-height: 2;
}
.news-list-browse {
  clear: both;
  float: left;
}
.tx-ttnews-browsebox p,
.tx-ttnews-browsebox table {
  padding: 0px;
  margin: 0px;
}
.tx-ttnews-browsebox {
  padding: 20px 0px 0px 0px;
}
.tx-ttnews-browsebox td.tx-ttnews-browsebox-SCell a {
  text-decoration: none;
  font-weight: bold;
}
.news-list-date {
  display: none !important;
}
/************ NEWS end **************/
.csc-sitemap {
  margin: 10px;
}
.csc-textpic-imagerow table {
  margin: 0 0 2em 0;
}
.text-klapper {
  margin: 0 0 20px 0;
}
iframe {
  background: #fff !important;
  height: 500px;
  width: 500px;
  padding-top: 10px;
}
/* Contact form */
.tx-powermail h3 {
  display: none;
}
.tx-powermail label {
  margin-top: 1rem;
  margin-bottom: 0.2rem;
  display: block;
}
.tx-powermail fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.tx-powermail fieldset .powermail_legend {
  display: none;
}
.tx-powermail .powermail_field {
  overflow: hidden;
  display: flex;
}
.tx-powermail .powermail_submit {
  background-color: #e9890d;
  color: #fff;
  padding: 0.5rem 1rem;
}
input:focus,
textarea:focus {
  box-shadow: 0px 0px 5px 1px orange;
  border: 1px solid #333;
}
input,
textarea,
select,
.uneditable-input {
  font-family: "Oswald", Arial, sans-serif !important;
  font-size: 16px !important;
  color: black;
  padding-left: 10px;
  height: auto;
  line-height: auto;
  border: 1px solid #CCCCCC;
  display: inline-block;
  width: 100%;
}
textarea {
  margin-bottom: 10px !important;
}
.submit {
  background: #f3b907 !important;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f3b907 0%, #e9890d 100%) !important;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3b907), color-stop(100%, #e9890d)) !important;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f3b907 0%, #e9890d 100%) !important;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f3b907 0%, #e9890d 100%) !important;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f3b907 0%, #e9890d 100%) !important;
  /* IE10+ */
  background: linear-gradient(to bottom, #f3b907 0%, #e9890d 100%) !important;
  /* W3C */
  font-family: "Oswald", Arial, sans-serif !important;
  color: white;
  border: none;
  border-radius: 3px;
  padding: 8px 15px !important;
  box-shadow: none;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
}
.submit {
  text-align: center;
  margin-top: 15px;
}
.infotext {
  text-align: right;
  margin-top: 10px;
}
.button:hover {
  color: white;
  border: none;
}
.checkboxes label {
  max-width: 60%;
  cursor: pointer;
  padding-left: 50px;
  background: url('../../../typo3temp/assets/images/checkbox_unchecked.png') no-repeat top left;
}
.checkboxes label.checked {
  background: url('../../../typo3temp/assets/images/checkbox_checked.png') no-repeat top left;
}
.checkboxes .checkbox {
  visibility: hidden;
}
.dsgvo-hint:before {
  content: "i";
  display: inline-block;
  height: 20px;
  width: 20px;
  line-height: 20px;
  border-radius: 100%;
  background: #E9890D;
  font-family: arial;
  text-align: center;
  color: #fff;
  margin-right: 12px;
}
.menu {
  z-index: 5000;
}
#pid-120 #nav-sub,
#pid-155 #nav-sub,
#pid-156 #nav-sub,
#pid-157 #nav-sub,
#pid-158 #nav-sub,
#pid-159 #nav-sub {
  display: none !important;
}
@media (max-width: 767px) {
  .menu {
    z-index: 5000;
  }
}
@media (max-width: 480px) {
  #footer {
    width: auto;
    padding-right: 5%;
  }
  #nav-main {
    position: absolute;
    top: -20px;
    width: 100%;
    right: 0px;
    z-index: 6000;
  }
  #nav-main ul li a {
    padding: 10px 0px 10px 0px !important;
  }
  .eventGallery_image {
    margin: 0 0 10px 0;
  }
  iframe {
    width: 100%;
  }
  #audio {
    max-width: 95%;
    right: 15%;
  }
  #audio img {
    display: none;
  }
  #audio embed {
    float: right;
  }
  #tmpl-start #footer-wrapper {
    position: fixed;
  }
  #footer-wrapper {
    position: relative;
    width: 100%;
    font-size: 0.9em;
  }
  #footer {
    float: none;
    padding-right: 5%;
    padding-left: 5%;
    padding-top: 10px;
  }
  .inner #footer {
    padding: 0 5%;
    padding-top: 5px;
  }
  #chili {
    position: absolute;
    bottom: 0;
    right: 5%;
    left: auto;
  }
  .singleimage,
  #content-main .cs-video-image img {
    width: 100% !important;
    float: none;
    margin-bottom: 10px;
  }
  #content-main img {
    width: 100% !important;
    float: none;
  }
  DIV.csc-textpic-intext-left .csc-textpic-imagewrap {
    float: none;
  }
  DIV.csc-textpic-intext-left .csc-textpic-imagewrap,
  DIV.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
    margin-right: 0;
  }
  #content-main,
  #content-two,
  #content-description {
    font-size: 1.1em;
  }
}
@media (max-width: 767px) {
  #nav-main {
    display: none;
  }
  #nav-main ul li {
    display: block;
    text-align: center;
    padding: 0;
    border-bottom: 1px solid #666;
  }
  #nav-main ul li.last {
    border: none;
  }
  #nav-main ul li a {
    background-image: none;
    padding: 5px 0px;
    width: 100%;
  }
  #nav-main ul li a:hover {
    display: block;
    background: #fff;
    text-shadow: 1px 1px 0px #502f04;
  }
  .inner {
    width: auto;
  }
  .inner #footer {
    width: auto;
    padding-right: 5%;
  }
  #nav-sub {
    max-width: 95%;
    margin: 0 auto;
  }
  #nav-sub ul li {
    display: block;
    text-align: center;
    padding: 0;
    border-bottom: 1px dotted #aaa;
  }
  #nav-sub ul li.last {
    border: none;
  }
  #nav-sub ul li a {
    background-image: none;
    padding: 10px 0px;
    width: 100%;
  }
  #nav-sub ul li a:hover {
    display: block;
  }
  #tmpl-folge {
    width: auto;
  }
  #tmpl-folge #content-left {
    width: 100%;
    clear: both;
  }
  #tmpl-folge #content-right {
    width: 100%;
    clear: both;
  }
  #tmpl-folge #logo {
    width: 200px;
    margin-left: 2.5%;
  }
  #tmpl-folge #header img {
    width: 100%;
  }
  #tmpl-folge #content-main,
  #tmpl-folge #content-description {
    max-width: 95%;
    margin: 0 auto;
  }
  #tmpl-folge #content-two {
    width: 92%;
    margin: 0 auto;
    float: none;
    clear: both;
    margin-bottom: 50px;
  }
  #audio img.audio {
    left: 195px;
  }
  .eventGallery_item {
    width: 100% !important;
  }
  .eventGallery_list .eventGallery_item {
    width: 100%;
    float: none;
  }
  .eventGallery_list .gallery_description {
    width: 95%;
    float: none;
    padding-top: 8px;
  }
  .eventGallery_image {
    margin: 0 0 0 0;
  }
  #header {
    margin-left: 10px;
    margin-right: 10px;
  }
  .singleimage {
    width: 49%;
  }
  .singleimage.last {
    margin: 0;
  }
  .Tx-Formhandler .span3 {
    float: left;
    width: 25%;
  }
  .Tx-Formhandler .span9 {
    width: 73%;
    float: left;
  }
  .toplink {
    right: 20px !important;
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .nav-toggler {
    display: none;
  }
  #nav-main,
  #nav-sub {
    display: block !important;
  }
  #tmpl-folge,
  .inner {
    width: 730px;
  }
  #audio img.audio {
    right: 0;
  }
  .eventGallery_item {
    width: 50% !important;
  }
  .eventGallery_list .eventGallery_item {
    width: 50%;
    float: left;
  }
  .eventGallery_list .gallery_description {
    width: 48%;
    float: right;
    padding-top: 0px;
  }
  .toplink {
    right: 20px !important;
    margin-right: 0;
  }
  .inner #footer {
    width: 33%;
  }
}
@media (min-width: 980px) {
  .nav-toggler {
    display: none;
  }
  #nav-main,
  #nav-sub {
    display: block !important;
  }
  #tmpl-folge,
  .inner {
    width: 950px;
  }
}
#pid-18 #content-two {
  background: none;
}
.video-js-box {
  padding-bottom: 56.2%;
  height: 0;
  position: relative;
  width: 100%;
}
.video-js-box .video-js {
  width: 100% !important;
  height: 100% !important;
  position: absolute !important;
}
.video-js-box .vjs-loading-spinner {
  width: 55px !important;
  height: 55px !important;
}
.video-js-box .vjs-loading-spinner > div {
  width: 13px !important;
  height: 13px !important;
}
.video-js-box .vjs-controls {
  display: none;
}