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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
	jQuery.mmenu effects extension CSS
*/
html.mm-slide .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }
html.mm-slide.mm-opened .mm-menu {
  -webkit-transform: translateX(-30%);
  -moz-transform: translateX(-30%);
  -ms-transform: translateX(-30%);
  -o-transform: translateX(-30%);
  transform: translateX(-30%); }
html.mm-slide.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }
html.mm-slide.mm-right.mm-opened .mm-menu {
  -webkit-transform: translateX(30%);
  -moz-transform: translateX(30%);
  -ms-transform: translateX(30%);
  -o-transform: translateX(30%);
  transform: translateX(30%); }
html.mm-slide.mm-right.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }
html.mm-slide.mm-top.mm-opened .mm-menu {
  -webkit-transform: translateY(-30%);
  -moz-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  -o-transform: translateY(-30%);
  transform: translateY(-30%); }
html.mm-slide.mm-top.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%); }
html.mm-slide.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: translateY(30%);
  -moz-transform: translateY(30%);
  -ms-transform: translateY(30%);
  -o-transform: translateY(30%);
  transform: translateY(30%); }
html.mm-slide.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%); }

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

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

@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) YAML core stylesheet
 * (de) YAML Basis-Stylesheet
 *
 * Don't make any changes in this file!
 * Your changes should be placed in any css-file in your own stylesheet folder.
 *
 * @copyright       Copyright 2005-2009, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.2
 * @revision        $Revision:426 $
 * @lastmodified    $Date:2009-10-21 21:12:11 +0200 (Mi, 21. Okt 2009) $
 */

/**
 * Contao Extension
 * @copyright  Felix Pfeiffer : Neue Medien 2007 - 2012
 * @author     Felix Pfeiffer <info@felixpfeiffer.com>
 * @package    Subcolumns
 */

@media screen{.subcolumns{width:100%;overflow:hidden}.subcolumns_oldgecko{width:100%;float:left}.c20l,.c20r{width:20%}.c40l,.c40r{width:40%}.c60l,.c60r{width:60%}.c80l,.c80r{width:80%}.c25l,.c25r{width:25%}.c33l,.c33r{width:33.333%}.c50l,.c50r{width:50%}.c66l,.c66r{width:66.666%}.c75l,.c75r{width:75%}.c38l,.c38r{width:38.2%}.c62l,.c62r{width:61.8%}.c15l,.c15r{width:15%}.c16l,.c16r{width:16.666%}.c30l,.c30r{width:30%}.c45l,.c45r{width:45%}.c55l,.c55r{width:55%}.c70l,.c70r{width:70%}.c85l,.c85r{width:85%}.subc{padding:0 .5em}.subcl{padding:0 1em 0 0}.subcr{padding:0 0 0 1em}.equalize,.equalize .subcolumns{overflow:visible;display:table;table-layout:fixed}.equalize > div{display:table-cell;float:none;overflow:hidden;vertical-align:top;margin:0}.c20l,.c25l,.c33l,.c40l,.c38l,.c50l,.c60l,.c62l,.c66l,.c75l,.c80l,.c15l,.c16l,.c30l,.c45l,.c55l,.c70l,.c85l{float:left}.c20r,.c25r,.c33r,.c40r,.c38r,.c50r,.c60r,.c66r,.c62r,.c75r,.c80r,.c15r,.c16r,.c30r,.c45r,.c55r,.c70r,.c85r{float:right;margin-left:-5px}}@media print{.subcolumns > div{display:table;overflow:visible}}
.rs-columns {
  clear: both;
  display: inline-block;
  width: 100%;
}

