.dlh_googlemap img {max-width:none}.dlh_googlemap .routinglink{white-space:nowrap}
body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,ol,ul,li,dl,dt,dd,figure,table,th,td,form,fieldset,legend,input,textarea{margin:0;padding:0}table{border-spacing:0;border-collapse:collapse}caption,th,td{text-align:left;text-align:start;vertical-align:top}abbr,acronym{font-variant:normal;border-bottom:1px dotted #666;cursor:help}blockquote,q{quotes:none}fieldset,img{border:0}ul{list-style-type:none}sup{vertical-align:text-top}sub{vertical-align:text-bottom}del{text-decoration:line-through}ins{text-decoration:none}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font:12px/1 "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;color:#000}input,button,textarea,select{font-family:inherit;font-size:99%;font-weight:inherit}pre,code{font-family:Monaco,monospace}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}h1{font-size:1.8333em}h2{font-size:1.6667em}h3{font-size:1.5em}h4{font-size:1.3333em}table{font-size:inherit}caption,th{font-weight:700}a{color:#00f}h1,h2,h3,h4,h5,h6{margin-top:1em}h1,h2,h3,h4,h5,h6,p,pre,blockquote,table,ol,ul,form{margin-bottom:12px}
/*
	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 effects extension CSS
*/
html.mm-slide .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }
html.mm-slide.mm-opened .mm-menu {
  -webkit-transform: translateX(-30%);
  -moz-transform: translateX(-30%);
  -ms-transform: translateX(-30%);
  -o-transform: translateX(-30%);
  transform: translateX(-30%); }
html.mm-slide.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }
html.mm-slide.mm-right.mm-opened .mm-menu {
  -webkit-transform: translateX(30%);
  -moz-transform: translateX(30%);
  -ms-transform: translateX(30%);
  -o-transform: translateX(30%);
  transform: translateX(30%); }
html.mm-slide.mm-right.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }
html.mm-slide.mm-top.mm-opened .mm-menu {
  -webkit-transform: translateY(-30%);
  -moz-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  -o-transform: translateY(-30%);
  transform: translateY(-30%); }
html.mm-slide.mm-top.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%); }
html.mm-slide.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: translateY(30%);
  -moz-transform: translateY(30%);
  -ms-transform: translateY(30%);
  -o-transform: translateY(30%);
  transform: translateY(30%); }
html.mm-slide.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%); }

html.mm-zoom-menu .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }
html.mm-zoom-menu.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(-30%);
  -moz-transform: scale(0.7, 0.7) translateX(-30%);
  -ms-transform: scale(0.7, 0.7) translateX(-30%);
  -o-transform: scale(0.7, 0.7) translateX(-30%);
  transform: scale(0.7, 0.7) translateX(-30%);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
html.mm-zoom-menu.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  -moz-transform: scale(1, 1) translateX(0%);
  -ms-transform: scale(1, 1) translateX(0%);
  -o-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%); }
html.mm-zoom-menu.mm-right.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(30%);
  -moz-transform: scale(0.7, 0.7) translateX(30%);
  -ms-transform: scale(0.7, 0.7) translateX(30%);
  -o-transform: scale(0.7, 0.7) translateX(30%);
  transform: scale(0.7, 0.7) translateX(30%);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center; }
html.mm-zoom-menu.mm-right.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  -moz-transform: scale(1, 1) translateX(0%);
  -ms-transform: scale(1, 1) translateX(0%);
  -o-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%); }
html.mm-zoom-menu.mm-top.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(-30%);
  -moz-transform: scale(0.7, 0.7) translateY(-30%);
  -ms-transform: scale(0.7, 0.7) translateY(-30%);
  -o-transform: scale(0.7, 0.7) translateY(-30%);
  transform: scale(0.7, 0.7) translateY(-30%);
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top; }
html.mm-zoom-menu.mm-top.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  -moz-transform: scale(1, 1) translateY(0%);
  -ms-transform: scale(1, 1) translateY(0%);
  -o-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%); }
html.mm-zoom-menu.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(30%);
  -moz-transform: scale(0.7, 0.7) translateY(30%);
  -ms-transform: scale(0.7, 0.7) translateY(30%);
  -o-transform: scale(0.7, 0.7) translateY(30%);
  transform: scale(0.7, 0.7) translateY(30%);
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom; }
html.mm-zoom-menu.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  -moz-transform: scale(1, 1) translateY(0%);
  -ms-transform: scale(1, 1) translateY(0%);
  -o-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%); }

html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translateX(100%);
  -moz-transform: scale(1.5, 1.5) translateX(100%);
  -ms-transform: scale(1.5, 1.5) translateX(100%);
  -o-transform: scale(1.5, 1.5) translateX(100%);
  transform: scale(1.5, 1.5) translateX(100%);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition-property: -webkit-transform, left;
  transition-property: transform, left; }
  html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened {
    -webkit-transform: scale(1, 1) translateX(0%);
    -moz-transform: scale(1, 1) translateX(0%);
    -ms-transform: scale(1, 1) translateX(0%);
    -o-transform: scale(1, 1) translateX(0%);
    transform: scale(1, 1) translateX(0%); }
    html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened.mm-subopened {
      -webkit-transform: scale(0.7, 0.7) translateX(-30%);
      -moz-transform: scale(0.7, 0.7) translateX(-30%);
      -ms-transform: scale(0.7, 0.7) translateX(-30%);
      -o-transform: scale(0.7, 0.7) translateX(-30%);
      transform: scale(0.7, 0.7) translateX(-30%); }

/*
	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; }

body.lightbox_open{
    height: 100vh;
    overflow: hidden;
}

a.fslightboxlink{
    cursor:pointer;
}

#lightbox_container{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: -2000;
    position: fixed;
    cursor: pointer;
    transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    background: rgba(0,0,0,0.35);
}

#lightbox_container.active{
    z-index: 20000;
    opacity: 1;
}

#lightbox_container>div{
    cursor: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    display: none;
    padding-bottom: 15px;
}

#lightbox_container>div.active{
    display: block;
}

#lightbox_container .closer{
    float: right;
    padding-right: 15px;
    padding-top: 10px;
    cursor: pointer;
}

#lightbox_container .closer+*{
    clear: both;
}

#lightbox_container img{
    max-width: 100%;
    height: auto;
}

@media (max-width: 767px){
    #lightbox_container>div{
        width: 100%;
    }
}


/* ColorBox, (c) 2011 Jack Moore, MIT license */
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden}#cboxWrapper{max-width:none}#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;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url("../../assets/jquery/colorbox/1.6.1/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.6.1/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.6.1/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.6.1/images/controls.png") no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
/* Swipe 2.0, (C) Brad Birdsall 2012, MIT license */
.content-slider{overflow:hidden;visibility:hidden;position:relative}.slider-wrapper{overflow:hidden;position:relative}.slider-wrapper>*{float:left;width:100%;position:relative}.slider-control{height:30px;position:relative}.slider-control a,.slider-control .slider-menu{position:absolute;top:9px;display:inline-block}.slider-control .slider-prev{left:0}.slider-control .slider-next{right:0}.slider-control .slider-menu{top:0;width:50%;left:50%;margin-left:-25%;font-size:27px;text-align:center}.slider-control .slider-menu b{color:#bbb;cursor:pointer}.slider-control .slider-menu b.active{color:#666}
/*
 * This file is part of Contao.
 *
 * (c) Leo Feyer
 *
 * @license LGPL-3.0-or-later
 */

table.sortable thead th {
	background-image:url("../../assets/jquery/tablesorter/2.0.5/images/default.gif");
	background-repeat:no-repeat;
	background-position:center right;
}
table.sortable thead th.headerSortDown {
	background-image:url("../../assets/jquery/tablesorter/2.0.5/images/asc.gif");
}
table.sortable thead th.headerSortUp {
	background-image:url("../../assets/jquery/tablesorter/2.0.5/images/desc.gif");
}

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=4afd66b307cc599dd76a)
 * Config saved to config.json and https://gist.github.com/4afd66b307cc599dd76a
 *//*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,*:before,*:after{background:transparent !important;color:#000 !important;-webkit-box-shadow:none !important;box-shadow:none !important;text-shadow:none !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000 !important}.label{border:1px solid #000}.table{border-collapse:collapse !important}.table td,.table th{background-color:#fff !important}.table-bordered th,.table-bordered td{border:1px solid #ddd !important}}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:hover,a:focus{color:#23527c;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role="button"]{cursor:pointer}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}.clearfix:before,.clearfix:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after{content:" ";display:table}.clearfix:after,.container:after,.container-fluid:after,.row:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none !important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none !important}@media (max-width:767px){.visible-xs{display:block !important}table.visible-xs{display:table !important}tr.visible-xs{display:table-row !important}th.visible-xs,td.visible-xs{display:table-cell !important}}@media (max-width:767px){.visible-xs-block{display:block !important}}@media (max-width:767px){.visible-xs-inline{display:inline !important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block !important}table.visible-sm{display:table !important}tr.visible-sm{display:table-row !important}th.visible-sm,td.visible-sm{display:table-cell !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block !important}table.visible-md{display:table !important}tr.visible-md{display:table-row !important}th.visible-md,td.visible-md{display:table-cell !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block !important}}@media (min-width:1200px){.visible-lg{display:block !important}table.visible-lg{display:table !important}tr.visible-lg{display:table-row !important}th.visible-lg,td.visible-lg{display:table-cell !important}}@media (min-width:1200px){.visible-lg-block{display:block !important}}@media (min-width:1200px){.visible-lg-inline{display:inline !important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block !important}}@media (max-width:767px){.hidden-xs{display:none !important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none !important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none !important}}@media (min-width:1200px){.hidden-lg{display:none !important}}.visible-print{display:none !important}@media print{.visible-print{display:block !important}table.visible-print{display:table !important}tr.visible-print{display:table-row !important}th.visible-print,td.visible-print{display:table-cell !important}}.visible-print-block{display:none !important}@media print{.visible-print-block{display:block !important}}.visible-print-inline{display:none !important}@media print{.visible-print-inline{display:inline !important}}.visible-print-inline-block{display:none !important}@media print{.visible-print-inline-block{display:inline-block !important}}@media print{.hidden-print{display:none !important}}
