.dlh_googlemap img {max-width:none}.dlh_googlemap .routinglink{white-space:nowrap}
body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}
/*
	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 effects extension CSS
*/
html.mm-slide .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }
html.mm-slide.mm-opened .mm-menu {
  -webkit-transform: translateX(-30%);
  -moz-transform: translateX(-30%);
  -ms-transform: translateX(-30%);
  -o-transform: translateX(-30%);
  transform: translateX(-30%); }
html.mm-slide.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }
html.mm-slide.mm-right.mm-opened .mm-menu {
  -webkit-transform: translateX(30%);
  -moz-transform: translateX(30%);
  -ms-transform: translateX(30%);
  -o-transform: translateX(30%);
  transform: translateX(30%); }
html.mm-slide.mm-right.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }
html.mm-slide.mm-top.mm-opened .mm-menu {
  -webkit-transform: translateY(-30%);
  -moz-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  -o-transform: translateY(-30%);
  transform: translateY(-30%); }
html.mm-slide.mm-top.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%); }
html.mm-slide.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: translateY(30%);
  -moz-transform: translateY(30%);
  -ms-transform: translateY(30%);
  -o-transform: translateY(30%);
  transform: translateY(30%); }
html.mm-slide.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%); }

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

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

.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}
@charset "UTF-8";
.contao-cookiebar {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
  padding: 15px;
  max-height: 100vh;
  box-sizing: border-box;
  pointer-events: none;
  overflow: hidden; }
  .contao-cookiebar * {
    box-sizing: border-box; }
  .contao-cookiebar:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .contao-cookiebar .cc-inner {
    display: inline-block;
    overflow-y: auto;
    max-height: 100%;
    max-width: 100%;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    font-size: 1rem;
    text-align: left; }
  .contao-cookiebar.cc-top .cc-inner {
    vertical-align: top; }
  .contao-cookiebar.cc-top.cc-active .cc-inner {
    animation: cookiebar-top-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-top.cc-saved .cc-inner {
    animation: cookiebar-top-out 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-bottom .cc-inner {
    vertical-align: bottom; }
  .contao-cookiebar.cc-bottom.cc-active .cc-inner {
    animation: cookiebar-bottom-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-bottom.cc-saved .cc-inner {
    animation: cookiebar-bottom-out 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-middle .cc-inner {
    vertical-align: middle; }
  .contao-cookiebar.cc-middle.cc-active .cc-inner {
    animation: cookiebar-middle-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-middle.cc-saved .cc-inner {
    animation: cookiebar-middle-out 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-left {
    text-align: left; }
  .contao-cookiebar.cc-right {
    text-align: right; }
  .contao-cookiebar .cc-head h1:first-child, .contao-cookiebar .cc-head h2:first-child, .contao-cookiebar .cc-head h3:first-child, .contao-cookiebar .cc-head h4:first-child, .contao-cookiebar .cc-head h5:first-child, .contao-cookiebar .cc-head h6:first-child {
    margin-top: 0; }
  .contao-cookiebar .cc-head p {
    margin-bottom: 15px; }
  .contao-cookiebar .cc-btn {
    display: inline-block;
    cursor: pointer;
    width: 100%;
    padding: 8px 14px;
    margin-bottom: 8px;
    font-size: 15px;
    outline: 0 none;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    color: #444;
    background: #f5f5f5; }
    .contao-cookiebar .cc-btn:hover {
      background: #ececec; }
    .contao-cookiebar .cc-btn:last-child {
      margin-bottom: 0; }
  .contao-cookiebar .grayscale .cc-btn {
    background: #f1efef; }
    .contao-cookiebar .grayscale .cc-btn:hover {
      background: #ececec; }
    .contao-cookiebar .grayscale .cc-btn.success {
      background: #fbfbfb; }
      .contao-cookiebar .grayscale .cc-btn.success:hover {
        background: #f7f7f7; }
  .contao-cookiebar .highlight .cc-btn.success {
    background: #4e9e3e;
    border-color: #3e7830;
    color: #fff; }
    .contao-cookiebar .highlight .cc-btn.success:hover {
      background: #4c933f; }
  .contao-cookiebar label {
    position: relative;
    display: block;
    padding: 8px 13px 8px 0;
    line-height: 1.2rem; }
    .contao-cookiebar label.group {
      font-weight: 600; }
  .contao-cookiebar input {
    position: absolute;
    width: 1px;
    height: 1px;
    outline: 0 none;
    opacity: 0; }
    .contao-cookiebar input + label {
      padding: 8px 13px 8px 50px;
      cursor: pointer; }
      .contao-cookiebar input + label:before {
        content: '';
        position: absolute;
        top: 6px;
        left: 0;
        width: 35px;
        height: 18px;
        margin: 0;
        box-sizing: content-box;
        border-radius: 10px;
        background: #fff;
        border: 2px solid #9c9b99;
        transition: border-color .2s; }
      .contao-cookiebar input + label:after {
        display: block;
        content: '';
        position: absolute;
        top: 10px;
        left: 4px;
        width: 14px;
        height: 14px;
        border-radius: 10px;
        background: #9c9b99;
        transition: background .2s, margin-left .2s, padding .2s; }
      .contao-cookiebar input + label:active:after {
        padding-left: 5px; }
    .contao-cookiebar input.cc-group-half + label:after {
      background: linear-gradient(to right, #9c9b99 0%, #9c9b99 50%, #399d32 50%, #399d32 100%); }
    .contao-cookiebar input:checked + label:after {
      background: #399d32;
      margin-left: 17px; }
    .contao-cookiebar input:checked + label:active:after {
      margin-left: 12px; }
    .contao-cookiebar input:checked + label:before {
      background: #dcf3db;
      border-color: #399d32; }
    .contao-cookiebar input:disabled + label {
      pointer-events: none; }
      .contao-cookiebar input:disabled + label:after {
        background: #c8c7c5; }
      .contao-cookiebar input:disabled + label:before {
        background: #f4f4f4;
        border-color: #c8c7c5; }
  .contao-cookiebar.cc-active .cc-inner {
    opacity: 1;
    pointer-events: auto;
    visibility: visible; }
  .contao-cookiebar.cc-active.cc-blocked {
    pointer-events: auto;
    animation: cookiebar-overlay-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-saved.cc-inner {
    opacity: 0;
    pointer-events: none;
    visibility: hidden; }
  .contao-cookiebar.cc-saved.cc-blocked {
    pointer-events: none;
    animation: cookiebar-overlay-out 0.5s ease-in-out forwards; }

@media (min-width: 768px) {
  .contao-cookiebar .cc-btn {
    width: auto;
    margin-bottom: 0; }
  .contao-cookiebar .cc-inner {
    max-width: 750px; } }

@keyframes cookiebar-overlay-in {
  0% {
    background: rgba(0, 0, 0, 0); }
  100% {
    background: rgba(0, 0, 0, 0.75); } }

@keyframes cookiebar-overlay-out {
  0% {
    background: rgba(0, 0, 0, 0.75); }
  100% {
    background: rgba(0, 0, 0, 0);
    visibility: hidden; } }

@keyframes cookiebar-top-in {
  0% {
    opacity: 0;
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes cookiebar-top-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%); } }

@keyframes cookiebar-middle-in {
  0% {
    opacity: 0;
    transform: scale(0); }
  100% {
    opacity: 1;
    transform: scale(1); } }

@keyframes cookiebar-middle-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: scale(1); }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: scale(0); } }

@keyframes cookiebar-bottom-in {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes cookiebar-bottom-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%); } }

.contao-cookiebar {
  color: #444444; }
  .contao-cookiebar p {
    color: #868686;
    line-height: 1.4; }
  .contao-cookiebar .cc-inner {
    padding: 25px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    background: #fff; }
  .contao-cookiebar .cc-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    position: relative;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    margin-bottom: 10px; }
    .contao-cookiebar .cc-group > label {
      flex-grow: 1;
      margin: 5px 0 5px 10px; }
    .contao-cookiebar .cc-group .cc-detail-btn {
      border: 0 none;
      outline: 0 none;
      background: transparent;
      font-size: 13px;
      letter-spacing: 0;
      text-transform: initial;
      cursor: pointer;
      color: #a2a2a2;
      padding: 8px 10px;
      line-height: 1.2rem; }
      .contao-cookiebar .cc-group .cc-detail-btn span:nth-child(2) {
        display: none; }
      .contao-cookiebar .cc-group .cc-detail-btn.cc-active span:nth-child(1) {
        display: none; }
      .contao-cookiebar .cc-group .cc-detail-btn.cc-active span:nth-child(2) {
        display: inline; }
      .contao-cookiebar .cc-group .cc-detail-btn:hover {
        color: #717171; }
    .contao-cookiebar .cc-group .cc-detail-btn-details {
      display: inline-block;
      border: 0 none;
      outline: 0 none;
      background: transparent;
      font-size: 13px;
      letter-spacing: 0;
      text-transform: initial;
      cursor: pointer;
      color: #a2a2a2;
      text-decoration: underline;
      padding: 0;
      margin: 0 0 10px; }
      .contao-cookiebar .cc-group .cc-detail-btn-details span:nth-child(2) {
        display: none; }
      .contao-cookiebar .cc-group .cc-detail-btn-details.cc-active span:nth-child(1) {
        display: none; }
      .contao-cookiebar .cc-group .cc-detail-btn-details.cc-active span:nth-child(2) {
        display: inline; }
      .contao-cookiebar .cc-group .cc-detail-btn-details:hover {
        color: #717171; }
  .contao-cookiebar .cc-cookies {
    display: none;
    width: 100%;
    background: #fbfbfb;
    border-radius: 0 0 5px 5px; }
    .contao-cookiebar .cc-cookies > p {
      font-size: 0.875rem; }
    .contao-cookiebar .cc-cookies > p, .contao-cookiebar .cc-cookies > .cc-cookie {
      margin: 0;
      padding: 15px;
      border-top: 1px solid #e6e6e6; }
    .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info {
      font-size: 0.875rem;
      background: #fff;
      padding: 10px;
      border-radius: 5px;
      border: 1px solid #efefef; }
      .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info > div > span {
        font-weight: 600; }
      .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info > div + div {
        margin-top: 5px;
        word-wrap: break-word; }
      .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info + button.cc-detail-btn-details {
        margin-top: 15px; }
    .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-desc > p {
      margin-bottom: 0; }
    .contao-cookiebar .cc-cookies .cc-cookie label.cookie + p, .contao-cookiebar .cc-cookies .cc-cookie label.cookie + .cc-cookie-info, .contao-cookiebar .cc-cookies .cc-cookie label.cookie + button.cc-detail-btn-details {
      margin-top: 10px; }
    .contao-cookiebar .cc-cookies .cc-cookie p {
      margin: 0 0 15px;
      font-size: 0.875rem; }
  .contao-cookiebar .cc-footer, .contao-cookiebar .cc-info {
    text-align: center; }
  .contao-cookiebar .cc-info {
    margin-top: 15px; }
    .contao-cookiebar .cc-info > p {
      font-size: 0.875rem; }
    .contao-cookiebar .cc-info > a {
      display: inline-block;
      font-size: 0.813rem;
      color: #a2a2a2;
      text-decoration: none; }
      .contao-cookiebar .cc-info > a:hover {
        color: #717171; }
      .contao-cookiebar .cc-info > a + a:before {
        display: inline-block;
        content: '·';
        margin-right: 5px; }

/*************************************************************/
/*   Design:  SPSHAUS.CH							 	 	 */
/*   File:    screen.css					                 */
/*-----------------------------------------------------------*/
/*   Autor:   Thomas Dürig, www.nuun.ch 	                 */
/*   Datum:   April 2016					                 */
/*   Site: 	  www.spshaus.ch						         */
/*************************************************************/
/*  LAYOUT													 */
/*************************************************************/

/*FARBEN*/
/*	
	Grün: #1c9a9a
	Hellgrün: #cef7f5
	Hellgrau: #ededed
	Dunkelgrau: #4c4c4c
	Blau: #266499
*/

/*Abstände*/
.oben-40 {margin-top: -40px !important;}
.oben-30 {margin-top: -30px !important;}
.oben-20 {margin-top: -20px !important;}
.oben-10 {margin-top: -10px !important;}
.oben0 {margin-top: 0px !important;}
.oben10 {margin-top: 10px !important;}
.oben20 {margin-top: 20px !important;}
.oben30 {margin-top: 30px !important;}
.oben40 {margin-top: 40px !important;}

.unten-40 {margin-bottom: -40px !important;}
.unten-30 {margin-bottom: -30px !important;}
.unten-20 {margin-bottom: -20px !important;}
.unten-10 {margin-bottom: -10px !important;}
.unten0 {margin-bottom: 0px !important;}
.unten10 {margin-bottom: 10px !important;}
.unten20 {margin-bottom: 20px !important;}
.unten30 {margin-bottom: 30px !important;}
.unten40 {margin-bottom: 40px !important;}

/*Cookiebar*/
.contao-cookiebar .cc-inner {max-width: 500px; font-size: 1.5rem; line-height: 1.8rem;}
.contao-cookiebar .cc-inner label {line-height: 1.9rem;}
.contao-cookiebar .cc-cookies .cc-cookie p {font-size: 1.5rem; line-height: 1.8rem;}
.contao-cookiebar .cc-info > p {font-size: 1.2rem; line-height: 1.6rem;}
.contao-cookiebar .cc-info > p a {color:#999999; text-decoration: none;}

.ce_hyperlink.bggruen {margin: 15px 0;}
.ce_hyperlink.bggruen a {display: inline-block; padding: 10px 20px !important; text-decoration:none; border-radius: 4px; background: #1c9a9a; color: #fff !important;}


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

html, body {-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; 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;}

body.home h1, body.home h2, body.home h3 {color:#1c9a9a;}
h1, h2, h3, h4, h5, h6 {/*display: inline-block; width: 100%;*/ color:#4c4c4c; font-family: 'robotobold', arial, sans-serif; word-break: break-word;}
h1 {margin:20px 0 10px 0;}
h2 {font-size: 2rem; margin:10px 0 5px 0;}
h3 {font-size: 1.6rem; margin:10px 0 5px 0;}
h4 {font-family: 'robotoitalic', arial, sans-serif; margin: 10px 0 5px 0;}
p {color: #4c4c4c; line-height: 1.4em;}

body.home .homeh1 {text-align: center; margin: 20px 0; color: #4c4c4c;}

.fa {padding-left: 1px;}

.zentriert {text-align: center;}

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

body #wrapper {width: 100%; position: relative; margin: 0 auto 0; min-height: 100%; height:auto !important; height: 100%;}

/*  SPECIAL-KLASSEN											 */
/*************************************************************/
.topline:before {content: ''; display: block; width: 100%; height: 5px; margin-bottom: 2px; background-color: #1c9a9a;}
.topline2:before {content: ''; display: block; width: 100%; height: 5px; margin-bottom: 2px; background-color: #266499;}

body #container .homebox {position: relative;}
body #container .homebox h3 {font-family: 'robotoblack', arial, sans-serif; font-size: 1.8rem; line-height: 2.2rem; letter-spacing: 0.2px; margin: 10px 0 15px 0;}
body #container .homebox .homeboxtext {background-color: #F6F8FA; padding: 15px 15px 9px 15px; min-height: 150px; box-sizing: border-box;}
body #container .homebox .homeboxtext p {margin-top: 0; margin-bottom: 5px; color: #009999; font-size: 1.8rem; line-height: 2.2rem; letter-spacing: 0.2px;}
body #container .homebox .image_container {position: relative; top: 0; line-height: 0; width: 100%; margin: 0; height: 290px; overflow: hidden;}
body #container .homebox .image_container img {width: 100%; height: 100%; object-fit: cover;}

.grau {background-color: #ededed;}
.gruen {background-color: #1c9a9a;}
.blau {background-color: #266499;}
#container .mod_article.gruen h3, #container .mod_article.gruen p, #container .mod_article.gruen a {color: #ececec; text-decoration: none;}
#container .mod_article.gruen a:hover {color: #ececec; text-decoration: underline;}
.mod_article.blau {background: #4281b8; /* Old browsers */
background: -moz-linear-gradient(-45deg, #4281b8 0%, #266499 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #4281b8 0%,#266499 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #4281b8 0%,#266499 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4281b8', endColorstr='#266499',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */}
#container .mod_article.blau h3, #container .mod_article.blau p, #container .mod_article.blau a {color: #ececec; text-decoration: none;}
#container .mod_article.blau a:hover {color: #ececec; text-decoration: underline;}

.divider {clear: both; height: 1px; margin: 0; width: 100%; border-top: 1px solid #b8b8b8;}

/*  HEADER													 */
/*************************************************************/
#header {height: auto; padding-top: 25px; z-index: 3000; background-color: #fff; padding-bottom: 40px; width: 100%; position: relative; -webkit-box-shadow: 0px 2px 40px 0px rgba(0,0,0,0.07); -moz-box-shadow: 0px 2px 40px 0px rgba(0,0,0,0.07); box-shadow: 0px 2px 40px 0px rgba(0,0,0,0.07);}
#header .inside {width: 1200px; margin: 0 auto; position: initial;}
#header .inside .topheader {height: 100px; overflow: hidden; /*margin-top: -100px;*/}
#header .inside #suche {display: inline-block; margin-top: 50px; cursor: pointer;}
#header .inside #suche .close {display: none;}
#header .inside .topheader .suche .formbody {margin: 0 auto 0 auto; text-align: center; height: 50px; width: 100%; padding: 32px 0 18px 0; background-color: #ededed;}
#header .inside .topheader .suche .formbody .widget-text {width: 50%; display: inline-block;}
#header .inside .topheader .suche .formbody input.text {width: 100%; -webkit-appearance: textfield; padding: 7px 0.5%;}
#header .inside .topheader .suche .formbody .widget-submit {display: inline-block;}
#header .inside .topheader .suche .formbody button.submit {padding: 5px 15px; font-size: 16px; -webkit-appearance:none; cursor: pointer; background-color: #1c9a9a; border: none; margin-left: 10px; color: #fff; transition: background-color 0.5s ease; -webkit-transition: background-color 0.5s ease;}
#header .inside .topheader .suche .formbody button.submit:hover {background-color: #266499;}
#header .inside .logo {display: inline-block; float: left; margin-top: 35px; width: 194px;}

#header .headerbalken {height: 25px; background: #009999; color: #fff; position: absolute; top: 0; left: 0; width: 100%;}
body.leumg #header .headerbalken {background: #266499;}
#header .headerbalken .inside {height: 25px; padding: 0 3%; display: flex; align-items: center; justify-content: space-between;}
#header .headerbalken .ce_text {margin: 0;}
#header .headerbalken .ce_text p {color: #fff; margin: 0; font-size: 1.4rem; line-height: 2.3rem;}
#header .headerbalken .ce_text a {color: #fff; text-decoration: none;}

/*  COLUMNS													 */
/*************************************************************/
#container .rs-column.-large-col-2-1 {margin-top: 0;}

.rs-column.-large-col-6-1 {width: 14%; margin-right: 3%;}
.rs-column.-large-col-6-1.-large-last {margin-right: 0;}

body.home .rs-column.-large-col-3-1 {width: 32%; margin-top: 30px;}
body.home .rs-column {margin-right: 2%;}
body.home .rs-column.-large-last {margin-right: 0;}

body.home .footer .rs-column {margin-right: 7%;}
body.home .footer .rs-column.-large-col-4-1 {width: 19.7%;}
body.home .footer .rs-column.-large-last {margin-right: 0;}

/*  SLIDER													 */
/*************************************************************/
body.home .custom {width: 100%; background: #F6F8FA;}
body.home .custom #slider {max-width: 1600px; margin: 0 auto;}
body.home .custom .mod_article .inside {width: 100%; padding: 0;}

body.home .bildslider {display: inline-block; width: 68%; height: 700px; margin-right: 2%; float: left;}
body.home .bildslider img {height: 700px; object-fit: cover;}

body.home .textslider {display: inline-block; position: relative; width: 30%; height: 700px; float: right; background: #009999; box-sizing: border-box; padding: 40px 35px;}
body.home .textslider h4 {font-family: 'freelanceallegroregular'; font-weight: initial; font-size: 3rem; line-height: 2.2rem; color: #fff; transform: rotate(-4deg); display: inline-block; margin-bottom: 20px; text-transform: lowercase;}
body.home .textslider h3 {font-family: 'robotobold', arial, sans-serif; font-size: 3.4rem; line-height: 3.8rem; letter-spacing: 0.45px; color: #fff; hyphens: auto;}
body.home .textslider p {font-size: 1.6rem; line-height: 2.2rem; color: #fff;}
body.home .textslider a {font-family: 'robotoblack', arial, sans-serif; color: #fff; text-decoration: none;}
body.home .textslider .slick-container {position: initial;}
body.home .textslider .slick-arrow {transition: transform 0.3s ease; cursor: pointer;}
body.home .textslider .slick-arrow:hover {transform: scale(1.1);}
body.home .textslider .slick-prev {position: absolute; bottom: 30px; left: 35px; width: 49px; height: 49px; background: url(../../files/data/graphics/slick-prev.svg) center no-repeat;}
body.home .textslider .slick-next {position: absolute; bottom: 30px; left: 100px; width: 49px; height: 49px; background: url(../../files/data/graphics/slick-next.svg) center no-repeat;}

body.home .slick-dots button {display: none;}
body.home .slick-dots {position: absolute; bottom: 30px; right: 35px; margin: 0;}
body.home .slick-dots li {display: inline-block; margin-left: 10px; width: 14px; height: 14px; border: 2px solid #fff; background: #009999; transition: background 0.3s ease; cursor: pointer;}
body.home .slick-dots li:hover, body.home .slick-dots li.slick-active {background: #fff;}
body.home .bildslider .slick-dots {text-align: center; width: 100%; right: 0; display: none !important;}
body.home .bildslider .slick-dots li {margin: 0 5px; background: rgba(255,255,255,0); transition: background 0.3s ease;}
body.home .bildslider .slick-dots li:hover, body.home .bildslider .slick-dots li.slick-active {background: rgba(255,255,255,1);}

/*  NAVIGATION												 */
/*************************************************************/

/*Main*/
body #header .navigation {position: relative; float: left; top: 40px; margin-left: 60px; z-index: 1200; overflow: visible !important; font-family: 'robotoblack', arial, sans-serif; letter-spacing: 0.03em;}

body #header .navigation ul {float: right; margin: 0; padding: 0 0 0 0; list-style: none;}
body #header .navigation li {float: left; padding:0 0 0 0; margin:0 10px 0 1px; position: relative; text-align:center; z-index: 1;}
body.firefox #header .navigation li {margin: 0 5px 0 1px;}
body #header .navigation li.lernumgebungmain {display: none;}

body #header .navigation ul.level_1 li li:hover {z-index:2; background-color: #1c9a9a;}
body #header .navigation li:hover a {background-color: #fff; color: #1c9a9a !important;}

body #header .navigation li a {display: block; overflow: hidden; float: left; color:#1c9a9a; border-top: 3px solid #fff;}
body #header .navigation li.submenu a {display: block; overflow: hidden; float: left; color:#1c9a9a; background:none;}

body #header .navigation ul.level_1 li li {text-align:left; border-bottom: 1px solid #fff; text-transform:none; margin:0; padding:0; height:auto; background-color: #1c9a9a; width: 100%; transition: background-color 0.5s ease, color 0.5s ease; -webkit-transition: background-color 0.5s ease, color 0.5s ease;}
body #header .navigation ul.level_1 li li.last {border-bottom: none;}

body #header .navigation ul.level_1 li a {padding:15px 20px; font-size: 18px; height:auto; display: block; float: left; font-weight: bold; text-transform: uppercase; text-decoration:none; transition: background-color 0.5s ease, color 0.5s ease, box-shadow 0.5s ease; -webkit-transition: background-color 0.5s ease, color 0.5s ease, box-shadow 0.5s ease, border-top 0.5s ease;}
body #header .navigation ul.level_1 li.submenu a {padding:15px 20px; font-size: 18px; height:auto; display: block; float: left; text-decoration:none; transition: background-color 0.5s ease, color 0.5s ease, box-shadow 0.5s ease; -webkit-transition: background-color 0.5s ease, color 0.5s ease, box-shadow 0.5s ease, border-top 0.5s ease;}

body #header .navigation ul.level_1 li.submenu ul.level_2 li a {background:none; box-shadow: none; font-size: 15px; margin:0 !important; padding: 8px 7px 8px 20px; height:auto; display: block; width: 203px;}

body #header .navigation li a:hover {background-color: #1c9a9a; text-decoration:none;}
body #header .navigation .level_1 li a.active, body #header .navigation ul li a.trail {background-color: #fff !important; color: #1c9a9a; text-decoration:none; border-top: 3px solid #1c9a9a;}
body #header .navigation .level_2 li a.active, body #header .navigation ul.level_2 li a.trail {/*box-shadow: #666 0 0px 5px;*/ background-color: #1c9a9a !important; color: #cef7f5; text-decoration:none;}
body #header .navigation li:hover a {/*box-shadow: #666 0 0px 5px;*/ background-color: #1c9a9a; text-decoration:none;}

body #header .navigation li.submenu a.active,
body #header .navigation li.submenu a:hover,
body #header .navigation li.submenu:hover a {background-color: #fff; color: #cef7f5; text-decoration:none; border-top: 3px solid #1c9a9a;}

body #header .navigation li ul li a:hover {color: #fff !important; background-color: #f6a648;}
body #header .navigation li .active:hover .level_2 {display: block;}
body #header .navigation li:hover .level_2 {display:block; visibility: visible; opacity: 1; /*box-shadow: #666 0 1px 5px;*/}
body #header .navigation li ul {position: absolute; top: 51px; border-top: 1px solid #fff; width: 230px; height: auto; margin: 0; list-style:none; display: block; visibility: hidden; opacity: 0; /*transition: all 0.3s ease; -webkit-transition: all 0.3s ease;*/}
body.ie #header .navigation li ul {top: 50px;}
#header .navigation .last .level_2 {margin: 0 0 0 -101px;}
body.firefox #header .navigation .last .level_2 {margin: 0 0 0 -98px;}
body #header .navigation li .level_2 li:hover ul.level_3 {display: block; visibility: visible; top: -1px; opacity: 1; left: 230px; /*box-shadow: #666 0 1px 5px;*/}
body #header .navigation li.kontakt .level_2 li:hover ul.level_3 {left: -230px;} 

body #header .navigation .level_2 li a {color:#cef7f5 !important; border-top: none !important; font-weight: normal !important; font-family: 'robotomedium', arial, sans-serif;}
body #header .navigation .level_2 li.active {background-color: #f6a648; width: 100%; line-height: 2.0rem; text-indent: 0; font-weight:normal; }

body #header .mod_nav_sub {display:none;}

/*LEFT*/
.navigationleft {margin-bottom: 40px; font-family: 'robotomedium', arial, sans-serif;}
.navigationleft ul {list-style: none;}
.navigationleft ul.level_1 {padding-left: 0; margin: 0;}
.navigationleft ul.level_1 > li {border-bottom: 1px dotted #1c9a9a; text-transform: uppercase;}
.navigationleft ul.level_1 > li a {display: block; width: 95.1%; padding-left: 5%; padding-top: 10px; padding-bottom: 10px;}
.navigationleft ul.level_1 > li a.login {background:url(../../files/data/graphics/icon_login.png) center right 175px no-repeat; transition: background 0.3s ease; -webkit-transition: background 0.3s ease;}
.navigationleft ul.level_1 > li a.login:hover {background:#ededed url(../../files/data/graphics/icon_login.png) center right 15px no-repeat;}
.navigationleft ul.level_1 > li a.kundenlogin {background:url(../../files/data/graphics/icon_login.png) center right 120px no-repeat; transition: background 0.3s ease; -webkit-transition: background 0.3s ease;}
.navigationleft ul.level_1 > li a.kundenlogin:hover {background:#ededed url(../../files/data/graphics/icon_login.png) center right 15px no-repeat;}
.navigationleft ul.level_2 {padding-left: 0; display: none;}
.navigationleft ul.level_1 .trail ul.level_2,
.navigationleft ul.level_1 .active ul.level_2 {display: block;}
.navigationleft ul.level_2 li a {width: 89%; padding-left: 11%; text-transform: none;}
.navigationleft a {color: #1c9a9a; text-decoration: none;}
.navigationleft ul li a:hover,
.navigationleft ul li ul.level_2 a.active,
body.anmeldung .navigationleft ul li.anmeldung.trail > a,
.navigationleft ul li.untermenu.trail > a,
.navigationleft ul li a.active {background:#ededed url(../../files/data/graphics/menuleftactive.png) right 10px center no-repeat;}
.navigationleft ul.level_3 {display: none;}
.navigationleft ul.level_3 li a {padding-left: 17%; width: 83%;}
.navigationleft ul li ul.level_3 a.trail {background:#ededed url(../../files/data/graphics/menuleftactive.png) right 10px center no-repeat;}
.navigationleft ul.level_2 .trail ul.level_3,
.navigationleft ul.level_2 .active ul.level_3 {display: block; padding-left: 0;}

/*Lernumgebung*/
#header .lernumgebung {display: inline-block; float: right;}
#header .lernumgebung ul {margin: 0; padding: 0; list-style: none;}
#header .lernumgebung ul a:hover, #header .lernumgebung ul a.active, #header .lernumgebung ul a.trail {height: 20px; display: block; padding: 55px 25px 8px 10px; font-family: 'robotomedium', arial, sans-serif; background: #266499 url(../../files/data/graphics/lernumgebunghutw.svg) no-repeat right 10px top 27px; /*background-size: 35px;*/ color: #fff; text-decoration: none;}
#header .lernumgebung ul a {height: 20px; display: block; padding: 55px 25px 8px 10px; background:#fff url(../../files/data/graphics/lernumgebunghut.svg) no-repeat right 10px top 27px; /*background-size: 35px;*/ color: #266499; text-decoration: none; font-family: 'robotomedium', arial, sans-serif; transition: all 0.2s ease; -webkit-transition: all 0.2s ease;}
/*#header .lernumgebung:hover {box-shadow: 0px 1px 5px 0px #444;}
#header .lernumgebung.active {box-shadow: 0px 1px 5px 0px #444;}*/

/*MM-Menu*/
.mm-slideout {height:100%;}
.mobilebtn {display:none;}
#header .mobilebtn_ct {display: none;}
.mm-slideout {margin:0 auto 0; position: relative; min-height: 100%; height: auto !important;}
body .mm-menu.mm-front {background:#1c9a9a;}

/*Breadcrumbs*/
#breadcrumbs .inside {width: 1200px; margin: 0 auto;}
#breadcrumbs .mod_breadcrumb ul {padding: 0;}
#breadcrumbs .mod_breadcrumb ul li {list-style: none; display: inline-block; float: left; margin-right: 10px; font-size: 1.3rem;}
#breadcrumbs .mod_breadcrumb ul li:after {content:">"; padding-left: 10px;}
#breadcrumbs .mod_breadcrumb ul li.first {display: none;}
#breadcrumbs .mod_breadcrumb ul li.last:after {display: none;}
#breadcrumbs .mod_breadcrumb ul li a {color: #1c9a9a; text-decoration: none; transition: color 0.2s ease-in-out; -webkit-transition: color 0.2s ease-in-out;}
#breadcrumbs .mod_breadcrumb ul li a:hover {color: #266499;}

/*  INHALTSELEMENTE                                          */
/*************************************************************/
body.def #container {padding-top: 15px; width: 1200px; margin: 0 auto;}
body.def #left {width: 23%; margin-right: 2%; margin-left: 0;}
body.def #main {width: 50%; margin-right: 2%;}
body.def #right {width: 23%;}
body.def #left, body.def #main {border-top: 1px dotted #1c9a9a;}

#container .ce_text .image_container {margin:5px 0 12px 0; float:none; width:100%;}
#container .ce_text .image_container img {width:100%; height:auto;}
#container .rahmen .image_container img {width: 99% !important; border: 1px solid #ededed;}
#container .imageauto .image_container img {width: auto !important;}
#container .ce_text {width:100%; padding:0 0 0 0; clear: both; /*margin-bottom: 40px;*/}
#right .ce_text {overflow: visible; clear: none; margin-bottom: 0;}

#container .ce_text a {color:#1c9a9a; text-decoration: none; transition: color 0.2s ease-in-out; -webkit-transition: color 0.2s ease-in-out;}
#container .ce_text a:hover {color:#266499;}

#container .ce_text ul {list-style-type: none; padding-left: 14px; /*float: left;*/ margin-top: 5px; display: flex; flex-wrap: wrap;}
#container .ce_text ul li {/*background: url(../../files/data/graphics/list_icon.png) 3px 5px no-repeat;*/ padding:0 0 5px 0px; color: #4c4c4c; width: 100%;}
#container .ce_text ul li:before {content: "\f054"; font-family: 'FontAwesome'; font-size: 11px; margin: 0 5px 0 -13px; color: #4c4c4c; display: inline-block; vertical-align: middle;}
#container .ce_text ol {padding-left: 0px; list-style-position: inside;}
#container .ce_text ol li {color: #4c4c4c;}

#main .ce_text .image_container.float_right {margin:5px 0 6px 4%; float:right; width:45.1%;}
#main .ce_text .image_container.float_left {margin:5px 4% 6px 0; float:left; width:45.1%;}
#main .ce_text .Box_right_Kunden {display: inline-block; float: left; width: 50%;}
.image_container figcaption {color: #4c4c4c;}

#container .ce_image {float:left; width:100%; clear:both;}
#container .ce_image h3 {float:left; width:100%; clear:both;}
#container .ce_image .image_container img {width:100%; height:auto;}

#main .ce_image .image_container {margin:15px 0 9px 0; float:left; width:100%; clear:both;}
#main .ce_image.first.block {margin-top: 0;}
#main .ce_image.first.block .image_container{margin: 0;}

/*Suche*/
#container .mod_search .formbody {height: 50px; width: 100%; padding: 0; border-top: none;}
#container .mod_search .formbody .widget-text {width: 50%; display: inline-block; border-top: none;}
#container .mod_search .formbody input.text {width: 100%; -webkit-appearance: textfield; padding: 7px 0.5%;}
#container .mod_search .formbody .widget-submit {display: inline-block; border-top: none;}
#container .mod_search .formbody button.submit {font-size: 16px; padding: 5px 15px; cursor: pointer; background-color: #1c9a9a; border: none; margin-left: 10px; color: #fff; transition: background-color 0.5s ease; -webkit-transition: background-color 0.5s ease;}
#container .mod_search .formbody button.submit:hover {background-color: #266499;}
#container .mod_search div {padding: 6px 0 10px 0; border-top: 1px dotted #4c4c4c;}
#container .mod_search div h3 {color: #1c9a9a; text-decoration: none;}
#container .mod_search div h3 a {color: #1c9a9a; text-decoration: none;}
#container .mod_search div h3 a:hover {color: #266499;} 

/*Tables*/
#container #main table {width: 100%; border-collapse: collapse; font-size: 15px; color: #1c9a9a;}
#container #main table tbody {width: 100%;}
/*#container #main table tr:hover {background-color: #cef7f5 !important;}*/
#container #main table tr:nth-child(odd) {background-color: #ededed;}
#container #main table td {border: none; border-spacing: 0; padding: 2px 0;}
#container #main table td p {margin: 0;}
#container #main table td:nth-child(1) {width: 10%; text-align: center;}
#container #main table td:nth-child(1) img {height: 15px; width: auto; vertical-align: middle; margin-bottom: 2px;}
#container #main table td:nth-child(2) {width: 80%;}
#container #main table td:nth-child(2) a {width: 100%; display: block;}
#container #main table td:nth-child(3) {width: 5%; color: #1c9a9a;}

#container #main .infotabelle table {color: #4c4c4c; font-size: 1.6rem;}
#container #main .infotabelle table tr:hover {background-color: #fff;}
#container #main .infotabelle table tr {background-color: #fff !important;}
#container #main .infotabelle table tr {border-top: 1px solid #b8b8b8;}
#container #main .infotabelle table td {padding: 3px 0;}
#container #main .infotabelle table td:nth-child(1) {width: 20%; text-align: left; vertical-align: top;}
#container #main .infotabelle table td:nth-child(2) {width: 80%; vertical-align: top;}
#container #main .infotabelle table td ul {margin-bottom: 0;}

#container #main .termintabelle table {color: #4c4c4c}
#container #main .termintabelle table td:nth-child(1) {width: 10%;}
#container #main .termintabelle table td:nth-child(2) {width: 30%;}
#container #main .termintabelle table td:nth-child(3) {width: 30%; color: #4c4c4c;}
#container #main .termintabelle table td:nth-child(4) {width: 20%;}
#container #main .termintabelle table td:nth-child(5) {width: 10%;}

#container #main .bausteintabelle table {color: #4c4c4c; font-size: 1.6rem;}
#container #main .bausteintabelle table tr:hover {background-color: #fff;}
#container #main .bausteintabelle table tr {background-color: #fff !important;}
#container #main .bausteintabelle table tr {border-top: 1px solid #b8b8b8;}
#container #main .bausteintabelle table td {padding: 3px 0;}
#container #main .bausteintabelle table td:nth-child(1) {width: 12%; padding-right: 1%; text-align: left; vertical-align: top;}
#container #main .bausteintabelle table td:nth-child(2) {width: 79%; vertical-align: top;}
#container #main .bausteintabelle table td:nth-child(3) {width: 8%; text-align: right; vertical-align: top; color: #4c4c4c;}
#container #main .bausteintabelle table td ul {margin-bottom: 0;}

/*Rechte Spalte*/
#container #right .ce_image {margin-bottom: 20px;}
#container #right h2, #container #right h3 {width: 100%; position: relative; float: left;}
#right .mod_contentbox .mod_box_items {width: 100%; margin-bottom: 15px;}
#right .mod_contentbox .mod_box_items .inside {padding-bottom: 0;}
#right .mod_contentbox .mod_box_items p {margin: 5px 0;}
#right .ce_headline {padding: 15px 5%; margin: 0 0 15px 0; background-color: #ededed;}
#container #right .ce_text {width: 90%; padding: 10px 5%; overflow: hidden;}

#right .ce_hyperlink {clear: both; margin: 0 0 15px 0;}
#right .ce_hyperlink a {display: block; width: 100%; text-align: center; text-decoration: none; background-color: #1c9a9a; color: #cef7f5; padding: 15px 0; transition: background-color 0.5s ease, color 0.5s ease; -webkit-transition: background-color 0.5s ease, color 0.5s ease;}
#right .ce_hyperlink a:hover {background-color: #266499; color: #fff;}

.kursinhalte.fixed {position: fixed; z-index: 100; top: 10px; width: 248px !important; padding: 14px !important;}
#right .kursinhalte ol {display: inline-block; list-style-position: outside; color:#1c9a9a; list-style-type: decimal; padding-left: 25px;}
#right .kursinhalte ol li {margin: 3px 0; font-size: 15px;}

/*Article*/
.mod_article {width: 100%;}
body.def #container .mod_article .inside {width: 100%; padding-top: 0;}
.mod_article .inside {width: 1200px; margin: 0 auto; padding: 40px 0;}
.mod_article.home-news .inside {padding: 20px 0 0 0;}
#header .mod_article .inside {padding: 0;}
#header .mod_article {overflow: visible;}

body.home .homebeschreibung {text-align: center;}
body.home .homebeschreibung h2 {font-size: 6rem; line-height: 4.7rem; transform: rotate(-4deg); font-weight: normal; display: inline-block; padding: 0; margin: 20px 0 40px 0; font-family: 'freelanceallegroregular'; font-weight: initial;}
body.home .homebeschreibung p {font-size: 25px; line-height: 1.7em; margin-top: 10px;}
body.home .homebeschreibung h4 {font-size: 14px; font-weight: normal;}

body.home .homeinfos .ce_text.first {text-align: center;}
body.home .homeinfos h2 {font-size: 3.4rem; letter-spacing: 0.45px; color: #266499; font-weight: normal; display: inline-block; padding: 18px 20px 0 0; margin: 10px 0 20px 0; background: url(../../files/data/graphics/lernumgebunghut.svg) no-repeat right 10px top;}
/*body.home .homeinfos .grau {padding:30px 3%; width: 26%; height: 270px;}*/
body.home .homeinfos h3 {color: #266499; margin-top: 0; font-family: 'robotoblack', arial, sans-serif;}
body.home .homeinfos:after {content: "."; display: block; clear: both;}
body.home #container .homeinfos .ce_text p {color: #266499;}
body.home #container .homeinfos .ce_text p a {color: #266499;}

/*GALLERY*/
.ce_gallery {width:100%; clear:both; float:left;}
.ce_gallery ul {padding:9px 0 9px 0; clear:both; float:left;}
body .ce_gallery ul li {padding:0 2% 2% 0; width:31.9%; height:130px; float:left; transition: opacity 0.3s ease; -webkit-transition: opacity 0.3s ease;}
body .ce_gallery ul li.col_last {padding:0 0 2% 0;}
body .ce_gallery ul li:hover {opacity: 0.6;}
 
#main .ce_gallery ul li .image_container {width:100%; height: 100%; overflow: hidden;}
#main .ce_gallery ul li .image_container img {width:100%; height:auto; float:left;}

/* CE DOWNLOADS */
.ce_download, .ce_downloads {position:relative; float:left; width:100%; margin:0; padding:0;}
.ce_download ul, .ce_downloads ul {position:relative; float:left; width:100%; margin:0; padding:0 0 0 0;}
/*#container .ce_download h3, #container .ce_downloads h3 {padding:18px 0 9px 0;}*/
.ce_download ul li, .ce_downloads ul li {position:relative; width:100%; line-height:1.35em; padding:0 8px 0 0; margin:0 0 5px 0; background:#ededed;}
.ce_download img, .ce_downloads img {position:absolute; left:12px; top:4px; 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 .enclosure a:link, body #container .enclosure a:visited {
	position:relative;
	z-index:300;
	text-decoration: none;
	color: #1c9a9a;
	font-size: 1.6rem;
	display:block;
	padding:4px 30px 3px 40px;
	margin:0 0 0 0;
	/*background:url(../../files/data/graphics/icon_download.png) top 3px right 5px no-repeat;*/
	transition: color 0.5s ease; -webkit-transition: 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 
	{
	color:#4c4c4c;	
	}	


/*YouTube*/
#container .ce_youtube {clear: both; margin-bottom: 15px; position: relative;}
#container .ce_youtube .responsive {height: auto;}
#container .ce_youtube embed {max-width: 100%;}
#container .ce_youtube video {max-width: 100%;}
#container .ce_youtube iframe {max-width: 100%; border: none; position: relative;}

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

body .ccb-element-blocker .cc-icon {width: 150px;}

/*NEWS Schulungen*/
body.home .hometicker {height: auto; background: #009999; padding: 40px 0;}
body.home .hometicker h3 {color: #fff; display: inline-block; box-sizing: border-box; float: left; width: 33%; padding: 15px 3%; font-family: 'freelanceallegroregular'; font-weight: initial; font-size: 6rem; line-height: 4.7rem; transform: rotate(-4deg);}
body.home .hometicker h3 a {color: #fff; text-decoration: none;}
body.home .hometicker .layout_simple {padding: 10px 5% 10px 0; margin-bottom: 5px; box-sizing: border-box; width: 66%; float: right;}
body.home .hometicker .layout_simple a {color: #fff; text-decoration: none; font-family: 'robotobold'; font-size: 1.8rem; display: inline-block; width: calc(100% - 105px); float: left;}
body.home .hometicker .layout_simple a:hover {/*text-decoration: underline;*/ color: #fff;}
body.home .hometicker .layout_simple time {color: #fff; display: block; font-size: 1.8rem; display: inline-block; margin-right: 15px; width: 90px; float: left;}

#main .mod_newslist .layout_latest {padding:15px 0 15px 0; border-bottom: 1px solid #b8b8b8;}
#main .mod_newslist .layout_latest .image_container {display: inline-block; float: left; margin:5px 15px 5px 0;}
#main .mod_newslist .layout_latest a {text-decoration: none; color: #1c9a9a; transition: color 0.5s ease; -webkit-transition: color 0.5s ease;}
#main .mod_newslist .layout_latest .more a {background:#1c9a9a; padding: 5px; color: #cef7f5; transition: color 0.5s ease, background 0.5s ease; -webkit-transition: color 0.5s ease, background 0.5s ease;}
#main .mod_newslist .layout_latest .more a:hover {background:#266499; color:#fff;}
#main .mod_newslist .layout_latest .date h2 a {color: #1c9a9a; transition: color 0.5s ease; -webkit-transition: color 0.5s ease;}
#main .mod_newslist .layout_latest .info {margin-bottom: 5px; color: #999;}
#main .mod_newslist .layout_latest a:hover {color: #266499; text-decoration: none;}
#main .mod_newslist .layout_latest .date h2 a:hover {color: #266499; text-decoration: none;}
#main .mod_newslist .layout_latest .date time {font-size: 14px; color: #689fcd;}
#main .mod_newslist .layout_latest .date h2 {margin-top: 0;}
#main .mod_newslist .pagination {padding-top: 15px; color:#1c9a9a;}
#main .mod_newslist .pagination ul {padding-left: 0; text-align: center;}
#main .mod_newslist .pagination li {display: inline-block; width: 36px; height: 36px; margin: 0 3px; background:#f0f0f0;}
/*#main .mod_newslist .pagination p {display: inline-block; float: right;}*/
#main .mod_newslist .pagination li a {display: block; width: 100%; height: 28px; padding-top: 8px; text-decoration: none; color:#1c9a9a;  transition:background 0.3s, color 0.3s;}
#main .mod_newslist .pagination li span,
#main .mod_newslist .pagination li a:hover {display: block; width: 100%; height: 28px; padding-top: 8px; background: #1c9a9a; color: #cef7f5;}
#main .mod_newslist .pagination ul .dots {display: inline-block; width: 36px; height: 36px; margin: 0 3px; text-align: center;}
#main .mod_newslist .teaser ul {list-style-type: none; padding-left: 14px;}
#main .mod_newslist .teaser ul li {/*background: url(../../files/data/graphics/list_icon.png) 3px 5px no-repeat;*/ padding:0 0 5px 0px; color: #4c4c4c;}
#main .mod_newslist .teaser ul li:before {content: "\f054"; font-family: 'FontAwesome'; font-size: 11px; margin: 0 5px 0 -13px; color: #4c4c4c; display: inline-block; vertical-align: middle;}
#main .mod_newslist .teaser ol {padding-left: 0px; list-style-position: inside;}
#main .mod_newslist .teaser ol li {color: #4c4c4c;}
#main .mod_newslist .teasersmall {width: 55%; float: right;} 
#main .mod_newslist .teasersmall ul {list-style-type: none; padding-left: 14px;}
#main .mod_newslist .teasersmall ul li {/*background: url(../../files/data/graphics/list_icon.png) 3px 5px no-repeat;*/ padding:0 0 5px 0px; color: #4c4c4c;}
#main .mod_newslist .teasersmall ul li:before {content: "\f054"; font-family: 'FontAwesome'; font-size: 11px; margin: 0 5px 0 -13px; color: #4c4c4c; display: inline-block; vertical-align: middle;}
#main .mod_newslist .teasersmall ol {padding-left: 0px; list-style-position: inside;}
#main .mod_newslist .teasersmall ol li {color: #4c4c4c;}

#main .mod_newsreader .layout_full .info {font-size: 14px; color: #1c9a9a; margin-bottom: 0;}
#main .mod_newsreader .back a {color: #1c9a9a; text-decoration: none; transition: color 0.5s ease; -webkit-transition: color 0.5s ease;}
#main .mod_newsreader .back a:hover {color: #266499; text-decoration: none;}

#main .mod_newsreader .pagination ul {padding: 0; text-align: center;}
#main .mod_newsreader .pagination ul li {display: inline-block; width: 36px; height: 36px; margin: 0 3px; background:#f0f0f0;}
#main .mod_newsreader .pagination ul li a {display: block; width: 100%; height: 28px; padding-top: 8px; text-decoration: none; color:#1c9a9a;  transition:background 0.3s, color 0.3s;}
#main .mod_newsreader .pagination ul li a:hover,
#main .mod_newsreader .pagination ul li span {display: block; width: 100%; height: 28px; padding-top: 8px; background: #1c9a9a; color: #cef7f5;}

#main .mod_newsreader .pagination ul .dots {display: inline-block; width: 36px; height: 36px; margin: 0 3px;}

/*#main .mod_newsreader .pagination ul li {display: none;}
#main .mod_newsreader .pagination ul li.previous {display: block;}
#main .mod_newsreader .pagination ul li.next {display: block;}
#main .mod_newsreader .pagination ul li.previous a {display: block; width: 56px; height: 56px; display: inline-block; float: left; text-decoration: none; background: url(../../files/data/graphics/btn-round-prev.svg) center no-repeat;}
#main .mod_newsreader .pagination ul li.next a {display: block; width: 56px; height: 56px; display: inline-block; float: right; text-decoration: none; background: url(../../files/data/graphics/btn-round-next.svg) center no-repeat;}
*/

/*NEWS Lernumgebung*/
body.home .hometicker2 {min-height: 440px; background: #F6F8FA;}
body.home .hometicker2 h3 {color: #266499; padding: 20px 10%; margin: 2px 0 1px 0; font-size: 1.8rem; line-height: 2.1rem; letter-spacing: 0.2px; text-transform:uppercase; font-family: 'robotobold', arial, sans-serif; letter-spacing: 0px;}
body.home .hometicker2 .layout_simple {height: auto; padding: 10px 10%; margin-bottom: 1px;}
body.home .hometicker2 .layout_simple a {color: #266499; text-decoration: none; font-size: 1.8rem; line-height: 2.2rem;}
body.home .hometicker2 .layout_simple a:hover {color: #266499;}
body.home .hometicker2 .layout_simple time {color: #266499; display: block; font-size: 12px; font-size: 1.8rem; line-height: 2.2rem;}

/*KONTAKT / FORMULAR*/
.ce_form .formbody label {float:left; width: 25%; display: block; margin: 10px 0 2px 0; color: #4c4c4c;}
.ce_form .formbody input {float: left; width: 70%; padding: 7px 2%; display: block; margin: 10px 0 2px 0; color: #4c4c4c;}
.ce_form .formbody textarea {width: 70.5%; padding: 7px 2%; display: inline-block; margin-top: 10px; border: 1px solid #ccc; color: #4c4c4c;}
.ce_form .formbody select {float: left; width: 74%; display: block; margin: 10px 0 2px 0; color: #4c4c4c;}
.ce_form .formbody .error {display: inline;}

.ce_form .formbody fieldset {margin: 10px 0; padding:0; border: none;}
.ce_form .formbody fieldset legend {float: left; width: 25%; padding:0; display: block; margin: 9px 0 2px 0; color: #4c4c4c;}
.ce_form .formbody fieldset span {width: 75%; display: block; float: right;}
.ce_form .formbody fieldset span label {margin: 8px 0 2px 0; width: 90%; display: inline-block;}
.ce_form .formbody fieldset span input {width: 8%; display: inline-block;}
.ce_form .formbody fieldset legend span.mandatory {width: auto; float: none; display: inline;}
.ce_form .formbody .widget-text {clear: both;}
.formbody .explanation a {color: #1c9a9a; text-decoration: none;}
.ce_form .formbody .explanation a:hover {text-decoration: underline;} 

body.ie .ce_form .formbody fieldset {clear: both;}
body.ie .ce_form .formbody fieldset span label {width: 74%;}
body.ie .ce_form .formbody fieldset span input {width: 3%; padding: 0; margin-right: 4%;}
body.firefox .ce_form .formbody fieldset span input {width: 3%; margin-right: 4%;}

.ce_form .formbody .widget-captcha .captcha_text {color: #4c4c4c; font-size: 13px; width: 75%; display: block; float:right;}
.ce_form .formbody .submit {float:right; width: 200px; border: none; margin:10px 1px 5px 0; background-color: #1c9a9a; font-size: 16px; padding: 5px 0; color: #fff; cursor: pointer; transition: background-color 0.5s ease; -webkit-transition: background-color 0.5s ease;}
.ce_form .formbody .submit:hover {background-color: #266499;}

.mod_login .formbody label {float:left; width: 25%; display: block; margin: 10px 0 2px 0; color: #4c4c4c;}
.mod_login .formbody input {float: left; width: 73.5%; display: block; margin: 10px 0 2px 0; color: #4c4c4c;}
.mod_login .formbody .submit {float:right; width: 200px; border: none; margin:10px 5px 5px 0; background-color: #266499; font-size: 16px; padding: 5px 0; color: #fff; cursor: pointer; transition: background-color 0.5s ease; -webkit-transition: background-color 0.5s ease;}
.mod_login .formbody .submit:hover {background-color: #1c9a9a;}

/*SITEMAP*/
body #container .mod_sitemap li {font-size:1.8rem; line-height:2.3rem; text-transform:uppercase;}
body #container .mod_sitemap .level_1 .submenu li {margin-top:10px; font-size:1.7rem; line-height:2.0rem; text-transform:none;}
body #container .mod_sitemap .level_2 .submenu li {margin-top:4px;}
body #container .mod_sitemap ul li {padding:0; float:left; width:30%; height:460px; margin-right:3%; padding-top:0; margin-bottom:30px; border-bottom:1px solid #c8c8c8;}
body #container .mod_sitemap ul li ul li {margin-right:0; padding-top:0; border-bottom:none;}
body #container .mod_sitemap ul li a {color: #00447c; float:left; text-align:left; margin:0; padding:0 0 0 0; text-decoration:none; background:none;}
body #container .mod_sitemap ul li a:hover,
body #container .mod_sitemap ul li a.active,
body #container .mod_sitemap ul li a.trail {text-decoration:none; background:none; color: #f6a648;}

body #container .mod_sitemap ul li ul li {padding:0; float:left; width:100%; height:auto; padding:0; margin-bottom:0;}

.referenzlogos .ce_image .image_container {height: 90px; box-sizing:border-box; padding: 5px; border:1px solid #ececec; border-radius: 4px; margin-bottom: 2px !important;}
.referenzlogos .ce_image .image_container a {display: block; width: 100%; height: 100%;}
.referenzlogos .rs-column {margin-top: 0;}

.ce_dlh_googlemaps {margin-bottom: 20px;}

/*  FOOTER													 */
/*************************************************************/
#footer .mod_article .inside {padding: 0;}
#footer .mod_article.gruen .inside {padding: 20px 0;}
#footer .mod_article.blau .inside {padding: 20px 0;}
#footer .mod_article.blau .inside .blau {background:none;}
#footer .mod_article.gruen .rs-column {margin-right: 7%;}
#footer .mod_article.gruen .rs-column.-large-last {margin-right: 0;}
#footer .mod_article.footer .inside {width: 100%;}
#footer .footertop {background: url(../../files/data/graphics/footerbg.jpg); background-size: cover;}
#footer .mod_article.footer .footertop .inside {width: 1200px; padding: 40px 0;}
#footer .footertop h3, #footer .footertop p, #footer .footertop a {color: #ececec; text-decoration: none;}
#footer .footertop a:hover {color: #ececec; text-decoration: underline;}
#footer .footerbot {font-size: 14px;}
#footer .mod_article.footer .footerbot .inside {width: 1200px; padding: 0;}
#footer .footerbot a {color: #4c4c4c; text-decoration: none;}
#footer .footerbot a:hover {color: #1c9a9a;}
#footer .mod_article.gruen .rs-column .rs-column,
#footer .mod_article.blau .rs-column .rs-column {width: 46%;}
#footer .mod_article.gruen .rs-column .rs-column:nth-child(2),
#footer .mod_article.blau .rs-column .rs-column:nth-child(2) {margin-right: 0;}
#footer .mod_article.gruen h3, #footer .mod_article.gruen p, #footer .mod_article.gruen a {color: #ececec; text-decoration: none;}
#footer .mod_article.gruen a:hover {color: #ececec; text-decoration: underline;}
#footer .mod_article.blau h3, #footer .mod_article.blau p, #footer .mod_article.blau a {color: #ececec; text-decoration: none;}
#footer .mod_article.blau a:hover {color: #ececec; text-decoration: underline;}

/*  MEDIA QUERIES                                            */
/*************************************************************/

@media screen and (max-width: 1600px) {
	body.home .bildslider {height: 43.8vw;}
	body.home .bildslider img {height: 43.8vw;}
	body.home .textslider {height: 43.8vw;}
}

@media screen and (max-width: 1250px) {
	#header .inside {width: 950px;}
	#header .inside .logo {width: 145px;}
	#breadcrumbs .inside {width: 950px;}
	body #header .navigation {margin-left: 10px;}
	body #header .navigation li {margin: 0 5px 0 1px;}
	body #header .navigation ul.level_1 li.submenu a {padding: 10px; font-size: 16px;}
	body #header .navigation ul.level_1 li a {padding: 10px; font-size: 16px;}
	body #header .navigation li ul {top: 39px;}
	#header .navigation .last .level_2 {margin: 0 0 0 -131px;}
	body.home .slidertext {width: 950px;}
	body.home .sliderbanner {width: 950px;}
	.mod_article .inside {width: 950px;}
	#slider .mod_article .inside {width: 100%; padding: 0;}
	#container #main .infotabelle table td:nth-child(2) {width: 78%; padding-left: 2%;}
	#main .mod_newslist .teasersmall {width: 44%;} 
	body #container .homebox .image_container {height: 240px;}
	body #container .homebox .homeboxtext p {font-size: 1.4rem;}

	body.home .bildslider {height: 63.4vw; width: 100%; margin-right: 0;}
	body.home .bildslider img {height: 63.4vw;}
	body.home .textslider {height: auto; width: 100%; float: none; clear: both; padding-bottom: 80px;}

	body.def #container {width: 950px;}
	.kursinhalte.fixed {width: 200px !important;}

	.dlh_googlemap {width: 100% !important;}
	
	body #footer .inside {width: 100%;}
	body #footer .inside .mod_article .inside {width: 950px;}
	body #footer .mod_article.footer .inside {width: 100%;}
	body #footer .mod_article.footer .footertop .inside {width: 950px; padding: 40px 0;}
	body #footer .mod_article.footer .footerbot .inside {width: 950px; padding: 0;}
	
	.navigationleft ul.level_1 > li a.login {background:url(../../files/data/graphics/icon_login.png) center right 130px no-repeat; transition: background 0.3s ease; -webkit-transition: background 0.3s ease;}
	.navigationleft ul.level_1 > li a.login:hover {background:#ededed url(../../files/data/graphics/icon_login.png) center right 15px no-repeat;}
	.navigationleft ul.level_1 > li a.kundenlogin {background:url(../../files/data/graphics/icon_login.png) center right 70px no-repeat; transition: background 0.3s ease; -webkit-transition: background 0.3s ease;}
	.navigationleft ul.level_1 > li a.kundenlogin:hover {background:#ededed url(../../files/data/graphics/icon_login.png) center right 15px no-repeat;}

}

@media screen and (max-width: 980px) {
	#header {padding-bottom: 31px;}
	#header .mobilebtn_ct {display: inline-block; width: 36px; height: 33px; float: right; margin-top: 40px; margin-right: 4%;}
	#header a.mobilebtn {display: inline-block; width: 36px; height: 33px; text-decoration: none; background: url(../../files/data/graphics/mobile_button.png);}
	body #header .navigation {display: none;}
	#header .mod_article {overflow: visible; width: auto; display: inline-block;}
	#header .mod_article .inside {width: auto;}
	#header .lernumgebung {display: none;}
	#header .inside #suche {margin-top: 45px; margin-left: 25px;}
	#header .inside {width: 94%; padding-left: 3%; padding-right: 3%;}
	body.home .slidertext {width: 94%; padding-left: 3%; padding-right: 3%;}
	body.home .sliderbanner {width: 94%; padding-left: 3%; padding-right: 3%;}
	.mod_article .inside {width: 94%; padding-left: 3%; padding-right: 3%;}
	body.def .mod_article .inside {width: 100%; padding:0;}
	body.def #container {width: 94%; padding-left: 3%; padding-right: 3%; padding-bottom: 40px;}
	body #footer .inside .mod_article .inside {width: 94%; padding-left: 3%; padding-right: 3%;}
	body #footer .mod_article.footer .inside {width: 100%; padding: 0;}
	body #footer .mod_article.footer .footertop .inside {width: 94%; padding: 40px 3%;}
	body #footer .mod_article.footer .footerbot .inside {width: 94%; padding: 0 3%;}
	body #container #left {display: none;}
	body.def #container #main {width: 70%;}
	body.def #container #right {width: 28%;}
	#main .mod_newslist .teasersmall {width: 47%;} 
	#breadcrumbs .inside {width: 94%; padding-left: 3%; padding-right: 3%;}
}

@media screen and (max-width: 900px) {
	body.home .footer .rs-column.-large-col-4-1 {width: 42.7%;}
	body.home .footer .footerbot .rs-column.-large-col-4-1 {width: 42.7%;}
	#header .headerbalken .ce_text.links {display: none;}
	#header .headerbalken .ce_text.rechts {width: 94%; padding: 0 3%;}
	#header .headerbalken .ce_text.rechts p {text-align: center !important;}
	body.home .hometicker h3 {width: 100%; text-align: center; margin: 0 0 20px 0;}
	body.home .hometicker .layout_simple {width: 100%; float: none; clear: both; box-sizing: border-box; padding: 10px 10%;}
}

@media screen and (max-width: 830px) {
	body.home .home-boxen .rs-column.-large-col-3-1 {width: 100%; margin-right: 0; margin-top: 40px;}
	body.home .home-boxen .rs-column:first-of-type {margin-top: 0;}
	body.home #home-infos .rs-column.-large-col-3-1 {width: 100%; height: auto; margin-right: 0; margin-top: 40px;}
	body.home #home-infos .rs-column.-large-first {margin-top: 0;}
	body.home #home-infos .rs-column.-large-col-3-1.-large-last {width: 100%;}
	body .footer .footerbot .rs-column.-large-col-4-1 {width: 100%; margin-right: 0; margin-top: 0;}
	body .footer .footerbot .rs-column.-large-col-4-1:nth-child(3) {display: none;}
	body .footer .footerbot .rs-column.-large-col-4-1:nth-child(4) p {text-align: left !important;}
	body #container .homebox .image_container img {width: 100%; height: auto;}
	body #container .homebox .homeboxtext {font-size: 1.6rem; padding: 15px 3% 9px 3%;}
	body #container .homebox .image_container {height: 100%;}
 	body.home .homeh1 {margin: 0 0 37px 0;}
 	body.home .textslider h4 {display: none;}
 	body.home .textslider h3 {font-size: 2.4rem; line-height: 3rem;}
 	body.home .textslider {padding: 20px 3%;}
 	body.home .textslider .slick-arrow {display: none !important;}
	body.home .textslider .slick-dots {display: none !important;}
	body.home .textslider a {opacity: 0; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2;}
 	body.home .bildslider .slick-dots {display: block !important;}
}

@media screen and (max-width: 768px) {
	body.def #container #main {width: 100%; margin:0;}
	body.def #container #right {width: 100%; float: left; padding: 30px 0 0 0;}
	body.def #container .ce_text.kursinhalte {width: 94%; padding: 0 3%;}
	body.def #container .ce_text.kursinhalte ol {list-style-position: outside; padding-left: 20px;}
	#backtotop {width: 50px;}

	body.home .ce_caroufredsel_gallery {display: none;}
	body.home .slidertext {position: relative; height: 390px; top: 0; width: 100%; padding-left: 0; padding-right: 0;}
	body.home .slidertext .inside {width: 100% !important;}
	body.home .slidertext .caroufredsel_wrapper {width: 100% !important;}
	body.home .slidertext .ce_text {width: 100%;}
	body.home .sliderbanner p {font-size: 13px;}
	#main .mod_newslist .teasersmall {width: 55%;} 
	body #container .homebox {height: auto;}
}

@media screen and (max-width: 650px) {
	body.home .homebeschreibung p {font-size: 20px; line-height: 1.5em;}
	body.home .homebeschreibung h2 {font-size: 40px; background-size: 15%;}
	body.home .homeinfos h2 {font-size: 27px; background-size: 10%;}
	#main .mod_newslist .teasersmall {width: 42%;} 
}

@media screen and (max-width: 600px) {
	body.home .footer .rs-column.-large-col-4-1 {width: 100%; margin-right: 0;} 
	#container #main .infotabelle table td:nth-child(2) {word-break: break-word;}
	.referenzlogos .ce_image .image_container {height: 29vw;}
	.rs-column.-small-col-3-1 {width: 31.3333%;}
	.rs-column.-small-col-3-1.-small-last {margin-right: 0;}
}

@media screen and (max-width: 500px) {
	#home-bild {height:auto; width: 108.8%; margin-left: -4.4%;}
	#container #main #home-bild h2 {font-size: 25px;}

	body.home .slidertext .ce_text h2 {font-size: 25px;}
	body.home .slidertext .ce_text p {line-height: 1.4em; margin-top: 0; font-size: 15px;}

	#main .ce_text ul {clear: both;}
	#main .ce_text .image_container.float_left,
	#main .ce_text .image_container.float_right {width: 100%; margin: 5px 0 6px 0; float: left;}
	#main .ce_text .Box_right_Kunden {width: 100%;}

	#main .mod_newslist .layout_latest .image_container {display: block; float: left; margin:5px 0 15px 0; width: 100%;}
	#main .mod_newslist .layout_latest .image_container img {width:100%;}

	#main .mod_newsreader .pagination ul .first,
	#main .mod_newsreader .pagination ul .last,
	#main .mod_newsreader .pagination ul .dots {display: none;}

	#main .mod_newslist .pagination ul .first,
	#main .mod_newslist .pagination ul .last,
	#main .mod_newslist .pagination ul .dots {display: none;}

	body .ce_gallery ul li {height: 80px;}

	.ce_form .formbody label {width: 100%;}
	.ce_form .formbody input {width: 94%;}
	.ce_form .formbody textarea {width: 94.5%;}
	.ce_form .formbody select {width: 95%; margin: 10px 0 2px 2px;}
	.ce_form .formbody fieldset legend {width: 100%;}
	.ce_form .formbody fieldset span {width: 100%;}
	.ce_form .formbody .submit {width: 99.5%;}
	.ce_form .formbody .widget-captcha .captcha_text {float: left; width: 100%;}

	#backtotop {width: 50px;}

	#main .mod_newslist .teasersmall {width: 100%; float: left;} 

	.referenzlogos .ce_image .image_container {margin:11px 0 0 0 !important;}
}


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

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

}
@font-face {
    font-family: 'robotoitalic';
    src: url('../../files/data/style/fonts/roboto-italic-webfont.woff2') format('woff2'),
         url('../../files/data/style/fonts/roboto-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

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

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

}
@font-face {
    font-family: 'robotoblack';
    src: url('../../files/data/style/fonts/roboto-black-webfont.woff2') format('woff2'),
         url('../../files/data/style/fonts/roboto-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
  font-family: 'FontAwesome';
  src: url('../../files/data/fonts/fontawesome-webfont.eot?v=4.6.1');
  src: url('../../files/data/fonts/fontawesome-webfont.eot?#iefix&v=4.6.1') format('embedded-opentype'), url('../../files/data/fonts/fontawesome-webfont.woff2?v=4.6.1') format('woff2'), url('../../files/data/fonts/fontawesome-webfont.woff?v=4.6.1') format('woff'), url('../../files/data/fonts/fontawesome-webfont.ttf?v=4.6.1') format('truetype'), url('../../files/data/fonts/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'freelanceallegroregular';
    src: url('../../files/data/style/fonts/freelanceallegro_regular-webfont.woff2') format('woff2'),
         url('../../files/data/style/fonts/freelanceallegro_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
