/* Contao Open Source CMS, (c) 2005-2014 Leo Feyer, LGPL license */
body,form{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}@media(max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}#main .inside{min-height:1px}img{max-width:100%;height:auto}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width:auto}.ce_gallery ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery li{float:left}.ce_gallery li.col_first{clear:left}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{width:0;height:0;left:-1000px;top:-1000px;position:absolute;overflow:hidden;display:inline}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
/* ColorBox v1.4.31, (c) 2011 Jack Moore - jacklmoore.com, MIT license */
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#fff}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#fff;}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #1d217e;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{display:none;position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url("../../assets/jquery/colorbox/1.4.31/images/loading.gif") no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.4.31/images/controls.png") no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.4.31/images/controls.png") no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url("../../assets/jquery/colorbox/1.4.31/images/controls.png") no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu panels CSS
*/
.mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }

.mm-menu .mm-hidden {
  display: none; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu,
.mm-menu > .mm-panel {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0; }

.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }
  .mm-menu > .mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 20px;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0); }
    .mm-menu > .mm-panel.mm-opened {
      -webkit-transform: translate(0%, 0);
      -moz-transform: translate(0%, 0);
      -ms-transform: translate(0%, 0);
      -o-transform: translate(0%, 0);
      transform: translate(0%, 0); }
    .mm-menu > .mm-panel.mm-subopened {
      -webkit-transform: translate(-30%, 0);
      -moz-transform: translate(-30%, 0);
      -ms-transform: translate(-30%, 0);
      -o-transform: translate(-30%, 0);
      transform: translate(-30%, 0); }
    .mm-menu > .mm-panel.mm-highest {
      z-index: 1; }
  .mm-menu .mm-list {
    padding: 20px 0; }
  .mm-menu > .mm-list {
    padding-bottom: 0; }
    .mm-menu > .mm-list:after {
      content: '';
      display: block;
      height: 40px; }

.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px; }
  .mm-panel > .mm-list:first-child {
    padding-top: 0; }

.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-list {
  font: inherit;
  font-size: 14px; }
  .mm-list a,
  .mm-list a:hover {
    text-decoration: none; }
  .mm-list > li {
    position: relative; }
    .mm-list > li > a,
    .mm-list > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      line-height: 20px;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    width: auto;
    margin-left: 20px;
    position: relative;
    left: auto; }
  .mm-list a.mm-subopen {
    background: rgba(3, 2, 1, 0);
    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
    .mm-list a.mm-subopen:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .mm-list a.mm-subopen.mm-fullsubopen {
      width: 100%; }
      .mm-list a.mm-subopen.mm-fullsubopen:before {
        border-left: none; }
    .mm-list a.mm-subopen + a,
    .mm-list a.mm-subopen + span {
      padding-right: 5px;
      margin-right: 40px; }
  .mm-list > li.mm-selected > a.mm-subopen {
    background: transparent; }
  .mm-list > li.mm-selected > a.mm-fullsubopen + a,
  .mm-list > li.mm-selected > a.mm-fullsubopen + span {
    padding-right: 45px;
    margin-right: 0; }
  .mm-list a.mm-subclose {
    text-indent: 20px;
    padding-top: 30px;
    margin-top: -20px; }
  .mm-list > li.mm-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
    padding-right: 5px; }
  .mm-list > li.mm-spacer {
    padding-top: 40px; }
    .mm-list > li.mm-spacer.mm-label {
      padding-top: 25px; }
  .mm-list a.mm-subopen:after,
  .mm-list a.mm-subclose:before {
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%; }
  .mm-list a.mm-subopen:after {
    border-top: none;
    border-left: none;
    right: 18px; }
  .mm-list a.mm-subclose:before {
    border-right: none;
    border-bottom: none;
    margin-bottom: -15px;
    left: 22px; }

.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent; }
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block; }
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen {
  height: 40px; }
  .mm-menu.mm-vertical .mm-list > li > a.mm-subopen:after {
    top: 16px;
    bottom: auto; }
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }
.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen {
  height: 25px; }

html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu {
  background: #333333;
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.1); }
  .mm-menu .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.05); }
  .mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.05); }

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened {
  overflow: hidden;
  position: relative; }
  html.mm-opened body {
    overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }
.mm-menu.mm-current {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0); } }

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0; }

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0); } }
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important; }

.mm-menu.mm-front {
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }

html.mm-opened.mm-next .mm-page {
  box-shadow: none; }

.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }
  .mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0); }
.mm-menu.mm-front.mm-top {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%); }
.mm-menu.mm-front.mm-bottom {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%); }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.mm-menu.mm-front.mm-top, .mm-menu.mm-front.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px; }

/*
	jQuery.mmenu counters addon CSS
*/
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 40px;
  top: 50%; }
  em.mm-counter + a.mm-subopen {
    padding-left: 40px; }
    em.mm-counter + a.mm-subopen + a,
    em.mm-counter + a.mm-subopen + span {
      margin-right: 80px; }
  em.mm-counter + a.mm-fullsubopen {
    padding-left: 0; }

.mm-vertical em.mm-counter {
  top: 12px;
  margin-top: 0; }