@font-face {
    font-family: 'gemuesering';
    src: url('../../system/modules/layoutCreator/assets/font/gemuesering.eot');
    src: url('../../system/modules/layoutCreator/assets/font/gemuesering.eot?#iefix&v=1.0.0') format('embedded-opentype'), url('../../system/modules/layoutCreator/assets/font/gemuesering.woff?v=1.0.0') format('woff'), url('../../system/modules/layoutCreator/assets/font/gemuesering.ttf?v=1.0.0') format('truetype'), url('../../system/modules/layoutCreator/assets/font/gemuesering.svg?v=1.0.0#black_tiesolid') format('svg');
    font-style: normal;
}
/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../../system/modules/layoutCreator/assets/font/open-sans-v17-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('../../system/modules/layoutCreator/assets/font/open-sans-v17-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../system/modules/layoutCreator/assets/font/open-sans-v17-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../system/modules/layoutCreator/assets/font/open-sans-v17-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../../system/modules/layoutCreator/assets/font/open-sans-v17-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../system/modules/layoutCreator/assets/font/open-sans-v17-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-300italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url('../../system/modules/layoutCreator/assets/font/open-sans-v17-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'),
       url('../../system/modules/layoutCreator/assets/font/open-sans-v17-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../system/modules/layoutCreator/assets/font/open-sans-v17-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../system/modules/layoutCreator/assets/font/open-sans-v17-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('../../system/modules/layoutCreator/assets/font/open-sans-v17-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../system/modules/layoutCreator/assets/font/open-sans-v17-latin-300italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../../system/modules/layoutCreator/assets/font/open-sans-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../../system/modules/layoutCreator/assets/font/open-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../system/modules/layoutCreator/assets/font/open-sans-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../system/modules/layoutCreator/assets/font/open-sans-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../system/modules/layoutCreator/assets/font/open-sans-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../system/modules/layoutCreator/assets/font/open-sans-v17-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../../system/modules/layoutCreator/assets/font/open-sans-v17-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Italic'), local('OpenSans-Italic'),
       url('../../system/modules/layoutCreator/assets/font/open-sans-v17-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../system/modules/layoutCreator/assets/font/open-sans-v17-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../system/modules/layoutCreator/assets/font/open-sans-v17-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../../system/modules/layoutCreator/assets/font/open-sans-v17-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../system/modules/layoutCreator/assets/font/open-sans-v17-latin-italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../../system/modules/layoutCreator/assets/font/open-sans-v17-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('../../system/modules/layoutCreator/assets/font/open-sans-v17-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../system/modules/layoutCreator/assets/font/open-sans-v17-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../system/modules/layoutCreator/assets/font/open-sans-v17-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../../system/modules/layoutCreator/assets/font/open-sans-v17-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../system/modules/layoutCreator/assets/font/open-sans-v17-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url('../../system/modules/layoutCreator/assets/font/open-sans-v17-latin-600italic.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'),
       url('../../system/modules/layoutCreator/assets/font/open-sans-v17-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../system/modules/layoutCreator/assets/font/open-sans-v17-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../system/modules/layoutCreator/assets/font/open-sans-v17-latin-600italic.woff') format('woff'), /* Modern Browsers */
       url('../../system/modules/layoutCreator/assets/font/open-sans-v17-latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../system/modules/layoutCreator/assets/font/open-sans-v17-latin-600italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../../system/modules/layoutCreator/assets/font/open-sans-v17-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('../../system/modules/layoutCreator/assets/font/open-sans-v17-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../system/modules/layoutCreator/assets/font/open-sans-v17-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../system/modules/layoutCreator/assets/font/open-sans-v17-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../../system/modules/layoutCreator/assets/font/open-sans-v17-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../system/modules/layoutCreator/assets/font/open-sans-v17-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../../system/modules/layoutCreator/assets/font/open-sans-v17-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'),
       url('../../system/modules/layoutCreator/assets/font/open-sans-v17-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../system/modules/layoutCreator/assets/font/open-sans-v17-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../system/modules/layoutCreator/assets/font/open-sans-v17-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../../system/modules/layoutCreator/assets/font/open-sans-v17-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../system/modules/layoutCreator/assets/font/open-sans-v17-latin-700italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-800 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../../system/modules/layoutCreator/assets/font/open-sans-v17-latin-800.eot'); /* IE9 Compat Modes */
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'),
       url('../../system/modules/layoutCreator/assets/font/open-sans-v17-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../system/modules/layoutCreator/assets/font/open-sans-v17-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../system/modules/layoutCreator/assets/font/open-sans-v17-latin-800.woff') format('woff'), /* Modern Browsers */
       url('../../system/modules/layoutCreator/assets/font/open-sans-v17-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../system/modules/layoutCreator/assets/font/open-sans-v17-latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-800italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: url('../../system/modules/layoutCreator/assets/font/open-sans-v17-latin-800italic.eot'); /* IE9 Compat Modes */
  src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'),
       url('../../system/modules/layoutCreator/assets/font/open-sans-v17-latin-800italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../system/modules/layoutCreator/assets/font/open-sans-v17-latin-800italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../system/modules/layoutCreator/assets/font/open-sans-v17-latin-800italic.woff') format('woff'), /* Modern Browsers */
       url('../../system/modules/layoutCreator/assets/font/open-sans-v17-latin-800italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../system/modules/layoutCreator/assets/font/open-sans-v17-latin-800italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}

figcaption{ max-width: 100%; overflow-wrap: break-word; }
header{ position:fixed; z-index:2000; width:100%; }
header #logo{ padding-top: 15px; padding-bottom: 15px; }
.visible-slider{ display:block!important; }
.hidden-slider{ display:none!important; }
.inverted{ display:none!important; }
.show-inverted .inverted{ display:block!important; }
.show-inverted .inverted+*{ display: none!important; }
.mail-holder, .bars-holder{ display: block; height: 21px; overflow: hidden; }
.show-inverted .mail-holder>img,  .show-inverted .bars-holder>img{ margin-top: -42px; }
a:hover>.mail-holder>img,  a:hover>.bars-holder>img{ margin-top: -21px; }
.visible-slider{ display: none!important; }
.tp-leftarrow{ background: url('/files/userfiles/Gemuesering/sliderpage/icons/icon-arrow-left@2x.png') no-repeat; background-size: 100% auto; width: 21px; height: 49px; left:30px!important;}
.tp-rightarrow{ background: url('/files/userfiles/Gemuesering/sliderpage/icons/icon-arrow-right@2x.png') no-repeat; background-size: 100% auto; width: 21px; height: 49px; right:30px!important;}
.show-inverted .tp-leftarrow,  .show-inverted .tp-rightarrow{ background-position: 0 -100px; }
.tp-leftarrow:hover,  .tp-rightarrow:hover{ background-position: 0 -50px; }
.show-inverted{ color: #FFF; }
footer#footer{margin-top: 0!important; position:relative;}
nav.mod_changelanguage .speechbubble{ width: 25px; overflow: hidden; height: 25px; position: relative; }
nav.mod_changelanguage .speechbubble::before{ content:'\e900'; font-family: 'gemuesering'; font-size: 24px; display:block; line-height: 25px; }
nav.mod_changelanguage .speechbubble>img{ display:none!important; position: absolute; height: auto; width: 25px; top: -25px;}
nav.mod_changelanguage:hover .speechbubble>img{ top: 0; }
#layoutCreatorHeader.logoposition-Links nav.mod_changelanguage::before, #layoutCreatorHeader.logoposition-Rechts nav.mod_changelanguage::before{ display: none!important; }
.ce_grsliderStart{ margin-left: 15px; }
.ce_grsliderStart .swiper-slide{ float: left; display: block; overflow: hidden; position: relative; }
.ce_grsliderStart .swiper-slide,  .ce_grsliderStart{ width: 100vw; /*width: calc(100vw + 30px);*/ height: 100vh; }
.ce_grsliderStart .swiper-bg{ width: 100%; height: 100%; position: absolute; z-index:-1;}
.ce_grsliderStart .swiper-bg img{ position:absolute; min-width: 100.2%; min-height: 100%; width: 100%; height: auto; object-fit: cover; }
.ce_grsliderStart .swiper-cte{ width: 100%; float: left; padding: 0 15px; text-align: left; }
.ce_grsliderStart .portrait-text{ display: none; }
.ce_grsliderStart .landscape-text{ display: block; }
#container #main .inside .mod_article .ce_grsliderStart{position: relative; width: 100vw; margin-left: 50%; left: -50vw;}

.onepager #mainnav{ padding-top: 43px!important; }

span[style*="font-size"]{ line-height:1.5em; }

.ce_grsliderStart .swiper-bg.top-left img{top: 0; left: 0; right: auto; bottom: auto; object-position: 0 0;}
.ce_grsliderStart .swiper-bg.top-right img{top: 0; right: 0; left: auto; bottom: auto; object-position: 100% 0;}
.ce_grsliderStart .swiper-bg.top-center img{top: 0; left: 50%; right: auto; bottom: auto; object-position: 50% 0; transform: translateX(-50%); -ms-transform: translateX(-50%); -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); }
.ce_grsliderStart .swiper-bg.bottom-left img{bottom: 0; left: 0; right: auto; top: auto; object-position: 0 100%;}
.ce_grsliderStart .swiper-bg.bottom-right img{bottom: 0; right: 0; left: auto; top: auto; object-position: 100% 100%;}
.ce_grsliderStart .swiper-bg.bottom-center img{bottom: 0; left: 50%; right: auto; top: auto; object-position: 50% 100%; transform: translateX(-50%); -ms-transform: translateX(-50%); -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); }
.ce_grsliderStart .swiper-bg.center-left img{top: 50%; left: 0; bottom: auto; right: auto; object-position: 0 50%; transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); }
.ce_grsliderStart .swiper-bg.center-right img{top: 50%; right: 0; bottom: auto; left: auto; object-position: 100% 50%; transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.ce_grsliderStart .swiper-bg.center-center img{top: 50%; left: 50%; bottom: auto; right: auto; object-position: 50% 50%; transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);}

.swiper-container.one-slide .swiper-button-prev,
.swiper-container.one-slide .swiper-button-next{ display: none!important; }

.ce_grsliderStart *[class*="swiper-button-"]{ position: absolute; /*top: 50%; transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%);*/ top: 0; }
.ce_grsliderStart .swiper-button-prev{ /*left: 15px;*/ left: 0; }
.ce_grsliderStart .swiper-button-next{ /*right: 15px;*/ right: 0; }
#layoutCreatorHeader #logo{ float: left!important; text-align: left!important; max-width: 250px; }

.ce_grsliderStart .button{ display:block!important; margin-top: 10px; cursor: pointer; width: 100%; display: inline-block; text-decoration: none; color: #FFF; font-size: 16px; line-height: 1em; }
.ce_grsliderStart .button>span{ display: inline-block; /*background: #73b23d;*/ padding: 12px 28px; border-radius: 8px; transition: all 0.2s; -o-transition: all 0.2s; -moz-transition: all 0.2s; -webkit-transition: all 0.2s; }

.ce_grsliderStart .swiper-slide.is-newstyle .swiper-cte{
    width: 70%!important;
    height: 100%!important;
    position: static!important;
}

.mod_article .parallax-window>video.parallax_video{ display: none!important; }

@media screen and (orientation: portrait){
    .ce_grsliderStart .swiper-slide.is-newstyle .swiper-cte{ width: 100%!important; }
    .ce_grsliderStart .swiper-slide{ height: auto!important; }
    .ce_grsliderStart .container{ width:100vw; margin: 0; }
    .ce_grsliderStart .swiper-bg{ height: 0; padding-bottom: 100%; position: relative; overflow: hidden; }
    .ce_grsliderStart img{ position: absolute; left:0;right:0;top:0;bottom:0; }
    .ce_grsliderStart .swiper-slide .wide{ display: none!important; }
    .ce_grsliderStart .swiper-slide .tall{ display: block!important; }
    .ce_grsliderStart .more{ display: none; }
    .ce_grsliderStart .swiper-cte{ /*padding-top: 20px;*/ padding-top: calc(100% + 20px); padding-bottom: 30px; /*margin-top:100%; margin-left: -15px; margin-right: -15px; width: calc(100% + 30px);*/ }
    .ce_grsliderStart .swiper-bg + .container>.row>.swiper-cte{ padding-top: 20px; }
    .ce_grsliderStart .swiper-wrapper::after{ content:''; display:block; clear: both;}
    .ce_grsliderStart, .ce_grsliderStart .swiper-wrapper{ height: auto!important; }
    /*.ce_grsliderStart *[class*="swiper-button-"]{ transform: none!important; -o-transform: none!important; -ms-transform: none!important; -moz-transform: none!important; -webkit-transform: none!important; position: relative; width: 50%; float: left; top: 0; margin-top: -43px; }*/
    .ce_grsliderStart .swiper-button-next{ text-align: right; }
    .ce_grsliderStart .portrait-text{ display: block; }
    .ce_grsliderStart .landscape-text{ display: none; }
}
@media screen and (orientation: landscape){
    .ce_grsliderStart .swiper-slide.is-newstyle>.container>.row::before{  position: absolute!important;  }
    .ce_grsliderStart .swiper-slide.is-newstyle .swiper-cte.vertical-center .landscape-text{ position: absolute; top: 50%; left: 15%; right: 15%;  transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%);  }
    .ce_grsliderStart .swiper-slide>.container{ display: block; /*width: 100%;*/ height: 100%; }
    .ce_grsliderStart .swiper-slide>.container>.row{ height: 100%; }
    .ce_grsliderStart .swiper-slide>.container>.row::before{ display: inline-block; width: 0; height: 100%; vertical-align: middle; content: ''; margin-right: -0.3em; }
    .ce_grsliderStart .swiper-cte{  height:auto!important; max-height: 100%; overflow:hidden; /*overflow-y: scroll;*/ padding-top: 20px; padding-bottom: 20px; /*margin-top: 50vh; transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%);*/ display: inline-block; float: none; vertical-align: middle; }
    .ce_grsliderStart .swiper-bg + .container>.row>.swiper-cte{ background: none!important; }
    .ce_grsliderStart .swiper-slide>.container[data-position="center"]{ text-align: center;/*float: none; margin-left: auto; margin-right: auto;*/ }
    .ce_grsliderStart .swiper-slide>.container[data-position="left"]{ text-align: left;/*float: left;*/ }
    .ce_grsliderStart .swiper-slide>.container[data-position="right"]{ text-align: right;/*float: right;*/ }
    .ce_grsliderStart .content.toggled{ max-height: 0; overflow: hidden; transition: max-height 2s; -o-transition: max-height 2s; -moz-transition: max-height 2s; -webkit-transition: max-height 2s; }
    .ce_grsliderStart .more.open{ display: none; }
    .ce_grsliderStart .more.open+.content.toggled{ max-height: 2000px; }
    .ce_grsliderStart .more{ cursor: pointer; width: 100%; display: inline-block; text-decoration: none; color: #FFF; font-size: 16px; line-height: 1em; }
    .ce_grsliderStart .more>span{ display: inline-block; /*background: #73b23d;*/ padding: 12px 28px; border-radius: 8px; transition: all 0.2s; -o-transition: all 0.2s; -moz-transition: all 0.2s; -webkit-transition: all 0.2s; }
}
@media screen and (min-width:768px) and (orientation: landscape){
    .ce_grsliderStart .swiper-slide>.container>.row::before{ margin-right: 0; }
    .ce_grsliderStart .swiper-cte{ width: 50%; }
}
@media screen and (min-width:992px) and (orientation: landscape){
    .ce_grsliderStart .swiper-cte{ /*width: 33.33333333%;*/ width: 50%; }
}
.ce_grsliderStart .headline{ border-bottom:none!important; margin-bottom: 12px; font-size: 28px; width: 100%; display: block; line-height: 1.4em; border-bottom-width: 1px; border-bottom-style: solid; }
.ce_grsliderStart .subheadline{ display: block; font-size: 33px; line-height: 1.1em; margin-bottom: 12px; }
.ce_grsliderStart .content{ display: block; font-size: 16px; line-height: 1.5em; }
.ce_grsliderStart .headline>*,  .ce_grsliderStart .subheadline>*,  .ce_grsliderStart .content>*{ margin: 0; font-size: inherit; color: inherit; line-height: inherit;}

html.mm-opening .mm-slideout{
    -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-opening body #mmenu{
    margin-right: -100%;
}
.mm-menu{
    width: 100%;
}
@media only screen and (min-width:440px){
    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);
    }
    .mm-opening body #mmenu{
        margin-right: -440px;
    }
}

/* Textformatierungen Bootstrap */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
    min-height: 0!important;
}
body,#wrapper{
    overflow-x: hidden;
}

