<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">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&gt;ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery&gt;ul li{float:left}.ce_gallery&gt;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}
@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 &gt; .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 &gt; .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 &gt; .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 &gt; .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 &gt; .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 &gt; .mm-panel.mm-highest {
      z-index: 1; }
  .mm-menu .mm-list {
    padding: 20px 0; }
  .mm-menu &gt; .mm-list {
    padding-bottom: 0; }
    .mm-menu &gt; .mm-list:after {
      content: '';
      display: block;
      height: 40px; }

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

.mm-list,
.mm-list &gt; 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 &gt; li {
    position: relative; }
    .mm-list &gt; li &gt; a,
    .mm-list &gt; li &gt; 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 &gt; 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 &gt; 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 &gt; li.mm-selected &gt; a.mm-subopen {
    background: transparent; }
  .mm-list &gt; li.mm-selected &gt; a.mm-fullsubopen + a,
  .mm-list &gt; li.mm-selected &gt; 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 &gt; 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 &gt; li.mm-spacer {
    padding-top: 40px; }
    .mm-list &gt; 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 &gt; .mm-panel {
  display: block; }
.mm-menu.mm-vertical .mm-list &gt; li &gt; a.mm-subopen {
  height: 40px; }
  .mm-menu.mm-vertical .mm-list &gt; li &gt; a.mm-subopen:after {
    top: 16px;
    bottom: auto; }
