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

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

@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .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: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -moz-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    -o-transform: translate(10000px, 0);
    transform: translate(10000px, 0); } }
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }

@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .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: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -moz-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    -o-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0); } }
.mm-menu.mm-front.mm-fullscreen.mm-top, .mm-menu.mm-front.mm-fullscreen.mm-bottom {
  height: 100%;
  min-height: 140px;
  max-height: 10000px; }

html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important; }

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

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

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

/*
	jQuery.mmenu 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 'lighter' -- */
.mm-menu.mm-light
{
	background: #ececec;
}
.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-top: 7.69231%;
    margin-right: 7.69231%;
  }
  .rs-column.-large-last {
    margin-right: 7.69231%;
  }
  .rs-column.-large-first-row {
    margin-top: 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,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#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/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 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/colorbox/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/colorbox/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/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
/*************************************************************/
/*   Design:  Urs Spirig 					     	 	 	 */
/*   File:    screen.css					                 */
/*-----------------------------------------------------------*/
/*   Autor:   Thomas Dürig, www.nuun.ch 	                 */
/*   Datum:   Oktober 2017					                 */
/*   Site: 	  www.urs-spirig.ch  		 					 */
/*************************************************************/
/*  LAYOUT													 */
/*************************************************************/

/*FARBEN*/
/*	
    schwarz(+schrift):  #262627
    grau hell:          #EBEEF0
    grau dunkel:        #C3CACE
    grün:               #008E52
*/

/*  GLOBAL													 */
/*************************************************************/

html, body {position: relative; height: 100%; width:100%; font: 62.5% "robotoregular", Arial, Verdana, Helvetica, sans-serif; letter-spacing:0em;}
body {font-size:16px; font-size:1.6rem; color: #262627; background-color: #fff;}

#container {clear: both;}

.invisible {display: none !important;}

a {color: #008E52; text-decoration: none;}

bold, strong {font-family: 'robotobold';}

.schmal {width: 65% !important; margin: 0 auto; display: block;}
.schmal50 {width: 50% !important; margin: 0 auto !important; display: block;}
.schmal75 {width: 75% !important; margin: 0 auto !important; display: block;}

.zentriert {text-align: center !important; margin-left: auto !important; margin-right: auto !important;}

.cookiebar {z-index: 5000;}

iframe.solarrechner {width:1px; min-width:100%;}

/*Backtotop*/
#backtotop {width: 70px; position: fixed; bottom: 45px; right: 20px; cursor: pointer; opacity: 0; z-index: 5000;}
#backtotop img {width: 100%;}

/*  HEADER / NAVIGATION									     */
/*************************************************************/
#header {width: 100%; height: auto; position: relative; z-index: 2000;}
#header .topheader {background: #008E52;}
#header .topheader .inside {width: 1130px; height: 45px; margin: 0 auto;}
#header .topheader .mail {display: inline-block; float: right; padding-left: 25px; background: url(../../files/data-spirig/graphics/icon-mail-weiss.svg) center left no-repeat; margin-left: 40px; font-family: 'montserratsemibold'; letter-spacing: 1px; color: #fff; text-decoration: none; height: 30px; padding-top: 15px; display: block; font-size: 1.3rem; text-transform: uppercase;}
#header .topheader .mail a {color: #fff; text-decoration: none;}
#header .topheader .phone {display: inline-block; float: right; padding-left: 25px; background: url(../../files/data-spirig/graphics/icon-phone-weiss.svg) center left no-repeat; margin-left: 15px; font-family: 'montserratsemibold'; letter-spacing: 1px; color: #fff; text-decoration: none; height: 30px; padding-top: 15px; display: block; font-size: 1.3rem; text-transform: uppercase;}
#header .topheader .phone a {color: #fff; text-decoration: none;}

#header .botheader {background: #fff; position: relative;}
body.home #header .botheader .inside {height: auto;}
#header .botheader .inside {width: 1130px; height: auto; margin: 0 auto;}
#header .botheader .logo {display: inline-block; margin-top: 28px; float: left;}
#header .botheader .navigation {display: inline-block; float: right;}
#header .botheader .navigation ul {margin-bottom: 0;}
#header .botheader .navigation li.service {display: none;}
#header .botheader .navigation li {display: inline-block; margin-left: 30px;}
#header .botheader .navigation li a {font-size: 1.6rem; font-family: 'montserratregular'; color: #262627; height: 70px; padding-top: 70px; text-decoration: none; display: block; background: url(../../files/data-spirig/graphics/nav-line-white.svg) center bottom 20px no-repeat; transition:color 0.3s ease, background 0.3s ease;}
#header .botheader .navigation li:hover a,
#header .botheader .navigation li a.trail,
#header .botheader .navigation li a.active,
#header .botheader .navigation li strong {font-family: 'montserratregular'; font-size: 1.6rem; color: #008E52; height: 70px; padding-top: 70px; display: block; background: url(../../files/data-spirig/graphics/nav-line.svg) center bottom 20px no-repeat;}

/*#header .botheader .navigation li.trail ul.level_2,
#header .botheader .navigation li.active ul.level_2 {display: block; visibility: visible; opacity: 1;}*/

#header .botheader .navigation li ul.level_2 {visibility: hidden; position: absolute; top: 140px; width: 100%; left: 0; background: #EBEEF0; text-align: center; padding: 20px 0; opacity: 0; transition: opacity 0.3s ease;}
/*#header .botheader .navigation li:hover ul.level_2 {visibility: visible; opacity: 1; z-index: 1000;}*/
#header .botheader .navigation li ul.level_2 li {margin: 0 5px; position: relative;}
#header .botheader .navigation li ul.level_2 a,
#header .botheader .navigation li ul.level_2 a.trail {color: #262627; font-size: 1.4rem; height: 14px; padding: 7px; background: #C3CACE; transition: color 0.3s ease, background 0.3s ease;}
/*#header .botheader .navigation li ul.level_2 li:hover a,*/
#header .botheader .navigation li ul.level_2 li a.trail,
#header .botheader .navigation li ul.level_2 li a.active,
#header .botheader .navigation li ul.level_2 li strong {background: #008E52; font-size: 1.4rem; display: block; color: #fff; height: 14px; padding: 7px;}

#header .botheader .navigation li ul.level_3 {visibility: hidden; position: absolute; left: 0; top: 28px; border-top: 2px solid #fff; text-align: left;}
#header .botheader .navigation li ul.level_2 li:hover ul.level_3 {visibility: visible;}
#header .botheader .navigation li ul.level_3 li {width: 100%; height: auto; margin: 0; border-bottom: 2px solid #fff;}
#header .botheader .navigation li ul.level_3 a,
#header .botheader .navigation li ul.level_3 strong {height: auto !important; display: block;}

#header .botheader .unternavigation {position: relative; clear: both; width: 100%; background: #EBEEF0; text-align: center; padding: 20px 0 10px 0; opacity: 1; transition: opacity 0.3s ease;}
#header .botheader .unternavigation ul {margin-bottom: 0;}
#header .botheader .unternavigation li {margin: 0 5px 10px 5px; position: relative; display: inline-block;}
#header .botheader .unternavigation a,
#header .botheader .unternavigation a.trail {font-family: 'montserratregular'; text-decoration: none; display: block; color: #262627; font-size: 1.4rem; height: 14px; padding: 7px; background: #C3CACE; transition: color 0.3s ease, background 0.3s ease;}
#header .botheader .unternavigation li:hover a,
#header .botheader .unternavigation li a.trail,
#header .botheader .unternavigation li a.active,
#header .botheader .unternavigation li strong {font-family: 'montserratregular'; background: #008E52; font-size: 1.4rem; display: block; color: #fff; height: 14px; padding: 7px;}

#header .botheader .unternavigation li ul.level_2 {visibility: hidden; position: absolute; left: 0; top: 28px; border-top: 2px solid #fff; text-align: left;}
#header .botheader .unternavigation li:hover ul.level_2 {visibility: visible;}
#header .botheader .unternavigation li ul.level_2 li {width: 100%; height: auto; margin: 0; border-bottom: 2px solid #fff;}
#header .botheader .unternavigation li ul.level_2 a,
#header .botheader .unternavigation li ul.level_2 strong {height: auto !important; display: block;}

#header .botheader .unternavigation a.datencloud {cursor: pointer; color: #008E52; background: url(../../files/data-spirig/graphics/bg-daten-cloud.svg) center no-repeat; padding:17px; margin-top: -10px; margin-bottom: -10px;}
#header .botheader .unternavigation a.datencloud:hover,
#header .botheader .unternavigation a.datencloud.active {color: #ffffff; background: url(../../files/data-spirig/graphics/bg-daten-cloud-hover.svg) center no-repeat; padding:17px; margin-top: -10px; margin-bottom: -10px;}

#header .mobilebtn_ct {display: none;}

/*body .mm-list.level_1 > li:first-of-type {border-top: 2px solid #C2CBCF;}*/
html.mm-opened body {overflow: visible !important;}
body .mm-menu.mm-light {background:#EBEEF0;}
body .mm-menu > .mm-panel {padding-left: 0; padding-right: 30px; padding-top: 30px;}
body .mobilebtn.close {position: absolute; right: 30px; top: 17px;}
body .mm-menu .navigation a {font-size: 2rem; line-height: 2.4rem; font-family: 'montserratregular'; color: #262627;}
body .mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen), .mm-menu.mm-light .mm-list > li.mm-selected > span {font-size: 2rem; line-height: 2.4rem; font-family: 'montserratregular'; color: #008E52; background:none;}
body .mm-list a.mm-subopen:before {display: none;}
body .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: none; padding-top: 0; padding-bottom: 10px;}
body .mm-list.level_1 > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):first-of-type:before {content: ''; border-bottom-width: 2px; border-color: #C2CBCF; border-bottom-style: solid; display: block; width: auto; position: relative; margin-left: 20px;}
body .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {border-bottom-width: 2px; border-color: #C2CBCF;}
body .mm-list.level_2 > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {display: none;}
body .mm-menu.mm-light .mm-list.level_2 > li.mm-selected > a:not(.mm-subopen), body .mm-menu.mm-light .mm-list.level_2 > li.mm-selected > span {font-size: 1.4rem; line-height: 1.8rem; padding: 5px 0 5px 20px; font-family: 'montserratregular';}
body .mm-menu .navigation .mm-list.level_2 a {font-size: 1.4rem; line-height: 1.8rem; padding: 5px 0 5px 20px; font-family: 'robotoregular';}
body .mm-list.level_3 > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {display: none;}
body .mm-menu.mm-light .mm-list.level_3 > li.mm-selected > a:not(.mm-subopen), body .mm-menu.mm-light .mm-list.level_3 > li.mm-selected > span {font-size: 1.4rem; line-height: 1.8rem; padding: 5px 0 5px 20px; font-family: 'montserratregular';}
body .mm-menu.mm-vertical .mm-list.level_2 > li > a.mm-subopen {height: 16px;}
body .mm-menu.mm-vertical .mm-list.level_2 > li > a.mm-subopen:after {top: 9px;}

body .mm-menu .navigation .mm-list.level_1 > li.service:after {display: none;}
body .mm-menu .navigation .mm-list.level_1 > li.service > a,
body .mm-menu .navigation .mm-list.level_1 > li.service > span {font-size: 1.5rem; font-family: 'montserratbold'; letter-spacing: 1px; text-transform: uppercase; padding: 10px 10px 10px 20px;}

body .mm-menu .immolink {display: block; padding-left: 20px;}
body .mm-menu .immolink a {font-family: 'montserratbold'; letter-spacing: 1px; color: #262627; text-decoration: none; height: 30px; padding-top: 23px; padding-bottom: 10px; display: block; font-size: 1.5rem; text-transform: uppercase; padding-left: 45px; background: url(../../files/data-spirig/graphics/nav-sign-dark.svg) center left no-repeat; border-bottom: 2px solid #C2CBCF; border-top: 2px solid #C2CBCF;}

/*  SLIDER                                                   */
/*************************************************************/
.custom {clear: both;}
.custom #sliderart {width: 1300px; margin: 0 auto;}

.custom #sliderart .slidergross {height: 615px; position: relative;}
.custom #sliderart .slidergross .slick-prev,
.custom #sliderart .slidergross .slick-next {display: none !important;}
.custom #sliderart .slidergross .slick-list {height: 600px; overflow: hidden;}
.custom #sliderart .slidergross .slick-dots {margin-bottom: 0; position: absolute; bottom: -20px; width: 100%; text-align: center;}
.custom #sliderart .slidergross .slick-dots li {display: inline-block; cursor: pointer; width: 26px; height: 26px; margin: 0 7px; border-radius: 20px; background: #BCBCBC; border:2px solid #fff; transition: background 0.3s ease;}
.custom #sliderart .slidergross .slick-dots li:hover,
.custom #sliderart .slidergross .slick-dots li.slick-active {background: #008E52;}
.custom #sliderart .slidergross .slick-dots li button {display: none;}
.custom #sliderart .slidergross .ce_text {position: absolute; top: 80px; right: 80px; text-align: right;}
.custom #sliderart .slidergross .ce_text h2 {font-size: 6rem; color: #fff; padding-bottom: 10px; background: none; text-align: right;}
.custom #sliderart .slidergross .ce_text p {font-size: 3rem; color: #fff; padding-bottom: 15px;}
.custom #sliderart .slidergross .ce_text .image_container {float: right;}

.custom #sliderart .sliderklein {height: 230px; position: relative;}
.custom #sliderart .sliderklein .slick-prev,
.custom #sliderart .sliderklein .slick-next {display: none !important;}
.custom #sliderart .sliderklein .slick-list {height: 230px; overflow: hidden;}
.custom #sliderart .sliderklein .slick-dots {display: none !important;}

/*  INHALTSELEMENTE                                          */
/*************************************************************/

/*Headlines*/
h1, h2 {font-size: 4rem; line-height: 4.8rem; font-family: 'montserratsemibold'; text-align: center; margin-top: 15px; padding-bottom: 30px; background: url(../../files/data-spirig/graphics/headline-line.svg) center bottom 15px no-repeat;}
h3 {font-size: 2.6rem; line-height: 3rem; font-family: 'robotobold'; padding:10px 0 10px 0;}
h4 {font-size: 1.5rem; line-height: 1.8rem; font-family: 'montserratsemibold'; text-align: center; padding-bottom: 20px;}
h5 {font-size: 1.5rem; line-height: 1.8rem; font-family: 'montserratsemibold'; padding:0;}

/*Article*/
#container .mod_article {padding: 40px 0;}
#container .mod_article .inside {width: 1130px; margin: 0 auto;}
#container .mod_article.grau {background: #EBEEF0;}

/*Tabs*/
.skltbs .skltbs-tab-group {text-align: center;}
.skltbs .skltbs-tab-group .skltbs-tab-item {width: 32%; margin-right: 2%; cursor: pointer; margin-bottom: 30px; color: #008E52; text-align: center; font-size: 1.8rem; padding: 10px 0 12px 0; display: inline-block !important; float: none !important; box-sizing: border-box; border: 2px solid #008E52; background: #EBEEF0; background-position: center bottom; transition: background 0.3s ease, color 0.3s ease;}
.skltbs .skltbs-tab-group .skltbs-tab-item:last-child {margin-right: 0;}
.skltbs .skltbs-tab-group .skltbs-tab-item:hover,
.skltbs .skltbs-tab-group .skltbs-tab-item.is-active {background: url(../../files/data-spirig/graphics/bg-tabs.svg) no-repeat; background-position: center bottom; padding: 10px 0 35px 0; color: #fff; border-bottom:none; border-left:none; border-right:none;}
.skltbs .skltbs-tab-group .skltbs-tab-item:hover a,
.skltbs .skltbs-tab-group .skltbs-tab-item.is-active a {color: #fff; text-shadow: none;}
.skltbs .skltbs-tab-group .skltbs-tab-item a {background: none; color: #008E52; padding: 0;}
.skltbs .skltbs-tab-group .skltbs-tab-item a:focus {box-shadow: none;}

.skltbs .skltbs-panel-group {background: #EBEEF0; background-color: #EBEEF0;}
.skltbs .skltbs-panel-group .skltbs-panel {background: #EBEEF0; background-color: #EBEEF0;}
.skltbs .skltbs-panel-group .skltbs-panel:focus {box-shadow: none;}

body.ie .skltbs .skltbs-tab-group {display: none;}
body.edge .skltbs .skltbs-tab-group {display: none;}

/*Portrait*/
.ce_text.portrait img {border-radius: 300px;}
.ce_text.portrait h3 {padding-bottom: 0;}

/*Hyperlink*/
.ce_hyperlink {padding: 30px 0; clear: both; text-align: center;}
.ce_hyperlink a {display: inline-block; width: auto; padding: 15px 40px; border: 2px solid #008E52; margin: 0 auto; transition: color 0.3s ease, background 0.3s ease;}
.ce_hyperlink a:hover {background: #008E52; color: #fff;}

/*Text*/
.image_container img {max-width: 100%; height: auto;}

#container .ce_text {margin-bottom: 30px;}
#container .ce_text .image_container.float_left {width: 48.5%; float: left; margin-right: 3%;}
#container .ce_text .image_container.float_right {width: 48.5%; float: right; margin-left: 3%;}

/*Gallery*/
#container #main .ce_gallery {width: 80%; margin: 0 auto;}
#container #main .ce_gallery ul {display: flex; flex-flow: row wrap; justify-content: center;}

#container #main .ce_gallery ul li {width: 31.333%; margin-right: 3%; margin-bottom: 30px; display: inline-block; float: left; line-height: 1;}
#container #main .ce_gallery ul li.col_last {margin-right: 0;}
#container #main .ce_gallery ul li:last-of-type {margin-right: 0;}
#container #main .ce_gallery ul li figure {width: 100%; overflow: hidden; line-height: 0;}
#container #main .ce_gallery ul li figure img {width: 100%; height: auto; -webkit-transition: all .5s ease; transition: all .5s ease;}
#container #main .ce_gallery ul li figure:hover img {-webkit-transform: scale(1.1); transform: scale(1.1);}
#colorbox #cboxTitle {display: none !important;}
#colorbox #cboxCurrent {font-size: 1.5rem;}
 
/*Columns*/
#container .rs-column.-large-col-2-1 {width: 48.5%; margin-right: 3%;}
#container .rs-column.-large-col-2-1.-large-last {margin-right: 0;}
#container .rs-column.-large-col-3-1 {width: 31.3%; margin-right: 3%;}
#container .rs-column.-large-col-3-1.-large-last {margin-right: 0;}
#container .rs-column.-large-col-4-1 {width: 22.75%; margin-right: 3%; margin-top: 0;}
#container .rs-column.-large-col-4-1.-large-last {margin-right: 0;}

#container .rs-column.zentriert.-large-col-2-1 {width: 48.5%; margin-right: 3% !important;}
#container .rs-column.zentriert.-large-col-2-1.-large-last {margin-right: 0 !important;}
#container .rs-column.zentriert.-large-col-3-1 {width: 31.3%; margin-right: 3% !important;}
#container .rs-column.zentriert.-large-col-3-1.-large-last {margin-right: 0 !important;}
#container .rs-column.zentriert.-large-col-4-1 {width: 22.75%; margin-right: 3% !important; margin-top: 0;}
#container .rs-column.zentriert.-large-col-4-1.-large-last {margin-right: 0 !important;}

/*Accordion*/
body #container .ce_accordion {margin-bottom: 15px;}
.ce_accordion .toggler {cursor: pointer; background: #008E52 url(../../files/data-spirig/graphics/accordion-plus.svg) center right 10px no-repeat; color: #fff; padding: 7px 10px; transition: background 0.3s ease;}
.ce_accordion .toggler.active {background: #008E52 url(../../files/data-spirig/graphics/accordion-minus.svg) center right 10px no-repeat;}
.ce_accordion .toggler:focus {outline: none;}
.ce_accordion .accordion {margin-top: 15px; padding: 0 10px 10px 10px;}

/*List*/
#main .ce_text ul {display: table; margin-bottom: 25px;}

#main .ce_text ul li {vertical-align: middle; list-style: none; padding-left: 20px; background: url(../../files/data-spirig/graphics/icon-listbullet.svg) no-repeat top 6px left;}

#main .ce_text ol {
    counter-reset:li; /* Initiate a counter */
    margin-left:0; /* Remove the default left margin */
    padding-left:0; /* Remove the default left padding */
}
#main .ce_text ol > li {
    position:relative; /* Create a positioning context */
    margin:0 0 0 20px; /* Give each list item a left margin to make room for the numbers */
    list-style:none; /* Disable the normal item numbering */
}
#main .ce_text ol > li:before {
    content:counter(li)"."; /* Use the counter as content */
    counter-increment:li; /* Increment the counter by 1 */
    /* Position and style the number */
    position:absolute;
    left: -18px;
    top: 0;
    font-size: 1.6rem;
    color: #008E52;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}

/*Downloads*/
.ce_download.sc.last, .ce_downloads.sc.last {padding-right: 0;}
.ce_download, .ce_downloads {position:relative; width:100%; margin:0; padding:0;}
.ce_download ul, .ce_downloads ul, .layout_full ul.enclosure {position:relative; float:left; width:100%; margin:0; padding:0 0 0 0;}
.ce_download ul li, .ce_downloads ul li {position:relative; width:100%; line-height:21px; padding:0 0 0 0; margin:0 0 5px 0; background:#EBEEF0;}
.layout_full ul.enclosure li {position:relative; width:100%; line-height:21px; padding:0 0 0 0; margin:0 0 35px 0; background:#EBEEF0;}

.ce_download img, .ce_downloads img, .layout_full ul.enclosure img {position:absolute; left:10px; top:7px; z-index:400;}
body #container .ce_downloads a, body #container .ce_downloads a:link, body #container .ce_downloads a:visited, body #container .ce_download a, body #container .ce_download a:visited, body #container .ce_download a:link, body #container .layout_full ul.enclosure a:link, body #container .layout_full ul.enclosure a:visited {
    position:relative;
    z-index:300;
    text-decoration: none;
    font-size: 1.4rem;
    font-family: "robotoregular", Arial, Verdana, Helvetica, sans-serif;
    color: #262627;
    display:block;
    padding:8px 30px 8px 40px;
    margin:0 0 0 0;
    transition: background-color 0.5s ease; -webkit-transition: background-color 0.5s ease; 
    }   
        
body #container .ce_downloads a:hover, 
body #container .ce_downloads a:active, 
body #container .ce_download a:hover, 
body #container .ce_download a:active,
body #container .layout_full ul.enclosure a:hover,
body #container .layout_full ul.enclosure a:active {background-color:#C3CACE;}   

/*Form*/
#container .formbody input {-webkit-appearance:none;}
#container .formbody input:focus {outline:none; background-color:#d5eadd;}
#container .formbody button {-webkit-appearance:none;}

#container .ce_form {margin-top: 40px; width: 50%; margin-right: auto; margin-left: auto;}
#container .formbody label {width: 100%; padding-top: 10px; margin-bottom: 5px; font-size: 1.6rem; display: inline-block; float: left;}
#container .formbody input {width: 96%; padding:2%; font-size: 1.6rem; margin-bottom: 5px; border:none; background-color: #EBEEF0;}
#container .formbody textarea {width: 96%; padding:2%; font-size: 1.6rem; border: none; margin-bottom: 4px; background-color: #EBEEF0;}
#container .formbody textarea:focus {outline:none; background-color:#d5eadd;}
#container .formbody .submit {background-color: #008E52; border:none; margin-top: 7px; padding: 5px 0; color: #fff; margin-left: 0; width: 200px;}
#container .formbody select {width: 100%; padding:1%; font-size: 1.6rem; margin-bottom: 15px; border:none; background-color: #EBEEF0;}
#container .formbody fieldset {margin-bottom: 10px;}
#container .formbody fieldset legend {font-size: 1.6rem; margin-bottom: 5px;} 
#container .formbody fieldset span {width:100%; float: left;}
#container .formbody fieldset span input {float: left; width: 5%; height: 26px;}
#container .formbody fieldset span label {padding-top: 0; width: 95%;}
#container .formbody .explanation p {font-size: 1.6rem; line-height: 1.4em;}
#container .formbody .widget-captcha {margin-bottom: 40px;}
#container .formbody .widget-captcha input {margin-bottom: 5px;}
#container .formbody .widget-captcha span {width: 100%; float: left; font-size: 1.6rem;}
#container .formbody .widget-captcha label span.mandatory {width: auto; float: none;}
#container .formbody .widget-checkbox input {-webkit-appearance:checkbox;}
#container .formbody .widget-dropzone .dropzone {clear: both;}
#container .formbody .error {color: #fb2323;}

/*YouTube*/
#container .ce_youtube {clear: both; text-align: center;}
#container .ce_youtube embed {width: 100%;}
#container .ce_youtube video {width: 100%;}

#container .ce_youtube .me-plugin {width: 100%;}
#container .ce_youtube .mejs-overlay {width: 100% !important;}

/*Google Map*/
.dlh_googlemap {width: 100% !important;}

/*Timeline*/
.timeline {margin: 0 15%; position: relative;}
.timeline:before {content: ""; position: absolute; height: 100%; top: 0; left: 50%; background: #9E9E9E; width: 2px;}
.timeline:after {content: ""; position: absolute; height: 10px; width: 10px; margin: -4px; bottom: 0; border-radius: 99em; left: 50%; background: #9E9E9E;}
.timeline .timeline-item {padding-bottom: 20px; position: relative;}
.timeline .timeline-item:before {content: ""; width: 20px; height: 20px; margin: -11px; border: 2px solid #9E9E9E; background: white; position: absolute; top: 29px; left: 50%; font-size: 2em; border-radius: 99em; transition: all 0.6s ease;}
.timeline .timeline-item:hover:before {width: 24px; height: 24px; margin: -13px; background: #EBEEF0; border: 2px solid #008E52}
.timeline .timeline-item .ce_headline {width: 45%; margin-top: 14px; color: #008E52; float: left; text-align: right;}
#container .timeline .timeline-item div {float: right; text-align: left; clear: right !important;}
.timeline .timeline-item:after {content: ""; display: block; clear: both;}
.timeline .timeline-item:nth-child(2n) .ce_headline {float: right; text-align: left;}
#container .timeline .timeline-item:nth-child(2n) div {float: left; text-align: right; clear: left !important;}
#container .timeline .timeline-item .ce_text {width: 45%; margin-top: 17px;}
#container .timeline .timeline-item .clearfix {display: block; width: 100%;}

/*  NEWS / REFERENZEN / STELLEN / LEHRSTELLEN                */
/*************************************************************/
/*Home*/
.newshome .layout_latest {display: inline-block; float: left; position: relative; width: 32%; min-height: 506px; margin-right: 2%; margin-bottom: 25px; background:#fff; text-align: center; box-sizing: border-box; border: 1px solid #C2CBCF;}
.newshome .layout_latest:nth-child(3n) {margin-right: 0;}
.newshome .layout_latest:nth-child(3n+1) {clear: left;}
.newshome .layout_latest .image_container {width: 100%; height: 230px; overflow: hidden; display: flex;}
.newshome .layout_latest .image_container img {align-self: center;}
body.ie .newshome .layout_latest .image_container img {width: 100%; height: auto;}
.newshome .layout_latest .newsbot {padding: 15px;}
.newshome .layout_latest .newsbot h4 {margin-bottom: 0;}
.newshome .layout_latest .newsbot h4 a {text-transform: uppercase; color: #262627; word-wrap: break-word;}
.newshome .layout_latest .newsboxlink {position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%;}
.newshome .layout_latest:hover {background: #EBEEF0;}

.newshome .pagination {clear: both;}
.newshome .pagination p {display: block;}
.newshome .pagination ul {display: block; width: 100%;}
.newshome .pagination ul li {display: inline-block; margin:0 7px; float: left;}
.newshome .pagination ul li:first-of-type {margin-left: 0;}

.mod_newsreader .layout_full .newsdetailimage {display: block; width: 565px; max-width: 100%; margin:0 auto;}
.mod_newsreader .info {text-align: center;}
.mod_newsreader .back {text-align: center; margin-top:20px;}
.mod_newsreader .back a {display: inline-block; width: auto; padding: 15px 40px; border: 2px solid #008E52; margin: 30px auto 0 auto; transition: color 0.3s ease, background 0.3s ease;}
.mod_newsreader .back a:hover {background: #008E52; color: #fff;}

.stellenhome .layout_latest {display: inline-block; float: left; width: 32%; min-height: 220px; margin-right: 2%; background:#fff; text-align: center; box-sizing: border-box; border: 1px solid #C2CBCF;}
.stellenhome .layout_latest:nth-child(3n) {margin-right: 0;}
.stellenhome .layout_latest .newsbot {padding: 15px; min-height: 180px;}
.stellenhome .layout_latest .newsbot h4 {margin-bottom: 0;}
.stellenhome .layout_latest .newsbot h4 a {text-transform: uppercase; color: #262627;}
.stellenhome .layout_latest .newsbot .tag-chain {margin-bottom: 10px;}
.stellenhome .layout_latest .image_container {width: 100%; height: 230px; overflow: hidden; display: flex;}
.stellenhome .layout_latest .image_container img {align-self: center; height: 100%; width: auto; max-width: 2000px; margin-left: -50%;}

.referenzenhome .layout_latest {display: inline-block; float: left; width: 32%; margin-right: 2%; margin-bottom: 25px; background:#fff; text-align: center; box-sizing: border-box; border: 1px solid #C2CBCF;}
.referenzenhome .layout_latest:nth-child(3n) {margin-right: 0;}
.referenzenhome .layout_latest .image_container {width: 100%; height: 230px; overflow: hidden; display: flex;}
.referenzenhome .layout_latest .image_container img {align-self: center;}
.referenzenhome .layout_latest .newsbot {padding: 15px;}
.referenzenhome .layout_latest .newsbot h4 {margin-bottom: 0;}
.referenzenhome .layout_latest .newsbot h4 a {text-transform: uppercase; color: #262627;}
.referenzenhome .layout_latest .newsbot .tag-chain li {display: inline-block;}

#container .einzelreferenz .ce_text {margin-bottom:0;}
#container .einzelreferenz .ce_text h5 {height:18px; text-align:left;}
#container .einzelreferenz .ce_text p {height:55px; text-align:left;}
#container .einzelreferenz .rs-column {border-top: 2px solid #c3cbcf;}

/*Stellen Liste*/
.stellenliste .stellen-header {margin-bottom: 15px; font-family: 'montserratsemibold';}
.stellenliste .stellen-header .stellen1 {display: inline-block; float: left; width: 80%;}
.stellenliste .stellen-header .stellen3 {display: inline-block; float: left; width: 20%;}

.stellenliste .layout_latest {clear: both; display: inline-block; width: 100%; border-bottom: 1px gray solid;}
.stellenliste h4 {display: inline-block; float: left; width: 79%; margin:0; padding: 10px 1% 14px 0; text-align: left;}
.stellenliste .tag-chain {display: inline-block; float: left; width: 19%; margin:0; padding: 10px 1% 14px 0; line-height: 1.8rem;}
.stellenliste .tag-chain li {display: inline-block; float: left;}
.stellenliste .tag-chain li:after {content: ", "; margin-right: 4px;}
.stellenliste .tag-chain li:last-child:after {display: none;}
.stellenliste .more {display: inline-block; float: left; width: 9%; margin:0; padding: 10px 1% 14px 0; line-height: 1.8rem;}
.stellenliste .enclosure {display: inline-block; float: left; width: 10%; margin:0; padding: 7px 0; line-height: 1.8rem;}
.stellenliste .enclosure a {padding: 0 !important; text-align: right;}
.stellenliste .download-element {text-align: right;}
.stellenliste .layout_latest.keinformular .more {display: none;}
.stellenliste .layout_latest.nichtgelistet {display: none;}
.layout_full .detailteaser {font-size: 1.6rem; line-height: 2.3rem; font-family: 'robotoregular'; text-align:center; margin:20px auto 0 auto; width:75%;}
.layout_full.keinformular .ce_form {display: none;}

#container .jobdetail .ce_text .image_container.float_left {width: auto;}

/*Lehrstellen Liste*/
.lehrstellenliste .stellen-header {margin-bottom: 15px; font-family: 'montserratsemibold';}
.lehrstellenliste .stellen-header .stellen1 {display: inline-block; float: left; width: 35%;}
.lehrstellenliste .stellen-header .stellen2 {display: inline-block; float: left; width: 13%;}
.lehrstellenliste .stellen-header .stellen3 {display: inline-block; float: left; width: 13%;}
.lehrstellenliste .stellen-header .stellen4 {display: inline-block; float: left; width: 13%;}
.lehrstellenliste .stellen-header .stellen5 {display: inline-block; float: left; width: 13%;}
.lehrstellenliste .stellen-header .stellen6 {display: inline-block; float: left; width: 13%;}

.lehrstellenliste .layout_latest {clear: both; display: inline-block; width: 100%; border-bottom: 1px gray solid;}
.lehrstellenliste h4 {display: inline-block; float: left; width: 34%; margin:0; padding: 10px 1% 14px 0; text-align: left;}
.lehrstellenliste .tag-chain {display: inline-block; float: left; width: 12%; margin:0; padding: 10px 1% 14px 0; line-height: 1.8rem;}
.lehrstellenliste .more {display: inline-block; float: left; width: 12%; margin:0; padding: 10px 1% 14px 0; line-height: 1.8rem;}
.lehrstellenliste .more2 {display: inline-block; float: left; width: 12%; margin:0; padding: 10px 1% 14px 0; line-height: 1.8rem;}
.lehrstellenliste .more3 {display: inline-block; float: left; width: 12%; margin:0; padding: 10px 1% 14px 0; line-height: 1.8rem;}
.lehrstellenliste .more4 {display: inline-block; float: left; width: 7%; margin:0; padding: 10px 1% 14px 0; line-height: 1.8rem;}
.lehrstellenliste .enclosure {display: inline-block; float: left; width: 5%; margin:0; padding: 7px 0; line-height: 1.8rem;}
.lehrstellenliste .enclosure a {padding: 0 !important; text-align: right;}
.lehrstellenliste .download-element {text-align: right;}
.lehrstellenliste .more a span {display: none;}
.lehrstellenliste .more2 a span {display: none;}
.lehrstellenliste .more3 a span {display: none;}
.lehrstellenliste .more4 a span {display: none;}

.lehrstellenliste .layout_latest.nvschnuppern .more a {display: none;}
.lehrstellenliste .layout_latest.nvschnuppern .more:after {content:"–";}
.lehrstellenliste .layout_latest.nvlehrstelle1 .more2 a {display: none;}
.lehrstellenliste .layout_latest.nvlehrstelle1 .more2:after {content:"–";}
.lehrstellenliste .layout_latest.nvlehrstelle2 .more3 a {display: none;}
.lehrstellenliste .layout_latest.nvlehrstelle2 .more3:after {content:"–";}
.lehrstellenliste .layout_latest.nvlehrstelle3 .more4 a {display: none;}
.lehrstellenliste .layout_latest.nvlehrstelle3 .more4:after {content:"–";}
.lehrstellenliste .layout_latest.keine1 .more2 a {display: none;}
.lehrstellenliste .layout_latest.keine1 .more2:after {content:"Keine";}
.lehrstellenliste .layout_latest.keine2 .more3 a {display: none;}
.lehrstellenliste .layout_latest.keine2 .more3:after {content:"Keine";}
.lehrstellenliste .layout_latest.keine3 .more4 a {display: none;}
.lehrstellenliste .layout_latest.keine3 .more4:after {content:"Keine";}
.lehrstellenliste .layout_latest.vergeben1 .more2 a {display: none;}
.lehrstellenliste .layout_latest.vergeben1 .more2:after {content:"Vergeben";}
.lehrstellenliste .layout_latest.vergeben2 .more3 a {display: none;}
.lehrstellenliste .layout_latest.vergeben2 .more3:after {content:"Vergeben";}
.lehrstellenliste .layout_latest.vergeben3 .more4 a {display: none;}
.lehrstellenliste .layout_latest.vergeben3 .more4:after {content:"Vergeben";}

.lehrstellenliste .layout_latest.nichtgelistet {display: none;}

.layout_full.nvschnuppern #lehrstellenformular .widget-checkbox .checkbox_container span:last-of-type {display: none;}
.layout_full.nvlehrstelle #lehrstellenformular .widget-checkbox .checkbox_container span:first-of-type {display: none;}
.layout_full #lehrstellenformular .widget-checkbox .checkbox_container.akzeptieren span {display: block !important;}
.layout_full #lehrstellenformular .widget-checkbox .checkbox_container.akzeptieren span.invisible {display: none !important;}
.layout_full #lehrstellenformular .widget-checkbox .checkbox_container.akzeptieren span.mandatory {display: none !important;}

.lehrstellendetail.noform #lehrstellenformular {display: none;}
.lehrstellendetail .lehrstellendetailliste {display: none;}
.lehrstellendetail.noform .lehrstellendetailliste {display: inline-block; width: 100%;}
.lehrstellendetail.noform .lehrstellendetailliste .layout_latest {display: none;}
.lehrstellendetail.noform .lehrstellendetailliste .layout_latest.keeplist {display: block;}

.detailtitel span:after {content: ", "; margin-right: 4px;}
.detailtitel span:last-child:after {display: none;}

.ce_form .formbody input.stelle {opacity: 0.6;}
.ce_form .formbody input.bewerbung-fuer {opacity: 0.6;}

/* FINEUPLOADER */
#container .formbody .widget-fineuploader label {margin: 20px 0px 25px 0px; font-family: 'robotobold'; }
.fineuploader-container .info {text-align: left; float: left;}
.fineuploader-container .delete {float: right;}
.fineuploader-container figure.image {width:90px; float: left;}
.fineuploader-container .content {display: inline-block; min-height: 80px; min-width: 450px;}
.fineuploader-container .qq-upload-button {cursor: pointer;}
#ctrl_19 {cursor: pointer;}

/*Referenzen Filter New*/
.mod_listing {width: 100%; height: 45px; padding-top: 25px; background: #EBEEF0; margin-bottom: 70px; overflow: visible;}
.mod_listing .tagfilter_menu {width: 1130px; margin: 0 auto;}
.mod_listing .tagfilter_menu .tagfilter_text {display: inline-block; width: 25%; float: left;}
.mod_listing .tagfilter_menu .tagfilter_remove {display: inline-block; width: 23px; height: 23px; padding: 0 0 1px 1px; font-size: 20px; text-align: center; float: right; background: #008E52; color: #fff; font-family: 'montserratlight'; line-height: 1; border-radius: 25px; cursor: pointer;}
/*.mod_listing .tagfilter_menu .tagfilter {display: inline-block; width: 70%; float: left;}*/
.mod_listing .tagfilter_menu .tagfilter {display: none;}
.mod_listing .tagfilter_menu .tagfilter ul > li {width: 30%; margin-right: 5%; display: inline-block; float: left; position: relative;}
.mod_listing .tagfilter_menu .tagfilter ul > li:last-child {margin-right: 0;}
.mod_listing .tagfilter_menu .tree_level_1 > li > div {border-bottom: 2px solid #C2CBCF; padding-bottom: 3px; background:url(../../files/data-spirig/graphics/ref-filter.svg) center right no-repeat; cursor: pointer;} 
.mod_listing .tagfilter_menu .tree_level_1 .tree_level_2 {display: none; position: absolute; top: 50px; background: #EBEEF0; padding: 10px 20px; z-index: 100;}
.mod_listing .tagfilter_menu .tree_level_1 .filter_active .tree_level_2 {display: block;}
.mod_listing .tagfilter_menu .tree_level_1 .tree_level_2 > li {width: 100%; display: block; clear: both; margin-bottom: 5px;}
.mod_listing .tagfilter_menu .tree_level_1 .tree_level_2 > li > div {padding-left: 30px; background:url(../../files/data-spirig/graphics/ref-filter-uncheck.svg) center left no-repeat;}
.mod_listing .tagfilter_menu .tree_level_1 .tree_level_2 > li > div.filter_active {background:url(../../files/data-spirig/graphics/ref-filter-check.svg) center left no-repeat;}
.mod_listing .tagfilter_menu .tree_level_1 .count_active {position: absolute; display: none; right: 25px; top: 0px; background: #008E52; width: 22px; height: 22px; text-align: center; border-radius: 22px; color: #fff;}
.mod_listing .tagfilter_menu .tagfilter_text {width: 21%; margin-right: 4%;}
.mod_listing .tagfilter_menu .tagfilter_text input {border-bottom: 2px solid #C2CBCF; width: 100%; border-left: none; border-right: none; border-top: none; padding-bottom: 3px; background:none; cursor: pointer;} 
.mod_listing .tagfilter_menu .tagfilter_text input:focus {outline: none;}

/*Referenzen List*/
.mod_catalogUniversalView {width: 1130px; margin: 0 auto; text-align: center; position: relative;}
body.home .mod_catalogUniversalView {width: 100%;}
.mod_catalogUniversalView .ctlg_teaser {display: inline-block; width: 31%; margin-left: 1%; margin-right: 1%; margin-bottom: 25px; background:#fff; text-align: center; box-sizing: border-box; border: 1px solid #C2CBCF;}
body.home .mod_catalogUniversalView .ctlg_teaser {float: left; width: 32%; margin-left: 0; margin-right: 2%;}
body.home .mod_catalogUniversalView .ctlg_teaser:nth-child(3n) {margin-right: 0;}
.mod_catalogUniversalView .ctlg_teaser .image_container {width: 100%; height: 230px; overflow: hidden; display: flex;}
.mod_catalogUniversalView .ctlg_teaser .image_container img {align-self: center;}
.mod_catalogUniversalView .ctlg_teaser .newsbot {padding: 15px;}
.mod_catalogUniversalView .ctlg_teaser .newsbot h4 {margin-bottom: 0;}
.mod_catalogUniversalView .ctlg_teaser .newsbot h4 a {text-transform: uppercase; color: #262627;}
.mod_catalogUniversalView .ctlg_teaser:hover .newsbot {background:#EBEEF0;}
.mod_catalogUniversalView .ctlg_master {text-align: left;}	
/*.tagfilter_menu { display: block !important; } */

/*Referenzen Detail*/
.listnavigator_main {width: 1130px; margin: 0 auto; text-align: center; position: relative;}
.listnavigator_main .prev {display: inline-block; position: absolute; left: 0; padding-left: 37px; padding-top: 5px; padding-bottom: 5px; margin-top: -5px; background:url(../../files/data-spirig/graphics/ref-prev.svg) center left no-repeat;}
.listnavigator_main .next {display: inline-block; position: absolute; right: 0; padding-right: 37px; padding-top: 5px; padding-bottom: 5px; margin-top: -5px; background:url(../../files/data-spirig/graphics/ref-next.svg) center right no-repeat;}
.mod_catalogUniversalView .listnavigator {width: 100%; margin-bottom: 30px; text-align: center;}
.mod_catalogUniversalView .listnavigator ul li {display: inline-block; margin: 0 10px;}
.mod_catalogUniversalView .ctlg_master {background:#EBEEF0; padding:50px 100px;}
.mod_catalogUniversalView .ctlg_master .image_container {margin-bottom: 40px;}
.mod_catalogUniversalView .ctlg_master .image_container img {width: 100%; height: auto;}

/*  FOOTER                                                   */
/*************************************************************/
/*.endcontent {height: 650px; width: 100%; display: block; position: relative;}*/

#footer {height: 650px; display: block; clear: both; position: relative; font-size: 1.5rem; color: #fff;}
#footer .clearfix:after {display: none;}
#footer .inside {padding-top: 20px;}
#footer .topbuffer {height: 60px; background: #fff; text-align: center;}

#footer .footertop {background: #262627; text-align: center; padding: 61px 0 30px 0;}
#footer .footertop h4 {padding-bottom: 30px; padding-top: 15px; background: url(../../files/data-spirig/graphics/footer-headline-line.svg) center bottom 12px no-repeat;}
#footer .footertop .mod_customnav {margin:30px 0; padding: 25px 0 12px 0; border-top: 2px solid #979797; border-bottom: 2px solid #979797;}
#footer .footertop .mod_customnav li {display: inline-block; margin:0 20px;}
#footer .footertop a {color: #fff; transition: color 0.3s ease;}
#footer .footertop a:hover {color: #008E52;}
#footer .footertop .mod_customnav a {text-transform: uppercase; font-family: 'montserratsemibold';}

#footer .footerbot {border-top: 2px solid #979797; background: #262627; text-align: center; position: relative; padding:30px 0 18px 0;}
#footer .footerbot a {color: #fff; transition: color 0.3s ease;}
#footer .footerbot a:hover {color: #008E52;}
#footer .footerbot .ce_image {position: absolute; top: 15px; right: 10px;}

/*  LIGHTBOX	                                             */
/*************************************************************/
#cboxTitle {display: none !important;} 
#cboxLoadedContent {border: none;} 
#cboxNext {background: url("../../files/data-spirig/graphics/lightbox-next.svg"); width: 35px; position: absolute; right: 15px; height: 45px; top: 53%; background-position: center; background-repeat: no-repeat; background-size: contain;} 
#cboxPrevious {background: url("../../files/data-spirig/graphics/lightbox-prev.svg"); width: 35px; position: absolute; left: 15px; height: 45px; top: 53%; background-position: center; background-repeat: no-repeat; background-size: contain;} 
#cboxClose {background: url("../../files/data-spirig/graphics/lightbox-close.svg"); width: 35px; position: absolute; right: 15px; top: 15px; height: 35px; background-position: center; background-repeat: no-repeat; background-size: contain;} 
#cboxCurrent {font-size: 14px;} 

/*  FIXES		                                             */
/*************************************************************/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height:0px;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*  MEDIA QUERIES                                            */
/*************************************************************/
@media screen and (max-width: 1330px) {
	.custom #sliderart {width: 1130px;}
	.custom #sliderart .slidergross .slick-list {height: 520px;}
	.custom #sliderart .slidergross {height: 535px;}
	.custom #sliderart .sliderklein .slick-list {height: 200px;}
	.custom #sliderart .sliderklein {height: 200px;}
}

@media screen and (max-width: 1160px) {
	.custom #sliderart {width: 900px;}
	.custom #sliderart .slidergross .slick-list {height: 415px;}
	.custom #sliderart .slidergross {height: 430px;}
	.custom #sliderart .sliderklein .slick-list {height: 160px;}
	.custom #sliderart .sliderklein {height: 160px;}
	#header .topheader .inside {width: 900px;}
	#header .botheader .inside {width: 900px;}
	#container .mod_article .inside {width: 900px;}
	/*#header .botheader .navigation li {margin-left: 12px;}
	#header .botheader .navigation li a {font-size: 1.4rem;}
	#header .botheader .navigation li:hover a, #header .botheader .navigation li a.trail, #header .botheader .navigation li a.active, #header .botheader .navigation li strong {font-size: 1.4rem;}
	#header .botheader .navigation li a, #header .botheader .navigation li a:hover, #header .botheader .navigation li a.trail, #header .botheader .navigation li a.active {padding-top:30px;}
	#header .botheader .logo {width: 180px; margin-top: 54px;}*/
	.newshome .layout_latest .image_container {height: 175px;}
	.referenzenhome .layout_latest .image_container {height: 175px;}
    .custom #sliderart .slidergross .ce_text h2 {font-size: 4rem; line-height: 3rem;}
    .custom #sliderart .slidergross .ce_text {top: 40px; right: 40px;}
    .mod_listing .tagfilter_menu {width: 900px;}
    .mod_catalogUniversalView {width: 900px;}
    .listnavigator_main {width: 900px;}
    .schmal {width: 80% !important; margin: 0 auto;}
}

@media screen and (max-width: 930px) {
	#header .mobilebtn_ct {display: block; position: absolute; z-index: 500; top: 45px; right: 3%; width: 36px; height: 36px; cursor: pointer;}
    #header .mobilebtn_ct a {display: block; width: 100%; height: 100%; background: url(../../files/data-spirig/graphics/btn-mobile.svg) center no-repeat;}
	#header .topheader {display: none;}
    #header .botheader {height: 125px;}
	#header .botheader .navigation {display: none;}
	#header .botheader .unternavigation {display: none;}
	#header .botheader .logo {margin-top: 26px;}
    .custom #sliderart {width: 94%; padding-left: 3%; padding-right: 3%;}
    .custom #sliderart .slidergross .slick-list {height: 43vw;}
    .custom #sliderart .slidergross {height: 45vw;}
    .custom #sliderart .sliderklein .slick-list {height: 16vw;}
    .custom #sliderart .sliderklein {height: 16vw;}
    #header .topheader .inside {width: 94%; padding-left: 3%; padding-right: 3%;}
    #header .botheader .inside {width: 94%; padding-left: 3%; padding-right: 3%;}
    #container .mod_article .inside {width: 94%; padding-left: 3%; padding-right: 3%;}
	#container .rs-column.-large-col-4-1 {width: 48.5%; margin-right: 3%; margin-top: 0;}
	#container .rs-column.-large-col-4-1:nth-of-type(2n) {margin-right: 0;}
	.newshome .layout_latest .image_container {height: 17vw;}
	.referenzenhome .layout_latest .image_container {height: 17vw;}
    .stellenhome .layout_latest {width: 100%; margin-right: 0; margin-bottom: 15px;}
    .ce_youtube iframe {width: 100%; height: 50vw;}
    h1, h2 {font-size: 3.5rem; line-height: 4.3rem;}
    #container .ce_form {width: 100%;}
    .custom #sliderart .slidergross .ce_text h2 {font-size: 3rem; line-height: 2rem;}
    .mod_catalogUniversalView .ctlg_teaser {width: 47%;}
    .mod_listing .tagfilter_menu {width: 94%; padding-left: 3%; padding-right: 3%; position: relative;}
    .mod_catalogUniversalView {width: 94%; padding-left: 3%; padding-right: 3%;}
    .mod_listing {height: auto; display: inline-block;}
    .mod_listing .tagfilter_menu .tagfilter_text {width: 100%; margin-bottom: 10px;}
    .mod_listing .tagfilter_menu .tagfilter {width: 100%;}
    .mod_listing .tagfilter_menu .tagfilter ul > li {margin-right: 0; width: 100%;}
    .mod_listing .tagfilter_menu .tree_level_1 .tree_level_2 {position: relative; top: 0;}
    .mod_listing .tagfilter_menu .tree_level_1 > li > div {display: inline-block; width: 100%; margin-bottom: 10px; background: url(../../files/data-spirig/graphics/ref-filter.svg) top 8px right no-repeat;}
    .mod_listing .tagfilter_menu .tagfilter_remove {position: absolute; right: 3%; top: 0;}
    .mod_listing .tagfilter_menu .tagfilter_text {width: 92%; margin-right: 0;}
    .listnavigator_main {width: 94%; padding-left: 3%; padding-right: 3%; height: 45px;}
    .listnavigator_main .prev {left: 3%;}
	.listnavigator_main .next {right: 3%;}
	.mod_newslist.querscroll {width: 100%; overflow-x: scroll;}
	.mod_newslist.querscroll div {width: 930px;}
	.mod_newslist.querscroll:after {content: "scroll right"; font-size: 14px;}
	.schmal {width: 100% !important; margin: 0 auto; display:block;}
	.layout_full .detailteaser {width:100%;}
	.lehrstellenliste .stellen-header {display: none;}
	.lehrstellenliste h4 {display: block; width: 100%; padding: 5px 0;}
	.lehrstellenliste .tag-chain {display: block; width: 100%; padding: 5px 0;}
	.lehrstellenliste .more {display: block; width: 100%; padding: 5px 0;}
	.lehrstellenliste .more2 {display: block; width: 100%; padding: 5px 0;}
	.lehrstellenliste .more3 {display: block; width: 100%; padding: 5px 0;}
	.lehrstellenliste .more4 {display: block; width: 100%; padding: 5px 0;}
	.lehrstellenliste .enclosure {display: block; width: 100%; padding: 5px 0;}
	.lehrstellenliste .enclosure li {text-align: left;}
	.lehrstellenliste .more a span {display: inline;}
	.lehrstellenliste .more2 a span {display: inline;}
	.lehrstellenliste .more3 a span {display: inline;}
	.lehrstellenliste .more4 a span {display: inline;}
}

@media screen and (max-width: 655px) {
    .skltbs-panel {padding:0 !important;}
    #main .skltbs-tab {background: #008E52; text-align: center; cursor: default; color: #fff;}
    #main .skltbs-tab:focus {box-shadow: none;}
    .skltbs .skltbs-panel-group .skltbs-panel {display: block !important;}
    .skltbs .skltbs-panel-group .skltbs-panel-heading {display: none !important;}
    .newshome .layout_latest {width: 100%; margin-right: 0; margin-bottom: 15px;}
    .referenzenhome .layout_latest {width: 100%; margin-right: 0; margin-bottom: 15px;}
    .newshome .layout_latest .image_container {height: 55vw;}
    .referenzenhome .layout_latest .image_container {height: 55vw;}
    #container .ce_text .image_container.float_left {width: 100%; margin-right: 0%;}
    #container .ce_text .image_container.float_right {width: 100%; margin-left: 0%;}
    .custom #sliderart .slidergross .ce_text {display: none;}
    .schmal {width: 100% !important; margin: 0 auto; display:block;}
    .schmal75 {width: 100% !important; margin: 0 auto;}
    .schmal50 {width: 100% !important; margin: 0 auto;}
    .mod_catalogUniversalView .ctlg_teaser {width: 100%; margin-right: 0; margin-left: 0;}
    body.home .mod_catalogUniversalView {padding: 0;}
    body.home .mod_catalogUniversalView .ctlg_teaser {width: 100%; margin-right: 0;}
    .mod_catalogUniversalView .ctlg_master {padding:50px 2%;}
    #header .mobilebtn_ct {top: 21px;}
    #header .botheader {height: 80px;}
    #header .botheader .logo {margin-top: 20px;}
    h1, h2 {background-size: 50% 2px;}
    .stellenhome .layout_latest .newsbot {min-height: 50px;}

	.timeline {margin-left: 0;}
	.timeline:before {left: 5%;}
	.timeline:after {left: 5%;}

	#container .timeline .timeline-item:before {left: 5%;}
	#container .timeline .timeline-item .ce_headline {width: 85%; float: right;}
	#container .timeline .timeline-item div {width: 85%; float: right;}
	#container .timeline .timeline-item .ce_headline {float: right; text-align: left; padding-bottom: 0;}
	#container .timeline .timeline-item div {float: right; text-align: left; clear: right !important;}
	#container .timeline .timeline-item div h3 {text-align: left;}
	#container .timeline .timeline-item:nth-child(2n) .ce_headline {float: right; text-align: left;}
	#container .timeline .timeline-item:nth-child(2n) div {float: right; text-align: left; clear: left !important;}
	#container .timeline .timeline-item:nth-child(2n) div h3 {text-align: left;}
	#container .timeline .timeline-item .ce_text {width: 85%; margin-top: 0;}
	.stellenliste .stellen-header {display: none;}
	.stellenliste h4 {display: block; width: 100%; padding: 5px 0;}
	.stellenliste .tag-chain {display: block; width: 100%; padding: 5px 0;}
	.stellenliste .more {display: block; width: 100%; padding: 5px 0;}
	.stellenliste .enclosure {display: block; width: 100%; padding: 5px 0;}
	.stellenliste .enclosure li {text-align: left;}
}

@media screen and (max-width: 600px) {
	#container .rs-column.-large-col-2-1 {width: 100%; margin-right: 0; margin-top: 0;}
	#container .rs-column.-large-col-3-1 {width: 100%; margin-right: 0; margin-top: 0;}
	#container .rs-column.-large-col-4-1 {width: 100%; margin-right: 0; margin-top: 0;}
	#container .rs-column.zentriert.-large-col-2-1 {width: 100%; margin-right: 0 !important; margin-top: 0;}
	#container .rs-column.zentriert.-large-col-3-1 {width: 100%; margin-right: 0 !important; margin-top: 0;}
	#container .rs-column.zentriert.-large-col-4-1 {width: 100%; margin-right: 0 !important; margin-top: 0;}
    h1, h2 {font-size: 3rem; line-height: 4rem;}
    #container #main .ce_gallery {width: 100%;}
    .listnavigator_main .prev {color: #EBEEF0; z-index: 50;}
	.listnavigator_main .next {color: #EBEEF0; z-index: 50;}
	.listnavigator_main .back {z-index: 100; position: relative;}
	.schmal {width: 100% !important; margin: 0 auto; display:block;}
}

/*  FONTS                                                    */
/*************************************************************/
@font-face {
    font-family: 'montserratbold';
    src: url('../../files/data-spirig/style/Fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('../../files/data-spirig/style/Fonts/montserrat-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'montserratlight';
    src: url('../../files/data-spirig/style/Fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('../../files/data-spirig/style/Fonts/montserrat-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'montserratmedium';
    src: url('../../files/data-spirig/style/Fonts/montserrat-medium-webfont.woff2') format('woff2'),
         url('../../files/data-spirig/style/Fonts/montserrat-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'montserratregular';
    src: url('../../files/data-spirig/style/Fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('../../files/data-spirig/style/Fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'montserratsemibold';
    src: url('../../files/data-spirig/style/Fonts/montserrat-semibold-webfont.woff2') format('woff2'),
         url('../../files/data-spirig/style/Fonts/montserrat-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotoregular';
    src: url('../../files/data-spirig/style/Fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('../../files/data-spirig/style/Fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'robotolight';
    src: url('../../files/data-spirig/style/Fonts/roboto-light-webfont.woff2') format('woff2'),
         url('../../files/data-spirig/style/Fonts/roboto-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'robotomedium';
    src: url('../../files/data-spirig/style/Fonts/roboto-medium-webfont.woff2') format('woff2'),
         url('../../files/data-spirig/style/Fonts/roboto-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'robotobold';
    src: url('../../files/data-spirig/style/Fonts/roboto-bold-webfont.woff2') format('woff2'),
         url('../../files/data-spirig/style/Fonts/roboto-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.skltbs-tab-group{margin:0;padding:0}.skltbs-tab-group::after{clear:both;display:table;content:""}.skltbs-tab-item{display:block;float:left}.skltbs-tab{display:block;text-decoration:none;touch-action:manipulation}.is-active > .skltbs-tab{touch-action:none}.is-disabled > .skltbs-tab{cursor:default;pointer-events:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.skltbs-panel-group{clear:both}.skltbs-panel-heading{margin:0;font:inherit}.skltbs.has-animation .skltbs-tab{transition:background-color 0.3s ease-in-out, color 0.3s ease-in-out}.skltbs.has-animation .skltbs-panel-group{transition:height 0.3s ease-in-out;transition-delay:0.3s;-webkit-backface-visibility:hidden;backface-visibility:hidden}.skltbs.has-animation .skltbs-panel{opacity:0;position:absolute;top:0;left:0;visibility:hidden;z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.skltbs.has-animation .skltbs-panel.is-active{opacity:1;visibility:visible;z-index:1}.skltbs.has-animation .skltbs-panel.is-getting-in,.skltbs.has-animation .skltbs-panel.is-getting-out{visibility:visible}.skltbs.has-animation.fade .skltbs-panel.is-getting-out{-webkit-animation:fade 0.3s ease-in-out forwards;animation:fade 0.3s ease-in-out forwards;-webkit-animation-direction:reverse;animation-direction:reverse}.skltbs.has-animation.fade .skltbs-panel.is-getting-in{-webkit-animation:fade 0.3s ease-in-out forwards;animation:fade 0.3s ease-in-out forwards;-webkit-animation-delay:0.3s;animation-delay:0.3s}.skltbs.has-animation.fade-scale .skltbs-panel.is-getting-out{-webkit-animation:fade-scale-out 0.3s ease-in-out forwards;animation:fade-scale-out 0.3s ease-in-out forwards}.skltbs.has-animation.fade-scale .skltbs-panel.is-getting-in{-webkit-animation:fade-scale-in 0.3s ease-in-out forwards;animation:fade-scale-in 0.3s ease-in-out forwards;-webkit-animation-delay:0.3s;animation-delay:0.3s}.skltbs.has-animation.drop .skltbs-panel.is-getting-out{-webkit-animation:slide-down-out 0.4s ease-in-out forwards;animation:slide-down-out 0.4s ease-in-out forwards}.skltbs.has-animation.drop .skltbs-panel.is-getting-in{-webkit-animation:scale-up 0.4s ease-in-out forwards;animation:scale-up 0.4s ease-in-out forwards}.skltbs.has-animation.rotate .skltbs-panel-group{overflow:hidden}.skltbs.has-animation.rotate .skltbs-panel.is-getting-out{-webkit-animation:rotate-out 0.5s ease-in-out forwards;animation:rotate-out 0.5s ease-in-out forwards}.skltbs.has-animation.rotate .skltbs-panel.is-getting-in{-webkit-animation:rotate-in 0.5s ease-in-out forwards;animation:rotate-in 0.5s ease-in-out forwards}@-webkit-keyframes "fade"{0%{opacity:0;}100%{opacity:1;}}@keyframes "fade"{0%{opacity:0;}100%{opacity:1;}}@-webkit-keyframes "fade-scale-in"{0%{opacity:0;-webkit-transform:scale(0.95);-ms-transform:scale(0.95);transform:scale(0.95);}100%{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}}@keyframes "fade-scale-in"{0%{opacity:0;-webkit-transform:scale(0.95);-ms-transform:scale(0.95);transform:scale(0.95);}100%{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}}@-webkit-keyframes "fade-scale-out"{0%{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}100%{opacity:0;-webkit-transform:scale(0.95);-ms-transform:scale(0.95);transform:scale(0.95);}}@keyframes "fade-scale-out"{0%{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}100%{opacity:0;-webkit-transform:scale(0.95);-ms-transform:scale(0.95);transform:scale(0.95);}}@-webkit-keyframes "scale-up"{from{-webkit-transform:scale(0.5);-ms-transform:scale(0.5);transform:scale(0.5);}to{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}}@keyframes "scale-up"{from{-webkit-transform:scale(0.5);-ms-transform:scale(0.5);transform:scale(0.5);}to{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}}@-webkit-keyframes "slide-down-out"{from{}to{opacity:0;-webkit-transform:translate3d(0, 50%, 0);-ms-transform:translate3d(0, 50%, 0);transform:translate3d(0, 50%, 0);}}@keyframes "slide-down-out"{from{}to{opacity:0;-webkit-transform:translate3d(0, 50%, 0);-ms-transform:translate3d(0, 50%, 0);transform:translate3d(0, 50%, 0);}}@-webkit-keyframes "rotate-in"{from{-webkit-transform:translate3d(50%, 0, 0);-ms-transform:translate3d(50%, 0, 0);transform:translate3d(50%, 0, 0);}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}}@keyframes "rotate-in"{from{-webkit-transform:translate3d(50%, 0, 0);-ms-transform:translate3d(50%, 0, 0);transform:translate3d(50%, 0, 0);}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}}@-webkit-keyframes "rotate-out"{from{}to{opacity:0;-webkit-transform:translate3d(-50%, 0, 0);-ms-transform:translate3d(-50%, 0, 0);transform:translate3d(-50%, 0, 0);}}@keyframes "rotate-out"{from{}to{opacity:0;-webkit-transform:translate3d(-50%, 0, 0);-ms-transform:translate3d(-50%, 0, 0);transform:translate3d(-50%, 0, 0);}}.skltbs{margin-top:1.5em;margin-bottom:1.5em}.skltbs-tab-item{margin:0 3px 3px 0}.skltbs-tab{background:#e1e1e1;color:#2e2e2e;padding:1em 1.2em}.is-active > .skltbs-tab{background:#f48434;color:white;text-shadow:0 0 1px #d05d0b}.is-disabled > .skltbs-tab{background:#f2f2f2;color:#c7c7c7}.skltbs-tab:focus{outline:0;box-shadow:inset 0 0 0 2px #d05d0b}.skltbs-panel-group{background:white}.skltbs-panel{background:white;padding:1em 1.2em;box-sizing:border-box}.skltbs-panel:focus{outline:0;box-shadow:inset 0 0 0 2px #f8b07d}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-container{visibility:hidden}.slick-initialized{visibility:visible}