.push-right{
    float: right!important;
}

body {
    font-family: 'uploaded','Open Sans', Arial, sans-serif !important;
}

body, p {
    font-size: 16px;
    line-height: 1.5em;
}

#main [class*="col-1-"] h1, #main [class*="col-1-"] h2, #main [class*="col-1-"] h3 {
    text-align:left;
}

#main .col-xs-12 h1, #main .col-xs-12 h2, #main .col-xs-12 h3 {
    text-align:left;
}

#main .col-xs-12:not(.col-sm-6) h1, #main .col-xs-12:not(.col-sm-6) h2, #main .col-xs-12:not(.col-sm-6) h3 {
    text-align:center;
}


#main h1, #main h2, #main h3, #main h4, #main h5, #main h6, #main p, #main pre, #main blockquote, #main table, #main ol, #main ul, #main form {
    margin-bottom: 0;
    margin: 25px 0 0 0;
}

#main h1 {
    font-size: 2.5em;
    line-height: 1.2em;
}

#main h2 {
    font-size: 1.6em;
    line-height:1.25em;
    text-align: center;
}

#main h3 {
    font-size: 1.2em;
    line-height: 1.35em;
    text-align: center;
}

#main h4 {
    font-size: 1em;
    line-height: 1.5em;
}

a, a:link, a:visited { text-decoration:underline; transition:all .3s; -moz-transition:all .3s; -webkit-transition:all .3s; -o-transition:all .3s; }
a:hover { text-decoration:none; transition:none; -moz-transition:none; -webkit-transition:none; -o-transition:none; }
a figure, a img { text-decoration:none; }

.mod_breadcrumb ul{
    margin-bottom: 0;
}

/* Textgrößen in den verschiedenen Spalten */

body #main .col-1-1 p { font-size: 1em; line-height: 1.5em; }
body #main .col-1-2 p { font-size: 1em; line-height: 1.5em; }
body #main .col-1-3 p { font-size: 0.75em; line-height: 1.5em; }

