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,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.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}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}.aspect--9\:16,.responsive.ratio-916{padding-bottom:177.7777%}.aspect--1\:1,.responsive.ratio-11{padding-bottom:100%}
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
.content-slider{overflow:hidden;visibility:hidden;position:relative}.slider-wrapper{overflow:hidden;position:relative}.slider-wrapper>*{float:left;width:100%;position:relative}.slider-control{height:30px;position:relative}.slider-control a,.slider-control .slider-menu{position:absolute;top:9px;display:inline-block}.slider-control .slider-prev{left:0}.slider-control .slider-next{right:0}.slider-control .slider-menu{top:0;width:50%;left:50%;margin-left:-25%;font-size:27px;text-align:center}.slider-control .slider-menu b{color:#bbb;cursor:pointer}.slider-control .slider-menu b.active{color:#666}
.hamburger { 
  height: 90px;
  font: inherit;
  position: sticky;
  z-index: 2;
  display: inline-block;
  overflow: visible;
  margin: 0;
  margin-right: 100px;
  padding: 0;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: .15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.hamburger *{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
  background-color: #000;
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 24px;
}

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  position: absolute;
  width: 38px;
  height: 4px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
  background-color: #000;
  border-radius: 2px;
}

.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 !important
}

.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 !important
}

.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 !important
}

.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 !important
}

.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 !important
}

.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 !important
}

.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: .13s
}

.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: .13s
}

.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: .275s
}

.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: .275s
}

.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 !important
}

.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 !important
}

.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: .15s;
  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: .22s
}

.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: .22s
}

.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 !important
}

.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: .13s
}

.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 75ms cubic-bezier(.55, .055, .675, .19) .15s, background-color 0s linear 75ms
}

.hamburger--stand .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}

.hamburger--stand .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}

.hamburger--stand.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(.215, .61, .355, 1) 0s, background-color 0s linear .15s;
  transform: rotate(90deg);
  background-color: transparent !important
}

.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 75ms cubic-bezier(.55, .055, .675, .19) .15s, background-color 0s linear 75ms
}

.hamburger--stand-r .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}

.hamburger--stand-r .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}

.hamburger--stand-r.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(.215, .61, .355, 1) 0s, background-color 0s linear .15s;
  transform: rotate(-90deg);
  background-color: transparent !important
}

.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: 75ms
}

.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: .2s
}

.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: .2s
}

.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)
}

.hamburger--header {
  margin-right: -5px;
  padding-right: 0;
  padding-left: 5px;
  cursor: default;
  vertical-align: middle
}

.hamburger--header .hamburger-inner,
.hamburger--header .hamburger-inner:after,
.hamburger--header .hamburger-inner:before,
.hamburger--header.is-active .hamburger-inner,
.hamburger--header.is-active .hamburger-inner:after,
.hamburger--header.is-active .hamburger-inner:before {
  background-color: #222
}

.hamburger--header.hamburger--elastic .hamburger-inner,
.hamburger--header.hamburger--slider .hamburger-inner {
  top: 2px
}

.hamburger--header:hover {
  opacity: 1
}

.hamburger-wrap {
  text-align: center
}

.hamburger--accessible {
  display: inline-block
}

.hamburger--accessible .hamburger-box {
  display: inline-block;
  vertical-align: middle
}

.hamburger--accessible .hamburger-inner,
.hamburger--accessible .hamburger-inner:after,
.hamburger--accessible .hamburger-inner:before,
.hamburger--accessible.is-active .hamburger-inner,
.hamburger--accessible.is-active .hamburger-inner:after,
.hamburger--accessible.is-active .hamburger-inner:before {
  background-color: #222
}

.hamburger-label {
  font-weight: 600;
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  text-transform: uppercase
}

.hamburger-label-hidden {
  display: none
}

.name {
  font-size: .8em;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 1.25em;
  padding-top: 2em;
  color: #1A1A1A
}

.information-directions {
  font-size: 14px;
  width: 100%
}

.browsers,
.types {
  padding-left: 0;
  list-style: none
}

.browsers li,
.types li {
  margin-bottom: .25em
}

.browsers {
  padding-left: 1em;
  column-count: 2
}

.hint {
  display: none;
  margin-bottom: 1em
}

.hint.is-visible {
  display: block
}

@media only screen and (min-width:320px) {
  .browsers {
    column-count: 2
  }
}

@media only screen and (min-width:480px) {
  .types {
    column-count: 2
  }

  .browsers {
    column-count: 3
  }
}

@media only screen and (min-width:632px) {
  .information-directions {
    font-size: 15px
  }
}

#carbonads {
  padding-top: 20px;
  padding-bottom: 32px
}

#carbonads a {
  text-decoration: none
}

#carbonads>span {
  position: relative;
  display: block;
  width: 100%;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto
}

.carbon-wrap {
  position: relative;
  display: table;
  width: 100%
}

.carbon-img,
.carbon-text {
  display: table-cell;
  text-align: left;
  vertical-align: middle
}

.carbon-img {
  background-color: #1A1A1A
}

.carbon-img img {
  display: block
}

.carbon-text {
  font-size: 12px;
  line-height: 1.2;
  padding-left: 15px
}

.carbon-poweredby {
  font-size: 11px;
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 130px;
  text-align: center;
  color: #999
}

@media only screen and (min-width:1280px) {
  #carbonads {
    position: absolute;
    top: 45px;
    right: 30px;
    padding-top: 0;
    padding-bottom: 0
  }
}
 @font-face {
  font-family: 'DINPro Medium'; /* Gewünschter Name */
  src: url('/files/layout/fonts/DINPro-Medium.eot');
            /* für IE9 */
  src: url('/files/layout/fonts/DINPro-Medium.woff') 
            format('woff'), 
           /* für moderne Browser */
       url('/files/layout/fonts/DINPro-Medium.ttf') 
            format('truetype'),
          /* für Safari, Android, iOS */
        url('/files/layout/fonts/DINPro-Medium.otf') 
            format('opentype');
          /* für Safari, Android, iOS */
  font-display: swap;
 }

 @font-face {
  font-family: 'DINPro Light'; /* Gewünschter Name */
  src: url('/files/layout/fonts/DINPro-Light.eot');
            /* für IE9 */
  src: url('/files/layout/fonts/DINPro-Light.woff') 
            format('woff'), 
           /* für moderne Browser */
       url('/files/layout/fonts/DINPro-Light.ttf') 
            format('truetype'),
          /* für Safari, Android, iOS */
        url('/files/layout/fonts/DINPro-Light.otf') 
            format('opentype');
          /* für Safari, Android, iOS */
  font-display: swap;
 }

 

/*Allgemeines*/
html{
  overflow-x: hidden;
}

body {
  font-family: 'DINPro Light', sans-serif;
  font-size: 18px;
  font-weight: 200;
  font-style: normal;
  color: #000;
  background-color: #fff;
  margin: 0;
  padding: 0;
  width: 100%;
}

.iframe-page #footer .inside > .content-gallery{
  display: none !important;
}

.iframe-page iframe{
  margin: 50px 0px;
  border: none;
}

@media (max-width: 450px) {
  body{
    font-size: 16px;
  } 
}

strong {
  font-family: 'DINPro Medium', sans-serif;
  font-weight: normal;
}

::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

::-webkit-scrollbar-thumb {
  background: #000;
}

