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

/*
	jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page,
html.mm-opened.mm-dragging .mm-fixed-top,
html.mm-opened.mm-dragging .mm-fixed-bottom,
html.mm-opened.mm-dragging #mm-blocker {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ColorBox, (c) 2011 Jack Moore, MIT license */
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url("../../assets/jquery/colorbox/1.6.1/images/loading.gif") no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
/* screen.css */
#footer .links{margin-top:8px;margin-bottom:24px}::after{border-bottom:none;border:none !important}.offcanvas a{display:none}.mm-page{-webkit-user-select: inherit !important;  /* Chrome all / Safari all */-moz-user-select: inherit !important;      /* Firefox all */-ms-user-select:inherit !important;       /* IE 10+ */user-select: inherit !important;   /* Likely future */}html,body{height:100%;min-height:100%;position:relative;margin:0;padding:0;background-color:#f7f4ee;font:1.03em/1.45em "Fira Sans",Arial,Helvetica,sans-serif;color:#48423f;letter-spacing:.005rem;/*color:#3d3c3c;*/font-weight:300}*{margin:0;padding:0}a{text-decoration:none;color:#f18c07;font-weight:400;outline: none}.download a:before,a.download:before{padding-right:5px;font-family:FontAwesome;font-weight:normal;content: "\f1c1"}.facebook a:before{right:18px;position:absolute;margin-top:-2px;font:23px FontAwesome;font-weight:normal;color:#fff;content: "\f230";-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale}.facebook a:hover:before{color:#8b9dc3}.link a:before{padding-right:6px;font-family:FontAwesome;line-height:1em;font-weight:normal;/*content: "\f0c1";*/content: "\f08e";-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale}a:hover{color:#e65f03}img{display:block}p{margin-top:0;margin-bottom:12px}h1{margin-bottom:18px;font:38px/43px "bitter",Arial,Helvetica,sans-serif;color:#f18c07;margin-left:4%;margin-right:4%;webkit-text-stroke:1px transparent;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale}.ce_text h1{margin-left:-1px}h2{margin-bottom:1%;font:22px "bitter",Arial,Helvetica,sans-serif;font-weight:bold;color:#48423f;webkit-text-stroke:1px transparent;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale}h3,h4{margin-bottom:8px;font:1.2em/1.1em "bitter",Arial,Helvetica,sans-serif;font-weight:bold;color:#48423f;webkit-text-stroke:1px transparent;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale}body.default h2{margin-bottom:14px;line-height:27px}body.default h2{margin-left:4%}body.home a h2{text-decoration:none}.element{filter: scale(0)}figure{margin:0;padding:0}.mm-slideout{height:100%}#wrapper{min-height:100%;position:relative;overflow:hidden}#container{width:1254px;margin-right:auto;margin-bottom:160px;margin-left:auto;/*webkit-text-stroke:1px transparent;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;*/}#main .inside{width:850px;margin:-75px auto 25px}body.home #main .inside{width:876px}body.default #main .inside{margin-top:-75px;margin-right:auto;margin-left:auto;padding-top:39px;background-color:#f7f4ee}.ce_text{margin-bottom:2%;margin-left:4%}.rs-column .ce_text{margin-left:9%}.ce_image{margin-bottom:25px}#header{height:370px}#Kopfbild{width:100%;height:370px;position:absolute;background-size:cover !important;-webkit-transform: scaleX(-1);-html-transform: scaleX(-1);-moz-transform: scaleX(-1);-ms-transform: scaleX(-1);-o-transform: scaleX(-1);/*filter: FlipH;-ms-filter: "FlipH";*/transform: scaleX(-1)}.kein-spiegeln #Kopfbild{-webkit-transform: none;-html-transform: none;-moz-transform: none;-ms-transform: none;-o-transform: none;transform: none}body.default #Kopfbild,body.default #header{height:255px}#footer a{font-weight:bold;text-decoration:none;color:#fff;font-weight:300}#footer a:hover{color:#e65f03 !important}a[href^="mailto:"]{white-space: nowrap}a[href^="mailto:"]:before{top:-2px;position:relative;padding-right:6px;font-family:FontAwesome;line-height:1em;font-weight:normal;content:"\f003";-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale}.mitarbeiter a[href^="mailto:"]:before{content:none}#footer a[href^="mailto:"]:hover{color:#c4c4c4 !important}#footer{width:100%;height:140px;bottom:0;left:0;position:absolute;clear:both;display:block;background-color:#3d3c3c;font-size:.9em;color:#f7f4ee;letter-spacing:.5px}#footer .inner{width:1250px;margin-top:20px;margin-right:auto;margin-left:auto;padding-right:25px;padding-left:21px}#footer ul{margin:0;padding:0}#footer ul li{float:left;display:inline;margin:0;padding:0 15px 0 0;list-style-type:none}#footer ul li:after{top:-1px;position:relative;margin:0;padding-top:0;padding-bottom:0;padding-left:15px;color:rgba(255,255,255,.55);content: "|"}#footer ul li.last:after{margin:0;padding:0;content: " "}#logo{width:850px;height:105px;margin-right:auto;margin-bottom:-1px;margin-left:auto;background: linear-gradient(left,rgba(34,31,23,0.1),rgba(34,31,23,0.83));background: -moz-linear-gradient(left,rgba(34,31,23,0.1),rgba(34,31,23,0.83));background: -webkit-linear-gradient(left,rgba(34,31,23,0.1),rgba(34,31,23,0.83));background: -o-linear-gradient(left,rgba(34,31,23,0.1),rgba(34,31,23,0.83));background: -ms-linear-gradient(left,rgba(34,31,23,0.1),rgba(34,31,23,0.83));filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73221e14', endColorstr='#cc221e14',GradientType=1 ); /* IE6-9 */}#logo #icon-logo_huber{width:205px;height:auto;float:right;margin-top:0;margin-right:31px}a.svg:after{bottom:0;left:0;right:0;top:0;position:absolute;content:""}object{width:100%}#claim{width:183px;left:0;position:absolute;margin:-5px 0 0 12px;padding:0}body.default #claim{width:127px;margin:-4px 0 0 9px;padding:0}.mod_navigation{width:100%;margin-left:10px;padding-bottom:10px;/*border-bottom: 1px solid #E1DED8*/}.mod_navigation ul{list-style-type:none}.mod_navigation li{margin-bottom:7px}.mod_navigation a,.mod_navigation .active,.mod_navigation span{display:block;font:15px "bitter",Arial,Helvetica,sans-serif;font-weight:bold;text-decoration:none;color:#7c7b78;letter-spacing:.75px}#meta-navigation.mod_navigation li ul a,#meta-navigation.mod_navigation li ul span{padding-left:20px}.mod_navigation a:hover,.mod_navigation span.active{color:#48423f}.mod_navigation.nav_list.block{overflow:visible}#meta-navigation ul{list-style: none;margin: 0;padding: 0}#meta-navigation li{position:relative;margin:0;padding:0;list-style:none}#meta-navigation span.active,#meta-navigation a,#meta-navigation span{display:block;padding-top:5px;padding-bottom:5px;font-family:"Fira Sans",Arial,Helvetica,sans-serif;;line-height:22px;font-weight:normal;color:#5e5d5b;letter-spacing:.4px;/*-webkit-transition: all .2s ease;-moz-transition: all .2s ease;-ms-transition: all .2s ease;-o-transition: all .2s ease;transition: all .2s ease;*/font-weight:300}ul.level_2 li.first:before{width:170px;height:1px;top:30px;position:absolute;margin-left:-190px;content:""}#main-navigation{margin-top:28px;webkit-text-stroke:1px transparent;-webkit-font-smoothing: antialiased}#meta-navigation{width:190px;margin-top:25px}#meta-navigation li ul li.last{padding-bottom:20px}#offcanvas #meta-navigation{width:100%}#meta-navigation li.active ul,#meta-navigation li.submenu.trail ul{display:block !important}#meta-navigation a:hover,#meta-navigation ul li .active,#meta-navigation .trail{color:#000}#meta-navigation .submenu:hover > a{color:#000}#meta-navigation li a{position:relative;z-index:100}#meta-navigation ul.level_2 li.first a,#meta-navigation ul.level_2 li.first span.active{padding-top:3px}#meta-navigation ul.level_2 li a,#meta-navigation ul.level_2 li span.active{margin-right:10px;border-bottom:1px solid #eae7e1;/*white-space: nowrap;margin-left:15px;*/}li.submenu.meta{display:none}body.home h2{width:248px;height:56px;position:absolute;display:block;padding-top:19px;padding-left:20px;background-color:rgba(39,31,23,.4);font-size:22px;line-height:1em;font-weight:bold;color:#fff;text-transform:uppercase;-webkit-transition: height .3s ease;-moz-transition: height .3s ease;-o-transition: height .3s ease;-ms-transition: height .3s ease;transition: height .3s ease;z-index:10;-moz-hyphens: auto;-o-hyphens: auto;-webkit-hyphens: auto;-ms-hyphens: auto;hyphens: auto}body.home .ce_image{float:left;display:block;margin-right:12px;margin-bottom:22px;margin-left:12px;height:203px}body.home .ce_image:hover > h2{height:183px;display:block;background-color:rgba(237,126,5,.75)}body.home .image_container img{/*-webkit-transition: all 0.2s linear;-moz-transition: all 0.2s linear;-o-transition: all 0.2s linear;-ms-transition: all 0.2s linear;transition: all 0.2s linear;*/-webkit-transition-duration: .15s;-moz-transition-duration: .15s;-o-transition-duration: .15s;-ms-transition-duration: .15s;transition-duration: .15s}body.home .image_container{width:268px;height:202px;max-height:202px;position:relative;overflow:hidden}body.home .ce_image:hover > .image_container img{-webkit-transform: scale(1.2,1.2);-moz-transform: scale(1.2,1.2);-o-transform: scale(1.2,1.2);-ms-transform: scale(1.2,1.2);transform: scale(1.2,1.2);filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.9999619230641713, M12=-0.008726535498373935, M21=0.008726535498373935, M22=0.9999619230641713,SizingMethod='auto expand')}.rs-column{margin-top:0;margin-right:0;margin-bottom:10px}.rs-column.-large-col-2-1{width:47%}.rs-columns{margin-bottom:10px}.gallery .ce_gallery{margin-bottom:8px}.gallery .ce_gallery > ul li{width:22.4%;margin-right:.9%;margin-bottom:1.6%;margin-left:.9%}.gallery .ce_gallery > ul li.col_first{clear:inherit}.mod_article.gallery ul{margin-bottom:2%;margin-left:3%}.mod_rocksolid_slider{margin-top:-1.9%;margin-bottom:4.25%;padding-right:0;padding-left:9%}.fa-external-link,#footer ul.external-link li a{margin-top:15px;font-weight:bold;color:#f18c07;font-size:1.1em !important;font-weight:400}body.default .ce_text ul{margin-top:-2px;margin-bottom:18px}body.default .ce_text ul li{margin-bottom:7px;padding-left:15px;list-style-type:none;/*list-style-position:inside;*/}body.default .ce_text ul li:before{position:absolute;margin-right:5px;margin-left:-12px;font-family:FontAwesome;color:#949490;list-style-type:none;content: "\f0da"}.rsts-skin-default .rsts-prev,.rsts-skin-default .rsts-next,.rsts-skin-default .rsts-video-play,.rsts-skin-default .rsts-video-stop,.rsts-skin-default .rsts-thumbs-prev,.rsts-skin-default .rsts-thumbs-next{border:none;border-radius:0}::-webkit-input-placeholder{color:rgba(61,60,60,.8)}::-moz-placeholder{color:rgba(61,60,60,.8)}:-ms-input-placeholder{color:rgba(61,60,60,.8)}input:-moz-placeholder{color:rgba(61,60,60,.8)}.formbody{margin-left:4.3%}fieldset{border:none !important}.auswahl{width:46%;float:left}.checkbox_container{margin-bottom:20px}.checkbox_container span{display:block}.checkbox{margin-right:3px}.formbody .text,.formbody .textarea{width:100%;margin-top:0;margin-bottom:14px;margin-left:0;padding:15px 17px;background-color:#fff;font:1em "Fira Sans",Arial,Helvetica,sans-serif;color:#48423f;border: 1px solid #dad3bc;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;/*-moz-box-shadow:inset 0 1px 4px #c7c6c6;-webkit-box-shadow:inset  0 1px 4px #c7c6c6;box-shadow:inset  0 1px 4px #c7c6c6;*/-moz-box-shadow:inset 0 1px 1px #c7c6c6;-webkit-box-shadow:inset  0 1px 1px #c7c6c6;box-shadow:inset  0 1px 1px #c7c6c6}.formbody .text:hover,.formbody .text:focus,.formbody .textarea:hover,.formbody .textarea:focus{border: 1px solid #afa995;/*-moz-box-shadow:inset 0 1px 1px #a09f9f;-webkit-box-shadow:inset  0 1px 1px #a09f9f;box-shadow:inset  0 1px 1px #a09f9f;*/}.formbody .widget_Firma{width:47%}.formbody .widget_Vorname,.formbody .widget_Name,.formbody .widget_Adresse,.formbody .widget_Telefonnummer,.formbody .widget_E-Mail{width:47%;float:left;margin-right:1.7%}.widget_Name{float:none;clear:both}.widget_PLZ{width:14%;float:left;margin-right:1.7%}.widget_Ort{width:31.3%;float:left}.widget_Bemerkung{width:96%}.formbody .submit{width:210px;height:50px;float:right;margin-top:15px;margin-right:33px;text-align:center;background-color:#f18c07;border-top:1px solid #f17400;border-right:1px solid #f17400;border-bottom:2px solid #f17400;border-left:1px solid #f17400;font-size:16px;font-weight:bold;text-decoration:none;color:#fff;cursor:pointer;-webkit-transition:all 0.15s ease-in-out;-moz-transition:all 0.15s ease-in-out;-o-transition:all 0.15s ease-in-out;-ms-transition:all 0.15s ease-in-out;transition:all 0.15s ease-in-out}.formbody .submit:hover{background-color:#e77202;border-color:#e45600}.formbody .widget-explanation{padding-right:15px}.widget_Checkbox{width:130px;float:left;margin-right:5px}.widget_Checkbox .last{width:150px}.kontakt .adresse-box{width:54%;left:23px;position:relative;float:right;margin-bottom:35px}.kontakt .adresse{float:left;margin-bottom:10px;list-style-type:none;margin-right:5px}.rsts-skin-default .rsts-nav-bullets a:hover,.rsts-skin-default .rsts-nav-bullets a.active{background-color:#ff2b0b;box-shadow: 0 0 2px #777}.partnerlogos .image_container{width:25%;min-height:80px;margin-right:20px;margin-bottom:12px;padding:15px;background-color:#fff}.partnerlogos .image_container img{display:block;margin-right:auto;margin-left:auto}.verbaendelogos{margin-bottom:30px}.verbaendelogos a{width:28.9%;height:125px;overflow:hidden;float:left;margin-right:2.5%;margin-bottom:2.5%;padding:5px;background-color:#fff;/*filter: grayscale(100%);-webkit-filter: grayscale(100%); /* Webkit filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");filter: gray; -webkit-filter: grayscale(1);*/}.verbaendelogos img{margin-right:auto;margin-left:auto}.video-container{height:0;position:relative;overflow:hidden;margin-top:0;margin-bottom:6%;padding-bottom:56.25%}.video-container iframe,.video-container object,.video-container embed{width:100%;height:100%;left:0;top:0;position:absolute}a.cboxElement{cursor:zoom-in}.ce_headline{clear:both}.mitarbeiter img{margin-bottom:10px}.ce_text.mitarbeiter{width:28%;min-height:340px;float:left;margin-bottom:1.5%;font-size:15px;line-height:20px}.ce_text.mitarbeiter.backoffice p{height:70px}.aussenteam{padding-top:10px}li.submenu > span:after{padding-left:7px;font-family:FontAwesome;color:rgba(124,123,120,.55);content:"\f105"}li.submenu > span:hover:after{font-family:FontAwesome;color:#000}li.submenu.active > span:after,li.submenu.trail > span:after{padding-left:4px;font-family:FontAwesome;color:#000;content:"\f107"}li.submenu.active > a,li.submenu span:hover{color:#000;cursor:pointer}.mm-opened li.submenu.meta,.mm-opened .level_2,.mm-opened .level_2 li ul{display:block !important}.submenu.meta,.submenu a.nonavlink{display:none}.mm-menu.mm-vertical .mm-list .mm-panel{padding:inherit}.submenu.meta{margin-top:30px}.mm-menu.mm-vertical .mm-list > li > a.mm-subopen{height:inherit}#meta-navigation li.submenu.trail ul{height: inherit !important}.ce_text.schmal{max-width:500px}body.default .ce_text h2{margin-left:0}.default .image_container.float_above{margin-bottom:12px}
@media screen and (max-width: 1270px){
/* screen_media_query_1.css */
#logo{width:68.7%;margin-left:18.8%}#container{width:inherit}body.home h2{width:93%;font-size:1.75vw}body.home #main .inside{width:71.6%;margin-right:10.75%}body.default #main .inside{width:68.45%;margin-right:12.8%}body.home .ce_image{width:30%;height:auto;position:relative;overflow:hidden;margin-bottom:24px;margin-left:1.5%;margin-right:1.5%}body.home .image_container{width:100%;height:auto}#footer .inner{padding-left:16px;width:inherit}.row_0{width:50%;float:left}.verbaendelogos a{width:29%}#meta-navigation,.mod_navigation{margin-left:15px;padding-left:0}#meta-navigation span.active,#meta-navigation a{margin-left:0}
}
@media screen and (max-width: 1090px){
/* screen_media_query_2.css */
#logo{width:67.3vw;margin-left:19.1%}#claim{width:16.2vw;margin-left:1.3vw}body.home .ce_image{margin-right:1.5%;margin-bottom:3.3%}.ce_text.mitarbeiter{width:44%;margin-right:0}body.home #main .inside{width:71.2%}body.default #main .inside{width:68.5%;margin-left:19.1%}#Kopfbild,#header{height:32.5vw}
}
@media screen and (max-width:930px){
/* tablet.css */
#main{float:inherit}#left{left:0;top:83px;position:absolute;margin-top:0;padding-top:0;margin-left:inherit;float:inherit;width:inherit;right:inherit}body.home #left{top:68px;margin-top:0}.offcanvas a{top:0;position:absolute;display:block;margin-top:34.2vw;margin-left:2vw;font-size:1.8em;color:#3d3c3c;z-index:500}.mod_navigation{display:none}ul.level_2:before{display:none}#meta-navigation li ul{left:0}#meta-navigation ul.level_2 li.first a{border-top:1px solid #eae7e1}#meta-navigation ul.level_2 li.last a{border-bottom:1px solid #eae7e1}#meta-navigation li.active.submenu{margin-bottom:15px}#offcanvas .mod_navigation .active{background-color:inherit;font-weight:500}#offcanvas .mod_navigation{display:block;margin-left:inherit}#offcanvas #meta-navigation a,#offcanvas #meta-navigation span{padding-left:18px}#offcanvas #meta-navigation li ul{display:block;opacity:inherit;position:inherit;visibility:inherit;float:inherit}#offcanvas #meta-navigation li:hover ul{display:block;left:inherit;background-color:inherit;box-shadow:inherit}#offcanvas #meta-navigation li:hover > a,#meta-navigation ul li:hover > a{display:block;background-color:inherit}#offcanvas #meta-navigation .level_2{display:block;margin-left:4px;background-color:inherit}#offcanvas ul.level_1{font:15px "bitter",Arial,Helvetica,sans-serif;font-weight:bold;color:#7C7B78;letter-spacing:1px}#offcanvas ul li .active{color:#3D3C3C}.mm-menu.mm-light{background-color:#f7f4ee}#logo{width:77.7%}body.home #main .inside{width:80.6%;margin-left:17.8%}body.default #main .inside{width:77.5%;margin-left:19%}#main .inside{padding-bottom:30px;margin-top:-70px;margin-right:1%}body.home .ce_image{margin-right:1%;margin-bottom:3%;margin-left:2%}body.home h2{width:90%;padding-top:14px;padding-right:10px;padding-left:15px;font-size:2.5vw;line-height:1em;-moz-hyphens: auto;-o-hyphens: auto;-webkit-hyphens: auto;-ms-hyphens: auto;hyphens: auto}.ce_text{margin-right:4%;margin-left:4%;padding-bottom:0 !important}.rs-columns .ce_text{margin-right:4.5%;margin-left:4.5%}.rs-columns{margin-bottom:5%}.rs-column.-large-col-2-1{width:100%}.rs-column{float:inherit}.rs-column.-large-first-row{margin-top:0}.row_0{width:100%}body.home .ce_image:visited > h2{background-color:inherit}.mod_rocksolid_slider{padding-left:inherit}.formbody .widget_Vorname,.formbody .widget_Name,.formbody .widget_Adresse,.formbody .widget_Telefonnummer,.formbody .widget_E-Mail,.formbody .widget_Firma{width:100%}.widget_PLZ{width:31%;margin-right:2.1%}.widget_Ort{width:66.9%}.widget_Bemerkung{width:100%}.formbody .submit{margin-right:0}.auswahl{width:100%}.kontakt .adresse-box{width:100%;left:0;float:left}.widget_Checkbox{width:139px}.formbody{margin-right:4.3%}#meta-navigation span.active,#meta-navigation,#offcanvas #meta-navigation .level_2,#meta-navigation a{margin-left:0}.mm-list > li > a,.mm-list > li > span{padding-left:17px}.verbaendelogos a{width:44%;height:auto}#meta-navigation li.submenu:hover > a,#meta-navigation li.submenu:hover > span{background-color:inherit;box-shadow:inherit}.verbaendelogos .ce_text{margin-right: inherit}.ce_text.mitarbeiter{width:92%;margin-bottom:20px}.ce_text.mitarbeiter img{margin-bottom:15px}body.default #claim,#claim{width:16.2vw;margin-top:-0.4vw;margin-left:1.3vw}body.default #Kopfbild,body.default #header{height:32.5vw}#footer{height:inherit;padding-bottom:30px;position:inherit}#footer ul li:after{content: "";padding:0}#footer ul li{float:inherit;display:inherit !important;padding:0 !important}#footer ul{padding-top: 20px}.facebook a:before{margin-top:15px}
}
@media screen and (max-width: 690px){
/* mobile_landscape.css */
html,body{font-size:1.07em}h1{font-size:6.5vw}body.default #main .inside{margin-top:-60px;padding-top:21px}body.home #left{top:55px}#left{top:60px}#container{background-color:inherit;margin-bottom:inherit}body.home .ce_image{width:46%;margin-right:2%;margin-bottom:4%}body.home h2{height:41px;font-size:3.2vw}body.default h2{margin-bottom:4%;font-size:20px}#main .inside{margin-top:-55px;padding-bottom:inherit}.gallery .ce_gallery > ul li{width:46.2%}[class^="icon-"],[class*=" icon-"]{display: inline-block;fill: currentColor;display: inline;width: auto;height: auto;overflow:visible}.ce_text.partnerlogos p{margin-bottom:25px}.mod_rocksolid_slider{margin-bottom:5.5%}body.home .ce_image:hover > h2{height:190px}#logo #icon-logo_huber{width:24vw;margin-right:3.7vw}#logo{height:12.5vw}
}
@media screen and (max-width: 490px){
/* mobil_portrait.css */
.offcanvas a{margin-top:36.5vw;font-size:10vw;color:#000;margin-left:1.5vw}.default .offcanvas a{margin-top:28vw}h1{margin-top:2vw;margin-bottom:3vw;font-size:8vw;line-height:9vw}#container{background-color:inherit}#header,#Kopfbild{height:49vw}body.home #header{/*background-position: bottom center !important;*/background-size:auto 130% !important}body.default #header,body.default #Kopfbild{height:53vw}body.home .ce_image{width:100%;margin-bottom:5.8%;margin-left:inherit}body.home #main .inside{width:inherit;/*margin-right:17vw;margin-left:17vw;*/margin-right:15%;margin-left:15%}body.default #main .inside{width:100%;margin-left:0;padding-top:4vw;margin-top:-13vw}#main .inside{margin-right:inherit;margin-left:inherit}body.home h2{width:93%;font-size:5.4vw}body.default h2{font-size:6vw;line-height:7vw}#logo{height:15vw}#logo{margin-left:15%;width:inherit}#logo #icon-logo_huber{width:33vw;margin-right:4vw}.gallery .ce_gallery > ul li{width:95%}#colorbox{display:block}.image_container img{width:100%}.widget_PLZ,.widget_Ort,.formbody .submit{width:100%}.partnerlogos .image_container{width:30%;min-height:inherit; float:inherit}.verbaendelogos a{width:42%;margin-right:4.7%;margin-bottom:4.7%}body.default #claim,#claim{width:12.4vw;margin-top:-0.3vw;margin-left:1vw}.facebook a:before{margin-top:22px}
}
#logo #icon-logo_huber {
	margin-top: 1.7em;
	width: 160px;
}


@media screen and (max-width: 690px) {
#logo #icon-logo_huber {
	margin-top: 3.4vw;
    width: 18.5vw;
  }
}

@media screen and (max-width: 490px) {
  #logo #icon-logo_huber {
    margin-top: 4vw;
    width: 30vw;
  }
  
   #logo {
    height: 18vw;
  }
}