body #main .col-xs-12 p { font-size: 1em; line-height: 1.5em; margin-top:1.5em; }
/*body #main .col-xs-12.col-sm-6 p { font-size: 1em; line-height: 1.5em; }
body #main .col-xs-12.col-md-4 p { font-size: 0.75em; line-height: 1.5em; }
body #main .col-xs-12.col-md-4 h1,
body #main .col-xs-12.col-md-4 h2,
body #main .col-xs-12.col-md-4 h3,
body #main .col-xs-12.col-md-4 h4 { font-size: 1em; }
 
body #main .col-xs-12.col-md-3 p { font-size: 0.75em; line-height: 1.5em; margin-top:1.5em; }
body #main .col-xs-12.col-md-3 h1,
body #main .col-xs-12.col-md-3 h2,
body #main .col-xs-12.col-md-3 h3,
body #main .col-xs-12.col-md-3 h4 { font-size: 1em; }*/


/* Allgemeine Headerformatierung */
.invisible {
    display:none;
}

.clear {
    clear: both;
    height:.1px;
}

#scrollToTop {
    position:fixed;
    bottom: 20px;
    margin-right: -50px;
    right:0;
    z-index: 100;
    width: 50px;
    height: 50px;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    font-size: 30px;
    cursor: pointer;
}

#layoutCreatorHeader {
    overflow: visible;
    line-height:0.95em;
    position: relative;
}

#layoutCreatorHeader .xsmallTopMenuButton a {
    font-size:25px;
    text-decoration:none;
}

#layoutCreatorHeader #headerTopWrapper {
    /*padding-bottom: 15px;*/
    overflow: visible;
    position: relative;
    padding-top: 0;
}

.nav-wrapper {

}

#layoutCreatorHeader nav ul li {
    display: inline-block;
    margin-right: 20px;
    position: relative;
}

#layoutCreatorHeader #mainnav {
    bottom: 15px;
    right: 0;
}

#layoutCreatorHeader nav#mainnav ul li .arrow-down {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #000;
    /*bottom: -47px;*/
    bottom: -30px;
    height: 0;
    left: 50%;
    margin-left: -15px;
    position: absolute;
    width: 0;
    z-index: 10;
    display: none;
}

#layoutCreatorHeader nav#subnav {
    /*padding-bottom: 4px;*/
    padding-top: 15px;
    padding-bottom: 15px;
}


#layoutCreatorHeader nav#subnav .grid-pad,
#layoutCreatorHeader nav#subnav .row
{
    padding-top:5px;
    padding-bottom:0;
}

#layoutCreatorHeader nav#subnav ul {
    /*text-align: justify;*/
    /*text-align: left;*/
    text-align: center;
}

#layoutCreatorHeader nav ul li.justifier {
    padding-left: 100%;
    display: none!important;
}

#layoutCreatorHeader nav ul li.last {
    margin-right: 0px;
}

#layoutCreatorHeader nav ul li a {
    text-decoration: none;
}

#layoutCreatorHeader nav ul.level_1 {
    margin-bottom: 0;
}

#layoutCreatorHeader nav ul.level_2 {
}

#layoutCreatorHeader nav.xsmallTopMenuButton {
    display: none;
}

.mm-menu.mm-white .mm-list > li:after {
    /*border:none !important;*/
}

.mm-menu li a{
    text-decoration: none;
}

#layoutCreatorHeader.logoposition-Links nav.mod_changelanguage, #layoutCreatorHeader.logoposition-Rechts nav.mod_changelanguage{
    /*padding-top: 21px;*/
    padding-top: 16px;
    position: relative;
    cursor: pointer;
}

#layoutCreatorHeader .change_language{
    padding-right: 15px;
}

#layoutCreatorHeader.logoposition-Links nav.mod_changelanguage::before, #layoutCreatorHeader.logoposition-Rechts nav.mod_changelanguage::before{
    content: '\f0ac';
    font-family: FontAwesome;
    /*font-size: 13px;*/
    display: block;
    /*content: '\f008';
    font-family: 'Black Tie';*/
    font-weight: 400;
    /*font-size: 24px;*/
    font-size: 26px;
}

/*body:not() #layoutCreatorHeader .mod_changelanguage ul.level_1{
    position: absolute;
    top: 100%;
    margin-right: 0;
    right: 0;
    padding-top: 5px;
    display: none;
}*/

#layoutCreatorHeader #mainnav ul li.active a, #layoutCreatorHeader #mainnav ul li.trail a{
    font-weight: 600;
}

 #layoutCreatorHeader .mod_changelanguage ul.level_1 {
    padding: 20px 0 0 0;
    margin: 0;
    display: block;
    position: fixed;
    top: 0;
    right: 100%;
    bottom: 0;
    width: 100%;
    max-width: 440px;
    height: 100%;
    background: #575656;
    box-shadow: -3px 0 4px rgba(0,0,0,0.2) inset;
}

 #layoutCreatorHeader .mod_changelanguage ul.level_1 li{
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
}

 #layoutCreatorHeader .mod_changelanguage ul.level_1 li::after{
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    bottom: 0;
    width: auto;
    margin-left: 20px;
    position: relative;
    left: auto;
    border-color: rgba(0, 0, 0, 0.1);
}

#layoutCreatorHeader .mod_changelanguage ul.level_1{
    cursor: auto;
}
 #layoutCreatorHeader .mod_changelanguage ul.level_1 li a,
 #layoutCreatorHeader .mod_changelanguage ul.level_1 li a:hover,
 #layoutCreatorHeader .mod_changelanguage ul.level_1 li span,
 #layoutCreatorHeader .mod_changelanguage ul.level_1 li span:hover{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    /*color: #fff;*/
    line-height: 20px;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 0;
    text-decoration: none;
    width: 100%;
    font-size: 14px;
}

.mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen), .mm-menu.mm-white .mm-list > li.mm-selected > span, #layoutCreatorHeader .mod_changelanguage ul.level_1 span{
    background: rgba(0, 0, 0, 0.06);
    font-weight: 600;
}

.ce_grsliderStart{
    position: relative;
    clear: both;
}

 .ce_grsliderStart .swiper-button-prev,
 .ce_grsliderStart .swiper-button-next{
    /*height: 45px;
    cursor: pointer;
    opacity: 0.6;
    transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;*/
    cursor: pointer;
    height: 100%;
    width: 15%;
    opacity: 0!important;
}

 .ce_grsliderStart .swiper-pagination{
     width: 100%;
     position: absolute;
     bottom: 0;
     text-align: center;
 }

 .ce_grsliderStart .swiper-pagination>span{
     display: inline-block;
     width: 10px;
     height: 10px;
     margin-right: 8px;
     border-radius: 100%;
     background: #E0E0E0;
     opacity: 0.6;
     cursor: pointer;
     transition: all 0.4s;
     -o-transition: all 0.4s;
     -ms-transition: all 0.4s;
     -moz-transition: all 0.4s;
     -webkit-transition: all 0.4s;
 }

 .ce_grsliderStart .swiper-pagination>span:hover{
     opacity: 1;
 }

 .ce_grsliderStart .swiper-pagination>span.swiper-active-switch{
     background: #567d35;
     opacity: 1;
 }

 .ce_grsliderStart .swiper-button-prev:hover,
 .ce_grsliderStart .swiper-button-next:hover{
    opacity: 1;
    transition: all 0s;
    -o-transition: all 0s;
    -moz-transition: all 0s;
    -webkit-transition: all 0s;
}

 .ce_grsliderStart .swiper-button-prev::before{
    content: '\F092';
    display: block;
    font-family: 'Black Tie';
    font-size: 45px;
    margin-left: 15px;
    color: #FFF;
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
}

 .ce_grsliderStart .swiper-button-next::before{
    content: '\F093';
    display: block;
    font-family: 'Black Tie';
    font-size: 45px;
    margin-right: 15px;
    color: #FFF;
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
}

.mm-opening:not(.mm-changelanguage)  .mod_changelanguage ul.level_1, .mm-opened:not(.mm-changelanguage)  .mod_changelanguage ul.level_1{
    display: none!important;
}

.mm-opening.mm-changelanguage body #mmenu{
    display: none!important;
}

/*#layoutCreatorHeader .mod_changelanguage:hover ul.level_1{
    display: block;
}*/

#layoutCreatorHeader nav.mod_changelanguage ul li{
    float: left;
    clear: both;
    padding-bottom: 10px;
    margin-right: 0;
}

.ce_download a>i, .ce_downloads a>i{
    margin-right: 10px;
}

/* CSS Abhängig von Logo-Positionierung */

#layoutCreatorHeader nav {
    padding-top: 15px;
}

/* Logo Rechts */
#layoutCreatorHeader.logoposition-Rechts nav#mainnav {
    float: left;
    left: 0;
}



#layoutCreatorHeader.logoposition-Rechts #logo {
    float: right;
    text-align: right;
}

#logo img{
    max-width: 100%;
}

/* Logo Mitte */

#layoutCreatorHeader.logoposition-Mitte #logo, #layoutCreatorHeader.logoposition-Mitte nav#mainnav {
    display: auto;
    /*float: none;*/

    float: left;
    width: 100%;
}

#layoutCreatorHeader.logoposition-Mitte nav#mainnav {
    position:relative;
}

#layoutCreatorHeader.logoposition-Mitte #headerTopWrapper {
    text-align: center;
    /*padding-bottom: 5px;*/
}

#layoutCreatorHeader.logoposition-Mitte #logo {
    margin-bottom: 30px;
}

#layoutCreatorHeader.logoposition-Mitte nav#mainnav ul li .arrow-down {
    bottom: -30px;
}

#layoutCreatorHeader.logoposition-Mitte nav#mainnav ul {
    text-align: justify;
}

/*#layoutCreatorHeader.logoposition-Mitte nav#subnav ul {
    padding-top: 20px;
}*/

#layoutCreatorHeader.logoposition-Mitte .nav-wrapper{
    padding-left: 15px;
    padding-right: 15px;
}

#layoutCreatorHeader.logoposition-Mitte .nav-wrapper>ul{
    margin-bottom: -15px;
}