::-webkit-scrollbar-track {
  background: linear-gradient(90deg, #DFDFDF, #DFDFDF 1px, #EBEBEC 0, #EBEBEC);
}

::selection {
  background: rgba(227, 6, 19, 0.88);
  color: #fff;
  text-shadow: none;
}

.relative {
  position: relative;
}

:focus {
  outline: none !important;
}




hr {
  border: 0;
  height: 1px;
  background: #0c1b26;
  clear: left;
}

a {
  -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;
  text-decoration: none;
  color: #000;
  font-family: 'DINPro Medium', sans-serif;
}

p {
  color: #000;
}

.active {
  font-family: 'DINPro Medium', sans-serif;
  font-weight: normal;
}

.center {
  text-align: center;
}

h1{
  color: #000;
  font-weight: normal;
  font-family: 'DINPro Medium', sans-serif;
  font-size: 30px;
  margin-bottom: 0;
  word-break: break-word;
}
h2 {
  color: #000;
  font-weight: normal;
  font-family: 'DINPro Medium', sans-serif;
  font-size: 30px;
  margin-top: 15px;
}
h3,
h4,
h5,
h6,
h7 {
  color: #000;
  font-weight: normal;
  font-family: 'DINPro Light', sans-serif;
  font-size: 20px;
}

p,
ul,
strong,
a {
  line-height: 24px;
}

@media (max-width: 450px) {
 

    h1 {
      font-size: 30px;
    }
    h2,
    h3,
    h4,
    h5,
    h6{
        font-size: 1.3em;
      } 
}

@media (max-width: 370px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6{
      font-size: 1.2em;
    } 
}

@media (max-width: 350px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6{
      font-size: 1.1em;
    } 
}

.ce_image {
  width: 100%;
}

.ce_image img {
  display: block;
}


/*Navigation*/
#header {
  height: 90px;
  top: 0;
  border-bottom: 3px solid #E30613;
  z-index: 10000;
  position: fixed;
  background-color: #fff;
  -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;
}
#header.scroll {
  height: 65px;
}

#header>.inside {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100vw;
  background-color: rgba(29, 37, 54, 0);
  transition: background-color 0.75s ease;
  z-index: 999;
  top: 0;
}

#header.scrolled>.inside,
#header.active > .inside{
  background-color: #fff;
}
.error #header.scrolled>.inside {
  background-color: rgb(7, 42, 47) !important;
}
#header .logo figure{
  height: 90px;
  display: flex;
  align-items: center;
  -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;
}
#header.scroll .logo figure{
  height: 60px;
}
#header .logo img {
  width: 300px;
  object-fit: contain;
  margin-top: 10px;
  max-width: 300px;
  margin-left: 50px;
  -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;
}
#header.scroll .logo img {
  max-width: 250px;
  width: 250px;
}
#header .content-text {
  margin-right: 25px;
}
#header .content-text p {
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#header .mod_changelanguage {
  width: 65px;
  margin-right: 50px;
  background-color: #000;
  color: #fff;
  height: max-content;
  margin-top: 25px;
  padding: 7px 20px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.061' height='7.591' viewBox='0 0 13.061 7.591'%3E%3Cg id='Gruppe_20' data-name='Gruppe 20' transform='translate(2611.17 -404.22) rotate(90)'%3E%3Cpath id='Pfad_4' data-name='Pfad 4' d='M0,0,6,6l6-6' transform='translate(404.75 2610.64) rotate(-90)' fill='none' stroke='%23ffffff' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 55px 15px;
  -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;
}
#header.scroll .mod_changelanguage{
  margin-top: 14px;
}
#colorbox #cboxCurrent{
  display: none !important;
}
#header .mod_changelanguage ul {
  list-style-type: none;
  padding-left: 0;
  width: 40px;
  margin: 0;
  display: flex;
  flex-flow: column;
}
#header .mod_changelanguage ul li {
  display: none;
}
#header .mod_changelanguage ul li.active {
  display: flex;
  width: 40px;
  order: -1;
}
#header .mod_changelanguage ul li strong {
  font-family: 'DINPro Light';
}
#header .mod_changelanguage.open ul li strong {
  font-family: 'DINPro Medium';
}
#header .mod_changelanguage.open li {
  display: block;
}
#header .mod_changelanguage.open li a {
  color: #fff;
  font-family: 'DINPro Light';
  display: block;
}

.mod_navigation {
  width: 100%;
  justify-content: center;
  display: flex;
  flex-direction: column;
  height: 90px;
  -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;
}
.scroll .mod_navigation{
  height: 65px;
}
.mod_navigation>ul {
  display: flex;
  justify-content: flex-end;
  width: 95%;
  list-style: none;
  height: max-content;
  padding-left: 0;
  margin-left: auto;
  margin-right: 25px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.mod_navigation ul a.submenu {
  font-family: 'DINPro Light';
  font-weight: none;
}
.mod_navigation ul li {
  margin-left: 20px;
  display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.mod_navigation ul li a,
.mod_navigation ul li strong {
  display: block;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'DINPro Light';
}
.mod_navigation ul li strong,
.mod_navigation ul li a:hover {
  color: #E30613;
  /* text-transform: uppercase;
  font-family: 'DINPro Medium'; */
}
.mod_navigation ul li.active strong.active{
  font-family: 'DINPro Medium';
}
.mod_navigation ul li.active::after{
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.061' height='7.591' viewBox='0 0 13.061 7.591'%3E%3Cg id='Gruppe_20' data-name='Gruppe 20' transform='translate(2611.17 -404.22) rotate(90)'%3E%3Cpath id='Pfad_4' data-name='Pfad 4' d='M0,0,6,6l6-6' transform='translate(404.75 2610.64) rotate(-90)' fill='none' stroke='%23e30613' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 10px;
  width: 10px;
  position: absolute;
  left: calc(50% - 5px);
  bottom: -10px;
}
/* .mod_navigation ul li.active,
.mod_navigation ul li:hover {
  display: flex;
  flex-direction: column;
}
.mod_navigation ul li.active::after,
.mod_navigation ul li:hover::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.061' height='7.591' viewBox='0 0 13.061 7.591'%3E%3Cg id='Gruppe_20' data-name='Gruppe 20' transform='translate(2611.17 -404.22) rotate(90)'%3E%3Cpath id='Pfad_4' data-name='Pfad 4' d='M0,0,6,6l6-6' transform='translate(404.75 2610.64) rotate(-90)' fill='none' stroke='%23e30613' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E%0A");
  height: 15px;
  width: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -15px;
  margin-top: 5px;
} */
#header.scroll .mod_navigation ul li.active::after,
#header.scroll .mod_navigation ul li:hover::after {
  content: '';
}

.group_dropdown h4 {
  font-size: 20px;
  margin-top: 25px;
  background-color: #E30613;
  color: #fff;
  padding: 7px 20px;
  padding-right: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.061' height='7.591' viewBox='0 0 13.061 7.591'%3E%3Cg id='Gruppe_20' data-name='Gruppe 20' transform='translate(2611.17 -404.22) rotate(90)'%3E%3Cpath id='Pfad_4' data-name='Pfad 4' d='M0,0,6,6l6-6' transform='translate(404.75 2610.64) rotate(-90)' fill='none' stroke='%23ffffff' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 85px center;
  cursor: pointer;
  -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;
}
.scroll .group_dropdown h4{
  margin-top: 13px;
  margin-bottom: 13px;
}
.group_dropdown.open h4 {
  background-color: #000;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.707' height='4.061' viewBox='0 0 6.707 4.061'%3E%3Cpath id='Pfad_1' data-name='Pfad 1' d='M-75,48.5l3,3,3-3' transform='translate(-68.646 52.207) rotate(180)' fill='none' stroke='%23fff' stroke-width='1'/%3E%3C/svg%3E%0A");
}
.group_dropdown .rte {
  display: none;
}
.group_dropdown.open .rte {
  display: flex;
  position: absolute;
  top: 90px;
  z-index: 1;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  padding: 20px;
  right: 100px;
  width: 300px;
  text-align: center;
}
.scroll .group_dropdown.open .rte {
  top: 65px;
}
.group_dropdown.open .rte p:not(:first-child) {
  padding-top: 20px;
}
.group_dropdown.open .rte p:not(:last-child) {
  border-bottom: 3px solid #000;
  padding-bottom: 20px;
}
.group_dropdown.open .rte a {
  font-family: 'DINPro Light';
}
.group_dropdown.open .rte a strong {
  color: #E30613;
}
.group_dropdown.open .rte img {
  margin-left: auto;
  margin-right: auto;
}


/*Headerbilder */
#headerimage .slider_header {
  opacity: 1;
  animation: slideheader 2s ease 0s 1 normal forwards;
  width: 100vw;
  position: absolute;
  top: 0;
  height: 85vh;
}

