/* Contao Open Source CMS, (c) 2005-2016 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 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; }

.bs-nav {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

.bs-nav .item, .bs-nav .item-nav {
    display: inline-block;
    *display: inline;
    zoom: 1;

    width: 10px;
    height: 10px;
    line-height: 10px;
    margin: 0 4px;

    text-indent: -999em;
    *text-indent: 0;

    border: 2px solid #fff;
    border-radius: 6px;

    cursor: pointer;
    opacity: .4;

    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
}

.bs-nav .item.active {
    background: #fff;
    opacity: 1;
}

.bs-nav .item-nav {
    border-radius: 0;
    width: 0;
    height: 0;
    border-style: inset;
    -webkit-transform:rotate(360deg);
}

.bs-nav .item-nav:hover {
    opacity: 1;
}

.bs-nav .item-nav.next {
    border-width: 7px 0 7px 14px;
    border-color: transparent transparent transparent #ffffff;
}

.bs-nav .item-nav.prev {
    border-width: 7px 14px 7px 0;
    border-color: transparent #ffffff transparent transparent;
}

/* 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:   KLINIKSTGEORG.CH						 	 	 */
/*   File:     screen.css					                 */
/*-----------------------------------------------------------*/
/*   Autor:   Reto Bühler, www.nuun.ch		                 */
/*   Datum:   Januar 2015				                     */
/*   Site: 	  wwww.klinikstgeorg.ch					         */
/*************************************************************/

/*************************************************************/
/*  LAYOUT													 */
/*************************************************************/

