/* Contao Open Source CMS, (c) 2005-2015 Leo Feyer, LGPL license */
body,form{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}@media(max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}#main .inside{min-height:1px}img{max-width:100%;height:auto}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width:auto}.caption{max-width:100%}.ce_gallery ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery li{float:left}.ce_gallery li.col_first{clear:left}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
/* Contao Open Source CMS, (c) 2005-2015 Leo Feyer, LGPL license */
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:normal}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:bold}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}
/**
 * Global TinyMCE style sheet
 *
 * Use this style sheet to define CSS classes for the rich text editor. The
 * stlye sheet will be included in the editor and the page layout automatically.
 * Although the stlye sheet is shared by all themes, you can override its
 * formattings in any of your theme style sheets.
 *
 *   files/tinymce.css (this is how it looks like in TinyMCE)
 *   .warning { color:#c55; }
 *
 *   theme_a.css (this is how it looks like in theme A)
 *   .warning { font-weight:bold; }
 *
 *   theme_b.css (this is how it looks like in theme B)
 *   .warning { color:#000; }
 *
 * If you do not want to use a global TinyMCE style sheet at all, simply delete
 * this file (files/tinymce.css).
 */
.warning { color:#c55; font-size:1.1em; }
.confirmation { color:#090; font-size:1.1em; }
.information { color:#999; font-size:0.9em; }
/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu panels CSS
*/
.mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
	jQuery.mmenu searchfield addon CSS
*/
.mm-search,
.mm-search input {
  box-sizing: border-box; }

.mm-list > li.mm-search {
  padding: 10px;
  margin-top: -20px; }
.mm-list > li.mm-subtitle + li.mm-search {
  margin-top: 0; }

div.mm-panel > div.mm-search {
  padding: 0 0 10px 0; }

.mm-menu.mm-hasheader .mm-list > li.mm-search {
  margin-top: 0; }

.mm-menu > .mm-search {
  background: inherit;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2; }

.mm-search {
  padding: 10px; }
  .mm-search input {
    border: none;
    border-radius: 30px;
    font: inherit;
    font-size: 14px;
    line-height: 30px;
    outline: none;
    display: block;
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0 10px; }
  .mm-search input::-ms-clear {
    display: none; }

.mm-menu .mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  display: none;
  padding: 60px 0; }
  .mm-menu .mm-noresultsmsg:after {
    border: none !important; }

.mm-noresults .mm-noresultsmsg {
  display: block; }

.mm-menu li.mm-nosubresults > a.mm-subopen {
  display: none; }
  .mm-menu li.mm-nosubresults > a.mm-subopen + a,
  .mm-menu li.mm-nosubresults > a.mm-subopen + span {
    padding-right: 10px; }
.mm-menu.mm-hassearch > .mm-panel {
  padding-top: 70px; }
  .mm-menu.mm-hassearch > .mm-panel > .mm-list:first-child {
    margin-top: -20px; }
.mm-menu.mm-hasheader > .mm-panel > div.mm-search:first-child {
  margin-top: -10px; }
  .mm-menu.mm-hasheader > .mm-panel > div.mm-search:first-child + .mm-list {
    padding-top: 0; }

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

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

/* 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}
/* ColorBox v1.4.31, (c) 2011 Jack Moore - jacklmoore.com, MIT license */
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000}#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.4.31/images/loading.gif") no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.4.31/images/controls.png") no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.4.31/images/controls.png") no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url("../../assets/jquery/colorbox/1.4.31/images/controls.png") no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
.cookiebar{box-sizing:border-box;position:fixed;left:0;width:100%;padding:.6em 1.2em;background-color:#4b4b4b;color:#fff;font-size:1em;text-align:center;z-index:10}.cookiebar *{box-sizing:border-box}.cookiebar--active{display:flex!important;justify-content:center;align-items:center;flex-wrap:wrap}.cookiebar--position-top{top:0}.cookiebar--position-bottom{bottom:0}.cookiebar__message,.cookiebar__text{margin-right:1.5em}.cookiebar__link{color:#fff;text-decoration:underline}.cookiebar__link:hover{text-decoration:none}.cookiebar__button{margin:0;padding:.6em 1.2em;border:none;border-radius:0;background-color:#4ea55e;color:#fff;font-weight:700;cursor:pointer}.cookiebar__button:hover{background-color:#3e824a}.cookiebar__analytics{margin-right:1.5em}.cookiebar__analytics-label{cursor:pointer}.cookiebar__analytics-checkbox{margin-right:5px}
/* Style sheet basic */
#newsletter-newsletterleser span{font-size: 16px !important;line-height: 26px !important}.start .nummer7,.start .nummer8,.start .nummer9{display:none}a,body,div,em,input,label,legend,li,ol,p,select,span,strong,td,th,textarea,u,ul,code{font-family:source_sans_proregular;color:#2e2d30;letter-spacing:0}a,body,div,input,label,li,legend,ol,p,select,td,th,textarea,u,ul,span{font-size:16.5px;line-height:26px;color:#2e2d30}h1{width:100%;margin:20px 0 10px;padding:0;text-align:left;font:28px source_sans_probold;color:#9a191a;text-transform:uppercase}#headline h1{margin-top:0;margin-bottom:0;padding-top:5px;padding-bottom:5px;border-bottom:0px;text-decoration:none;color:#fff}.modul1 h1{width:100%;margin:0;padding-top:8;padding-bottom:8;padding-left:0;text-align:center;background-color:#00583a;font:20px source_sans_probold;color:#fff;text-transform:capitalize}.modul2 h1{width:100%;margin:0;padding:8px 0;text-align:center;background-color:#524741;font:20px source_sans_probold;color:#fff;text-transform:capitalize}.modul3 h1{width:100%;margin:0;padding:8px 0;text-align:center;background-color:#988775;font:20px source_sans_probold;color:#fff;text-transform:capitalize}h2{margin:0 0 6px;text-align:left;font:20px source_sans_probold;color:#50463f}h3{margin:0 0 6px;font:28px source_sans_probold;color:#50463f}h4{margin:0 0 6px;font-size:15px;font-weight:bold;color:#e21f75}h6{width:100%;margin:20px 0 10px;padding:0;text-align:left;font:34px source_sans_probold;color:#524741;text-transform:uppercase}a{text-decoration:underline;color:#2e2d30}a:hover{text-decoration:none;color:#9a191a}img{vertical-align:middle;border:0px}p,pre,form,figure{margin:0;padding:0;font-weight:normal}table{border-spacing:0}:focus{outline:0}strong{font-weight:bold}ul{padding-left:20px;list-style-type:disc}.breadcrumb li,.navifooter li{padding-left:0;list-style-type:none}.toggler{width:100%;display:block;margin-bottom:5px;padding-left:5px;background-color:#c1b7ad;cursor:pointer}.toggler{margin:0 0 6px;text-align:left;font:20px source_sans_probold;color:#fff}#f7 .submit_container{width:24px;height:25px;right:2px;position:relative;float:right;display:block;background-image:url("../../files/layout/btn_search.png");top:-16px}#ctrl_31{width:100px;height:25px;top:10px;position:relative;float:right;padding-right:25px;text-indent:3px}.kastenliteblue_eingabe{padding-right:.8em;padding-left:.8em;background-color:#e6ecf1;color:#456473}a.linkbutton,.mod_breadcrumb a,span.linkbutton,.navifooter a{text-decoration:none}#main img.unterschrift{border:0px solid}.layout_short h2 a{font-size:16px;font-weight:bold;text-decoration:none}ol{padding-left:30px;list-style-type:decimal}.mod_caroufredsel h1{text-align:left}.mod_caroufredsel h1 a,.rsts-slide a{margin-top:20px;margin-right:0;margin-bottom:10px;text-align:left;font:28px source_sans_proregular;text-decoration:none;color:#9a191a}.mod_caroufredsel a{text-align:left;text-decoration:none}
/* Style sheet screen */
.news_gast .layout_latest .image_container{margin-right:15px}.teaser p,p.more a{font-size:16px}.unter div.news_headline{height:100px;display:block;-webkit-hyphens: auto;  -webkit-hyphenate-limit-chars: auto 3;  -webkit-hyphenate-limit-lines: 4;  -ms-hyphens: auto;  -ms-hyphenate-limit-chars: auto 3;  -ms-hyphenate-limit-lines: 4;  hyphens: auto}.cookiebar__link{display:block;margin-right:auto;margin-left:auto;text-align:center}.cookiebar a:hover{text-decoration:none;color:#fff}.cookiebar span{color:#fff}.test_block{width:100%;height:1px;float:none;clear:both;display:inline-block}.vid_slider{width:90%}.ce_player video{width:100% !important}div.news_gast{float:left;margin-right:3%;width:47% !important}.abstand_sc .sc2-last{padding-left:3% !important;width:45% !important}.news_redaktion h3{top:15px;position:absolute;font-size:15px}.news_redaktion h1{margin-top:40px}.news_redaktion .image_container  img{border:1px solid #cecece;max-width: 400px !important}.news_redaktion .image_container img{max-width: 400px !important}.news_redaktion div.ce_text{max-width:1100px}.news_gast figure.float_left{max-width:340px;float:left}.news_gast div.teaser{}.mod_teaser_search div.formbody{max-width:24%}.kontakt .sc-count1{margin-right:auto;margin-left:auto;padding-left:100px !important}.ce_downloads li,.ce_downloads ul{padding-left:0;list-style-type:none}p.more{margin-top:10px;margin-bottom:30px}p.back1{height:40px;left:240px;top:-40px;position:absolute;float:none;background-color:#9a191a;line-height:40px;width:300px;    text-align:center;    background-color:#9a191a;    text-decoration:none}p:hover.back1{background-color:#5b5b5b}p.back1 a{display:block;text-align:center;line-height:40px;text-decoration:none;color:#fff}p.back{float:left;clear:both;background-color:#9a191a;width:200px;    margin-top:50px;    margin-bottom:30px;    padding-top:5px;    padding-bottom:5px;    text-align:center;    background-color:#9a191a;    text-decoration:none}p:hover.back{background-color:#5b5b5b}p.back a{display:block;text-align:center;text-decoration:none;color:#fff}.no-show-zeile1 #zeile1{display:none}.unternavi li{position:relative;float:left;margin-right:25px}.unternavi li a{text-decoration:underline;color:#9a191a;text-decoration: underline !important}.unternavi li a:hover{color:#2e2d30;text-decoration:none !important}.unternavi h2{font-size:22px;text-transform:uppercase}.unternavi span.active{color:#2e2d30;line-height: 40px;text-decoration: none;text-transform: uppercase}.ce_news img{width:180px;height:125px}.newsletter_leser td{margin-bottom:30px;padding-top:15px;padding-bottom:15px;padding-left:15px}.newsletter_leser h2 a{font:20px source_sans_proregular;text-decoration:none;color:#9a191a}.startseite #navi{display:none}.rsts-skin-default .rsts-progress{height:5px}.rsts-nav{height:30px;right:80px;position:absolute;display:inline;top:30px}.rsts-prev{top:30px;position:absolute}.rsts-next{top:30px;position:absolute}.navi_header li{float:left;margin-left:30px;line-height:20px;text-transform:uppercase;line-height:26px !important}.navi_header li a,.navi_header li span{line-height:20px;text-transform:uppercase;line-height:26px !important}.navi_header_suche{right:80px;top:0;position:absolute;z-index:999}.navi_header_suche_logedin{right:290px;top:0;position:absolute;z-index:999}.navi_header_login,.navi_header_logout{right:0;position:absolute;top:0;z-index:1000}.navi_header,.navi_header_suche_logedin{top:-5px;position:absolute;z-index:999}.caroufredsel_controls{top:0;position:absolute;margin-right:auto;margin-left:auto;text-align:center}.caroufredsel_next span,.caroufredsel_prev span{display:none}.caroufredsel_next:after{width:57px;height:180px;padding-right:50px;padding-left:50px;font-size:90px;line-height:180px;background:#ececec url("../../files/2017/layout/arrow-right.png") center center no-repeat;content: ''}.caroufredsel_prev:after{padding-right:50px;padding-left:50px;font-size:90px;line-height:180px;color:#fff;background:#cecece url("../../files/2017/layout/arrow-left.png") center center no-repeat;content: '';z-index:1001}div.meier{width:100%;height:1px;float:none;clear:both;display:block;color:#fff}.unter div.news_headline{height:100px;display:inline-block}.start div.news_headline{height:65px;display:inline-block}.pagination li{display:inline;margin-right:5px;margin-left:0;padding-left:0}.pagination ul{margin-left:0;padding-left:0}.pagination span.current{color:#9a191a}.layout_latest img{width:100% !important;height:100% !important}#navi{background-color:#5b5b5b}#navi .inside{max-width:1400px;margin-right:auto;margin-left:auto;background-color:#5b5b5b}.mobile_navi a{height:40px;display:block;margin-right:auto;margin-left:auto;background-position:left center;background-repeat:no-repeat;background-image:url("../../files/2017/mobil/mob-navi.png")}.mobile_navi{height:40px;line-height:40px;z-index:1000}.unter div.layout_latest{margin-bottom:15px}.unter div.odd{width:24%;float:left;margin-right:1% !important}.unter div.even{width:24%;float:left;margin-right:1% !important}.mod_newslist div.pagination{clear:both}.start h2 a,.unter h2 a,.unter h2{font-size:18px;text-decoration:none;color:#9a191a}.unter h2 a,.unter h2{font-size:22px;text-decoration:none;color:#9a191a}.navi_footer h6{color:#fff}.navi_footer ul{-moz-column-count: 4;-moz-column-gap: 10px;-webkit-column-count: 4;-webkit-column-gap: 10px;column-count: 4;column-gap: 10px}.navi_footer li a{line-height:20px;color:#fff}.navi_footer li a:hover,.navi_footer li span{text-decoration:underline;color:#fff}.navi_footer span.active{height:40px;line-height:40px;text-transform:uppercase}.navi_footer2{margin-top:10px;padding-top:10px;border-top:1px solid #fff}#slider_1_items .image_container{margin-right:5px;margin-left:5px}#slider_1_items .caption{text-align:center}.mod_navigation li,.mod_navigation ul{padding-left:0;list-style-type:none}.mod_navigation a:hover{color:#9a191a;list-style-type:none}.mod_navigation li a{line-height:40px;text-decoration:none;text-transform:uppercase}.sc4-3{padding-right:0% !important;width:75% !important}.header-text span{float:left;line-height:40px}.header-text-container{height:97px;right:0;top:0;position:absolute}.header-text{top:50%;position:relative;margin-top:-20px;z-index:999;.}.header-text span.text1{font-size:30px;color:#fff;text-transform:uppercase;letter-spacing:1px}.header-text span.text2{font-size:30px;font-weight:bold;color:#fff;text-transform:uppercase;text-indent:15px;letter-spacing:1px}.header-text span.text3{font-size:20px;color:#fff;text-transform:uppercase;text-indent:15px;letter-spacing:1px}#header{margin-top:15px;margin-bottom:15px;background-position:left center;background-repeat:repeat-x;background-image:url("../../files/2017/layout/red.png")}#header .inside{max-width:1400px;margin-right:auto;margin-left:auto}#main .inside{max-width:1400px;display:block;margin-right:auto;margin-left:auto;padding-bottom:20px}#zeile1 .inside{max-width:1400px;margin-right:auto;margin-left:auto}#zeile1{position:relative;clear:both;margin-right:auto;margin-left:auto;background-color:#f2f2f2;border-top:1px solid #c1c1c1}#footer .inside{max-width:1400px;margin-right:auto;margin-left:auto;padding-top:15px;padding-bottom:15px}#footer{background-color:#9a191a}.start div.nummer1,.start div.nummer4{width:32.66%;float:left;margin-right:0.33% !important}.start div.nummer2,.start div.nummer5{width:32.66%;float:left;margin-right:0.66% !important;margin-left:0.66% !important}.start div.nummer3,.start div.nummer6{width:32.66%;float:left;margin-left:0.33% !important}.start h2 a{font-size:18px;text-decoration:none;color:#9a191a}figure.float_left{width:100%;float:none}.mod_newslist .layout_latest figure.float_left img{width:100% !important}div.mod_newslist{margin-top:20px}
/* Style sheet mm-menu */
#haupt{left:50%;position:fixed;margin-left:-700px}.mm-menu{margin-right:auto;margin-left:auto;max-width:350px !important;min-width:250px !important;width:100% !important}.mm-subopen{color:#fff}.mm-menu.mm-light em.mm-counter{color:#fff}.mm-menu.mm-light{background-color:rgba(91,91,91,.8)}.mm-list a,.mm-list a:hover,.mm-list span{color:#fff;text-transform:uppercase;color:#ffffff !important}.mm-list li  li a,.mm-list li  li span{font-size:14px}.mm-list li li li a,.mm-list li li li span{font-size:12px}.mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen),.mm-menu.mm-light .mm-list > li.mm-selected > span,.mm-menu.mm-light li:hover,li.mm-subtitle{background-color:rgba(91,91,91,.9)}.mm-menu.mm-light .mm-search input{color:#fff}.mm-light .mm-subtitle,.mm-menu.mm-light .mm-list > li > a.mm-subclose{background-color:#4d4d4d !important}.mm-menu.mm-vertical .mm-list li > .mm-panel{display:block !important}.mm-list a.mm-subopen,.mm-list .mm-subopen{display:none;color:#fff}
@media (max-width:1430px){
/* Style sheet screen_1430 */
.unter div.news_headline{height:100px}.navi_header_suche_logedin{right:385px}#haupt{left:0;position:fixed;margin-left:0}#header .inside,#main .inside,#zeile1 .inside,#footer .inside,.header-text-container,#navi .inside{padding-right:15px;padding-left:15px}.navi_header_login,.navi_header_logout{right:95px;position:absolute}.navi_header_suche{right:15px;position:absolute}
}
/* Style sheet formular */
.checkbox_container input.checkbox{width:40px;width:40px !important;margin-bottom:0px !important}.formbody input,.formbody select,.formbody textarea{margin-bottom:10px;padding:10px;border:1px solid #5b5b5b;box-sizing: border-box}.formbody textarea{width:100%}#main .submit{width:100%;padding:3px;background-color:#fff;border:1px solid;border-radius:2px;behavior:url("assets/css3pie/1.0.0/PIE.htc");behavior:url("assets/css3pie/1.0.0/PIE.htc")}#main .submit:hover{padding:3px;background-color:#9a191a;border:1px solid;border-radius:2px;color:#fff;behavior:url("assets/css3pie/1.0.0/PIE.htc");behavior:url("assets/css3pie/1.0.0/PIE.htc");cursor: pointer}.formbody{border-radius:2px;behavior:url("assets/css3pie/1.0.0/PIE.htc");behavior:url("assets/css3pie/1.0.0/PIE.htc")}}.checkbox_container label,.radio_container label{font-weight:normal}.tableless label{display:block;margin-top:2px;padding-bottom:3px}.tableless .checkbox_container label,.tableless .radio_container label{display:inline}input[type="text"],input[type="password"],input[type="date"],input[type="datetime"],input[type="email"],input[type="number"],input[type="search"],input[type="tel"],input[type="time"],input[type="url"],textarea{padding:3px;background-color:#FFF;border:1px solid #5b5b5b;border-radius:2px;behavior:url("assets/css3pie/1.0.0/PIE.htc");behavior:url("assets/css3pie/1.0.0/PIE.htc")}input[type="text"],input[type="password"],input[type="date"],input[type="datetime"],input[type="email"],input[type="number"],input[type="search"],input[type="tel"],input[type="time"],input[type="url"]{width:100%}textarea{width:90%;height:140px;border-color:#5b5b5b}input[type="text"]:focus,input[type="password"]:focus,input[type="date"]:focus,input[type="datetime"]:focus,input[type="email"]:focus,input[type="number"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="time"]:focus,input[type="url"]:focus,textarea:focus{background-color:#ededed;border-color: #9a191a !important}select{padding:1px;background-color:#FFF;border:1px solid #898989;border-radius:2px;behavior:url("assets/css3pie/1.0.0/PIE.htc");behavior:url("assets/css3pie/1.0.0/PIE.htc");cursor: pointer}.checkbox_container span,.radio_container span{max-width:600px;float:left;display:block;margin-right:15px}.checkbox_container + br,.radio_container + br{display:none}.checkbox_container label,.checkbox_container input{vertical-align:middle}.tableless input[type="checkbox"],x:-moz-any-link{top:-2px;position:relative}input[type="radio"],x:-moz-any-link{top:2px;position:relative}.submit_container{margin-top:1em;margin-bottom:1em}form table td{padding-top:3px;padding-bottom:3px}form table td:first-child{width:24%;padding-top:2;padding-right:18;padding-bottom:0;text-align:left}.tableform table{width:92%;margin-top:1.5em}.tableform .formbody,.tableless .formbody{width:100%;overflow:hidden;padding-top:.5em}.tableless .formbody{padding-top:0}fieldset{margin-top:1em;border-top:1px solid #DDD}legend{padding-right:6px;background-color:#FFF;color:#0676B9}fieldset table{width:92%;margin-bottom: 1em !important;margin-top: 1em !important}fieldset table td:first-child{width:140px;text-align:left}span.mandatory{font-weight:bold;color:#EB1029}p.confirm{font-size:16px;color:#090}p.error{margin-bottom:2px;padding-bottom:0;font-size:11px;font-weight:bold;color:#F00}input.error[type="text"],input.error[type="password"],textarea.error{background-color:#FFD;border-color: #FF8000 !important}input.captcha{width:48px;margin-right:6px}span.captcha_text{font-weight:normal;color:#808080}:first-child + html span.captcha_text{top:-3px;position:relative}.checkbox_container{margin-top:5px}.checkbox_container span{float:none;display:block}#tl_login .formbody input,#tl_login .formbody select,#tl_login .formbody textarea{width:50%;margin-bottom:10px;border:1px solid #5b5b5b;box-sizing: border-box}#tl_login .formbody .checkbox_container{width:50%}#tl_member_9 .formbody input,#tl_member_9 .formbody select,#tl_member_9 .formbody textarea{width:50%;margin-bottom:10px;border:1px solid #5b5b5b;box-sizing: border-box}#tl_login input.submit,#tl_member_9 input.submit{width:50%;padding:3px;background-color:#fff;border:1px solid;border-radius:2px;behavior:url("assets/css3pie/1.0.0/PIE.htc");behavior:url("assets/css3pie/1.0.0/PIE.htc")}#suche1 .mod_teaser_search div.formbody{max-width:100%}#suche1 input.text{max-width:200px}#suche1 input.submit{max-width:90px;padding:3px 10px;background-color:#fff;border:1px solid #cecece;border-radius:2px;behavior:url("assets/css3pie/1.0.0/PIE.htc");cursor:pointer}#suche1 input.submit:hover{background-color:#9a191a;color:#fff}#suche1 .inside{max-width:1400px;margin-right:auto;margin-bottom:15px;margin-left:auto}.navi_header_suche_logedin div.formbody{max-width:500px}.navi_header_suche_logedin  input.text{width:200px;margin:0;padding:0}.navi_header_suche_logedin input.submit{max-width:90px;padding:0 10px;background-color:#fff;border:1px solid #cecece;border-radius:2px;behavior:url("assets/css3pie/1.0.0/PIE.htc");cursor:pointer}.navi_header_suche_logedin  input.submit:hover{background-color:#9a191a;color:#fff}.navi_header_suche_logedin  .inside{max-width:1400px}
@media (max-width:1100px){
/* Style sheet screen_1100 */
.startseite #navi{display:block;margin-bottom:30px}.navi_footer ul{-moz-column-count: 2;-moz-column-gap: 10px;-webkit-column-count: 2;-webkit-column-gap: 10px;column-count: 2;column-gap: 10px}.start_navi{display:none}.sc4-3{width:100% !important}.mod_randomImage{padding-left:15px}#header{background-image:none}#header .inside{padding-right:0;padding-left:0}#haupt{left:0;position:fixed;margin-left:0}.header-text-container{position:relative;padding-right:15px;padding-left:15px;background-position:left center;background-repeat:repeat-x;background-image:url("../../files/2017/layout/red.png")}.header-text{top:28px;position:relative;margin-top:0}.navi_header_login,.navi_header_logout{right:95px;position:absolute}.navi_header_suche{right:15px;position:absolute}
}
@media (max-width:950px){
/* Style sheet screen_950 */
.header-text-container{min-height:120px;position:relative;margin-top:15;padding-right:15px;padding-left:15px;background-position:left center;background-repeat:repeat}.header-text{top:-1px;position:relative;margin-top:29px;background-repeat:repeat;background-image:url("../../files/2017/layout/red.png")}.sc2,.sc3,.sc3-2{width:100% !important}
}
@media (max-width:900px){
/* Style sheet screen_900 */
.header-text-container{min-height:120px;position:relative;margin-top:15;padding-right:15px;padding-left:15px;background-position:left center;background-repeat:repeat}.header-text{top:-1px;position:relative;margin-top:29px;background-repeat:repeat;background-image:url("../../files/2017/layout/red.png")}.sc2,.sc3,.sc3-2{width:100% !important}.layout_latest{width:49% !important}.start .layout_latest{width:100% !important}#tl_login .formbody input,#tl_login .formbody select,#tl_login .formbody textarea{width:100%;margin-bottom:10px;border:1px solid #5b5b5b;box-sizing: border-box}#tl_login .formbody .checkbox_container{width:100%}#tl_member_9 .formbody input,#tl_member_9 .formbody select,#tl_member_9 .formbody textarea{width:100%;margin-bottom:10px;border:1px solid #5b5b5b;box-sizing: border-box}#tl_login input.submit,#tl_member_9 input.submit{width:100%;padding:3px;background-color:#fff;border:1px solid;border-radius:2px;behavior:url("assets/css3pie/1.0.0/PIE.htc");behavior:url("assets/css3pie/1.0.0/PIE.htc")}
}
@media (max-width:850px){
/* Style sheet screen_800 */
.header-text span.text3{padding-right:50px;text-indent:0px}
}
@media (max-width:768px){
/* Style sheet screen_768 */
.navi_header_login,.navi_header_logout{top:20px;position:absolute}.navi_header{right:15px;text-align:right}.navi_header li{float:none}p.back1{width:200px;left:0;top:40px;position:relative;margin-bottom:0}#zeile1{display:none}.header-text-container{min-height:160px;position:relative;margin-top:15;padding-right:15px;padding-left:15px;background-position:left center;background-repeat:repeat}.navi_footer ul{-moz-column-count: 1;-moz-column-gap: 10px;-webkit-column-count: 1;-webkit-column-gap: 10px;column-count: 1;column-gap: 10px}.layout_latest{width:100% !important}
}
@media (max-width:430px){
/* Style sheet screen_600 */
.header-text span.text2{padding-right:50px;text-indent:0px}
}
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on March 26, 2019 */



@font-face {
    font-family: 'source_sans_problack';
    src: url("../../files/fonts/sourcesanspro-black-webfont.woff2") format('woff2'),
         url("../../files/fonts/sourcesanspro-black-webfont.woff") format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'source_sans_problack_italic';
    src: url("../../files/fonts/sourcesanspro-blackitalic-webfont.woff2") format('woff2'),
         url("../../files/fonts/sourcesanspro-blackitalic-webfont.woff") format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'source_sans_probold';
    src: url("../../files/fonts/sourcesanspro-bold-webfont.woff2") format('woff2'),
         url("../../files/fonts/sourcesanspro-bold-webfont.woff") format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'source_sans_probold_italic';
    src: url("../../files/fonts/sourcesanspro-bolditalic-webfont.woff2") format('woff2'),
         url("../../files/fonts/sourcesanspro-bolditalic-webfont.woff") format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'source_sans_proextralight';
    src: url("../../files/fonts/sourcesanspro-extralight-webfont.woff2") format('woff2'),
         url("../../files/fonts/sourcesanspro-extralight-webfont.woff") format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'source_sans_proXLtIt';
    src: url("../../files/fonts/sourcesanspro-extralightitalic-webfont.woff2") format('woff2'),
         url("../../files/fonts/sourcesanspro-extralightitalic-webfont.woff") format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'source_sans_proitalic';
    src: url("../../files/fonts/sourcesanspro-italic-webfont.woff2") format('woff2'),
         url("../../files/fonts/sourcesanspro-italic-webfont.woff") format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'source_sans_prolight';
    src: url("../../files/fonts/sourcesanspro-light-webfont.woff2") format('woff2'),
         url("../../files/fonts/sourcesanspro-light-webfont.woff") format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'source_sans_prolight_italic';
    src: url("../../files/fonts/sourcesanspro-lightitalic-webfont.woff2") format('woff2'),
         url("../../files/fonts/sourcesanspro-lightitalic-webfont.woff") format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'source_sans_proregular';
    src: url("../../files/fonts/sourcesanspro-regular-webfont.woff2") format('woff2'),
         url("../../files/fonts/sourcesanspro-regular-webfont.woff") format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'source_sans_prosemibold';
    src: url("../../files/fonts/sourcesanspro-semibold-webfont.woff2") format('woff2'),
         url("../../files/fonts/sourcesanspro-semibold-webfont.woff") format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'source_sans_proSBdIt';
    src: url("../../files/fonts/sourcesanspro-semibolditalic-webfont.woff2") format('woff2'),
         url("../../files/fonts/sourcesanspro-semibolditalic-webfont.woff") format('woff');
    font-weight: normal;
    font-style: normal;

}