@keyframes slideheader {
	0% {
		opacity: 1;
		transform: translateX(0);
	}

	100% {
		opacity: 1;
		transform: translateX(-80vw);
	}
}

#headerimage .slider_header figure,
#headerimage .slider_header img {
  height: 85vh;
  width: 100vw;
}
#headerimage .slider_header img{
  opacity: 0.85;
}
#headerimage #startseite .content-image.slider_header img {
  filter: brightness(1);
  object-position: right;
}
#headerimage .header_text .rte {
  position: absolute;
  height: 100%;
  top: 0;
  width: 450px;
  left: calc((100vw - 450px) / 2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
#headerimage .header_text .rte h2 {
 color: #fff;
 text-transform: uppercase;
 font-weight: bold;
 font-size: 28px;
}
#headerimage .header_text .rte p {
  text-transform: uppercase;
  color: #fff;
}
#headerimage .content-image {
  height: 70vh;
  width: 100vw;
}
#headerimage .content-image img {
  height: 70vh;
  width: 100vw;
  object-fit: cover;
  object-position: left;
}
#headerimage #startseite .content-image {
  height: 85vh;
}
#headerimage #startseite .content-image img {
  height: 85vh;
  filter:brightness(0.5)
}
#headerimage .grey_navigation {
  position: absolute;
  bottom: 0;
  width: 100vw;
}
#headerimage .grey_navigation .rte {
  display: grid;
  grid-template-columns: 210px 210px 80px 210px 210px;
  grid-gap: 15px;
  margin-left: auto;
  margin-right: auto;
  width: max-content;
}
#headerimage .grey_navigation .rte p {
  margin: 0;
  height: calc(100% - 15px);
    margin-bottom: 15px;
}
#headerimage .grey_navigation .rte p a {
  background-color: #d0d0d0;
  border-radius: 1px;
  height: calc(100% - 30px);
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
}
#headerimage .grey_navigation .rte p:nth-child(3) {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27.475' height='16.212' viewBox='0 0 27.475 16.212'%3E%3Cpath id='Pfad_2' data-name='Pfad 2' d='M-75,48.5-62.5,61-50,48.5' transform='translate(76.237 -47.263)' fill='none' stroke='%23000' stroke-width='3.5'/%3E%3C/svg%3E%0A");
  background-color: #fff;
  object-fit: contain;
  padding: 0 30px;
  width: 20px;
  height: 100%;
  margin-bottom: 0;
  cursor: pointer;
  -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;
}
#headerimage .grey_navigation .rte p:nth-child(3):hover {
  background-color: #ebebeb;
}
#headerimage .pfeil_unten {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27.475' height='16.212' viewBox='0 0 27.475 16.212'%3E%3Cpath id='Pfad_2' data-name='Pfad 2' d='M-75,48.5-62.5,61-50,48.5' transform='translate(76.237 -47.263)' fill='none' stroke='%23000' stroke-width='3.5'/%3E%3C/svg%3E%0A");
  background-color: #fff;
  object-fit: contain;
  padding: 20px 15px;
  position: absolute;
  margin: 0;
  left: calc((100vw - 56px) / 2);
  margin-top: -57px;
  cursor: pointer;
  bottom: 0;
    -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;
}

#headerimage .pfeil_unten:hover {
  background-color: #ebebeb;
}

/*Footer*/
#footer {
  background-color: #fff;
  color: #000;
  position: relative;
}

#footer .inside {
  text-align: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#footer .content-gallery {
  margin-left: auto;
  margin-right: auto;
  width: 980px;
  margin-bottom: 100px;
}
#footer .content-gallery ul {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 10px;
}
#footer .footer_grey {
  background-color: #000;
  border-top: 3px solid #E30613;
  padding: 60px 35px;
  display: grid;
  grid-template-columns: repeat(5,1fr);
}
#footer .footer_grey > div{
  padding: 0 15px;
}
#footer .footer_grey h3 {
  color: #fff;
  margin-top: 0;
  text-transform: uppercase;
}
#footer .footer_grey p,
#footer .footer_grey a {
  margin: 0;
  color: #fff;
}
#footer .footer_grey .content-text:nth-child(3) a {
  font-family: 'DINPro Light';
}
#footer .pfeil_oben {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27.475' height='16.212' viewBox='0 0 27.475 16.212'%3E%3Cpath id='Pfad_2' data-name='Pfad 2' d='M-75,48.5-62.5,61-50,48.5' transform='translate(76.237 -47.263)' fill='none' stroke='%23000' stroke-width='3.5'/%3E%3C/svg%3E%0A");
  padding: 20px 15px;
  background-color: #fff;
  position: absolute;
  bottom: 75px;
  right: 25px;
  transform: rotate(180deg);
  cursor: pointer;
}
#footer .footer_copyright {
  position: absolute;
  bottom: 20px;
  left: 35px;
  font-size: 12px;
}
#footer .footer_social {
  display: flex;
  flex-direction: column;
}
#footer .footer_social .rte {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
#footer .footer_social .rte div {
  display: flex;
  flex-direction: row;
}
#footer .footer_social .rte p {
  margin-right: 10px;
}


/*Black Button */
.blackbutton {
  margin-top: 40px;
}
.blackbutton a {
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 40px;
  width: fit-content;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}
.blackbutton.red a {
  background-color: #E30613;
}
.blackbutton.red a:hover {
  background-color: #bb0510;
}
.service .content-text .blackbutton.red img {
  margin-top: 0
}

/*Home Text */
.home_text {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 75px;
  margin-bottom: 125px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-column-gap: 25px;
  grid-row-gap: 50px;
}
.home_text .content-text:nth-child(1) {
  grid-column: 1 / 3;
  grid-row: 1;
}
.home_text .content-text:nth-child(2) {
  grid-column: 1 / 3;
  grid-row: 2;
}
.home_text .content-text:nth-child(3) {
  grid-column: 3;
  grid-row: 1 / 3;
}
.home_text strong,
.home_text strong a {
  font-family: 'DINPro Medium', sans-serif;
  color: #E30613;
}

/*Hintergrund mit Schrift und Spalten */
.background_image_text {
  position: relative;
}
.background_image_text h2 {
  position: absolute;
  top: 25px;
  color: #fff;
  left: calc((100vw - 980px) / 2);
  padding-bottom: 15px;
  padding-right: 50px;
  border-bottom: 3px solid #fff;
}
.background_image_text figure img {
  height: 400px;
  object-fit: cover;
  object-position: right;
  width: 100%;
}
.service .background_image_text figure img {
  margin-top: 0;
  width: 100%;
}
.background_image_text .blackbutton a {
  margin-left: 0;
}

/* Home Spalten */
.home_spalten {
  display: grid;
  grid-template-columns: calc((100% - 20px) / 3) calc((100% - 20px) / 3) calc((100% - 20px) / 3);
  grid-gap: 10px;
  margin-top: -200px;
  margin-bottom: 50px;
  z-index: 1;
  position: relative;
  width: 980px;
  margin-left: calc((100vw - 980px) / 2);
}
.home_spalten .content-text {
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
#article-19 .home_spalten .content-text {
  margin-top: 20px;
}
#article-19 .home_spalten .content-text h4 {
  position: absolute;
  margin: 0;
  margin-top: -30px;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'DINPro Medium', sans-serif;
}

.home_spalten .content-text:not(.spalten_ueberschrift) .rte {
  padding: 25px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.home_spalten .content-text:not(.spalten_ueberschrift) .rte p {
  margin: 0;
}
.home_spalten .content-text:not(.spalten_ueberschrift) img {
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}
.home_spalten .content-text .redlink {
  margin-top: auto;
  padding-top: 15px;
}
.home_spalten .content-text .redlink a {
  background-repeat: no-repeat;
  color: #E30613;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.591' height='13.061' viewBox='0 0 13.591 13.061'%3E%3Cg id='Gruppe_13' data-name='Gruppe 13' transform='translate(-404.22 -2598.11)'%3E%3Cpath id='Pfad_4' data-name='Pfad 4' d='M0,0,6,6l6-6' transform='translate(404.75 2610.64) rotate(-90)' fill='none' stroke='%23e30613' stroke-width='1.5'/%3E%3Cpath id='Pfad_5' data-name='Pfad 5' d='M0,0,6,6l6-6' transform='translate(410.75 2610.64) rotate(-90)' fill='none' stroke='%23e30613' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E%0A");
  padding-left: 25px;
  background-position: left center;
}
.home_spalten .spalten_ueberschrift {
  grid-column: 1 / 4;
  background-color: transparent;
  box-shadow: none;
}
.home_spalten .spalten_ueberschrift .rte {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 10px;
}
.home_spalten .spalten_ueberschrift .rte p {
  margin: 0;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'DINPro Medium', sans-serif;
}
.home_spalten h3 {
  font-family: 'DINPro Medium', sans-serif;
  height: 78px;
}

#article-7 .home_spalten h3,
#article-39 .home_spalten h3,
#article-60 .home_spalten h3{
  margin-top: 0;
  height: 40px;
  margin-bottom: 0;
}

