/* 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-2016 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 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%;
  }
}

/* This CSS resource incorporates links to font software which is the valuable copyrighted property of Monotype and/or its suppliers. You may not attempt to copy, install, redistribute, convert, modify or reverse engineer this font software. Please contact Monotype with any questions regarding Web Fonts: https://www.linotype.com */
@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=4bd5ad3f-2255-4dc2-879d-9b0780eb8527&fontids=1488882,1488918");
@font-face{
    font-family:"Helvetica Neue LT W04_41488882";
    src:url("../../files/css/Fonts/1488882/cbd2d238-27b7-4a2a-86f0-e3aa7eed84d7.eot?#iefix");
    src:url("../../files/css/Fonts/1488882/cbd2d238-27b7-4a2a-86f0-e3aa7eed84d7.eot?#iefix") format("eot"),url("../../files/css/Fonts/1488882/f20b86ad-a3dc-4459-92b7-456b456d015a.woff2") format("woff2"),url("../../files/css/Fonts/1488882/ca003289-5ee3-45c2-94ad-36c743c35fc1.woff") format("woff"),url("../../files/css/Fonts/1488882/7b96672b-19aa-43a4-99af-e572f0fb14e4.ttf") format("truetype");
}
@font-face{
    font-family:"Helvetica Neue LT W04_71488918";
    src:url("../../files/css/Fonts/1488918/f9872f03-b366-499d-9b0e-ce508b0a3539.eot?#iefix");
    src:url("../../files/css/Fonts/1488918/f9872f03-b366-499d-9b0e-ce508b0a3539.eot?#iefix") format("eot"),url("../../files/css/Fonts/1488918/f350f87a-2ea2-408b-98bb-580827d1a634.woff2") format("woff2"),url("../../files/css/Fonts/1488918/0552ce48-950c-471f-b843-1afac814d259.woff") format("woff"),url("../../files/css/Fonts/1488918/df2262d6-48cc-478c-aed1-5ce7421b4cf4.ttf") format("truetype");
}



/* Landingpage */


.padding_top_35 {
	padding-top: 15px;
}

.abbinder {
	font-size: 11px;
	line-height: 16px;
	padding-bottom: 20px;
}
a.link_business {
	color: #FF0000;
	font-family: 'Helvetica Neue LT W04_71488918', Arial, sans-serif;
}
.versal {
	text-transform: uppercase;
}
.portraits .ce_image {
	float: left;
	width: 25%;
}

.portraits img {
	width: auto;
}

.portraits figure {
	padding-right: 10px;
}
.padding_bottom_75 {
	padding-bottom: 75px;
}
.padding_top_50 {
	padding-top: 50px;
}

.landingpage .textblock ul {
	padding-left: 20px;
}

.landingpage h1 {
	color: #000;
	padding-top: calc(11vw - 10px);
	font-family: 'Helvetica Neue LT W04_71488918', Arial, sans-serif;
	*font-family: 'Helvetica Neue LT W04_41488882', Arial, sans-serif;
	font-size: 18px;
	line-height: 26px;
	text-transform: none;
	margin-bottom: 20px;
	font-weight: normal;
}

.landingpage h2, 
.landingpage h3, 
.landingpage h4, 
.landingpage h5, 
.landingpage h6  {
	color: #000;
	font-family: 'Helvetica Neue LT W04_71488918', Arial, sans-serif;
	font-size: 18px;
	line-height: 26px;
	text-transform: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-weight: normal;
}

.landingpage.de h2,
.landingpage.de h3,
.landingpage.de h4,
.landingpage.de h5,
.landingpage.de h6 {
	font-family: 'Helvetica Neue LT W04_71488918', Arial, sans-serif;
}

.landingpage h5 {
	font-family: 'Helvetica Neue LT W04_41488882', Arial, sans-serif;
	padding-bottom: 15px;
}

.landingpage .textblock {
	font-size: 18px;
	line-height: 26px;
	max-width: 100%;
	text-transform: none !important;
}

.landingpage #mainnavi {
	padding-top: 15px;
}

/************* NEU ******/

.landingpage.neu .mod_article {
	padding-right: 20px;
}

.landingpage.neu .textblock li {
	list-style: none;
	position: relative;
	left: 0px;
	padding-left: 5px;
	margin-left: 0px;
}
.landingpage.neu .textblock li:before {
	content:"-";
	position: absolute;
	left: -20px;
}

.landingpage.neu p {
	margin: 0px;
	padding: 0px;
}

.landingpage.neu strong {
	color: #000000;
}

.landingpage.neu h1,
.landingpage.neu h2, 
.landingpage.neu h3, 
.landingpage.neu h4, 
.landingpage.neu h5, 
.landingpage.neu h6,
.landingpage.neu .textblock 
{
	margin-top: 0px;
	padding-top: 0px;
	font-family: 'Helvetica Neue LT W04_71488918', Arial, sans-serif;
	font-size: 1.74vw;
	line-height: 1.85vw;
}
.landingpage.neu h5 {
	padding-bottom: 0px;
}
.landingpage.neu .inside {
	padding-top: 15px;
}
.landingpage.neu .textblock
{
	margin-top: 0px;
	padding-top: 4.9vw!important;
	padding-bottom: 5vw !important;
	color: #929292
}