.rs-column {
  float: left;
  width: 100%;
  margin-top: 7.69231%;
  margin-right: 7.69231%;
}
.rs-column.-large-first {
  clear: left;
}
.rs-column.-large-last {
  margin-right: -5px;
}
.rs-column.-large-first-row {
  margin-top: 0;
}
.rs-column.-large-col-1-1 {
  width: 100%;
}
.rs-column.-large-col-2-1 {
  width: 46.15385%;
}
.rs-column.-large-col-2-2 {
  width: 100%;
}
.rs-column.-large-col-3-1 {
  width: 28.20513%;
}
.rs-column.-large-col-3-2 {
  width: 64.10256%;
}
.rs-column.-large-col-3-3 {
  width: 100%;
}
.rs-column.-large-col-4-1 {
  width: 19.23077%;
}
.rs-column.-large-col-4-2 {
  width: 46.15385%;
}
.rs-column.-large-col-4-3 {
  width: 73.07692%;
}
.rs-column.-large-col-4-4 {
  width: 100%;
}
.rs-column.-large-col-5-1 {
  width: 13.84615%;
}
.rs-column.-large-col-5-2 {
  width: 35.38462%;
}
.rs-column.-large-col-5-3 {
  width: 56.92308%;
}
.rs-column.-large-col-5-4 {
  width: 78.46154%;
}
.rs-column.-large-col-5-5 {
  width: 100%;
}
.rs-column.-large-col-6-1 {
  width: 10.25641%;
}
.rs-column.-large-col-6-2 {
  width: 28.20513%;
}
.rs-column.-large-col-6-3 {
  width: 46.15385%;
}
.rs-column.-large-col-6-4 {
  width: 64.10256%;
}
.rs-column.-large-col-6-5 {
  width: 82.05128%;
}
.rs-column.-large-col-6-6 {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .rs-column {
    margin-top: 7.69231%;
    margin-right: 7.69231%;
  }
  .rs-column.-large-first {
    clear: none;
  }
  .rs-column.-large-last {
    margin-right: 7.69231%;
  }
  .rs-column.-large-first-row {
    margin-top: 7.69231%;
  }
  .rs-column.-medium-first {
    clear: left;
  }
  .rs-column.-medium-last {
    margin-right: -5px;
  }
  .rs-column.-medium-first-row {
    margin-top: 0;
  }
  .rs-column.-medium-col-1-1 {
    width: 100%;
  }
  .rs-column.-medium-col-2-1 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-2-2 {
    width: 100%;
  }
  .rs-column.-medium-col-3-1 {
    width: 28.20513%;
  }
  .rs-column.-medium-col-3-2 {
    width: 64.10256%;
  }
  .rs-column.-medium-col-3-3 {
    width: 100%;
  }
  .rs-column.-medium-col-4-1 {
    width: 19.23077%;
  }
  .rs-column.-medium-col-4-2 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-4-3 {
    width: 73.07692%;
  }
  .rs-column.-medium-col-4-4 {
    width: 100%;
  }
  .rs-column.-medium-col-5-1 {
    width: 13.84615%;
  }
  .rs-column.-medium-col-5-2 {
    width: 35.38462%;
  }
  .rs-column.-medium-col-5-3 {
    width: 56.92308%;
  }
  .rs-column.-medium-col-5-4 {
    width: 78.46154%;
  }
  .rs-column.-medium-col-5-5 {
    width: 100%;
  }
  .rs-column.-medium-col-6-1 {
    width: 10.25641%;
  }
  .rs-column.-medium-col-6-2 {
    width: 28.20513%;
  }
  .rs-column.-medium-col-6-3 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-6-4 {
    width: 64.10256%;
  }
  .rs-column.-medium-col-6-5 {
    width: 82.05128%;
  }
  .rs-column.-medium-col-6-6 {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .rs-column {
    margin-right: 7.69231%;
  }
  .rs-column.-medium-first {
    clear: none;
  }
  .rs-column.-medium-last {
    margin-right: 7.69231%;
  }
  .rs-column.-medium-first-row {
    margin-top: 7.69231%;
  }
  .rs-column.-small-first {
    clear: left;
  }
  .rs-column.-small-last {
    margin-right: -5px;
  }
  .rs-column.-small-first-row {
    margin-top: 0;
  }
  .rs-column.-small-col-1-1 {
    width: 100%;
  }
  .rs-column.-small-col-2-1 {
    width: 46.15385%;
  }
  .rs-column.-small-col-2-2 {
    width: 100%;
  }
  .rs-column.-small-col-3-1 {
    width: 28.20513%;
  }
  .rs-column.-small-col-3-2 {
    width: 64.10256%;
  }
  .rs-column.-small-col-3-3 {
    width: 100%;
  }
  .rs-column.-small-col-4-1 {
    width: 19.23077%;
  }
  .rs-column.-small-col-4-2 {
    width: 46.15385%;
  }
  .rs-column.-small-col-4-3 {
    width: 73.07692%;
  }
  .rs-column.-small-col-4-4 {
    width: 100%;
  }
  .rs-column.-small-col-5-1 {
    width: 13.84615%;
  }
  .rs-column.-small-col-5-2 {
    width: 35.38462%;
  }
  .rs-column.-small-col-5-3 {
    width: 56.92308%;
  }
  .rs-column.-small-col-5-4 {
    width: 78.46154%;
  }
  .rs-column.-small-col-5-5 {
    width: 100%;
  }
  .rs-column.-small-col-6-1 {
    width: 10.25641%;
  }
  .rs-column.-small-col-6-2 {
    width: 28.20513%;
  }
  .rs-column.-small-col-6-3 {
    width: 46.15385%;
  }
  .rs-column.-small-col-6-4 {
    width: 64.10256%;
  }
  .rs-column.-small-col-6-5 {
    width: 82.05128%;
  }
  .rs-column.-small-col-6-6 {
    width: 100%;
  }
}

/* ColorBox, (c) 2011 Jack Moore, MIT license */
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url("../../assets/jquery/colorbox/1.6.1/images/loading.gif") no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}

/* Navigation V3 *************************************************************************************************************************/

/**************************************************************************************************************************/

#nav_left1 ul li ul {
	display:none;
}
#nav_left1 ul li.active ul, 
#nav_left1 ul li.trail ul {
	display:block;
	color			: #fff;

}

#nav_left1 {
width					: 190px;
}

#nav_left1 ul.level_1 {
padding					: 20px 10px;
background				: #8bafba;
line-height				: 1.6em; 
}

#nav_left1 ul li {
line-height				: 1.6em; 
}


#nav_left1 a:link,
#nav_left1 a:visited,
#nav_left1 .active a:link,
#nav_left1 .active a:visited {
	color					: #fff;
	border					: none;
	text-decoration			: none;
}

#nav_left1 a:hover,
#nav_left1 a:active,
#nav_left1 a.trail,
#nav_left1 a:focus {
color					: #fff;
/* border-bottom			: 1px solid #fff; */
text-decoration			: underline;
}


#nav_left1 ul.level_2 {
	padding					: 0px 0px 0px 15px;
}

#nav_left1 ul.level_2 li {
	margin-top				: 5px;
	line-height				: 1.3em;
}

#nav_left1 ul.level_2 li.active {
	list-style: disc outside; 
	text-decoration			: underline;
}