#article-7 .home_spalten .blackbutton ,
#article-39 .home_spalten .blackbutton ,
#article-60 .home_spalten .blackbutton {
  margin-top: 10px;
}

#article-7 .home_spalten .position {
  height: 40px;
  margin-bottom: 10px;
  font-size: 16px;
}
#article-7 .home_spalten p {
  margin-bottom: 10px;
}

/*Service & Ersatzteile */
.service {
  width: 980px;
  padding-left: calc((100vw - 980px) / 2);
  padding-right: calc((100vw - 980px) / 2);
  margin-top: 75px;
  margin-bottom: 125px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 25px;
}
.service .content-text:nth-child(1) {
  grid-column: 1 / 3;
}
.service .content-text:nth-child(2) {
  grid-column: 3;
}
.service .content-text:nth-child(3) {
  grid-column: 1 / 3;
}
.service .content-text:nth-child(5) {
  grid-column: 1 / 3;
}
.service .content-text:nth-child(6) {
  grid-column: 1 / 3;
}


.service .content-text h3 {
  margin-bottom: 0;
}
.service .content-text img {
  margin-top: 50px;
}
.service .background_image_text {
  width: 100vw;
  margin-left: calc(((100vw - 980px) / 2)* -1);
  margin-right: calc(((100vw - 980px) / 2)* -1);
  grid-column: 1 / 4;
}
.service .background_image_text .rte {
  width: 980px;
  left: calc((100vw - 980px) / 2);
  position: absolute;
  top: 125px;
}
.service .background_image_text .rte p {
  color: #fff;
}
.service .content-gallery {
  margin-top: 100px;
  width: 100vw;
  grid-column: 1 / 4;
  margin-left: calc(((100vw - 980px) / 2)* -1);
  margin-right: calc(((100vw - 980px) / 2)* -1);
  background-color: #d0d0d0;
}
.service .content-gallery h2 {
  margin-left:calc((100vw - 980px) / 2);
  padding-top: 50px;
}
.service h1,
.service h2 {
  margin-top: 0;
}
.service .content-gallery ul {
  padding: 50px calc((100vw - 980px) / 2);
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 10px;
  padding-top: 25px;
}
.service .content-gallery ul li,
.service .content-gallery ul figure {
  height: 100%;
  width: 100%;
}
.service .content-gallery ul img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  aspect-ratio: auto;
}
.service .blackbutton a {
  margin-left: 0;
}
.service .service_links .blackbutton a {
  width: calc(100% - 80px);
  text-align: center;
}

/*Jobs */
.jobs {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-column-gap: 25px;
  margin-top: 75px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  width: 980px;
}
.jobs .content-text:nth-child(1) {
  grid-column: 1 / 3;
}
.jobs .content-text:nth-child(2) {
  grid-column: 3;
}
.jobs ul {
  padding-left: 0;
}
.jobs ul li{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='5' viewBox='0 0 5 5'%3E%3Crect id='Rechteck_5' data-name='Rechteck 5' width='5' height='5' fill='%23e30613'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 10px 8px;
  padding-left: 40px;
  display: block;
  margin-bottom: 15px;
}
.jobs .unternehmen_news  {
  grid-column: 1 / 4;
}
.jobs .unternehmen_news .rte {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 30px;
}
.jobs .unternehmen_news .rte .blackbutton a {
      width: calc(100% - 80px);
    text-align: center;
}
.jobs .blackbutton a {
  margin-left: 0;
  width: auto;
  display: block;
  text-align: center;
}


/* Grauer Hintergrund */
.greybackground {
  background-color: #D0D0D0;
  width: 100vw;
  margin-bottom: 100px;
}
.greybackground .content-text {
  margin-left: auto;
  margin-right: auto;
  width: 980px;
  margin-top: 75px;
  margin-bottom: 75px;
}
.greybackground .content-text .rte {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-column-gap: 50px;
}
.greybackground .content-text p {
  grid-column: 1 / 3;
}
.greybackground .content-text ul {
  grid-column: 1 / 3;
  margin-top: 0;
}
.greybackground .content-text p:last-child {
  grid-column: 3;
  grid-row: 1 / 4;
}
.greybackground hr {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #000;
}
.greybackground .content-gallery ul {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  padding: 125px calc((100vw - 980px) / 2);
  background-color: #fff;
  grid-gap: 10px;
}
.greybackground .content-gallery ul figure,
.greybackground .content-gallery ul img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Kontakt */
.kontakt_text {
  width: max-content;
  margin: 100px auto;
  text-align: center;
}
.kontakt_text a {
  font-weight: normal;
  font-family: 'DINPro Light', sans-serif;
}

/* Kontaktformular */
.ce_form {
  width: 980px;
  margin: 75px auto;
}
.ce_form .widget-explanation p {
  text-align: right;
}

/*Inputs, Checkboxes*/
/*Checkbox etc.*/
.formbody{
  position: relative;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:1px solid #878787;
  border-radius: 0px;
  min-width: 175px;
  background-color:white;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.235' height='6.996' viewBox='0 0 12.235 6.996'%3E%3Cpath id='Icon_ionic-ios-arrow-down' data-name='Icon ionic-ios-arrow-down' d='M12.307,16.133l4.626-4.63a.871.871,0,0,1,1.235,0,.882.882,0,0,1,0,1.239l-5.242,5.246a.873.873,0,0,1-1.206.025L6.442,12.746a.875.875,0,0,1,1.235-1.239Z' transform='translate(-6.188 -11.246)' fill='%23394348'/%3E%3C/svg%3E");
  background-position: right 10px center;
  background-repeat: no-repeat;
  padding: .75em 1em .5em 1em;
  color: #000;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
select::-ms-expand {
  display:none;
}

option {
    background: #fff;
    border-top: 1px solid #878787;
    padding: .3em 1em .3em 1em;
}
/* remove standard-styles */
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:none;
  border-radius: 0;
  font-size: 16px;
  width: 100%
} 

/* graceful degradation for ie8 */
input[type='checkbox'],
input[type='radio'] {
  width:auto;
  float:left;
  margin-right: .75em;
  background:transparent;
  border:none;
}

input[type='checkbox']:checked,
input[type='checkbox']:not(:checked),
input[type='radio']:checked,
input[type='radio']:not(:checked) {
  background: transparent;
  position: relative;
  visibility: hidden;
  margin:0;
  padding:0;
}

input[type='checkbox'] + label,
input[type='radio'] + label {
  cursor: pointer;
  font-size: 16px;
}
input[type='checkbox']:checked + label::before,
input[type='checkbox']:not(:checked) + label::before,
input[type='radio']:checked + label::before,
input[type='radio']:not(:checked) + label::before {
    content:' ';
    display: inline-block;
    width: 13px;
    height: 13px;
    position: relative;
    top: 2px;
    border-radius: 0px;
    border: 2px solid #000;
    background: white;
    margin-right: 5px;
    box-shadow: inset 0 1px 1px 0 rgba(0,0,0,.1);
}

input[type=radio]:checked + label::before,
input[type=radio]:not(:checked) + label::before {
  border-radius: 30px;
}

input[type='checkbox']:hover  + label::before,
input[type='radio']:hover  + label::before {
  background:rgb(0 0 0  / 90%);
  box-shadow: inset 0 0 0 2px white;
}

