/* Contao Open Source CMS, (c) 2005-2016 Leo Feyer, LGPL license */
body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li{float:left}.ce_gallery>ul li.col_first{clear:left}.float_left{float:left}.float_right{float:right}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
/* Contao Open Source CMS, (c) 2005-2016 Leo Feyer, LGPL license */
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width:auto}
/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu panels CSS
*/
.mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }

.mm-menu .mm-hidden {
  display: none; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu,
.mm-menu > .mm-panel {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0; }

.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }
  .mm-menu > .mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 20px;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0); }
    .mm-menu > .mm-panel.mm-opened {
      -webkit-transform: translate(0%, 0);
      -moz-transform: translate(0%, 0);
      -ms-transform: translate(0%, 0);
      -o-transform: translate(0%, 0);
      transform: translate(0%, 0); }
    .mm-menu > .mm-panel.mm-subopened {
      -webkit-transform: translate(-30%, 0);
      -moz-transform: translate(-30%, 0);
      -ms-transform: translate(-30%, 0);
      -o-transform: translate(-30%, 0);
      transform: translate(-30%, 0); }
    .mm-menu > .mm-panel.mm-highest {
      z-index: 1; }
  .mm-menu .mm-list {
    padding: 20px 0; }
  .mm-menu > .mm-list {
    padding-bottom: 0; }
    .mm-menu > .mm-list:after {
      content: '';
      display: block;
      height: 40px; }

.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px; }
  .mm-panel > .mm-list:first-child {
    padding-top: 0; }

.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-list {
  font: inherit;
  font-size: 14px; }
  .mm-list a,
  .mm-list a:hover {
    text-decoration: none; }
  .mm-list > li {
    position: relative; }
    .mm-list > li > a,
    .mm-list > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      line-height: 20px;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    width: auto;
    margin-left: 20px;
    position: relative;
    left: auto; }
  .mm-list a.mm-subopen {
    background: rgba(3, 2, 1, 0);
    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
    .mm-list a.mm-subopen:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .mm-list a.mm-subopen.mm-fullsubopen {
      width: 100%; }
      .mm-list a.mm-subopen.mm-fullsubopen:before {
        border-left: none; }
    .mm-list a.mm-subopen + a,
    .mm-list a.mm-subopen + span {
      padding-right: 5px;
      margin-right: 40px; }
  .mm-list > li.mm-selected > a.mm-subopen {
    background: transparent; }
  .mm-list > li.mm-selected > a.mm-fullsubopen + a,
  .mm-list > li.mm-selected > a.mm-fullsubopen + span {
    padding-right: 45px;
    margin-right: 0; }
  .mm-list a.mm-subclose {
    text-indent: 20px;
    padding-top: 30px;
    margin-top: -20px; }
  .mm-list > li.mm-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
    padding-right: 5px; }
  .mm-list > li.mm-spacer {
    padding-top: 40px; }
    .mm-list > li.mm-spacer.mm-label {
      padding-top: 25px; }
  .mm-list a.mm-subopen:after,
  .mm-list a.mm-subclose:before {
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%; }
  .mm-list a.mm-subopen:after {
    border-top: none;
    border-left: none;
    right: 18px; }
  .mm-list a.mm-subclose:before {
    border-right: none;
    border-bottom: none;
    margin-bottom: -15px;
    left: 22px; }

.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent; }
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block; }
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen {
  height: 40px; }
  .mm-menu.mm-vertical .mm-list > li > a.mm-subopen:after {
    top: 16px;
    bottom: auto; }
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }
.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen {
  height: 25px; }

html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu {
  background: #333333;
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.1); }
  .mm-menu .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.05); }
  .mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.05); }

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened {
  overflow: hidden;
  position: relative; }
  html.mm-opened body {
    overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }
.mm-menu.mm-current {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

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

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0); } }

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

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

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

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

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

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

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

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

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

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