/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/files/data/font-awesome/fonts/fontawesome-webfont.eot?v=4.2.0');
  src: url('/files/data/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('/files/data/font-awesome/fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('/files/data/font-awesome/fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('/files/data/font-awesome/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}

/**************************************************************************************************************************/
/*
Theme Name: Mitbauzentrale
Theme URI: http://www.mitbauzentrale-muenchen.de/
Description: Mitbauzentrale München
Version: 1.0
Author: arg.net GmbH und Thorsten Neuhaus
Author URI: http://www.arg.net/
*/
/**************************************************************************************************************************/
/*	Hauptfarben					*/
/*	Türkis:			#8bafba		*/
/*	Braun:			#a99c90		*/
/*	Schwarz:		#666		*/
/**************************************************************************************************************************/

:link,:visited { text-decoration:none }
figure {margin:0;}
a img,:link img,:visited img { border:none }

/**************************************************************************************************************************/
/* Klasse .block overflow:hidden von Contao überschreiben  */
/*.block {overflow:visible;}*/
/* :focus {outline: 0;} */

/**************************************************************************************************************************/
/* Auswahltext-Farbe ändern */
::selection { background:#8bafba; color:#fff; } /* Safari */

::-moz-selection { background:#8bafba; color:#fff; } /* Firefox */

/* Highlight Searchword */
.highlight { background:#8bafba; color:#fff; padding:0 2px;}

/**************************************************************************************************************************/
/*	Unsichtbare Bereiche	*/
/*.invisible{width:0;height:0;left:-1000px;top:-1000px;position:absolute;overflow:hidden;display:inline}*/

/**************************************************************************************************************************/
.ich-bin-die-format_2 {
	display: none;
}

@font-face {
	font-family: 'Riga-Light';
	src: url('/files/data/font-riga/2C3357_0_0.eot');
	src: url('/files/data/font-riga/2C3357_0_0.eot?#iefix') 
	format('embedded-opentype'), url('/files/data/font-riga/2C3357_0_0.woff') 
	format('woff'),url('/files/data/font-riga/2C3357_0_0.ttf') 
	format('truetype');
}
@font-face {
	font-family: 'Riga-LightItalic';
	src: url('/files/data/font-riga/2C3357_1_0.eot');
	src: url('/files/data/font-riga/2C3357_1_0.eot?#iefix') 
	format('embedded-opentype'),url('/files/data/font-riga/2C3357_1_0.woff') 
	format('woff'),url('/files/data/font-riga/2C3357_1_0.ttf') 
	format('truetype');
}
@font-face {
	font-family: 'Riga-Medium';
	src: url('/files/data/font-riga/2C3357_2_0.eot');
	src: url('/files/data/font-riga/2C3357_2_0.eot?#iefix') 
	format('embedded-opentype'),url('/files/data/font-riga/2C3357_2_0.woff') 
	format('woff'),url('/files/data/font-riga/2C3357_2_0.ttf') 
	format('truetype');
}
@font-face {
	font-family: 'Riga-Regular';
	src: url('/files/data/font-riga/2C3357_3_0.eot');
	src: url('/files/data/font-riga/2C3357_3_0.eot?#iefix') 
	format('embedded-opentype'),url('/files/data/font-riga/2C3357_3_0.woff') 
	format('woff'),url('/files/data/font-riga/2C3357_3_0.ttf') 
	format('truetype');
}

.Riga-Light { font-family: Riga-Light; }
.Riga-LightItalic { font-family: Riga-LightItalic; }
.Riga-Medium { font-family: Riga-Medium; }
.Riga-Regular { font-family: Riga-Regular; } 

/**************************************************************************************************************************/

html {
height					: 100%; /* hmx wg. Sticky Footer lt. http://contaogrid.glen-langer.de/contao-3-sticky-footer.html */	
}

body {
color					: #666;
font-size				: 100%;
font-family				: arial, verdana, sans-serif;
font-family				: 'Riga-Light', arial, helvetica, verdana, sans-serif; 
background				: #e5e1e0;
}
/* ssc */
body.homepage {
	height: auto;
}

/**************************************************************************************************************************/

#wrapper {
min-height				: 100%; /* hmx wg. Sticky Footer */
height					: 100%;
position				: relative; /* hmx wg. Sticky Footer */	
max-width				: 100%; /* ssc - weg wg v3 */
margin					: 0 auto;
background				: transparent;
}

#header {
/*ssc */
	background-color: #fff;
    max-width: 100%;
    height:18.5%;
}

#header .inside {
height					: 170px;
max-width:	960px;
margin: 0 auto;
}

/* hmxx
@media only screen and (max-width: 600px) {
	#header {
	float: left;
	height: auto;
	}
}
*/




#logo {
float					: left;
margin					: 0 0 0 25px;
}

#container {
	/*ssc - raus wg v3 */
/* padding-bottom			: 100px;*/ /* hmx wg. Sticky Footer */	
/*background				: #ff0000;*/
/* ssc */
margin: 0 auto;
max-width: 800px;
height: 100%;
}

#main {
/*background				: #ddd;*/
height: 100%;
background-color			:#fff;
}


/* hmxx
@media only screen and (max-width: 600px) {
	#main {
	float: left;
	width: 100%;
	}
}
*/


#main .inside {
background-color: #fff;
}

#left {
/*background				: #bbb;*/
}

#left .inside {

}

#footer {
position				: absolute; /* hmx wg. Sticky Footer */	
bottom					: 0; /* hmx wg. Sticky Footer */	
height					: 80px /* hmx wg. Sticky Footer */	
margin					: 10px auto;

}

#footer .inside {

}

/* hmx: Ränder anders als in der Hauptspalte */
#footer .ce_text {
font-size: 1em;
margin: 0;
padding: 0;	
}

#footer .footer-im-auftrag {
padding-left: 45px;
}




/**************************************************************************************************************************/

.sociallinks {
float					: right;
width					: 72px;
margin-right			: -75px;
}
.sociallinks ul li {
float					: left;
}
.sociallinks img {
float					: left;
margin					: 14px 0 0 15px;
display					: block;
}

/* hmx 
.sociallinks .ce_image {
float					: left;
margin					: 14px 0 0 15px;
}

.sociallinks .ce_image img {
display					: block;
}

*/

/**************************************************************************************************************************/

#nav_main {
float					: right;
/*ssc  - v3 */
width					: 100%;
margin-right			: -22px;
}

#nav_main ul {
float					: right;
margin					: 0;
padding					: 15px 5px 10px 5px;
background				: #fff;
}

#nav_main li {
font-size				: 80%;
margin					: 0 9px;
float					: left;
}

#nav_main a:link,
#nav_main a:visited,
#nav_main .active a:link,
#nav_main .active a:visited {
color					: #000;
text-decoration: none;
}

#nav_main a:hover,
#nav_main a:active,
#nav_main a:focus {
color					: #000;
text-decoration: underline;
}

#nav_main span.active,
#nav_main span.trail {
color					: #000;
text-decoration: underline;
}

#nav_main li.trail span,
#nav_main li.trail a {
color					: #000;
text-decoration: underline;
}