/* Stage */

.custom {
    /*margin-bottom: 50px*/;
}

/* Artikel */

#main .mod_article {
    /*padding-bottom: 20px;*/
}

#main [class*="col-"] img {
    max-width: 100%;
    height: auto;
    display: block;

}

#main figure.float_above {
    text-align: center;
}

#main figure.float_above img {
    display: inline-block;
}

/*Texte*/

/*.standardText, .standardText *{
    font-size:16px;
    line-height:26px;
}

.grosserText, .grosserText * {
    font-size:20px;
    line-height:38px;
}

.sehrGrosserText, .sehrGrosserText *  {
    font-size:34px;
    line-height:56px;
} */

/* IconTabs */

#main .iconTabs .tab-control.over {
    padding-bottom: 0;
    margin-bottom: 15px;
}
#main .iconTabs .tab-control.under {
    padding-top: 0;
    margin-top: 15px;
}

#main .iconTabs .tab-control div.col-1-3,
#main .iconTabs .tab-control div.col-xs-4{
    text-align: center;
}

#main .iconTabs .tab-control a {
    text-decoration: none;
}

#main .iconTabs .tab-control a.active {
    font-weight: bold;
}

#main .iconTabs .tab-header img {
    display: none;
}

#main .iconTabs .tab-header  {
    text-align:center;
    margin-bottom: 0;
}

#main .iconTabs [class*="tabs-"] {
    display: none;
    text-align: center;
}

#main .ce_iconTabs .tab-description {
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: 0;
}

#main .ce_iconTabs .tab-description [class*="tabs-"] p {
    display: block;
    margin-left: 25px;
    margin-right: 25px;
}

#main .iconTabs .tab-control {
    padding-top: 25px;
    padding-bottom: 0px;
}

#main .iconTabs .tab-control > .col-1-3,
#main .iconTabs .tab-control > .col-md-4{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

#main .iconTabs .tab-control img {
    display: inline-block;
    width: 50%;
    height: auto;
    padding-bottom: 25px;
}

/* IconTabs mit Button */
#main .iconTabs .tab-control,
#main .iconTabs .tab-control p,
#main .iconTabs .tab-control a { font-size:16px; line-height:26px; }
#main .iconTabs .buttons-1 .no-padding-right { padding-right:0; }
#main .iconTabs .buttons-1 .no-padding-right a { display:block; padding:10px 0; }
#main .iconTabs .buttons-1 div:hover { opacity:0.85; }
#main .iconTabs .buttons-1 .no-padding-right a.active {
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.40);
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.40);
    box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.40);
    font-weight:bold;

}
#main .iconTabs .buttons-1 div.active:hover { opacity:1;}

#main .iconTabs .buttons-1 .first,
#main .iconTabs .buttons-1 .first a {
    -webkit-border-top-left-radius:15px;
    -webkit-border-bottom-left-radius:15px;
    -moz-border-radius-topleft:15px;
    -moz-border-radius-bottomleft:15px;
    border-top-left-radius:15px;
    border-bottom-left-radius:15px;
}

#main .iconTabs .buttons-1 .first {
    border-right:1px solid #FFF;
}

#main .iconTabs .buttons-1 .last,
#main .iconTabs .buttons-1 .last a {
    -webkit-border-top-right-radius:15px;
    -webkit-border-bottom-right-radius:15px;
    -moz-border-radius-topright:15px;
    -moz-border-radius-bottomright:15px;
    border-top-right-radius:15px;
    border-bottom-right-radius:15px;
}

#main .iconTabs .buttons-1 .last {
    border-left:1px solid #FFF;
}

.teaser_content > p{
    display: inline;
    margin-right: 0.5em;
}

.more a::before{
    content:'\f105';
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 5px;
}

p.back{
    clear: both;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

p.back a::before{
    content: '\f104';
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 5px;
}

div.custom [class*="col-"]{
    float:none;
    /*    padding-right: 0;*/
}

figure.image_container{
    max-width: 100%;
}

div.custom .ce_image .image_container img {
    width: 100%;
    display: block;
    height: auto;
}


/* Footer */

footer,
#footer {
    margin-top:40px;
}

footer,
#footer,
#footer p {
    font-size:13px;
    line-height:20px;
}

#footer .mod_breadcrumb {
    display: block;
    padding: 8px 0 8px 0;
    text-align: center;
    font-style: normal;
    font-weight: normal;
}

#footer .grau + .mod_breadcrumb {
    margin-top: 0;
}

#footer .mod_breadcrumb .inside {
    text-align: left;
}

#footer .mod_breadcrumb a, .mod_breadcrumb a:link, .mod_breadcrumb a:visited {
    text-decoration:none;
    font-style: normal;
    font-weight: normal;
}


#footer .mod_breadcrumb ul {
    list-style-position: outside;
    list-style-image: none;
    list-style-type: none;
    text-align: left;
    padding-top: 0px;
    padding-bottom: 0px;
}

#footer .mod_breadcrumb ul li {
    display: inline;
    margin: 0 2px 0 0;

}


#footer .mod_breadcrumb ul li:before {
    font-family: 'FontAwesome';
    content: "\f105  ";
}

#footer .mod_breadcrumb ul li.ohne:before,
#footer .mod_breadcrumb ul li.first:before {
    content: "";
}


#footer h5 {
    padding:15px 0 0 0;
    font-size:13px;
    line-height:20px;
    font-style: normal;
    font-weight: bold;
    text-align: left;
    margin:0 0 0 0;
}

#footer a {
    text-decoration: none;
}


#footer .inside {

    text-align: left;
}

/*#footer .footerAdresse {
    margin: 25px 0 0 0;
}*/

#layoutCreatorFooter {
    padding-top:0;
    padding-bottom:1px;
}

/*.ce_accordion {
    border-top: 1px solid;
    }
    
.ce_accordion:last-of-type {
    border-bottom: 1px solid;
    }*/

.ce_accordion{
    position: relative;
}

.ce_accordion::before{
    content: '';
    display: block;
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0;
    bottom: -1px;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.ce_accordion>*{
    position: relative;
    z-index: 2;
}

.ce_accordion .toggler::before{
    content: '\f055';
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 5px;
    font-weight: 500!important;
}

.ce_accordion .toggler.ui-accordion-header-active::before{
    content: '\f056';
}

#main .ce_accordion .ui-accordion-content>.row>*:first-child{
    margin-top: 7px;
}

#main .ce_accordion .ui-accordion-content>.row>*:first-child>*:first-child{
    margin-top: 0;
}

.ui-accordion-header {
    padding: 15px 0;
    cursor:pointer;
    outline: 0;
}

.ui-accordion-header[aria-selected="true"]{
    font-weight: bold;
    border-bottom: 0;
}

.ui-accordion-content {
    padding-left: 20px;
    padding-top: 0;
    padding-bottom: 25px;
}

.ui-accordion-content p:first-of-type {
    margin-top: 0 !important;
}

#main .ui-accordion-content h1, #main .ui-accordion-content h2, #main .ui-accordion-content h3 {
    font-weight: bold;
    text-align:left;
}

.formbody label, .formbody input, .formbody select, .captcha_text {
    display:block;
}

.formbody label {
    margin-bottom: 10px;
}

.formbody input, .formbody textarea, .formbody select {
    margin-bottom: 10px;
    width: 100%;
    box-shadow: none;
    border-radius: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: #CCC;
    padding: 10px;
}

