/* Contao Open Source CMS, (c) 2005-2015 Leo Feyer, LGPL license */
body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li{float:left}.ce_gallery>ul li.col_first{clear:left}.float_left{float:left}.float_right{float:right}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
/* Contao Open Source CMS, (c) 2005-2015 Leo Feyer, LGPL license */
@media(max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width:auto}
/* Contao Open Source CMS, (c) 2005-2015 Leo Feyer, LGPL license */
body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,ol,ul,li,dl,dt,dd,figure,table,th,td,form,fieldset,legend,input,textarea{margin:0;padding:0}table{border-spacing:0;border-collapse:collapse}caption,th,td{text-align:left;text-align:start;vertical-align:top}abbr,acronym{font-variant:normal;border-bottom:1px dotted #666;cursor:help}blockquote,q{quotes:none}fieldset,img{border:0}ul{list-style-type:none}sup{vertical-align:text-top}sub{vertical-align:text-bottom}del{text-decoration:line-through}ins{text-decoration:none}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font:12px/1 "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;color:#000}input,button,textarea,select{font-family:inherit;font-size:99%;font-weight:inherit}pre,code{font-family:Monaco,monospace}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}h1{font-size:1.8333em}h2{font-size:1.6667em}h3{font-size:1.5em}h4{font-size:1.3333em}table{font-size:inherit}caption,th{font-weight:bold}a{color:#00f}h1,h2,h3,h4,h5,h6{margin-top:1em}h1,h2,h3,h4,h5,h6,p,pre,blockquote,table,ol,ul,form{margin-bottom:12px}
/**
 * Global TinyMCE style sheet
 *
 * Use this style sheet to define CSS classes for the rich text editor. The
 * stlye sheet will be included in the editor and the page layout automatically.
 * Although the stlye sheet is shared by all themes, you can override its
 * formattings in any of your theme style sheets.
 *
 *   files/tinymce.css (this is how it looks like in TinyMCE)
 *   .warning { color:#c55; }
 *
 *   theme_a.css (this is how it looks like in theme A)
 *   .warning { font-weight:bold; }
 *
 *   theme_b.css (this is how it looks like in theme B)
 *   .warning { color:#000; }
 *
 * If you do not want to use a global TinyMCE style sheet at all, simply delete
 * this file (files/tinymce.css).
 */
.warning { color:#c55; font-size:1.1em; }
.confirmation { color:#090; font-size:1.1em; }
.information { color:#999; font-size:0.9em; }
/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu panels CSS
*/
.mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Swipe 2.0, (C) Brad Birdsall 2012, MIT license */
.content-slider{overflow:hidden;visibility:hidden;position:relative}.slider-wrapper{overflow:hidden;position:relative}.slider-wrapper>*{float:left;width:100%;position:relative}.slider-control{height:30px;position:relative}.slider-control a,.slider-control .slider-menu{position:absolute;top:9px;display:inline-block}.slider-control .slider-prev{left:0}.slider-control .slider-next{right:0}.slider-control .slider-menu{top:0;width:50%;left:50%;margin-left:-25%;font-size:27px;text-align:center}.slider-control .slider-menu b{color:#bbb;cursor:pointer}.slider-control .slider-menu b.active{color:#666}
/* mediaboxAdvanced v1.4.6, (c) 2007-2010 John Einselen <http://iaian7.com>, MIT-style license */
#mbOverlay{position:fixed;z-index:9998;top:0;left:0;width:100%;height:100%;background-color:#fff;cursor:pointer}#mbOverlay.mbOverlayFF{background:transparent url("../../assets/mootools/mediabox/1.4.6/images/80.png") repeat}#mbOverlay.mbOverlayIE{position:absolute}#mbCenter{position:absolute;z-index:9999;left:50%;overflow:hidden;background-color:#fff;-webkit-border-radius:10px;-khtml-border-radius:10px;-moz-border-radius:10px;border-radius:10px;-webkit-box-shadow:0 5px 20px rgba(0,0,0,0.40);-khtml-box-shadow:0 5px 20px rgba(0,0,0,0.40);-moz-box-shadow:0 5px 20px rgba(0,0,0,0.40);box-shadow:0 5px 20px rgba(0,0,0,0.40);-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#000000')";filter:progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=180,Color='#000000')}#mbCenter.mbLoading{background:#fff url("../../assets/mootools/mediabox/1.4.6/images/loading3.gif") no-repeat center;-webkit-box-shadow:none;-khtml-box-shadow:none;-moz-box-shadow:none;box-shadow:none}#mbImage{position:relative;left:0;top:0;font-family:Myriad,Verdana,Arial,Helvetica,sans-serif;line-height:20px;font-size:12px;color:#666;text-align:left;background-position:center center;background-repeat:no-repeat;padding:10px}#mbBottom{min-height:20px;font-family:Myriad,Verdana,Arial,Helvetica,sans-serif;line-height:20px;font-size:12px;color:#999;text-align:left;padding:0 10px 10px}#mbTitle,#mbPrevLink,#mbNextLink,#mbCloseLink{display:inline;color:#666;font-weight:bold;line-height:20px;font-size:12px}#mbNumber{display:inline;color:#999;line-height:14px;font-size:10px;margin:auto 10px}#mbCaption{display:block;color:#666;line-height:14px;font-size:10px}#mbPrevLink,#mbNextLink,#mbCloseLink{float:right;outline:0;margin:0 0 0 10px;font-weight:normal}#mbPrevLink b,#mbNextLink b,#mbCloseLink b{color:#666;font-weight:bold;text-decoration:underline}#mbPrevLink big,#mbNextLink big,#mbCloseLink big{color:#666;font-size:16px;line-height:14px;font-weight:bold}#mbBottom a,#mbBottom a:link,#mbBottom a:visited{text-decoration:none;color:#666}#mbBottom a:hover,#mbBottom a:active{text-decoration:underline;color:#999}#mbError{position:relative;font-family:Myriad,Verdana,Arial,Helvetica,sans-serif;line-height:20px;font-size:12px;color:#000;text-align:center;border:10px solid #700;padding:10px 10px 10px;margin:20px;-webkit-border-radius:5px;-khtml-border-radius:5px;-moz-border-radius:5px;border-radius:5px}#mbError a,#mbError a:link,#mbError a:visited,#mbError a:hover,#mbError a:active{color:#700;font-weight:bold;text-decoration:underline}
@charset "UTF-8";
/* 
Zahnärzte Mundsburg Dr. Hentzschel & Dr. Heidle
Autor: Hans-Jörg Rüstemeier, www.ruestemeier.net
Thema: Basics/HTML-Elemente und generische Klassen

Farben:
#c2dae6	BG hellblau
#66a2c0	blau
#6b6c6e	grau
#e5eff4 zartblau
*/
#main {
	letter-spacing: 0.6px;
}

/* Headlines */

/*h1 {
	color: #66a2c0;
	font-family: Novecento, Arial, Helvetica, sans-serif;
	font-size: 1.333em;
	font-weight: 200;
	letter-spacing: 1.4px;
	line-height: 1.3;
}*/
h1 {
	color: #66a2c0;
	font-family: "Josefin Slab", Georgia, "Times New Roman", Times, serif;
	font-size: 1.667em;
	font-size: 1.769em;
	font-style: italic;
	font-weight: 200;
	letter-spacing: 1px;
	line-height: 1.2;
  -webkit-font-smoothing: subpixel-antialiased;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.083em;
	font-weight: 400;
	letter-spacing: 1.1px;
	text-transform: uppercase;
}
h3 {
	color: #66a2c0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.167em;
	font-weight: 400;
	letter-spacing: 1px;
}
h4 {
	font-size: 1em;
	font-weight: bold;
	margin-top: 2em;
	margin-bottom: 6px;
}
h5 {
}

p {
}
a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	color: #66a2c0;
	text-decoration: underline;
}
strong a {
	color: #66a2c0;
}
#main a {
	color: #66a2c0;
}

/* Listen */
.ce_text ul,
.ce_text ol {
	padding-left: 1.6em;
}
.ce_text ul li { list-style-type: disc; }
.ce_text li ul li { list-style-type: circle; }
.ce_text li li ul li { list-style-type: square; }

/* Tabelle */
td, th {
	padding: 5px 8px;
	border: 1px solid #b5b5b5;
}
th { color: #66a2c0; }
tr.even { background-color: #e5eff4; }

/* Klassen */
.color {
	color: #66a2c0;
}

@charset "UTF-8";
/* 
Zahnärzte Mundsburg Dr. Hentzschel & Dr. Heidle
Autor: Hans-Jörg Rüstemeier, www.ruestemeier.net
Thema: Layout

Farben:
#c2dae6	BG hellblau
#66a2c0	blau
#6b6c6e	grau
*/
* {
    box-sizing: border-box;
}

html {
  font-size: 13px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
	line-height: 1.5;
	background: url("../../files/theme-bleu/img/bg-muster.gif") #c2dae6;
	color: #000;
}
body.ios,
body.android {
    font-size: 15px;
}


#wrapper {
	/*background: url("../../files/theme-bleu/img/bg-wrapper.gif") no-repeat bottom #fff; hellgraue Ornamente */
	background-color: #fff;
	color: #6b6c6e;
  width: 90%;
	max-width: 980px;
	padding: 16px 40px 46px;
	margin: auto;
	box-shadow: 0 5px 5px rgba(107,108,110, .3);
}
#header {
	text-align: center;
	margin-bottom: 40px;
}

#Panorama {}
#Subnavi {
	float: left;
	width: 33.3333%;;
}
#Subnavi .inside {
	z-index: 10;
}
.custom:after {
    clear: none;
    content: "";
    display: inline;
}