input[type='checkbox']:checked  + label::before,
input[type='radio']:checked  + label::before {
  background:#000;
  box-shadow: inset 0 0 0 2px white;
}

input[type=text], input[type=password], input[type=date], input[type=datetime], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=time], input[type=url], input:not([type]), textarea {
  width: 60%;
  display: inline-block;
  -moz-border-radius: 3px;
  -webkit-transition: all .15s linear;
  -o-transition: all .15s linear;
  transition: all .15s linear;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #000;
  font-family: 'Open Sans', Segoe UI, helvetica, arial;
  font-size: 16px;
  border: 2px solid #878787;
  padding: 5px;
}

input[type=text]:focus, input[type=password]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=number]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=time]:focus, input[type=url]:focus, input:not([type]):focus, textarea:focus {
  outline: 0;
  /* background: #fff;
  border-color: transparent; */
}

.formbody > .widget{
  margin-bottom: 1rem;
}

.widget-submit{
  margin-top: 1rem;
}

.widget-submit > .submit{
  position: relative;
  background: #000;
  color: #FFF;
  border: none;
  font-family: 'DINPro Medium', sans-serif;
  text-transform: uppercase;
  border-radius: 0px;
  padding: 10px 25px;
  font-weight: normal;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
}

.widget-submit > .submit:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  background-color: rgb(0 0 0 / 8%);
  -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;
}

.widget-submit > .submit:hover:before {
  height: 100%;
}

.widget-upload .upload{
  visibility: hidden;
}

fieldset{
  display: flex;
  flex-direction: column;
  border: none;
  justify-content: space-between;
  margin: 1rem 0;
  padding: 0;
  margin-bottom: 0;
  min-width: 0;
  text-overflow: ellipsis;
  overflow: hidden;
}

fieldset.radio_container{
  justify-content: flex-start;
  margin: 5px 0;
  padding: 5px 10px;
}

fieldset.radio_container > span{
  margin-right: 15px;
}

fieldset > .widget-text,
fieldset > .widget-textarea{
  margin-bottom: 1rem;
}

fieldset > .widget-upload,
fieldset > .widget-radio,
fieldset > .widget-checkbox,
fieldset > .widget-textarea,
fieldset > .widget-submit{
  width: 100%;
}

.checkbox_container {
  margin-top: 0;
  padding: 0;
}
#article-37 .redlink a,
#article-58  .redlink a,
#article-6 .redlink a{
  background-repeat: no-repeat;
  color: #E30613;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.591' height='13.061' viewBox='0 0 13.591 13.061'%3E%3Cg id='Gruppe_13' data-name='Gruppe 13' transform='translate(-404.22 -2598.11)'%3E%3Cpath id='Pfad_4' data-name='Pfad 4' d='M0,0,6,6l6-6' transform='translate(404.75 2610.64) rotate(-90)' fill='none' stroke='%23e30613' stroke-width='1.5'/%3E%3Cpath id='Pfad_5' data-name='Pfad 5' d='M0,0,6,6l6-6' transform='translate(410.75 2610.64) rotate(-90)' fill='none' stroke='%23e30613' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E%0A");
  padding-left: 25px;
  background-position: left center;
}

.mandatory-field legend:after {
  content:" *";
  color: #000;
}

.widget-checkbox a{
  color: #000;
  text-decoration: underline;
}

.inline-checkboxes legend{
  display: inline-block;
  float: left;
  width: 450px;
}

.radio_container span{
  font-weight: 600;
  color: #000;
}

.widget-checkbox span{
  font-size: 16px;
  color: #000;
}
.ce_form .widget {
  display: flex;
}
.ce_form .widget label {
  width: 125px;
  display: block;
}
.ce_form .widget-checkbox label {
  width: 100%;
}
.ce_form .widget textarea,
.ce_form .widget input {
  width: calc(100% - 125px);
}
.ersatzteile .ce_form .formbody {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-column-gap: 50px;
  grid-row-gap: 25px;
}
.ersatzteile .ce_form .widget {
  flex-direction: column;
}
.ersatzteile .ce_form .widget textarea, 
.ersatzteile .ce_form .widget input {
  width: 100%;
}
.ersatzteile .ce_form .widget label {
  width: 100%;
  margin-bottom:  5px;
}
.ersatzteile .ce_form fieldset legend {
  font-family: 'DINPro Medium';
  text-transform: uppercase;
  margin-bottom: 30px;
}
.ersatzteile .ce_form fieldset .widget-textarea,
.ersatzteile .ce_form fieldset .widget-textarea textarea {
  height: 100%;
}
.ersatzteile .ce_form .widget-checkbox {
  grid-column: 1 / 3;
  margin-top: 50px;
  margin-bottom: 1rem;
}
.ersatzteile .ce_form .widget-checkbox a {
  text-decoration: none;
}
.ersatzteile .ce_form .widget-submit {
  grid-column: 1;
  margin: 0;
}
.ersatzteile .ce_form .widget-submit button {
  margin: 0;
  width: max-content;
}
.ersatzteile .ce_form .lieferung {
  display: none;
}

.ersatzteile .ce_form .lieferung.checked {
  display: flex;
}


/* Ersatzteilanfrage */
.ersatzteile {
  margin-top: 200px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  width: 980px;
}
.ersatzteile .content-text h3,
.ersatzteile .content-text h1 {
  margin-top: 0;
  margin-bottom: 0;
}

/* Video */
.content-youtube {
  width: 980px;
  margin-top: 50px;
  grid-column: 1 / 4;
}
.content-youtube iframe {
  width: 980px;
  aspect-ratio: 3 / 2;
}

/*Main */
.pfeil_links {
  height: 75px;
  margin: 0;
  margin-bottom: 100px;
}
.pfeil_links a {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='75' height='72' viewBox='0 0 75 72'%3E%3Cg id='Gruppe_3' data-name='Gruppe 3' transform='translate(923 -924) rotate(90)'%3E%3Cg id='Gruppe_204' data-name='Gruppe 204'%3E%3Crect id='Rechteck_4' data-name='Rechteck 4' width='72' height='75' transform='translate(924 848)' fill='%23e30613'/%3E%3Cpath id='Pfad_2' data-name='Pfad 2' d='M-75,48.5-62.5,61-50,48.5' transform='translate(1022.5 831.5)' fill='none' stroke='%23fff' stroke-width='3.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  padding-left: 100px;
  padding-right: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-transform: uppercase;
  font-family: 'DINPro Light';
  height: 75px;
  width: max-content;
}
.cookie_settings {
  height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100vw;
  text-align: center;
}
#map-cookie {
  color: #575756;
  cursor: pointer;
}
.mapLeaflet {
  height: 70vh;
  display: none;
}
#article-16 .content-image,
#article-17 .content-image,
#article-54 .content-image,
#article-57 .content-image,
#article-33 .content-image,
#article-36 .content-image {
  padding-bottom: 3px;
}
#article-16 .content-image img,
#article-54 .content-image img,
#article-57 .content-image img,
#article-17 .content-image img,
#article-33 .content-image img,
#article-36 .content-image img {
  border-bottom: 3px solid #E30613;
}
#headerimage #article-16 .pfeil_unten,
#headerimage #article-17 .pfeil_unten,
#headerimage #article-54 .pfeil_unten,
#headerimage #article-57 .pfeil_unten,
#headerimage #article-33 .pfeil_unten,
#headerimage #article-36 .pfeil_unten {
  background-color: transparent;
}

/*Impressum, Datenschutz, AGB */
#article-61 .content-text,
#article-9 .content-text,
#article-8 .content-text,
#article-10 .content-text,
#article-40 .content-text {
  padding: 150px;
}