.formbody fieldset { margin:0 0 0 0; padding:10px 0 32px 0; border-top:2px solid #46962b; border-bottom:none; border-left:none; border-right:none; }
.formbody fieldset legend { color:#46962b; padding:0 10px 0 0; margin:20px 0; }

.formbody input.submit {
    cursor:pointer;
    -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-ms-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;

}

.slider-control .slider-prev, .slider-control .slider-next {
    display:none;
}

.ce_revolutionslider span:not(.standardText):not(.grosserText):not(.sehrGrosserText){
    font-size: inherit!important;
}

.ce_revolutionslider .rs-container .banner .slide img{
    width: auto;
}

.ce_revolutionslider *[class*='col-']{
    padding-left: 0;
    padding-right: 0;
    width: auto;
}

.ce_revolutionslider [class*='box_']{
    padding: 8px 40px;
}

.ce_revolutionslider [class*='box_'] p{
    margin-bottom: 0;
}

.ce_revolutionslider .box_white{
    background: #FFF;
}

.ce_revolutionslider .box_green{
    background: #69931d;
}

.ce_revolutionslider [class*='box_'][class*='from_']::before{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    z-index: -1;
    display: block;
    position: absolute;
    background: inherit;
}

.ce_revolutionslider [class*='box_'].from_top{
    padding-top: 0;
}

.ce_revolutionslider [class*='box_'].from_top::before{
    top: -100vh;
}

.ce_revolutionslider [class*='box_'].from_left{
    padding-left: 0;
}

.ce_revolutionslider [class*='box_'].from_left::before{
    left: -100vw;
}

.ce_revolutionslider [class*='box_'].from_right{
    padding-right: 0;
}

.ce_revolutionslider [class*='box_'].from_right::before{
    right: -100vw;
}

.ce_revolutionslider [class*='box_'].from_bottom{
    padding-bottom: 0;
}

.ce_revolutionslider [class*='box_'].from_bottom::before{
    bottom: -100vh;
}

.ce_revolutionslider .rs-container div.button.block{
    height: auto;
}

.ce_revolutionslider .rs-container div.button.block a{
    padding: 16px 20px;
    background: #69931d;
    border-radius: 8px;
    height: auto;
}

.ce_revolutionslider .rs-container div.button.block *{
    color: #FFF;
    font-family: 'source-sans-pro';
    font-size: 32px;
    font-weight: 100;
    box-shadow: none;
    text-shadow: none;
    text-decoration: none;
    margin: 0;
}

.ce_revolutionslider .rs-container div.button.block a:hover{
    background: #888;
}

.ce_revolutionslider .grosserText{
    font-size: 32px;
    line-height: 1.1em;
}

.ce_revolutionslider .tk-source-sans-pro{
    font-weight: 300;
}

.ce_revolutionslider .tk-source-sans-pro,
.ce_revolutionslider .tk-source-sans-pro *{
    line-height: 1.1em;
}

.ce_revolutionslider .tk-ff-market-web{
    font-weight: 400;
}

.ce_revolutionslider .tk-ff-market-web,
.ce_revolutionslider .tk-ff-market-web *,
.ce_revolutionslider .tk-ff-market-web .grosserText,
.ce_revolutionslider .tk-ff-market-web.grosserText{
    font-size: 75px;
    line-height: 1.1em;
}

.ce_revolutionslider .white{
    color: #FFF;
}

.ce_revolutionslider .green{
    color: #69931d;
}

.ce_revolutionslider span.small,
.ce_revolutionslider .standardText{
    font-size: 27px;
}

.ce_revolutionslider .tk-ff-market-web span.small,
.ce_revolutionslider .tk-ff-market-web .standardText,
.ce_revolutionslider .tk-ff-market-web.small,
.ce_revolutionslider .tk-ff-market-web.standardText{
    font-size: 69px;
}

.ce_revolutionslider span.big,
.ce_revolutionslider .sehrGrosserText{
    font-size: 40px;
}

.ce_revolutionslider .tk-ff-market-web span.big,
.ce_revolutionslider .tk-ff-market-web .sehrGrosserText,
.ce_revolutionslider .tk-ff-market-web.big,
.ce_revolutionslider .tk-ff-market-web.sehrGrosserText{
    font-size: 127px;
}

.ce_revolutionslider .lfb,
.ce_revolutionslider .lfl,
.ce_revolutionslider .lfr,
.ce_revolutionslider .lft{
    opacity: 1!important;
}

.ce_revolutionslider .lfb.full_width,
.ce_revolutionslider .lft.full_width{
    height: calc(200% + 25px);
    overflow: visible;
}
.ce_revolutionslider .lfb.full_width>*{
    margin-top: -25px!important;
}

.ce_revolutionslider .full_width{
    min-width: 100%;
    left: 0!important;
}

.ce_revolutionslider .full_width *{
    width: 100%!important;
    height: auto!important;
}


.ce_revolutionslider .rs-container.fullscreen span.small,
.ce_revolutionslider .rs-container.fullscreen .standardText{
    font-size: 18px;
}
.ce_revolutionslider .rs-container.fullscreen span.big,
.ce_revolutionslider .rs-container.fullscreen .grosserText{
    font-size: 29px;
}
.ce_revolutionslider .rs-container.fullscreen,
.ce_revolutionslider .rs-container.fullscreen .toggler,
.ce_revolutionslider .rs-container.fullscreen section.ce_accordion .ui-accordion-content a,
.ce_revolutionslider .rs-container.fullscreen section.ce_accordion .ui-accordion-content p{
    font-size: 12px;
    font-weight: 300;
}

.ce_revolutionslider .rs-container.fullscreen .toggler,
.ce_revolutionslider .rs-container.fullscreen section.ce_accordion .ui-accordion-content a{
    padding: 9px 22px;
    background: #73b23d;
    color: #FFF;
    border-radius: 8px;
    text-decoration: none!important;
    display: inline-block;
    cursor: pointer;
    opacity: 1;
    transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.ce_revolutionslider .rs-container.fullscreen section.ce_accordion .ui-accordion-content a {
    margin-top: 25px;
}
.ce_revolutionslider .rs-container.fullscreen .toggler:hover,
.ce_revolutionslider .rs-container.fullscreen section.ce_accordion .ui-accordion-content a:hover{
    background: #A4D271;
}
.ce_revolutionslider .rs-container.fullscreen .toggler::before,
.ce_revolutionslider .rs-container.fullscreen .toggler.ui-state-active,
.ce_revolutionslider .rs-container.fullscreen section.ce_accordion::before{
    display: none!important;
}
.ce_revolutionslider .rs-container.fullscreen section.ce_accordion .ui-accordion-content{
    padding: 0;
}
.ce_revolutionslider .rs-container.fullscreen .ce_text,
.ce_revolutionslider .rs-container.fullscreen section.ce_accordion{
    max-width: 290px;
}
.ce_revolutionslider .rs-container.fullscreen section.ce_accordion .ui-accordion-content p{
    white-space: normal!important;
}
.ce_revolutionslider .textcenter *{
    text-align: center!important;
}
.ce_revolutionslider .border-bottom{
    width: 100%;
    display: block!important;
    line-height: 1.8em!important;
    border-bottom: 1px solid #73b23d!important;
}
.ce_revolutionslider .rs-container.fullscreen .textcenter section.ce_accordion{
    width: 100%;
}

@media only screen and (min-width: 768px){
    .ce_revolutionslider .rs-container.fullscreen .toggler,
    .ce_revolutionslider .rs-container.fullscreen section.ce_accordion .ui-accordion-content a {
        padding: 13px 24px;
    }
    .ce_revolutionslider .rs-container.fullscreen span.small,
    .ce_revolutionslider .rs-container.fullscreen .standardText{
        font-size: 23px;
    }
    .ce_revolutionslider .rs-container.fullscreen span.big,
    .ce_revolutionslider .rs-container.fullscreen .grosserText{
        font-size: 38px;
    }
    .ce_revolutionslider .rs-container.fullscreen,
    .ce_revolutionslider .rs-container.fullscreen .toggler,
    .ce_revolutionslider .rs-container.fullscreen section.ce_accordion .ui-accordion-content a,
    .ce_revolutionslider .rs-container.fullscreen section.ce_accordion .ui-accordion-content p{
        font-size: 18px;
    }
    .ce_revolutionslider .rs-container.fullscreen .ce_text,
    .ce_revolutionslider .rs-container.fullscreen section.ce_accordion{
        max-width: 440px;
    }
}

@media only screen and (min-width: 992px){
    .ce_revolutionslider .rs-container.fullscreen .toggler,
    .ce_revolutionslider .rs-container.fullscreen section.ce_accordion .ui-accordion-content a {
        padding: 22px 50px;
    }
    .ce_revolutionslider .rs-container.fullscreen section.ce_accordion .ui-accordion-content a {
        margin-top: 80px;
    }
    .ce_revolutionslider .rs-container.fullscreen span.small,
    .ce_revolutionslider .rs-container.fullscreen .standardText{
        font-size: 46px;
    }
    .ce_revolutionslider .rs-container.fullscreen span.big,
    .ce_revolutionslider .rs-container.fullscreen .grosserText{
        font-size: 74px;
    }
    .ce_revolutionslider .rs-container.fullscreen,
    .ce_revolutionslider .rs-container.fullscreen .toggler,
    .ce_revolutionslider .rs-container.fullscreen section.ce_accordion .ui-accordion-content a,
    .ce_revolutionslider .rs-container.fullscreen section.ce_accordion .ui-accordion-content p{
        font-size: 24px;
    }
    .ce_revolutionslider .rs-container.fullscreen .ce_text,
    .ce_revolutionslider .rs-container.fullscreen section.ce_accordion{
        max-width: 780px;
    }
}


/* Scroll to top */
.scrollToTop { font-size:30px; line-height:1em; padding:10px 13px; background:#dadada; color:#666; position:fixed; bottom:30px; right:0; display:none; }
.scrollToTop:hover { background-color:#CCC; }


.grid-pad,.row {
    padding-top: 0;
    padding-bottom: 0;
}

#main [class*='col-'] {
    /*margin-bottom: 40px;*/
    margin-top: 40px;
}

#main .ce_accordion:not([class*="col-sm-"]) + .ce_accordion {
    margin-top: 0;
}

#layoutCreatorFooter{
    padding-top: 1em;
    padding-bottom: 1em;
}


#wrapper>.custom>.mod_article{
    margin-left: -15px;
    margin-right: -15px;
}


.navi_is_mobile #layoutCreatorHeader nav.xsmallTopMenuButton{
    display:block!important;
}

.navi_is_mobile #layoutCreatorHeader #mainnav, .navi_is_mobile #layoutCreatorHeader #subnav{
    display:none!important;
}

.navi_is_mobile #logo{
    float: left!important;
    text-align: left!important;
    width: 50%;
    max-width: 400px;
    min-width: 200px;
}

#logo{
    transition: none;
    -o-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
}

#logo img{
    max-width: 100%;
    height: auto;
}

html:not(.navi_is_mobile) .mod_changelanguage .level_1{
    position: absolute!important;
    right: 0!important;
    width: auto!important;
    top: 100%!important;
    height: auto!important;
    bottom: auto!important;
    padding-top: 0!important;
    background: none!important;
    max-height: 0!important;
    overflow: hidden;
    box-shadow: none!important;
    transition: max-height 0.4s, padding 0.05s 0.4s;
    -o-transition: max-height 0.4s, padding 0.05s 0.4s;
    -moz-transition: max-height 0.4s, padding 0.05s 0.4s;
    -webkit-transition: max-height 0.4s, padding 0.05s 0.4s;
}

html:not(.navi_is_mobile).mm-changelanguage .mod_changelanguage .level_1{
    max-height: 400px!important;
    padding-top: 10px!important;
    transition: max-height 0.4s 0.05s, padding 0.05s;
    -o-transition: max-height 0.4s 0.05s, padding 0.05s;
    -moz-transition: max-height 0.4s 0.05s, padding 0.05s;
    -webkit-transition: max-height 0.4s 0.05s, padding 0.05s;
}

