/**
 * Global TinyMCE style sheet
 *
 * Use this style sheet to define CSS classes for the rich text editor. The
 * stlye sheet will be included in the editor and the page layout automatically.
 * Although the stlye sheet is shared by all themes, you can override its
 * formattings in any of your theme style sheets.
 *
 *   files/tinymce.css (this is how it looks like in TinyMCE)
 *   .warning { color:#c55; }
 *
 *   theme_a.css (this is how it looks like in theme A)
 *   .warning { font-weight:bold; }
 *
 *   theme_b.css (this is how it looks like in theme B)
 *   .warning { color:#000; }
 *
 * If you do not want to use a global TinyMCE style sheet at all, simply delete
 * this file (files/tinymce.css).
 */
.warning { color:#c55; font-size:1.1em; }
.confirmation { color:#090; font-size:1.1em; }
.information { color:#999; font-size:0.9em; }
/*
	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%); }

/* Swipe 2.0, (C) Brad Birdsall 2012, MIT license */
.content-slider{overflow:hidden;visibility:hidden;position:relative}.slider-wrapper{overflow:hidden;position:relative}.slider-wrapper>*{float:left;width:100%;position:relative}.slider-control{height:30px;position:relative}.slider-control a,.slider-control .slider-menu{position:absolute;top:9px;display:inline-block}.slider-control .slider-prev{left:0}.slider-control .slider-next{right:0}.slider-control .slider-menu{top:0;width:50%;left:50%;margin-left:-25%;font-size:27px;text-align:center}.slider-control .slider-menu b{color:#bbb;cursor:pointer}.slider-control .slider-menu b.active{color:#666}
/* ColorBox v1.4.31, (c) 2011 Jack Moore - jacklmoore.com, MIT license */
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden}#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}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url("../../assets/jquery/colorbox/1.4.31/images/loading.gif") no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.4.31/images/controls.png") no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.4.31/images/controls.png") no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url("../../assets/jquery/colorbox/1.4.31/images/controls.png") no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}

/* ========================================================= */
/* ============= BE-LOGIN Stylesheet / Layout ============== */

body {
	background-color: #efefef;
}

.be-login img {
		margin-left: 130px;
}

.be-login {
	padding: 20px;
	border: 1px solid #dededf;
	border-radius: 5px;
	max-width: 370px;
	min-width: 260px;
	margin: 0 auto;
	margin-top: 20px;
	box-shadow: 2px 2px 5px #dededf;
	background: white;
}


.be-login input#login.tl_submit {
	margin-top: 10px;
	margin-bottom: 10px;
}

#go_to_frontend {
	float: right;
	margin-top: 14px;
	margin-right: -10px;
}

a.footer_preview:hover {
	color:  #DC2F11;
}

.be-login form.tl_login_form div.formbody table.tl_login_table tbody tr td {
	float: left !important;
	clear: left;
}

.be-login form.tl_login_form {
	width: 330px;
	margin: 0 auto;
}

.be-login h2 {
	text-align: center;
	font: 20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: black;
}

.login-head {
	font-size: 18px;
	color: #dadada;
	margin-left: -10px;
}

#tl_license {
	margin: 0 auto;
	margin-top: 20px;
}


#tl_license p, #tl_license a {
	font-size: 7px;
	color: #dededf;
}

p {
	padding-left: 20px;
	padding-right: 20px;
}

#login {
	background: #c8d200;
	color: white;
	text-decoration: none;
	border: none;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-shadow: none;
	text-align: right;
}

.tl–login {
	text-align: right;
}

tr {
	margin-bottom: 20px;
}


@media only screen and (max-width: 479px) {
	
input#username.tl_text {
	width: 260px;
}

input#password.tl_text {
	width: 260px;
}

.be-login img {
    height: 66px;
    margin-left: 95px;
    width: 60px;
}

#tl_license p {
    font-size: 10px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

div.tl_login_submit_container {
	width: 260px;
}

.be-login form.tl_login_form { 
	width: 270px ;
	
}

#go_to_frontend {
	margin-right: -28px;
}


}



/*
* GRIDDER4CONTAO V0.1beta
* Copyright 2014, Redpinata Development
* http://gridder4contao.dev.redpinata.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/03/2014
* Based on www.getskeleton.com by Dave Gamache
*/

/* Table of Contents
==================================================
    #Base 960 Grid
    #Tablet (Portrait)
    #Mobile (Portrait)
    #Mobile (Landscape)
    #Clearing */

/* #Base 960 Grid
================================================== */