.mm-nosubresults > em.mm-counter {
  display: none; }

.mm-menu em.mm-counter {
  color: rgba(255, 255, 255, 0.3); }

/*
	jQuery.mmenu themes extension CSS
*/
html.mm-opened.mm-light .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light {
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-light .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light .mm-list > li > a.mm-subclose {
    background: rgba(255, 255, 255, 0.6);
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-list > li > a.mm-subopen:after, .mm-menu.mm-light .mm-list > li > a.mm-subclose:before {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-light .mm-list > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-light .mm-list > li.mm-label {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-light .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.6);
  background: #f3f3f3; }
  .mm-menu.mm-light .mm-buttonbar > * {
    border-color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-light .mm-buttonbar > input:checked + label {
    background: rgba(0, 0, 0, 0.6);
    color: #f3f3f3; }

.mm-menu.mm-light label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-light em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-header .mm-prev:before,
  .mm-menu.mm-light .mm-header .mm-next:after,
  .mm-menu.mm-light .mm-header .mm-close:after {
    border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-light .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-light .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light label.mm-toggle:before {
    background: #f3f3f3; }
.mm-menu.mm-light input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

html.mm-opened.mm-white .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white {
  background: white;
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-white .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.06);
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-list > li > a.mm-subopen:after, .mm-menu.mm-white .mm-list > li > a.mm-subclose:before {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-white .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.06); }
  .mm-menu.mm-white .mm-list > li.mm-label {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-white .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.6);
  background: white; }
  .mm-menu.mm-white .mm-buttonbar > * {
    border-color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-white .mm-buttonbar > input:checked + label {
    background: rgba(0, 0, 0, 0.6);
    color: white; }

.mm-menu.mm-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-header .mm-prev:before,
  .mm-menu.mm-white .mm-header .mm-next:after,
  .mm-menu.mm-white .mm-header .mm-close:after {
    border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-white .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white label.mm-toggle:before {
    background: white; }
.mm-menu.mm-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

html.mm-opened.mm-black .mm-page {
  box-shadow: none; }

.mm-menu.mm-black {
  background: black;
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-black .mm-list > li:after {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black .mm-list > li > a.mm-subclose {
    background: rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-list > li > a.mm-subopen:after, .mm-menu.mm-black .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-list > li > a.mm-subopen:before {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-black .mm-list > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.25); }
  .mm-menu.mm-black .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.15); }
  .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.15); }

.mm-menu.mm-black .mm-buttonbar {
  border-color: rgba(255, 255, 255, 0.6);
  background: black; }
  .mm-menu.mm-black .mm-buttonbar > * {
    border-color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-black .mm-buttonbar > input:checked + label {
    background: rgba(255, 255, 255, 0.6);
    color: black; }

.mm-menu.mm-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-black em.mm-counter {
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-footer {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-header {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-header .mm-prev:before,
  .mm-menu.mm-black .mm-header .mm-next:after,
  .mm-menu.mm-black .mm-header .mm-close:after {
    border-color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.15); }

.mm-menu.mm-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }
.mm-menu.mm-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black label.mm-toggle:before {
    background: black; }
.mm-menu.mm-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

/* -- dk_mmenu theme 'lighter' -- */
.mm-menu.mm-light
{
	background: #ececec;
}
/* Style sheet main */
*{margin:0;padding:0}p{margin:1em 0px}p.error{font-size:.9em;color:#f00}.clear{clear:both}.green{color:#528830}a.pdf{display:inline-block;padding-left:20px;background:url("../../files/template/pdf.png") left center no-repeat;line-height:16px}a.external-link-new-window{padding-right:20px;background:url("../../files/template/link-external-blue.png") right center no-repeat}figure,img{margin:0;padding:0;line-height:100%;margin:0; padding0; border:none}strong{font-family:'Open Sans bold';font-weight:400}html,body{width:100%;height:100%;font:14px 'Open Sans',sans-serif;color:#303030}body a{font-weight:300}.dw-quickfind a{font-weight:bold}.backstretch{left:0;top:0}h1,h2,h3{margin-bottom:10px;font-family:'Open Sans bold';line-height:120%;color:#202378;font-weight:400}h1{margin:0;padding:0;font-size:20px}#main{min-height:330px;line-height:1.5em}body.w1200 #main{min-height:450px}#main h1{height:40px;min-width:300px;display:inline-block;margin-top:5px;margin-bottom:15px;margin-left:-30px;padding-top:5px;padding-right:20px;padding-left:20px;background:url("../../files/template/headine-big-blue.png") left top no-repeat;line-height:100%;color:#fff;text-shadow: 0px 0px 2px rgba(0, 0, 0, 1)}body.start #main h1{display:block;margin-top:0;margin-bottom:10px;margin-left:0;padding-right:0;padding-left:0;font-family:'Open Sans bold';color:#202378;height:auto; background-image:none; text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);font-weight:400}body.auflistung #main h1.ce_headline{max-width:50%;clear:both;display:block}body.auflistung #main .ce_text{clear:both;display:block;margin-bottom:35px}body.auflistung #main .image_container{background-image:none}body.auflistung #main .ce_text .image_container img{margin-top:-10px;margin-right:20px;padding:4px;background-color:#fff;border:5px solid #ebebeb;background-image:none}body.pauschalangebote #main h3,#main #rathaus-mitarbeiter h2,#main #gersfeld-a-z h2{float:none;clear:both;padding:4px 4px 4px 8px;background-color:#4c883d;color:#fff}body.pauschalangebote #main .ce_text{margin-bottom:40px}a{text-decoration:none;color:#202379}a:hover{text-decoration:underline;color:#202378}.mod_subscribe input.text,.mod_unsubscribe input.text{margin-top:0;margin-bottom:0;padding-top:2px;padding-bottom:2px;vertical-align:top}a.more-link,.layout_latest .link a,.mod_subscribe input.submit,.mod_unsubscribe input.submit{height:25px;display:inline-block;padding-right:20px;padding-left:10px;background:url("../../files/template/more-green.png") right center no-repeat;border:0px;font:12px/25px 'Open Sans bold';text-decoration:none;color:#fff;text-shadow: 0px 0px 2px rgba(0, 0, 0, 1); color:#fff!important}a.more-link:hover,.layout_latest .teaser a:hover,.layout_latest .link a:hover,.mod_subscribe input.submit:hover,.mod_unsubscribe input.submit:hover{background-image:url("../../files/template/more-blue.png");cursor:pointer}p.back{text-align:right}p.back a{display:inline-block;padding:3px 6px;background-color:#57881a;font-size:12px;font-weight:bold;color:#fff;text-shadow: 0px 0px 2px rgba(0, 0, 0, 1)}p.back a:hover,body.start #main .textbox-wichtig .teaser a:hover{background-color:#1d217e;background-image:none}#header{height:370px}body.w1200 #header{max-width:980px;margin:0 auto}#headermenu{width:100%;height:40px;left:0;top:0;position:absolute;background-color:#202379;-webkit-box-shadow:0 0 5px 0 #2b2b2b;box-shadow:0 0 5px 0 #2b2b2b;behavior:url("assets/css3pie/1.0.0/PIE.htc");z-index:10}#headermenu .inside{width:980px;margin:0px auto}#headermenu .logo{float:left;margin-left:-15px}#headermenu .disclaimer{float:left;margin-top:11px;font-size:12px;color:#fff}#headermenu .disclaimer a{margin-left:15px;text-decoration:none;color:#fff}#headermenu .search{float:left;margin-top:6px;margin-left:30px;padding:3px 10px 4px 6px;background-color:#484b95;border:0px;border-radius:4px;line-height:20px;behavior:url("assets/css3pie/1.0.0/PIE.htc");box-shadow:0 0 5px 0 rgba(0, 0, 0, 0.5) inset}#headermenu .search input.text{width:150px;background-color:#484b95;border:0px #6c9a4f;font-size:12px;color:#dedede}#headermenu .search .search-btn{vertical-align:middle}#headermenu .social{float:right;margin-top:6px}body #wrapper{width:100%;max-width:980px;margin:0px auto}body.w1200 #wrapper{width:100%;max-width:1200px}#header .weahter-info{float:right;padding:15px 20px 15px 30px;background:url("../../files/template/live-badge.png") left top no-repeat;-webkit-box-shadow:0 0 5px 0 #2b2b2b;box-shadow:0 0 5px 0 #2b2b2b;font-size:12px;line-height:120%;behavior:url("assets/css3pie/1.0.0/PIE.htc");background-color:rgb(255,255,255); background-color:rgba(255,255,255,1);transform: translate(0px, 150px);z-index:20}#header .weahter-info .inside{width:180px}#header .weahter-info .weather-wrapper{height:40px;float:none;clear:both;margin-top:15px;margin-bottom:10px}#header .weahter-info .temperature{font-size:20px}#header .weahter-info img{float:left;margin-top:-6px;margin-right:10px;margin-left:-5px}#container{margin-right:250px;margin-bottom:25px;z-index:20}#main{margin-right:20px;-webkit-box-shadow:0 0 5px 0 #2b2b2b;box-shadow:0 0 5px 0 #2b2b2b;font-size:12px;behavior:url("assets/css3pie/1.0.0/PIE.htc");background-color:rgb(255,255,255); background-color:rgba(255,255,255,1)}body.w1200 #wrapper{min-height:450px}#main .pagination{margin-top:10px;margin-bottom:15px;padding-top:10px}#main .pagination p{float:left;margin:0;padding:0}#main .pagination ul{float:right;margin:0;padding:0;list-style-type:none}#main .pagination ul li{display:inline-block;margin:0;padding:0;list-style-type:none}#main .pagination a{margin-left:4px}#main ul,#main ol{margin-left:18px;list-style-type:square}#main ol li,#main ul li{padding-bottom:5px}#main .ce_downloads ul,#main .ce_downloads ol{margin-left:0;list-style-type:none}#main .ce_downloads a{max-width:650px;display:inline-block;margin-left:0;vertical-align:top}#main .inside{padding:20px}#main .mod_breadcrumb{margin-bottom:20px;padding-bottom:5px;border-bottom:1px solid #ccc;font-size:11px;color:#9c9c9c}#main .news-aktuelles .layout_latest{min-height:110px;float:none;clear:both;margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid #ccc}#main .news-aktuelles .layout_latest .info{float:right;margin:0;padding:0;text-align:right;color:#919191}#main .news-aktuelles .layout_latest .image_container{float:left;margin-right:20px;margin-bottom:20px}#main .news-aktuelles .layout_latest .image_container img{border:5px solid #ebebeb}body.start #main .mod_breadcrumb{display:none}body.start #main .inside{padding:0}body.start #main{margin-right:20px;-webkit-box-shadow:0 0 0 0 #fff;box-shadow:0 0 0 0 #fff;behavior:url("assets/css3pie/1.0.0/PIE.htc");background-color : transparent}body.start #main .textbox{padding:10px;-webkit-box-shadow:0 0 5px 0 #2b2b2b;box-shadow:0 0 5px 0 #2b2b2b;behavior:url("assets/css3pie/1.0.0/PIE.htc");background-color:rgb(255,255,255); background-color:rgba(255,255,255,1)}body.start #main .textbox-wichtig{min-height:60px;padding:10px 10px 18px 80px;background-image:url("../../files/template/wappen-gersfeld-klein.png");background-repeat:no-repeat;-webkit-box-shadow:0 0 5px 0 #2b2b2b;box-shadow:0 0 5px 0 #2b2b2b;behavior:url("assets/css3pie/1.0.0/PIE.htc");background-color:rgb(255,255,255); background-color:rgba(255,255,255,1);background-position: 10px 20px}body.start #main .textbox-wichtig h2{margin-top:10px;text-align:left;font-size:18px}body.start #main .textbox-wichtig h2 a{color:#202379}body.start #main .textbox-wichtig h3{margin-top:7px;text-align:left;font-size:15px;color:#000}body.start #main .textbox-wichtig .teaser .link{text-align:right}#main .textbox-wichtig .teaser a{display:inline-block;padding:4px 6px;background-color:#e80202;color:#fff;text-shadow: 0px 0px 2px rgba(0, 0, 0, 1); height:auto!important; line-height:100%!important;background-image:none}body.start #main .textbox .mod_dlh_googlemaps{float:right;margin-top:4px;margin-left:15px;border:1px solid #ccc}#main table{border-collapse:collapse}#main table.preistabelle{width:100%;margin:0;padding:0;border-collapse:collapse}#main .ce_text .image_container,#main .ce_image .image_container{margin-top:16px;margin-bottom:10px;padding-bottom:31px;background:url("../../files/template/shadow-img-big.png") center bottom no-repeat;background-size:100%}#main .layout_full .image_container{margin-top:16px;margin-bottom:10px;padding-bottom:29px;background:url("../../files/template/shadow-img-big.png") center bottom no-repeat}body.fullpage #right{display:none}body.fullpage #container{margin-right:0}#main .infobox{padding:10px;background-color:#fff;border:1px solid #ebebeb;color:#202379}#main .kontaktformular label{width:120px;display:inline-block;vertical-align:top;font-family:'Open Sans bold'}#main .kontaktformular .checkbox_container label{font-family:'Open Sans'}#main .kontaktformular .explanation{padding-bottom:20px}#main .kontaktformular fieldset{border:0px}#main .kontaktformular fieldset legend{margin-bottom:15px;font-family:'Open Sans bold'}#main .kontaktformular .checkbox_container{margin-bottom:10px}#main .kontaktformular .checkbox_container span{width:50%;float:left;display:inline-block;margin-bottom:6px}#main .kontaktformular .checkbox_container legend span{margin-left:2px;width:auto;float:none;display:inline}.kontaktformular input.text,.kontaktformular textarea.textarea,.kontaktformular input.captcha,.kontaktformular input.upload,.mod_search input.text{width:400px;margin-bottom:12px;padding:5px;background-color:#fff;-webkit-box-shadow:0 0 0 0 #2b2b2b;box-shadow:0 0 0 0 #2b2b2b;border:5px solid #e0e0e0;font:14px 'Source Sans Pro',sans-serif;color:#20237a;behavior:url("assets/css3pie/1.0.0/PIE.htc")}.kontaktformular input.captcha{width:20px;font-family:'Open Sans bold';color:#528830}.kontaktformular span.captcha_text{padding-left:10px;font-family:'Open Sans bold';color:#528830}.kontaktformular textarea.textarea{height:120px}.kontaktformular input.text:focus,.kontaktformular textarea.textarea:focus,.kontaktformular input.captcha:focus{-webkit-box-shadow:0 0 3px 000px #20237a;box-shadow:0 0 3px 000px #20237a;behavior:url("assets/css3pie/1.0.0/PIE.htc")}.kontaktformular .submit_container{text-align:right}.kontaktformular input.submit,.mod_search input.submit{height:25px;display:inline-block;padding-right:20px;padding-left:10px;background:url("../../files/template/more-blue.png") right center no-repeat;font-size:12px;line-height:25px;text-decoration:none;color:#fff;font-weight:700; text-shadow: 0px 0px 2px rgba(0, 0, 0, 1); color:#fff!important; border:none; cursor:pointer}.kontaktformular input.submit:hover,.mod_search input.submit:hover{background-image:url("../../files/template/more-green.png")}#main table.preistabelle td{padding:5px}#main table td{padding-top:3px;padding-bottom:3px}#main .cam-frame{float:left;margin-bottom:20px;padding:10px;text-align:center;background-color:#fff;border:5px solid #ebebeb;font-family:'Open Sans bold'}#main .cam-frame .cam{padding-bottom:15px}#main .ce_gallery .image_container img{display:block;margin-bottom:10px;border:5px solid #e0e0e0}#main .ce_gallery .image_container img:hover{border:5px solid #1d217e}#main .ce_gallery ul,#main .ce_gallery li{margin:0;padding:0;list-style-type:none}.mr20{margin-right:20px}#dlh_googlemap_3,#dlh_googlemap_4{border:5px solid #e0e0e0}.dlh_googlemap input.submit{height:22px;margin-left:3px;text-align:center;background-color:#202379;line-height:22px;color:#fff;font-weight:700; border:none; cursor:pointer}.dlh_googlemap input.text{height:22px;line-height:22px;color:#202379}.gm-style-iw{min-height:70px!important}#dlh_googlemap_3 .gm-style-iw,#dlh_googlemap_4 .gm-style-iw{min-height:120px!important}#main #ft-splash-screen,#main .ft-splash-screen{width:100%;max-width:400px;padding:20px;text-align:center;margin:0 auto;box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15)}#right #ft-splash-screen,#right .ft-splash-screen{padding:0}#main #ft-splash-screen strong,#main .ft-splash-screen strong{font-size:1.3em}#main #ft-splash-screen button,#right #ft-splash-screen button,#main .ft-splash-screen button{margin-top:15px;padding:10px 20px;text-align:center;background-color:#202379;border:0px;line-height:100%;font-weight:bold;color:#fff;cursor:pointer}#right #ft-splash-screen button,#right .ft-splash-screen button{margin-top:0;line-height:120%}#main #ft-splash-screen button:hover,#right #ft-splash-screen button:hover,#QuickFinder input.submit:hover,#main .ft-splash-screen button:hover,a.btn-link:hover{background-color:#528830}#right .QuickFinderContainer .inside{padding:0}#QuickFinder input.text{margin-bottom:10px;padding:8px 5px;background-image:url("../../files/template/icon-kalender.svg");background-repeat:no-repeat;border:1px solid #ccc;width:100%;max-width:calc(100% - 12px);background-position:95% 50%;background-size:17px 17px}#QuickFinder select{margin-bottom:15px;padding-top:8px;padding-bottom:8px;padding-left:5px;background-color:#fff;border:1px solid #ccc;border-radius:0;behavior:url("assets/css3pie/1.0.0/PIE.htc");width:100%}#QuickFinder input.submit{margin-bottom:15px;padding-top:10px;padding-bottom:10px;text-align:center;background-color:#202379;border:0px;line-height:100%;font-weight:bold;color:#fff;cursor:pointer;width:100%}a.btn-link{display:inline-block;padding:10px 15px;text-align:center;background-color:#202379;border:0px;line-height:100%;font-weight:bold;color:#fff;cursor:pointer}body.start #main .news-startseite{width:800px}#main .news-startseite .layout_latest{width:230px;min-height:310px;float:left;margin-right:20px;margin-bottom:20px;padding:0;-webkit-box-shadow:0 0 5px 0 #2b2b2b;box-shadow:0 0 5px 0 #2b2b2b;behavior:url("assets/css3pie/1.0.0/PIE.htc");background-color:rgb(255,255,255); background-color:rgba(255,255,255,1)}#main .news-startseite .layout_latest .newsframe{min-height:134px}.news-startseite .layout_latest h2{width:210px;max-height:80px;display:inline-block;margin-top:10px;margin-bottom:0;margin-left:-9px;padding-right:10px;padding-bottom:13px;padding-left:10px;background:url("../../files/template/headine-bg-blue.png") left bottom no-repeat;font-size:15px;line-height:22px;color:#fff;text-shadow: 0px 0px 2px rgba(0, 0, 0, 1)}.news-startseite .layout_latest h2 a{text-decoration:none;color:#fff;text-shadow: 0px 0px 2px rgba(0, 0, 0, 1)}.news-startseite .layout_latest .image_container img{}.news-startseite .layout_latest .teaser{margin-top:10px;padding:0 10px 5px}.news-startseite .layout_latest .link{margin-bottom:10px;margin-left:10px}#main .ce_player video{height:auto;max-width:100%}#main #filme video{width:100%;height:auto}#right{width:230px;-webkit-box-shadow:0 0 5px 0 #2b2b2b;box-shadow:0 0 5px 0 #2b2b2b;font-size:11px;behavior:url("assets/css3pie/1.0.0/PIE.htc");background-color:rgb(255,255,255); background-color:rgba(255,255,255,1)}#right h2.ce_headline{width:180px;height:35px;display:inline-block;margin-top:5px;margin-left:-20px;padding-left:20px;background:url("../../files/template/headline-bg-green.png") left top no-repeat;font:16px 'Open Sans bold';color:#fff;text-shadow: 0px 0px 2px rgba(0, 0, 0, 1)}#right .inside{padding:10px}#right .box-grey{margin-bottom:20px;padding-top:10px;padding-bottom:10px;padding-left:8px;background-color:#e8e8e8;border:1px solid #dbdbdb}#right .hotelbox{padding-right:8px;padding-left:8px}#right .hotelbox #qfindformId_arrival,#right .hotelbox #qfindformId_departure{width:190px!important}#right .phonebox{padding-left:20px;background:url("../../files/template/phone-green.png") left center no-repeat}#right .markerbox{padding-left:20px;background:url("../../files/template/marker-green.png") left center no-repeat}#right h3{font:14px 'Open Sans bold'}#right h3.tourist{padding-left:20px;background:url("../../files/template/marker-headline-blue.png") left center no-repeat}#right h3.hotel{padding-top:2px;padding-left:20px;background:url("../../files/template/star-blue-small.png") left center no-repeat}#right h3.opening{padding-top:2px;padding-left:20px;background:url("../../files/template/clock-blue.png") left center no-repeat}#right h3.prospekt{padding-top:2px;padding-left:20px;background:url("../../files/template/flyer-blue.png") left center no-repeat}#right .dw-datepicker{width:195px!important}#right .ce_image{margin-top:20px;padding-top:20px;text-align:center;border-top:1px solid #ccc}#right .teaser-kurort .image_container{text-align:center}#footer{min-height:140px;margin-bottom:20px;background-color:#202379;-webkit-box-shadow:0 0 5px 0 #2b2b2b;box-shadow:0 0 5px 0 #2b2b2b;font-size:11px;color:#fff;behavior:url("assets/css3pie/1.0.0/PIE.htc")}#footer .footer-top{display:none}#footer .inside{padding:20px}#footer .inside li{margin-bottom:5px;list-style-type:none}#footer a{color:#fff}#footer a:hover,#headermenu a:hover{color:#528830}#footer .logos{float:left;margin-right:20px}#footer .logos img{height:auto;max-width:78px;margin-right:3px;margin-bottom:2px;border:1px solid #000}#footer .links{float:left;margin-left:5px;padding-left:30px;background:url("../../files/template/footer-seperator.png") left center no-repeat}#footer .disclaimer{float:right;text-align:right}#footer .disclaimer a{margin-left:10px}*+html #main .news-startseite .layout_latest,*+html #header .weahter-info,*+html body.start #main .textbox,*+html #right{background-color:#fff;-webkit-box-shadow:0 0 5px 0 #2b2b2b;box-shadow:0 0 5px 0 #2b2b2b;behavior:url("assets/css3pie/1.0.0/PIE.htc")}table.cookies th,td{padding:20px 20px 20px 0;text-align: left}table.cookies td{border-bottom: 1px solid #ddd;min-width:120px;vertical-align:top}
/* Style sheet gersfeld */
#main .news-startseite .layout_latest{min-height:370px}#main .news-startseite .layout_latest .newsframe{min-height:180px}.sf-menu a{padding-right:10px;padding-left:10px;text-align:center;width:auto}#headermenu .disclaimer{margin-left:-15px}#header .nav-buttons{position:absolute;margin-top:40px;margin-left:305px;z-index:10}#header .nav-buttons a.btn-rathaus{width:150px;height:110px;overflow:hidden;display:inline-block;background:url("../../files/template/rathaus-button.png") left top no-repeat;text-indent:-999px;background-size:150px}#header .nav-buttons a.btn-tourist{width:150px;height:110px;overflow:hidden;display:inline-block;background:url("../../files/template/tourist-button.png") left top no-repeat;text-indent:-999px;background-size:150px}#header .nav-buttons a.btn-active,#header .nav-buttons a.btn-rathaus:hover,#header .nav-buttons a.btn-tourist:hover{background-position: 0px -111px}#header .navmenu-extra{height:30px;position:absolute;display:block;margin-top:255px;padding-right:8px;padding-left:8px;background-color:#e80202;-webkit-box-shadow:0 0 5px 0 #2b2b2b;box-shadow:0 0 5px 0 #2b2b2b;font-family:'Open Sans bold';line-height:30px;color:#fff;behavior:url("assets/css3pie/1.0.0/PIE.htc")}#header .navmenu-extra a{color:#fff;text-transform:uppercase;text-shadow: 0px 0px 2px rgba(0, 0, 0, 1)}#right h2.ce_headline{background-image:url("../../files/template/headline-bg-orange.png")}#right{min-height:440px}#right .phonebig{margin-top:5px;margin-right:8px;margin-bottom:5px;padding-top:3px;padding-bottom:3px;padding-left:23px;background:#528830 url("../../files/template/phone-white.png") left center no-repeat;font:18px 'Open Sans bold';color:#fff;background-position:7px 50%}#right .phonebig a{color:#fff}body.start #main .textbox-wichtig{margin-bottom:20px}#qfindformId_search{width:90px!important;margin-right:12px!important}
/* Style sheet menu */
.navmenu{width:100%;height:64px;position:absolute;margin-top:300px;background:url("../../files/template/menu-blue.png") center center no-repeat;line-height:64px;z-index:29}.navmenu a.home-link{float:left;display:block;margin-right:20px;margin-left:10px}.navmenu a.gersfeld-link{height:30px;float:right;display:block;margin-top:12px;margin-right:10px;padding:0 10px;font-size:12;line-height:30px;text-decoration:none;color:#fff;text-transform:uppercase;font-weight:400; text-shadow: 0px 0px 2px rgba(0, 0, 0, 1)}.navemnu a.hide-desktop{display:none}.navmenu a.gersfeld-link:hover{background-color:#528830}.navmenu li.hidden{display:none}.sf-menu,.sf-menu *{margin:0;padding:0;list-style: none}.sf-menu{margin-top:12px}.sf-menu li{position:relative}.sf-menu ul{top:100%;position:absolute;display:none;left: 0;z-index: 99}.sf-menu > li{float:left}.sf-menu li:hover > ul,.sf-menu li.sfHover > ul{display:block}.sf-menu ul ul{margin-top:-10px;padding-top:10px;padding-bottom:10px;background-color:#222379;top:0px; left:100%}.block{overflow: visible !important}#mobmenu.block,.ce_dlh_googlemaps .block{overflow:hidden!important}.sf-menu{float:left;margin-bottom:1em}.sf-menu a{position:relative;display:block}.sf-menu a{height:30px;margin-right:10px;text-align:center;background-color:#585a9b;line-height:30px;text-decoration:none;color:#fff;zoom: 1; text-shadow: 0px 0px 2px rgba(0, 0, 0, 1)}.sf-menu a{font-family:'Open Sans bold';color:#fff;text-transform:uppercase}.sf-menu a.active,.sf-menu a:hover,.sf-menu a.extlink:hover,ul.level_3 a:hover,.navmenu ul.level_2 a:hover,.navmenu ul.level_2 a.active{background-color:#528830}.sf-menu a.extlink{background:url("../../files/template/link-external.png") right center no-repeat}.navmenu ul.level_2{margin-left:-10px;padding:10px;text-align:center;background-color:#202379}.navmenu ul.level_2 a{min-width:120px;margin:0;padding:0 10px;text-align:left;background-color:#202379;font:12px/30px 'Open Sans';text-decoration:none;color:#fff;text-transform:none;letter-spacing:0px;font-weight:400;border-top: 1px solid #473fc0; border-bottom: 1px solid #1e1a5e}.navmenu ul.level_2 a.submenu{padding-right:25px;background:#202379 url("../../files/template/white-arrow-right.png") right center no-repeat}.navmenu  ul.level_2 a.submenu:hover{padding-right:25px;background:#528830 url("../../files/template/white-arrow-right.png") right center no-repeat}.sf-menu li.active span.active{display:block}.navmenu  ul.level_3{margin:-10px 0 0;padding:10px}.navmenu  ul.level_3 a{margin-right:0;margin-left:0}.navmenu ul.level_3 a.first{border-top: 1px solid #473fc0}.sf-menu li{white-space:nowrap;*white-space: normal}
@media (max-width:979px){
/* Style sheet mobile980 */
#headermenu .inside,#wrapper{width:90%;margin-right:5%;margin-left:5%}#header{height:150px}body.start #header{height:305px}#header .navmenu,#headermenu .social{display:none}#headermenu .inside a.mobbtn{float:right;display:inline-block;margin-top:10px;cursor:pointer}#headermenu a.mobbtn span{display:block;background-color:#fff;width:25px;height:4px;margin-bottom:4px;cursor:pointer}#headermenu .logo img{width:150px;height:auto}#header .weahter-info{display:none}#header .nav-buttons{display:none}#container{margin-right:0}#main,#right{width:100%;min-height:0px;float:none;clear:none;margin-right:0;margin-left:0;padding-right:0;padding-left:0}body.start #header .weahter-info{display:block}body.start #main .textbox-news h4,body.start #main h1,#main h1{min-width:0px;display:block;padding-top:6px;padding-bottom:15px;background-image:url("../../files/template/headine-big-blue2.png");background-position:left bottom;width:auto;height:auto}body.start-wildpark #main h1,body.start-gersfeld #main h1{padding-bottom:0;background-image:none}body.start #main .news-startseite{width:100%}#main .news-startseite .layout_latest{width:31%;min-height:330px;margin-top:0;margin-right:0;margin-left:0;padding-bottom:20px}#main .news-startseite .layout_latest:nth-child(2){margin-right:3.5%;margin-left:3.5%}.news-startseite .layout_latest h2{padding-top:3px;width:auto}.news-startseite .layout_latest .image_container img{width:100%!important;height:auto!important}#right{margin-top:20px}#footer{margin-bottom:20px;height:auto}#footer .footer-top{display:block;margin-bottom:20px;padding-bottom:15px;text-align:center;border-bottom:1px solid #fff;font-family:'Open Sans bold'}#footer .footer-top a{display:inline-block;padding:5px 10px;font-size:1.2em;text-transform:uppercase}.ce_dlh_googlemaps,.ce_dlh_googlemaps .dlh_googlemap{width:100%!important;max-widht:100%!important}#main .ce_text .image_container,#main .ce_image .image_container,#main .layout_full .image_container{margin-bottom:20px;padding-bottom:0;background-image:none}table{max-width:100%!important}
}
@media (max-width:700px){
/* Style sheet mobile700 */
#headermenu .search,#headermenu .disclaimer{display:none}#main .cam-frame{width:94%;padding:2%}#main .cam-frame .cam img{width:100%!important;height:auto!important}.mr20{margin-right:0}table.zustand tbody tr td:nth-child(3){display:none}#main .kontaktformular label{margin-bottom:5px}#main .kontaktformular input.text,#main .kontaktformular input.upload,#main .kontaktformular textarea,#main .kontaktformular select{width:96%;padding:2% 1%;border:1% solid}#main .ce_gallery ul li{width:30%;display:inline-block;margin-right:4.3%;margin-bottom:1%}#main .ce_gallery ul li:nth-child(3n+0){margin-right:0}#main .ce_gallery ul li .image_container{margin:0px!important;width:100%!important}#main .ce_gallery ul li .image_container img{border:1% solid;width:98%!important;height:auto!important}body.start-wildpark .mod_dlh_googlemaps{float:none;clear:both;margin-bottom:25px;width:99.7%!important}body.start-wildpark #dlh_googlemap_2{width:100%!important}#main .news-startseite .layout_latest,#main .news-startseite .layout_latest:nth-child(2){width:100%;min-height:0px;margin-right:0;margin-bottom:20px;margin-left:0}.news-startseite .layout_latest h2{width:90%}.presse .layout_latest .image_container{float:none;clear:both;margin-right:0;margin-bottom:20px}#footer .inside .logos,#footer .inside .links{width:50%;min-height:150px;margin-right:0;margin-bottom:0;margin-left:0;padding-right:0;padding-left:0}#footer .inside .links{width:43%;padding-left:7%}#footer .inside .disclaimer{width:100%;float:none;clear:both;padding-top:20px;text-align:center;border-top:1px solid #fff}
}
@media (max-width:450px){
/* Style sheet mobile450 */
#header{height:150px}body.start #header{height:310px}#header .weahter-info{width:90%;float:none;padding:5%;transform: translate(0px, 150px)}table.zustand tbody tr td:nth-child(2),table.zustand tbody tr td:nth-child(4){display:none}#main .ce_text .image_container{width:100%;text-align:center;margin:0px 0px 20px 0px!important;clear:both!important;float:none!important;background-image:none;padding:0px!important}#main .ce_gallery ul li,#main .ce_gallery ul li:nth-child(3n+0){width:47%;display:inline-block;margin-right:4.3%;margin-bottom:1%}#main .ce_gallery ul li:nth-child(2n+0){margin-right:0}#footer .inside .logos,#footer .inside .links{width:100%;margin:0 0 20px;padding:0 0 20px;border-bottom:1px solid #fff;line-height:1.45em;min-height:0px}#footer .inside .links{background-image:none}#footer .inside .disclaimer{padding-top:0;border-top:0px solid}
}
/* Generated by Font Squirrel (https://www.fontsquirrel.com) on May 3, 2016 */



@font-face {
    font-family: 'Open Sans bold';
    src: url("../../files/fonts/opensans-bold-webfont.eot");
    src: url("../../files/fonts/opensans-bold-webfont.eot?#iefix") format('embedded-opentype'),
         url("../../files/fonts/opensans-bold-webfont.woff2") format('woff2'),
         url("../../files/fonts/opensans-bold-webfont.woff") format('woff'),
         url("../../files/fonts/opensans-bold-webfont.ttf") format('truetype'),
         url("../../files/fonts/opensans-bold-webfont.svg#open_sansbold") format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'Open Sans light';
    src: url("../../files/fonts/opensans-light-webfont.eot");
    src: url("../../files/fonts/opensans-light-webfont.eot?#iefix") format('embedded-opentype'),
         url("../../files/fonts/opensans-light-webfont.woff2") format('woff2'),
         url("../../files/fonts/opensans-light-webfont.woff") format('woff'),
         url("../../files/fonts/opensans-light-webfont.ttf") format('truetype'),
         url("../../files/fonts/opensans-light-webfont.svg#open_sanslight") format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'Open Sans';
    src: url("../../files/fonts/opensans-regular-webfont.eot");
    src: url("../../files/fonts/opensans-regular-webfont.eot?#iefix") format('embedded-opentype'),
         url("../../files/fonts/opensans-regular-webfont.woff2") format('woff2'),
         url("../../files/fonts/opensans-regular-webfont.woff") format('woff'),
         url("../../files/fonts/opensans-regular-webfont.ttf") format('truetype'),
         url("../../files/fonts/opensans-regular-webfont.svg#open_sansregular") format('svg');
    font-weight: normal;
    font-style: normal;

}