/* hmx: Ausnahme für "Homepage": Wenn trail, dann kein underline */
#nav_main li.trail.homepage a {
	text-decoration: none;
}
#nav_main li.trail.homepage a:hover {
	text-decoration: underline;
}


/**************************************************************************************************************************/


/**************************************************************************************************************************/

.offcanvas {
display					: none;
}


/*
.mm-list a.mm-subopen {
    top: -2px;
}
*/

/**************************************************************************************************************************/

h1 {
font-size				: 170%;
line-height				: 28px;/*ssc - von 1.3em auf 28px geändert */
font-weight				: bold;
margin					: 0 0 15px 0;
font-family: Riga-Medium; 
}

h2 {
font-size: 1.1em;
font-family: Riga-Medium; 
margin					: 14px 0 15px 0;
}



p {
font-size				: 100%;
line-height				: 1.3em;
margin					: 0 0 20px 0;
}

a:link,
a:visited {
/* hmx color					: #666; */
color					: #8bafba;
/* border-bottom			: 1px solid #666; */
text-decoration			: underline;
}

/* hmx: Mobile Navi: Links */
.mod_mmenu a,
.mod_mmenu a:link,
.mod_mmenu a:visited {
/* hmx color					: #666; */
color					: #8bafba;
color					: #fff;
/* border-bottom			: 1px solid #666; */
text-decoration			: none;
}

/* hmx: Mobile Navi: Aktiver Navipunkt */
.mod_mmenu li {
	font-size: 16px;
}

.offcanvas a:link,
.offcanvas a:visited {
/* hmx color					: #666; */
color					: #8bafba;
/* border-bottom			: 1px solid #666; */
text-decoration			: none;
}

a:hover,
a:active,
a:focus {
/* hmx color					: #666; */
color					: #8bafba;
/* border-bottom			: 1px dotted #666; */
text-decoration			: none;
}



.offcanvas a:link,
.offcanvas a:visited {
color					: #fff;
border-bottom			: none;
}

.offcanvas a:hover,
.offcanvas a:active,
.offcanvas a:focus {
color					: #fff;
text-decoration			: underline;
/* hmx border-bottom			: 1px solid #fff; */
}

/************************************************************************************************************/

#header .ce_text {
float					: left;
margin					: 25px 0 0 12px;
padding					: 0;
border-bottom			: none;
}

#header .ce_text p {
font-size				: 130%;
line-height				: 1.0em;
margin					: 0;
}

#header .ce_text p span {
font-size				: 70%;
}

/* Simulierte linke Spalte ***********************************************************************************************************/

.ce_text {
/* hmx 
margin					: 0 75px 20px 235px; 
padding					: 0 0 20px 0;
*/
margin					: 0;
margin-right: 15px;
padding					: 0;
/* border-bottom			: 1px solid #8bafba; */
}
#main .mod_sitemap,
#main .ce_image,
#main .ce_table,
#main .ce_headline,
#main .ce_download {
/* hmx: 20150428 
 * 
 margin					: 0 75px 20px 235px; 
padding					: 0 0 20px 0;
*/
padding					: 0 0 20px 5px;

/* border-bottom			: 1px solid #8bafba; */
}


@media only screen and (max-width: 768px) {
/* hmx: Simulierte linke Spalte weg */
	.ce_text {
	margin-left				: 0;
	margin-right			: 20px;
	padding-left			: 0;
	}

	#main .ce_image,
	#main .ce_table,
	#main .ce_headline,
	#main .ce_download {
	margin-left				: 0;
	margin-right			: 20px;
	padding-left			: 0;
	}
}


/* Wenn Spaltenset, dann keine linke Margin und keine unteren Abstaende */
#main .subcolumns .ce_text, 
#main .subcolumns .ce_table,
#main .subcolumns .mod_subscribe,
#main .subcolumns .mod_unsubscribe,
#main .subcolumns .mod_nl_list,
#main .subcolumns .mod_nl_reader,
#main .subcolumns .mod_login,
#main .subcolumns .ce_accordion
{
/* margin					: 0 75px 20px 0;
padding					: 0 0 20px 0; */
margin-left				: 0 ;
padding-left			: 5px;
margin-right			: 15px;
/* border-bottom			: 1px solid #8bafba; */
}
/*ssc - home v3*/
body.homepage h1, body.homepage h2 {
	font-family: Riga-Medium;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 0;
	margin-top: 0px;
}
body.homepage #main .subcolumns .ce_text {
	margin-bottom: 30px;
	padding-top: 23px;
}
body.homepage #main .subcolumns .ce_text ul{
font-size: 20px;
}
body.homepage #main .subcolumns .ce_text p{
	margin-bottom: 0;
	line-height: 28px;
	font-size: 20px;
}

/* 2016-09-17 hmx Workaround, damit die Bildgroessen gleich sind (Workaraound aus dem Urlaub, Vellau) */
body.homepage #main .subcolumns img {
    min-width: 100%;
}


#main .subcolumns .ce_image {
margin					: 0 10px 20px 0;
padding					: 0 0 20px 0;
/* border-bottom			: 1px solid #8bafba; */
}

/* Klasse 'volle-breite' dann keine linke Margin */
.ce_text.volle-breite {
margin-left				: 0 ;
padding-left			: 0;
/* border-bottom			: 1px solid #8bafba; */
}
#main .ce_image.volle-breite {
margin					: 0 75px 20px 0;
padding					: 0 0 20px 0;
/* border-bottom			: 1px solid #8bafba; */
}




/** hmx 20150922 News Kategorien Filter Darstellung **********************************************************************************************************/
.mod_newscategories ul {
	line-height: 1.5em;
}
.mod_newscategories li {
	font-size: 1.1em;
	display: inline;
	margin-right: 0.5em;
}

.mod_newscategories li .active {
	font-weight: bold;
}
	
.mod_newscategories a {
	text-decoration: none;
	color: #666;
}

.mod_newscategories a:hover {
	text-decoration: underline;
	color: #8bafba;
}

.mod_newscategories .quantity {
	color: #8bafba;
}