.gridder {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

.gridder .grid {
	float: left;
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
}

.row {
	margin-bottom: 0px;
}

/* Nested Column Classes */

.grid.alpha {
	margin-left: 0;
}

.grid.omega {
	margin-right: 0;
}

/* Base Grid */

.gridder .g1.grid {
	width: 60px;
}

.gridder .g2.grid {
	width: 140px;
}

.gridder .g3.grid {
	width: 220px;
}

.gridder .g4.grid {
	width: 300px;
}

.gridder .g5.grid {
	width: 380px;
}

.gridder .g6.grid {
	width: 460px;
}

.gridder .g7.grid {
	width: 540px;
}

.gridder .g8.grid {
	width: 620px;
}

.gridder .g9.grid {
	width: 700px;
}

.gridder .g10.grid {
	width: 780px;
}

.gridder .g11.grid {
	width: 860px;
}

.gridder .g12.grid {
	width: 940px;
}


/* #Tablet (Portrait)
================================================== */

/* Note: Design for a width of 768px */

@media only screen and (min-width: 768px) and (max-width: 959px) {

.gridder {
	width: 744px;
}

.gridder .grid {
	margin-left: 10px;
	margin-right: 10px;
}

.grid.alpha {
	margin-left: 0;
	margin-right: 10px;
}

.grid.omega {
	margin-right: 0;
	margin-left: 10px;
}

.alpha.omega {
	margin-left: 0;
	margin-right: 0;
}

.gridder .g1.grid {
	width: 42px;
}

.gridder .g2.grid {
	width: 104px;
}

.gridder .g3.grid {
	width: 166px;
}

.gridder .g4.grid {
	width: 227px;
}

.gridder .g5.grid {
	width: 289px;
}

.gridder .g6.grid {
	width: 351px;
}

.gridder .g7.grid {
	width: 413px;
}

.gridder .g8.grid {
	width: 475px;
}

.gridder .g9.grid {
	width: 537px;
}

.gridder .g10.grid {
	width: 599px;
}

.gridder .g11.grid {
	width: 661px;
}

.gridder .g12.grid {
	width: 744px;
}

    }

/*  #Mobile (Portrait)
================================================== */

/*

 Note: Design for a width of 320px */

@media only screen and (max-width: 767px) {

.gridder {
	width: 300px;
}

.gridder .grid {
	margin: 0;
}

.gridder .g1.grid,
        .gridder .g2.grid,
        .gridder .g3.grid,
        .gridder .g4.grid,
        .gridder .g5.grid,
        .gridder .g6.grid,
        .gridder .g7.grid,
        .gridder .g8.grid,
        .gridder .g9.grid,
        .gridder .g10.grid,
        .gridder .g11.grid,
        .gridder .g12.grid {
	width: 300px;
}

/* Offsets */

.gridder .offset-g1,
        .gridder .offset-g2,
        .gridder .offset-g3,
        .gridder .offset-g4,
        .gridder .offset-g5,
        .gridder .offset-g6,
        .gridder .offset-g7,
        .gridder .offset-g8,
        .gridder .offset-g9,
        .gridder .offset-g10,
        .gridder .offset-g11,
        .gridder .offset-g12 {
	padding-left: 0;
}

}

/* #Mobile (Landscape)
================================================== */

/* Note: Design for a width of 480px */

@media only screen and (min-width: 480px) and (max-width: 767px) {

.gridder {
	width: 420px;
}

.gridder .grid {
	margin: 0;
}

.gridder .g1.grid,
        .gridder .g2.grid,
        .gridder .g3.grid,
        .gridder .g4.grid,
        .gridder .g5.grid,
        .gridder .g6.grid,
        .gridder .g7.grid,
        .gridder .g8.grid,
        .gridder .g9.grid,
        .gridder .g10.grid,
        .gridder .g11.grid,
        .gridder .g12.grid {
	width: 420px;
}

}

/* #Clearing
================================================== */

/* Self Clearing Goodness */

.gridder:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */

.clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.row:after,
    .clearfix:after {
	clear: both;
}

.row,
    .clearfix {
	zoom: 1;
}

/* You can also use a <br class="clear" /> to clear columns */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
















.orange {
  color: #EB6711;
}
.black {
  color: #000000;
}
.white {
  color: #FFFFFF;
}
.silver {
  color: #efefef;
}
.gray {
  color: gray;
}
.cyan {
  color: #48a9c5;
}
.center {
  text-align: center;
}
.bg-color-1 {
  background-color: gray;
  height: 600px;
}
.bg-color-2 {
  background-color: #efefef;
}
.bg-color-3 {
  background-color: #FFFFFF;
}
.bg-color-4 {
  background-color: #48a9c5;
}
.bg-color-5 {
  background-color: gray;
}
.bg-color-windmill {
  background-size: 100% auto;
  height: 600px;
  background-image: url("../../files/engine/images/Hero_Images/asel_header_dreieck_left_01.png"), url("../../files/engine/images/Hero_Images/asel_erneuerbare_energien.jpg");
  background-position: left top, right bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 173px auto, 100% auto;
}
.bg-color-loading {
  background-image: url("../../files/engine/images/Hero_Images/asel_header_dreieck_left_01.png"), url("../../files/engine/images/Hero_Images/asel_industriedienstleistung.jpg");
  height: 600px;
  background-position: left top, right bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 173px auto, 100% auto;
}
.bg-color-facility {
  background-image: url("../../files/engine/images/Hero_Images/asel_header_dreieck_left_01.png"), url("../../files/engine/images/Hero_Images/asel_facilitymangement.jpg");
  height: 600px;
  background-position: left top, right bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 173px auto, 100% auto;
}
.bg-color-subpage {
  background-image: url("../../files/engine/images/Hero_Images/asel_header_dreieck_left_01.png"), url("../../files/engine/images/Hero_Images/asel_industriedienstleistung.jpg");
  background-position: center -310px;
  height: 300px;
  background-position: left top, center -310px;
  background-repeat: no-repeat, no-repeat;
  background-size: 5% auto, 100% auto;
  margin-bottom: 30px;
}
#produkte .ce_text {
  padding: 0px 0px;
}
#produkte.mod_article .ce_text.grid.g8 p {
  padding-left: 0px;
}
.produktseite .mod_article .ce_text.grid.g12 {
  background-color: white;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.produktseite .mod_article .ce_text.grid.g12 ul {
  padding-left: 20px;
}
.dotted {
  border-bottom: 1px dotted silver;
}
.ce_divider hr {
  background-color: gray;
  border: 0;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.space-top {
  margin-top: 20px;
}
.space-bottom {
  margin-bottom: 20px;
}
.space-bottom40 {
  margin-bottom: 40px;
}
html,
body {
  margin: 0;
}
body {
  background-color: #FFFFFF;
}
ul {
  padding-left: 0px;
}
li {
  list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
h2 {
  font-size: 35px;
  margin-top: 18px;
  margin-bottom: 0px;
  line-height: 40px;
}
.ce_text h3 {
  padding-left: 20px;
}
.ce_hyperlink {
  margin-top: 20px;
  margin-bottom: 20px;
}
a {
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #000000;
  margin-top: 20px;
  margin-bottom: 20px;
}
a:hover {
  color: gray;
}
p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  padding-right: 20px;
  font-size: 14px;
  line-height: 21px;
}
.shadow {
  text-shadow: 0.03em 0.03em #333;
}
.ce_text ul {
  padding-right: 20px;
}
.ce_text ul li {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  list-style: inherit;
  margin-left: 15px;
  padding-left: 5px;
  margin-bottom: 0px;
}
a.invisible {
  display: none;
}
img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.ce_gallery ul li {
  display: inline-block;
  width: auto;
}
.ce_gallery img {
  display: inline;
  height: auto;
  margin: 0 auto;
  width: auto;
  max-width: none;
}
figcaption.caption {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: gray;
}
#cboxTitle,
#cboxCurrent {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 14px;
}
table {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  width: 100%;
  border-collapse: collapse;
}
td,
th {
  font-size: 1em;
  border: 1px solid;
  color: gray;
  padding: 3px 7px 2px 7px;
}
th {
  font-size: 1.1em;
  text-align: left;
  padding-top: 5px;
  padding-bottom: 4px;
  background-color: gray;
  color: #ffffff;
  border-color: gray;
}
tr:nth-child(odd) td {
  color: gray;
  background-color: #efefef;
}
#footer {
  padding-top: 50px;
}
#footer  h3 {
  font-size: 16px;
  margin-bottom: 5px;
  padding-left: 0px;
}
#footer ul {
  margin-top: 0px;
}
#footer-contact ul li {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: 30px;
}
#footer ul li.active span.active {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: 30px;
}
#footer a {
  line-height: 30px;
}
#navi {
  float: right;
}
#navi ul li {
  display: inline;
  padding-left: 10px;
  padding-right: 10px;
}
#navi ul li a {
  color: #000000;
  font-weight: 400;
}
.mod_navigation,
a {
  color: #000000;
  text-decoration: none;
}
#navi_submenu {
  float: right;
}
#navi_submenu ul li {
  display: inline;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