#container {
}
#main {
	min-height: 13em;
}
#main .inside {
	margin-left: 30px;
}
#left {
    width: 50%;
    right: 50%;
}
#left .inside {
}
#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
  font-size: 76.9%;
	text-align: center;
	text-transform: uppercase;
	padding: 8px 0;
	border-top: 1px dotted #b5b5b6;
	border-bottom: 1px dotted #b5b5b6;
	margin-top: 40px;
}


@charset "UTF-8";
/* 
Zahnärzte Mundsburg Dr. Hentzschel & Dr. Heidle
Autor: Hans-Jörg Rüstemeier, www.ruestemeier.net
Thema: Module

Farben:
#c2dae6	BG hellblau
#66a2c0	blau
#6b6c6e	grau
#b5b5b6 hellgrau Linien
*/

/* Logo */
#header h1 { margin: 0 0 28px; }

/* Telefon */
#tel {
	position: static;
	right: 0;
	bottom: 11px;
	color: #66a2c0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	letter-spacing: 1px;
}

.ios #tel,
.android #tel {
    position: static;
    font-size: 1em;
    padding-top: 20px;
}


/* 	===========================
	Navigationsmenüs
 	===========================  */
  
a.mobile-nav {
    display: none;
    position: absolute;
    top: 20px;
    left: -10px;
    text-decoration: none;
    padding: 10px;
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
.mobile-nav svg line {
    stroke: #66a2c0;
    stroke-width: 2px;
    transition: 0.3s;
}
a.mobile-nav:hover svg line {
    stroke: #888;
}

.mm-list {
    font-family: Georgia, serif;
    font-size: 16px;
}
.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen), .mm-menu .mm-list > li.mm-selected > span {
    background-color: #d4e4ec !important;
}