html:not(.navi_is_mobile) .mod_changelanguage .level_1::after{
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

html:not(.navi_is_mobile) .mod_changelanguage .level_1 #changelanguage_closer{
    display: none;
}

html:not(.navi_is_mobile) .mod_changelanguage .level_1 span,
html:not(.navi_is_mobile) .mod_changelanguage .level_1 a{
    padding-left: 15px!important;
    padding-right: 15px!important;
    text-align: center!important;
}

html:not(.navi_is_mobile) .mod_changelanguage .level_1 li{
    position: relative;
    z-index: 2;
}

html:not(.navi_is_mobile) .mod_changelanguage .level_1 li::after{
    margin-left: 0!important;
}

html:not(.navi_is_mobile) .mod_changelanguage .level_1::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    border-bottom: 10px solid #575656;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    right: 0;
}

#mmenu_closer,
#changelanguage_closer{
    position: relative;
    z-index: 20;
    float: right;
    font-size: 24px;
    margin: 10px;
    padding: 5px;
    cursor: pointer;
}

#changelanguage_closer{
    margin-top: -10px;
}

#mmenu ul.level_1{
    padding-top: 60px;
}

#mmenu{
    left: auto;
    right: 100%;
    margin-right: 0;
    transition: 0.4s margin ease;
    -o-transition: 0.4s margin ease;
    -moz-transition: 0.4s margin ease;
    -webkit-transition: 0.4s margin ease;
    transform: none!important;
    display: block!important;
}

.mm-opening #mmenu{
    margin-right: -80%;
}

.mm-opened .mm-slideout{
    background: none!important;
}

#top .mm-menu .mm-list > li > a.mm-subopen::after{
    content: none!important;
}

#top .mm-menu .mm-list > li > a.mm-subopen::before{
    content: '\f01B';
    font-family: 'Black Tie';
    font-weight: 400;
    width: 100%;
    padding-top: 11px;
    position: absolute;
    right: 0;
    text-align: center;
    left: auto;
}

#top .mm-menu .mm-list > li > a.mm-subopen.mm-fullsubopen::before{
    border: none;
    width: auto;
    right: 16px;
}

#top .mm-menu .mm-list > li.mm-opened > a.mm-subopen::before{
    content: '\f021';
}

.button_container a{
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    color: #FFF;
    font-size: 16px;
    line-height: 1em;
    padding: 12px 28px;
    border-radius: 8px;
    transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

a>.button_container{
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    color: #FFF;
    font-size: 16px;
    line-height: 1em;
    padding: 12px 28px;
    border-radius: 8px;
    transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.ce_dlh_googlemaps{
    overflow: hidden;
}

.dlh_googlemap{
    max-width: 100%;
}

#layoutCreatorCookieBar{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding: 25px;
    z-index: 2000;
    font-size: 14px;
}

#layoutCreatorCookieBar a{
    white-space: nowrap;
}

#layoutCreatorCookieBar #cookieBarCloser{
    margin-left: 20px;
    border: 1px solid;
    border-radius: 5px;
    padding: 11px 15px 9px;
    display: inline-block;
    margin-top: 5px;
}

@media only screen and (min-width: 550px){

    .mm-opening #mmenu{
        margin-right: -440px;
    }
}

@media handheld, only screen and (max-width: 767px) {
    /*
        #logo {
            float: left!important;
            width: 100%;
            max-width: 50%;
            min-width: 200px;
        }
    */

    #layoutCreatorHeader #mainnav, #layoutCreatorHeader #subnav{
        display:none !important;
    }

    #layoutCreatorHeader nav.xsmallTopMenuButton {
        display: block;
    }

    .tab-control > div[class*="col-"] {
        float:left;
        width: 33.33%;
    }

    .tab-control > div[class*="col-"] a {
    }

    .FSGD-logo-slider-element-info .logo-slider-left {
        padding-left: 20px !important;
        padding-right: 20px;
    }

    .FSGD-logo-slider-element-info .logo-slider-right {
        padding-left: 20px !important;
        padding-right: 20px;
    }

}

/*
@media handheld, only screen and (max-width: 568px) {
    .tab-control > div[class*="col-"] a {
        font-size: 1em;
    }
}
*/

@media handheld, only screen and (max-width: 767px) {

    /*
        body #main .col-1-3,
        body #main .col-1-3 p { font-size:16px; line-height:26px; }
        body #main .col-xs-12.col-md-4,
        body #main .col-xs-12.col-md-4 p { font-size:16px; line-height:26px; }
    */

}

@media only screen and (min-width: 768px){
    body #main .col-xs-12.col-sm-6 p { font-size: 1em; line-height: 1.5em; }
}

@media only screen and (min-width: 992px){
    body #main .col-xs-12.col-md-4 p { font-size: 0.75em; line-height: 1.5em; }
    body #main .col-xs-12.col-md-4 h1,
    body #main .col-xs-12.col-md-4 h2,
    body #main .col-xs-12.col-md-4 h3,
    body #main .col-xs-12.col-md-4 h4 { font-size: 1em; }

    body #main .col-xs-12.col-md-3 p { font-size: 0.75em; line-height: 1.5em; margin-top:1.5em; }
    body #main .col-xs-12.col-md-3 h1,
    body #main .col-xs-12.col-md-3 h2,
    body #main .col-xs-12.col-md-3 h3,
    body #main .col-xs-12.col-md-3 h4 { font-size: 1em; }
}

.blueaccordion {
  margin-bottom: 5px;
}

.blueaccordion .ui-accordion-header {
  background: #3ca1db;
  color: #FFF;
  padding: 15px 10px;
}

.blueaccordion::before {
  border-bottom: 0; 

}

.blueaccordion .ui-accordion-content {
    padding-top: 20px;
}

@font-face {
	font-family: 'uploaded';
	src: url('/files/userfiles/Gemuesering/Fonts/DaxWeb.eot');
	src: url('/files/userfiles/Gemuesering/Fonts/DaxWeb.eot?#iefix') format('embedded-opentype'),
		url('/files/userfiles/Gemuesering/Fonts/DaxWeb.woff') format('woff'),
		url('/files/userfiles/Gemuesering/Fonts/DaxWeb.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'uploaded';
	src: url('/files/userfiles/Gemuesering/Fonts/DaxWeb-Bold.eot');
	src: url('/files/userfiles/Gemuesering/Fonts/DaxWeb-Bold.eot?#iefix') format('embedded-opentype'),
		url('/files/userfiles/Gemuesering/Fonts/DaxWeb-Bold.woff') format('woff'),
		url('/files/userfiles/Gemuesering/Fonts/DaxWeb-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}


@font-face {
	font-family: 'uploaded-normal';
	src: url('/files/userfiles/Gemuesering/Fonts/DaxWeb.eot');
	src: url('/files/userfiles/Gemuesering/Fonts/DaxWeb.eot?#iefix') format('embedded-opentype'),
		url('/files/userfiles/Gemuesering/Fonts/DaxWeb.woff') format('woff'),
		url('/files/userfiles/Gemuesering/Fonts/DaxWeb.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'uploaded-bold';
	src: url('/files/userfiles/Gemuesering/Fonts/DaxWeb-Bold.eot');
	src: url('/files/userfiles/Gemuesering/Fonts/DaxWeb-Bold.eot?#iefix') format('embedded-opentype'),
		url('/files/userfiles/Gemuesering/Fonts/DaxWeb-Bold.woff') format('woff'),
		url('/files/userfiles/Gemuesering/Fonts/DaxWeb-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
#layoutCreatorHeader {
	background-color: #ffffff;
}
#layoutCreatorHeader nav#mainnav ul li .arrow-down {
	border-top-color: #ffffff;
}
#layoutCreatorHeader #mainnav ul li a, #layoutCreatorHeader .xsmallTopMenuButton a, .mod_changelanguage div, .mod_changelanguage::before {
	color: #666666;
}
#mmenu, #layoutCreatorHeader .mod_changelanguage ul.level_1, html:not(.navi_is_mobile) .mod_changelanguage .level_1::after {
	background: #666666;
}
#mmenu a, #mmenu span, #layoutCreatorHeader .mod_changelanguage ul.level_1 a, #layoutCreatorHeader .mod_changelanguage ul.level_1 span, #layoutCreatorHeader .mod_changelanguage ul.level_1 li a, #layoutCreatorHeader .mod_changelanguage ul.level_1 li a:hover, #layoutCreatorHeader .mod_changelanguage ul.level_1 li span, #layoutCreatorHeader .mod_changelanguage ul.level_1 li span:hover {
	color: #ffffff;
}
html:not(.navi_is_mobile) .mod_changelanguage .level_1::before {
	border-bottom-color: #666666;
}
#layoutCreatorHeader #mainnav ul li:hover a, #layoutCreatorHeader .xsmallTopMenuButton a:hover, .mod_changelanguage div:hover, .mod_changelanguage:hover::before, nav.mod_changelanguage .speechbubble:hover {
	color: #567d35;
}
.ce_hover-box::after {
	border-color: #567d35;
}
#layoutCreatorHeader #mainnav ul li a:active, #layoutCreatorHeader .xsmallTopMenuButton a:active, .mod_changelanguage div:active {
	color: #567d35;
}
#layoutCreatorHeader #mainnav ul li.active a, #layoutCreatorHeader #mainnav ul li.trail a {
	color: #567d35;
}
#subnav {
	background-color: #586940;
}
#layoutCreatorHeader #subnav ul li a {
	color: #000000;
}
#layoutCreatorHeader #subnav ul li:hover a {
	color: #567d35;
}
#layoutCreatorHeader #subnav ul li:active a {
	color: #567d35;
}
#layoutCreatorHeader #subnav ul li.active span {
	color: #567d35;
}
#footer {
	background-color: #12663a;
}
#footer {
	color: #ffffff;
}
#footer a {
	color: #ffffff;
}
#footer a:hover {
	color: #80a61b;
}
#footer a:active {
	color: #80a61b;
}
#layoutCreatorCookieBar {
	background: #12663a;
}
#layoutCreatorCookieBar {
	color: #ffffff;
}
#layoutCreatorCookieBar a {
	color: #ffffff;
}
#layoutCreatorCookieBar a:hover {
	color: #80a61b;
}
#layoutCreatorCookieBar a:active {
	color: #80a61b;
}
#layoutCreatorCookieBar #cookieBarCloser {
	color: #ffffff;
}
#layoutCreatorCookieBar #cookieBarCloser:hover {
	color: #12663a;
}
#layoutCreatorCookieBar #cookieBarCloser:active {
	color: #12663a;
}
#layoutCreatorCookieBar #cookieBarCloser:hover {
	background: #ffffff;
}
#layoutCreatorCookieBar #cookieBarCloser:active {
	background: #ffffff;
}
#footer .mod_breadcrumb, #scrollToTop {
	background-color: #80a61b;
}
#footer .mod_breadcrumb ul, #scrollToTop {
	color: #98c33c;
}
#footer .mod_breadcrumb ul li a {
	color: #ffffff;
}
#footer .mod_breadcrumb ul li:hover a, #scrollToTop:hover {
	color: #ffffff;
}
#footer .mod_breadcrumb ul li:active a {
	color: #ffffff;
}
#footer .mod_breadcrumb ul li.active  {
	color: #ffffff;
}
.formbody input, .formbody textarea {
	border-color: #000000;
}
.formbody input.submit {
	background-color: #000000;
}
.formbody input.submit:hover {
	background-color: #000000;
}
.formbody input.submit {
	color: #000000;
}
.formbody input.submit:hover {
	color: #000000;
}
.mod_article.Standard, .mod_article.Standard .iconTabs .tab-description [class*="tabs-"] {
	background-color: #FFFFFF;
	color: #666666;
}
.mod_article.Standard .ui-accordion-header {
	border-bottom-color: #666666;
}
.mod_article.Standard a {
	color: #46962b;
}
.mod_article.Standard a:hover {
	color: #666666;
}
.mod_article.Standard a:active {
	color: #666666;
}
.mod_article.Standard .tab-control.buttons-1 .col-1-3 {
	background-color: #46962b !important;
}
.mod_article.Standard .tab-control.buttons-1 a {
	color: #FFFFFF !important;
}
.mod_article.Standard .iconTabs .buttons-1 .first {
	border-right-color: #FFFFFF !important;
}
.mod_article.Standard .iconTabs .buttons-1 .last {
	border-left-color: #FFFFFF !important;
}
.mod_article.Standard .button_container a {
	background: #666666;
	color: #FFFFFF;
}
.mod_article.Standard .button_container a:hover {
	background: #FFFFFF;
	color: #FFFFFF;
}
.mod_article.Standard a>.button_container {
	background: #666666;
	color: #FFFFFF;
}
.mod_article.Standard a:hover>.button_container {
	background: #FFFFFF;
	color: #FFFFFF;
}
.ce_grsliderStart .mod_article.Standard .more>span {
	background: #46962b;
	color: #666666;
}
.ce_grsliderStart .mod_article.Standard .headline {
	border-bottom-color: #46962b;
}
.ce_grsliderStart .mod_article.Standard .more:hover>span {
	background: #666666;
	color: #46962b;
}
@media only screen and (orientation: portrait){ .ce_grsliderStart .mod_article.Standard {
	background: #666666;
	color: #FFFFFF;
}
 }