#navi_submenu ul li ul {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 0;
  box-shadow: 0 6px 12px rgba(0,0,0,0.176);
  display: none;
  float: left;
  font-size: 14px;
  left: 0;
  list-style: outside none none;
  padding: 0;
  position: absolute;
  text-align: left;
  top: 25px;
  width: auto;
  z-index: 1000;
}
#navi_submenu ul li:hover ul {
  display: inherit;
}
#navi_submenu ul.level_1 li.submenu:hover {
  background-image: url("../../files/engine/images/submenu_pointer_03.png");
  background-position: 10px 8px;
  background-repeat: no-repeat;
  padding-bottom: 20px;
}
#navi_submenu ul li ul li {
  display: unset;
  height: 33px;
  padding: 0px;
}
#navi_submenu ul.level_1 li a {
  padding-bottom: 10px;
}
#navi_submenu ul.level_1 li.active.submenu {
  padding-bottom: 20px;
}
#navi_submenu  ul.level_2 li a {
  display: block;
  padding: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
}
#navi_submenu  ul.level_2 li a:hover {
  background-color: #48a9c5;
}
#navi_submenu  ul.level_2 li:hover a {
  color: #FFFFFF;
}
#navi_submenu ul.level_1 li.active span.active {
  border-bottom: 2px solid #48a9c5;
}
#navi_submenu ul.level_1 li.submenu ul.level_2 li.active span.active {
  border-bottom: none;
}
#navi_submenu ul.level_1 li.submenu.trail ul.level_2 li.active span.active {
  border-top: none;
  line-height: 40px;
  padding-left: 10px;
  padding-right: 10px;
}
#mmenu ul li span.active {
  font-family: 'Open Sans', sans-serif;
  background-color: #48a9c5;
  color: #FFFFFF;
}
#newslist_home {
  margin-bottom: 30px;
}
#newslist_home h2 a {
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: bold;
}
#newslist_home .arc_1 {
  margin-left: 0px;
  margin-right: 0px;
}
#newslist_home .arc_1 p {
  padding-left: 0px;
  padding-right: 40px;
}
#newslist_home .arc_1 span.invisible {
  display: none;
}
#newslist_home .layout_short.arc_1 .teaser {
  margin-top: -10px;
}
.mod_newsreader h1 {
  color: #48a9c5;
  padding-left: 0px;
  padding-top: 40px;
}
.mod_newsreader h2 {
  color: #000000;
  font-size: 25px;
}
.mod_newsreader p {
  padding-left: 0px;
}
nav ul li.active span.active {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
#btn-container {
  padding: 5px;
  width: 110px;
}
#mobile-btn {
  background-color: #48a9c5;
  border-radius: 2px;
  height: 20px;
  left: 20px;
  padding: 9px 10px;
  text-indent: -9999px;
  width: 20px;
  margin-left: 20px;
}
.icon-bar {
  background-color: #ffffff;
  border-radius: 1px;
  display: block;
  height: 3px !important;
  margin-bottom: 6px;
  width: auto;
}
h1 {
  padding-top: 80px;
  padding-left: 10px;
  font-size: 45px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.product_teaser {
  margin-top: 30px;
  border: 1px dotted silver;
  box-sizing: border-box;
  margin-bottom: 50px;
}
.product_teaser figure.image_container {
  margin-left: 20px;
  margin-right: 20px;
}
#produkte .product_teaser {
  margin-top: -50px;
}
.product_teaser h2 {
  padding-left: 40px;
  font-size: 16px;
  text-transform: uppercase !important;
}
.product_teaser p {
  min-height: 135px;
  padding: 0px 40px;
  margin-top: 0px;
}
.product_head h2 {
  padding-left: 00px;
  padding-right: 20px;
  margin-left: -20px;
  font-size: 30px;
  margin-top: 30px;
}
.product_definition {
  margin-bottom: 20px;
}
.product {
  margin-top: -27px;
}
.company {
  width: 405px;
  margin-top: -28px !important;
  background-color: #FFFFFF;
  height: 41px;
  color: #efefef;
  padding-top: 0px;
}
.company h3 {
  text-transform: uppercase;
  margin-left: 133px;
  padding-top: 20px;
  margin-bottom: 0px;
  font-size: 14px;
  color: #48a9c5;
  padding-left: 20px;
}
.product_head h2 {
  margin-top: 10px;
  font-size: 35px;
}
.product_text {
  padding-left: 60px;
}
.product_text p {
  padding-left: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.product_text a {
  margin-left: 20px;
}
.border_subpage {
  border-bottom: 1px solid;
  border-bottom-color: silver;
  padding-bottom: 30px;
  margin-bottom: 30px;
  margin-top: 30px;
}
#aktuelles {
  padding-top: 40px;
}
#logo {
  margin-top: 3px;
  float: left;
  position: absolute;
}
#logo figure.image_container {
  padding-left: 0px;
}
#logo figure.image_container a img {
  max-width: none;
}
.archiv_img {
  float: left;
  min-height: 300px;
  width: 300px;
}
.archiv_teaser {
  width: 600px;
  float: left;
}
.archiv_teaser h2 {
  line-height: 20px !important;
  margin-bottom: 15px;
  padding-left: 20px;
}
.archiv_teaser h2 a {
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: bold;
}
.archiv_teaser p.info {
  color: gray;
  margin-top: -7px;
  margin-bottom: -12px;
}
.ce_caroufredsel {
  height: 100px;
}
.active_n {
  opacity: 1;
}
.pagination {
  text-align: center;
}
.pagination ul li {
  display: inline;
}
.pagination ul li span.current {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}
#kontakt div.ce_form {
  margin-left: 0px;
}
#kontakt input,
#kontakt textarea {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  border: 1px solid;
  border-color: #88bace;
  border-radius: 3px;
  text-indent: 2px;
  box-sizing: border-box;
  margin-bottom: 10px;
  margin-left: 0px;
  padding: 7px;
}
#kontakt textarea {
  text-indent: 2px;
}
#ctrl_6 {
  background-color: #48a9c5;
  color: #FFFFFF;
  padding: 5px;
  border: 1px solid;
  border-color: bg-color-4;
  border-radius: 3px;
  margin-left: 10px;
  width: 200px;
}
#ctrl_6:hover {
  background-color: #FFFFFF;
  color: #48a9c5;
  border-color: bg-color-3;
  cursor: pointer;
}
#kontakt h2,
#kontakt p {
  padding-left: 10px;
}
#googleMap {
  height: 300px;
  margin-bottom: 30px;
}
#slider .gridder {
  width: inherit;
}
#slider nav.slider-control span.slider-menu {
  display: none;
}
#slider figure.image_container {
  margin-left: 0px;
  margin-right: 0px;
}
#slider .slider-wrapper .ce_image {
  width: 100%;
}
#slider nav.slider-control {
  display: none;
}
#slider div.content-slider figure.image_container {
  margin: 0px;
}
#slider_small {
  margin-bottom: 30px;
}
#slider_small .gridder {
  width: inherit;
}
#slider_small nav.slider-control span.slider-menu {
  display: none;
}
#slider_small figure.image_container {
  margin-left: 0px;
  margin-right: 0px;
}
#slider_small .slider-wrapper .ce_image {
  width: 100%;
}
#slider_small nav.slider-control {
  display: none;
}
#slider_small div.content-slider figure.image_container {
  margin: 0px;
}
#slider {
  height: 600px;
}
#slider .content-slider {
  height: 600px;
}
#slider .content-slider .slider-wrapper .ce_image figure.image_container img {
  position: relative;
}
.dreieck_overlay {
  position: absolute;
  top: -16px;
}
.dreieck_overlay figure.image_container img {
  height: 600px;
  width: 173px;
}
#slider div.gridder h1 {
  width: 960px;
  position: relative;
  margin: 0 auto;
  top: -580px;
}
#slider_small {
  height: 300px;
}
#slider_small .content-slider {
  height: 300px;
}
#slider_small .content-slider .slider-wrapper .ce_image figure.image_container img {
  position: relative;
  top: -300px;
}
.dreieck_overlay_small {
  position: absolute;
  top: -16px;
}
.dreieck_overlay_small figure.image_container img {
  height: 300px;
  width: 84px;
}
#slider_small div.gridder h1 {
  width: 960px;
  position: relative;
  margin: 0 auto;
  top: -280px;
}
#search .mod_search {
  margin-bottom: 40px;
}
.mod_search label {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
#search p.context,
#search p.header {
  padding-left: 0px;
}
#search p.url {
  padding-left: 0px;
  color: #48a9c5;
}
#search.mod_article  div.mod_search div {
  margin-bottom: 30px;
}
#ctrl_keywords_15 {
  padding-top: 4px;
  padding-bottom: 4px;
  border: 1px solid;
  border-color: #88bace;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  text-indent: 2px;
  padding: 7px;
  border-radius: 3px;
  display: block;
  width: 444px;
  margin-top: 10px;
}
#ctrl_submit_15 {
  background-color: #48a9c5;
  color: #FFFFFF;
  padding: 7px;
  border: 1px solid;
  border-color: bg-color-4;
  border-radius: 3px;
  width: 200px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  display: block;
  margin-top: 10px;
}
#ctrl_submit_15:hover {
  background-color: #FFFFFF;
  color: #48a9c5;
  padding: 7px;
  border: 1px solid;
  border-radius: 3px;
  border-color: bg-color-3;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}
