/* 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 position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0; }

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

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0); } }
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important; }

.mm-menu.mm-front {
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }

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

.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }
  .mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0); }
.mm-menu.mm-front.mm-top {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%); }
.mm-menu.mm-front.mm-bottom {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%); }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.mm-menu.mm-front.mm-top, .mm-menu.mm-front.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px; }

/*
	jQuery.mmenu counters addon CSS
*/
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 40px;
  top: 50%; }
  em.mm-counter + a.mm-subopen {
    padding-left: 40px; }
    em.mm-counter + a.mm-subopen + a,
    em.mm-counter + a.mm-subopen + span {
      margin-right: 80px; }
  em.mm-counter + a.mm-fullsubopen {
    padding-left: 0; }

.mm-vertical em.mm-counter {
  top: 12px;
  margin-top: 0; }

.mm-nosubresults > em.mm-counter {
  display: none; }

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

/*
	jQuery.mmenu 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; }

/* -- dk_mmenu theme 'light' -- */
.mm-menu.mm-light
{
	background: #e0e0e0;
}
.rsts-main,.rsts-main *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.rsts-header,.rsts-footer,.rsts-thumbs-header,.rsts-thumbs-footer{overflow:hidden}.rsts-view,.rsts-thumbs-view{position:relative}@media print{.rsts-view,.rsts-thumbs-view{position:static}}.rsts-crop,.rsts-thumbs-crop{position:relative;overflow:hidden}@media print{.rsts-crop,.rsts-thumbs-crop{position:static;overflow:visible;width:auto !important;height:auto !important;transform:none !important}}.rsts-slides,.rsts-slide,.rsts-thumbs-slides,.rsts-thumbs-slide{position:absolute;left:0;top:0}@media print{.rsts-slides,.rsts-slide,.rsts-thumbs-slides,.rsts-thumbs-slide{position:static;width:auto !important;height:auto !important;transform:none !important}.rsts-slides.rsts-slide-image img,.rsts-slides.rsts-slide-video img,.rsts-slides.rsts-thumbs-slide-image img,.rsts-slides.rsts-thumbs-slide-video img,.rsts-slide.rsts-slide-image img,.rsts-slide.rsts-slide-video img,.rsts-slide.rsts-thumbs-slide-image img,.rsts-slide.rsts-thumbs-slide-video img,.rsts-thumbs-slides.rsts-slide-image img,.rsts-thumbs-slides.rsts-slide-video img,.rsts-thumbs-slides.rsts-thumbs-slide-image img,.rsts-thumbs-slides.rsts-thumbs-slide-video img,.rsts-thumbs-slide.rsts-slide-image img,.rsts-thumbs-slide.rsts-slide-video img,.rsts-thumbs-slide.rsts-thumbs-slide-image img,.rsts-thumbs-slide.rsts-thumbs-slide-video img{width:100% !important;height:auto !important;margin:0 !important}}.rsts-slide,.rsts-thumbs-slide{overflow:hidden}@media print{.rsts-slide,.rsts-thumbs-slide{position:static}}.rsts-video-iframe,.rsts-thumbs-video-iframe{position:absolute;top:0;left:0;width:100%;height:100%}.rsts-type-slide .rsts-view,.rsts-thumbs-type-slide .rsts-thumbs-view{cursor:url("../../system/modules/rocksolid-slider/assets/img/openhand.cur"),default;cursor:-webkit-grab;cursor:-moz-grab;cursor:-ms-grab;cursor:-o-grab;cursor:grab}.rsts-type-slide.rsts-dragging .rsts-view,.rsts-thumbs-type-slide.rsts-thumbs-dragging .rsts-thumbs-view{cursor:url("../../system/modules/rocksolid-slider/assets/img/closedhand.cur"),default;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-ms-grabbing;cursor:-o-grabbing;cursor:grabbing;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.rsts-type-slide.rsts-dragging-disabled .rsts-view,.rsts-thumbs-type-slide.rsts-thumbs-dragging-disabled .rsts-thumbs-view{cursor:auto}@media print{.rsts-nav,.rsts-prev,.rsts-next,.rsts-overlay-prev,.rsts-overlay-next,.rsts-progress,.rsts-thumbs-nav,.rsts-thumbs-prev,.rsts-thumbs-next,.rsts-thumbs-overlay-prev,.rsts-thumbs-overlay-next,.rsts-thumbs-progress{display:none !important}}

.rsts-skin-default.rsts-main{position:relative}.rsts-skin-default.rsts-type-fade .rsts-slide{background-color:#fff}.rsts-skin-default .rsts-caption{position:absolute;top:20px;left:20px;margin-right:20px;padding:5px 10px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;color:#fff;background-color:#000;background-color:rgba(0,0,0,0.4);filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;-webkit-transform:translate(0, -20px);-moz-transform:translate(0, -20px);-ms-transform:translate(0, -20px);-o-transform:translate(0, -20px);transform:translate(0, -20px);-webkit-transition:opacity 0.5s,-webkit-transform 0.5s;-moz-transition:opacity 0.5s,-moz-transform 0.5s;-o-transition:opacity 0.5s,-o-transform 0.5s;transition:opacity 0.5s,transform 0.5s}.rsts-skin-default .rsts-active .rsts-caption{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1;-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.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{position:absolute;right:55px;bottom:15px;overflow:hidden;width:30px;height:30px;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.1);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;outline:none;line-height:0;text-align:center;text-decoration:none;text-indent:-9999px;-webkit-background-clip:padding;-moz-background-clip:padding;background-clip:padding-box;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAilBMVEUHBwg/QEF5enp5ensCAwQHCAhzdHUAAQEGBwh8fX37+/svMDBub3COjo9yc3NtbW709fWvsLDm5uba2trR0dEuLi6Pj4/Q0NDl5eXZ2toFBgfz8/MuLy/09PT29vb8/Pz6+vp7e3x0dXZzdHT4+Pj39/f9/v3+/v79/f3///8EBQb5+fkAAAD19fVMP6q+AAAALnRSTlOAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8hTP8QAAAJ1JREFUeNrV0lkPwiAMAOB53zrva2xOxQm0///vWZ4a1o3EN20gNPnSlFASRKVQIS2KFHPKaPvcH8St8WesXYzddVMIZn3NZ1tTZ9Y7QLa7MdfVWlgYZqk9lzML7VZPbGCdDsFekpI14GoN/fGoY6aqkbVaUvVg0lKN7v3wvcuwt/Tg5tIPRjA77I/i1dhX2dnEJnYq4vP+2a/4FX8AsSOXytKixMYAAAAASUVORK5CYII=');-webkit-box-shadow:0 0 2px rgba(0,0,0,0.1);-moz-box-shadow:0 0 2px rgba(0,0,0,0.1);box-shadow:0 0 2px rgba(0,0,0,0.1);background-position:50% 50%;-webkit-transition:opacity 0.05s linear;-moz-transition:opacity 0.05s linear;-o-transition:opacity 0.05s linear;transition:opacity 0.05s linear}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3){.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{background-image:url('data:"image/png";base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAIVBMVEWhoaE7PD15enqVlpaTk5N2d3h0dHVoaWpmZmcGBwj19fXsWX/bAAAAC3RSTlOAgICAgICAgICAgMiF55wAAAB9SURBVHja7dUxEoAgFANRFBTw/ge2YythEivHn/6VmU3XiwUOHPhPuGYf196zjLHPOi0tWsBYtICx/Zxgw4INCzYs2LBgw4INC55ZFadhN+NVbeh9jhf6mGJDgw0NNjTY0GBDgz0NXusiYDRWwGisgNHFL0Yrnwxd4MCBtd3+EosAicYyWQAAAABJRU5ErkJggg==');background-size:30px,30px}}.rsts-skin-default .rsts-prev:hover,.rsts-skin-default .rsts-next:hover,.rsts-skin-default .rsts-video-play:hover,.rsts-skin-default .rsts-video-stop:hover,.rsts-skin-default .rsts-thumbs-prev:hover,.rsts-skin-default .rsts-thumbs-next:hover{background-color:#eee;background-color:rgba(238,238,238,0.7)}.rsts-skin-default .rsts-next,.rsts-skin-default .rsts-thumbs-next{right:20px;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAkFBMVEUBAQLPz9AlJiYlJifS0tIsLS0nJyjQ0dDR0tIBAQElJSYrLC2tra39/PwFBQYFBgf6+fmBgYKCgoL9/f339vZBQULIycnIyMiCg4PR0dEmJycmJyjMzMz8/Pzl5eXj4+MCAwQGBwghIiP09PT7+/shIiL6+vrNzs7Nzc0iIyP29vb39/cHCAkAAAD////19fV/WdL3AAAAMHRSTlOAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICRnvRdAAAAnklEQVR42tXSxw7CMAwG4LL3XqUtLdRQqNPY7/92WEJVDhkSN7B8iPTpl6M4ETMAA0t/ChmwPTELe+uPGKsQKywWflYUJxn5eI9xpOsneXidp7pp3Wa+dHrGbWY6d43bLD673nR9vLsZaL5cNfoAyp0eDyRdntxp6icy+/Ei981HqVGLq3xo1GaFm4kuRb1vvp1mFNzYLrzvn/2KX/MbXNOe099MDj0AAAAASUVORK5CYII=')}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3){.rsts-skin-default .rsts-next,.rsts-skin-default .rsts-thumbs-next{background-image:url('data:"image/png";base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAHlBMVEWhoaE7PD2VlpaTk5N2d3h0dHVoaWpmZmcGBwj19fXtfGSSAAAACnRSTlOAgICAgICAgICAXdxslAAAAHxJREFUeNrt1TEOgDAMxdDSAi33vzBbPVUoZkLE+1O2/HK9KHHixH/A9fS4jnGGMfZZl6VFBzAWHcLHQD9gocFCg4UGCw0WGiw0WGjwum3qEsb7tH1xWViwsGBhwcKChQULC5Z2jRs2itHdfc+GjWB094vR+ieHLnHixK4bjyV89TB6vlgAAAAASUVORK5CYII=');background-size:30px,30px}}.rsts-skin-default .rsts-thumbs-prev,.rsts-skin-default .rsts-thumbs-next{position:absolute;top:50%;right:10px;margin-top:-15px}.rsts-skin-default .rsts-thumbs-prev{right:auto;left:10px}.rsts-skin-default.rsts-direction-y .rsts-prev{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAbFBMVEUgISLDw8MgICGUlZaIiImSk5PCwsP9/f39/PyHh4iUlJWSkpLX2NgAAQIoKSkGBwgdHR7Ly8skJSYEBAXHyMj+/v739/ciIyMhIiImJyfNzc3S0tL8/Pz7+/v29vYHCAnNzs4AAAD////19fVh+HN2AAAAJHRSTlOAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC401waAAAAiUlEQVR42uXRyQ7CMAwE0LC2QHfaQkji1sP//yNR1csEiXMlfPFI7zCWbN7JCCVmnj9i738x2hbMpHPTzCAmfag+XyAmrWt2QzqV5URuSLWqdHXmsDMRbFHYuPbnkPBw0rtaBzgbw21IWPKjdg6xxHV68ZJ2j9mhXyrRX/34fblgLQyQLf57S/wBI9V2nx3O9QoAAAAASUVORK5CYII=')}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3){.rsts-skin-default.rsts-direction-y .rsts-prev{background-image:url('data:"image/png";base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAG1BMVEWjpKQ5OTqVlpaTk5NmZmdoaWp2d3gGBwj19fXoTOf7AAAACXRSTlOAgICAgICAgIC7HeZcAAAAeUlEQVR42u3UMQ6AMAzF0A8BmvufGHVpyOIOFRJI8f5WyxcqXLhw4U9jLeCznYzRNtYi2zsIs2UttqzFlrXYshZb1mLLWmg31iJ7+YVaaJ210GY9x/awWdsc+z5s1uaEQ4cNbY449LChzQFn3W3S9qsBFi5cuPDr+AYQcW8C6kiUiAAAAABJRU5ErkJggg==');background-size:30px,30px}}.rsts-skin-default.rsts-direction-y .rsts-next{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAbFBMVEUwMTKKi4suLzAGBwja2trR0dEwMDEuLi/Q0NDZ2dmJiYp7e3x6e3t/gIEAAQL09PTn5+f6+vr8/Px0dHVwcHH8/f329vYFBgdzdHT+/v79/v339/f9/f3///90dXb4+Pj5+fkEBQYAAAD19fUC5l8BAAAAJHRSTlOAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC401waAAAAnElEQVR42uXSyQ4CIQwG4HEddRZmZUSEQnn/d7RkSAi4HI2Jf6AlfIceoHCOMcccrTXcMR5OtInf5k/YyLVL84qHjoHvwLrhmdW+0AJIhT6eVc79YYtYCQBRIZanPmO1QWuxVqr2/aIylqD9fdP4OoLMZ5sb+dK2i8Xr3cTZie+CRk49aOTUcSRNOfo8TXPUnB1QPj0J5z/5Hb7OD7UPdeTEuFeXAAAAAElFTkSuQmCC')}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3){.rsts-skin-default.rsts-direction-y .rsts-next{background-image:url('data:"image/png";base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAG1BMVEWjpKQ5OTqVlpaTk5NmZmdoaWp2d3gGBwj19fXoTOf7AAAACXRSTlOAgICAgICAgIC7HeZcAAAAg0lEQVR42u3UMQ6EMAxE0WVDYu5/YhpLXzBSRkAF8i9tvXZ+24MKFy5c+HP4P06H0RzGRoyjjWgOY1Nj0YLFpsaip7hFNrBog3ug02brDKsWK3imxQqe6EWsxWi1HqOxHqONBTuN9RiN9Vg11mPVWI9V99tL0rEe6/dVA1i4cOHCl9oBak1vAkBKLfwAAAAASUVORK5CYII=');background-size:30px,30px}}.rsts-skin-default.rsts-video-playing .rsts-nav,.rsts-skin-default.rsts-video-playing .rsts-prev,.rsts-skin-default.rsts-video-playing .rsts-next{display:none}.rsts-skin-default.rsts-video-playing .rsts-nav-thumbs{display:block}.rsts-skin-default.rsts-touch .rsts-nav-numbers,.rsts-skin-default.rsts-touch .rsts-nav-tabs{display:none}.rsts-skin-default .rsts-nav{position:absolute;right:95px;bottom:12px;left:10px;text-align:right}.rsts-skin-default .rsts-nav ul{margin:0 !important;padding:0 !important}.rsts-skin-default .rsts-nav li{display:inline}.rsts-skin-default .rsts-nav-numbers a,.rsts-skin-default .rsts-nav-tabs a{display:inline-block;height:30px;min-width:30px;padding:0.65em 0.5em 0.5em;margin:0 2px 3px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;outline:none;font-size:12px;text-align:center;text-decoration:none;color:#fff;background-color:#555;background-color:rgba(85,85,85,0.6);-webkit-background-clip:padding;-moz-background-clip:padding;background-clip:padding-box;-webkit-box-shadow:0 0 2px rgba(0,0,0,0.2);-moz-box-shadow:0 0 2px rgba(0,0,0,0.2);box-shadow:0 0 2px rgba(0,0,0,0.2);filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;-webkit-transition:opacity 0.2s ease-in;-moz-transition:opacity 0.2s ease-in;-o-transition:opacity 0.2s ease-in;transition:opacity 0.2s ease-in}.rsts-skin-default .rsts-nav-numbers a:hover,.rsts-skin-default .rsts-nav-numbers a.active,.rsts-skin-default .rsts-nav-tabs a:hover,.rsts-skin-default .rsts-nav-tabs a.active{color:#333;background-color:#fff;background-color:rgba(255,255,255,0.5)}.rsts-skin-default:hover .rsts-nav-numbers a,.rsts-skin-default:hover .rsts-nav-tabs a{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.rsts-skin-default .rsts-nav-bullets{line-height:0}.rsts-skin-default .rsts-nav-bullets a{display:inline-block;width:9px;height:9px;overflow:hidden;margin:12px 4px;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;outline:none;text-align:left;text-indent:-999px;background-color:#fff;background-color:rgba(255,255,255,0.8);-webkit-background-clip:padding;-moz-background-clip:padding;background-clip:padding-box;-webkit-box-shadow:0 0 2px #777;-moz-box-shadow:0 0 2px #777;box-shadow:0 0 2px #777}.rsts-skin-default .rsts-nav-bullets a:hover,.rsts-skin-default .rsts-nav-bullets a.active{background-color:#777;-webkit-box-shadow:inset 0 2px 0 -1px rgba(255,255,255,0.5),inset 0 -2px 0 -1px rgba(0,0,0,0.3),0 0 0 1px #555;-moz-box-shadow:inset 0 2px 0 -1px rgba(255,255,255,0.5),inset 0 -2px 0 -1px rgba(0,0,0,0.3),0 0 0 1px #555;box-shadow:inset 0 2px 0 -1px rgba(255,255,255,0.5),inset 0 -2px 0 -1px rgba(0,0,0,0.3),0 0 0 1px #555}.rsts-skin-default .rsts-nav-thumbs{position:static;padding-top:5px}.rsts-skin-default .rsts-nav .rsts-nav-prev,.rsts-skin-default .rsts-nav .rsts-nav-next{display:none}.rsts-skin-default .rsts-video-play{top:50%;right:auto;bottom:auto;left:50%;width:64px;height:64px;margin:-32px 0 0 -32px;border:none;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAABGCAMAAABG8BK2AAAAb1BMVEU4ODgGBgbx8fGurq7i4uIODg5QUFD7+/vBwcEUFBQYGBggICC1tbXNzc0JCQkVFRWsrKwTExPExMTS0tImJibv7+9KSkozMzP4+PhYWFj+/v6Dg4MDAwPl5eVycnKenp4MDAza2toPDw////8AAACZ5/RyAAAAJXRSTlOAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAwmBGiwAAALNJREFUeNrt1kcOwkAQRFFyxsYmBxtDc/8zIrGpA/xaWKhnO9KT5ncvZvCxnGSSSSaZv2GK0sIsFzMHM53MWwPzfkU8OwsT9cHCRHOyMHFpLYwCIUaBEKNAiFEgxCgQYhSIMQrEGAXijAJxJrZrC7NZGZjb/WF41PHqSLw/Owa+q9D6KQthlAUwykIYZSGMsiBGWRCjLIhRFsQoC2Ga0S8LZMqx7gAzLPr0aUsmmWSS6SXzBf8cqwAv1zglAAAAAElFTkSuQmCC')}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3){.rsts-skin-default .rsts-video-play{background-image:url('data:"image/png";base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMCAMAAACZHrEMAAAARVBMVEUJCQlOTk4nJyddXV1gYGD29vbh4eGTk5PAwMA2NjYYGBgGBga3t7dUVFQtLS0SEhKHh4fb29sDAwPz8/NaWlr///8AAACZTZFgAAAAF3RSTlOAgICAgICAgICAgICAgICAgICAgICAgCZn8kAAAAFfSURBVHja7dpZUsMwFAVR5gDRLMT+l8r1Cqjih/5oLyB1kurYlp4evkGXGDFixIgRI0aMGDFixIgRI0aMGDFifseQvsBfPvjrdgdhzvsnCHPePkCY8/oCwpxzu4MwCQeESTggTMIBYa5wQJiEA8IkHBAm4YAwVzggTMIBYRIOCJNwQJgrHBAm4YAwCQeESTggzBUOCJNwQJiEA8IkHBDmCgeESTggTMIBYRIOCHOFA8IkHBAm4YAw5/UZhDn7iYOZjfPLlM5pZizMv2lXzk1vNs4duHTOs2kszFN7V87L1WycN73SOe/AY2FWB7tyFnGzcVaUpXPW2mNhdiF25WwWzcbZuSqds6c3Fma3c1fOpvRsnB3y0jmzg7EwU5VdOcOv2TiTuNI5M8qxMNPbXTlD9tk4E//SOWchxsKcEnmsoMM8qGNOYsRgLjFixIgRI0aMGDFixIgRI0aMGDH/e/0Ai4OJ2+ZcrkwAAAAASUVORK5CYII=');background-size:70px,70px}}.rsts-skin-default .rsts-video-stop{top:20px;right:20px;left:auto;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAbFBMVEWnp6dOTk7x8fHv7+9HR0fw8PDu7u7e3t5NTU3f398UFBQTExP4+PhLS0tvb29xcXH09PRJSUn39/fn5+cWFhampqb29vZISEhMTExLS0ukpKT////r6+sAAAD///8AAABKSkr19fUAAAD///8df9PJAAAAJHRSTlN6e35+e35+e3t7fX1/fHl5fXt/e315fnt7e3p/foGBfnt9gIDdofLFAAAAk0lEQVR42u2SSQ7DIAxF03nKPBEC2Ni9/x3jsMXqsuqiljxITx/8EcX7Y/wxuOmUhmPhIMdlg4akzxGbMscrBu4IyHLANce+Ymb7WKRWPsdyqpCnZJzVzUmUEgvpxmAYA4dxAB3TIanvupqisJdkRwr2O403K9V43bdpgaLuu6/x3KY7sO7VN7+m4TI5+K3v8H28AYM7doAzbo6MAAAAAElFTkSuQmCC')}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3){.rsts-skin-default .rsts-video-stop{background-image:url('data:"image/png";base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAALVBMVEXo6OjGxsZjY2PKysq3t7ewsLCOjo7f39+Pj4/l5eVfX19hYWHj4+NRUVH///80A/15AAAAD3RSTlOGkL2PlZemiKWHvr2HyICcCOzTAAAAv0lEQVR42u3VSQ7DIAxA0bRJSBjs+x83mzYfNnatLqpKeM0THmRY9IuYeOKJJ7bwlsdTWwCfUpsS+Smni7EipfVW5PQwtte5iqAdvIvcGiuy25gs0e1ta7YwuqJ76+NRr6P1MbkSTM7HaKyP0QXK1HyMxgaxrjde1cBe1TV4MzZeMxYdm7OvF9OWR7H0YtpDG/ojnDurnc6hfT7Iw9tnImE7ney00bdFJ3Uw+mXpQoq822Nv8/Yf383EE0/8G3wBfh3Bcn7dsMIAAAAASUVORK5CYII=');background-size:30px,30px}}.rsts-skin-default .rsts-video-youtube>.rsts-video-stop{top:25px}.rsts-skin-default .rsts-video-vimeo>.rsts-video-stop{top:10px;right:auto;left:10px}.rsts-skin-default .rsts-video-ipad>.rsts-video-iframe{padding-top:32px;background-color:#000}.rsts-skin-default .rsts-video-ipad>.rsts-video-stop{top:1px;right:1px;left:auto}.rsts-skin-default .rsts-progress{position:absolute;top:0;right:0;width:100%;height:2px;background-color:#000;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;-webkit-transition:opacity 0.2s linear;-moz-transition:opacity 0.2s linear;-o-transition:opacity 0.2s linear;transition:opacity 0.2s linear}.rsts-skin-default .rsts-progress div{height:100%;background-color:#fff}.rsts-skin-default .rsts-progress.rsts-progress-active{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=30);opacity:0.3}.rsts-skin-default .rsts-thumbs-slide{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);opacity:0.8}.rsts-skin-default .rsts-thumbs-slide.rsts-thumbs-active-thumb{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}

.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}
body {
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  color: #404040;
  font-weight: 300;
}
@media only screen AND (max-width: 1200px) {
  body {
    font-size: 16px;
  }
}
.stellenangebote_list .head {
  background: #cb1517;
  padding: 15px;
  color: white;
  font-size: 150%;
  width: calc(100% - 4px);
  margin: 2px;
  box-sizing: border-box;
  margin-bottom: 1px;
}
.stellenangebote_list .col-md-6 {
  display: block;
  width: calc(50% - 4px);
  float: left;
  margin: 2px;
  padding: 10px 15px;
  box-sizing: border-box;
}
.stellenangebote_list .col-md-6.ort {
  color: #404040;
}
@media only screen AND (max-width: 870px) {
  .stellenangebote_list .col-md-6.ort {
    padding-top: 0;
  }
}
@media only screen AND (max-width: 870px) {
  .stellenangebote_list .col-md-6 {
    width: 100%;
    margin: 0;
  }
}
.stellenangebote_list .head_mobil {
  display: none;
}
@media only screen AND (max-width: 870px) {
  .stellenangebote_list .head2 {
    display: none;
  }
}
.stellenangebote_list .head2 div {
  background: #3a3a3a;
  padding: 9px 15px;
  color: white;
  box-sizing: border-box;
  margin-bottom: 4px;
}
.stellenangebote_list a {
  display: block;
}
.stellenangebote_list a:nth-of-type(even) {
  background: #e9e9e9;
}
.stellenangebote_list a .col-md-6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}
.stellenangebote_list a:hover {
  background: #cb1517;
  color: white;
}
.stellenangebote_list a:hover .ort {
  color: white;
}
h1 {
  font-weight: 200;
  font-size: 35px;
}
@media only screen AND (max-width: 870px) {
  h1 {
    font-size: 26px;
  }
}
a {
  color: #cb1517;
}
.justmobile {
  display: none;
}
@media only screen AND (max-width: 1200px) {
  .justmobile {
    display: block;
  }
}
@media only screen AND (max-width: 1200px) {
  .nomobile {
    display: none;
  }
}
#header {
  height: 170px;
  width: 1200px;
  margin: 0 auto;
  padding-top: 20px;
  position: relative;
}
@media only screen AND (max-width: 1200px) {
  #header {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    padding-bottom: 20px;
    height: auto;
  }
}
#header #EFRE {
  position: absolute;
  right: 0;
  top: 10px;
}
@media only screen AND (max-width: 870px) {
  #header #EFRE {
    display: none;
  }
}
#header #ESF {
  position: absolute;
  right: 0;
  top: 80px;
}
@media only screen AND (max-width: 870px) {
  #header #ESF {
    display: none;
  }
}
#Navigation {
  background: #f6f6f6;
  height: 80px;
  z-index: 1000 !important;
  position: relative;
}
@media only screen AND (max-width: 1200px) {
  #Navigation {
    height: 60px;
  }
}
@media only screen AND (max-width: 870px) {
  #Navigation {
    height: auto;
    padding-bottom: 5px;
  }
}
#Navigation #linkmobile {
  display: none;
  padding-left: 40px;
  margin-left: 20px;
  background: url('../../files/IGS/img/mobilemenu.png') 0 15px no-repeat;
  background-size: 30px;
  padding-top: 18px;
  text-decoration: none;
  padding-bottom: 10px;
}
@media only screen AND (max-width: 1200px) {
  #Navigation #linkmobile {
    display: block;
  }
}
#Navigation #mainnav {
  width: 1200px;
  margin: 0 auto;
  text-transform: uppercase;
}
@media only screen AND (max-width: 1200px) {
  #Navigation #mainnav {
    display: none;
  }
}
#Navigation #mainnav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#Navigation #mainnav ul li a,
#Navigation #mainnav ul li span {
  display: block;
  float: left;
  height: 80px;
  padding: 27px 25px;
  box-sizing: border-box;
  color: #404040;
  text-decoration: none;
  position: relative;
}
#Navigation #mainnav ul li span,
#Navigation #mainnav ul li a.trail,
#Navigation #mainnav ul li a:hover {
  border-bottom: 2px solid #cb1517;
}
@media only screen AND (max-width: 1200px) {
  #Navigation #mainnav {
    width: 100%;
  }
}
#slider_mobile {
  display: none;
}
@media only screen AND (max-width: 1200px) {
  #slider_mobile {
    display: block;
  }
}
@media only screen AND (max-width: 1200px) {
  #slider_parallax {
    display: none;
  }
}
#Slider {
  width: 100%;
}
#Slider .mod_rocksolid_slider {
  height: 550px;
}
@media only screen AND (max-width: 1200px) {
  #Slider .mod_rocksolid_slider {
    height: 400px;
  }
}
#Trenner {
  background: #3a3a3a;
  padding: 10px 0;
}
#Trenner .inside {
  text-align: center;
  margin: 0 auto;
  width: 1200px;
  color: white;
  text-transform: uppercase;
  font-size: 140%;
}
@media only screen AND (max-width: 1200px) {
  #Trenner .inside {
    width: 100%;
  }
}
@media only screen AND (max-width: 870px) {
  #Trenner .inside {
    font-size: 100%;
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
#Boxen {
  height: 550px;
  overflow: hidden;
}
@media only screen AND (max-width: 870px) {
  #Boxen {
    height: auto;
  }
}
#Boxen h1 {
  margin-top: 0;
}
@media only screen AND (max-width: 1200px) {
  #Boxen h1 {
    font-size: 27px;
  }
}
#Boxen a {
  display: inline-block;
  border: 1px solid #cb1517;
  color: #cb1517;
  text-decoration: none;
  text-transform: uppercase;
  padding: 20px 30px;
  margin-top: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#Boxen a:after {
  content: '';
  z-index: 0;
  background: #3a3a3a;
  color: white;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -100px;
  transition: 0.5s all ease;
  content: "erfahren Sie mehr";
  padding: 20px 30px;
  box-sizing: border-box;
}
#Boxen a:hover:after {
  bottom: 0;
}
#Boxen #box_start_left {
  width: 50%;
  float: left;
  height: 550px;
}
@media only screen AND (max-width: 870px) {
  #Boxen #box_start_left {
    width: 100%;
    height: 300px;
  }
}
#Boxen #box_start_left .image_container {
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
}
#Boxen #box_start_right {
  width: 50%;
  background: #f6f6f6;
  float: left;
  height: 550px;
  padding: 60px 80px;
  box-sizing: border-box;
}
@media only screen AND (max-width: 1200px) {
  #Boxen #box_start_right {
    padding: 40px 60px;
  }
}
@media only screen AND (max-width: 870px) {
  #Boxen #box_start_right {
    width: 100%;
    padding: 30px 20px;
    padding-bottom: 20px;
    height: auto;
  }
}
.parallaxParent {
  height: 600px;
  overflow: hidden;
}
.parallaxParent > * {
  height: 200%;
  position: relative;
  top: -80%;
}
#container {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}
@media only screen AND (max-width: 1200px) {
  #container {
    width: 100%;
    padding: 20px 20px;
    box-sizing: border-box;
  }
}
@media only screen AND (max-width: 870px) {
  #container {
    padding: 20px 20px;
    box-sizing: border-box;
  }
}
#container #main ul {
  list-style-type: none;
}
#container #main ul li {
  background: url("../../files/IGS/img/li.png") no-repeat 0px 10px;
  padding: 0 0 0 20px;
}
#container #main .ce_galerie ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#container #main .ce_galerie ul li {
  background: none;
  padding: 0;
}
.referenzen_box .headline {
  display: table;
  width: 100%;
  height: 60px;
}
.referenzen_box .headline h2 {
  display: table-cell;
  vertical-align: middle;
  font-size: 15px;
  position: relative;
  text-transform: uppercase;
  text-align: center;
}
.referenzen_box .image_container {
  width: 220px;
  height: 120px;
  overflow: hidden;
}
@media only screen AND (max-width: 1200px) {
  .referenzen_box .image_container {
    width: 100%;
    height: 200px;
  }
}
.referenzen_box .image_container img {
  transition: 0.5s all ease;
}
.referenzen_box .image_container img:hover {
  transform: scale(1.2);
}
.leistungen_box .headline {
  display: table;
  width: 100%;
}
.leistungen_box .headline h2 {
  display: table-cell;
  vertical-align: middle;
  font-size: 15px;
  position: relative;
  text-transform: uppercase;
}
.leistungen_box .headline .icon {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: auto;
  margin-right: 10px;
}
.leistungen_box .text {
  margin-top: -10px;
}
.rs-column {
  margin-top: 30px !important;
}
#footer {
  height: 600px;
  background: #3a3a3a url('../../files/IGS/img/gansloser_karte.png') right bottom no-repeat;
  padding: 60px 0;
  box-sizing: border-box;
  font-size: 90%;
}
@media only screen AND (max-width: 1200px) {
  #footer {
    background: #3a3a3a url('../../files/IGS/img/gansloser_karte.png') -600px bottom no-repeat;
  }
}
#footer .inside {
  width: 1200px;
  margin: 0 auto;
  color: white;
}
@media only screen AND (max-width: 1200px) {
  #footer .inside {
    width: 100%;
    padding-left: 20px;
    box-sizing: border-box;
  }
}
#footer .inside a {
  color: white;
}
#subnav {
  margin-top: 20px;
}
@media only screen AND (max-width: 1200px) {
  #subnav {
    display: none;
  }
}
#subnav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  transition: 0.5s all ease;
}
#subnav ul li {
  transition: 0.5s all ease;
}
#subnav ul li a,
#subnav ul li span {
  position: relative;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #878787;
  padding: 15px 0px;
  transition: 0.5s all ease;
  padding-right: 50px;
}
#subnav ul li a:before,
#subnav ul li span:before {
  position: absolute;
  content: '';
  background: url('../../files/IGS/img/play.png') no-repeat;
  width: 35px;
  height: 35px;
  background-size: 28px;
  transition: 0.5s all ease;
  left: 50%;
  opacity: 0;
}
#subnav ul li a:hover,
#subnav ul li span:hover {
  padding-left: 50px;
  padding-right: 0px;
  color: #404040;
  font-weight: bold;
}
#subnav ul li a:hover:before,
#subnav ul li span:hover:before {
  left: 0;
  top: 15px;
  opacity: 1;
}
#subnav ul li span {
  font-weight: bold;
  padding-left: 50px;
  color: #404040;
}
#subnav ul li span:before {
  left: 0;
  top: 15px;
  opacity: 1;
}
#subnav ul li:last-child a,
#subnav ul li:last-child span {
  border-bottom: none;
}
body.page_referenzen li.page_zuruebersicht {
  display: none !important;
}
.zweispaltig #main {
  width: 850px;
}
@media only screen AND (max-width: 1200px) {
  .zweispaltig #main {
    width: 100%;
  }
}
.zweispaltig #main .inside {
  margin-right: 70px;
}
@media only screen AND (max-width: 1200px) {
  .zweispaltig #main .inside {
    margin-right: 0px;
  }
}
.zweispaltig #right {
  width: 350px;
  margin-right: 0;
}
@media only screen AND (max-width: 1200px) {
  .zweispaltig #right {
    width: 100%;
  }
}
.zweispaltig #Trenner {
  padding: 5px 0;
}
.einspaltig #Trenner {
  padding: 5px 0;
}
.einspaltig #Navigation,
.zweispaltig #Navigation {
  border-bottom: 1px solid #3a3a3a;
}
.einspaltig #main h1,
.zweispaltig #main h1 {
  border-bottom: 1px solid #3a3a3a;
  margin-bottom: 0;
}
.page-image-container {
  height: 300px;
}
@media only screen AND (max-width: 1200px) {
  .page-image-container {
    height: auto;
  }
}
.page-image-container div {
  height: 100%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media only screen AND (max-width: 1200px) {
  .page-image-container div {
    display: none;
  }
}
#standorte_karte {
  width: calc(50% - 10px);
  padding-left: 10px;
  float: left;
}
@media only screen AND (max-width: 870px) {
  #standorte_karte {
    width: calc(100% - 20px);
    margin-bottom: 10px;
  }
}
#standorte_right {
  width: calc(50% - 10px);
  padding-right: 10px;
  float: left;
}
@media only screen AND (max-width: 870px) {
  #standorte_right {
    width: calc(100% - 10px);
  }
}
#standorte_right > div {
  padding: 10px 20px;
  box-sizing: border-box;
  font-size: 80%;
  background: #f6f6f6;
  width: calc(33.33% - 10px);
  margin-left: 10px;
  margin-bottom: 10px;
  float: left;
  transition: 0.5s all ease;
  height: 200px;
}
#standorte_right > div .routinglink {
  display: none;
}
#standorte_right > div:hover {
  background: #cb1517;
  color: white;
}
@media only screen AND (max-width: 1200px) {
  #standorte_right > div {
    width: calc(50% - 10px);
  }
}
@media only screen AND (max-width: 550px) {
  #standorte_right > div {
    width: calc(100% - 10px);
  }
}
.dlh_googlemap {
  width: 100% !important;
  height: 1460px !important;
}
@media only screen AND (max-width: 1200px) {
  .dlh_googlemap {
    height: 2300px !important;
  }
}
@media only screen AND (max-width: 870px) {
  .dlh_googlemap {
    height: 600px !important;
  }
}
.container_fullwidth #container {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 0px;
}
#bairleMedia {
  margin-top: 100px;
  background: #3a3a3a;
  color: white;
  border-radius: 10px;
  text-align: center;
  font-size: 16px;
  padding: 20px 0;
  border: 1px solid #3a3a3a;
}
#bairleMedia .image_container {
  background: white;
}
#bairleMedia h2 {
  font-size: 18px;
  font-weight: 300;
  margin-top: 0;
}
.layout_latest {
  height: 230px;
}
.referenzen_list,
.layout_latest,
.stellenangebot {
  border: 1px solid #bababa;
  background: #f6f6f6;
  margin-top: 30px;
  margin-bottom: 20px;
  overflow: hidden;
  transition: 1s all ease;
  height: auto;
}
@media only screen AND (max-width: 1200px) {
  .referenzen_list,
  .layout_latest,
  .stellenangebot {
    height: auto;
  }
}
@media only screen AND (max-width: 870px) {
  .referenzen_list,
  .layout_latest,
  .stellenangebot {
    height: auto;
  }
}
@media only screen AND (max-width: 550px) {
  .referenzen_list,
  .layout_latest,
  .stellenangebot {
    height: auto;
  }
}
.referenzen_list .info,
.layout_latest .info,
.stellenangebot .info {
  margin-top: 5px;
}
.referenzen_list .image_container,
.layout_latest .image_container,
.stellenangebot .image_container {
  width: 200px;
  float: left;
  position: relative;
  overflow: hidden;
  height: 200px;
}
@media only screen AND (max-width: 1200px) {
  .referenzen_list .image_container,
  .layout_latest .image_container,
  .stellenangebot .image_container {
    width: 180px;
  }
}
@media only screen AND (max-width: 550px) {
  .referenzen_list .image_container,
  .layout_latest .image_container,
  .stellenangebot .image_container {
    width: 100%;
    text-align: center;
    float: none;
    height: 230px;
    overflow: hidden !important;
    position: relative;
  }
}
.referenzen_list .image_container img,
.layout_latest .image_container img,
.stellenangebot .image_container img {
  position: absolute;
  transition: 0.5s all ease;
  height: auto;
}
@media only screen AND (max-width: 550px) {
  .referenzen_list .image_container img,
  .layout_latest .image_container img,
  .stellenangebot .image_container img {
    width: 100%;
    display: block;
    margin: 0 auto;
    position: absolute;
  }
}
.referenzen_list .image_container img:hover,
.layout_latest .image_container img:hover,
.stellenangebot .image_container img:hover {
  transform: scale(1.2);
}
.referenzen_list .content,
.layout_latest .content,
.stellenangebot .content {
  float: left;
  margin: 20px 20px 20px 40px;
  width: 510px;
}
@media only screen AND (max-width: 1200px) {
  .referenzen_list .content,
  .layout_latest .content,
  .stellenangebot .content {
    width: 330px;
  }
}
@media only screen AND (max-width: 870px) {
  .referenzen_list .content,
  .layout_latest .content,
  .stellenangebot .content {
    margin: 20px 20px 20px 20px;
    width: calc(100% - 220px);
  }
}
@media only screen AND (max-width: 550px) {
  .referenzen_list .content,
  .layout_latest .content,
  .stellenangebot .content {
    width: calc(100% - 40px);
  }
}
.referenzen_list .content h1,
.layout_latest .content h1,
.stellenangebot .content h1 {
  line-height: 28px;
  font-weight: 300;
  margin-bottom: 10px !important;
}
@media only screen AND (max-width: 870px) {
  .referenzen_list .content h1,
  .layout_latest .content h1,
  .stellenangebot .content h1 {
    margin-bottom: 2px !important;
  }
}
.referenzen_list .content h1,
.referenzen_list .content h2,
.layout_latest .content h1,
.layout_latest .content h2,
.stellenangebot .content h1,
.stellenangebot .content h2 {
  border-bottom: none !important;
  font-size: 22px;
  margin-top: 0;
}
@media only screen AND (max-width: 550px) {
  .referenzen_list .content h1,
  .referenzen_list .content h2,
  .layout_latest .content h1,
  .layout_latest .content h2,
  .stellenangebot .content h1,
  .stellenangebot .content h2 {
    font-size: 17px;
  }
}
.referenzen_list .content .zeile,
.layout_latest .content .zeile,
.stellenangebot .content .zeile {
  border-top: 1px solid #bababa;
  padding: 5px 0;
}
.referenzen_list .content .zeile .left,
.layout_latest .content .zeile .left,
.stellenangebot .content .zeile .left {
  width: 140px;
  float: left;
}
@media only screen AND (max-width: 870px) {
  .referenzen_list .content .zeile .left,
  .layout_latest .content .zeile .left,
  .stellenangebot .content .zeile .left {
    width: 100%;
  }
}
.referenzen_list .content .zeile p,
.layout_latest .content .zeile p,
.stellenangebot .content .zeile p {
  margin-top: 0;
}
.referenzen_list .content .zeile .right,
.layout_latest .content .zeile .right,
.stellenangebot .content .zeile .right {
  width: 410px;
  float: left;
}
@media only screen AND (max-width: 870px) {
  .referenzen_list .content .zeile .right,
  .layout_latest .content .zeile .right,
  .stellenangebot .content .zeile .right {
    width: 100%;
  }
}
.referenzen_list .content .zeile .right p:first-child,
.layout_latest .content .zeile .right p:first-child,
.stellenangebot .content .zeile .right p:first-child {
  margin-top: 0;
}
@media only screen AND (max-width: 870px) {
  .referenzen_list .content .teaser,
  .layout_latest .content .teaser,
  .stellenangebot .content .teaser {
    display: none;
  }
}
@media only screen AND (max-width: 870px) {
  .referenzen_list .content .info,
  .layout_latest .content .info,
  .stellenangebot .content .info {
    margin-bottom: 3px;
  }
}
@media only screen AND (max-width: 870px) {
  .referenzen_list .content .more,
  .layout_latest .content .more,
  .stellenangebot .content .more {
    margin-top: 3px;
  }
}
.referenzen_list.single {
  height: auto;
  background: none;
  border: none;
}
.referenzen_list.single .zeile {
  padding: 15px 0;
}
.referenzen_list.single .content {
  margin-top: 0;
  width: 440px;
}
@media only screen AND (max-width: 870px) {
  .referenzen_list.single .content {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
}
.referenzen_list.noimage .content {
  width: calc(100% - 40px);
  margin-left: 20px;
}
.referenzen_list.single.noimage .content {
  width: calc(100% - 40px);
  margin-left: 0px;
}
.stellenangebot {
  width: calc(50% - 30px);
  height: 190px;
  float: left;
  margin-right: 28px;
  margin-top: 10px;
}
@media only screen AND (max-width: 1200px) {
  .stellenangebot {
    width: 100%;
    box-sizing: border-box;
  }
}
@media only screen AND (max-width: 870px) {
  .stellenangebot {
    height: auto;
  }
}
.stellenangebot .image_container {
  width: 200px;
  margin-right: 20px;
  height: 190px;
}
@media only screen AND (max-width: 870px) {
  .stellenangebot .image_container {
    width: 100%;
    box-sizing: border-box;
    height: 200px;
    margin-right: 0;
  }
}
.stellenangebot .content {
  width: 330px;
  float: left;
  margin: 0;
  margin-top: 15px;
}
@media only screen AND (max-width: 870px) {
  .stellenangebot .content {
    width: 100%;
    box-sizing: border-box;
    height: auto;
    margin-right: 0;
    padding: 20px;
  }
}
.stellenangebot .content h2 {
  margin-top: 10px;
  font-size: 17px;
}
.stellenangebot.small {
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  font-size: 15px;
  padding-bottom: 10px;
  height: auto;
  margin-top: 0;
}
.stellenangebot.small h2 {
  font-size: 17px;
}
#lightgallery_cont {
  float: left;
  width: 280px;
}
#lightgallery_cont a {
  display: block;
}
#lightgallery_cont .image_container {
  position: relative;
  overflow: hidden;
  width: 279px;
  height: 230px;
  background-size: 280px;
  background-position: center center;
  background-repeat: no-repeat;
  transition: 1s ease all;
  cursor: pointer;
}
#lightgallery_cont .image_container .referenz_img {
  width: 279px;
  position: absolute;
  transition: 1s ease all;
}
#lightgallery_cont .image_container .transparenz2,
#lightgallery_cont .image_container .showmore {
  border: none;
  opacity: 0;
  background: black;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 2;
  transition: 0.2s all ease;
  margin: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