#nav-main ul,
#nav-sub ul {
	padding: 0;
	margin: 0;
}
#nav-main li,
#nav-sub li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#nav-main a,
#nav-sub a {
	color: #666;
	text-decoration: none;
}
#nav-main a:hover,
#nav-sub a:hover {
	color: #66a2c0;
}


/* 	===========================
	Hauptnavi
 	===========================  */
	
/* Ebene 1 */
#nav-main {
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	border-bottom: 1px dotted #b5b5b6;
	overflow: visible;
}
#nav-main ul.level_1 {
	font-size: 11px;
  font-size: 84.6%;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: -1px;
}
#nav-main li {
	display: inline;
	border-left: 1px solid #ccc;
	margin-left: -0.33em;
}
#nav-main li.first {
	border-left: 0;
}
#nav-main .level_1 li.submenu {
}
#nav-main ul a,
#nav-main ul span {
	position: relative;
	display: inline-block;
	padding: 3px 11px 9px;
}
#nav-main .level_1 span.active,
#nav-main .level_1 li .trail {
	border-bottom: 2px solid #66a2c0;
}


/* Ebene 2 */

#Subnavi {}

#nav-sub ul.level_1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-size: 1em;
	text-align: left;
	text-transform: none;
	z-index: 1;
}
#nav-sub ul.level_1 li {
	display: block;
	border-left: 0;
	border-bottom: 1px dotted #b5b5b6;
	margin-left: 0;
}
#nav-sub ul.level_1 li.first {
	border-top: 1px dotted #b5b5b6;
}
#nav-sub ul.level_1 a,
#nav-sub ul.level_1 span {
	display: block;
	padding: 6px 0;
	-moz-transition: background-color 0.5s, color 0.5s;
}
#nav-sub ul.level_1 span.active,
#nav-sub ul.level_1  li .trail {
	color: #66a2c0;
	border-bottom: 0;
}
#nav-sub ul.level_1 a:hover {
	background-color: #f2f2f2;
}

/* Ebene 3 */
#nav-sub ul.level_2 {
	/*display: none;*/
}
#nav-sub ul.level_2 li {
    border: 0 !important;
}
#nav-sub ul.level_2 a,
#nav-sub ul.level_2 span {
	padding: 5px 0 5px 20px;
}