/*  GLOBAL													 */
/*************************************************************/
html, body {width:100%; height: 100%; margin:0 auto; font: 62.5% Calibri, Helvetica, Arial, sans-serif; color:#787878; letter-spacing:0.0em;}
body {font-size:16px; font-size: 1.6rem; background:#fff;}

.mm-page {height:auto !important; min-height: 100%; height: 100%; margin:0 auto; padding:0 0 0 0;}
body.home .mm-page {height:auto !important; min-height: 100%; height: 100%; max-width:1200px; background:url("../../files/data/graphics/bg_home_left.png") left top no-repeat; background-size:31% 100%;}

.ce_caroufredsel_gallery {float:left; width:100%; position:relative; margin:9px 0 0 0;}
.ce_caroufredsel_gallery img {float:left; width:100%; height:auto;}

body #wrapper {max-width:1200px; height: auto !important; min-height: 100%; height: 100%; position:relative; margin:0 auto; padding:0; line-height:2.1rem; font-size:1.6rem; background:none;}
* html #wrapper {height: 100%;}


/*  HEADER 													 */
/*************************************************************/
body #header {height:156px; width:100%; position:fixed; z-index:1200; background:#fff; line-height:2.0rem; font-size:1.5rem;}
body.home #header {background:none;}
#header .inside {max-width:1200px; margin:0; background:url("../../files/data/graphics/bg_header.png") left top repeat-x}
#header .inside .content {width:100%; height:156px; margin:0; padding:0; position:relative;}



/*  FOOTER 													 */
/*************************************************************/
body #footer {width:100%; height:200px; padding:0; position: relative; z-index:300; margin-top: -200px; margin-left:auto; margin-right:auto; font-size:1.4rem; line-height:1.8rem; display:block; color:#787878; clear:both;}
body #footer .inside {position:relative; width:100%; height:200px; display:block; margin:0; padding:0; float:left; background:none;}
body #footer .inside .content {position:relative; width:100%; height:200px; display:block; margin:0; margin-left:auto; margin-right:auto; padding:0; background:#fff;}

body.home #footer {height:390px; margin-top: -390px;}
body.home #footer .inside {position:relative; height:390px; background:url("../../files/data/graphics/bg_wave.png") left bottom no-repeat;}
body.home #footer .inside .content {position:relative; margin-top:190px;}

#footer .inside .content .mod_article {position:relative; max-width:1180px; height:175px; display:block; margin:0 auto; padding:25px 10px 0 10px;}

body .endcontent {height:200px; width:100%; display:block; position:relative; z-index:300;}
body.home .endcontent {height:390px;}


#logo {position:absolute; left:10px; top:18px; z-index:900;}




/*  CONTAINER (INCLUDING LEFT/MAIN/RIGHT					 */
/*************************************************************/
#container {position:relative; min-height:120px; width:100%; margin:0 auto; padding:160px 0 0 0; z-index:500; clear:both;}
* html #container {height:120px;}

body #main {position:relative; float:right; width:69%; padding:0; margin:0 0 30px 0;}
body #main .inside {padding:10px 0 0 3%; margin:0; display:block; }

#left {position:relative; top:20px; width:31%; padding:0 0 30px 0; float:left;}
#left .inside {width:100%;}

body.home #left {padding:0 0 10px 0;}
body.home #left .inside .claim {font-size:2.5rem; line-height:3.0rem; padding:0 55px 0 65px; color:#004d9e;}
/*body.home #left .inside .news {background:url("../../files/data/graphics/bg_home_left.png") left top no-repeat; margin:30px 0 0 55px; padding:0 10px 0 10px; width:65%;}*/
/*body.home #left .inside .news h1 {font-size:2.5rem; line-height:3.0rem; padding:8px 0 8px 0; margin:0; text-transform:uppercase; color:#004d9e; border-bottom:2px solid #004d9e;}*/
body.home #main {display:none;}

/*#left .content-slider {width:100%; height:100px; float:left; z-index:1000; position:relative;}*/
/*#left .ce_sliderStart .ce_image {width:100%; height:100px; float:left;}*/
/*#left .ce_sliderStart .ce_image .image_container {width:100%; height:100px;}*/
/*#left .ce_sliderStart .ce_image .image_container img {width:100%; height:auto;}*/



/*************************************************************/
/*  NAVIGATION												 */
/*************************************************************/

#header a, #header a:link, #header a:visited { color:#004d9e; text-decoration:none;}
#header a:hover, #header a:active { color:#787878; text-decoration:none;}
#container a, #container a:link, #container a:visited { color:#004d9e; text-decoration:none;}
#container a:hover, #container a:active { color:#787878; text-decoration:none;}
#footer a, #footer a:link, #footer a:visited { color:#787878; text-decoration:none;}
#footer a:hover, #footer a:active { color:#787878; text-decoration:underline;}


#header .navigation {position:absolute; top:94px; right:0; z-index:1000; overflow:visible !important; width:100%; background:url("../../files/data/graphics/nav_main_bg.png") left top no-repeat;}

#header .navigation ul {float: left; margin: 0 0 0 31%; padding: 0 0 0 0; list-style: none; font-size:1.6rem; line-height:2.1rem; width:100%;}
body.schmerzklinik #header .navigation ul {margin: 0 0 0 0;}

#header .navigation li {float: left; margin:0; padding:0 0 0 0.1666666666666667%; width:11.33333333333333%; height:62px; position:relative; text-align:left; z-index:1; background:url("../../files/data/graphics/nav_main_divider.png") left top no-repeat; background-size:1.449275362318841% 62px;}
#header .navigation li:hover {z-index:2;}

body.schmerzklinik #header .navigation li {padding:0 0 0 0.1666666666666667%; width:10.91666666666667%; background:url("../../files/data/graphics/nav_main_divider.png") left top no-repeat; background-size:1.503759398496241% 62px;}
body.schmerzklinik #header .navigation li.last {padding:0 0 0 0.1666666666666667%; width:11.16666666666667%; background:url("../../files/data/graphics/nav_main_divider.png") left top no-repeat; background-size:1.503759398496241% 62px;}



#header .navigation li a {display: block; width:90%; height:54px; padding:8px 3.4% 0 6.6%; overflow: hidden; float: left; color:#fff; font-weight:normal; text-decoration:none; text-align:left; float: left;}
#header .navigation li a:hover,
#header .navigation li a.active,
#header .navigation li a.trail,
#header .navigation li:hover a {color:#fff; background:url("../../files/data/graphics/nav_main_active.png") left top no-repeat;}

#header .navigation li:hover .level_2 {display:block;}
#header .navigation li .level_2 {display: none;}

#header .navigation li ul {position: absolute; top: 62px; background:url("../../files/data/graphics/nav_sub_bg.png") left top no-repeat; width: 198.55072463768116%; height: auto; margin: 0; padding: 8px 0 12px 0; list-style: none; font-size:1.5rem; line-height:2.0rem;}

body.schmerzklinik #header .navigation li.last ul {width: 196.3235294117647%;}

#header .navigation li.last ul {right:0;}
#header .navigation li:hover li,
#header .navigation li.active li {width:100%; padding:0; margin:0; height:auto; background:none;}

body.schmerzklinik #header .navigation li:hover li,
body.schmerzklinik #header .navigation li.active li {width:100%; padding:0; margin:0; height:auto; background:none;}

#header .navigation li:hover li a,
#header .navigation li.active li a {color:#fff; width:90%; height:auto; padding:4px 3.4% 4px 6.6%; text-indent:0; font-weight:normal; background:none;}
#header .navigation li:hover li a:hover,
#header .navigation li.active li a:hover,
#header .navigation li ul li a.active {color: #fff; text-decoration:underline; background:none;}

/*IE*/
#header .navigation li li a:hover,
#header .navigation li li a:hover {color: #787878; text-decoration: none;}
/**/

body.ie6 #header .navigation {behavior: url("../../files/data/styles/csshover.htc");}
body.ie6 #header .navigation li ul {background:url("../../files/data/graphics/nav_sub_bg.png") left top no-repeat;}
body.ie6 #header .navigation li .level_2 {background:url("../../files/data/graphics/nav_sub_bg.png") left top no-repeat;}


#left .mod_nav_sub {position:relative; font-size:1.6rem; width:100%; line-height:2.1rem; padding:9px 0 0 0; margin:0; z-index:500; float:left;}
#left .mod_nav_sub ul {padding:16px 0; margin:0; background:#709bc8; float:left; width:100%;}
#left .mod_nav_sub ul li {display:block; width:100%; padding:0 0 6px 0; margin:0; float:left;}
#left .mod_nav_sub ul li a {color:#fff; width:90%; padding:0 5%; margin:0; text-decoration:none; float:left;}
#left .mod_nav_sub ul li a:hover, #left .mod_nav_sub ul li a.active, #left .mod_nav_sub ul li a.trail {color:#fff; text-decoration:underline;}

#left .mod_nav_sub ul.level_2 {padding:0; margin: 10px 0 20px 0px;}
#left .mod_nav_sub ul.level_2 li {display:block; width:205px; margin:0; padding:4px 0 4px 10px; border-left: 1px solid #d1d1d1;}
#left .mod_nav_sub ul.level_2 li a {font-size:0.9em; color:#787878; width:205px; padding:0; text-decoration:none;}
#left .mod_nav_sub ul.level_2 li a:hover, #left .mod_nav_sub ul.level_2 li a.active, #left .mod_nav_main ul.level_2 li a.trail {color:#004d9e; text-decoration:none;}

#header .mod_changelanguage {position:absolute; right:10px; top:12px; display:block; padding:0; line-height:2.4rem;}
#header .mod_changelanguage li {float:left; display:block; padding:0 8px 0 0; margin:0 7px 0 0; background:url("../../files/data/graphics/nav_horizontal_divider.png") right 4px no-repeat;}
#header .mod_changelanguage li.last {background:none; padding:0; margin:0;}
#header .mod_changelanguage li a:link, #header .mod_changelanguage li a:visited { float:left; display:block; color:#787878; text-decoration:none;}
#header .mod_changelanguage li a:hover, #header .mod_changelanguage li a:active { float:left; display:block; color:#004d9e; font-weight: normal;}
#header .mod_changelanguage li a.active { float:left; display:block; color:#004d9e; font-weight: normal;}
#header .mod_changelanguage li span {float:left; display:block;}
body.schmerzklinik #header .mod_changelanguage,
body.ortho #header .mod_changelanguage {display:none;}

#header .mod_nav_service {position:absolute; right:132px; width:134px; top:12px; display:block; padding:0; line-height:2.4rem;}
#header .mod_nav_service li {display:none;}
#header .mod_nav_service li.login {display:block;}
#header .mod_nav_service li.login a {display:block; background:url("../../files/data/graphics/icon_login.png") left 1px no-repeat; font-weight:bold; text-transform:uppercase; padding:0 0 0 28px;}

body.lang-en #header .mod_nav_service {display:none;}
body.lang-ru #header .mod_nav_service {display:none;}

#footer .mod_nav_service {padding:9px 0;}
#footer .mod_nav_service li {display:block;}
#footer .mod_nav_service li.login,
#footer .mod_nav_service li.first {display:none;}


body #header .ce_form {position:absolute; right:10px; top:50px; margin:0; padding:0 0 10px 16px; background:none; font-size:1.4rem;}
body #header .ce_form label {display:none;}
body #header .ce_form input.text {padding:0 3px; margin:0; float:right; height:22px; width:225px; background:#fff; border-top:1px solid #c8c8c8; border-bottom:1px solid #c8c8c8; border-right:1px solid #c8c8c8; border-left:none;
-webkit-border-top-right-radius: 12px;
-webkit-border-bottom-right-radius: 12px;
-moz-border-radius-topright: 12px;
-moz-border-radius-bottomright: 12px;
border-top-right-radius: 12px;
border-bottom-right-radius: 12px;}
body #header .ce_form input.submit {padding:0; margin:0; float:left; background:url("../../files/data/graphics/search_submit.png") 4px 2px no-repeat #fff; height:24px; width:24px; cursor:pointer; border-top:1px solid #c8c8c8; border-bottom:1px solid #c8c8c8; border-left:1px solid #c8c8c8; border-right:none;

-webkit-border-top-left-radius: 12px;
-webkit-border-bottom-left-radius: 12px;
-moz-border-radius-topleft: 12px;
-moz-border-radius-bottomleft: 12px;
border-top-left-radius: 12px;
border-bottom-left-radius: 12px;}