/**** hmx: Darstellung der Kategorien einer News */
.mbz-news ul.categories li {
	display: inline;
}


/** hmx 20150930 News Liste und Reader **********************************************************************************************************/
.mod_newslist h2 {
	margin-top: 0;
	margin-bottom: 10px;
}
/* Datum und Kategorien einer News */  
.mod_newslist p.info {
	font-size: 95%;
	margin-bottom: 10px;

}

.mod_newsreader .ce_gallery,
.mod_newsreader .enclosure {
	margin-bottom: 20px;
}

/* Zurücklink im Reader muss so tun, als wäre er in der 2. Spalte des Spaltensets. */
.mod_newsreader p.back {
	margin-left: 30%;
}


/** hmx 20151027 Newsletter Liste und Reader **********************************************************************************************************/
.mod_nl_list li,
.ce_downloads li {
	margin-bottom: 10px;	
}	

/* hmx: 2016-01-14 Icon-Image bei den Downloads vertikal in Mitte setzen */
.ce_downloads li img.mime_icon {
	vertical-align: middle;
}


	

/************************************************************************************************************/

/**** hmx 20150922 raus weil alt von Thorsten 

.mod_newslist .layout_latest {
min-height				: 140px;
margin					: 0 75px 20px 0;
padding					: 0 0 30px 0;
border-bottom			: 1px solid #8bafba;
}

.mod_newslist h1,
.mod_newslist h2,
.mod_newsreader h1,
.mod_newsreader h2 {
font-size				: 140%;
margin					: 0;
}

.mod_newslist p {
margin					: 0;
font-size				: 140%;
}

.mod_newslist h2 a:link,
.mod_newslist h2 a:visited,
.mod_newslist h2 a:hover,
.mod_newslist h2 a:active,
.mod_newslist h2 a:focus {
border-bottom			: none;
}

.mod_newslist figure {
text-align				: right;
min-width				: 235px;
margin					: 0 15px 0 0;
}



.mod_newsreader .layout_full h1 {
margin					: 0 75px 0 235px;
}

.mod_newsreader p.back {
margin					: 0 75px 0 235px;
}

***********/


/***************************************************************************/
/* Formulare allgemein */


.submit {
    background-color: #777;
    border: 0 none;
    color: white;
}


input, select, textarea, select {
    border: 1px solid #777;
    font-size: 100%;
    padding: 0.5em;
}

/* Bestätigung */
.confirm,
.error {
	font-weight: bold;
}




/************************************************************************************************************/

.ce_text ul {
list-style-type			: disc;
font-size				: 100%;
line-height				: 1.3em;
margin					: 0 0 20px 0;
}

.ce_text ul li {
margin					: 0 0 0 15px;
padding					: 0 0 0 5px;
}

/************************************************************************************************************/

.mod_form {
float					: right;
margin					: 20px -10px 0 0;
}

.mod_form input {
font-size				: 65%;
line-height				: 18px;
width					: 176px;
height					: 18px;
padding					: 0 2px;
border					: 1px solid #777;
}

.mod_form input[type="image"] {
cursor					: pointer;
width					: 18px;
height					: 18px;
padding					: 0;
}

.mod_form .formbody br {
display					: none;
}

.mod_form .submit_container {
float					: right;
}

::-webkit-input-placeholder {
color					: #ccc;
}

:-moz-placeholder { /* Firefox 18- */
color					: #ccc;
}

::-moz-placeholder {  /* Firefox 19+ */
color					: #333;
}

:-ms-input-placeholder {  
color					: #ccc;
}


/* Home *************************************/
/* Borders oben und unten */
body.homepage .subcolumns .subcl {}
	padding-top: 0;
	padding-bottom: 0;
}

/* Termine *************************************/
/* Borders oben und unten */
body.termine .subcolumns .subcl {
	padding-top: 15px;
	padding-bottom: 0px;
}

/* 1. Artikel hat Rand oben */
body.homepage .mod_article.first .subcolumns .subcr .ce_text,
body.termine .mod_article.first .subcolumns .subcr .ce_text {
	/* ssc - raus für v3 */
	border-top: none;
}

body.homepage .subcolumns .subcr .ce_text,
body.termine .subcolumns .subcr .ce_text {
	margin-bottom: 0;
	padding-top: 15px;
	padding-bottom: 0;
	border-bottom: 1px solid #71AEBC;
}


/* Bilder in der linken Spalte werden rechts gefloatet*/
body.homepage .subcl img {
	float: none;
	width: 100%;
}



/** Weiter Akkordeons **********************************************************************************************************/
/* Wenn ein Weiterlink folgt, dann Abstand nach unten im letzten p weg */
.weiter-folgt  {
	margin-bottom: 0;
	padding-bottom: 0;
}
.weiter-folgt p:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.ui-accordion-header {
text-decoration			: underline;
cursor					: pointer;
}


/** Akkordeons Version 2 **********************************************************************************************************/

/* 2017-31-12 hmx:  Linie um den Akk. Header entfernen */
.ce_accordion .ui-accordion-header:focus {
	outline: 0 none;
}

/* 2017-31-12 hmx: Kein padding, margin wenn innerhalb ce_accordionStart */
#main .subcolumns .ce_accordionStart .ce_text {
	padding-left: 0;
	margin-right: 0;
}


.ui-accordion-header {
text-decoration			: none;
cursor					: pointer;
font-size: 1.1em;
font-family: Riga-Medium; 
margin-bottom: 15px;
color: #8bafba;
}

.ui-accordion-header h2 {
margin: 0;
}


/* Akk Toggler: Geschlossener Zustand */
section.ce_accordion .toggler {
	padding-bottom: 5px;
	border-bottom: 1px solid #8bafba;
}


.ce_accordion .toggler:after {
    color:  #8bafba;
    content: "\f078";
    display: inline-block;
    font: 1em/1 "FontAwesome";
    float: right;
	margin-top: -20px;
}