/*404 Seite */
#article-69 .content-text,
#article-70 .content-text,
#article-71 .content-text {
  height: calc(100vh - 565px);
  min-height: 200px;
  padding-top: 125px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tele_icons {
    position: fixed;
    bottom: 0;
    margin: 0;
    margin-top: calc(100vh - 60px) !important;
    right: 0;
}
.tele_icons .rte {
  display: block;
}
.nav-margin-top{
  margin-top: 110px;
}
.nav-margin-top .kontaktformular {
  margin-top: 40px;
}
body  #header .tele_icons .rte > p{
      display: flex;
    margin: 0;
    margin-bottom: 10px;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    color: #E30613;
    border-radius: 30px;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
}
.tele_icons .tele a {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_3' viewBox='0 0 112.18 121.06'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23e30613; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M107.74,87.42l-18.63-10.16c-4.72-2.57-10.69-1.26-13.87,3.05l-7.5,10.15c-7.98-4.49-16.56-12.52-23.53-20.64-7.03-8.19-12.58-14.76-15.78-25.3l12.41-7.28c4.66-2.73,6.51-8.44,4.3-13.26l-8.74-19c-2.09-4.56-7.73-6.33-12.21-3.87C15.24,6.04,2.19,14.76.39,24.47c-2.22,23.79,5.18,46.94,20.84,65.2,15.65,18.26,37.65,29.38,62.01,31.38,10.59.26,21.38-12.7,27.45-21.47,2.86-4.13,1.49-9.75-2.94-12.16Z'/%3E%3C/svg%3E");
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 5px;
    background-size: 26px;
    color: transparent !important;
}
.tele_icons .mail a {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_3' viewBox='0 0 124.31 88.54'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23e30613; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M62.15,62.34l-15.12-13.24L3.79,86.17c1.57,1.46,3.69,2.37,6.03,2.37h104.67c2.33,0,4.44-.91,6.01-2.37l-43.22-37.07-15.12,13.24Z'/%3E%3Cpath class='cls-1' d='M120.52,2.37c-1.57-1.47-3.68-2.37-6.03-2.37H9.82c-2.33,0-4.44.91-6.02,2.38l58.35,50.01L120.52,2.37Z'/%3E%3Cpolygon class='cls-1' points='0 7.8 0 80.34 42.2 44.48 0 7.8'/%3E%3Cpolygon class='cls-1' points='82.1 44.48 124.31 80.34 124.31 7.77 82.1 44.48'/%3E%3C/svg%3E");
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 5px;
    background-size: 26px;
    color: transparent !important;
}
header.open .tele_icons {
  display: none !important;
}
.cc_auswahl {
  display: none !important;
}
@media (max-height: 600px) {
  header.open .tele_icons {
    left: auto;
    right: 25px;
  }
  .tele_icons .mail a,
  .tele_icons .tele a {
    height: 30px;
    width: 40px;
  }
}
@media (min-width: 1400px) {
  .hamburger {
    display: none;
  }
}


@media (max-width: 1400px) {
  .group_dropdown,
  .mod_changelanguage {
    display: none;
  }
  .mod_navigation {
    display: none;
  }

  #header.open .mod_navigation {
    display: block;
    position: absolute;
    margin-top: 93px;
    background-color: #fff;
    height: calc(100vh - 93px);
    width: 100vw;
  }
  #header.open.scroll .mod_navigation {
    margin-top: 78px;
    height: calc(100vh - 78px);
  }
  #header.open .mod_navigation ul {
    flex-direction: column;
    width: 100%;
    margin-top: 75px;
  }
  #header.open .mod_navigation ul li {
    margin-left: 0;
    border-top: 1px solid #D0D0D0;
    padding: 0 100px;
  }
  #header.open .mod_navigation ul li:last-child {
    border-bottom: 1px solid #D0D0D0;
  }
  #header.open .mod_navigation ul li a,
  #header.open .mod_navigation ul li strong.active {
    font-size: 30px;
    padding: 25px 0;
  }
  #header .logo figure{
    height: 100%;
  }
  #header.open .mod_navigation ul li.active::after {
    content: '';
    display: none;
  }
  #header.open .content-text {
    display: block;
    position: absolute;
    margin-top: 90px;
    margin-left: 100px;
    margin-right: 0;
  }
  #header.open .group_dropdown.open .rte {
    right: auto;
  }
  #header.open .mod_changelanguage {
    display: block;
    position: absolute;
    margin-top: 115px;
    left: auto;
    right: 50px;
  }
}






@media (max-width: 1300px) {
  
}

@media (max-width: 1250px) {
  #footer .content-gallery {
    margin-left: 75px;
    margin-right: 75px;
    width: calc(100% - 150px);
  }
  #footer .footer_grey {
    grid-template-columns: repeat(3,1fr);
    grid-row-gap: 50px;
  }
  #footer .footer_grey .content-text:nth-child(1) {
    grid-column: 1 / 3;
  }
}
@media (max-width: 1100px) {
  #header.open .content-text {
    margin-left: 75px;
  }
  #header.open .mod_changelanguage {
    right: 25px;
  }
  .hamburger {
    margin-right: 75px;
  }
  #header.open .mod_navigation ul li  {
    padding-left: 75px;
  }
  .home_text {
    width: calc(100% - 150px);
    margin-left: 75px;
    margin-right: 75px;
    grid-row-gap: 20px;
    grid-template-columns: repeat(1,1fr);
  }
  .home_text .content-text:nth-child(1) {
    grid-column: 1;
    grid-row: 2;
  }
  .home_text .content-text:nth-child(2) {
    grid-column: 1;
    grid-row: 1;
  }
  .home_text .content-text:nth-child(3) {
    grid-column: 1;
    grid-row: 3;
  }
  #headerimage .grey_navigation .rte {
    grid-template-columns: repeat(2,1fr);
  }
  #headerimage .grey_navigation .pfeil {
    display: none;
  }
  .home_spalten {
    width: calc(100% - 150px);
    margin-left: 75px;
    margin-right: 75px;
  }
  .background_image_text h2 {
    left: 75px;
    width: max-content;
  }
  #headerimage .grey_navigation .rte {
    margin-left: 75px;
    margin-right: 75px;
    width: calc(100% - 150px);
  }
  .service {
    grid-gap: 25px;
    width: 100vw;
    padding: 0;
    grid-template-columns: repeat(1,1fr);
  }
  .service .content-text {
    margin-left: 75px;
    margin-right: 75px;
    width: calc(100% - 150px);
  }
  .service .content-text.background_image_text h3, 
  .service .content-text.background_image_text .rte {
    padding-right: 200px;
  }
  .service .content-text.background_image_text {
    width: 100vw;
    margin: 75px 0;
  }
  .service .background_image_text .rte {
    width: calc(100% - 350px);
    left: 75px;
  }
  .service .content-gallery {
    margin-top: 75px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .service .content-gallery ul {
    padding: 50px 75px;
  }
  .service .content-gallery h2 {
    margin-left: 75px;
  }
  .service .content-text {
    grid-column: 1 !important;
    
  }
  .jobs {
    width: calc(100% - 150px);
    margin: 75px;
  }
  .greybackground .content-text {
    width: calc(100% - 150px);
    margin-left: 75px;
    margin-right: 75px;
  }
  .ce_form {
    width: calc(100% - 150px);
    margin: 75px;
  }
  .ersatzteile {
    width: calc(100% - 150px);
    margin-left: 75px;
    margin-right: 75px;
  }
  .ersatzteile .ce_form {
    width: 100%;
    margin: 0;
  }
  .greybackground hr {
    width: calc(100% - 150px);
    margin-right: 75px;
    margin-left: 75px;
  }
  .content-youtube {
    width: calc(100vw - 150px);
    margin-top: 50px;
    grid-column: 1;
    margin-left: 75px;
    margin-right: 75px;
  }
  .content-youtube iframe {
    width: calc(100vw - 150px);
  }
  #article-61 .content-text,
  #article-9 .content-text,
  #article-8 .content-text,
  #article-10 .content-text,
  #article-40 .content-text {
    padding: 100px;
    padding-top: 125px;
  }
  #article-16 .content-image img,
  #article-33 .content-image img,
  #article-54 .content-image img {
    content: url('/files/bilder/headerbilder/2024_faymonville_header_unternehmen_mittel.jpg');
  }
  #article-17 .content-image img {
    content: url('/files/bilder/headerbilder/2024_faymonville_header_partner_mittel.jpg');
  }
  #article-36 .content-image img {
    content: url('/files/bilder/headerbilder/2024_faymonville_header_partner_mittel_en.jpg');
  }
  #article-57 .content-image img {
    content: url('/files/bilder/headerbilder/2024_faymonville_header_partner_mittel_fr.jpg');
  }
  #headerimage .content-image img,
  #headerimage .content-image {
      height: 45vh;
  }
}