/* Pseudonavi, wenn kein Submenü */
#left h2.ce_headline {
	color: #66a2c0;
	letter-spacing: normal;
	text-transform: none;
	padding: 6px 0;
	border-top: 1px dotted #b5b5b6;
	border-bottom: 1px dotted #b5b5b6;
	margin-top: 0;
}


/* Sitemap */
.mod_sitemap ul {
    padding-left: 2em;
}
.mod_sitemap li {
    font-weight: bold;
}
.mod_sitemap ul.level_2 li {
    font-weight: normal;
}

/* Slider */
#panorama .slider-control a {
	display: none;
}
.slider-menu b {
	padding: 0 3px;
}
.content-slider 


/* Linke Spalte */
#left p,
#left h2,
#left h3 {
	padding-right: 10px;
}
#left h1 {
	font-size: 1em;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top: 1px dotted #b5b5b6;
	border-bottom: 1px dotted #b5b5b6;	
}

#home-links strong {
    display: inline-block;
}

/* Buttons */
.ce_hyperlink {
	overflow: visible;
}
.ce_hyperlink a.hyperlink_txt {
	display: inline-block;
	background-color: #f5f5f5;
    color: #66A2C0;
    padding: 4px 12px;
    border-radius: 4px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    margin-left: 4px;
    transition: all 0.2s;
}
.ce_hyperlink a.hyperlink_txt:before {
	content: "» ";
}
.ce_hyperlink a.hyperlink_txt:hover {
	background-color: #66A2C0;
	color: #fff;
	text-decoration: none;
}

.btn_empf {
	display: block;
	float: left;
	height: 52px;
	background-repeat: no-repeat;
	opacity: 0.5;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.btn_empf:hover {
	opacity: 1;
}
#jameda {
	width: 135px;
	background-image: url("../../files/theme-bleu/img/empfehlungen/jameda.gif");
	margin-left: 11px;
}
#docinsider {
	width: 154px;
	background-image: url("../../files/theme-bleu/img/empfehlungen/docinsider.gif");	
}
/*
a#btn_jameda {
    background-image: url("http://www.jameda.de/_images/badges/fach_teaser_small_neu.gif");
    background-repeat: no-repeat;
    border-radius: 4px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    display: block;
    height: 29px;
    margin: 10px 0;
    width: 235px;
    margin-left: 4px;
}
a#btn_docinsider {
    background: url("../../files/theme-bleu/img/empfehlungen/widget9logo.gif") no-repeat center;
    border-radius: 4px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    display: block;
    height: 29px;
    margin: 10px 0;
    width: 235px;
    margin-left: 4px;
}
*/

/* Bildergalerie */
.ce_gallery li {
	margin-right: 1%;
}
.ce_gallery li.col_last {
	margin-right: 0;
}
.ce_gallery .cols_2 li {
    width: 49.5%;
}
.ce_gallery .cols_2 img {
    width: 100%;
}

/* Accordion */
.ce_accordion .toggler {
	font-weight: bold;
	padding-left: 20px;
	margin: 1.5em 0;
	background: url("../../files/theme-bleu/img/plus.gif") no-repeat left;
	cursor: pointer;
	outline: none;
}
.ce_accordion .toggler.active {
	background-image: url("../../files/theme-bleu/img/minus.gif");
}
.ce_accordion .toggler:hover {
	color: #66a2c0;
}


/* Footer */
#footer ul,
#footer li {
	padding: 0;
	margin: 0;
	list-style: none;
}
#footer li {
	display: inline-block;
	letter-spacing: 1.5px;
	border-left: 1px solid #ccc;
	padding-left: 11px;
	margin-left: 8px;
}
#footer li:first-child {
	padding: 0;
	border: 0;
	margin: 0;
}



@media screen and (max-width: 1024px) {
  #header {
      margin-bottom: 20px;
  }
  #tel {
      position: static;
      font-size: 1em;
      padding-top: 20px;
  }
  #container {
      padding-left: 25%;
  }
  #left {
      width: 33%;
      right: 33%;
  }
  #Subnavi {
      width: 25%;
  }
}
@media screen and (max-width: 880px) {
  body {
      background-image: none;
  }
  #wrapper {
      width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #wrapper {
      padding-left: 20px;
      padding-right: 20px;
  }
  #panorama {
      margin: 0 -20px;
  }
  a.mobile-nav {
      display: block;
  }
  #nav-main,
  #Subnavi {
      display: none;
  }
  #header h1 {
      margin-bottom: 0;
  }
  #container {
      padding-left: 0;
  }
  #left {
      width: auto;
      right: 0;
  }
  #main .inside {
      margin-left: 0;
  }
  #footer li {
      display: block;
      padding-left: 0;
      border-left: 0;
      margin-left: 0;
}