.mod_article.default, .mod_article.default .iconTabs .tab-description [class*="tabs-"] {
	background-color: #FFFFFF;
	color: #666666;
}
.mod_article.default .ui-accordion-header {
	border-bottom-color: #666666;
}
.mod_article.default a {
	color: #46962b;
}
.mod_article.default a:hover {
	color: #666666;
}
.mod_article.default a:active {
	color: #666666;
}
.mod_article.Standard-invert, .mod_article.Standard-invert .iconTabs .tab-description [class*="tabs-"] {
	background-color: #555555;
	color: #FFFFFF;
}
.mod_article.Standard-invert .ui-accordion-header {
	border-bottom-color: #FFFFFF;
}
.mod_article.Standard-invert a {
	color: #adbf52;
}
.mod_article.Standard-invert a:hover {
	color: #000000;
}
.mod_article.Standard-invert a:active {
	color: #000000;
}
.mod_article.Standard-invert .tab-control.buttons-1 .col-1-3 {
	background-color: #adbf52 !important;
}
.mod_article.Standard-invert .tab-control.buttons-1 a {
	color: #555555 !important;
}
.mod_article.Standard-invert .iconTabs .buttons-1 .first {
	border-right-color: #555555 !important;
}
.mod_article.Standard-invert .iconTabs .buttons-1 .last {
	border-left-color: #555555 !important;
}
.mod_article.Standard-invert .button_container a {
	background: #666666;
	color: #FFFFFF;
}
.mod_article.Standard-invert .button_container a:hover {
	background: #FFFFFF;
	color: #FFFFFF;
}
.mod_article.Standard-invert a>.button_container {
	background: #666666;
	color: #FFFFFF;
}
.mod_article.Standard-invert a:hover>.button_container {
	background: #FFFFFF;
	color: #FFFFFF;
}
.ce_grsliderStart .mod_article.Standard-invert .more>span {
	background: #adbf52;
	color: #FFFFFF;
}
.ce_grsliderStart .mod_article.Standard-invert .headline {
	border-bottom-color: #adbf52;
}
.ce_grsliderStart .mod_article.Standard-invert .more:hover>span {
	background: #000000;
	color: #adbf52;
}
@media only screen and (orientation: portrait){ .ce_grsliderStart .mod_article.Standard-invert {
	background: #FFFFFF;
	color: #555555;
}
 }
.mod_article.weiss-auf-grau, .mod_article.weiss-auf-grau .iconTabs .tab-description [class*="tabs-"] {
	background-color: #666666;
	color: #FFFFFF;
}
.mod_article.weiss-auf-grau .ui-accordion-header {
	border-bottom-color: #FFFFFF;
}
.mod_article.weiss-auf-grau a {
	color: #46962b;
}
.mod_article.weiss-auf-grau a:hover {
	color: #adbf52;
}
.mod_article.weiss-auf-grau a:active {
	color: #adbf52;
}
.mod_article.weiss-auf-grau .tab-control.buttons-1 .col-1-3 {
	background-color: #46962b !important;
}
.mod_article.weiss-auf-grau .tab-control.buttons-1 a {
	color: #666666 !important;
}
.mod_article.weiss-auf-grau .iconTabs .buttons-1 .first {
	border-right-color: #666666 !important;
}
.mod_article.weiss-auf-grau .iconTabs .buttons-1 .last {
	border-left-color: #666666 !important;
}
.mod_article.weiss-auf-grau .button_container a {
	background: #12663a;
	color: #FFFFFF;
}
.mod_article.weiss-auf-grau .button_container a:hover {
	background: #666666;
	color: #FCFCFC;
}
.mod_article.weiss-auf-grau a>.button_container {
	background: #12663a;
	color: #FFFFFF;
}
.mod_article.weiss-auf-grau a:hover>.button_container {
	background: #666666;
	color: #FCFCFC;
}
.ce_grsliderStart .mod_article.weiss-auf-grau .more>span {
	background: #46962b;
	color: #FFFFFF;
}
.ce_grsliderStart .mod_article.weiss-auf-grau .headline {
	border-bottom-color: #46962b;
}
.ce_grsliderStart .mod_article.weiss-auf-grau .more:hover>span {
	background: #adbf52;
	color: #46962b;
}
@media only screen and (orientation: portrait){ .ce_grsliderStart .mod_article.weiss-auf-grau {
	background: #FFFFFF;
	color: #666666;
}
 }
.mod_article.headline-Gruen h1 {
	color: #adbf52;
}
.mod_article.headline-Gruen h2 {
	color: #adbf52;
}
.mod_article.headline-Gruen h3 {
	color: #adbf52;
}
.mod_article.headline-Gruen h4 {
	color: #adbf52;
}
.mod_article.headline-Gruen h5 {
	color: #adbf52;
}
.mod_article.headline-Gruen h6 {
	color: #adbf52;
}
.mod_article.headline-default, .mod_article.headline-default h1 {
	color: #adbf52;
}
.mod_article.headline-default, .mod_article.headline-default h2 {
	color: #adbf52;
}
.mod_article.headline-default, .mod_article.headline-default h3 {
	color: #adbf52;
}
.mod_article.headline-default, .mod_article.headline-default h4 {
	color: #adbf52;
}
.mod_article.headline-default, .mod_article.headline-default h5 {
	color: #adbf52;
}
.mod_article.headline-default, .mod_article.headline-default h6 {
	color: #adbf52;
}
.mod_article.headline-weiss h1 {
	color: #FFFFFF;
}
.mod_article.headline-weiss h2 {
	color: #FFFFFF;
}
.mod_article.headline-weiss h3 {
	color: #FFFFFF;
}
.mod_article.headline-weiss h4 {
	color: #FFFFFF;
}
.mod_article.headline-weiss h5 {
	color: #FFFFFF;
}
.mod_article.headline-weiss h6 {
	color: #FFFFFF;
}
.mod_article.headline-dunkelgruen h1 {
	color: #669933;
}
.mod_article.headline-dunkelgruen h2 {
	color: #669933;
}
.mod_article.headline-dunkelgruen h3 {
	color: #669933;
}
.mod_article.headline-dunkelgruen h4 {
	color: #669933;
}
.mod_article.headline-dunkelgruen h5 {
	color: #669933;
}
.mod_article.headline-dunkelgruen h6 {
	color: #669933;
}