/* ColorBox, (c) 2011 Jack Moore, MIT license */
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url("../../assets/jquery/colorbox/1.6.1/images/loading.gif") no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
@font-face{font-family:Droid Sans;font-weight:400;src:local("Droid Sans Regular"), local("DroidSans-Regular"), url("/files/themes/theme-one/fonts/droidsans-webfont.woff2") format("woff2"), url("/files/themes/theme-one/fonts/droidsans-webfont.woff") format("woff");unicode-range:U0-0FF, U131, U152-153, U2BB-2BC, U2C 6, U2DA, U2DC, U2000-206F, U2074, U20AC, U2122, U2191, U2193, U2212, U2215, UFEFF, UFFFD;}@font-face{font-family:Droid Sans;font-weight:700;src:local("Droid Sans Bold"), local("DroidSans-Bold"), url("/files/themes/theme-one/fonts/droidsans-bold-webfont.woff2") format("woff2"), url("/files/themes/theme-one/fonts/droidsans-bold-webfont.woff") format("woff");unicode-range:U0-0FF, U131, U152-153, U2BB-2BC, U2C 6, U2DA, U2DC, U2000-206F, U2074, U20AC, U2122, U2191, U2193, U2212, U2215, UFEFF, UFFFD;}html{overflow-y:scroll}address,article,aside,blockquote,body,code,div,fieldset,footer,form,h1,h2,h3,h4,h5,h6,header,input,legend,li,main,nav,ol,p,pre,section,table,td,textarea,th,ul{box-sizing:border-box;margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-weight:normal}ul{list-style-type:none}a{text-decoration:none;color:inherit}a:focus,button:focus,input:focus{outline:none}a:active{background-color:transparent}a img{border:none}::-moz-focus-inner{border:0}#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}body{font-family:"Droid Sans", Verdana, Arial, sans-serif;font-size:16px;line-height:1.4;color:#707070}.hidden-xs{display:none !important}@media (min-width:768px){.hidden-xs{display:block !important}}@media (min-width:768px){.visible-xs{display:none !important}}@media (min-width:768px){#wrapper{width:720px;margin-left:auto;margin-right:auto;background-color:#fff;box-shadow:0 0 5px rgba(0, 0, 0, .47)}}@media (min-width:1040px){#wrapper{width:1000px}}#header{box-shadow:0 0 5px rgba(0, 0, 0, .47)}@media (min-width:768px){#header{box-shadow:none;height:271.6px}}@media (min-width:1040px){#header{height:370px}}@media (min-width:768px){.home #header{height:371.6px}}@media (min-width:1040px){.home #header{height:545px}}.header-infos{position:relative;padding:5px;background-image:url("/files/themes/theme-one/images/background/bg-header-infos.jpg");background-repeat:no-repeat;background-position:center;background-size:cover;color:#000;font-size:14px}@media (min-width:768px){.header-infos{float:right;width:400px;height:70px;padding-left:10px;padding-right:10px;padding-top:13px}}@media (min-width:1040px){.header-infos{width:590px;height:90px;padding-left:110px;padding-top:22px;font-size:15px;line-height:1}}.header-infos a{color:#0e53a0}.header-infos a:focus,.header-infos a:hover{color:#0084cd}@media (min-width:768px){.header-infos img{float:left;margin-right:10px}}.header-infos-location{font-size:10px}@media (min-width:768px){.header-infos-location{font-size:11px}}@media (min-width:1040px){.header-infos-location{margin-bottom:10px;font-size:14px}}@media (min-width:768px){.header-infos-contact{text-transform:uppercase;font-size:15px;font-weight:bold}}@media (min-width:1040px){.header-infos-contact{font-size:17.1px}}.menu-button{display:block;position:absolute;top:9px;right:10px;width:38px;height:30px}.menu-button span{display:block;position:absolute;left:0;height:6px;width:100%;background:#0e53a0;border-radius:9px;-webkit-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:0.25s ease-in-out;transition:0.25s ease-in-out}.menu-button span:nth-child(1){top:0}.menu-button span:nth-child(2),.menu-button span:nth-child(3){top:12px}.menu-button span:nth-child(4){top:24px}.navi-top{position:absolute;left:-12px;top:0;width:332px;height:35px;padding-top:10px;padding-bottom:10px;padding-left:10px;padding-right:5px;border-right:1px solid #bfbfbf;border-left:1px solid #bfbfbf;background-color:#fff;font-size:13px;line-height:1;text-transform:uppercase}@media (min-width:1040px){.navi-top{width:422px;height:36px;padding-left:18.5px;padding-right:8px;padding-top:12px;font-size:14px}}.navi-top ul{display:-webkit-box;display:-ms-flexbox;display:flex}.navi-top li{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-align:center}.navi-top li:not(:first-child){border-left:1px solid #bfbfbf}.navi-top a:hover,.navi-top a:focus,.navi-top .trail > a,.navi-top .active > span{color:#0e53a0}.logo-container{background-color:#fff}@media (min-width:768px){.logo-container{position:absolute;left:-12px;top:35px;z-index:1;width:332px;padding-bottom:10px;background-color:transparent;background-image:url("/files/themes/theme-one/images/misc/logo-corner.png");background-repeat:no-repeat;background-position:left bottom}}@media (min-width:1040px){.logo-container{top:36px;width:422px}}.logo{display:block;box-sizing:border-box;width:320px;margin-left:auto;margin-right:auto;padding:15px;background-color:#fff;font-weight:bold}@media (min-width:768px){.logo{width:100%;height:78px;padding-top:10px;padding-bottom:10px;padding-right:0;border:1px solid #bfbfbf}}@media (min-width:1040px){.logo{padding-left:34px;padding-top:12px;height:82px;line-height:1.2}}.logo-first-line{font-size:18px;color:#0e53a0;text-transform:uppercase}@media (min-width:768px){.logo-first-line{font-size:19px}}@media (min-width:1040px){.logo-first-line{font-size:23.4px}}.logo-second-line{font-size:20.2px}@media (min-width:768px){.logo-second-line{font-size:21.2px}}@media (min-width:1040px){.logo-second-line{font-size:26.2px}}.navi-main{position:absolute;left:0;top:113px;width:319px;height:159px;background-color:rgba(255, 255, 255, 0.85)}@media (min-width:1040px){.navi-main{top:118px;width:409px;height:252px}}.navi-main ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;height:100%}.navi-main li{width:calc(50% - 1px);height:calc(50% - 1px)}.navi-main li:nth-child(3),.navi-main li:nth-child(4){height:calc(50% + 1px);border-top:1px solid #bfbfbf}.navi-main li:nth-child(2),.navi-main li:nth-child(4){width:calc(50% + 1px);border-left:1px solid #bfbfbf}.navi-main a,.navi-main span.active{display:block;height:100%;padding-top:52px;text-align:center;text-transform:uppercase;font-size:13px;background-repeat:no-repeat;background-size:40px auto;background-position:center 12px}@media (min-width:1040px){.navi-main a,.navi-main span.active{padding-top:84px;font-size:14px;background-size:auto;background-position:center 25px}}.navi-main a:hover,.navi-main span.active:hover,.navi-main a:focus,.navi-main span.active:focus{opacity:0.8}.navi-main span.active,.navi-main a.trail{color:#0e53a0}.navi-main a.tankstellenbau{background-image:url("/files/themes/theme-one/images/icons/icon-tankstellenbau.png")}.navi-main span.active.tankstellenbau,.navi-main a.trail.tankstellenbau{background-image:url("/files/themes/theme-one/images/icons/icon-tankstellenbau-active.png")}.navi-main a.tankstellen-service{background-image:url("/files/themes/theme-one/images/icons/icon-tankstellen-service.png")}.navi-main span.active.tankstellen-service,.navi-main a.trail.tankstellen-service{background-image:url("/files/themes/theme-one/images/icons/icon-tankstellen-service-active.png")}.navi-main a.industrieanlagenbau{background-image:url("/files/themes/theme-one/images/icons/icon-industrieanlagenbau.png")}.navi-main span.active.industrieanlagenbau,.navi-main a.trail.industrieanlagenbau{background-image:url("/files/themes/theme-one/images/icons/icon-industrieanlagenbau-active.png")}.navi-main a.leistungsverzeichnis{background-image:url("/files/themes/theme-one/images/icons/icon-leistungsverzeichnis.png")}.navi-main span.active.leistungsverzeichnis,.navi-main a.trail.leistungsverzeichnis{background-image:url("/files/themes/theme-one/images/icons/icon-leistungsverzeichnis-active.png")}.navi-main-home{position:relative;height:0;padding-bottom:50%;background-image:url("/files/themes/theme-one/images/background/bg-navi-main-home.jpg");background-repeat:no-repeat;background-size:cover}@media (min-width:576px){.navi-main-home{height:100px;padding-bottom:0}}@media (min-width:768px){.navi-main-home{height:100px}}@media (min-width:1040px){.navi-main-home{height:175px}}.navi-main-home ul{position:absolute;left:0;top:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (min-width:576px){.navi-main-home ul{position:static;-ms-flex-wrap:nowrap;flex-wrap:nowrap}}@media (min-width:1040px){.navi-main-home ul{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 95px}}.navi-main-home li{width:50%;height:50%}@media (min-width:576px){.navi-main-home li{height:100%}}@media (min-width:1040px){.navi-main-home li{width:auto;height:auto}}.navi-main-home a:not(.invisible){display:block;position:relative;width:100%;height:100%;border:1px solid #ccc;background-repeat:no-repeat;background-size:25% auto;background-position:center 30%;text-align:center;text-transform:uppercase;font-size:calc(12px + (16 - 12)*(100vw - 320px)/(576 - 320))}@media (min-width:576px){.navi-main-home a:not(.invisible){background-size:55px auto;background-position:center 14px;font-size:12px}}@media (min-width:1040px){.navi-main-home a:not(.invisible){width:auto;height:auto;border:none;background-size:auto;background-position:center top}}.navi-main-home a:not(.invisible) > span{display:block;position:absolute;left:0;bottom:15%;width:100%}@media (min-width:576px){.navi-main-home a:not(.invisible) > span{bottom:14px}}@media (min-width:1040px){.navi-main-home a:not(.invisible) > span{position:static;padding-top:75px;font-size:16px}}.navi-main-home a:not(.invisible):hover,.navi-main-home a:not(.invisible):focus,.navi-main-home a:not(.invisible):active{opacity:0.8}.navi-main-home a.tankstellenbau{background-image:url("/files/themes/theme-one/images/icons/icon-tankstellenbau-home.png")}.navi-main-home a.tankstellen-service{background-image:url("/files/themes/theme-one/images/icons/icon-tankstellen-service-home.png")}.navi-main-home a.industrieanlagenbau{background-image:url("/files/themes/theme-one/images/icons/icon-industrieanlagenbau-home.png")}.navi-main-home a.leistungsverzeichnis{background-image:url("/files/themes/theme-one/images/icons/icon-leistungsverzeichnis-home.png")}.banner{clear:both}.banner img{display:block}#header .mod_article,#header .mod_rocksolid_slider{width:100%}#container{padding-top:20px}@media (min-width:768px){#container{padding-top:0;display:-webkit-box;display:-ms-flexbox;display:flex}}#left,#main{line-height:1.5}@media (min-width:768px){#left,#main{min-height:calc(100vh - 445.6px)}}@media (min-width:1040px){#left,#main{min-height:calc(100vh - 544px)}}#left .mod_article,#main .mod_article{overflow:visible}@media (min-width:768px){#left{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;-ms-flex-negative:0;flex-shrink:0;width:158.5px;padding:20px}}@media (min-width:1040px){#left{width:203.5px;padding:50px 30px 25px}}#main{margin-left:10px;margin-right:10px;margin-bottom:20px;padding:20px 10px;background-color:#fff;box-shadow:0 0 5px rgba(0, 0, 0, .47)}@media (min-width:768px){#main{margin:0;padding:0;background-color:none;box-shadow:none}}@media (min-width:768px){#main{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:561.5px;padding:20px;border-left:1px solid #bfbfbf}}@media (min-width:1040px){#main{width:796.5px;padding:50px 40px 25px}}@media (min-width:768px){#main:only-child{margin-left:158.5px}}@media (min-width:1040px){#main:only-child{margin-left:203.5px}}.home #container{display:block}@media (min-width:768px){.home #left,.home #main{min-height:calc(100vh - 545.6px)}}@media (min-width:1040px){.home #left,.home #main{min-height:calc(100vh - 544px + $navi-main-home-height-md)}}@media (min-width:768px){.home #main{width:100%;margin-left:0;border-left:none}}@media (min-width:1040px){.home #main{padding:50px 60px 25px}}.navi-sidebar{margin-left:10px;margin-right:10px;margin-bottom:20px;padding:20px 10px;background-color:#fff;box-shadow:0 0 5px rgba(0, 0, 0, .47);overflow:visible;font-size:14px}@media (min-width:768px){.navi-sidebar{margin:0;padding:0;background-color:none;box-shadow:none}}.navi-sidebar h2{margin-bottom:5px;font-size:16px}@media (min-width:768px){.navi-sidebar h2{display:none}}.navi-sidebar ul{padding-left:10px}@media (min-width:768px){.navi-sidebar ul{padding-left:0}}.navi-sidebar li{margin-bottom:5px}.navi-sidebar .level_2{margin-left:10px;font-size:12px}.navi-sidebar a:hover,.navi-sidebar a:focus,.navi-sidebar a.trail,.navi-sidebar span.active{color:#0e53a0}@media (min-width:1040px){.navi-sidebar wbr{display:none}}#footer{background-color:#bfbfbf;box-shadow:0 0 5px rgba(0, 0, 0, .47);font-size:14px;text-align:center;padding:20px}@media (min-width:768px){#footer{box-shadow:none;height:174px;text-align:left;font-size:13px}}@media (min-width:1040px){#footer{height:174px}}#footer p{margin-bottom:10px}#footer strong{color:#000}#footer a:hover,#footer a:focus{color:#0e53a0}#footer .navi-footer{text-transform:uppercase}@media (min-width:768px){#footer .navi-footer{position:absolute;right:0;top:3px;line-height:1}#footer .navi-footer li{float:left}#footer .navi-footer li:not(:first-child){padding-left:10px;border-left:1px solid #707070}#footer .navi-footer li:not(:last-child){padding-right:10px}}.mm-menu{background-color:#0e53a0;color:#fff}.mm-menu .mm-list > li > a.mm-subclose::before,.mm-menu .mm-list > li > a.mm-subopen::after,.mm-menu .mm-list > li > a.mm-subopen:before,.mm-menu .mm-list > li:after{border-color:#fff}.mm-menu .mm-list > li > a.mm-subclose{color:inherit}.mm-menu .mm-list > li > a.mm-subclose,.mm-menu .mm-list > li.mm-selected > span{background-color:#0084cd}.cookiebar{background-color:#0e53a0}.cookiebar__button{padding:5px 30px;border:1px solid #707070;border-radius:4px;color:#0e53a0;font-size:13px;line-height:20px;font-weight:bold;cursor:pointer;background:#bbb;background:-moz-linear-gradient(top, #fff 0%, #bbb 100%);background:-webkit-linear-gradient(top, #fff 0%, #bbb 100%);background:linear-gradient(to bottom, #fff 0%, #bbb 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#bbbbbb',GradientType=0);}.cookiebar__button:hover,.cookiebar__button:focus{text-decoration:none !important;background:#999;background:-moz-linear-gradient(top, #fff 0%, #999 100%);background:-webkit-linear-gradient(top, #fff 0%, #999 100%);background:linear-gradient(to bottom, #fff 0%, #999 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#999999',GradientType=0);}.text-uppercase{text-transform:uppercase}.content h1{margin-bottom:15px;font-size:18px;font-weight:bold}@media (min-width:1040px){.content h1{margin-bottom:25px}}.content h2{margin-bottom:5px;font-size:18px;color:#0e53a0}@media (min-width:1040px){.content h2{margin-bottom:10px}}.content h3{margin-bottom:5px;font-size:16px}.content p,.content ul{font-size:13px;margin-bottom:15px}@media (min-width:1040px){.content p,.content ul{margin-bottom:25px}}.content ul{padding-left:15px;list-style-type:disc}.content ul ul{margin-bottom:0}.content a{color:#0e53a0}.content a:hover,.content a:focus{text-decoration:underline}.content hr{margin-top:0;margin-bottom:15px;border:none;border-top:1px solid #707070}@media (min-width:1040px){.content hr{margin-bottom:25px}}.content img{margin-top:5px;margin-left:5px;margin-bottom:5px;margin-right:10px;max-width:calc(100% - 27px);border:6px solid #fff;box-shadow:0 0 8px rgba(0, 0, 0, .39)}.btn{padding:5px 30px;border:1px solid #707070;border-radius:4px;color:#0e53a0;font-size:13px;line-height:20px;font-weight:bold;cursor:pointer;background:#bbb;background:-moz-linear-gradient(top, #fff 0%, #bbb 100%);background:-webkit-linear-gradient(top, #fff 0%, #bbb 100%);background:linear-gradient(to bottom, #fff 0%, #bbb 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#bbbbbb',GradientType=0);}.btn:hover,.btn:focus{text-decoration:none !important;background:#999;background:-moz-linear-gradient(top, #fff 0%, #999 100%);background:-webkit-linear-gradient(top, #fff 0%, #999 100%);background:linear-gradient(to bottom, #fff 0%, #999 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#999999',GradientType=0);}.map{width:100%;height:300px;margin-bottom:15px;border:none}.contact-form{overflow:visible}.contact-form .widget{margin-bottom:10px}.contact-form label,.contact-form legend,.contact-form input,.contact-form textarea{display:block;color:#707070}.contact-form label,.contact-form legend{font-size:13px}.contact-form legend{max-width:100%}.contact-form input,.contact-form textarea{width:100%;padding:5px 10px;border:1px solid #707070}.contact-form input:focus,.contact-form textarea:focus{border-color:#0e53a0}.contact-form textarea{font-family:"Droid Sans", Verdana, Arial, sans-serif}.contact-form .checkbox_container{border:none}.contact-form .checkbox_container input{float:left;width:auto;margin-top:2px}.contact-form .checkbox_container label{float:right;width:calc(100% - 20px)}.contact-form input.submit{padding:5px 30px;border:1px solid #707070;border-radius:4px;color:#0e53a0;font-size:13px;line-height:20px;font-weight:bold;cursor:pointer;background:#bbb;background:-moz-linear-gradient(top, #fff 0%, #bbb 100%);background:-webkit-linear-gradient(top, #fff 0%, #bbb 100%);background:linear-gradient(to bottom, #fff 0%, #bbb 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#bbbbbb',GradientType=0);width:100%;margin-top:15px;margin-bottom:20px;padding-top:10px;padding-bottom:10px}.contact-form input.submit:hover,.contact-form input.submit:focus{text-decoration:none !important;background:#999;background:-moz-linear-gradient(top, #fff 0%, #999 100%);background:-webkit-linear-gradient(top, #fff 0%, #999 100%);background:linear-gradient(to bottom, #fff 0%, #999 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#999999',GradientType=0);}.contact-form .form-note{border:1px dotted #707070;padding:5px 10px}@media (min-width:768px){.team{margin-bottom:20px}}@media (min-width:1040px){.team{margin-bottom:25px}}.team h2{padding-bottom:5px;border-bottom:1px solid #707070}@media (min-width:768px){.team img{float:left;margin-right:15px}}.team p + p{margin-left:8px;margin-top:-15px}@media (min-width:768px){.team p + p{margin-left:0;margin-top:0}}.team-sidebar{margin-left:10px;margin-right:10px;margin-bottom:20px;padding:20px 10px;background-color:#fff;box-shadow:0 0 5px rgba(0, 0, 0, .47)}@media (min-width:768px){.team-sidebar{margin:0;padding:0;background-color:none;box-shadow:none}}@media (min-width:768px){.team-sidebar{margin-top:25px;padding-top:25px;border-top:1px solid #707070}}@media (min-width:1040px){.team-sidebar{margin-right:-5px}}@media (min-width:768px){.team-sidebar:only-child{margin-top:0;padding-top:0;border-top:none}}.team-sidebar .team-sidebar-headline{margin-bottom:10px;font-size:18px;color:#0e53a0}.team-sidebar .team-members{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-20px}@media (min-width:768px){.team-sidebar .team-members{margin-left:0;display:block}}.team-sidebar .team-member{width:150px;margin-left:20px;margin-bottom:20px}@media (min-width:768px){.team-sidebar .team-member{width:auto;margin-left:0}}.team-sidebar p{font-size:13px;margin-bottom:5px}@media (min-width:1040px){.team-sidebar wbr{display:none}}.team-sidebar .btn{display:block;box-sizing:border-box;width:100%;padding-left:0;padding-right:0;text-align:center}.layout_latest{border-bottom:1px dotted #bfbfbf;margin-bottom:20px}@media (min-width:1040px){.layout_latest{margin-bottom:30px}}.layout_latest.last{border-bottom:none}.layout_latest .info{margin-bottom:0;font-size:12px}.layout_latest .more{margin-top:-10px}@media (min-width:1040px){.layout_latest .more{margin-top:-20px}}.pagination{margin-top:-20px;padding-top:15px;border-top:1px dotted #bfbfbf}@media (min-width:1040px){.pagination{margin-top:-30px;padding-top:25px}}.pagination p{margin-bottom:5px}.pagination ul{padding-left:0;list-style-type:none}.pagination li{float:left}.pagination li:not(:first-child){margin-left:10px}.pagination a{color:inherit}.pagination a:hover,.pagination a:focus{color:#0e53a0}.pagination .current{text-decoration:underline}.mod_newsmenu{margin-left:10px;margin-right:10px;margin-bottom:20px;padding:20px 10px;background-color:#fff;box-shadow:0 0 5px rgba(0, 0, 0, .47);font-size:14px}@media (min-width:768px){.mod_newsmenu{margin:0;padding:0;background-color:none;box-shadow:none}}.mod_newsmenu li{margin-bottom:6px}.mod_newsmenu .level_2{margin-left:10px;font-size:12px}.mod_newsmenu a:hover,.mod_newsmenu a:focus,.mod_newsmenu span.active{color:#0e53a0}.mod_newsreader h1{margin-bottom:0}.ce_galerie{margin-bottom:25px;overflow:visible}.galleria-container{background-color:#fff;border:1px solid #bfbfbf}.galleria-container img{margin:0;border:none;box-shadow:none}.galleria-container .galleria-info-link{border-radius:5px}.galleria-container .galleria-info-text{background-color:#bfbfbf;border-radius:5px}.galleria-container .galleria-info-title{color:#707070}.galleria-container .galleria-counter{padding:5px;opacity:1 !important;background-color:rgba(0, 0, 0, 0.7);border-radius:5px;font-size:11px}@media (min-width:768px){.galleria-container .galleria-counter{font-size:12px}}.galleria-lightbox-shadow{background:#fff #fff;border:2px solid #999}.galleria-theme-classic .galleria-thumb-nav-left,.galleria-theme-classic .galleria-thumb-nav-right,.galleria-theme-classic .galleria-info-link,.galleria-theme-classic .galleria-info-close,.galleria-theme-classic .galleria-image-nav-left,.galleria-theme-classic .galleria-image-nav-right{background-image:url("/files/themes/theme-one/images/galleria/classic-map.png")}.galleria-theme-classic.notouch .galleria-thumb-nav-left:hover,.galleria-theme-classic.notouch .galleria-thumb-nav-right:hover{background-color:transparent}.mod_sitemap > ul > li{margin-bottom:10px}.content .services h2,.content h2.services{padding-bottom:10px;margin-bottom:20px;border-bottom:1px solid #707070}.content .services li{margin-bottom:15px}.ce_download{font-size:14px}.ce_download .mime_icon{position:relative;top:3px;max-width:auto;margin:0;border:none;box-shadow:none}.home .content h2{color:#707070}.home .content img{box-shadow:none;border:none;margin:0}@media (min-width:768px){.home-left,.home-right{float:left;width:330px}}@media (min-width:1040px){.home-left,.home-right{width:394px}}@media (min-width:768px){.home-left{margin-right:20px}}@media (min-width:1040px){.home-left{margin-right:92px}}@media (min-width:1040px){.contact-address,.contact-map{float:left;width:50%}}@media (min-width:1040px){.contact-map .map{height:260px}}@media (min-width:1040px){.contact-form{clear:both}}