.landingpage.neu .portraits .ce_image {
	width: auto;
	float: none;
}

.landingpage.neu .portraits .ce_image img {
}

.landingpage.neu .textblock a {
	*color: #FF0000;
}

.landingpage.neu .padding_top {
	padding-top: 5.4vw;
}

.landingpage.neu .abbinder {
	font-family: 'Helvetica Neue LT W04_41488882', Arial, sans-serif;
	color: #000000;
	padding-bottom: 10px !important;
	line-height: 15px;
}

.landingpage.neu a.link_business {
	color: #FF0000;
}

.black {
	color: #000000;
}
.landingpage.neu .last_picture {
	padding-bottom: 30px;
}

.h3_float h3 {
	display: inline !important;
}
.h3_float div {
	display: inline !important;
}
.h3_float p {
	margin-bottom: 0px;
	line-height: 0px;
}

.h3_float p.leerzeile {
	*margin-bottom:20px !important;
	line-height: 25px;
}


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

@media (max-width: 1680px) {
	
	.landingpage h1, 
	.landingpage h2, 
	.landingpage h3, 
	.landingpage h4, 
	.landingpage h5, 
	.landingpage h6,
	.landingpage .textblock	{
		font-size: 16px;
		line-height: 24px;
	}
	
}
@media (max-width: 1023px) {
	
	
	.landingpage.neu .textblock li {
		list-style: none;
		position: relative;
		left: 0px;
		padding-left: 0px;
		margin-left: -10px;
	}
	.landingpage.neu .textblock li:before {
		content:"-";
		position: absolute;
		left: -10px;
	}
	.landingpage.neu figure  {
		margin-bottom: -5px;
		overflow: visible;
	}
	.landingpage.neu #logo {
		padding-top: 5px !important;
	}
	.clear_mobile {
		clear: both;
		float: none;
	}
	
	.no_linebreak {
		display: none;
	}
	
	.portraits .ce_image {
		float: left;
		width: 100%;
		padding-bottom: 8px;
	}
	.landingpage.neu .ce_image {
		float: left;
		*width: 100vw !important;
		padding-bottom: initial;
	}
	.landingpage.neu .ce_image img {
		*width: calc(100vw - 15px) !important;
		width: 100vw !important;
		height: auto !important;
	}
	.portraits figure {
		padding-right: 0px;
	}
	.landingpage h1,
	.landingpage.neu h1	{
		padding-top: 50px;
	}
	.landingpage h1, 
	.landingpage h2, 
	.landingpage h3, 
	.landingpage h4, 
	.landingpage h5, 
	.landingpage h6,
	.landingpage .textblock	{
		font-size: 16px;
		line-height: 24px;
	}
	.landingpage.neu h1, 
	.landingpage.neu h2, 
	.landingpage.neu h3, 
	.landingpage.neu h4, 
	.landingpage.neu h5, 
	.landingpage.neu h6,
	.landingpage.neu .textblock	{
		font-size: 16px;
		line-height: 18px;
	}
	
	.landingpage.neu .mod_article {
		padding-right: 0px;
	}
	
	.album_preview .title {
		white-space: initial !important;
		width: auto;
		padding-right: 20px;
	}
}



/*********************/
html, body{
  height:100%;
  -webkit-text-size-adjust: none;
}

.bold_uppercase strong {
	text-transform: uppercase;
}

#mmenu_icon, #logo {
	display: none;
}

.mobile {
	display: none;
}
#wrapper, #container, .mod_article, .ce_gallery_creator_ce, #main, .inside, .mod_gallery_creator_ce {
	background: #FFF;
}

@media (min-width: 1025px) {
	#wrapper, #container, .mod_article, .ce_gallery_creator_ce, #main, .inside, .mod_gallery_creator_ce {
		position: relative;
		max-width:100%;
		min-height: 100%;
		height: 100%;
		margin:auto;
	}
}

.startseite #container {
	height: auto;
	min-height: auto;
}

body {
	color: #000;
	font-family: 'Helvetica Neue LT W04_41488882', Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	*text-transform: uppercase;
}

#wrapper {
	padding-left: 0px;	
	padding-top: 0px;	
}

.fett, strong {
	font-family: 'Helvetica Neue LT W04_71488918', Arial, sans-serif;
	font-weight: normal;
}
.startlogo {
	letter-spacing: -1.5px;
}

.ok {
	letter-spacing: -2px;
}

a {
	color: #000;
	text-decoration: none;
}

ul, li {
	padding: 0;
	margin: 0;
}


.mod_article.block {
	overflow: visible;
}


