/* 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}
/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu panels CSS
*/
.mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rs-columns {
  clear: both;
  display: inline-block;
  width: 100%;
}

.rs-column {
  float: left;
  width: 100%;
  margin-top: 7.69231%;
  margin-right: 7.69231%;
}
.rs-column.-large-first {
  clear: left;
}
.rs-column.-large-last {
  margin-right: -5px;
}
.rs-column.-large-first-row {
  margin-top: 0;
}
.rs-column.-large-col-1-1 {
  width: 100%;
}
.rs-column.-large-col-2-1 {
  width: 46.15385%;
}
.rs-column.-large-col-2-2 {
  width: 100%;
}
.rs-column.-large-col-3-1 {
  width: 28.20513%;
}
.rs-column.-large-col-3-2 {
  width: 64.10256%;
}
.rs-column.-large-col-3-3 {
  width: 100%;
}
.rs-column.-large-col-4-1 {
  width: 19.23077%;
}
.rs-column.-large-col-4-2 {
  width: 46.15385%;
}
.rs-column.-large-col-4-3 {
  width: 73.07692%;
}
.rs-column.-large-col-4-4 {
  width: 100%;
}
.rs-column.-large-col-5-1 {
  width: 13.84615%;
}
.rs-column.-large-col-5-2 {
  width: 35.38462%;
}
.rs-column.-large-col-5-3 {
  width: 56.92308%;
}
.rs-column.-large-col-5-4 {
  width: 78.46154%;
}
.rs-column.-large-col-5-5 {
  width: 100%;
}
.rs-column.-large-col-6-1 {
  width: 10.25641%;
}
.rs-column.-large-col-6-2 {
  width: 28.20513%;
}
.rs-column.-large-col-6-3 {
  width: 46.15385%;
}
.rs-column.-large-col-6-4 {
  width: 64.10256%;
}
.rs-column.-large-col-6-5 {
  width: 82.05128%;
}
.rs-column.-large-col-6-6 {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .rs-column {
    margin-top: 7.69231%;
    margin-right: 7.69231%;
  }
  .rs-column.-large-first {
    clear: none;
  }
  .rs-column.-large-last {
    margin-right: 7.69231%;
  }
  .rs-column.-large-first-row {
    margin-top: 7.69231%;
  }
  .rs-column.-medium-first {
    clear: left;
  }
  .rs-column.-medium-last {
    margin-right: -5px;
  }
  .rs-column.-medium-first-row {
    margin-top: 0;
  }
  .rs-column.-medium-col-1-1 {
    width: 100%;
  }
  .rs-column.-medium-col-2-1 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-2-2 {
    width: 100%;
  }
  .rs-column.-medium-col-3-1 {
    width: 28.20513%;
  }
  .rs-column.-medium-col-3-2 {
    width: 64.10256%;
  }
  .rs-column.-medium-col-3-3 {
    width: 100%;
  }
  .rs-column.-medium-col-4-1 {
    width: 19.23077%;
  }
  .rs-column.-medium-col-4-2 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-4-3 {
    width: 73.07692%;
  }
  .rs-column.-medium-col-4-4 {
    width: 100%;
  }
  .rs-column.-medium-col-5-1 {
    width: 13.84615%;
  }
  .rs-column.-medium-col-5-2 {
    width: 35.38462%;
  }
  .rs-column.-medium-col-5-3 {
    width: 56.92308%;
  }
  .rs-column.-medium-col-5-4 {
    width: 78.46154%;
  }
  .rs-column.-medium-col-5-5 {
    width: 100%;
  }
  .rs-column.-medium-col-6-1 {
    width: 10.25641%;
  }
  .rs-column.-medium-col-6-2 {
    width: 28.20513%;
  }
  .rs-column.-medium-col-6-3 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-6-4 {
    width: 64.10256%;
  }
  .rs-column.-medium-col-6-5 {
    width: 82.05128%;
  }
  .rs-column.-medium-col-6-6 {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .rs-column {
    margin-right: 7.69231%;
  }
  .rs-column.-medium-first {
    clear: none;
  }
  .rs-column.-medium-last {
    margin-right: 7.69231%;
  }
  .rs-column.-medium-first-row {
    margin-top: 7.69231%;
  }
  .rs-column.-small-first {
    clear: left;
  }
  .rs-column.-small-last {
    margin-right: -5px;
  }
  .rs-column.-small-first-row {
    margin-top: 0;
  }
  .rs-column.-small-col-1-1 {
    width: 100%;
  }
  .rs-column.-small-col-2-1 {
    width: 46.15385%;
  }
  .rs-column.-small-col-2-2 {
    width: 100%;
  }
  .rs-column.-small-col-3-1 {
    width: 28.20513%;
  }
  .rs-column.-small-col-3-2 {
    width: 64.10256%;
  }
  .rs-column.-small-col-3-3 {
    width: 100%;
  }
  .rs-column.-small-col-4-1 {
    width: 19.23077%;
  }
  .rs-column.-small-col-4-2 {
    width: 46.15385%;
  }
  .rs-column.-small-col-4-3 {
    width: 73.07692%;
  }
  .rs-column.-small-col-4-4 {
    width: 100%;
  }
  .rs-column.-small-col-5-1 {
    width: 13.84615%;
  }
  .rs-column.-small-col-5-2 {
    width: 35.38462%;
  }
  .rs-column.-small-col-5-3 {
    width: 56.92308%;
  }
  .rs-column.-small-col-5-4 {
    width: 78.46154%;
  }
  .rs-column.-small-col-5-5 {
    width: 100%;
  }
  .rs-column.-small-col-6-1 {
    width: 10.25641%;
  }
  .rs-column.-small-col-6-2 {
    width: 28.20513%;
  }
  .rs-column.-small-col-6-3 {
    width: 46.15385%;
  }
  .rs-column.-small-col-6-4 {
    width: 64.10256%;
  }
  .rs-column.-small-col-6-5 {
    width: 82.05128%;
  }
  .rs-column.-small-col-6-6 {
    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}
/*************************************************************/
/*   Design:   THURMATIK.CH				 	 	 			 */
/*   File:     screen.css					                 */
/*-----------------------------------------------------------*/
/*   Autor:    Reto Bühler, Thomas Dürig, www.nuun.ch        */
/*   Datum:    Februar 2016							         */
/*   Site:     wwww.thurmatik.ch	   		    			 */
/*************************************************************/


/*  GLOBAL LAYOUT											 */
/*************************************************************/
html, body {width:100%; min-width:980px; height: 100%; margin:0 auto; font: 62.5% Arial, Verdana, Helvetica, sans-serif; color:#3c3c3c; letter-spacing:0.0em;}
body {font-size:16px; font-size:1.6rem; background:url("../../files/data/graphics/bg_body.png") center top no-repeat #fff;}

#wrapper {width:980px; height: auto !important; min-height: 100%; height: 100%; position:relative; padding:0; margin:0 auto; line-height:1.9rem; font-size:1.5rem; background:#fff;}
* html #wrapper {height: 100%;}

#header {height:175px; width:980px; position:relative; z-index:800;}
#header .mod_headerimages {height:175px; width:100%;}
#header .mod_headerimages img {width:980px !important; left:0 !important;}
#header .inside {width:100%;}
#header .inside .content {width:980px; height:auto; margin:0 auto; padding:0 10px; position:relative;}

#container {position:relative; top:0; min-height:250px; width:980px; padding:1px 0 10px 0; margin:0 auto; z-index:1000; clear:both;}
* html #container {height:250px;}

#left {width:200px; margin:0; display:block; float:left;}
#left .inside {padding:0 20px 0 0; margin:0;}

#right {width:230px; margin:0; display:block; float:left;}
#right .inside {padding:0 0 0 30px; margin:0;}

#main {position:relative; top:0; margin:0; display:block; width:550px; float:left;}
#main .inside {padding:14px 0 30px 0; width:100%; float:left;}


#logo {position:absolute; top:70px; left:10px; display:block;}
#logo img {width:175px; height:auto;}
#logo-mobile {display:none;}

#footer {position:relative; top:0; height:auto; width:100%; padding:0 0 0 0; margin:0; z-index:900; float:left;}
#footer .inside {float:left; width:100%; margin:0 auto; padding:0 0 0 0; font-size:1.1rem; line-height:1.7rem;}
#footer .inside .content {width:980px; margin:0 auto; padding:16px 0; float:left;}

#footer .ce_text {float:left; width:auto; padding-top:5px; padding-left:5px;}
#footer .ce_text.right {float:right; width:auto; padding-right:5px;}
#footer .ce_image {float:left; padding:0 16px 0 12px;}

.cleaner {clear:both;} 

.sprachwechsler li {display: block; float: left; padding: 5px 0 6px 7px; margin: 0 0 1px 0; width: 175px; text-align: left; background-color: #edf2f6;}
.sprachwechsler li:hover {background-color: #bfd5e7;}
.sprachwechsler li a {text-decoration: none; color: #828084; width: 100%; height: 100%; display: block;}
.sprachwechsler li a:hover {color: #005ba9;}
.sprachwechsler li.active {text-decoration: underline; display: none;}
#left .sprachwechsler {padding-left: 0;}
.sprachwechsler ul {margin-bottom: 0;}

/*  CONTENTLINKS UND NAVIGATION							  	 */
/*************************************************************/
#container #main a, #container #main a:link, #container #main a:visited {color:#005ba9; padding:0; text-decoration:none;}
#container #main a:hover, #container #main a:active {color:#828084; text-decoration:none;}
#container #right a, #container #right a:link, #container #right a:visited {color:#828084; padding:0; text-decoration:none;}
#container #right a:hover, #container #right a:active {color:#005ba9; text-decoration:none;}
#footer a, #footer a:link, #footer a:visited {color:#828084; text-decoration:none;}
#footer a:hover, #footer a:active {color:#005ba9; text-decoration:none;}

#left .mod_nav_main {position:relative; top:0; left:0; width:165px; padding:0 0 10px 0; margin:0 0 0 0; clear:both; float:left;}
#left .mod_nav_main ul {width:165px; float:left; padding:0; margin:0;}
#left .mod_nav_main ul li {display:block; float:left; padding:5px 0 6px 7px; margin:0 0 1px 0; width:175px; text-align:left; background-color: #edf2f6;}
#left .mod_nav_main ul li a, #left .mod_nav_main ul li a:link, #left .mod_nav_main ul li a:visited {color:#828084; padding:0 0 0 0; margin:0; width:160px; display:block; text-decoration:none; float:left; /*background:url("../../files/data/graphics/nav_main_inactive.png") left 6px no-repeat;*/}
#left .mod_nav_main ul li.submenu a, #left .mod_nav_main ul li.submenu a:link, #left .mod_nav_main ul li.submenu a:visited {/*background:url("../../files/data/graphics/nav_sub_inactive.png") left 6px no-repeat;*/}
#left .mod_nav_main ul li:hover a, #left .mod_nav_main ul li a.active, #left .mod_nav_main ul li a.trail {color:#386599; /*background:url("../../files/data/graphics/nav_main_active.png") left 6px no-repeat;*/}
#left .mod_nav_main ul li:hover, #left .mod_nav_main ul li.active, #left .mod_nav_main ul li.trail {background-color: #bfd5e7;}
#left .mod_nav_main ul li.submenu a:hover, #left .mod_nav_main ul li.submenu a.active, #left .mod_nav_main ul li.submenu a.trail {/*background:url("../../files/data/graphics/nav_sub_active.png") left 6px no-repeat;*/}

#left .mod_nav_main ul li ul {width:165px; padding:0 0 0 0; margin:6px 0 4px 0; font-size:1.4rem; line-height:1.7rem;}
#left .mod_nav_main ul li ul li {display:block; float:left; padding:0 0 6px 0; margin:0 0 0 0; width:135px; text-align:left; background:none;}
#left .mod_nav_main ul li ul li a, #left .mod_nav_main ul li ul li a:link, #left .mod_nav_main ul li ul li a:visited {color:#828084; padding:0 0 0 17px; margin:0; width:111px; display:block; text-decoration:none; float:left; background:url("../../files/data/graphics/nav_main_inactive.png") 12px 5px no-repeat;}
#left .mod_nav_main ul li.submenu ul li a, #left .mod_nav_main ul li.submenu ul li a:link, #left .mod_nav_main ul li.submenu ul li a:visited {background:url("../../files/data/graphics/nav_main_inactive.png") 3px 5px no-repeat;}
#left .mod_nav_main ul li ul li a:hover, #left .mod_nav_main ul li ul li a.active, #left .mod_nav_main ul li ul li a.trail {color:#005ba9; background:url("../../files/data/graphics/nav_main_active.png") 3px 5px no-repeat;}
#left .mod_nav_main ul li.submenu ul li a:hover, #left .mod_nav_main ul li.submenu ul li a.active, #left .mod_nav_main ul li.submenu ul li a.trail {background:url("../../files/data/graphics/nav_main_active.png") 3px 5px no-repeat;}

/*mMenu*/
.mm-panel .mod_changelanguage .level_1 {padding-bottom: 0;}
.mm-panel .mod_changelanguage .mm-selected {display: none;}
.mm-panel .mod_navigation .level_1 {padding-top: 0;}

/*  SITEMAP-TAB: FORAMTS								  	 */
/*************************************************************/
#container .mod_sitemap {margin:0; padding:8px 0 0 0;}
#container .mod_sitemap ul {display:list-item; margin:0; padding:0 0 0 0;}
#container .mod_sitemap ul li {margin:0 0 0 0; padding:0 0 8px 0; list-style:none; background:none; font-weight:bold; }
#container .mod_sitemap ul li a:link, #container .mod_sitemap ul li a:visited {color:#3c3c3c; text-decoration:none;}
#container .mod_sitemap ul li a:hover, #container .mod_sitemap ul li a:active {color:#386599; text-decoration:none;}
#container .mod_sitemap ul li ul {padding:6px 0 4px 0; font-size:1.1rem; line-height:1.7rem;}
#container .mod_sitemap ul li ul li {margin:0; padding:0 0 6px 0; list-style:none; font-weight:normal;}
#container .mod_sitemap ul li ul li a:link, #container .mod_sitemap ul li ul li a:visited {margin:0 0 0 0; padding:0 0 0 16px; list-style:none; font-weight:normal; /*background:url("../../files/data/graphics/icon_list_grey.png") 6px 3px no-repeat;*/}
/*#container .mod_sitemap ul li ul li a:hover, #container .mod_sitemap ul li ul li a:active {background:url("../../files/data/graphics/icon_list_green.png") 6px 3px no-repeat;}*/




/*  INHALTSELEMENTE										  	 */
/*************************************************************/
#container #right p {padding:8px 0 8px 0; margin:0;}
#container #main p {padding:0 0 16px 0; margin:0; line-height: 1.4em;}
#footer p {padding:0 0 6px 0; margin:0;}
#container h1 {padding:16px 0 16px 0; margin:0 0 0 0; font-size:2.3rem; line-height:2.2rem; font-weight:bold; color: #386599;}
#container h2 {padding:0 0 0 0; margin:0 0 0 0; font-size:1.8rem; line-height:1.9rem; font-weight:bold; color: #386599;}
#container h3 {padding:0 0 0 0; margin:0 0 0 0; font-size:1.5rem; line-height:1.9rem; font-weight:bold; color: #386599;}

#main .ce_image {float:left; width:100%; clear:both;}
#main .ce_image .image_container {margin:12px 0 12px 0; float:left; width:100%; clear:both;}
#main .ce_image h3 {float:left; width:100%; clear:both;}
#main .ce_text .image_container.float_right {margin:2px 0 16px 16px; float:right;}
#main .ce_text .image_container.float_left {margin:2px 16px 16px 0; float:left;}
#main .ce_text {clear:both; width:100%; float:left; padding:0 0 0 0;}

#main .ce_text ul {display:block; list-style-type:none; margin:0 0 8px 0; padding:0 0 0 0;}
#main .ce_text ul li {padding:0 0 0 10px; margin:0; display:block; background:url("../../files/data/graphics/icon_list.png") left 9px no-repeat;}

/* CE DOWNLOADS */
.ce_download, .ce_downloads {position:relative; float:left; width:100%; margin:0; padding:0;}
.ce_download ul, .ce_downloads ul {position:relative; float:left; width:100%; margin:0; padding:4px 0 0 0;}
.ce_download ul li, .ce_downloads ul li, .enclosure {position:relative; width:100%; line-height:1.35em;}
.ce_download img, .ce_downloads img, .enclosure img {position:absolute; left:0; top:6px; z-index:100;}
#container #right .ce_downloads a, #container #right .ce_downloads a:link, #container #right .ce_downloads a:visited, #container #right .ce_download a, #container #right .ce_download a:visited, #container #right .ce_download a:link, #container #right .enclosure a:link, #container #right .enclosure a:visited {
	position:relative;
	z-index:300;
	display:block;
	padding:5px 0 0 22px;
	margin:0 0 0 0;
	}
#container #main .ce_downloads a, #container #main .ce_downloads a:link, #container #main .ce_downloads a:visited, #container #main .ce_download a, #container #main .ce_download a:visited, #container #main .ce_download a:link, #container #main .enclosure a:link, #container #main .enclosure a:visited {
	position:relative;
	z-index:300;
	display:block;
	padding:5px 0 0 22px;
	margin:0 0 0 0;
	}	

.ce_download ul li span, .ce_downloads ul li span {display: none;}
	
img {vertical-align:bottom;}
.image_container img {width: 100%; height: auto;}

.ce_gallery {width:100%; clear:both; float:left;}
.ce_gallery ul {clear:both; float:left; margin-top: 10px;}
.ce_gallery ul li {padding:0 2.5% 11px 0; float:left; width: 23%;}
.ce_gallery ul li.col_last {padding:0 0 11px 0;}

/*Columns*/
#container .rs-column.-large-col-4-1 {width: 22%; margin-right: 3%; font-size: 0.8em;}

/* PAGINATION */
#main .pagination {width:100%; float:left; display:block; padding:9px 0 0 0;}
#main .pagination p {width:30%; float:right; display:block; padding:0; text-align:right;}
#main .pagination ul {width:70%; float:left; display:block; list-style-type:none; padding:8px 0 0 0;}
#main .pagination ul li {float:left !important; display:inline; background:none; margin:0 12px 0 0 !important; padding:0 !important;}
#main .pagination .current {color:#828084;}

#right .pagination {width:100%; float:left; display:block; padding:9px 0 0 0; font-size:1.1rem; line-height:1.7rem;}
#right .pagination p {width:38%; float:right; display:block; padding:0; text-align:right;}
#right .pagination ul {width:62%; float:left; display:block; list-style-type:none; padding:8px 0 0 0;}
#right .pagination ul li {float:left !important; display:inline; background:none; margin:0 8px 0 0 !important; padding:0 !important;}
#right .pagination .current {color:#828084;}


#container #right .ce_accessible_tabs .content {background:#edf2f6; float:left; width:185px; padding:0 5px 10px 10px; margin:0;}
#container #right .ce_accessible_tabs .content h4 {display:none;}
#container #right .ce_accessible_tabs .content h1 {font-size: 1.5rem;}
#container #right .ce_accessible_tabs .content h2 {font-size: 1.5rem;}
#container #right .ce_accessible_tabs ul.tabs-list {float:left; width:100%; padding:0 0 1px 0; margin:0;}
#container #right .ce_accessible_tabs ul.tabs-list li {float:left; font-size: 1.5rem; padding:0 1px 0 0 ; margin:0 0 0 0; width: 49.7%;}
#container #right .ce_accessible_tabs ul.tabs-list li.last {padding:0 0 0 0;}
#container #right .ce_accessible_tabs ul.tabs-list li a {color:#828084; background:#edf2f6;width: 100%; padding:5px 0; float:left; text-align:center;}
#container #right .ce_accessible_tabs ul.tabs-list li.current a {color:#386599 !important; background:#bfd5e7;}
#container #right .ce_accessible_tabs ul.tabs-list li a:hover {color:#386599 !important; background:#bfd5e7;}
#container #right .ce_accessible_tabs ul.tabs-list li.current span {display:none;}

#container #main .mod_newslist {float:left; width:100%; clear:both; padding:0 0 0 0; margin:0;}
#container #main .mod_newslist .layout_latest {float:left; width:100%; clear:both; padding:0 0 8px 0; margin:0;}
#container #main .mod_newslist h2 {padding:0; margin:0;}
#container #main .mod_newslist p.info {padding:0 0 0 0; margin:0; color:#bbb; font-style:italic; font-size:1.1rem; line-height:1.7rem;}
#container #main .mod_newslist .teaser p {padding:0; margin:0;}
#container #main .mod_newslist p.more {padding:0 0 8px 0; margin:0;}

#container #right .mod_newslist {float:left; width:100%; clear:both; padding:8px 0 0 0; margin:0;}
#container #right .mod_newslist .layout_latest {float:left; width:100%; clear:both; padding:0 0 8px 0; margin:0;}
#container #right .mod_newslist h2 {padding:0; margin:0;}
#container #right .mod_newslist p.info {padding:2px 0 0 0; margin:0; color:#bbb; font-style:italic; font-size:1.1rem; line-height:1.7rem;}
#container #right .mod_newslist .teaser {display:none}
#container #right .mod_newslist p.more {display:none;}


#container #main .mod_newsreader {}
#container #main .mod_newsreader .layout_full {padding:0 0 8px 0; margin:0;}
#container #main .mod_newsreader h2 {padding:0; margin:0;}
#container #main .mod_newsreader p.info {padding:0 0 0 0; margin:0; color:#bbb; font-style:italic; font-size:1.1rem; line-height:1.7rem;}
#container #main .mod_newsreader .teaser p {padding:0; margin:0;}
#container #main .mod_newsreader p.back {padding:0 0 8px 0; margin:0;}

/*Table (Öffnungszeiten)*/
#container table tr td {padding-bottom: 15px; font-size: 0.9em;}
#container table tr td p {padding: 0 !important;}

/*Right*/
.partnerright {margin-top: 15px; display: inline-block;}
.partnerright h3 {background-color: #d4d4d4; padding-left: 5px !important;}

/*  FORMULARE (STANDARD/KOMMENTARE						  	 */
/*************************************************************/
.ce_form {width:100%; margin:0; padding:7px 0 40px 0; clear:both; float:left;}
#main .formbody label {float:left; display:block; width:29%; padding:0 0 0 0; margin:2px 0 12px 0; text-align:left;}
#main .formbody label.error {float:left; display:block; width:29%; padding:0 0 0 0; margin:2px 0 0 0; text-align:left;}
#main .formbody input {float:right; width:65%; height:19px; border:1px solid #005ba9; color:#787878; margin:0 0 8px 0; padding:2px 1%; background:#f8f8f8;}
#main .formbody input.error {border: 1px solid #005ba9; margin:2px 0 8px 29%;}
#main .formbody input:focus {border: 1px solid #005ba9; background:#fff;}

#main textarea {float:right; width:65%; height: 100px; border: 1px solid #005ba9; margin:0 0 12px 0; color:#787878; padding:4px 1%; background:#f8f8f8; font-family:Calibri, Helvetica, Arial, sans-serif;}
#main textarea.error {margin:0 0 8px 29%;}
#main .formbody textarea.error {border:1px solid #005ba9;}
#main .formbody textarea:focus {border:1px solid #005ba9; background:#fff;}

#main .formbody .submit {color:#fff; background:#005ba9; border:none; cursor:pointer; height:28px; margin:2px 0 8px 0; padding:2px 0 5px 0; width:50%; font-weight:normal;}
#main .formbody p.error {color:#005ba9; float:right; width: 67%; font-size:13px; padding:5px 0 4px 0 !important; margin:0; line-height:2rem;}
#main .formbody legend {float:left; display:block; width:29%; padding:0 0 0 0; margin:2px 0 12px 0; text-align:left;}
#main .ce_form .captcha_text {float:right; display:block; width:29%; padding:0 0 0 0; margin:2px 0 8px 0; text-align:left;}
#main select {float:right; width: 67.3%; height: 26px; border: 1px solid #005ba9; color:#787878; margin:0 0 8px 0; padding:2px 2px; background: #f8f8f8;}
#main .formbody br, #main .formbody div {clear:both; margin:0; padding:0;}

#main .formbody input.checkbox {
	display:block;
	background:none !important;
	border:none !important;
	width:14px !important;
	float: left;
	margin:5px 5px 0 0 !important;
	padding:0;
}
.checkbox_container {width:100%; display:block; float:left;	padding:0 0 12px 0;}
.checkbox_container label {width:95% !important; float:left; margin:0 !important; padding:2px 0 0 0 !important;}
.checkbox_container span {width:67%; display:block; float:right;}
.checkbox_container span.mandatory {width:10px; display:inline; float:none;}

#main .formbody input.radio {
	display:block;
	background:none !important;
	border:none !important;
	width:14px !important;
	float: left;
	margin:5px 5px 0 0 !important;
	padding:0;
}
.radio_container {width:100%; display:block; float:left; padding:0 0 12px 0;}
.radio_container label {width:95% !important; float:left; margin:0 !important; padding:2px 0 0 0 !important;}
.radio_container span {width:67%; display:block; float:right;}
.radio_container span.mandatory {width:10px; display:inline; float:none;}


/* Desktop-Mobile Settings */
#header #mod_nav_mobile {display:none;}
#header a.mobilebtn {display:none;}


.mm-page {width:100%; height: auto !important; min-height: 100%; height: 100%; position:relative; padding:0; margin:0 auto; line-height:1.9rem; font-size:1.3rem;}



/*  MOBILE 													 */
/*************************************************************/
@media (max-width:768px){

html, body {width:100%; min-width:100%;}
	
#header #mod_nav_mobile {display:block;}
.mm-page {width:100% !important; height: auto !important; min-height: 100%; height: 100%; position:relative; padding:0; margin:0;}
#header .mobilebtn_ct {padding:0 0 0 0;}
#header a.mobilebtn {float:left; display:block; text-decoration:none; width:36px; height:33px; padding:0; position:absolute; top:14px; right:3%; z-index:1500; background:url("../../files/data/graphics/ico-responsive-nav.png") right top no-repeat;}	

#wrapper {width:100%; margin:0 auto; padding:0;}	

body {background:#fff;}

#header {height:70px; overflow:visible; position:fixed; z-index:1200;}
* html #header {height:70px;}
#header .inside {height:70px; width:100%; position:fixed; background:#fff; float:left;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.7);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.7);
	-khtml-box-shadow:0 6px 12px rgba(0, 0, 0, 0.7); /* Konqueror */
}
#header .inside .content {width:94%; height:70px; margin:0 3%; padding:0;}

#logo {position:absolute; top:14px; left:3%;}



#container {min-height:auto; width:94%; padding:80px 3% 0 3%; margin:0;}
* html #container {height:auto;}

#main {width:100%; padding:0; float:left;}
#main .inside {padding:0 0 0 0;}

#right {float:left; width:100%;}
#right .inside {padding:0 0 0 0;}

#container #right .ce_accessible_tabs {float:left; padding:16px 0 8px 0; margin:0; width:100%;}
#container #right .ce_accessible_tabs .content {background:#edf2f6; float:left; width:94%; padding:0 3% 10px 3%; margin:0;}
#container #right .ce_accessible_tabs .content h4 {display:none;}
#container #right .ce_accessible_tabs ul.tabs-list {float:left; width:100%; padding:0 0 1px 0; margin:0;}
#container #right .ce_accessible_tabs ul.tabs-list li {float:left; padding:0 2px 0 0 ; margin:0 0 0 0;}
#container #right .ce_accessible_tabs ul.tabs-list li.last {padding:0 0 0 0;}
#container #right .ce_accessible_tabs ul.tabs-list li a {color:#828084; background:#edf2f6;width: 100%; padding:5px 0; float:left; text-align:center;}
#container #right .ce_accessible_tabs ul.tabs-list li.current a {color:#386599 !important; background:#bfd5e7;}
#container #right .ce_accessible_tabs ul.tabs-list li a:hover {color:#386599 !important; background:#bfd5e7;}
#container #right .ce_accessible_tabs ul.tabs-list li.current span {display:none;}

#container #right .partnerright {width:100%;}
#container #right .partnerright .image_container {width: 100%; text-align: center; background-color: #f2f2f2;}
#container #right .partnerright .image_container img {width: 200px;}

#footer {width:100%;}
#footer .inside .content {width:94%; margin:0 3%;}


#header .mod_headerimages {display:none;}
#left {display:none;}
#footer .ce_text {width:100%;}
#footer .ce_image {display:none;}
#footer .ce_text.right {display:none;}
.endcontent {display:block; width:100%;}



/*  FORMULAR											  	 */
/*************************************************************/
.form {width:100%; padding:24px 0 20px 0;}
.ce_form {width:100%;}
#main .formbody label {width:35%;}
#main .formbody label.error {width:35%;}
#main .formbody input {width: 60%;}
#main .formbody input.error {margin:2px 0 8px 35%;}
textarea {width:60%;}
textarea.error {margin:0 0 8px 35%;}
#main .formbody .submit {margin:2px 0 8px 35%;}
#main .formbody p.error {width: 60%;}
#main .formbody legend {width:35%;}
select {width: 61.5%;}
.checkbox_container {width:100%;}
.checkbox_container label {width:60% !important;}
.checkbox_container span {width:65%;}
.radio_container {width:100%;}
.radio_container label {width:60% !important;}
.radio_container span {width:63%;}
#main .ce_form .captcha_text {width:35%;}
#main textarea {width:60%;}
#main select {width: 62.3%;}
	}

@media (max-width:610px){
	
.ce_gallery ul {width:100%;}
.ce_gallery ul li {padding:0 0 15px 0; float:none; width:100%;}

#main .ce_text .image_container.float_left {margin:2px 0 6px 0; float:left;}
#main .ce_text .image_container.float_right {margin:2px 0 6px 0; float:left;}

#container .ce_text img, #container .ce_image img, #container .ce_gallery img, #container .ce_gallery .image_container,
#container .ce_text .image_container {width:100%; height:auto;}		

#logo {display:none;}
#logo-mobile {position:absolute; top:14px; left:3%; display:block;}
#logo-mobile img {width:175px; height:auto;}

#container .rs-column.-large-col-4-1 {width: 47%; margin-right: 3%;}

#container table {width: 100%;}
#container table.openings tr td:nth-child(1) {width: 25%;}
#container table.openings tr td:nth-child(2) {width: 40%;}
#container table.openings tr td:nth-child(3) {width: 35%;}
}
	
	
/*  FIXES  													 */
/*************************************************************/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac */
* html .clearfix {height:0px;}
.clearfix {display: block;}

.clear {height:1px; font-size:0.1px; line-height:0.1px; clear:both; }
.invisible { display:none !important;}
