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

.cookiebar{box-sizing:border-box;position:fixed;left:0;width:100%;padding:.6em 1.2em;background-color:#4b4b4b;color:#fff;font-size:1em;text-align:center;z-index:10}.cookiebar *{box-sizing:border-box}.cookiebar--active{display:flex!important;justify-content:center;align-items:center;flex-wrap:wrap}.cookiebar--position-top{top:0}.cookiebar--position-bottom{bottom:0}.cookiebar__message,.cookiebar__text{margin-right:1.5em}.cookiebar__link{color:#fff;text-decoration:underline}.cookiebar__link:hover{text-decoration:none}.cookiebar__button{margin:0;padding:.6em 1.2em;border:none;border-radius:0;background-color:#4ea55e;color:#fff;font-weight:700;cursor:pointer}.cookiebar__button:hover{background-color:#3e824a}.cookiebar__analytics{margin-right:1.5em}.cookiebar__analytics-label{cursor:pointer}.cookiebar__analytics-checkbox{margin-right:5px}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */.hamburger{font:inherit;display:inline-block;overflow:visible;margin:0;padding:15px;cursor:pointer;transition-timing-function:linear;transition-duration:5.3s;transition-property:opacity,filter;text-transform:none;color:inherit;border:0;background-color:transparent}.hamburger:hover{opacity:.7}.hamburger-box{position:relative;display:inline-block;width:40px;height:24px}.hamburger-inner{top:50%;display:block;margin-top:-2px}.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before{position:absolute;width:40px;height:4px;transition-timing-function:ease;transition-duration:.65s;transition-property:transform;border-radius:4px;background-color:#000}.hamburger-inner:after,.hamburger-inner:before{display:block;content:""}.hamburger-inner:before{top:-10px}.hamburger-inner:after{bottom:-10px}.hamburger--3dx .hamburger-box{perspective:80px}.hamburger--3dx .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx .hamburger-inner:after,.hamburger--3dx .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx.is-active .hamburger-inner{transform:rotateY(180deg);background-color:transparent}.hamburger--3dx.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dx.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dx-r .hamburger-box{perspective:80px}.hamburger--3dx-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx-r .hamburger-inner:after,.hamburger--3dx-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx-r.is-active .hamburger-inner{transform:rotateY(-180deg);background-color:transparent}.hamburger--3dx-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dx-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dy .hamburger-box{perspective:80px}.hamburger--3dy .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy .hamburger-inner:after,.hamburger--3dy .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy.is-active .hamburger-inner{transform:rotateX(-180deg);background-color:transparent}.hamburger--3dy.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dy.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dy-r .hamburger-box{perspective:80px}.hamburger--3dy-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy-r .hamburger-inner:after,.hamburger--3dy-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy-r.is-active .hamburger-inner{transform:rotateX(180deg);background-color:transparent}.hamburger--3dy-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dy-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dxy .hamburger-box{perspective:80px}.hamburger--3dxy .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy .hamburger-inner:after,.hamburger--3dxy .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy.is-active .hamburger-inner{transform:rotateX(180deg) rotateY(180deg);background-color:transparent}.hamburger--3dxy.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dxy.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dxy-r .hamburger-box{perspective:80px}.hamburger--3dxy-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy-r .hamburger-inner:after,.hamburger--3dxy-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy-r.is-active .hamburger-inner{transform:rotateX(180deg) rotateY(180deg) rotate(-180deg);background-color:transparent}.hamburger--3dxy-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dxy-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--arrow.is-active .hamburger-inner:before{transform:translate3d(-8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrow.is-active .hamburger-inner:after{transform:translate3d(-8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrow-r.is-active .hamburger-inner:before{transform:translate3d(8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrow-r.is-active .hamburger-inner:after{transform:translate3d(8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowalt .hamburger-inner:before{transition:top .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt .hamburger-inner:after{transition:bottom .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt.is-active .hamburger-inner:before{top:0;transition:top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;transform:translate3d(-8px,-10px,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowalt.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;transform:translate3d(-8px,10px,0) rotate(45deg) scaleX(.7)}.hamburger--arrowalt-r .hamburger-inner:before{transition:top .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt-r .hamburger-inner:after{transition:bottom .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt-r.is-active .hamburger-inner:before{top:0;transition:top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;transform:translate3d(8px,-10px,0) rotate(45deg) scaleX(.7)}.hamburger--arrowalt-r.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;transform:translate3d(8px,10px,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowturn.is-active .hamburger-inner{transform:rotate(-180deg)}.hamburger--arrowturn.is-active .hamburger-inner:before{transform:translate3d(8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrowturn.is-active .hamburger-inner:after{transform:translate3d(8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowturn-r.is-active .hamburger-inner{transform:rotate(-180deg)}.hamburger--arrowturn-r.is-active .hamburger-inner:before{transform:translate3d(-8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowturn-r.is-active .hamburger-inner:after{transform:translate3d(-8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--boring .hamburger-inner,.hamburger--boring .hamburger-inner:after,.hamburger--boring .hamburger-inner:before{transition-property:none}.hamburger--boring.is-active .hamburger-inner{transform:rotate(45deg)}.hamburger--boring.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--boring.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg)}.hamburger--collapse .hamburger-inner{top:auto;bottom:0;transition-delay:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.23s}.hamburger--collapse .hamburger-inner:after{top:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear}.hamburger--collapse .hamburger-inner:before{transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse.is-active .hamburger-inner{transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--collapse.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s;opacity:0}.hamburger--collapse.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s;transform:rotate(-90deg)}.hamburger--collapse-r .hamburger-inner{top:auto;bottom:0;transition-delay:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.23s}.hamburger--collapse-r .hamburger-inner:after{top:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear}.hamburger--collapse-r .hamburger-inner:before{transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse-r.is-active .hamburger-inner{transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,-10px,0) rotate(45deg)}.hamburger--collapse-r.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s;opacity:0}.hamburger--collapse-r.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s;transform:rotate(90deg)}.hamburger--elastic .hamburger-inner{top:2px;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55);transition-duration:.475s}.hamburger--elastic .hamburger-inner:before{top:10px;transition:opacity .125s ease .275s}.hamburger--elastic .hamburger-inner:after{top:20px;transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic.is-active .hamburger-inner{transition-delay:75ms;transform:translate3d(0,10px,0) rotate(135deg)}.hamburger--elastic.is-active .hamburger-inner:before{transition-delay:0s;opacity:0}.hamburger--elastic.is-active .hamburger-inner:after{transition-delay:75ms;transform:translate3d(0,-20px,0) rotate(-270deg)}.hamburger--elastic-r .hamburger-inner{top:2px;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55);transition-duration:.475s}.hamburger--elastic-r .hamburger-inner:before{top:10px;transition:opacity .125s ease .275s}.hamburger--elastic-r .hamburger-inner:after{top:20px;transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic-r.is-active .hamburger-inner{transition-delay:75ms;transform:translate3d(0,10px,0) rotate(-135deg)}.hamburger--elastic-r.is-active .hamburger-inner:before{transition-delay:0s;opacity:0}.hamburger--elastic-r.is-active .hamburger-inner:after{transition-delay:75ms;transform:translate3d(0,-20px,0) rotate(270deg)}.hamburger--emphatic{overflow:hidden}.hamburger--emphatic .hamburger-inner{transition:background-color .125s ease-in .175s}.hamburger--emphatic .hamburger-inner:before{left:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,left .125s ease-in .175s}.hamburger--emphatic .hamburger-inner:after{top:10px;right:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s}.hamburger--emphatic.is-active .hamburger-inner{transition-delay:0s;transition-timing-function:ease-out;background-color:transparent}.hamburger--emphatic.is-active .hamburger-inner:before{top:-80px;left:-80px;transition:left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;transform:translate3d(80px,80px,0) rotate(45deg)}.hamburger--emphatic.is-active .hamburger-inner:after{top:-80px;right:-80px;transition:right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;transform:translate3d(-80px,80px,0) rotate(-45deg)}.hamburger--emphatic-r{overflow:hidden}.hamburger--emphatic-r .hamburger-inner{transition:background-color .125s ease-in .175s}.hamburger--emphatic-r .hamburger-inner:before{left:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,left .125s ease-in .175s}.hamburger--emphatic-r .hamburger-inner:after{top:10px;right:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s}.hamburger--emphatic-r.is-active .hamburger-inner{transition-delay:0s;transition-timing-function:ease-out;background-color:transparent}.hamburger--emphatic-r.is-active .hamburger-inner:before{top:80px;left:-80px;transition:left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;transform:translate3d(80px,-80px,0) rotate(-45deg)}.hamburger--emphatic-r.is-active .hamburger-inner:after{top:80px;right:-80px;transition:right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;transform:translate3d(-80px,-80px,0) rotate(45deg)}.hamburger--minus .hamburger-inner:after,.hamburger--minus .hamburger-inner:before{transition:bottom .08s ease-out 0s,top .08s ease-out 0s,opacity 0s linear}.hamburger--minus.is-active .hamburger-inner:after,.hamburger--minus.is-active .hamburger-inner:before{transition:bottom .08s ease-out,top .08s ease-out,opacity 0s linear .08s;opacity:0}.hamburger--minus.is-active .hamburger-inner:before{top:0}.hamburger--minus.is-active .hamburger-inner:after{bottom:0}.hamburger--slider .hamburger-inner{top:2px}.hamburger--slider .hamburger-inner:before{top:10px;transition-timing-function:ease;transition-duration:.15s;transition-property:transform,opacity}.hamburger--slider .hamburger-inner:after{top:20px}.hamburger--slider.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--slider.is-active .hamburger-inner:before{transform:rotate(-45deg) translate3d(-5.71429px,-6px,0);opacity:0}.hamburger--slider.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(-90deg)}.hamburger--slider-r .hamburger-inner{top:2px}.hamburger--slider-r .hamburger-inner:before{top:10px;transition-timing-function:ease;transition-duration:.35s;transition-property:transform,opacity}.hamburger--slider-r .hamburger-inner:after{top:20px}.hamburger--slider-r.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(-45deg)}.hamburger--slider-r.is-active .hamburger-inner:before{transform:rotate(45deg) translate3d(5.71429px,-6px,0);opacity:0}.hamburger--slider-r.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(90deg)}.hamburger--spin .hamburger-inner{transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.42s}.hamburger--spin .hamburger-inner:before{transition:top .1s ease-in .25s,opacity .1s ease-in}.hamburger--spin .hamburger-inner:after{transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin.is-active .hamburger-inner{transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:rotate(225deg)}.hamburger--spin.is-active .hamburger-inner:before{top:0;transition:top .1s ease-out,opacity .1s ease-out .12s;opacity:0}.hamburger--spin.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;transform:rotate(-90deg)}.hamburger--spin-r .hamburger-inner{transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.42s}.hamburger--spin-r .hamburger-inner:before{transition:top .1s ease-in .25s,opacity .1s ease-in}.hamburger--spin-r .hamburger-inner:after{transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin-r.is-active .hamburger-inner{transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:rotate(-225deg)}.hamburger--spin-r.is-active .hamburger-inner:before{top:0;transition:top .1s ease-out,opacity .1s ease-out .12s;opacity:0}.hamburger--spin-r.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;transform:rotate(90deg)}.hamburger--spring .hamburger-inner{top:2px;transition:background-color 0s linear .13s}.hamburger--spring .hamburger-inner:before{top:10px;transition:top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring .hamburger-inner:after{top:20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring.is-active .hamburger-inner{transition-delay:.22s;background-color:transparent}.hamburger--spring.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s;transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--spring.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),transform .13s cubic-bezier(.215,.61,.355,1) .22s;transform:translate3d(0,10px,0) rotate(-45deg)}.hamburger--spring-r .hamburger-inner{top:auto;bottom:0;transition-delay:0s;transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.43s}.hamburger--spring-r .hamburger-inner:after{top:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity 0s linear}.hamburger--spring-r .hamburger-inner:before{transition:top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring-r.is-active .hamburger-inner{transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--spring-r.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity 0s linear .22s;opacity:0}.hamburger--spring-r.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s;transform:rotate(90deg)}.hamburger--stand .hamburger-inner{transition:transform 100ms cubic-bezier(.55,.055,.675,.19) .15s,background-color 0s linear 100ms}.hamburger--stand .hamburger-inner:before{transition:top 100ms ease-in 100ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand .hamburger-inner:after{transition:bottom 100ms ease-in 100ms,transform 100ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand.is-active .hamburger-inner{transition:transform 100ms cubic-bezier(.215,.61,.355,1) 0s,background-color 0s linear .15s;transform:rotate(90deg);background-color:transparent}.hamburger--stand.is-active .hamburger-inner:before{top:0;transition:top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;transform:rotate(-45deg)}.hamburger--stand.is-active .hamburger-inner:after{bottom:0;transition:bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;transform:rotate(45deg)}.hamburger--stand-r .hamburger-inner{transition:transform 100ms cubic-bezier(.55,.055,.675,.19) .15s,background-color 0s linear 100ms}.hamburger--stand-r .hamburger-inner:before{transition:top 100ms ease-in 100ms,transform 100ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand-r .hamburger-inner:after{transition:bottom 100ms ease-in 100ms,transform 100ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand-r.is-active .hamburger-inner{transition:transform 100ms cubic-bezier(.215,.61,.355,1) 0s,background-color 0s linear .45s;transform:rotate(-90deg);background-color:transparent}.hamburger--stand-r.is-active .hamburger-inner:before{top:0;transition:top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;transform:rotate(-45deg)}.hamburger--stand-r.is-active .hamburger-inner:after{bottom:0;transition:bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;transform:rotate(45deg)}.hamburger--squeeze .hamburger-inner{transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:95ms}.hamburger--squeeze .hamburger-inner:before{transition:top 75ms ease .12s,opacity 75ms ease}.hamburger--squeeze .hamburger-inner:after{transition:bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19)}.hamburger--squeeze.is-active .hamburger-inner{transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:rotate(45deg)}.hamburger--squeeze.is-active .hamburger-inner:before{top:0;transition:top 75ms ease,opacity 75ms ease .12s;opacity:0}.hamburger--squeeze.is-active .hamburger-inner:after{bottom:0;transition:bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;transform:rotate(-90deg)}.hamburger--vortex .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transition-duration:.4s}.hamburger--vortex .hamburger-inner:after,.hamburger--vortex .hamburger-inner:before{transition-delay:.1s;transition-timing-function:linear;transition-duration:0s}.hamburger--vortex .hamburger-inner:before{transition-property:top,opacity}.hamburger--vortex .hamburger-inner:after{transition-property:bottom,transform}.hamburger--vortex.is-active .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transform:rotate(765deg)}.hamburger--vortex.is-active .hamburger-inner:after,.hamburger--vortex.is-active .hamburger-inner:before{transition-delay:0s}.hamburger--vortex.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--vortex.is-active .hamburger-inner:after{bottom:0;transform:rotate(90deg)}.hamburger--vortex-r .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transition-duration:.4s}.hamburger--vortex-r .hamburger-inner:after,.hamburger--vortex-r .hamburger-inner:before{transition-delay:.1s;transition-timing-function:linear;transition-duration:0s}.hamburger--vortex-r .hamburger-inner:before{transition-property:top,opacity}.hamburger--vortex-r .hamburger-inner:after{transition-property:bottom,transform}.hamburger--vortex-r.is-active .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transform:rotate(-765deg)}.hamburger--vortex-r.is-active .hamburger-inner:after,.hamburger--vortex-r.is-active .hamburger-inner:before{transition-delay:0s}.hamburger--vortex-r.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--vortex-r.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg)}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after{content:'';content:none}q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}.clearfix{display:block;clear:both}html{font-size:62.5%}.submit{-webkit-appearance:none}@font-face{font-family:'Cantarell';font-style:normal;font-weight:400;src:url('../../files/layout/fonts/cantarell-v7-latin-regular.eot');src:local('Cantarell Regular'), local('Cantarell-Regular'), url('../../files/layout/fonts/cantarell-v7-latin-regular.eot?#iefix') format('embedded-opentype'), url('../../files/layout/fonts/cantarell-v7-latin-regular.woff2') format('woff2'), url('../../files/layout/fonts/cantarell-v7-latin-regular.woff') format('woff'), url('../../files/layout/fonts/cantarell-v7-latin-regular.ttf') format('truetype'), url('../../files/layout/fonts/cantarell-v7-latin-regular.svg#Cantarell') format('svg');}@font-face{font-family:'Cantarell';font-style:italic;font-weight:400;src:url('../../files/layout/fonts/cantarell-v7-latin-italic.eot');src:local('Cantarell Oblique'), local('Cantarell-Oblique'), url('../../files/layout/fonts/cantarell-v7-latin-italic.eot?#iefix') format('embedded-opentype'), url('../../files/layout/fonts/cantarell-v7-latin-italic.woff2') format('woff2'), url('../../files/layout/fonts/cantarell-v7-latin-italic.woff') format('woff'), url('../../files/layout/fonts/cantarell-v7-latin-italic.ttf') format('truetype'), url('../../files/layout/fonts/cantarell-v7-latin-italic.svg#Cantarell') format('svg');}@font-face{font-family:'Cantarell';font-style:normal;font-weight:700;src:url('../../files/layout/fonts/cantarell-v7-latin-700.eot');src:local('Cantarell Bold'), local('Cantarell-Bold'), url('../../files/layout/fonts/cantarell-v7-latin-700.eot?#iefix') format('embedded-opentype'), url('../../files/layout/fonts/cantarell-v7-latin-700.woff2') format('woff2'), url('../../files/layout/fonts/cantarell-v7-latin-700.woff') format('woff'), url('../../files/layout/fonts/cantarell-v7-latin-700.ttf') format('truetype'), url('../../files/layout/fonts/cantarell-v7-latin-700.svg#Cantarell') format('svg');}*{-webkit-box-sizing:border-box;box-sizing:border-box;-moz-box-sizing:border-box;outline-width:0}::-moz-selection{color:#fff;background:#aecb06;text-shadow:none}::selection{color:#fff;background:#aecb06;text-shadow:none}img{max-width:100%;height:auto;display:inline-block;vertical-align:top}html{font-size:100%;font-size:16px;font-size:1rem}*:focus{outline:none}body{font-family:"Cantarell", 'Times New Roman', sans-serif;font-size:0.9375rem;line-height:1.1875rem;font-weight:300;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;-ms-text-size-adjust:none;text-size-adjust:none;color:#683b0c;overflow-x:hidden;text-rendering:optimizeLegibility;opacity:1;transition:2s opacity}@media (min-width:768px){body{font-size:1rem;line-height:1.25rem}}#balken{background-image:url('../../files/layout/images/header_holz.jpg');background-repeat:no-repeat;background-position:top center;width:100%;height:18px;display:block;position:fixed;z-index:1000}body.fade-out{opacity:0;transition:none}b,strong{font-weight:600}h1{font-size:1.25rem;line-height:1.5rem;letter-spacing:0.24px;font-weight:400;font-family:'Cantarell';margin-bottom:15px}@media (min-width:768px){h1{font-size:1.5rem;line-height:1.75rem;margin-bottom:20px}}h2{font-size:1.25rem;line-height:1.5rem;letter-spacing:0.24px;font-weight:400;font-family:'Cantarell';margin-bottom:15px}@media (min-width:768px){h2{font-size:1.5rem;line-height:1.75rem;margin-bottom:20px}}h4{font-weight:600}a{outline-width:0;color:#683b0c;text-decoration:none}a:hover,a:focus{text-decoration:none;color:#683b0c}p{margin-bottom:20px}hr{border:none}em{font-style:italic}.container-fluid{max-width:1520px;margin:0 auto}.invisible{display:none}.hamburger{position:absolute;top:62px;left:20px;z-index:201;padding-left:0;color:#aecb06;-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;-ms-transition:all 0.3s linear;transition:all 0.3s linear}@media (min-width:768px){.hamburger{top:10px;display:none}}.hamburger--stand .hamburger-inner{background-color:#683b0c}.hamburger--stand .hamburger-inner:before,.hamburger--stand .hamburger-inner:after{background-color:#683b0c}.hamburger--stand.is-active .hamburger-inner:before,.hamburger--stand.is-active .hamburger-inner:after{background-color:#fff}.hamburger.sticky,.hamburger.is-active{position:fixed;color:#fff}@media (min-width:768px){.hamburger.sticky,.hamburger.is-active{top:40px;right:40px}}.hamburger-inner,.hamburger-inner::after,.hamburger-inner::before{border-radius:2px;width:35px;height:3px}@media (min-width:768px){.hamburger-inner,.hamburger-inner::after,.hamburger-inner::before{width:49px;height:5px}}.hamburger-inner::before{top:-7px}@media (min-width:768px){.hamburger-inner::before{top:-11px}}.hamburger-inner::after{bottom:-7px}@media (min-width:768px){.hamburger-inner::after{bottom:-11px}}.inner_scrolled #mainNav{width:100%;float:none;text-align:center;padding-top:20px}.inner_scrolled #logoScroll{width:60px;margin:15px auto 0}.inner_scrolled #logoScroll img{width:60px;height:60px}@media screen and (max-width:767px){.inner_scrolled #logoScroll{float:right;margin:10px 20px 8px}}.inner_scrolled .hamburger{top:26px}.scrolled .hamburger{position:fixed;top:45px}#menu{visibility:hidden;opacity:0;position:fixed;z-index:200;width:100%;height:100%;padding-top:90px;top:0;left:0;text-align:center;-webkit-transform:scale(1.5);-moz-transform:scale(1.5);transform:scale(1.5);-webkit-transition:350ms ease all;-moz-transition:350ms ease all;transition:350ms ease all;background-color:rgba(174, 203, 6, 0.95)}#menu.opened{visibility:visible;opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1);-webkit-transition:350ms ease all;-moz-transition:350ms ease all;transition:350ms ease all}#menu ul{list-style:none;padding-top:20px}@media (min-width:768px){#menu ul{padding-top:80px}}#menu ul li{display:block}#menu ul li:last-child a{margin-bottom:0}#menu ul li a{position:relative;z-index:4;display:block;width:100%;line-height:1em;margin:0 auto;color:#fff;text-decoration:none;-webkit-transition:350ms ease all;-moz-transition:350ms ease all;transition:350ms ease all;font-size:1rem;margin-bottom:24px;text-transform:uppercase;-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;-ms-transition:all 0.3s linear;transition:all 0.3s linear}#menu ul li a span.hoverLine:after{background:#fff;height:2px}@media (min-width:768px){#menu ul li a{font-size:1.75rem;margin-bottom:40px}}@media (min-width:1200px){#menu ul li a{font-size:2.1875rem;margin-bottom:50px}}#menu ul li a.active{text-decoration:underline}#menuLogo{width:160px;margin:0 auto 15px}@media (min-width:768px){#menuLogo{width:auto}}a{position:relative}a span.hoverLine{position:relative;display:inline-block;-webkit-backface-visibility:hidden;backface-visibility:hidden}a span.hoverLine:after{position:absolute;right:1px;bottom:-5px;left:1px;height:1px;content:"";-webkit-transition:-webkit-transform 500ms;transition:-webkit-transform 500ms;-o-transition:transform 500ms, -o-transform 500ms;transition:transform 500ms;transition:transform 500ms, -webkit-transform 500ms, -o-transform 500ms;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);-o-transform:scaleX(0);transform:scaleX(0);background:#683b0c}a:hover span.hoverLine:after{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);-o-transform:scaleX(1);transform:scaleX(1)}.iTop{display:none;position:fixed;right:10px;bottom:10px;z-index:100;cursor:pointer;-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;-ms-transition:all 0.3s linear;transition:all 0.3s linear}@media (min-width:572px){.iTop{right:40px;bottom:40px}}.iTop:hover{transform:scale(1.1)}.iTop img{width:40px;height:40px;border:1px solid #683b0c;border-radius:50%;padding:5px}.clearfix:after{content:"";display:table;clear:both}.cookiebar{background-color:rgba(104, 59, 12, 0.9);color:#fff;padding:10px;z-index:3000;font-size:13px}.cookiebar__link{color:#fff}.cookiebar__link:hover{color:#fff}.cookiebar__button{color:#683b0c;background:none;background:#e5dcd1;padding:10px 20px;line-height:1em;font-size:0.8125rem;font-weight:400;-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;-ms-transition:all 0.3s linear;transition:all 0.3s linear}.cookiebar__button:hover{background-color:#b4a696}.cookiebar__link{display:block}@media screen and (min-width:875px){.cookiebar__link{display:inline-block;margin-bottom:10px}}#cookiebar-text{margin-bottom:15px}@media screen and (min-width:992px){#cookiebar-text{margin-bottom:0}}.cookiebar__message{margin-right:20px}#header{padding:12px 0 16px;background:#fff}@media (min-width:768px){#header{padding-top:18px;padding-bottom:0}}#header .inner{max-width:1000px;margin:0 auto;padding:20px 20px 0}#header .inner:after{display:table;content:"";clear:both}#header .inner_scrolled{display:none;position:fixed;top:18px;background:#fff;width:100%;left:0;z-index:10}#logo{width:200px;height:69px;float:right}@media (min-width:768px){#logo{width:260px;float:left;height:90px}}@media (min-width:992px){#logo{width:310px;height:107px}}#mainNav{display:none}@media (min-width:768px){#mainNav{display:block;width:calc(100% - 260px);float:left;padding-top:70px;padding-bottom:27px;overflow:hidden}#mainNav ul li{display:inline-block;padding-right:7px}#mainNav ul li a{-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;-ms-transition:all 0.3s linear;transition:all 0.3s linear;position:relative;padding-bottom:27px}#mainNav ul li a:hover{color:#aecb06}#mainNav ul li a.active{color:#aecb06;position:relative}#mainNav ul li a.active:after{height:6px;width:100%;background-color:#aecb06;content:"";position:absolute;left:0;bottom:0}}@media (min-width:992px){#mainNav{width:calc(100% - 310px);padding-top:82px}#mainNav ul li{padding-right:25px}}#dahoam{background-image:url('../../files/layout/images/slider_bild01.jpg');height:300px;position:relative;z-index:3;background-repeat:no-repeat;background-position:center;background-size:cover}@media (min-width:768px){#dahoam{height:350px}}@media (min-width:992px){#dahoam{height:400px}}@media (min-width:1200px){#dahoam{height:460px}}#main .inner{max-width:840px;margin:0 auto;padding:0 20px}#main .innerWide{max-width:1000px;margin-left:auto;margin-right:auto;padding:0 20px}#ueber_uns{background-color:#e5dcd1;padding:30px 0 50px;text-align:center;position:relative;z-index:3}@media (min-width:768px){#ueber_uns{padding:53px 0 90px}}#sortiment{background-color:#e5dcd1;padding:40px 0 50px;text-align:center;position:relative;z-index:3}@media (min-width:768px){#sortiment{padding:63px 0 90px}}#sortiment h1{margin-bottom:25px}@media (min-width:768px){#sortiment h1{margin-bottom:35px}}#sortiment .inner{max-width:670px !important}.parallaxCustom{z-index:0;position:relative;background-color:#e5dcd1;height:300px;overflow:hidden}@media (min-width:572px){.parallaxCustom{height:350px}}@media (min-width:768px){.parallaxCustom{height:500px}}@media (min-width:1200px){.parallaxCustom{height:600px}}.parallaxCustom img{display:none}.parallaxCustom .imageParallax{height:600px;width:100%;display:block;background-size:cover;background-position:50% 0}@media (min-width:768px){.parallaxCustom .imageParallax{height:800px}}@media (min-width:1200px){.parallaxCustom .imageParallax{height:850px}}#parallax1 .imageParallax{background-image:url('../../files/layout/images/bild_herrhuber.jpg');background-position:70% 0}#parallax2 .imageParallax{background-image:url('../../files/layout/images/bild_laden.jpg')}#parallax3{position:relative;height:450px}#parallax3 .imageParallax{background-image:url('../../files/layout/images/bild_werkstatt.jpg');background-position:70% 0;height:850px}@media (min-width:768px){#parallax3 .imageParallax{height:850px}}@media (min-width:1200px){#parallax3 .imageParallax{height:1200px}}@media (min-width:768px){#parallax3{height:700px}}@media (min-width:992px){#parallax3{height:760px}}@media (min-width:1200px){#parallax3{height:800px}}.overlay{position:absolute;text-align:center;z-index:4;background:rgba(255, 255, 255, 0.8);top:20px;width:96%;padding:20px 10px;font-size:14px}@media screen and (max-width:767px){.overlay{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}}.overlay h1{font-size:18px}@media (min-width:572px){.overlay{padding:20px}}@media (min-width:768px){.overlay{top:80px;padding:30px;width:640px;left:50%;margin-left:-320px;padding:60px;font-size:16px}.overlay h1{font-size:24px}.overlay p{max-width:400px;margin-left:auto;margin-right:auto}}#laden{background-color:#e5dcd1;padding:30px 0 50px;text-align:center;position:relative;z-index:3}@media (min-width:768px){#laden{padding:80px 0 110px}}.ce_gallery{margin-top:30px;margin-bottom:30px}@media (min-width:572px){.ce_gallery{margin-left:-10px;margin-right:-10px}}@media (min-width:768px){.ce_gallery{margin-top:60px;margin-bottom:50px}}@media (min-width:572px){.ce_gallery ul{display:flex;flex-wrap:wrap}}.ce_gallery ul li{margin-bottom:25px}.ce_gallery ul li a{position:relative;display:block;width:100%;height:100%}.ce_gallery ul li a span{display:block;width:100%;height:100%;position:absolute;top:0;left:0;border:8px solid #aecb06;opacity:0;-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;-ms-transition:all 0.3s linear;transition:all 0.3s linear}.ce_gallery ul li a:hover span{opacity:1}@media (min-width:572px){.ce_gallery ul li{width:50%;padding:0 10px}}@media (min-width:992px){.ce_gallery ul li{width:33.3333%}}.markiert{background:#aecb06;color:#fff;padding:2px 4px;line-height:30px}.ce_accordion{text-align:left;padding-top:10px}.ce_accordion .ui-accordion-header{background:#683b0c;color:#fff;padding:15px 40px 15px 18px;position:relative;cursor:pointer;font-size:16px}@media (min-width:768px){.ce_accordion .ui-accordion-header{font-size:18px}}.ce_accordion .ui-accordion-content{background:#fff;padding:20px 20px 10px}.ce_accordion .ui-accordion-content img{margin-bottom:20px;width:100%}.ce_accordion .ui-icon{position:absolute;right:16px;top:50%;width:21px;height:11px;margin-top:-5px;background-image:url('../../files/layout/images/pfeil_weiss.png');background-size:cover;-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;-ms-transition:all 0.3s linear;transition:all 0.3s linear}.ce_accordion .ui-icon-triangle-1-s{-webkit-transform:rotate(-180deg);-moz-transform:rotate(-180deg);-ms-transform:rotate(-180deg);-o-transform:rotate(-180deg);transform:rotate(-180deg);-webkit-animation:rotation 1s 1;animation:rotation 1s 1}#kontakt{background-color:#e5dcd1;padding:30px 0 20px;text-align:center;position:relative;z-index:3}@media (min-width:768px){#kontakt{padding:50px 0 30px}}#kontakt .col-contact{background:#683b0c;color:#fff;padding:30px;margin-bottom:20px}#kontakt .col-contact a{color:#fff}@media (min-width:768px){#kontakt .rowContact{display:flex;flex-wrap:wrap;margin-left:-10px;margin-right:-10px}#kontakt .col-contact{width:calc(33.33333% - 20px);margin:0 10px;padding:30px 20px}}@media (min-width:992px){#kontakt .col-contact{padding:30px}}#googlempas{background-color:#e5dcd1;padding-bottom:30px}@media (min-width:768px){#googlempas{padding-bottom:80px}}#googlempas .inside{max-width:1000px;padding:0 20px;margin:0 auto}@media (min-width:768px){#googlempas .inside{margin:0 auto}}#map{height:300px}@media (min-width:768px){#map{height:400px}}@media (min-width:992px){#map{height:550px}}footer{height:146px;padding-top:30px;width:100%;background-image:url('../../files/layout/images/footer_holz.jpg');background-position:0 100%;background-size:cover;border-top:6px solid #aecb06}footer #impressum,footer #datenschutz{display:none}footer ul.footerNav{text-align:center}footer ul.footerNav li{display:inline;padding:0 7px;border-right:1px solid #fff;line-height:14px}footer ul.footerNav li:last-child{border:none}footer ul.footerNav li a{color:#fff}#datenschutz h2{font-size:1.125rem;line-height:1.375rem}@media (min-width:768px){#datenschutz h2{font-size:1.375rem;line-height:1.625rem}}#datenschutz h3{font-size:1rem;line-height:1.25rem;font-weight:bold}@media (min-width:768px){#datenschutz h3{font-size:1.125rem;line-height:1.375rem}}.mfp-inline-holder .mfp-content{background:#fff;text-align:center;margin-top:100px;margin-bottom:100px;max-width:calc(100% - 30px);padding:94px 30px 30px;border-top:8px solid #aecb06;background-image:url('../../files/layout/images/logo_waffen_huber_symbol.svg');background-repeat:no-repeat;background-size:60px 60px;background-position:center 17px}@media (min-width:768px){.mfp-inline-holder .mfp-content{max-width:calc(100% - 120px);padding:40px}}@media (min-width:992px){.mfp-inline-holder .mfp-content{max-width:calc(100% - 200px);padding:94px 50px 50px}}@media (min-width:1200px){.mfp-inline-holder .mfp-content{max-width:calc(100% - 260px);padding:94px 50px 80px}}div.mfp-bg.mfp-ready{position:fixed !important}.layout_latest #more{display:none}.teaser{font-style:italic}.text img{margin-bottom:25px}.overlayNews{position:absolute;text-align:center;z-index:4;background:rgba(255, 255, 255, 0.8);bottom:20px;width:calc(100% - 40px);padding:20px 10px 0;border-top:8px solid #aecb06;font-size:14px}@media screen and (max-width:991px){.overlayNews{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}}.overlayNews a{text-decoration:underline}.overlayNews h1{font-size:18px}@media (min-width:572px){.overlayNews{padding:20px}}@media (min-width:768px){.overlayNews{width:calc(100% - 80px);padding:40px 80px 20px}}@media (min-width:992px){.overlayNews{bottom:25px;width:960px;left:50%;margin-left:-480px;font-size:16px;padding:40px 160px 20px}.overlayNews h1{font-size:24px}}.fixedBtn{display:none}@media (min-width:768px){.fixedBtn{background:#aecb06;display:block;position:fixed;top:200px;right:0;z-index:20}.fixedBtn .fixedText{display:none}.fixedBtn a{color:#fff;display:block}.fixedBtn .iconFixed{padding:12px;display:block}.fixedBtn .iconFixed img{width:30px;height:30px}}@media (min-width:1200px){.fixedBtn{width:180px;padding:12px 17px;line-height:1em}.fixedBtn .fixedText{display:block}.fixedBtn .iconFixed{display:none}}@media screen and (min-width:1400px){.fixedBtn{width:220px}}@media screen and (min-width:1600px){.fixedBtn{width:300px}}@media (min-width:768px){.anfahrtBtn{top:262px}}@media (min-width:1200px){.anfahrtBtn{top:245px}}.facebook{position:relative;padding-right:30px}.facebook:after{position:absolute;content:"";width:20px;height:20px;background-image:url('../../files/layout/images/facebookIcon.png');right:0}.mfp-bg{z-index:10000}.mfp-wrap{z-index:10001}.mfp-content{z-index:10002}