#nav_impressum {
	position: fixed;
	bottom: 32px;
	left: 20px;
	font-size: 11px;
	text-transform: uppercase;
	margin-top: 2px;
}

.mod_navigation, #mainnavi {
	position: fixed;
	padding-top: 30px;
	padding-left: 20px;
}

.text .mod_navigation, .text #mainnavi {
	padding-top: 15px;	
}

.mod_navigation li, #mainnavi li  {
	list-style: none;
	font-size: 23px;
	font-size: 1.74vw;
	line-height: 1.65vw;
	text-transform: uppercase;
}

.mod_mmenu li {
	color: #000 !important;
	text-transform: uppercase;
}

.mod_navigation li.active, 
#mainnavi li.active,
.mod_navigation li.trail a, 
#mainnavi li.trail a {
	color: #999999;	
}

/* mod_article */

.mod_article {
	position: relative;
	margin-left: 20%;
	padding-left: 20px;
}

.startseite .mod_article {
	margin-left: 0px;
	font-size: 3vw;
	top:40vh;
}

#loading {
	display: none;
	font-size: 12px;
	margin-top:-15px
}


.textblock {
	max-width: 750px;
	font-size: 12px;
	line-height: 16px;
	margin-top: 15px;
	margin-right: 30px;
}

/****************************************************** GALLERY CTREATOR */

.ce_gallery_creator_ce {
}

.album_preview .title {
	display: none;
}
.ce_gallery_creator_ce .backLink, .mod_gallery_creator_ce .backlink {
	display: none;
}

.ce_gallery_creator_ce h2, .mod_gallery_creator_ce h2 {
	display: none;
}

#thumbs {
	position: absolute;
	bottom: -130px;
	height: 70px;
	min-width: 110%;
	overflow: visible;
}
.album_preview {
	position: absolute;
	bottom: 0px;
	max-height: 70px !important;
	overflow: hidden;
	white-space: nowrap;
}

.album_preview img {
	height: 70px !important;
}

.album_preview li, .album_preview .thumb {
	display: inline !important
}

#big {
	margin-top: 30px;
	margin-right: 30px;
	max-height: 85vh;
	user-select: none;-moz-user-select: none; -webkit-user-select: none;-ms-user-select: none;
}
#big img, #big video {
	max-height: 100%;
    max-width: 100%;
}


#title, #subline {
	font-size: 11px;
	text-transform: uppercase;
	margin-top: 2px;
	display: none;
}

#subline { margin-top: 0px;}

.thumb.active {
	opacity: 0.3;
}



/****************************************************** MOBILE */

@media (max-width: 1024px) {
	
	#logo {
		display: block;
		padding-top:20px;
		padding-left: 20px
	}
	
	#mmenu_icon {
		z-index: 1999;
		position: fixed;
		top: 20px;
		right: 20px;
		background: url("../../files/assets/mmenu.png");
		height: 24px;
		width: 37px;
		background-size: 100%;
		display: block;
	}
	
	.mod_navigation {
		display: none;
	}
	
	.mod_article {
		margin-left: 0px;
		padding-left: 0px;
		padding-top: 30px;
	}
	
	#thumbs {
		position: relative;
		height: 100%;
		display: none;
		top: 20px;
	}
	
	.thumb.active {
		opacity: 1;
	}
	
	#big {
		display: none;
	}
	
	.mobile {
		display: block;
	}
	
	.desktop {
		display: none !important;
	}
	
	.album_preview {
		position: relative;
		top: 0px;
		max-height: 100% !important;
		overflow: hidden;
		white-space: nowrap;
		display:block;
	}
	
	.album_preview img {
		width: 100%;
		height: auto !important;
	}
	
	.album_preview li, .album_preview .thumb {
		display: block !important;
		height: auto;
		width: 100vw !important;
	}
	
	.ce_gallery_creator_ce, .mod_gallery_creator_ce {
		height: auto !important;
	}
	
	.title, .subline {
		font-size: 11px;
		text-transform: uppercase;
		margin-top: 2px;
		margin-bottom: 10px;
		padding-left: 20px;
	}
	
	.textblock {
		padding-left: 20px;
	}
	
	.album_preview.ui-draggable.ui-draggable-handle {
		left: 0px !important
	}
	
	.mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen), .mm-menu.mm-white .mm-list > li.mm-selected > span {
		background: none !important;
		color: #999 !important;
	}
	
	.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults)::after {
	    content: '';
	    border-bottom-width: 0px;
	}
	
	.mm-list > li > a, .mm-list > li > span {
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    overflow: hidden;
	    color: inherit;
	    line-height: 20px;
	    display: block;
	    padding: 4px 10px 4px 20px;
	    margin: 0;
	}
	
	.album_preview .title {
		display: block;
		white-space: initial !important;
		width: auto;
		padding-right: 20px;
	}
	
	#title, #subline {
		display: none !important
	}
	
	.startseite .mod_article {
		margin-left: 0px;
		font-size: 20px;
		top:30vh;
		
	}
}