#lightgallery_cont .image_container .transparenz2 {
  background: #cb1517;
  transition: 0.4s all ease;
}
#lightgallery_cont .image_container .showmore {
  background: url('../../files/IGS/img/more.png') 50% center no-repeat;
  z-index: 3;
  transition: 1.0s ease all;
  -webkit-transform: scale(0);
  transform: scale(0);
}
#lightgallery_cont .image_container.thumbs {
  width: 139px;
  height: 114px;
  float: left;
  margin: 1px 1px 0 0;
}
#lightgallery_cont .image_container:after {
  position: absolute;
  content: "";
  background: transparent;
  width: 100%;
  height: 100%;
}
#lightgallery_cont .image_container:hover .referenz_img {
  transform: scale(1.1);
}
#lightgallery_cont .image_container:hover .transparenz {
  opacity: 0.2;
  -webkit-transform: scale(1);
  transform: scale(1);
}
#lightgallery_cont .image_container:hover .transparenz2 {
  opacity: 0.6;
  -webkit-transform: scale(1);
  transform: scale(1);
}
#lightgallery_cont .image_container:hover .showmore {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.ce_form .widget {
  width: 731px;
}
@media only screen AND (max-width: 870px) {
  .ce_form .widget {
    width: 100%;
  }
}
.ce_form .widget input {
  width: 100%;
  padding: 7px;
  box-sizing: border-box;
  margin: 0;
  margin-bottom: 6px;
  background: #f6f6f6;
  border: 1px solid #bababa;
}
.ce_form .widget.halb {
  display: inline-block;
  width: 362px;
  margin-right: 3px;
}
@media only screen AND (max-width: 870px) {
  .ce_form .widget.halb {
    width: 100%;
    margin-right: 0px;
  }
}
.ce_form .widget-upload label {
  width: 140px;
  display: inline-block;
}
.ce_form input.halb {
  width: 100%;
}
.ce_form .widget-headline {
  font-size: 30px;
  border-bottom: 1px solid ;
  padding-bottom: 15px;
  margin-bottom: 15px;
  margin-top: 30px;
}
.ce_form .widget-headline p {
  padding: 0;
  margin: 0;
}
.ce_form .widget-upload input {
  width: 50%;
}
.ce_form .submit {
  margin-top: 30px;
  border: none;
  color: white;
  background: #cb1517;
  padding: 10px 45px;
}
.ce_form .submit:hover {
  cursor: pointer;
  background: #9d1012;
}
@media only screen AND (max-width: 870px) {
  .stellenangebot_single h1 {
    word-wrap: break-word;
  }
}
.stellenangebot_single .image_container,
.stellenangebot_single .content {
  float: left;
  width: 250px;
}
@media only screen AND (max-width: 870px) {
  .stellenangebot_single .image_container,
  .stellenangebot_single .content {
    width: 100%;
    box-sizing: border-box;
  }
}
.stellenangebot_single .content {
  margin-left: 40px;
  width: 480px;
}
@media only screen AND (max-width: 870px) {
  .stellenangebot_single .content {
    width: 100%;
    box-sizing: border-box;
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 50px;
  }
}
.layout_latest.archiv {
  margin-top: 20px;
  padding: 20px;
}
.layout_latest.archiv .kalenderblatt {
  width: 120px;
  height: 140px;
  background: white;
  float: left;
  margin-right: 40px;
  border: 1px solid rgba(0,0,0,0.3);
  border-top: 10px solid #cb1517;
  text-align: center;
}
@media only screen AND (max-width: 870px) {
  .layout_latest.archiv .kalenderblatt {
    width: 100px;
    height: 140px;
  }
}
@media only screen AND (max-width: 550px) {
  .layout_latest.archiv .kalenderblatt {
    width: 100%;
    height: auto;
    text-align: left;
    box-sizing: border-box;
    border-top: 2px solid rgba(0,0,0,0.7);
    padding: 10px 20px;
  }
}
.layout_latest.archiv .kalenderblatt .month {
  text-transform: uppercase;
  margin: 20px 0;
  margin-bottom: 0;
}
@media only screen AND (max-width: 550px) {
  .layout_latest.archiv .kalenderblatt .month {
    display: inline;
    font-size: 30px;
  }
  .layout_latest.archiv .kalenderblatt .month:after {
    content: ', ';
  }
}
.layout_latest.archiv .kalenderblatt .day {
  font-weight: 700;
  color: #cb1517;
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 44px;
}
@media only screen AND (max-width: 550px) {
  .layout_latest.archiv .kalenderblatt .day {
    display: inline;
    font-size: 30px;
  }
  .layout_latest.archiv .kalenderblatt .day:after {
    content: '  ';
  }
}
.layout_latest.archiv .kalenderblatt .year {
  margin-top: 0;
  font-size: 120%;
}
@media only screen AND (max-width: 550px) {
  .layout_latest.archiv .kalenderblatt .year {
    display: inline;
    font-size: 20px;
  }
}
.layout_latest.archiv .content {
  float: left;
  width: calc(100% - 280px);
  margin-left: 0;
}
@media only screen AND (max-width: 550px) {
  .layout_latest.archiv .content {
    width: calc(100% - 42px);
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 40px;
  }
}
.layout_latest.archiv .content.with_image {
  width: calc(100% - 170px);
  padding: 0;
  margin: 0;
}
.layout_latest.archiv .content.with_image .innercontent {
  float: left;
  width: 65%;
  margin-right: 5%;
}
.layout_latest.archiv .content.with_image .image_container {
  float: right;
  width: 30%;
  max-height: 140px;
}
.layout_latest.archiv .content.with_image .image_container:before {
  display: none;
}
.layout_latest.archiv h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 100%;
}
.layout_latest.archiv .more a:before {
  width: calc(100% + 20px);
}
.layout_latest.archiv img {
  float: right;
}
.to_references a {
  border: 1px solid #cb1517;
  padding: 10px 20px;
  display: inline-block;
  text-decoration: none;
}
.to_references a:hover {
  background: #3a3a3a;
  color: white;
}
.image_container .caption {
  font-size: 15px;
}
#leistungen_container .ce_text {
  background: #f6f6f6;
  padding: 30px;
  margin-top: 30px;
  text-align: justify;
  position: relative;
}
#leistungen_container .ce_text .anchor {
  width: 100%;
  display: block;
  height: 1px;
}
#leistungen_container .ce_text .image_container {
  position: relative;
  overflow: hidden;
}
#leistungen_container .ce_text .image_container img {
  display: block;
  transition: 0.5s all ease;
}
#leistungen_container .ce_text .image_container .caption {
  font-size: 18px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: inline-block;
  border: 1px solid #cb1517;
  color: #cb1517;
  text-decoration: none;
  text-transform: uppercase;
  padding: 20px 30px;
  margin-top: 20px;
  z-index: 1;
  overflow: hidden;
  background: rgba(255,255,255,0.8);
  width: calc(100% - 100px) !important;
  text-align: center;
}
#leistungen_container .ce_text .image_container .caption:after {
  content: '';
  z-index: 0;
  background: #cb1517;
  color: white;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -100px;
  transition: 0.5s all ease;
  content: "zu den Referenzen";
  padding: 20px 30px;
  box-sizing: border-box;
}
#leistungen_container .ce_text .image_container .caption:hover:after {
  bottom: 0;
}
#leistungen_container .ce_text .image_container:hover img {
  transform: scale(1.1);
}
#leistungen_container .ce_text .image_container:hover .caption {
  background: #f6f6f6;
}
#leistungen_container .ce_text .image_container:hover .caption:after {
  bottom: 0;
}
@media only screen AND (max-width: 870px) {
  #leistungen_container .ce_text .image_container {
    margin-bottom: 10px !important;
  }
}
#leistungen_container .ce_text h2 {
  margin-top: 0;
}
.rsts-description {
  position: absolute;
  z-index: 100000;
  color: #404040;
  background: rgba(255,255,255,0.8);
}
.rsts-description .inner {
  margin: 30px 50px;
}
.rsts-description h1 {
  font-size: 30px;
  margin: 0;
  text-transform: uppercase;
}
@media only screen AND (max-width: 550px) {
  .rsts-description h1 {
    font-size: 40px;
  }
}
.rsts-description h2 {
  font-size: 50px;
  margin: 0;
  text-transform: uppercase;
}
@media only screen AND (max-width: 550px) {
  .rsts-description h2 {
    font-size: 30px;
  }
}
.rsts-description a {
  display: inline-block;
  border: 1px solid #cb1517;
  color: #cb1517;
  text-decoration: none;
  text-transform: uppercase;
  padding: 20px 30px;
  margin-top: 0px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.rsts-description a:after {
  content: '';
  z-index: 0;
  background: #3a3a3a;
  color: white;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -100px;
  transition: 0.5s all ease;
  content: "erfahren Sie mehr";
  padding: 20px 30px;
  box-sizing: border-box;
}
.rsts-description a:hover:after {
  bottom: 0;
}
.rsts-description.links {
  left: 50%;
  margin-left: -600px;
}
@media only screen AND (max-width: 1200px) {
  .rsts-description.links {
    left: 0%;
    margin-left: 20px;
  }
}
@media only screen AND (max-width: 870px) {
  .rsts-description.links {
    left: 0%;
    margin-left: 20px;
  }
}
@media only screen AND (max-width: 550px) {
  .rsts-description.links {
    left: 0%;
    margin-left: 20px;
  }
}
.rsts-description.rechts {
  text-align: right;
  right: 20px;
}
@media only screen AND (max-width: 1200px) {
  .rsts-description.rechts {
    right: 20px;
  }
}
@media only screen AND (max-width: 870px) {
  .rsts-description.rechts {
    right: 20px;
  }
}
@media only screen AND (max-width: 550px) {
  .rsts-description.rechts {
    right: 20px;
  }
}
.rsts-description.oben {
  top: 100px;
}
@media only screen AND (max-width: 550px) {
  .rsts-description.oben {
    top: 40px;
  }
}
.rsts-description.unten {
  bottom: 100px;
}
@media only screen AND (max-width: 550px) {
  .rsts-description.unten {
    bottom: 40px;
  }
}