#main #hidden_div {display:none;}


/*************************************************************/
/*  CONTENT												  	 */
/*************************************************************/
#footer p {padding:9px 0 0 0; margin:0; display:block;}
#container p {padding:9px 0; margin:0; display:block;}
#main h1 {padding:24px 0 8px 0; margin:0; font-size:2.5rem; line-height:2.6rem; color:#004d9e; font-family:Calibri, Helvetica, Arial, sans-serif;}
h2 {padding:24px 0 8px 0; margin:0; font-size:2.5rem; line-height:2.6rem; color:#004d9e; font-family:Calibri, Helvetica, Arial, sans-serif;}
h3 {padding:12px 0 0 0; margin:0; font-size:1.02em; line-height:1em; font-weight:bold; color:#004d9e;}


#footer .col_1 {float:left; width:31.69491525423729%; text-align:left;}
#footer .col_2 {float:left; width:17.5%; padding-right:0.8474576271186441%; text-align:left;}
#footer .col_3 {float:left; width:17.5%; padding-right:0.8474576271186441%; text-align:left;}
#footer .col_4 {float:left; width:12.0%; padding-right:0.8474576271186441%; text-align:left;}
#footer .col_5 {float:left; width:18.64406779661017%; text-align:right;}
#footer .schmerzklinik-link,
#footer .orthogold-link,
#footer .klinikstgeorg-link {float:left; width:100%; height:100% !important; clear:both; padding-top:0;}
#footer .schmerzklinik-link p,
#footer .orthogold-link p {width:100%; height:37px !important; float:left; padding-bottom:18px;}
#footer .klinikstgeorg-link p {width:100%; height:46px !important; float:left; padding-bottom:18px;}
#footer .schmerzklinik-link a {width:100% !important; height:100% !important; float:left; display:block; background:url("../../files/data/graphics/logo-schmerzklinik-grey.png") top left no-repeat; background-size:100% auto;}
#footer .schmerzklinik-link a:hover {width:100% !important; height:100% !important; background:url("../../files/data/graphics/logo-schmerzklinik-4c.png") top left no-repeat; background-size:100% auto;}
#footer .orthogold-link a {width:100% !important; height:100% !important; float:left; display:block; background:url("../../files/data/graphics/logo-ortho-gold-grey.png") top left no-repeat; background-size:100% auto;}
#footer .orthogold-link a:hover {width:100% !important; height:100% !important; background:url("../../files/data/graphics/logo-ortho-gold-4c.png") top left no-repeat; background-size:100% auto;}
#footer .klinikstgeorg-link a {width:100% !important; height:100% !important; float:left; display:block; background:url("../../files/data/graphics/logo-stgeorg-grey.png") top left no-repeat; background-size:100% auto;}
#footer .klinikstgeorg-link a:hover {width:100% !important; height:100% !important; background:url("../../files/data/graphics/logo-stgeorg-4c.png") top left no-repeat; background-size:100% auto;}


img {vertical-align:bottom;}
table {border-collapse:collapse;}

/* CE DOWNLOADS */
.ce_download, .ce_downloads {float:left; width:100%; position:relative; padding:4px 0 0 0;}
.ce_download ul li, .ce_downloads ul li, .enclosure {position:relative; width:100%;}
.ce_download img, .ce_downloads img, .enclosure img {position:absolute; left:0; top:2px; z-index:100;}
#container .ce_downloads a, 
#container .ce_downloads a:link, 
#container .ce_downloads a:visited, 
#container .ce_download a, 
#container .ce_download a:visited, 
#container .ce_download a:link, 
#container .enclosure a:link, 
#container .enclosure a:visited {
	border-bottom:1px solid #d1d1d1;
	position:relative;
	z-index:300;
	display:block;
	padding:1px 0 4px 24px;
	margin:0 0 0 0;
	}

/* TEXT - CE */
#main .ce_text .image_container, #right .ce_text .image_container {padding-top:14px; padding-bottom:0;}
#main .ce_text {clear:both;}


#main .sc .image_container img {width:100%; height:auto;}

#main .ce_image {padding-bottom:12px; clear:both;}
#main .ce_image .image_container {padding:12px 0 0 0;}

.ce_sliderStart {float:left; width:100%; height:100px;}
#left .ce_image {padding-bottom:0; clear:both;}
#left .ce_image .image_container {padding:9px 0 0 0;}
#left .ce_image .image_container img {width:100%; height:auto;}

#left .ce_text {padding-bottom:0; clear:both;}
#left .ce_text .image_container {padding:9px 0 0 0;}
#left .ce_text .image_container img {width:100%; height:auto;}

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

/* GALLERY - CE */
.ce_gallery {padding:16px 0 16px 0; clear:both; float:left; width:100%;}
.ce_gallery h2 {padding:0 0 12px 0;}
.ce_gallery table {padding:0; margin:0;}
.ce_gallery li {padding:0 1.470588235294118% 1.470588235294118% 0; margin:0; float:left; width:23.89705882352941% !important;}
.ce_gallery li.col_last {padding:0 0 1.470588235294118% 0 !important;}
.ce_gallery .image_container {padding:0 0 0 0; margin:0; width:100% !important; height:auto !important;}
.ce_gallery .image_container img {width:100% !important; height:auto !important;}


/* Ärzte und Fachgebiete Übersicht*/
#aerzte {width:100%;}
#aerzte thead tr {padding:0 0 5px 0;}
#aerzte th {padding: 3px 1% 3px 1%; background-color:#68acdf; color:#fff; font-weight:normal; text-align:left; border-bottom:5px solid #fff;}
#aerzte td {padding: 3px 1% 3px 1%; }
#aerzte .col_0 {width: 20%;}
#aerzte .col_1 {width: 26%;}
#aerzte .col_2 {width: 48%;}

/* Ärzte und Fachgebiete Detail*/
.mod_article .sc .ce_table h3 {padding-bottom:8px;}
.mod_article .sc-first {width:68%; padding-right:2%;}
.mod_article .sc-last {width:30%;}
.mod_article .sc table {width:100%;}
.mod_article .sc .ce_table {line-height:1.8rem;}
.mod_article .sc .col_0 {width:20%; border-bottom: 1px solid #ececec; padding:3px 0 5px 0;}
.mod_article .sc .col_1 {width:80%; border-bottom: 1px solid #ececec; padding:3px 0 5px 0;}


/* Mitarbeiter Layout 50:50 */
.col5050 .sc-first {width:49%; padding-right:1%;}
.col5050 .sc-last {width:49%; padding-left:1%;}



.dlh_googlemap {width:100%; height:400px;}


/* PAGINATION */
body #container .pagination {width:100%; float:left; display:block; padding:16px 0 9px 0; margin:0;}
body #container .pagination p {width:40%; float:right; display:block; padding:0; text-align:right;}
body #container .pagination ul {width:60%; float:left; display:block; list-style-type:none; clear:none; padding:0 0 0 0; margin:0;}
body #container .pagination ul li {float:left !important; width:auto; display:block; background:none; margin:0 12px 0 0 !important; padding:0 !important;}
body #container .pagination .current {color:#787878;}


.invisible {display:none !important;}




#main .mitarbeiter {clear:both; border-top:1px solid #dcddde; padding:2px 0 0 0;}
#main .mitarbeiter .image_container {margin:10px 55px 12px 0; float:left;}
#main .mitarbeiter .image_container img {border-top:6px solid #d9dadb; border-right:6px solid #d9dadb; border-left:6px solid #d9dadb; border-bottom:5px solid #d9dadb;}



body.home .mod_newslist {width:100%; border-top:1px solid #fff; float:left; margin-top:16px}
body.home #left .mod_newslist .layout_latest {display:block; width:100%; clear:both; float:left; padding:0 0 8px 0;}
body.home .mod_newslist h2 {padding:20px 0 4px 0; font-size:1.6rem; line-height:2.1rem;}
body.home .mod_newslist p {font-size:1.6rem; line-height:2.1rem; color:#787878;}
body.home .mod_newslist h3 {padding:4px 0 0 0; margin:0; font-size:2.0rem; line-height:2.5rem; font-weight:bold; color:#004d9e;}
body.home #container .mod_newslist p.more {padding-top:0; margin-top:0;}
body.home #left .mod_newslist .image_container {display:none;}

#main .mod_newslist {display:block; width:100%; clear:both; padding-top:30px;}
#main .mod_newslist .layout_latest {display:block; width:100%; clear:both; float:left; border-top:1px solid #d9dadb; padding:0 0 20px 0;}
#main .mod_newslist .image_container {width:30% !important; height:auto !important; float:left; padding:14px 3% 8px 0;}
#main .mod_newslist .image_container img {width:100% !important; height:auto !important;}
#container .mod_newslist p.more {padding-top:0; margin-top:0;}
#container #main .mod_newslist .teaser p {padding-bottom:0; margin-bottom:0;}

#main .mod_newsreader .image_container.float_above {width:30% !important; height:auto !important; float:left; padding:14px 3% 8px 0;}
#main .mod_newsreader .image_container img {width:100% !important; height:auto !important;}
#main .mod_newsreader .ce_text {clear:none;}


/*  FORMULARE (STANDARD/KOMMENTARE						  	 */
/*************************************************************/
#main .ce_form {width:100%; margin:0; padding:7px 0 40px 0; clear:both; float:left; font-family:Calibri, Helvetica, Arial, sans-serif; font-size:1.5rem;}
#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 #d1d1d1; color:#787878; margin:0 0 8px 0; padding:2px 1%; background:#f8f8f8;}
#main .formbody input.error {margin:2px 0 8px 29%;}
#main .formbody input.error {border: 1px solid #709bc8;}
#main .formbody input:focus {border: 1px solid #709bc8; background:#fff;}

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

#main .formbody .submit {color:#fff; background:#4079b6; border:none; cursor:pointer; height:25px; margin:2px 0 8px 0; padding:1px 0 5px 0; width:32%; font-weight:normal;}

#main .formbody p.error {color:#004d9e; 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 #d1d1d1; color:#787878; margin:0 0 8px 0; padding:2px 2px; background: #f8f8f8ss;}

#main .formbody br, #main .formbody div {clear:both; margin:0; padding:0;}

.checkbox {
	display:block;
	background:none !important;
	border:none !important;
	width:14px !important;
	float: left;
	margin:4px 5px 0 0 !important;
	padding:0;
}
.checkbox_container {width:100%; display:block; float:left;	padding:0 0 12px 0;}
.checkbox_container label {width:65% !important; float:left; margin:0 !important; padding:2px 0 0 0 !important;}
.checkbox_container span {width:68%; display:block; float:right;}
.checkbox_container span.mandatory {width:10px; display:inline; float:none;}

.radio {
	display:block;
	background:none !important;
	border:none !important;
	width:14px !important;
	float: left;
	margin:4px 5px 0 0 !important;
	padding:0;
}
.radio_container {width:100%; display:block; float:left; padding:0 0 12px 0;}
.radio_container label {width:65% !important; float:left; margin:0 !important; padding:2px 0 0 0 !important;}
.radio_container span {width:68%; display:block; float:right;}
.radio_container span.mandatory {width:10px; display:inline; float:none;}




#main .mod_search form {margin:12px 0 9px 0; float:left; width:100%;}
#main .mod_search .formbody input.submit {margin:0 0 0 3px; float:left; width:16.7%;}
#main .mod_search .formbody input {margin:0; float:left; width:30%;}
#main .mod_search .relevance {display:none;}
#main .mod_search .url {font-size:1.4rem; line-height:2.0rem; padding-top:0;}
#main .mod_search p.context {margin:0; padding-bottom:9px;}

.mod_login {padding:7px 0 40px 0;}


#header .mobilebtn_ct {display:none;}

@media (max-width:1150px){
body.home #left .inside .claim {font-size:2.5rem; line-height:3.0rem; padding:0 12.09677419354839% 0 14.78494623655914%; color:#004d9e;}
}

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

.mobiledevice {display:block;}
.desktop {display:none;}
.sc {width:100% !important; clear:both !important; padding:0 !important;}

#header .navigation {display:none;}

#left .mod_nav_sub {display:none;}

body #main .inside {padding-right:10px;}

/*  HEADER 													 */
/*************************************************************/
body #header {height:94px; width:100%; position:fixed; z-index:1200; background:url("../../files/data/graphics/bg_header_mobile.png") left bottom repeat-x #fff; line-height:2.0rem; font-size:1.5rem;}
body.home #header {background:url("../../files/data/graphics/bg_header_mobile.png") left bottom repeat-x #fff;}
#header .inside {max-width:1200px; margin-right:0;}
#header .inside .content {width:100%; height:94px; margin:0; padding:0; position:relative;}

#header .mod_changelanguage {position:absolute; right:80px; top:12px;}
body.schmerzklinik #header .mod_changelanguage,
body.ortho #header .mod_changelanguage {display:none;}

body #header .ce_form {position:absolute; right:80px; top:50px;}
#header .mod_nav_service {position:absolute; right:202px; width:134px; top:12px;}

body .custom {display:none;}
body.home .custom {display:none;}

#container {padding:90px 0 0 0;}

.mm-menu {background: #4079b6 !important;}
.mm-search input {background: #fff !important; color: #4079b6 !important;}
.mm-list {color: #fff !important;}
.mm-list > li:after {border-color: #fff !important;}
.mm-menu .mm-list > li:after {border-color: #fff !important;}
.mm-menu.mm-white .mm-list > li > a.mm-subopen:before {border-color:  #fff !important;}
.mm-menu .mm-list > li > a.mm-subopen:before {border-color: #fff !important;}
.mm-menu.mm-white .mm-list > li > a.mm-subopen:after, .mm-menu.mm-white .mm-list > li > a.mm-subclose:before {border-color: #fff !important;}
.mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {border-color: #fff !important;}
.mm-counter {color: #fff !important;}
.level_2, .level_3 {padding-top:0 !important;}
.mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {border:none !important;}

#footer .col_1 {float:left; width:24.5%; text-align:left;}
#footer .col_2 {float:left; width:21.0%; padding-right:0.5%; text-align:left;}
#footer .col_3 {float:left; width:21.0%; padding-right:0.5%; text-align:left;}
#footer .col_4 {float:left; width:14.0%; padding-right:0.5%; text-align:left;}
#footer .col_5 {float:left; width:18%; text-align:right;}

}

@media (max-width:768px){
body #wrapper {max-width:auto; width:100% height:auto !important; min-height: 100%; height: 100%; position:relative; margin:0 auto; padding:0; line-height:2.1rem; font-size:1.6rem; background:none;}

body.home .mm-page {background:none; background-size:100% 100%;}	
	
body #main {width:100%; margin:0 0 30px 0;}
body #main .inside {padding:0 10px;}

#left {position:relative; top:0; width:100%; padding:0 0 30px 0; float:left;}
#left .inside {width:auto; padding:0 10px; float:left;}

#logo {position:absolute; left:10px; top:12px; z-index:900;}
#logo img {width:200px; height:auto;}

body.home #left .inside .claim {padding:10px 0 0 0; width:90%; margin:0 5%; color:#004d9e;}
body.home #left .inside .news {background:none; margin:30px 5% 0 5%; padding:0; width:90%;}

body.home #left .inside {padding:0; margin:20px 5% 0 5%; width:90%; float:left; background:url("../../files/data/graphics/bg_home_left.png") left top repeat-x;}
body.home #main {display:none;}

#header .mod_changelanguage {position:absolute; left:54px; top:62px;}
body.schmerzklinik #header .mod_changelanguage,
body.ortho #header .mod_changelanguage {display:none;}
#header .ce_form {display:none;}
#header .mod_nav_service {display:none;}

.sc {width:100% !important; clear:both !important;}

.dlh_googlemap {width:100%; height:260px;}



body #footer {height:620px; margin-top: -620px; clear:both;}
body #footer .inside {height:620px; float:none;}
body #footer .inside .content {height:620px; padding:0 10px; width:auto;}

body.home #footer {height:620px; margin-top: -620px; clear:both;}
body.home #footer .inside {height:620px; background:none; float:none;}
body.home #footer .inside .content {margin-top:0; padding:0 10px; width:auto;}

#footer .inside .content .mod_article {max-width:100%; height:550px; padding:0;}

body .endcontent {height:620px; width:100%; display:block; position:relative; z-index:300;}
body.home .endcontent {height:620px;}



#footer .address {display:none;}
#footer .mod_article {border-top: 1px solid #ececec;}
#footer .col_1 {float:left; width:100%; padding-top:20px;}
#footer .col_2 {float:left; width:100%; padding-right:0;}
#footer .col_3 {float:left; width:100%; padding-right:0; padding-top:20px;}
#footer .col_4 {float:left; width:100%; padding-right:0; padding-top:20px;}
#footer .col_5 {float:left; width:220px; text-align:left; padding-top:20px;}

#container {min-height:1px;}
* html #container {height:1px;}
}

.hidden {display:none;}

/*  FIXES  													 */
/*************************************************************/
.cleaner {clear:both;}
.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;}
/* End hide from IE-mac */

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


