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}
@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; }

/*
	jQuery.mmenu counters addon CSS
*/
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 40px;
  top: 50%; }
  em.mm-counter + a.mm-subopen {
    padding-left: 40px; }
    em.mm-counter + a.mm-subopen + a,
    em.mm-counter + a.mm-subopen + span {
      margin-right: 80px; }
  em.mm-counter + a.mm-fullsubopen {
    padding-left: 0; }

.mm-vertical em.mm-counter {
  top: 12px;
  margin-top: 0; }

.mm-nosubresults > em.mm-counter {
  display: none; }

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

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

html.mfp-open {
  margin-right:0!important;
}

body {
	overflow-y:scroll;
}

/* normalize.css */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display: inline;*zoom: 1}audio:not([controls]){height:0;display:none}[hidden]{display:none}html{background: #fff;/* 1 */    color: #000;/* 2 */    font-size: 100%;/* 3 */    -webkit-text-size-adjust: 100%;/* 4 */    -ms-text-size-adjust: 100%;/* 4 */}html,button,input,select,textarea{font-family:sans-serif}body{margin:0}a:focus{outline: thin dotted}a:active,a:hover{outline: 0}h1{margin:.67em 0;font-size:2em}h2{margin:.83em 0;font-size:1.5em}h3{margin:1em 0;font-size:1.17em}h4{margin:1.33em 0;font-size:1em}h5{margin:1.67em 0;font-size:.83em}h6{margin:2.33em 0;font-size:.67em}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}blockquote{margin: 1em 40px}dfn{font-style:italic}hr{height:0;-moz-box-sizing: content-box;box-sizing: content-box}mark{color:#000;background: #ff0}p,pre{margin:1em 0}code,kbd,pre,samp{font:1em monospace,serif;_font-family: 'courier new', monospace}pre{white-space:pre-wrap;word-wrap: break-word}q{quotes: none}q:before,q:after{content: '';content: none}small{font-size:80%}sub,sup{position:relative;vertical-align:baseline;font-size:75%;line-height:0}sup{top:-0.5em}sub{bottom:-0.25em}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ul,nav ol{list-style-image:none;list-style: none}img{border:0;/* 1 */    -ms-interpolation-mode: bicubic;/* 2 */}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{margin:0 2px;padding:.35em .625em .75em;border:1px solid #c0c0c0}legend{white-space:normal;border:0;/* 1 */    padding: 0;/* 2 */    *margin-left: -7px;/* 3 */}button,input,select,textarea{font-size:100%;/* 1 */    margin: 0;/* 2 */    vertical-align: baseline;/* 3 */    *vertical-align: middle;/* 3 */}button,input{}button,select{text-transform:none}button,html input[type="button"],/* 1 */
input[type="reset"],input[type="submit"]{-webkit-appearance: button;/* 2 */    cursor: pointer;/* 3 */    *overflow: visible;/* 4 */}button[disabled],html input[disabled]{cursor: default}input[type="checkbox"],input[type="radio"]{box-sizing: border-box;/* 1 */    padding: 0;/* 2 */    *height: 13px;/* 3 */    *width: 13px;/* 3 */}input[type="search"]{-webkit-appearance: textfield;/* 1 */    -moz-box-sizing: content-box;-webkit-box-sizing: content-box;/* 2 */    box-sizing: content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance: none}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}textarea{overflow:auto;/* 1 */    vertical-align: top;/* 2 */}table{border-collapse:collapse;border-spacing:0}
@font-face{font-family:'HellixSemiBold';src:url('../../files/fonts/Hellix-SemiBold.eot');src:url('../../files/fonts/Hellix-SemiBold.eot?#iefix') format('embedded-opentype'),url('../../files/fonts/Hellix-SemiBold.woff2') format('woff2'),url('../../files/fonts/Hellix-SemiBold.woff') format('woff');font-weight:normal;font-style:normal;}@font-face{font-family:'brick-display-regular-pro';src:url('../../files/fonts/brick-display-regular-pro.eot');src:url('../../files/fonts/brick-display-regular-pro.eot?#iefix') format('embedded-opentype'),url('../../files/fonts/brick-display-regular-pro.woff2') format('woff2'),url('../../files/fonts/brick-display-regular-pro.woff') format('woff'),url('../../files/fonts/brick-display-regular-pro.ttf') format('truetype');font-weight:normal;font-style:normal;}.mm-page{}html{font-size:100%;background:#e8e8e8}body{font-family:'HellixSemiBold',sans-serif;background:#fff;color:#000}#wrapper{min-height:100%;position:relative;background:#fff;}#container{padding:0;overflow:hidden}#header{overflow:hidden;padding-bottom:30px}img{vertical-align:bottom;}a{color:#000;outline:0;-moz-outline:0;word-wrap:normal;}a:hover{}a:active{outline:none;}a:focus{-moz-outline-style:none;outline:0;}.ce_text a:hover{text-decoration:underline;}strong{font-weight:normal;}ul{margin:0;padding:0;}.no-wrap{white-space:nowrap;}em{letter-spacing:.5px;font-style:normal;}.ce_text p{letter-spacing:.02em;}.ce_text.leftalign{text-align:left;}#header{min-height:90px;}#header #logo,#header #logo-line{position:relative;z-index:1000;text-align:center;display:block;padding-top:2.5em;}#header #logo object,#header #logo img{width:200px;height:auto;cursor:pointer;}#header #logo a,#header #logo-line a{display:inline-block;position:absolute;top:1em;height:100%;width:200px;z-index:1001;}#header #logo-line{display:none;}#header.small_header{}#header.small_header .inside{background:rgba(255,255,255,.95);position:fixed;top:0;min-height:0;height:40px;width:100%;padding:5px 0 0 0;z-index:5;-webkit-box-shadow:0 5px 5px -5px rgba(50,50,50,.4);-moz-box-shadow:0 5px 5px -5px rgba(50,50,50,.4);box-shadow:0 5px 5px -5px rgba(50,50,50,.4);-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;-ms-transition:all .5s ease;transition:all .5s ease}#header.small_header #logo{display:none;}#header.small_header #logo-line{padding:5px 0 0 0;display:block;}#header.small_header #logo-line img,#header.small_header #logo-line object{width:150px;height:auto;cursor:pointer;}#header.small_header a.nav_button{top:8px;}#header.small_header #social{top:12px;}@media only screen and (max-width:600px){#header.small_header a.nav_button{left:20px;}}@media only screen and (max-width:400px){#header.small_header #logo-line img,#header.small_header #logo-line object{width:120px;}#header.small_header #logo-line{padding:8px 0 0 0;}}h1,h2,h3{font-weight:normal;}h1{font-size:2.6em;font-family:'brick-display-regular-pro';letter-spacing:0;}.ce_text.hinweis{max-width:100%;background:#f203fe;color:#fff;padding:4em 0 6em;margin:70px 0 100px;}.osterbox{text-align:center;}.ce_text{text-align:center;}.ce_text p{line-height:1.4em;}p#order{line-height:1.7em;}.ce_text.black{max-width:100%;background:#000;color:#fff;padding-top:2em;padding-bottom:4em;}.ce_text.black h1{max-width:14.8em;margin:.67em auto 1.5em;}.ce_text.black p{max-width:36em;margin:1em auto;}.ce_text.white{padding-top:2em;padding-bottom:4em;}.ce_text.grey{max-width:100%;background:#EAEBEC;padding-top:2em;}.ce_text.grey p{max-width:50em;margin:1em auto;}.ce_text.grey h1{max-width:13em;margin:.67em auto 1em;}.ce_text.grey h2{font-size:1.3em;text-transform:uppercase;max-width:25em;margin:0 auto 1.5em;}.ce_text.black h1,.ce_text.white h1{margin-bottom:1.5em}.trenner{height:10px;padding:40px 0;margin:0 8%;background:url(../../files/bilder/raute_trenner.gif) repeat-x left center;}.ce_text,.trenner-inside,.trenner-inside-white div{max-width:50em;margin:0 auto;}.trenner-inside{height:10px;background:url(../../files/bilder/raute_trenner.gif) repeat-x left center;padding:1.8em 0 1.7em;}.trenner-inside-white{background:#000;}.trenner-inside-white div{height:10px;background:url(../../files/bilder/raute_trenner_white.gif) repeat-x left center;padding:1.8em 0 1.7em;}.fullimage img{width:100%;height:auto;}.temp_intro img{height:auto;padding:2em 0;}.ce_text.temp_intro p{text-transform:uppercase;font-size:1.6em;max-width:25em;line-height:1.5em;letter-spacing:.05em;}.asterix{font-size:200%;color:#f203fe;position:relative;top:.18em}.dse ul li{background:url("../../files/bilder/raute_list.png") no-repeat left 4px;padding-left:15px;list-style-type:none;margin-bottom:7px;}.dse em{font-size:.6em;}.agb h3{margin:2em 0 .5em 0;color:#f203fe;}.agb span{color:#f203fe;}.siegelglas{background:#EAEBEC;padding:0 20px 80px 20px;}.siegelglas ul{max-width:1000px;margin:0 auto;}.siegelglas ul li{position:relative;box-sizing:border-box;width:33.33%;}.siegelglas li img{width:100%;height:auto;}.siegelglas .caption{text-transform:uppercase;text-align:center;font-size:.95em;padding:0 1em;}.recruiting_text{position:relative;overflow:visible;}.recruiting_text img{position:absolute;right:-220px;top:0;width:280px;height:auto;}.recruiting_address{font-size:1.3em;}@media only screen and (max-width:1260px){.recruiting_text img{right:-180px;top:10px;width:250px}}@media only screen and (max-width:1180px){.recruiting_text img{position:relative;width:250px;right:auto;top:auto;padding-top:1.6em}#stellenangebote .recruiting_text img{padding-top:0;padding-bottom:1em}}.ce_text.bestell_text h1{font-size:2.2em;max-width:18em;margin-bottom:.5em;}.ce_text.bestell_text h2,.bestell_text p.slogan{text-transform:uppercase;}.ce_text.bestell_text h2{font-size:1.6em;margin-bottom:-.5em;}.bestell_text p{position:relative;overflow:visible;font-size:1.4em;}.bestell_text img{position:absolute;right:-320px;top:20px;width:280px;height:auto;}.black.bestell_text a{color:#fff;}.box_link{text-transform:uppercase;letter-spacing:.05em;}.box_link span{text-transform:none;}a.jump{text-transform:uppercase;}.buttonlink{display:inline-block;background:#000;color:#fff;padding:2px 10px 5px 10px;text-decoration:none;margin:1em 0;}a.buttonlink:hover{text-decoration:none;background:#f203fe;}#footer{bottom:0;width:100%;background:#000;text-align:center;}#footer,#footer a{color:#fff;text-decoration:none;}#footer a:hover{color:#f203fe;}#footer .inside{padding:50px 15px;}#twocolumns{box-sizing:border-box;letter-spacing:1px;position:relative;overflow:hidden;margin:0 auto 6em}#twocolumns h2{text-transform:uppercase;font-size:1.3em;}#right_column h2{margin-top:-2px;}#right_column,#left_column{box-sizing:border-box;float:left;width:50%;padding-top:2.5em;font-size:1.1em;text-align:center;}#right_column{padding-left:5em;}#right_column .umbruch{max-width:19em;}#left_column{position:relative;min-height:25.5em;}#left_column .umbruch{max-width:19em;position:absolute;right:5em;}#left_column .no-wrap{padding-left:.5em;}#right_column .address_head{font-size:170%;padding-bottom:.5em;}#social{position:absolute;top:3.9em;right:3em;z-index:1003;}#social .fab,#social .fas{font-size:1.4em;padding:0 7px;color:#000}#social a:hover .fab{color:#f203fe}#right_column li{text-align:left;list-style:none;margin-bottom:.4em;}#right_column li a{color:#727272;}#right_column li a:hover{color:#f203fe;}#footer .siegel{text-transform:none;font-size:.8em;letter-spacing:1px;padding-bottom:2.5em;}#footer .siegel img{padding-bottom:1em;}#footer div.copyright{color:#828282;display:block;font-size:12px;margin:20px 0;line-height:1.7em;clear:both;}#footer div.copyright span{white-space:nowrap;}@media only screen and (max-width:1470px){.bestell_text img{position:relative;width:280px;height:auto;right:auto;top:auto;margin:-10px 0 20px;}}@media only screen and (max-width:1040px){.trenner{margin:0 15px;}}@media only screen and (max-width:900px){#right_column{padding-left:2em;}#left_column .umbruch{right:2em;}}@media only screen and (max-width:870px){.ce_text{padding:0 15px;}.trenner-inside{margin:0 15px;}}@media only screen and (max-width:800px){.kontakt .ce_image,.vita .ce_image{float:none;margin:0 0 40px 0;}.kontakt .ce_text{margin-top:0;}.vita .ce_text{margin-top:0;margin-left:0;}.vita .v-div{float:none;margin-bottom:40px;}#vita_duopic{width:auto;max-width:500px;}.vita .v-div,.vita .ce_image{width:100%;height:auto;}}@media only screen and (max-width:780px){.layout_latest .image_container{float:none;margin:0;}.layout_latest .image_container img{width:100%;}.ce_comments .submit_container{float:none;margin:0 auto;}#right_column,#left_column{float:none;width:100%;}#right_column{padding-left:0;}#left_column .umbruch{position:static;margin:0 auto;}#right_column .umbruch{margin:3em auto 0;}}@media only screen and (max-width:760px){h1{font-size:2em;}.siegelglas .caption{font-size:.85em;}}@media only screen and (max-width:700px){#footer .inside{padding:30px 15px 70px}}@media only screen and (max-width:620px){.siegelglas .caption{font-size:.7em}}@media only screen and (max-width:600px){#header{min-height:159px;}#header #logo{left:-.5em;}#header #logo object,#header #logo img{width:150px;}#social{top:3.9em;right:1.3em;}}@media only screen and (max-width:520px){.siegelglas ul li{width:100%}.siegelglas .caption{font-size:.95em}}@media only screen and (max-width:500px){.padding-x{padding:0 15px}.zitat{font-size:150%}.layout_latest .info{float:none;display:block;}.kontakt .ce_image,.vita .ce_image{width:100%}.ce_text.temp_intro p{font-size:1.4em;}.ce_text.bestell_text h1{font-size:1.8em;}.ce_text.bestell_text h2{font-size:1.2em;}.bestell_text p{font-size:1.2em;}}@media only screen and (max-width:450px){#header{min-height:142px;}#header #logo object,#header #logo img{width:120px;}.temp_intro img{width:230px;}}@media only screen and (max-width:390px){#header{min-height:130px;}#header #logo object,#header #logo img{width:100px;}#social{right:.5em;}}
#footer .mod_customnav a,#footer .mod_customnav span,#header .mod_navigation a,#header .mod_navigation span{color:#fff;text-decoration:none}#header .mod_navigation .active,#header .mod_navigation .trail,#header .mod_navigation a:focus,#header .mod_navigation a:hover,#header .mod_navigation li:hover a{color:#fff}#footer .mod_customnav .active,#footer .mod_customnav .trail,#footer .mod_customnav a:focus,#footer .mod_customnav a:hover{color:#f203fe}#header .mod_navigation .active span,#header .mod_navigation a.trail,#header .mod_navigation a:focus,#header .mod_navigation a:hover{background:#e6bc09}#header .mod_navigation li,#header .submenu a:focus,#header .submenu a:hover,#mmenu{text-transform:uppercase}.mm-subclose{text-transform:uppercase}#mmenu ul.level_2{text-transform:none}#header .mod_navigation{padding-top:52px;margin-left:26%}#header .mod_navigation li{float:left;width:20%;box-sizing:border-box;padding-right:3px;font-size:15px;letter-spacing:1px;text-align:center}#header .mod_navigation li.last{margin-right:0}#header .mod_navigation a,#header .mod_navigation span{display:inline-block;padding:10px 0;width:100%}#header .submenu{padding-top:30px;margin:0}#header .submenu li{font-size:14px;line-height:22px;width:auto;padding:0 19px;margin-right:3px}#header .submenu .active span,#header .submenu a{padding:7px 0;background:0 0}#header .submenu li.active,#header .submenu li:focus,#header .submenu li:hover{background:#e6bc09}#footer .mod_customnav{display:inline}#footer .mod_customnav ul{display:inline;padding:0}#footer .mod_customnav li{display:inline;letter-spacing:.05em;font-size:1.2em;line-height:1.8em;white-space:nowrap;margin-right:12px;padding-right:13px;border-right:1px solid #c3c3c3}#footer .mod_customnav li.last{border:none;margin:0;padding:0}#footer .mod_customnav.imprint a{text-transform:none}#footer .mod_customnav.imprint li{font-size:.9em;display:inline-block;border:none;padding:0 .7em 0 0;margin:0 .45em 1em 0;line-height:1em;border-right:1px solid #fff}#footer .mod_customnav.imprint li.last{margin-right:0;padding-right:0;border-right:none}#scrollup{width:100%;position:fixed;bottom:18px;display:none;z-index:3;text-align:right}a.scrollup,a.scrollup:link,a.scrollup:visited{text-decoration:none;display:inline-block;font-size:2em;padding:1px 5px 5px 5px;color:#fff;background:rgba(242,3,254,.9);margin-right:20px;-webkit-box-shadow:3px 3px 6px 0 rgba(50,50,50,.2);-moz-box-shadow:3px 3px 6px 0 rgba(50,50,50,.2);box-shadow:3px 3px 6px 0 rgba(50,50,50,.2);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}a.scrollup:hover{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}@media only screen and (max-width:1100px){a.scrollup,a.scrollup:link,a.scrollup:visited{font-size:1.6em;padding:1px 5px 5px 5px}}@media only screen and (max-width:1100px){#header .mod_navigation li{font-size:12px}}#header .mod_navigation,#left .mod_navigation{display:none}a.nav_button{display:block;position:absolute;top:60px;left:60px;z-index:1001}.nav_button{height:30px;width:30px;margin-left:5px;padding-top:3px}.nav_button span{display:block;height:8%;margin-bottom:25%;background:#000}a:hover.nav_button span{background:#f203fe}@media only screen and (max-width:600px){a.nav_button{top:60px;left:30px}}@media only screen and (max-width:454px){#footer .mod_customnav li{display:block;font-size:13px;margin-right:0;padding:0 0 10px 0;border-right:none}}.mod_sitemap{padding-left:6em}.mod_sitemap a{color:#424242}.mod_sitemap a:hover{color:#007b77}.mod_sitemap ul ul{margin:0;padding:0}.mod_sitemap li{margin-bottom:15px;list-style-type:none}.mod_sitemap ul ul{margin:10px 0 15px}.mod_sitemap li li{margin-left:1.5em;margin-bottom:5px}.mm-menu{background:#000;color:rgba(255,255,255,1)}.mm-menu .mm-list>li.mm-selected>span,.mm-menu .mm-list>li>a.mm-subclose{background:rgba(0,0,0,.2);color:rgba(242,3,254,1)}.mm-list{font-size:28px}.mm-list li.small{font-size:14px;padding:0}.mm-list>li>a,.mm-list>li>span{padding:10px 10px 10px 20px;line-height:1.1em;white-space:normal}.mm-list>li.small>a,.mm-list>li.small>span{padding:8px 10px 8px 20px}.mm-list>li.small.first>a,.mm-list>li.small.first>span{margin-top:40px}.mm-menu .mm-list span.active{color:rgba(242,3,254,1)}.mm-list li a:hover{color:rgba(242,3,254,1)}