/* Akk Toggler: Offener Zustand: Keine Border, kein Icon
section.ce_accordion .toggler.ui-accordion-header-active {
	padding-bottom: 5px;
	border-bottom: 0px;
}
*/

/* Akk Toggler: Offener Zustand: Keine Boder, kein Icon */
section.ce_accordion .toggler.ui-accordion-header-active {
	padding-bottom: 5px;
}


.ce_accordion .toggler.ui-accordion-header-active:after {
    content: "\f077";
    display: inline-block;
    font: 100% "FontAwesome";
    float: right;
}


/* Akk Inhalt */
.ce_accordion .ui-accordion-content {
	padding-bottom: 5px;
	border-bottom: 1px solid #8bafba;
	margin-bottom: 15px;
}

/* 
.ce_accordion .ui-accordion-content:after {
    color:  #8bafba;
    content: "\f077";
    display: inline-block;
    font: 110% "FontAwesome";
    float: right;
    margin-top: -20px;
}
*/


/* Spezialbehandlung Akk in den Subcols */
.subcolumns section.ce_accordion {
	padding-bottom: 0;
	margin-bottom: 0;
}

/* Bilder in der linken Spalte haben keinen Abstand nach unten */
#main .subcolumns .ce_image {
    margin-bottom: 0;
    padding-bottom: 0;
}


/* Bildunterschriften linke Spalte */
figcaption {
	font-size: 80%;
	line-height:1.5em;
}


/* Suche */

#suche {
	margin-left: 2%;
}

.mod_search input.text {
margin-bottom			: 20px;
padding 				: 5px;
}

/* hmx, 2016-01-14: Suche rechts oben im Seitenlayout */
.mod_form.form_suche .widget-text {
	float: right;
}




/* Sitemap */
#main .mod_sitemap a {
	text-decoration: none;
	line-height: 1.3em;
}
#main .mod_sitemap a:hover {
	text-decoration: underline;
}

#main .mod_sitemap ul.level_2 {
	/* margin-top: 1em; */
	margin-left: 2em;
}

#main .mod_sitemap ul.level_2 li {
	margin-top: 0.3em;
}

#main .mod_sitemap ul.level_3 {
	margin-top: 0.5em;
	margin-left: 2em;
}


/*
 * Tabellen Baugemeinschaft Detail
 * hmx
 */
.mbz-baugemeinschaft-tabelle td,
.mbz-baugemeinschaft-tabelle th {
	padding: 10px 10px 10px 4px;
	line-height: 1.3em;
	text-align: left;
}







/** Baustellenseite **********************************************************************************************************/

.baustelle .ce_text {
margin					: 0;
padding					: 0;
/* border-bottom			: 1px solid #8bafba; */
}

.baustelle a {
text-decoration: none;
}

.baustelle .ce_image.logo-baustelle {
float 					: right;
width					: 300px;
margin-top				: 100px;
}

.mod_article.baustelle {
margin-top				: 10px;
}

/*** Baustellenseite Mobile ***/
@media only screen and (max-width: 600px) {
 .mod_article.baustelle  {
	text-align				: center;
 }
 .baustelle .col_1,
 .baustelle .col_2 {
	width				: 100%;
 }
 .baustelle .subcl,
 .baustelle .subcr {
	padding				: 0 !important;
 }

 .baustelle .c50l,
 .baustelle .c50r {
	float				: left;
 }

 .baustelle .ce_image.logo-baustelle {
	margin				: 10px auto;
	float: left;
 }

}


/*
 * Mobile
 */


@media only screen and (max-width: 768px) {
	/* hmx: Mehr linker Rand */
	#container {
	margin-left				: 20px;
	}

	/* hmx: Mehr linker Rand */
	#footer {
	margin-left				: 20px;
	}

	.offcanvas {
	display					: inline-block;
	float					: right;
	width					: 80%;
	/* hmx font-size				: 80%; */
	font-size				: 100%;
	}

	.offcanvas a {
	display					: inline-block;
	float					: right;
	padding					: 15px 15px 10px 15px;
	background				: #a99c90;
	text-decoration			: none;
	}

	#nav_main,
	#nav_left1,
	#nav_left2 {
	display					: none;
	}
}


@media only screen and (max-width: 600px) {
	.ce_text {
		padding-left: 10px;
		padding-right: 10px;
	}
	#main .ce_image, #main .ce_table, #main .ce_headline, #main .ce_download {
		margin-right: 0;
	}
	/*ssc*/
	#main .inside {
		height: auto !important;
	}
	/*ssc: socials vorerst weg für mobile, sollen neben navi*/
	.sociallinks {
	    margin-right: 15px;
	}
	/*anfang ssc: rand weg unter mobile */
	#container {
	margin-left				: 0;
	}
	
	body.homepage #main .mod_article {
		margin-right: 0;
	}
	.termine .mbz-tabelle thead {
		display: none;
	}
	.mbz-erste-spalte {
		margin-top: 0 !important;
	}
	.mbz-tuerkis {
		margin-top: 0 !important;
	}
	table.mbz-tabelle tbody tr {
		background-image: none !important;
	}
	body.homepage #main .mod_article {
		margin-right: 0 !important;
	}
	/* ende ssc */
	
	div.offcanvas {
	/* Damit das neben die Sociallinks passt */
		width: auto;
		}
	
	div#logo {
	/* Damit das in die 1. Zeile passt */
		width: 25%;
		}
	
	#header .ce_text {
	    margin: 5px 0 0 20px;
		}	

	#header .mod_form {
	   float: left;
	   margin: 10px 0 0 20px;
		}	

	/*  Linien um den ce_text weg und um den Article rum */
	body.homepage .mod_article.first .subcolumns .subcr .ce_text {
		/* ssc border raus */
	    border-top: none;
		}

	body.homepage .subcolumns .subcr .ce_text {
    	border-bottom: 0px solid #8bafba;
    	
    	}
	
	body.homepage .mod_article.first {
		/* ssc border raus */
	    border-top: none;
		}

	body.homepage .mod_article {
		/*ssc rand raus aus homepage*/
    	border-bottom: none;
    	}
    	
	body.homepage #main .mod_article {
    	margin-right: 20px;
    	}

	body.homepage #main .mod_article .ce_text {
    	margin-right: 0;
    	}
	
}