@media (max-width: 900px) {
  .home_spalten {
    grid-template-columns: repeat(1, 1fr);
    margin-top: -250px;
  }
  .home_spalten .spalten_ueberschrift {
    grid-column: 1;
  }
  .home_spalten .spalten_ueberschrift .rte {
    grid-template-columns: repeat(1,1fr);
    }
  .home_spalten .content-text {
    grid-column: 1;
  }
  #article-19 .home_spalten .content-text {
    margin-top: 50px;
  } 
  #article-19 .home_spalten .content-text h4 {
    color: #000;
  }
  .home_spalten .content-text img {
    width: 100%;
  }
  .jobs .unternehmen_news {
    grid-column: 1;
  }
  #article-7 .home_spalten .content-text img,
  #article-39 .home_spalten .content-text img,
  #article-60 .home_spalten .content-text img {
    width: max-content;
  }
  .service .content-text h3, 
  .service .content-text .rte {
    padding-right: 0;
  }
  .jobs {
    grid-template-columns: repeat(1, 1fr);
  }
  .jobs .content-text:nth-child(1),
  .jobs .content-text:nth-child(2) {
    grid-column: 1;
  }
  .greybackground .content-text .rte {
    grid-template-columns: repeat(1,1fr);
  }
  .greybackground .content-text p {
    grid-row: auto;
    grid-column: 1;
  }
  .greybackground .content-text p:last-child {
    grid-row: auto;
    grid-column: 1;
  }
  #article-61 .content-text,
  #article-9 .content-text,
  #article-8 .content-text,
  #article-10 .content-text,
  #article-40 .content-text {
    padding: 75px;
    padding-top: 125px;
  }
  #footer .footer_grey {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 20px;
  }
  #footer .footer_grey .content-text {
    grid-column: 1;
  }
  .greybackground .content-gallery ul {
    padding: 100px 0;
  }
}
@media (max-width: 800px) {
  .background_image_text figure img {
    object-position: center;
  }
  .jobs .unternehmen_news .rte {
    grid-template-columns: repeat(1,1fr);
    grid-gap: 00px;
  }
  .jobs .unternehmen_news .rte .blackbutton {
    margin-top: 20px;
  }
  .service .content-text.background_image_text h3, .service .content-text.background_image_text .rte {
    padding-right: 0;
    width: calc(100% - 150px);
  }
  .service .background_image_text .rte {
    top: 100px;
  }
  #article-13 .content-image img {
    content: url('/files/bilder/headerbilder/2024_faymonville_header_service_mobil.jpg');
  }
  #article-14 .content-image img {
    content: url('/files/bilder/headerbilder/2024_faymonville_header_jobs_mobil.jpg');
  }
  #article-16 .content-image img,
  #article-33 .content-image img,
  #article-54 .content-image img {
    content: url('/files/bilder/headerbilder/2024_faymonville_header_unternehmen_klein.jpg');
  }
  #article-17 .content-image img {
    content: url('/files/bilder/headerbilder/2024_faymonville_header_partner_klein.jpg');
  }
  #article-36 .content-image img {
    content: url('/files/bilder/headerbilder/2024_faymonville_header_partner_klein_en.jpg');
  }
  #article-57 .content-image img {
    content: url('/files/bilder/headerbilder/2024_faymonville_header_partner_klein_fr.jpg');
  }
  #headerimage .content-image img,
  #headerimage .content-image {
      height: 70vh;
  }
}
@media (max-width: 700px) {
  #header.open .content-text {
    margin-left: 50px;
  }
  #header.open .mod_changelanguage {
    right: 0px;
  }
  .hamburger {
    margin-right: 50px;
  }
  #header.open .mod_navigation ul li  {
    padding: 0 50px;
  }
  .home_text {
    width: calc(100% - 100px);
    margin-left: 50px;
    margin-right: 50px;
    grid-row-gap: 20px;
  }
  .service .content-text.background_image_text h3, .service .content-text.background_image_text .rte {
    width: calc(100% - 100px);
  }
  .home_spalten {
    width: calc(100% - 100px);
    margin-left: 50px;
    margin-right: 50px;
  }
  #footer .content-gallery {
    margin-left: 50px;
    margin-right: 50px;
    width: calc(100% - 100px);
  }
  .background_image_text h2 {
    left: 50px;
  }
  #headerimage .grey_navigation .rte {
    margin-left: 50px;
    margin-right: 50px;
    width: calc(100% - 100px);
  }
  .service .content-text {
    margin-left: 50px;
    margin-right: 50px;
    width: calc(100% - 100px);
}
  .service .background_image_text .rte {
    width: calc(100% - 100px);
    left: 50px;
  }
  .service .content-text.background_image_text {
    width: 100vw;
    margin: 50px 0;
  }
  .service .content-gallery h2 {
    margin-left: 50px;
  }
  .service .content-gallery ul {
    padding: 50px;
    grid-template-columns: repeat(2,1fr);
  }
  .jobs {
    width: calc(100% - 100px);
    margin: 50px;
  }
  .greybackground .content-text {
    width: calc(100% - 100px);
    margin: 50px;
  }
  .ce_form {
    width: calc(100% - 100px);
    margin: 50px;
  }
  .ersatzteile {
    width: calc(100% - 100px);
    margin-left: 50px;
    margin-right: 50px;
  }
  .ersatzteile .ce_form .formbody {
    grid-template-columns: repeat(1,1fr);
    grid-row-gap: 10px;
  }
  .ersatzteile .ce_form .widget-checkbox {
    grid-column: 1;
  }
  .greybackground hr {
    width: calc(100% - 100px);
    margin-right: 50px;
    margin-left: 50px;
  }
  .content-youtube {
    width: calc(100vw - 100px);
    margin-right: 50px;
    margin-left: 50px;
  }
  .content-youtube iframe {
    width: calc(100vw - 100px);
  }
  #article-61 .content-text,
  #article-9 .content-text,
  #article-8 .content-text,
  #article-10 .content-text,
  #article-40 .content-text {
    padding: 50px;
    padding-top: 125px;
  }
}

@media (max-width: 600px) {
  #header.open .mod_navigation ul li a, 
  #header.open .mod_navigation ul li strong.active {
    font-size: 20px;
    padding: 15px 0;
  }
  #header.open .mod_navigation ul {
    margin-top: 50px;
  }
  .group_dropdown h4 {
    margin-top: 15px;
  }
  #header.open .mod_changelanguage {
    margin-top: 105px;
  }
  .service .background_image_text figure img {
    height: 500px;
  }
  .greybackground .content-gallery ul {
    grid-template-columns: repeat(1,1fr);
  }
}

@media (min-width: 1401px) and (max-width: 1560px) {
  #header .logo img {
    width: 210px;
  }
  .mod_navigation>ul{
    margin-right: 10px;
    margin-left: 10px;
  }
  .mod_navigation ul li {
    margin-left: 15px;
  }
  #header .content-text {
    margin-right: 10px;
  }
  .mod_navigation ul li a, .mod_navigation ul li strong{
    font-size: 15px;
  }
}