#search h3 a {
  font-weight: bold;
}
#search h3 span.relevance {
  font-weight: 300 !important;
}
#impressum_content .ce_text,
#impressum_content .ce_divider {
  padding-left: 10px;
}
#impressum_content p,
#impressum_content h3 {
  padding-left: 0px;
}
.spacer {
  margin-bottom: 20px !important;
}
#switch ul li {
  display: inline;
}
#switch ul li.active span.active {
  color: #48a9c5;
}
@media only screen and (min-width: 1020px) {
  html,
  body {
    margin: 0;
  }
  #main div.inside {
    min-height: 660px;
  }
  #mobile-btn {
    display: none;
  }
  .reset h3,
  .reset p {
    padding-left: 0px;
    padding-right: 0px;
  }
  .ce_text.reset {
    padding-left: 0px;
  }
  .produktseite .mod_article .ce_text.grid.g12 {
    background-color: white;
    padding-left: 20px;
    padding-right: 20px;
    width: 900px;
  }
  #navi_submenu {
    float: left;
    margin-left: 160px;
  }
  nav.mod_changelanguage {
    float: left;
    width: 70px;
  }
  div.custom {
    position: absolute;
    z-index: 100;
  }
  #logo figure.image_container a img {
    height: 26px !important;
    width: 150px !important;
    z-index: 100 !important;
  }
  div.ce_gallery ul {
    margin-left: -40px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1020px) {
  html,
  body {
    margin: 0;
  }
  #mobile-btn {
    display: none;
  }
  .bg-color-windmill {
    height: 430px;
    background-image: url("../../files/engine/images/Hero_Images/asel_header_dreieck_left_01.png"), url("http://contao.asel-ag.de/files/engine/images/Hero_Images/asel_erneuerbare_energien.jpg");
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 14.5% auto, 100% auto;
  }
  .bg-color-loading {
    background-image: url("../../files/engine/images/Hero_Images/asel_header_dreieck_left_01.png"), url("../../files/engine/images/Hero_Images/asel_industriedienstleistung.jpg");
    height: 430px;
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 14.5% auto, 100% auto;
  }
  .bg-color-facility {
    background-image: url("../../files/engine/images/Hero_Images/asel_header_dreieck_left_01.png"), url("../../files/engine/images/Hero_Images/asel_facilitymangement.jpg");
    height: 430px;
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 14.5% auto, 100% auto;
  }
  #slider {
    height: 430px;
  }
  #slider .content-slider {
    height: 430px;
  }
  #slider .content-slider .slider-wrapper .ce_image figure.image_container img {
    top: 0px;
    position: relative;
    height: auto;
  }
  .dreieck_overlay {
    position: absolute;
    top: -16px;
  }
  .dreieck_overlay figure.image_container img {
    height: 430px;
    width: auto;
  }
  #slider div.gridder h1 {
    width: 710px;
    position: relative;
    margin: 0 auto;
    top: -360px;
  }
  .ce_text ul {
    margin-left: 0px;
  }
  .ce_text.reset {
    padding-left: 0px;
  }
  .reset h3,
  .reset p {
    padding-left: 0px;
  }
  #navi_submenu {
    clear: right;
    float: left;
    margin-left: 180px;
  }
  #navi_submenu ul li {
    display: inline;
    padding-left: 6px;
    padding-right: 4px;
    position: relative;
  }
  nav.mod_changelanguage {
    float: left;
    width: 70px;
  }
  div.custom {
    position: absolute;
    z-index: 100;
  }
  #logo figure.image_container a img {
    height: 26px !important;
    width: 150px !important;
    z-index: 100 !important;
  }
  div.ce_gallery ul {
    margin-left: -40px;
  }
}
@media only screen and (max-width: 959px) {
  html,
  body {
    margin: 0;
  }
  #navi_submenu {
    display: none;
  }
  .product_teaser h2 {
    line-height: 20px;
    padding-left: 20px;
    font-size: 14px;
  }
  .product_teaser {
    height: 320px;
  }
  .product_teaser p {
    padding-left: 20px;
  }
  .product_text p {
    padding-bottom: 15px;
    padding-left: 100px;
    padding-top: 15px;
  }
  .piktogramm img {
    width: 60px;
    max-width: none;
  }
  .bg-color-windmill {
    height: 430px;
    background-image: url("../../files/engine/images/Hero_Images/asel_header_dreieck_left_01.png"), url("../../files/engine/images/Hero_Images/asel_erneuerbare_energien.jpg");
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 13% auto, 100% auto;
  }
  .bg-color-loading {
    background-image: url("../../files/engine/images/Hero_Images/asel_header_dreieck_left_01.png"), url("../../files/engine/images/Hero_Images/asel_industriedienstleistung.jpg");
    height: 430px;
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 13% auto, 100% auto;
  }
  .bg-color-facility {
    background-image: url("../../files/engine/images/Hero_Images/asel_header_dreieck_left_01.png"), url("../../files/engine/images/Hero_Images/asel_facilitymangement.jpg");
    height: 430px;
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 13% auto, 100% auto;
  }
  #slider {
    height: 430px;
  }
  #slider .content-slider {
    height: 430px;
  }
  #slider .content-slider .slider-wrapper .ce_image figure.image_container img {
    top: 0px;
    position: relative;
    height: auto;
  }
  .dreieck_overlay {
    position: absolute;
    top: -16px;
  }
  .dreieck_overlay figure.image_container img {
    height: 430px;
    width: auto;
  }
  #slider div.gridder h1 {
    width: 710px;
    position: relative;
    margin: 0 auto;
    top: -360px;
  }
  .ce_text ul {
    margin-left: 20px;
  }
  .ce_text.reset {
    padding-left: 0px;
  }
  .reset h3,
  .reset p {
    padding-left: 0px;
  }
  nav.mod_changelanguage {
    float: left;
    width: 70px;
  }
  div.custom {
    position: absolute;
    z-index: 100;
  }
  #logo figure.image_container a img {
    height: 26px !important;
    width: 150px !important;
    z-index: 100 !important;
  }
  div.ce_gallery ul {
    margin-left: -40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  html,
  body {
    margin: 0;
  }
  #navi_submenu {
    display: none;
  }
  #header a {
    margin-right: 0px;
    float: right;
    margin-top: 6px;
    margin-bottom: 12px;
  }
  #btn-container {
    padding: 5px;
    width: 60px;
  }
  .archiv_teaser {
    width: 690px;
    float: left;
  }
  .archiv_img {
    float: left;
    min-height: auto;
    width: 720px;
  }
  .hide {
    display: none;
  }
  .bg-color-subpage {
    background-position: center -130px;
    height: 240px;
  }
  .bg-color-windmill {
    height: 430px;
    background-image: url("../../files/engine/images/Hero_Images/asel_header_dreieck_left_01.png"), url("http://contao.asel-ag.de/files/engine/images/Hero_Images/asel_erneuerbare_energien.jpg");
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 13% auto, 100% auto;
  }
  .bg-color-loading {
    background-image: url("../../files/engine/images/Hero_Images/asel_header_dreieck_left_01.png"), url("../../files/engine/images/Hero_Images/asel_industriedienstleistung.jpg");
    height: 430px;
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 13% auto, 100% auto;
  }
  .bg-color-facility {
    background-image: url("../../files/engine/images/Hero_Images/asel_header_dreieck_left_01.png"), url("../../files/engine/images/Hero_Images/asel_facilitymangement.jpg");
    height: 430px;
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 13% auto, 100% auto;
  }
  .bg-color-subpage {
    background-image: url("../../files/engine/images/Hero_Images/asel_header_dreieck_left_01.png"), url("../../files/engine/images/Hero_Images/asel_industriedienstleistung.jpg");
    height: 225px;
    background-position: left top, center 0px;
    background-repeat: no-repeat, no-repeat;
    background-size: 13% auto, 100% auto;
    margin-bottom: 30px;
  }
  #slider {
    height: 430px;
  }
  #slider .content-slider {
    height: 430px;
  }
  #slider .content-slider .slider-wrapper .ce_image figure.image_container img {
    top: 0px;
    position: relative;
    height: auto;
  }
  .dreieck_overlay {
    position: absolute;
    top: -16px;
  }
  .dreieck_overlay figure.image_container img {
    height: 430px;
    width: auto;
  }
  #slider div.gridder h1 {
    width: 710px;
    position: relative;
    margin: 0 auto;
    top: -360px;
  }
  #slider_small {
    height: 285px;
  }
  #slider_small .content-slider {
    height: 285px;
  }
  #slider_small .content-slider .slider-wrapper .ce_image figure.image_container img {
    top: 0px;
    position: relative;
    height: auto;
  }
  .dreieck_overlay_small {
    position: absolute;
    top: -16px;
  }
  .dreieck_overlay_small figure.image_container img {
    height: 285px;
    width: auto;
  }
  #slider_small div.gridder h1 {
    width: 710px;
    position: relative;
    margin: 0 auto;
    top: -225px;
  }
  .ce_text ul {
    margin-left: 5px;
  }
  .ce_text.reset {
    padding-left: 0px;
  }
  .reset h3,
  .reset p {
    padding-left: 0px;
  }
  .piktogramm img {
    margin-left: -20px;
  }
  .company h3 {
    margin-left: 97px;
  }
  nav.mod_changelanguage {
    float: right;
    width: 50px;
  }
  div.custom {
    position: absolute;
    z-index: 100;
  }
  #logo figure.image_container a img {
    height: 26px !important;
    width: 150px !important;
    z-index: 100 !important;
  }
}
@media only screen and (max-width: 767px) {
  html,
  body {
    margin: 0;
  }
  h1 {
    padding-top: 20px;
    padding-left: 0px;
    width: 300px;
    font-size: 40px;
  }
  #navi_submenu {
    display: none;
  }
  #header a {
    margin-right: 0px;
    float: right;
    margin-top: 6px;
    margin-bottom: 12px;
  }
  #btn-container {
    padding: 5px;
    width: 60px;
  }
  .archiv_teaser {
    width: 420px;
    float: left;
  }
  .archiv_img {
    float: left;
    min-height: auto;
    width: 420px;
  }
  .hide {
    display: none;
  }
  .product_teaser {
    margin-top: 20px !important;
    border: 1px dotted silver;
    box-sizing: border-box;
  }
  #produkte .product_teaser {
    margin-top: 20px;
  }
  .product_head h2 {
    font-size: 30px !important;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    margin-left: 0px;
    line-height: 30px;
  }
  .product_text {
    padding-left: 0px !important;
  }
  .product_text p {
    padding-left: 20px;
    padding-top: 20px;
  }
  .company {
    width: 420px;
    margin-top: -14px !important;
  }
  .company h3 {
    font-size: 14px;
    padding-top: 12px;
    text-align: center;
    padding-left: 0px !important;
    margin-left: 0px;
  }
  #produkte  h2.black {
    margin-top: 30px;
  }
  .bg-color-subpage {
    background-position: center -90px;
    height: 210px;
  }
  .bg-color-windmill {
    height: 320px;
    background-image: url("../../files/engine/images/Hero_Images/asel_header_dreieck_left_01.png"), url("../../files/engine/images/Hero_Images/asel_erneuerbare_energien.jpg");
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 15% auto, 100% auto;
  }
  .bg-color-loading {
    background-image: url("../../files/engine/images/Hero_Images/asel_header_dreieck_left_01.png"), url("../../files/engine/images/Hero_Images/asel_industriedienstleistung.jpg");
    height: 320px;
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 15% auto, 100% auto;
  }
  .bg-color-facility {
    background-image: url("../../files/engine/images/Hero_Images/asel_header_dreieck_left_01.png"), url("../../files/engine/images/Hero_Images/asel_facilitymangement.jpg");
    height: 320px;
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 15% auto, 100% auto;
  }
  .bg-color-subpage {
    background-image: url("../../files/engine/images/Hero_Images/asel_header_dreieck_left_01.png"), url("../../files/engine/images/Hero_Images/asel_industriedienstleistung.jpg");
    height: 225px;
    background-position: left top, center 0px;
    background-repeat: no-repeat, no-repeat;
    background-size: 13% auto, 100% auto;
    margin-bottom: 30px;
  }
  #slider {
    height: 320px;
  }
  #slider .content-slider {
    height: 320px;
  }
  #slider .content-slider .slider-wrapper .ce_image figure.image_container img {
    top: 0px;
    position: relative;
    height: auto;
  }
  .dreieck_overlay {
    position: absolute;
    top: -16px;
  }
  .dreieck_overlay figure.image_container img {
    height: 320px;
    width: auto;
  }
  #slider div.gridder h1 {
    width: 430px;
    position: relative;
    margin: 0 auto;
    top: -280px;
  }
  #slider_small {
    height: 225px;
  }
  #slider_small .content-slider {
    height: 225px;
  }
  #slider_small .content-slider .slider-wrapper .ce_image figure.image_container img {
    top: 0px;
    position: relative;
    height: auto;
  }
  .dreieck_overlay_small {
    position: absolute;
    top: -16px;
  }
  .dreieck_overlay_small figure.image_container img {
    height: 225px;
    width: auto;
  }
  #slider_small div.gridder h1 {
    width: 430px;
    position: relative;
    margin: 0 auto;
    top: -225px;
  }
  #impressum_content .ce_text,
  #impressum_content .ce_divider {
    padding-left: 0px;
  }
  #newslist_home .arc_1 p {
    padding-left: 0px;
    padding-right: 0px;
  }
  #footer {
    padding-top: 0px;
  }
  .ce_text.reset {
    padding-left: 0px;
  }
  .reset h3,
  .reset p {
    padding-left: 0px;
  }
  nav.mod_changelanguage {
    float: right;
    width: 50px;
  }
  div.custom {
    position: absolute;
    z-index: 100;
  }
  #logo figure.image_container a img {
    height: 26px !important;
    width: 150px !important;
    z-index: 100 !important;
  }
  div.ce_gallery ul {
    margin-left: -40px;
  }
  .ce_gallery img {
    display: block;
    float: none;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .ce_text ul {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 479px) {
  html,
  body {
    margin: 0;
  }
  h1 {
    padding-top: 20px;
    padding-left: 0px;
    width: 300px;
    font-size: 26px;
  }
  .bg-color-windmill {
    height: 154px;
    background-image: url("../../files/engine/images/Hero_Images/asel_header_dreieck_left_01.png"), url("../../files/engine/images/Hero_Images/asel_erneuerbare_energien.jpg");
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 10% auto, 100% auto;
  }
  .bg-color-loading {
    background-image: url("../../files/engine/images/Hero_Images/asel_header_dreieck_left_01.png"), url("../../files/engine/images/Hero_Images/asel_industriedienstleistung.jpg");
    height: 154px;
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 10% auto, 100% auto;
  }
  .bg-color-facility {
    background-image: url("../../files/engine/images/Hero_Images/asel_header_dreieck_left_01.png"), url("../../files/engine/images/Hero_Images/asel_facilitymangement.jpg");
    height: 154px;
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 10% auto, 100% auto;
  }
  .bg-color-subpage {
    background-image: url("../../files/engine/images/Hero_Images/asel_header_dreieck_left_01.png"), url("../../files/engine/images/Hero_Images/asel_industriedienstleistung.jpg");
    height: 154px;
    background-position: left top, center 0px;
    background-repeat: no-repeat, no-repeat;
    background-size: 13% auto, 100% auto;
    margin-bottom: 30px;
  }
  #slider {
    height: 223px;
  }
  #slider .content-slider {
    height: 223px;
  }
  #slider .content-slider .slider-wrapper .ce_image figure.image_container img {
    top: 0px;
    position: relative;
    height: auto;
  }
  .dreieck_overlay {
    position: absolute;
    top: -16px;
  }
  .dreieck_overlay figure.image_container img {
    height: 223px;
    width: auto;
  }
  #slider div.gridder h1 {
    width: 300px;
    position: relative;
    margin: 0 auto;
    top: -190px;
  }
  #slider_small {
    height: 154px;
  }
  #slider_small .content-slider {
    height: 154px;
  }
  #slider_small .content-slider .slider-wrapper .ce_image figure.image_container img {
    top: 0px;
    position: relative;
    height: auto;
  }
  .dreieck_overlay_small {
    position: absolute;
    top: -16px;
  }
  .dreieck_overlay_small figure.image_container img {
    height: 154px;
    width: auto;
  }
  #slider_small div.gridder h1 {
    width: 300px;
    position: relative;
    margin: 0 auto;
    top: -150px;
  }
  .product_teaser {
    margin-top: 20px !important;
    border: 1px dotted silver;
    box-sizing: border-box;
  }
  #produkte .product_teaser {
    margin-top: 20px;
  }
  .piktogramm {
    width: 282px;
  }
  .product_head {
    height: 50px;
    width: 282px;
  }
  .product_text {
    float: left;
    margin-top: 8px;
    width: 282px !important;
  }
  .product_text p {
    padding-left: 20px;
    width: 245px;
  }
  .product_text a {
    float: left;
    padding-left: 20px;
  }
  #head_subpage p {
    padding-left: 0px;
    width: 282px;
    margin-bottom: 30px;
  }
  .hide {
    display: none;
  }
  #navi_submenu {
    display: none;
  }
  #header a {
    margin-right: 0px;
    float: right;
    margin-top: 6px;
    margin-bottom: 12px;
  }
  #btn-container {
    padding: 5px;
    width: 60px;
  }
  .archiv_teaser {
    width: 300px;
    float: left;
  }
  .archiv_teaser h2 {
    padding-left: 0px;
  }
  .archiv_teaser h2 a {
    padding-left: 0px;
  }
  .archiv_teaser p.info {
    padding-left: 0px;
  }
  .archiv_teaser .teaser p {
    padding-left: 0px;
  }
  .archiv_img {
    float: left;
    min-height: 200px !important;
    width: 300px;
  }
  .company {
    width: 300px;
    margin-top: -14px !important;
  }
  .company h3 {
    padding-left: 0px !important;
    text-align: center !important;
  }
  .product_head h2 {
    font-size: 20px !important;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    margin-left: 0px;
    line-height: 20px;
  }
  .product_text {
    padding-left: 0px !important;
    text-align: left !important;
  }
  .product_text p {
    padding-left: 20px;
    width: 271px;
  }
  #produkte  h2.black {
    margin-top: 30px;
  }
  .mod_newsreader h1 {
    color: #48a9c5;
    font-size: 30px;
  }
  .mod_newsreader h2 {
    color: #000000;
    font-size: 25px;
  }
  #ctrl_keywords_15 {
    width: 284px;
  }
  .ce_text ul li {
    padding-right: 10px;
  }
  .produktseite .mod_article .ce_text {
    padding-left: 10px;
  }
  .produktseite .mod_article .ce_text.grid.g12 ul {
    padding-left: 0;
  }
  .ce_text h3,
  .ce_text p {
    padding-left: 0px;
  }
  .product_teaser p {
    padding-left: 20px;
  }
  .product_teaser figure.image_container {
    margin-left: 20px;
    margin-right: 20px;
  }
  .produktseite .mod_article .ce_text {
    padding-left: 20px;
    width: 280px;
  }
  #impressum_content .ce_text,
  #impressum_content .ce_divider {
    padding-left: 0px;
  }
  #newslist_home .arc_1 p {
    padding-left: 0px;
    padding-right: 10px;
  }
  #footer {
    padding-top: 20px;
  }
  .ce_text.reset {
    padding-left: 0px;
  }
  .reset h3 {
    padding-left: 0px;
  }
  .ce_text ul {
    margin-left: 0;
  }
  nav.mod_changelanguage {
    float: right;
    width: 50px;
  }
  div.custom {
    position: absolute;
    z-index: 100;
  }
  #logo figure.image_container a img {
    height: 26px !important;
    width: 150px !important;
    z-index: 100 !important;
  }
  .ce_gallery figure.image_container {
    margin-left: calc();
  }
  div.ce_gallery ul {
    margin-left: -40px;
  }
}
@media only screen and (max-width: 320px) {
  #slider {
    height: 213px;
  }
  .dreieck_overlay figure.image_container img {
    height: 213px;
    width: auto;
  }
}