.mm-menu.mm-vertical .mm-list &gt; li.mm-opened &gt; 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 &gt; li.mm-label &gt; 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 &gt; li:after {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list &gt; li &gt; a.mm-subclose {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list &gt; li &gt; a.mm-subopen:after, .mm-menu .mm-list &gt; li &gt; a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list &gt; li &gt; a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list &gt; li.mm-selected &gt; a:not(.mm-subopen),
  .mm-menu .mm-list &gt; li.mm-selected &gt; span {
    background: rgba(0, 0, 0, 0.1); }
  .mm-menu .mm-list &gt; li.mm-label {
    background: rgba(255, 255, 255, 0.05); }
  .mm-menu.mm-vertical .mm-list li.mm-opened &gt; a.mm-subopen,
  .mm-menu.mm-vertical .mm-list li.mm-opened &gt; 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 themes extension CSS
*/
html.mm-opened.mm-light .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light {
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-light .mm-list &gt; li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light .mm-list &gt; li &gt; a.mm-subclose {
    background: rgba(255, 255, 255, 0.6);
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-list &gt; li &gt; a.mm-subopen:after, .mm-menu.mm-light .mm-list &gt; li &gt; a.mm-subclose:before {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-list &gt; li &gt; a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light .mm-list &gt; li.mm-selected &gt; a:not(.mm-subopen),
  .mm-menu.mm-light .mm-list &gt; li.mm-selected &gt; span {
    background: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-light .mm-list &gt; li.mm-label {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened &gt; a.mm-subopen,
  .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened &gt; ul {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-light .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.6);
  background: #f3f3f3; }
  .mm-menu.mm-light .mm-buttonbar &gt; * {
    border-color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-light .mm-buttonbar &gt; input:checked + label {
    background: rgba(0, 0, 0, 0.6);
    color: #f3f3f3; }

.mm-menu.mm-light label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

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

.mm-menu.mm-light .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-header .mm-prev:before,
  .mm-menu.mm-light .mm-header .mm-next:after,
  .mm-menu.mm-light .mm-header .mm-close:after {
    border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-list li.mm-label &gt; div &gt; div {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-light .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-light .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light label.mm-toggle:before {
    background: #f3f3f3; }
.mm-menu.mm-light input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

html.mm-opened.mm-white .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white {
  background: white;
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-white .mm-list &gt; li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white .mm-list &gt; li &gt; a.mm-subclose {
    background: rgba(0, 0, 0, 0.06);
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-list &gt; li &gt; a.mm-subopen:after, .mm-menu.mm-white .mm-list &gt; li &gt; a.mm-subclose:before {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-list &gt; li &gt; a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white .mm-list &gt; li.mm-selected &gt; a:not(.mm-subopen),
  .mm-menu.mm-white .mm-list &gt; li.mm-selected &gt; span {
    background: rgba(0, 0, 0, 0.06); }
  .mm-menu.mm-white .mm-list &gt; li.mm-label {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened &gt; a.mm-subopen,
  .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened &gt; ul {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-white .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.6);
  background: white; }
  .mm-menu.mm-white .mm-buttonbar &gt; * {
    border-color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-white .mm-buttonbar &gt; input:checked + label {
    background: rgba(0, 0, 0, 0.6);
    color: white; }

.mm-menu.mm-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

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

.mm-menu.mm-white .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-header .mm-prev:before,
  .mm-menu.mm-white .mm-header .mm-next:after,
  .mm-menu.mm-white .mm-header .mm-close:after {
    border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-list li.mm-label &gt; div &gt; div {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-white .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white label.mm-toggle:before {
    background: white; }
.mm-menu.mm-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

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

.mm-menu.mm-black {
  background: black;
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-black .mm-list &gt; li:after {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black .mm-list &gt; li &gt; a.mm-subclose {
    background: rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-list &gt; li &gt; a.mm-subopen:after, .mm-menu.mm-black .mm-list &gt; li &gt; a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-list &gt; li &gt; a.mm-subopen:before {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black .mm-list &gt; li.mm-selected &gt; a:not(.mm-subopen),
  .mm-menu.mm-black .mm-list &gt; li.mm-selected &gt; span {
    background: rgba(255, 255, 255, 0.25); }
  .mm-menu.mm-black .mm-list &gt; li.mm-label {
    background: rgba(255, 255, 255, 0.15); }
  .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened &gt; a.mm-subopen,
  .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened &gt; ul {
    background: rgba(255, 255, 255, 0.15); }

.mm-menu.mm-black .mm-buttonbar {
  border-color: rgba(255, 255, 255, 0.6);
  background: black; }
  .mm-menu.mm-black .mm-buttonbar &gt; * {
    border-color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-black .mm-buttonbar &gt; input:checked + label {
    background: rgba(255, 255, 255, 0.6);
    color: black; }

.mm-menu.mm-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6); }

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

.mm-menu.mm-black .mm-footer {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-header {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-header .mm-prev:before,
  .mm-menu.mm-black .mm-header .mm-next:after,
  .mm-menu.mm-black .mm-header .mm-close:after {
    border-color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-list li.mm-label &gt; div &gt; div {
  background: rgba(255, 255, 255, 0.15); }

.mm-menu.mm-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }
.mm-menu.mm-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black label.mm-toggle:before {
    background: black; }
.mm-menu.mm-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

/* 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&gt;*{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}

/*! 
 * Webfonts
 * Source: Google Fonts (https://fonts.google.com/selection?selection.family=Merriweather)
 * Downloaded by: google-webfonts-helper (http://google-webfonts-helper.herokuapp.com/fonts/merriweather?subsets=latin)
 */

/* merriweather-regular - latin */
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  src: url('/files/layout/fonts/merriweather/merriweather-v19-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Merriweather Regular'), local('Merriweather-Regular'),
       url('/files/layout/fonts/merriweather/merriweather-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/files/layout/fonts/merriweather/merriweather-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/files/layout/fonts/merriweather/merriweather-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/files/layout/fonts/merriweather/merriweather-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/files/layout/fonts/merriweather/merriweather-v19-latin-regular.svg#Merriweather') format('svg'); /* Legacy iOS */
}

/*! 
 * Webfonts
 * Source: Google Fonts (https://fonts.google.com/selection?selection.family=Oxygen)
 * Downloaded by: google-webfonts-helper (http://google-webfonts-helper.herokuapp.com/fonts/oxygen?subsets=latin)
 */

/* oxygen-300 - latin */
@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 300;
  src: url('/files/layout/fonts/oxygen/oxygen-v7-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Oxygen Light'), local('Oxygen-Light'),
       url('/files/layout/fonts/oxygen/oxygen-v7-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/files/layout/fonts/oxygen/oxygen-v7-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/files/layout/fonts/oxygen/oxygen-v7-latin-300.woff') format('woff'), /* Modern Browsers */
       url('/files/layout/fonts/oxygen/oxygen-v7-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/files/layout/fonts/oxygen/oxygen-v7-latin-300.svg#Oxygen') format('svg'); /* Legacy iOS */
}
/* oxygen-regular - latin */
@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 400;
  src: url('/files/layout/fonts/oxygen/oxygen-v7-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Oxygen Regular'), local('Oxygen-Regular'),
       url('/files/layout/fonts/oxygen/oxygen-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/files/layout/fonts/oxygen/oxygen-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/files/layout/fonts/oxygen/oxygen-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/files/layout/fonts/oxygen/oxygen-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/files/layout/fonts/oxygen/oxygen-v7-latin-regular.svg#Oxygen') format('svg'); /* Legacy iOS */
}
/* oxygen-700 - latin */
@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 700;
  src: url('/files/layout/fonts/oxygen/oxygen-v7-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Oxygen Bold'), local('Oxygen-Bold'),
       url('/files/layout/fonts/oxygen/oxygen-v7-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/files/layout/fonts/oxygen/oxygen-v7-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/files/layout/fonts/oxygen/oxygen-v7-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/files/layout/fonts/oxygen/oxygen-v7-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/files/layout/fonts/oxygen/oxygen-v7-latin-700.svg#Oxygen') format('svg'); /* Legacy iOS */
}
/* basic.css */
.lfde img{width:100%}.dsgvo.p{margin:10px 5px;text-align:center}.dsgvo{display:inline-block;margin:10px;padding:10px 5px;background-color:#fff;-webkit-box-shadow:5px 5px 30px #7d7d7d;box-shadow:5px 5px 30px #7d7d7d;border:2px solid #00a0de;border-radius:10px;behavior:url('assets/css3pie/1.0.0/PIE.htc');box-sizing: border-box}.video-container iframe,.video-container object,.video-container embed{position: absolute;top: 0;left: 0;width: 100%;height: 100%}.video-container{position: relative;padding-bottom: 56.25%;padding-top: 30px;height: 0;overflow: hidden}.embed-container iframe{width:100%;height:100%;left:0;top:0;position:absolute}.embed-container{width:100%;height:auto;position:relative;overflow:hidden}#main .greybox .ce_text ul li{padding-top:2px;padding-bottom:2px;padding-left:25px;background-image:url("../../files/layout/breadcrumb_1.png");background-position:left center;background-repeat:no-repeat;font:15px 'Merriweather',serif;color:#fff;list-style-type:none}#main .mod_article.greybox{padding:4.5% 5% 5%}#parx img{width:100%}#pic{overflow:hidden}.ce_gallery img{width:100%;padding-right:10px;padding-bottom:10px;padding-left:10px}.mobilemenu2{display:none}.full.standortleiter img{width:100%;max-width:250px;float:right;margin:0 30px 0 0}#main #google-maps{padding-top:20px;padding-bottom:0}.sortiment{margin-top:20px;margin-bottom:10px}.standorte{margin-top:20px;margin-bottom:10px}.sortiment p,.standorte p{margin-top:10px;margin-bottom:10px;vertical-align:middle}#main .ce_text.sortiment a{height:51px;position:relative;clear:both;display:table-cell;margin-top:10px;margin-bottom:10px;padding-right:30px;padding-left:90px;vertical-align:middle;background:#f2f2f2 url("../../files/layout/tools1.png") left center no-repeat;font:13px 'Oxygen',sans-serif;color:#404040;text-transform:uppercase;font-weight:700;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out}#main .ce_text.standorte a{height:51px;position:relative;clear:both;display:table-cell;margin-top:10px;margin-bottom:10px;padding-right:30px;padding-left:90px;vertical-align:middle;background:#f2f2f2 url("../../files/layout/places.png") left center no-repeat;font:13px 'Oxygen',sans-serif;color:#404040;text-transform:uppercase;font-weight:700;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out}#main .ce_text.sortiment a:hover{background-color:#00983a;color:#fff}#main .ce_text.standorte a:hover{background-color:#575756;color:#fff}.white .flex-control-nav li{padding:0 2px 7px}.white .flex-control-paging li a{width:15px;height:15px}#teaser{margin-top:40px}#main .ce_text ul li{padding-top:2px;padding-bottom:2px;padding-left:25px;background-image:url("../../files/layout/breadcrumb_3.png");background-position:left center;background-repeat:no-repeat;font:15px 'Merriweather',serif;color:#050000;list-style-type:none}#main ul{margin:0;padding:0}.ce_accordion .ce_text{padding:10px}.ce_accordion{margin-bottom:7px;background-color:#fff}.toggler{padding:10px 10px 10px 35px;background:#143d62 url("../../files/layout/acc_down.png") left center no-repeat;font:15px 'Merriweather',serif;color:#00a0de;text-transform:none;cursor:pointer;font-weight:400; -webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out}.toggler.ui-state-active{padding:10px 10px 10px 35px;background:#00a0de url("../../files/layout/acc_up.png") left center no-repeat;color:#fff}#left{padding-top:20px;padding-bottom:100px}.mmenubtn{display:none}*{box-sizing:border-box}#main #teaser.teaserline{padding:50px 0 0}.white .flex-caption{background-color:rgba(255,255,255,.9)}.white .flex-control-nav{bottom:0;position:relative;padding-top:18px;padding-bottom:9px;background-color:rgba(87,87,86,.8)}#main .flex-control-nav a{background-color:#ccc}#main .flex-control-nav a.flex-active{background-color:#fff}.white .flexslider{border:0px solid;box-shadow: 0px 0px 0px}#header{-webkit-transition: all 1s ease-in-out;  -moz-transition: all 1s ease-in-out;  -o-transition: all 1s ease-in-out;  transition: all 1s ease-in-out;-webkit-box-shadow: 0px -13px 44px 14px rgba(0,0,0,0.76);-moz-box-shadow: 0px -13px 44px 14px rgba(0,0,0,0.76);box-shadow: 0px -13px 44px 14px rgba(0,0,0,0.76)}#header.nav-up{top:-140px}#main .slides li{margin:0}input,textarea{margin-bottom:5px;padding:5px 10px;background-color:#ededed;border:1px solid #ccc}input:focus,textarea:focus{margin-bottom:5px;padding:5px 10px;background-color:#fff;border:1px solid #575756}input.submit{margin-top:20px;padding:10px 20px;background-color:#575756;border:0px;color:#fff;text-transform:none}.headerimage img{width:100%;height:auto;margin-bottom:-6px}.headerimage .downline{bottom:0}.katalogcontainer img:hover{opacity:0.2}.katalogcontainer img{opacity:1.0;-webkit-transition: all 0.7s ease-in-out;-moz-transition: all 0.7s ease-in-out;-o-transition: all 0.7s ease-in-out;transition: all 0.7s ease-in-out}.katalogcontainer{background-image:url("../../files/layout/magnifier.png");background-position:center center;background-repeat:no-repeat}.address{padding-top:30px;padding-bottom:30px}.lastline{padding-top:2px;padding-bottom:2px}#footer .mod_article .inbox{position:relative}.socialbtns2{right:0;top:3px;position:absolute}.breadcrumbs li{float:none;display:inline;margin-right:10px;padding-right:35px;background-image:url("../../files/layout/breadcrumb_1.png");background-position:right center;background-repeat:no-repeat;font:13px 'Oxygen',sans-serif;text-transform:uppercase;list-style-type:none}.breadcrumbs li.active{float:none;display:inline;padding-right:0;background-image:none;list-style-type:none}.breadcrumbs ul{width:100%;max-width:1000px;margin:0 auto;padding-right:20px;padding-left:20px;text-align:right}#main .mod_article{padding-top:40px;padding-bottom:25px}#main .mod_article.no-padding{padding-top:0;padding-bottom:0}#main .introtext_head{padding-top:30px;padding-bottom:20px}.content-slider,.content-slider img{width:100%;height:auto}.slider-control a,.slider-control .slider-menu{width:137px;height:97px;top:50%;display:block;margin-top:-70px}.slider-control .slider-prev{left:0;margin-left:-45px;background-image:url("../../files/layout/arrow_left.png");background-position:left top;background-repeat:no-repeat;font-size:0px;-webkit-transition: all 0.5s ease-in-out;  -moz-transition: all 0.5s ease-in-out;  -o-transition: all 0.5s ease-in-out;  transition: all 0.5s ease-in-out}.slider-control .slider-next{right:0;display:block;margin-right:-45px;background-image:url("../../files/layout/arrow_right.png");background-position:right top;background-repeat:no-repeat;font-size:0px;-webkit-transition: all 0.5s ease-in-out;  -moz-transition: all 0.5s ease-in-out;  -o-transition: all 0.5s ease-in-out;  transition: all 0.5s ease-in-out}.slider-control .slider-prev:hover{margin-left:-20px}.slider-control .slider-next:hover{margin-right:-20px}.slider-control .slider-menu{display:none}.slider-control{height:0px;position:static;margin-bottom:-6px}.content-slider figcaption{bottom:70px;right:0;position:absolute;margin-right:135px;margin-left:135px;background-color:rgba(255,255,255,.95);border:0px solid #fff}.verlinkung{width:100%;height:auto;max-width:1200px;position:relative;margin:0 auto;box-sizing:border-box}.content-slider .image_container{position:relative}.logo{left:0;top:4px;position:absolute;display:block;margin:0;padding:0}#header .mod_navigation{bottom:0;right:0;position:absolute;display:block;margin:0;padding:0}.headericons{left:0;top:0;position:absolute;display:block}.headericons img{margin-right:2px}.header_suche{right:0;top:0;position:absolute;display:block}.header_suche table{margin:-3px 0 0;padding:0}.header_suche input{height:33px;margin:0 0 0 2.5px;padding:2px 30px 2px 15px;background-image:url("../../files/layout/search_icon.png");background-position:right center;background-repeat:no-repeat;border:0px solid}body{padding-top:108px}.trenner{width:100%;clear:both}#header{width:100%;height:108px;top:0;position:fixed;display:block;margin:0;padding:0;border-bottom:0px #a1a1a9;z-index:3}#header .mod_navigation.block{overflow:visible}#header .inside{width:100%;height:108px;max-width:1400px;margin:0 auto;padding:0}.sf-menu,.sf-menu *{margin:0;padding:0;list-style: none}.sf-menu li{position:relative}.sf-menu ul.level_2 li.first{margin-top:0;padding-top:0}.cookiebar{background-color:#113d62;font:11px 'Open Sans',sans-serif}.sf-menu ul{top:100%;position:absolute;display:none;padding-top:5px;padding-bottom:5px;background-color:rgba(255,255,255,.95);left: 0;z-index: 99999}.sf-menu &gt; li{float:left}.sf-menu li:hover &gt; ul,.sf-menu li.sfHover &gt; ul{display:block}.sf-menu a,.sf-menu span{position:relative;display:block}.sf-menu ul ul{left:100%;top:0;border:0px solid #fff;border-bottom-right-radius:10px;behavior:url('assets/css3pie/1.0.0/PIE.htc')}#container{width:100%;margin:0;padding:0}.mod_article .inbox{width:100%;max-width:1000px;margin:0 auto}.half{width:48%;float:left;margin-top:0;margin-bottom:0;margin-left:0;padding:10px 0}.half.left{margin-right:4%}#footer-adresse-oeffnungszeiten .ce_text a{color: white;text-decoration: none}.third{width:32%;float:left;margin-top:0;margin-bottom:0;margin-left:0;padding:10px 0}
/* fonts.css */
#main .mobilemenu2 ul li{margin-top:10px;margin-bottom:10px}#main .mod_navigation ul li a{width:100%;max-width:260px;margin:0;padding:5px 10px 5px 30px;font-size:17px;text-decoration:none;color:#575756;list-style-type:none;font-weight:300}#left .mod_navigation ul{margin:0;padding:0}#left .mod_navigation ul li{width:100%;position:relative;display:block;margin:0;padding:0;list-style-type:none}#left .mod_navigation ul li a{width:100%;max-width:260px;float:left;margin:0;padding:5px 10px 5px 30px;font-size:17px;text-decoration:none;color:#707173;list-style-type:none;font-weight:300}#left .mod_navigation ul li span{width:100%;max-width:260px;float:left;margin:0;padding:5px 10px 5px 30px;background-color:#707173;font-size:17px;color:#fff;list-style-type:none;font-weight:300}#left .mod_navigation ul li a:hover{width:100%;max-width:260px;float:left;margin:0;padding:5px 10px 5px 30px;background-color:rgba(112,113,115,.9);font-size:17px;color:#fff;list-style-type:none;font-weight:300;-webkit-transition: all 0.5s ease-in-out;  -moz-transition: all 0.5s ease-in-out;  -o-transition: all 0.5s ease-in-out;  transition: all 0.5s ease-in-out}.white .caption_title_line{float:left;padding:5px 15px}.white .flex-caption p{padding-top:2px;padding-bottom:0;font-size:20px}.full.split{box-sizing:border-box;column-count: 2;-moz-column-count: 2;-webkit-column-count: 2;column-gap: 3em;-moz-column-gap: 3em;-webkit-column-gap: 3em}#main .mod_breadcrumb ul li{margin-left:0}#main a{text-decoration:none}p.tel{padding-left:40px;background-image:url("../../files/layout/phone.png");background-position:left center;background-repeat:no-repeat}p.mail{padding-left:40px;background-image:url("../../files/layout/mail.png");background-position:left center;background-repeat:no-repeat}p.poi{padding-left:40px;background-image:url("../../files/layout/poi.png");background-position:left center;background-repeat:no-repeat}.address p{margin-bottom:10px;font-size:15px;line-height:20px;font-weight:400}.lastline p,.lastline p a{font-size:12px;line-height:20px;text-decoration:none;text-transform:uppercase;font-weight:700}.catalogue_pre .half.right p{padding-left:60px;background-image:url("../../files/layout/book.png");background-position:left center;background-repeat:no-repeat;font-size:19px}.catalogue_pre .half.right p a{text-decoration:none}h4{float:none;display:table;padding:5px 10px;border:1px solid;font:15px/22px 'PT Sans',sans-serif;font-weight:400}.sf-menu a,.sf-menu span{font-family:'Oxygen',sans-serif;font-weight:600}.header_suche input{font:15px 'Oxygen',sans-serif;font-style:italic;text-transform:uppercase}h1{margin:0 0 20px;padding:0;font-size:66px;line-height:67px;text-transform:none;font-weight:300}h1,h2,.lastline p,h3,ul li{font-family:'Oxygen',sans-serif}h2{display:table;margin:0 0 20px;padding:0;border-right:0px solid #fff;border-bottom:1px solid #fff;border-left:0px solid #fff;font-size:25px;line-height:35px;color:#525254;text-transform:none;font-weight:500}.address h2{display:table;margin:0 0 20px;padding:0;border:0px solid #fff;font-size:25px;line-height:35px;color:#525254;text-transform:none;font-weight:500}h3{margin:20px 0 0;padding:0 0 20px;font-size:18px;line-height:20px;font-weight:300}p{margin:0;padding:0;font:15px/28px 'Merriweather',serif;font-weight:300}td,label{margin:0;padding:0;font:14px/22px 'PT Sans',sans-serif;font-weight:400}#header .mod_navigation ul li a,#header .mod_navigation ul li span,#header .mod_navigation ul li a.trail,#header .mod_navigation ul li a.current,#header .mod_navigation ul li span.current,#header .mod_navigation ul li span.trail{float:none;margin:0;padding:69px 12px 15px;font-size:18px;text-decoration:none;text-transform:uppercase;font-weight:300;-webkit-transition: all 0.5s ease-in-out;  -moz-transition: all 0.5s ease-in-out;  -o-transition: all 0.5s ease-in-out;  transition: all 0.5s ease-in-out}#header .mod_navigation ul ul li a,#header .mod_navigation ul ul li span,#header .mod_navigation ul ul li a.trail,#header .mod_navigation ul ul li a.current,#header .mod_navigation ul ul li span.current,#header .mod_navigation ul ul li span.trail{float:none;margin:0;padding:7px 12px;border:0px solid #fff;border-radius:0;font-size:15px;text-decoration:none;text-transform:none;behavior:url('assets/css3pie/1.0.0/PIE.htc');font-weight:300}.breadcrumbs a,.breadcrumbs span,.breadcrumbs p,.breadcrumbs li{float:none;display:inline-block;padding-top:7px;padding-bottom:7px;font:12px 'Oxygen',sans-serif;text-decoration:none;text-transform:uppercase;font-weight:600}.sliderbox h1 span{margin:0;padding:0;font-weight:700}#pic .sliderbox h1{margin:0;padding:12px 17px;font:36px/38px 'Oxygen',sans-serif;color:#143d62;text-transform:none;font-weight:300}.sliderbox h2{margin:4px 0 0;padding:0 10px 20px;text-align:center;font-size:18px;text-transform:none;font-weight:400}
/* colors.css */
#usercentrics-button .uc-banner-content{background-color: #ffffff !important}#usercentrics-button .uc-btn-new.uc-btn-accept{background-color: #163F64 !important;color: #ffffff !important}#usercentrics-button .uc-btn-new.uc-btn-deny{background-color: #163F64 !important;color: #ffffff !important}#main .greybox{background-color:#00a0de}.ce_accordion .ce_text p{color:#525254}body{background-color:#fff}#main .ce_text a{color:#e01d2e}.white .flex-caption p{color:#575756}p{color:#70717}h1{color:#707173}.sliderbox h2{font-size:40px;color:#143d6}#main .introtext ul li a{color:#525151}#main .grey a,#main .white a{color:#949695}.address p{color:#fff}.address h2{color:#00a0de}.lastline p,.lastline p a{color:#9e9e9c}.catalogue_pre .half.right p,.catalogue_pre .half.right p a{color:#fff}.address{background-color:#163f64}.catalogue_pre{background-color:#aeaeac}.catalogue_pre .half.right{background-color:#fdc300}.breadcrumbs li a{color:#e3e3e3}.breadcrumbs li{color:#fff}h4{border-color:#fcc304;color:#fff}#header{background-color:rgba(255,255,255,1)}#header .mod_navigation ul li a{color:#949695}#header .mod_navigation ul li span,#header .mod_navigation ul li a.current,#header .mod_navigation ul li a:hover,#header .mod_navigation ul li.sfHover a,#header .mod_navigation ul li a.trail{background-color:rgba(112,113,115,.95);color:#fff}#header .mod_navigation ul li a:hover,#header .mod_navigation ul li.sfHover a{background-color:rgba(255,255,255,.95);color:#a1a1a9}#header .mod_navigation ul ul li a{color:#656565;background-color:transparent}#header .mod_navigation ul li.sfHover ul a{color:#656565;background-color:transparent}#header .mod_navigation ul ul li span,#header .mod_navigation ul ul li a.current,#header .mod_navigation ul ul li a:hover{float:none;background-color:rgba(112,113,115,1);color:#fff}.breadcrumbs{background-color:#113d62}.introtext_head h1{color:#fff}.introtext p{color:#fff}.introtext_head{background-color:#9e9e9c}.introtext,.headericons img{background-color:#fcc304}.sliderbox h1{color:#fff}#footer .catalog_teaser{background-color:#aeaeac}.lastline{background-color:#fff;border-top:4px solid #00a0de}#footer{background-color:#163f64}.white h3,.grey h3{color:#525151}h2{color:#143d62}.introtext h2{color:#fff}.grey{background-color:#f8f8f8}.well.contact-well a{color: #fff!important}
/* icongrid.css */
#icongrid{margin: 50px 0 0 0}#icongrid div[class^="ce_hyperlink icongrid-"]{float: left;width: 20%;height: 160px;text-align: center;margin: 0 0 20px 0}#icongrid div[class^="ce_hyperlink icongrid-"] a,#icongrid div[class^="ce_hyperlink icongrid-"] span.icongrid-image-hover{height: 100%;width: 100%;display: block;background-size: 50% auto;padding: 110px 0 0 0;font-family: "Oxygen", sans-serif;color: #575756}#icongrid div[class^="ce_hyperlink icongrid-"] a{position: relative}#icongrid div[class^="ce_hyperlink icongrid-"] span.icongrid-image-hover{opacity: 0;transition: opacity 1s}#icongrid div[class^="ce_hyperlink icongrid-"] a:hover span.icongrid-image-hover{opacity: 1}#icongrid div[class^="ce_hyperlink icongrid-"] span.icongrid-image-hover{position: absolute;top: 0;left: 0;z-index: 2}#icongrid .icongrid-df a{background: url("../../files/content/icons/xl/Dach-Fassade_grn.png") top center no-repeat}#icongrid .icongrid-df span.icongrid-image-hover{background: url("../../files/content/icons/xl/Dach-Fassade_rot.png") top center no-repeat}#icongrid .icongrid-fl a{background: url("../../files/content/icons/xl/Farben-Lacke_grn.png") top center no-repeat}#icongrid .icongrid-fl span.icongrid-image-hover{background: url("../../files/content/icons/xl/Farben-Lacke_rot.png") top center no-repeat}#icongrid .icongrid-ftt a{background: url("../../files/content/icons/xl/Fenster-Tren_grn.png") top center no-repeat}#icongrid .icongrid-ftt span.icongrid-image-hover{background: url("../../files/content/icons/xl/Fenster-Tren_rot.png") top center no-repeat}#icongrid .icongrid-fn a{background: url("../../files/content/icons/xl/Fliesen-Naturstein_grn.png") top center no-repeat}#icongrid .icongrid-fn span.icongrid-image-hover{background: url("../../files/content/icons/xl/Fliesen-Naturstein_rot.png") top center no-repeat}#icongrid .icongrid-gala a{background: url("../../files/content/icons/xl/Garten-Landschaftsbau_grn.png") top center no-repeat}#icongrid .icongrid-gala span.icongrid-image-hover{background: url("../../files/content/icons/xl/Garten-Landschaftsbau_rot.png") top center no-repeat}#icongrid .icongrid-hs a{background: url("../../files/content/icons/xl/Heizung-Sanitr_grn.png") top center no-repeat}#icongrid .icongrid-hs span.icongrid-image-hover{background: url("../../files/content/icons/xl/Heizung-Sanitr_rot.png") top center no-repeat}#icongrid .icongrid-rh a{background: url("../../files/content/icons/xl/Roh-Hochbau_grn.png") top center no-repeat}#icongrid .icongrid-rh span.icongrid-image-hover{background: url("../../files/content/icons/xl/Roh-Hochbau_rot.png") top center no-repeat}#icongrid .icongrid-ts a{background: url("../../files/content/icons/xl/Tief-Strassenbau_grn.png") top center no-repeat}#icongrid .icongrid-ts span.icongrid-image-hover{background: url("../../files/content/icons/xl/Tief-Strassenbau_rot.png") top center no-repeat}#icongrid .icongrid-tb a{background: url("../../files/content/icons/xl/Trochenbau-Brandschutz_grn.png") top center no-repeat}#icongrid .icongrid-tb span.icongrid-image-hover{background: url("../../files/content/icons/xl/Trochenbau-Brandschutz_rot.png") top center no-repeat}#icongrid .icongrid-wz a{background: url("../../files/content/icons/xl/Werkzeug-Zubehr_grn.png") top center no-repeat}#icongrid .icongrid-wz span.icongrid-image-hover{background: url("../../files/content/icons/xl/Werkzeug-Zubehr_rot.png") top center no-repeat}
@media handheld,only screen and (max-width: 1023px){
/* mq_left_1024minus.css */
.mobilemenu2{display:block;padding-top:20px;padding-bottom:20px}#left{display:none}#container{width:100%;max-width:1024px;margin:0 auto;padding-top:0;padding-right:3%;padding-left:3%}
}
@media handheld,only screen and (min-width: 768px) and (max-width: 1023px){
/* mq_basic_minus1024.css */
#icongrid div[class^="ce_hyperlink icongrid-"] a,#icongrid div[class^="ce_hyperlink icongrid-"] span.icongrid-image-hover{padding-top:130px}#icongrid div[class^="ce_hyperlink icongrid-"]{width:25%;height:190px}.address,.lastline{width:100%;padding-right:3%;padding-left:3%}#header .mod_navigation ul li a,#header .mod_navigation ul li span,#header .mod_navigation ul li a.trail,#header .mod_navigation ul li a.current,#header .mod_navigation ul li span.current,#header .mod_navigation ul li span.trail{padding:15px 8px;font-size:15px}#header .mod_navigation{right:20px}#left{display:none}#container{width:100%;max-width:1024px;margin:0 auto;padding-top:0;padding-right:3%;padding-left:3%}.teaserbox{width: 100%}.mmenubtn{right:0;top:0;position:absolute;display:block;background-color:#a1a1a9}#header .mod_navigation{display:none}
}
@media handheld,only screen and (max-width: 860px){
/* mq_basic_minus768.css */
.logo img{width:auto;height:82px;margin-top:5px}#icongrid div[class^="ce_hyperlink icongrid-"] a,#icongrid div[class^="ce_hyperlink icongrid-"] span.icongrid-image-hover{padding-top:120px}#icongrid div[class^="ce_hyperlink icongrid-"]{width:33.333%;height:210px}#main .ce_text.sortiment a{width:100%}.mmenubtn{right:0;top:0;position:absolute;display:block;background-color:#a1a1a9}h1{font-size:31px;line-height:37px}h2{font-size:21px;line-height:29px}.logo{position:relative}#header .inside{padding-right:5%;padding-left:5%}body{padding-top:105px}#header.nav-up{top:-105px}#header{width:100%;height:105px;top:0;position:fixed;display:block;margin:0;padding:0;z-index:3}.breadcrumbs{display:none}.verlinkung{padding-bottom:20px}.sliderbox h2,.sliderbox h1,.verlinkung a{text-decoration:none}.slider-control a,.slider-control .slider-menu{top:25%}.sliderbox h2{width:100%;float:none;margin:0;padding:0;text-align:center}.content-slider figcaption{bottom:0;left:0;right:0;top:0;position:relative;margin:0;padding:0;text-align:center;-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75)}#container{width:90%;margin-right:5%;margin-left:5%}.full.split{box-sizing:border-box;column-count: 1;-moz-column-count: 1;-webkit-column-count: 1;column-gap: 3em;-moz-column-gap: 3em;-webkit-column-gap: 3em}.half,.half.left,.half.right{width:90%;margin-right:5%;margin-left:5%}.teaserbox{width:100%;float:none}#header .mod_navigation{display:none}
}
@media handheld,only screen and (max-width: 600px){
/* mq_basic_minus_600.css */
#pic .sliderbox h1{font-size:26px;line-height:28px}#icongrid div[class^="ce_hyperlink icongrid-"] a,#icongrid div[class^="ce_hyperlink icongrid-"] span.icongrid-image-hover{padding-top:120px}#icongrid div[class^="ce_hyperlink icongrid-"]{width:46%;height:200px;margin-right:2%;margin-left:2%}#sidebar-icons{position: fixed;top: 50%;left: 0;z-index: 100;height: 60px;background-color: #163F64;box-shadow: 5px 5px 30px grey;border-radius: 0px 10px 10px 0px;transform: translateX(-162px);transition: transform .4s ease-out}
}
@media handheld,only screen and (max-width: 480px){
/* mq_basic_minus_480.css */
.logo img{width:auto;height:82px;margin-top:5px}#icongrid div[class^="ce_hyperlink icongrid-"] a,#icongrid div[class^="ce_hyperlink icongrid-"] span.icongrid-image-hover{padding-top:95px}#icongrid div[class^="ce_hyperlink icongrid-"]{width:50%;height:160px;margin-right:0;margin-left:0}
}
/* extensions.css */
input.captcha{width: 92px}.well{background-color: #575756;padding: 0 10px 10px 10px;margin: 10px 10px 10px 0;color: white}.well:nth-child(even){margin: 10px 0 10px 10px}.well h3{margin: 10px 0 0;padding: 0 0 10px}.well p{color: white;font-size: .7em;line-height: 1.2em}#main ul li.menu-item-standorte.active span{background-image:url("../../files/content/icons/Icon Standort_weiss.png");background-position: 10px center;background-repeat:no-repeat;background-size: 14px 20px}#main li[class^="menu-item-sortiment-"] a,#main li[class^="active menu-item-sortiment-"] span{background-position: 10px center;background-repeat:no-repeat;background-size: 25px;padding: 5px 0px 5px 40px !important}#main li.menu-item-sortiment-df a{background-image:url("../../files/content/icons/Dach-Fassade_grn.png")}#main li.menu-item-sortiment-df.active span{background-image:url("../../files/content/icons/Dach-Fassade_weiss.png")}#main li.menu-item-sortiment-fl a{background-image:url("../../files/content/icons/Farben-Lacke_grn.png")}#main li.menu-item-sortiment-tb a{background-image:url("../../files/content/icons/Trochenbau-Brandschutz_grn.png")}#main li.menu-item-sortiment-ftt a{background-image:url("../../files/content/icons/Fenster-Tren_grn.png")}#main li.menu-item-sortiment-fn a{background-image:url("../../files/content/icons/Fliesen-Naturstein_grn.png")}#main li.menu-item-sortiment-gala a{background-image:url("../../files/content/icons/Garten-Landschaftsbau_grn.png")}#main li.menu-item-sortiment-hs a{background-image:url("../../files/content/icons/Heizung-Sanitr_grn.png")}#main li.menu-item-sortiment-rh a{background-image:url("../../files/content/icons/Roh-Hochbau_grn.png")}#main li.menu-item-sortiment-ts a{background-image:url("../../files/content/icons/Tief-Strassenbau_grn.png")}#main li.menu-item-sortiment-wz a{background-image:url("../../files/content/icons/Werkzeug-Zubehr_grn.png")}#main li.menu-item-sortiment-wz.active span{background-image:url("../../files/content/icons/Werkzeug-Zubehr_weiss.png")}#main li.menu-item-sortiment-fl.active span{background-image:url("../../files/content/icons/Farben-Lacke_weiss.png")}#main li.menu-item-sortiment-tb.active span{background-image:url("../../files/content/icons/Trochenbau-Brandschutz_weiss.png")}#main li.menu-item-sortiment-ftt.active span{background-image:url("../../files/content/icons/Fenster-Tren_weiss.png")}#main li.menu-item-sortiment-fn.active span{background-image:url("../../files/content/icons/Fliesen-Naturstein_weiss.png")}#main li.menu-item-sortiment-gala.active span{background-image:url("../../files/content/icons/Garten-Landschaftsbau_weiss.png")}#main li.menu-item-sortiment-hs.active span{background-image:url("../../files/content/icons/Heizung-Sanitr_weiss.png")}#main li.menu-item-sortiment-rh.active span{background-image:url("../../files/content/icons/Roh-Hochbau_weiss.png")}#main li.menu-item-sortiment-ts.active span{background-image:url("../../files/content/icons/Tief-Strassenbau_weiss.png")}.menu-item-sortiment-tb{font-size: 16px !important}.no-padding{padding-top: 0 !important;padding-bottom: 0 !important}#main .ce_accordion .ce_text.brands{background-color: white}.ce_accordion .ce_text.brands img{padding: 25px}.ce_accordion .ce_text.brands{text-align: center}#main .ce_text.sortiment a[class^="sortiment-icon-"],#sortiment-standorte .ce_text.standorte a{border-radius: 25px}#sortiment-standorte .ce_text.standorte a{background: transparent url("../../files/content/icons/Icon%20Standort_grau.png") left center no-repeat;background-size: 30px;background-position: 30px center;transition: background .5s ease-in}#sortiment-standorte .ce_text.standorte a:hover{background: #575756 url("../../files/content/icons/Icon%20Standort_weiss.png") left center no-repeat;background-size: 30px;background-position: 30px center}#main .ce_text.sortiment a[class^="sortiment-icon-"]:hover{background-color: #00983a}#main .ce_text.sortiment a.sortiment-icon-farben{background: transparent url("../../files/content/icons/Farben-Lacke_grn.png") left center no-repeat}#main .ce_text.sortiment a.sortiment-icon-gala{background: transparent url("../../files/content/icons/Garten-Landschaftsbau_grn.png") left center no-repeat}#main .ce_text.sortiment a.sortiment-icon-roho{background: transparent url("../../files/content/icons/Roh-Hochbau_grn.png") left center no-repeat}#main .ce_text.sortiment a.sortiment-icon-tist{background: transparent url("../../files/content/icons/Tief-Strassenbau_grn.png") left center no-repeat}#main .ce_text.sortiment a.sortiment-icon-trbr{background: transparent url("../../files/content/icons/Trochenbau-Brandschutz_grn.png") left center no-repeat}#main .ce_text.sortiment a.sortiment-icon-wezu{background: transparent url("../../files/content/icons/Werkzeug-Zubehr_grn.png") left center no-repeat}#main .ce_text.sortiment a.sortiment-icon-fetu{background: transparent url("../../files/content/icons/Fenster-Tren_grn.png") left center no-repeat}#main .ce_text.sortiment a.sortiment-icon-hesa{background: transparent url("../../files/content/icons/Heizung-Sanitr_grn.png") left center no-repeat}#main .ce_text.sortiment a.sortiment-icon-flna{background: transparent url("../../files/content/icons/Fliesen-Naturstein_grn.png") left center no-repeat}#main .ce_text.sortiment a.sortiment-icon-dafa{background: transparent url("../../files/content/icons/Dach-Fassade_grn.png") left center no-repeat}#left ul li.menu-item-standorte a{background-image:url("../../files/content/icons/Icon Standort_grau.png");background-position: 10px center;background-repeat:no-repeat;background-size: 14px 20px}#main ul li.menu-item-standorte a{background-image:url("../../files/content/icons/Icon Standort_grau.png");background-position: 10px center;background-repeat:no-repeat;background-size: 14px 20px}#left ul li.menu-item-standorte.active span{background-image:url("../../files/content/icons/Icon Standort_weiss.png");background-position: 10px center;background-repeat:no-repeat;background-size: 14px 20px}#left li[class^="menu-item-sortiment-"] a,#left li[class^="active menu-item-sortiment-"] span{background-position: 10px center;background-repeat:no-repeat;background-size: 25px;padding: 5px 0px 5px 40px !important}#left li.menu-item-sortiment-df a{background-image:url("../../files/content/icons/Dach-Fassade_grn.png")}#left li.menu-item-sortiment-df.active span{background-image:url("../../files/content/icons/Dach-Fassade_weiss.png")}#left li.menu-item-sortiment-fl a{background-image:url("../../files/content/icons/Farben-Lacke_grn.png")}#left li.menu-item-sortiment-tb a{background-image:url("../../files/content/icons/Trochenbau-Brandschutz_grn.png")}#left li.menu-item-sortiment-ftt a{background-image:url("../../files/content/icons/Fenster-Tren_grn.png")}#left li.menu-item-sortiment-fn a{background-image:url("../../files/content/icons/Fliesen-Naturstein_grn.png")}#left li.menu-item-sortiment-gala a{background-image:url("../../files/content/icons/Garten-Landschaftsbau_grn.png")}#left li.menu-item-sortiment-hs a{background-image:url("../../files/content/icons/Heizung-Sanitr_grn.png")}#left li.menu-item-sortiment-rh a{background-image:url("../../files/content/icons/Roh-Hochbau_grn.png")}#left li.menu-item-sortiment-ts a{background-image:url("../../files/content/icons/Tief-Strassenbau_grn.png")}#left li.menu-item-sortiment-wz a{background-image:url("../../files/content/icons/Werkzeug-Zubehr_grn.png")}#left li.menu-item-sortiment-wz.active span{background-image:url("../../files/content/icons/Werkzeug-Zubehr_weiss.png")}#left li.menu-item-sortiment-fl.active span{background-image:url("../../files/content/icons/Farben-Lacke_weiss.png")}#left li.menu-item-sortiment-tb.active span{background-image:url("../../files/content/icons/Trochenbau-Brandschutz_weiss.png")}#left li.menu-item-sortiment-ftt.active span{background-image:url("../../files/content/icons/Fenster-Tren_weiss.png")}#left li.menu-item-sortiment-fn.active span{background-image:url("../../files/content/icons/Fliesen-Naturstein_weiss.png")}#left li.menu-item-sortiment-gala.active span{background-image:url("../../files/content/icons/Garten-Landschaftsbau_weiss.png")}#left li.menu-item-sortiment-hs.active span{background-image:url("../../files/content/icons/Heizung-Sanitr_weiss.png")}#left li.menu-item-sortiment-rh.active span{background-image:url("../../files/content/icons/Roh-Hochbau_weiss.png")}#left li.menu-item-sortiment-ts.active span{background-image:url("../../files/content/icons/Tief-Strassenbau_weiss.png")}
/* teaserbox.css */
.teaserbox.teaserbox-overlay img{transition: all .5s ease-out}#teaser{position: relative}.teaserbox{background-color:#fff}.teaserbox img{width:100%;height:auto;float:left}.teaserbox{width:50%;float:left;margin:0;padding:0}.teaserbox.teaserbox-overlay{background-color: transparent;position: absolute;top: 0}.teaserbox.teaserbox-overlay.right{right: 0}.teaserbox.teaserbox-overlay.left{left: 0}.teaserbox.teaserbox-overlay.right img{transform: translateX(8%)}.teaserbox.teaserbox-overlay.left img{transform: translateX(-8%)}.teaserbox.teaserbox-overlay:hover img{transform: translateX(0)}
</pre></body></html>