@media (max-width: 500px) {
  p {
    font-size: 14px;
  }
  #header {
    height: 80px;
  }
  #header .hamburger {
    height: 80px;
  }
  #header.open .mod_navigation {
    margin-top: 83px;
  }
  #header.open .content-text {
    margin-left: 25px;
  }
  #header.open .mod_changelanguage {
    margin-right: 25px;
  }
  #header .logo img {
    width: 250px;
    max-width: 250px;
    margin-left: 15px;
    margin-top: 20px;
  }
  .hamburger {
    margin-right: 25px;
  }
  #header.open .mod_navigation ul li  {
    padding-left: 25px;
  }
  .home_text {
    width: calc(100% - 50px);
    margin-left: 25px;
    margin-right: 25px;
  }
  .home_spalten {
    width: calc(100% - 50px);
    margin-left: 25px;
    margin-right: 25px;
  }
  #footer .content-gallery {
    margin-left: 25px;
    margin-right: 25px;
    width: calc(100% - 50px);
  }
  .background_image_text h2 {
    left: 25px;
  }
  .service .content-text.background_image_text h3, .service .content-text.background_image_text .rte {
    width: calc(100% - 50px);
  }
  #headerimage .grey_navigation .rte {
    margin-left: 25px;
    margin-right: 25px;
    width: calc(100% - 50px);
    grid-template-columns: repeat(1, 1fr);
  }
  #headerimage .header_text .rte {
    width: 350px;
    height: max-content;
    margin-top: 150px;
    left: calc((100vw - 350px) / 2);
  }
  #headerimage .slider_header,
  #headerimage .slider_header figure, 
  #headerimage .slider_header img,
  #headerimage #startseite .content-image,
  #headerimage #startseite .content-image img {
    height: 700px;
  }

  #headerimage .slider_header {
    animation: sliderheadermobil 2s ease 0s 1 normal forwards;
  }
  /* #article-13 .content-image img {
    content: url('/files/bilder/headerbilder/2024_faymonville_header_service_mobil.jpg');
  }
  #article-14 .content-image img {
    content: url('/files/bilder/headerbilder/2024_faymonville_header_jobs_mobil.jpg');
  }
  #article-16 .content-image img,
  #article-33 .content-image img,
  #article-54 .content-image img {
    content: url('/files/bilder/headerbilder/2024_faymonville_header_unternehmen_klein.jpg');
  }
  #article-17 .content-image img {
    content: url('/files/bilder/headerbilder/2024_faymonville_header_partner_klein.jpg');
  }
  #article-36 .content-image img {
    content: url('/files/bilder/headerbilder/2024_faymonville_header_partner_klein_en.jpg');
  }
  #article-57 .content-image img {
    content: url('/files/bilder/headerbilder/2024_faymonville_header_partner_klein_fr.jpg');
  } */
  .service .content-text {
    margin-left: 25px;
    margin-right: 25px;
    width: calc(100vw - 50px);
}
  .service .background_image_text .rte {
    width: calc(100% - 50px);
    left: 25px;
  }
  .service .content-text.background_image_text {
    width: 100vw;
    margin: 25px 0;
  }
  .service .content-gallery h2 {
    margin-left: 25px;
  }
  .service .content-gallery ul {
    padding: 50px 25px;
  }
  .blackbutton a {
    word-break: break-word;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .jobs {
    width: calc(100% - 50px);
    margin-left: 25px;
    margin-right: 25px;
  }
  .greybackground .content-text {
    width: calc(100% - 50px);
    margin: 25px;
  }
  .ce_form {
    width: calc(100% - 50px);
    margin: 25px;
  }
  .ce_form .widget {
    flex-direction: column;
  }
  .ce_form .widget label,
  .ce_form .widget textarea, 
  .ce_form .widget input {
    width: 100%;
  }
  .ersatzteile {
    width: calc(100% - 50px);
    margin-left: 25px;
    margin-right: 25px;
  }
  .greybackground hr {
    width: calc(100% - 50px);
    margin-right: 25px;
    margin-left: 25px;
  }
  .content-youtube {
    width: calc(100vw - 50px);
    margin-right: 25px;
    margin-left: 25px;
  }
  .content-youtube iframe {
    width: calc(100vw - 50px);
  }
  #article-61 .content-text,
  #article-9 .content-text,
  #article-8 .content-text,
  #article-10 .content-text,
  #article-40 .content-text {
    padding: 25px;
    padding-top: 125px;
  }
}
@keyframes sliderheadermobil {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
      opacity: 1;
      transform: translateX(-60vw);
  }
}


@media (max-width: 450px) {
  #footer .content-gallery ul {
    grid-template-columns: repeat(1,1fr);
  }
  .home-text h2,
  .service h2,
  .content-gallery h2,
  .jobs h2,
  .greybackground h2 {
    font-size: 30px;
  }  
  .kontakt_text img {
    width: calc(100vw - 50px);
  }
}
@media (max-width: 400px) {
  #headerimage .header_text .rte {
    width: 100vw;
    left: 0;
  }
  #headerimage .header_text .rte h2 {
    font-size: 22px;
  }
  .service .content-gallery ul {
    grid-template-columns: repeat(1,1fr);
  }
  #header .logo img {
    width: 200px;
    max-width: 200px;
  }
  #article-23 .background_image_text img {
    height: 475px;
  }
}
@media (max-width: 350px) {
  #article-23 .background_image_text img {
    height: 525px;
  }
  .service .background_image_text figure img {
    height: 550px;
  }
  #headerimage .header_text .rte {
    margin-top: 110px;
  }
}

.mapLeaflet {
  display: none;
}

/*++++++++++++
Map 
++++++++++++*/
#map{
  height: 70vh;
}

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}
.leaflet-container {
  overflow: hidden;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
  background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}
.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}
.leaflet-tile-loaded {
  visibility: inherit;
}
.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-pane {
  z-index: 400;
}

.leaflet-tile-pane {
  z-index: 200;
}
.leaflet-overlay-pane {
  z-index: 400;
}
.leaflet-shadow-pane {
  z-index: 500;
}
.leaflet-marker-pane {
  z-index: 600;
}
.leaflet-tooltip-pane {
  z-index: 650;
}
.leaflet-popup-pane {
  z-index: 700;
}

.leaflet-map-pane canvas {
  z-index: 100;
}
.leaflet-map-pane svg {
  z-index: 200;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}
.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}
/* control positioning */

.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}
.leaflet-top {
  top: 0;
}
.leaflet-right {
  right: 0;
}
.leaflet-bottom {
  bottom: 0;
}
.leaflet-left {
  left: 0;
}
.leaflet-control {
  float: left;
  clear: both;
}
.leaflet-right .leaflet-control {
  float: right;
}
.leaflet-top .leaflet-control {
  margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
  margin-left: 10px;
}
.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
  will-change: opacity;
}
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}
.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */

.leaflet-interactive {
  cursor: pointer;
}
.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}
.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

/* visual tweaks */

.leaflet-container {
  background: #ddd;
  outline: 0;
}
.leaflet-container a {
  color: 000;
}
.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}
.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

/* general typography */
.leaflet-container {
  font: 12px/1.5 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

/* general toolbar styles */

.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}
.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}
.leaflet-bar a:hover {
  background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

/* layers control */

.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}
.leaflet-control-layers-toggle {
  background-image: url(../../files/layout/style/images/layers.png);
  width: 36px;
  height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(../../files/layout/style/images/layers-2x.png);
  background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}
.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}
.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}
.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}
.leaflet-control-layers label {
  display: block;
}
.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
.leaflet-default-icon-path {
  background-image: url(../../files/layout/style/images/marker-icon.png);
}

/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}
.leaflet-control-attribution a {
  text-decoration: none;
}
.leaflet-control-attribution a:hover {
  text-decoration: underline;
}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}
.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}
.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}
.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* popup */

.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 10px;
}
.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
}
.leaflet-popup-content a {
  font-size: 16px;
  text-decoration: underline;
}
.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}
.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;

  margin: -10px auto 0;

  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: #fff;
}

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)';
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

/* div icon */

.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto;
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: '';
}

/* Directions */

.leaflet-tooltip-bottom {
  margin-top: 6px;
}
.leaflet-tooltip-top {
  margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}
.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}
.leaflet-tooltip-left {
  margin-left: -6px;
}
.leaflet-tooltip-right {
  margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}
.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}
.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}
.header-main.is-visible{
  visibility: visible;
  opacity: 1;
  position: fixed;
  top: 0;
}
.mapLeaflet .cms-block-container{
  padding: 0px !important;
}
  .klaroButtonMobile,
  .tele_icons{
    display: none;
  }
@media (max-width: 920px) {
  .btn-cookie{
    display: none !important;
  }
  .klaroButtonMobile,
  .tele_icons{
    display: block !important;
  }
}