/*ssc - Sonderklassen zum Einblenden von border-bottom bzw. ausblenden eines borders*/
.mbz-linie-unten {
	border-bottom: 1px solid #8bafba !important;
	/* hmx: Abstand nach unten */
	margin-bottom: 20px;
}
.mbz-linie-keine {
	border-bottom: none !important;
}



/* ssc - padding aus subcr raus */
.subcr {
 padding: 0 !important;
}


/* ssc - Anpassungen für v3 */
#header {
	
}

/* ssc - background-colors für home v3*/
.hintergrund-braun {
    background-color: #a2968e;
	color: #fff;
}
.hintergrund-gelb {
    background-color: #dcbc62;
}
.hintergrund-blau {
	background-color: #8bafba;
	color: #fff;
}
.hintergrund-hellblau {
	background-color: #cadbe2;
}
.hintergrund-rot {
	/* background-color: #bc5c5d; */
	background-color: #da5055;
	color: #fff;
}
.hintergrund-hellbraun {
	background-color: #cec7c1;
}

/* hmx, 2015-06-29 - Schriftfarben MBZ fuer den TinyMCE */
.schrift-braun {
    color: #a2968e;
}
.schrift-gelb {
    color: #dcbc62;
}
.schrift-blau {
	color: #8bafba;
}
.schrift-hellblau {
	color: #cadbe2;
}
.schrift-rot {
	color: #da5055;
}
.schrift-hellbraun {
	color: #cec7c1;
}

.ce_text {
	padding-top: 10px;
}

body.homepage #main .inside{
background				: #e5e1e0;
}
body.homepage .subcolumns .subcr .ce_text, body.termine .subcolumns .subcr .ce_text {
    border-bottom: medium none;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 15px;
}
body.homepage .mod_article.first{
	margin-top: 0;
}
body.homepage .mod_article {
	margin-top: 6px;
}
/* ssc - Stadt-Muenchen-Logo links unten */
.mbz-footer {
    background-color: transparent;
    bottom: 0;
    margin-left: -190px;
    position: absolute;
    width: 23%;
    z-index: 5;
}
#main .inside {
	height: 100%;
}

/* ssc - mbz tables */
table.mbz-tabelle {
	width: 100%;
}
table.mbz-tabelle thead th, table.mbz-tabelle tbody td {
	float: left;
	padding-left: 0.5%;
	padding-top: 2px;
	padding-bottom: 2px;
    width: 16.75%;
    text-align:left;
}
table.mbz-tabelle tbody tr {
    background-image: url("/files/data/img/border-img.gif");
    background-position: center bottom;
    background-repeat: no-repeat;
}
table.mbz-tabelle tbody tr td:nth-child(1),
table.mbz-tabelle tbody tr td.mbz-erste-spalte {
	min-height: 50px;
	padding-left: 0;
	width: 30%;
	margin-top: 12px;
}
/* HMX, 2018-06-18: Termine, erste Spalte. Inhalte der 1. Spalte zentriert ausgeben, sind nur Icons */
.termine table.mbz-tabelle tbody tr td:nth-child(1),
.termine table.mbz-tabelle tbody tr td.mbz-erste-spalte {
	text-align: center;
}
table.mbz-tabelle tbody tr td:nth-child(2) {
	padding-left: 1.5%;
}
table.mbz-tabelle tbody tr td:nth-child(6) {
	/* Die grosse Inhaltszelle */
	
	width: 70%;
	width: 69%;  /* hmx 2017-11-29 Quickfix für zu kleinen Abstand rechts */
	margin-right: -20%;
	padding-left: 1.5%;
	padding-top: 20px;
	padding-bottom: 20px;
}
table.mbz-tabelle tbody tr td:nth-child(6) h2{
	margin-top:0;	
	margin-bottom:0;	
}
.mbz-tabelle thead th {
	background-color:#71AEBC;
	color:#fff;
}
table.mbz-tabelle thead th.header,
table.mbz-tabelle thead th.tablesorter-header {
	cursor:pointer;
}
table.mbz-tabelle thead th.mbz-head-sortieren {
	background-color:#fff;
	background-image:none;
	color:#71AEBC;
	text-align: right;
	margin-left: -1.5%;
    padding-right: 2%;
    cursor: default;
    width: 30%;
}
.mbz-tuerkis {
	color: #71AEBC;
	font-weight: bold;
margin-top: 10px; /* hmx */
}
.mbz-rand-unten .ce_colsetPart.c70r {
	background-image: url("/files/data/img/border-img-spaltenset.gif");
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 97% auto;
}
/*2019-11-08 hmx: Linke Spalte mit Padding 10 (Gewerbebörse) */
.ce_colsetStart.mbz-padding-10 .col_1 .ce_hyperlink {
	padding: 10px;
}

/*ssc termine detail*/

#termine-detail .ce_text {
    padding-top: 0;
}
.mbz-temin-detail table {
    width: 100%;
}
.mbz-termin-detail-inhalt {
    padding-top: 5px;
    text-align: left;
}
.mbz-termin-detail-label {
    padding-top: 5px;
    padding-right: 5px;
    font-weight: bold;
}
figure img {
	display: block;
}

/* hmx, 2015-06-24: Auf der Newsseite werden die Bilder in der linken Spalte zentriert */
.mbz-news figure img {
	margin: auto;
}


/* ssc - weisser hintergrund bis unten */
html {
	height: 100%;
}
body {
	min-height: 100%;
	   
	background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("/files/data/img/bg_body.png");
    background-origin: padding-box;
    background-position: center center;
    background-size: auto auto;
}
.mm-page {
	min-height: 100%;
	height: 100%;
}
body.homepage a, body.homepage a:visited{
	color: inherit;
	text-decoration: underline;
}
body.homepage a:hover, body.homepage a:active{
	color: inherit;
	text-decoration: none;
}

/* hmx 2016-02-02 Metamodels Projekte Liste */
/* hmx 2016-04-13 Metamodels Experten Liste dazu */
.mbz-projekte-liste .ce_text,
.mbz-experten-liste .ce_text {
	padding-top: 0;
}
.mbz-projekte-liste h2,
.mbz-experten-liste h2 {
	margin-top: 0;
}
/* Abstand zwischen den Items */
.mbz-projekte-liste .item,
.mbz-experten-liste .item {
	margin-bottom: 20px;
}

/* Max Höhe des Bildes: Nicht höher als der Text */
.mbz-projekte-liste .col_1 img {
	max-height: 150px;
}



/* MM Filter */
section.ce_metamodels_frontendfilter.mbz-linie-unten {
	padding-bottom: 12px;
	padding-left: 5px;
}

.mbz-mm-filter .mm_select {
	float: left;
	margin-right: 5px;
}
.mbz-mm-filter .mm_select label {
	display: block;
	margin-bottom: 5px;
	padding-left: 0.1em;
	font-weight: bold;
}
.mbz-mm-filter .mm_select select {
	padding: 0.1em;
	color: #666;
	margin-bottom: 10px;
}

/* MM Felder */
/* Download */
.mbz-projekte-detail .mm-pro_download p {
	margin-bottom: 5px;
}

/* Kreuz und Haken bei den Checkboxenn */
.mbz-experten-liste .farbe-ja {
	color: green;
}
.mbz-experten-liste .farbe-nein {
	color: red;
}
h2.mbz-exp-liste-name {
	 margin-bottom: 4px;
 }

/* Experten Detail */
/*Bereichüberschrift */
.mbz-experten-detail .subcl p {
	font-weight: bold;
	padding-left: 10px;
}

#main .mbz-experten-detail .subcolumns .ce_text {
	padding-left: 0;
}

/* UL mit Aufzählungsknödel */
.mbz-experten-detail ul {
	list-style-type: disc;
	margin-left: 16px;
}
/* Bei Bildern nicht */
.mbz-experten-detail ul.file {
	list-style-type: none;
	margin-left: 0;
}
.mbz-experten-detail ul.file li {
	float: left;
	margin-right: 2px;
}

/* hmx: 2016-06-22 Galerie Titel in der Lightbox */
#cboxTitle {
	background-color: rgba(100, 100, 100, 0.9);
	left: 9px;
	padding: 5px;
	top: 9px;
	width: 90%
}

/* Formulare */
.mod_login td.col_first {
	vertical-align: middle;
}
.mod_login td label {
	padding-right: 10px;
}


/**************************************************************************************************************************/
/*
Theme Name: Mitbauzentrale
Theme URI: http://www.mitbauzentrale-muenchen.de/
Description: Mitbauzentrale München Footer
Version: 1.0
Author: Vivian Müller
Author URI: http://www.arg.net/
*/

#footer {
	padding-left: 190px;
    margin: 0 auto;
    position: relative;
    max-width: 800px;
}

#footer .inside{
    border-top: solid #e5e1e0 6px;
    border-bottom: solid #e5e1e0 6px;
    background: #595959 none repeat scroll 0 0;
    margin-top: 0;
    color: white;
    font-family: Riga-Light;
    font-size: 16px;
    padding: 20px;
}

#footer .inside a{
    color: white;
    font-family: Riga-Light;
    font-size: 16px;
    text-decoration: none;
}
#footer .inside a:hover {
    text-decoration: underline;
}

#footer h2{
	font-family: Riga-medium;
	font-size: 20px;
    margin-bottom: 5px;
}

/* 2016-05-10 hmx: Lt. Natalie sollen die Spalten unterschiedlich breit sein, so dass die 2. Spalte bündig mit dem Text ist */
#footer .fuss-spalten .col_1 {
    width: 29.33%
}




@media only screen and (max-width: 768px) {
    #footer {
        margin-left: 20px;
        padding-left: 0;
    }
}

@media only screen and (max-width: 600px) {
    #footer {
        margin-left: 0;
        padding-left: 0;
    }

    aside#left {
        display:none;
    }

    #footer .c33l,
    #footer .c33r {
        width: 100%;
    }







}

body {
  overflow-x: hidden;
}
@media (max-width: 1000px) {
  body {
    background-color: none;
    background-image: none;
    background: #e5e1e0;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

#main .inside:before, #main .inside:after {
  content: "";
  display: table;
  clear: both;
}

#header .inside {
  min-height: 150px;
  height: auto;
  padding-bottom: 20px;
}
#header .inside:before, #header .inside:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 1000px) {
  #header {
    padding-right: 20px;
  }
}

.sociallinks {
  float: none;
  width: auto;
  margin-right: 0;
  position: absolute;
  right: -10px;
}

#nav_main,
.offcanvas {
  margin-right: 65px;
}

#nav_main li {
  padding-top: 5px;
}

#container {
  sbackground: #e5e1e0;
}

@media (max-width: 768px) {
  body.homepage .mod_article .col_1 {
    max-width: 210px;
  }
  body.homepage .mod_article .col_1,
body.homepage .mod_article .col_2 {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }
}

@media (max-width: 768px) {
  .subcolumns.colcount_2 div.col_1,
.subcolumns.colcount_2 div.col_2 {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }

  .mbz-baugemeinschaft-tabelle td {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  #header #logo {
    padding-top: 20px;
  }
}

@media (max-width: 768px) {
  #container {
    padding-left: 0;
  }
}

.mbz-tabelle img {
  max-width: 100%;
}

@media (min-width: 768px) {
  .homepage .subcolumns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .homepage .subcolumns .col_1 .ce_image,
.homepage .subcolumns .col_1 .image_container {
    height: 100%;
  }

  .homepage #main .subcolumns img {
    -o-object-fit: cover;
       object-fit: cover;
    min-height: 100%;
  }
}

@media (max-width: 768px){
	.subcolumns.colcount_2 div.col_1, .subcolumns.colcount_2 div.col_2 {
		display: block;
	}
}

