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%}
.mobile_menu{position:fixed;z-index:100;display:none}.mobile_menu .inner{height:100%;background:#000;overflow-y:scroll}.mobile_menu.active.position_left{box-shadow:2px 0 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_top{box-shadow:0 2px 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_right{box-shadow:-2px 0 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_bottom{box-shadow:0 -2px 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.no_shadow{box-shadow:none!important}.mobile_menu_trigger{display:none}.mobile_menu_wrapper{position:relative;width:100%;overflow:hidden}.mobile_menu_overlay{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:99}.mobile_menu_overlay.background{background:rgba(0,0,0,.5)}.mobile_menu li.submenu_hide>ul{display:none}.mobile_menu li.submenu_show>ul{display:block}body.ie8 .mobile_menu,body.ie8 .mobile_menu_trigger,body.ie9 .mobile_menu,body.ie9 .mobile_menu_trigger{display:none!important}
#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}
.hamburger {
  /* position: absolute; */
  font: inherit;
  position: sticky;
  z-index: 1;
  display: inline-block;
  overflow: visible;
  /* margin: 2em; */
  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;
}

.active .hamburger .hamburger-inner,
.active .hamburger .hamburger-inner:after,
.active .hamburger .hamburger-inner:before {
  background-color: #fff;
  width: 40px;
  height: 4px;
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}
.hamburger.is-active .hamburger-box {
  width: 40px;
}

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  position: absolute;
  width: 40px;
  height: 4px;
  border-radius: 4px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
  background-color: #fff;
}

.hamburger-inner:after,
.hamburger-inner:before {
  display: block;
  content: ""
}

.hamburger-inner:before {
  top: -12px
}

.hamburger-inner:after {
  bottom: -12px
}

.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)
}

.active .hamburger--squeeze .hamburger-inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transform: rotate(45deg)
}

.active .hamburger--squeeze .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease, opacity 75ms ease .12s;
  opacity: 0
}

.active .hamburger--squeeze .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: 'Segoe Bold'; /* Gewünschter Name */
  src: url('/files/layout/fonts/segoeuib.eot');
            /* für IE9 */
  src: url('/files/layout/fonts/segoeuib.woff') 
            format('woff'), 
           /* für moderne Browser */
       url('/files/layout/fonts/segoeuib.otf') 
            format('opentype'),
       url('/files/layout/fonts/segoeuib.ttf') 
            format('truetype');
          /* für Safari, Android, iOS */
 }

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

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

body {
  font-family: "Segoe", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #393838;
  background-color: #fff;
  margin: 0;
  padding: 0;
  width: 100%;
}

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

strong {
  font-family: "Segoe Bold", sans-serif;
  font-weight: normal;
}

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

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

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

::selection {
  background: rgba(57,56,56, 0.95);
  color: #fff;
  text-shadow: none;
}

.relative {
  position: relative;
}

:focus {
  outline: none !important;
}




hr {
  border: 0;
  height: 1px;
  background: #393838;
  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: #393838;
  font-family: "Segoe", sans-serif;
  font-style: normal;
}


p {
  color: #393838;
  line-height: 23px;
}

.active {
  font-family: "Segoe Bold", sans-serif;
  font-style: normal;
}

.center {
  text-align: center;
}

h1{
  color: #393838;
  font-family: "Segoe Bold", sans-serif;
  font-weight: normal;
  margin-bottom: 0;
  word-break: break-word;
  font-size: 45px;
  margin-top: 0;
}
h2 {
  color: #393838;
  font-family: "Segoe Bold", sans-serif;
  font-weight: normal;
  font-size: 45px;
  margin-bottom: 15px;
  margin-top: 0;
}
h3,
h4,
h5,
h6,
h7 {
  color: #393838;
  font-family: "Segoe Bold", sans-serif;
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 1rem;
}


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


@media (max-width: 450px) {
 

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


.ce_image {
  width: 100%;
}

img {
  display: block;
}
.mod_article {
  width: 100vw;
  position: relative;
}

/*Navigation*/
#header {
  height: auto;
  z-index: 1000;
  position: fixed;
  top: 0;
  height: 100px;
}
#header>.inside {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: calc(100vw - 200px);
  z-index: 999;
  top: 0;
  padding: 0 100px;
  height: 100px;
  background-color: #C61832;
}
#header .logo {
  width: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#header .logo img {
  height: 80px;
  object-fit: contain;
}
#header .mod_navigation {
  margin-left: auto;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
}
#header .mod_navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  height: 100%;
}
#header .mod_navigation ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#header .mod_navigation ul li a,
#header .mod_navigation ul li strong {
  color: #FFFFFF;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Segoe Bold", sans-serif;
  height: 60px;
  border-right: 2px dashed #fff;
  display: flex;
  align-items: center;
  padding-right: 20px;
}
#header .mod_navigation ul li {
  padding-left: 20px;
}
#header .mod_navigation ul li:first-child {
  padding-left: 0;
}
#header .mod_navigation ul li:last-child a,
#header .mod_navigation ul li:last-child strong {
  padding-right: 0;
  border-right: none;
}
#header .mod_navigation a.submenu {
  padding-right: 20px;
}
#header .mod_navigation a.submenu::after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.121' height='10.182' viewBox='0 0 16.121 10.182'%3E%3Cpath id='Pfad_13' data-name='Pfad 13' d='M1007,41.5l7,7,7-7' transform='translate(-1005.939 -40.439)' fill='none' stroke='%23ffbf00' stroke-width='3'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  display: block;
  height: 15px;
  width: 15px;
  margin-left: 5px;
  background-position: bottom;
}
#header .mod_navigation ul.level_2 {
  display: none;
}
#header .mod_navigation li.submenu:hover ul.level_2 {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 100px;
  background-color: #C61832;
  margin-left: -25px;
  text-align: center;
  height: max-content;
}
#header .mod_navigation li.submenu:hover ul.level_2 li {
  border-right: none;
  margin: 0 25px;
  padding: 15px 0;
  border-bottom: 2px dashed #fff;
  text-align: center;
}
#header .mod_navigation li.submenu:hover ul.level_2 li:last-child {
  border-bottom: none;
}
#header .mod_navigation ul.level_2 li a, 
#header .mod_navigation ul.level_2 li strong {
  border-right: none;
  text-align: center;
  padding-right: 0;
  display: block;
  height: max-content;
}
#header .mod_navigation ul li strong {
  text-decoration: underline;
}


/*Gelb Button*/
.buttongelb {
  margin-top: 25px;
}
.buttongelb a {
  border-radius: 5px;
  background-color: #FFBF00;
  color: #fff;
  padding: 10px 25px;
  font-family: 'Segoe Bold', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
}

/*Button Reihe */
.buttonreihe {
  display: flex;
  gap: 30px;
}


/*Headerbilder */
#headerimage {
  height: max-content;
  width: 100vw;
}
#headerimage .mod_article {
  padding-bottom: 75px;
}
#headerimage #article-29.mod_article,
#headerimage #article-32.mod_article {
  padding-bottom: 0;
}
#headerimage img {
  height: 550px;
  object-fit: cover;
  margin-top: 100px;
  width: 100%;
}
#headerimage #article-27 img {
  object-position: top;
}
.headertext {
  top: 200px;
  position: absolute;
  left: 150px;
  width: 800px;
}
.headertext h1 {
  color: #fff;
}
.headertext p {
  color: #fff;
}
.headertext .buttongelb {
  margin-top: 40px;
}
.headerbox {
  position: absolute;
  right: 200px;
  padding: 20px;
  background-color: #C61832;
  width: 350px;
  bottom: 0;
}
.headerbox::before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='58' height='58' viewBox='0 0 58 58'%3E%3Cpath id='Pfad_12' data-name='Pfad 12' d='M56.012,9.912a3.222,3.222,0,0,0-3.512.7L41.222,21.889a3.7,3.7,0,0,1-5.11,0,3.622,3.622,0,0,1,0-5.11L47.389,5.5A3.221,3.221,0,0,0,45.111,0H22.555a3.22,3.22,0,0,0-2.278.944l-9.667,9.667a3.228,3.228,0,0,0-.881,2.91L12.613,27.94.944,39.611a3.222,3.222,0,0,0,0,4.556L13.833,57.056a3.221,3.221,0,0,0,4.556,0L30.062,45.387l14.418,2.884a3.228,3.228,0,0,0,2.91-.881l9.667-9.667A3.223,3.223,0,0,0,58,35.444V12.889a3.221,3.221,0,0,0-1.988-2.977' transform='translate(0)' fill='%23ffbf00'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  height: 55px;
  width: 55px;
  display: block;
  background-size: contain;
  position: absolute;
  top: -15px;
  left: -15px;
}
.headerbox h3, 
.headerbox p {
  color: #fff;
  text-align: center;
  margin-top: 0;
}



/*Leistungen - Grid*/
.leistungen {
  padding: 100px;
  width: calc(100vw - 200px);
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-column-gap: 30px;
}
.leistungen .content-text {
  padding-left: 30px;
  margin-bottom: 4px;
}
.leistungen .content-text .rte {
  padding-left: 90px;
  background-repeat: no-repeat;
  background-position: 10px top;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='52.315' height='50' viewBox='0 0 52.315 50'%3E%3Cpath id='Pfad_15' data-name='Pfad 15' d='M52.086.622c-.682.8-1.937,1.727-2.733,2.584A124.275,124.275,0,0,0,30.609,30.393c-2.133,4.121-3.906,8.436-6.016,12.559a9.873,9.873,0,0,1-3.568,4.368c-1.295.9-5.559,3.348-6.973,2.506-.648-.386-2.72-6.208-3.252-7.387A62.583,62.583,0,0,0,.155,26.394L0,25.95c.068-.878,2.748-2.4,3.564-2.845,1.581-.86,4.091-2.061,5.9-1.787,2.44.369,5.44,4.363,6.848,6.322,1.114,1.55,2.021,3.242,3.155,4.778,5.459-8,10.645-16.269,17.727-22.967C41.441,5.433,46.484,1.3,52.309,0a.789.789,0,0,1-.223.622' fill='%23ffbf00'/%3E%3C/svg%3E%0A");
  padding-top: 5px;
}
.leistungen .content-text .rte h4 {
  margin-top: 0;
}
.leistungen .content-text:nth-child(1),
.leistungen .content-text:nth-child(4) {
  padding-left: 0;
}
.leistungen .content-text:nth-child(2),
.leistungen .content-text:nth-child(5) {
  border-left: 2px dashed #393838;
}
.leistungen .content-text:nth-child(7) {
  grid-column: 2;
  border-left: 2px dashed #393838;
}
.leistungen .content-text:nth-child(8) {
  grid-column: 3;
}


/*Home Über uns */
.home_ueberuns {
  margin: 0 100px;
  width: calc(100vw - 200px);
  position: relative;
  padding-bottom: 25px;
}
.home_ueberuns .content-text {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  width: calc(100% - 200px);
  padding: 0 100px;
  background-color: #C61832;
}
.home_ueberuns figure img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  margin-bottom: -25px;
  margin-top: 50px;
}
.home_ueberuns .content-text .rte {
  height: 100%;
  display: flex;
  flex-direction: column;
  width: calc(100% - 75px);
  justify-content: center;
}
.home_ueberuns .content-text .rte h2,
.home_ueberuns .content-text .rte p {
  color: #fff;
}



/*Home Formulare*/
#formular {
  background-color: #fff;
  padding: 0 150px;
  width: calc(100vw - 300px);
  padding-bottom: 100px;
}
.home_formular {
  background-color: rgb(0 112 153 / 70%);
  padding: 75px;
}
.home_formular h2 {
  border-color: #fff;
  color: #fff;
  margin-bottom: 50px;
}



/*Footer*/
#footer {
  position: relative;
}
#footer .inside {
  text-align: left;
  width: calc(100vw - 400px);
  display: flex;
  justify-content: space-between;
  background-color: #ECE5E5;
  padding: 75px 200px;
}

#footer .inside .logo img {
  object-fit: contain;
  height: 170px; 
}
#footer .inside .footer_adresse {
  margin-left: 50px;
  margin-right: auto;
}


#footer .footer_links .rte {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-column-gap: 60px;
  height: 100%;
}
#footer .footer_links .rte p a {
  text-transform: uppercase;
}
#footer p,
#footer a {
  margin: 0;
}
#footer .footer_adresse p {
  margin-bottom: 10px;
}
#footer .footer_adresse p:last-child {
  margin-bottom: 0;
}


/*Datenschutz, Impressum*/
.recht {
  margin: 150px 100px;
  width: calc(100vw - 200px);
}


/* Kontaktformular */
.ce_form .formbody {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-column-gap: 75px;
  grid-row-gap: 15px;
}
.ce_form .formbody .widget {
  display: grid;
  grid-template-columns: 150px calc(100% - 150px);
}
.ce_form .formbody .widget label {
  color: #fff;
}
.ce_form .formbody .widget-textarea {
  grid-column: 2;
  grid-row: 3 / 7;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ce_form span.mandatory {
  display: none;
}
.ce_form .formbody input, 
.ce_form .formbody textarea {
  width: calc(100% - 20px);
  padding: 10px;
  border-radius: 10px;
  border: 0px solid;
  color: #4A4A49;
  background-color: #fff;
  font-family: "Segoe", sans-serif;
}
.ce_form .formbody select {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: 0px solid;
  color: #4A4A49;
  background-color: #fff;
  font-family: "Segoe", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.ce_form .formbody input::placeholder,
.ce_form .formbody textarea::placeholder {
  color: #3C3C3B;
  font-family: "Segoe", sans-serif;
}
select:focus {
  border: 0px solid transparent;
  font-weight: normal;
}
.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  color: #3C3C3B;
  width: 100%;
}
.select-styled {
  position: absolute; 
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0px;
  padding: 0 20px;
}
.select-styled:after {
    content:"";
    width: 30px;
    height: 30px;
    background-position: right center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='19.875' viewBox='0 0 23 19.875'%3E%3Cpath id='Pfad_77' data-name='Pfad 77' d='M12.245,14.064H1.1c-.823,0-1.1-.276-1.1-1.1Q0,9.9,0,6.839c0-.723.31-1.029,1.043-1.03q5.34,0,10.68,0h.522V5.331c0-1.461.007-2.923,0-4.384A.825.825,0,0,1,12.751.06a.847.847,0,0,1,.959.258q4.478,4.488,8.963,8.969a.811.811,0,0,1,0,1.3q-4.493,4.5-8.99,9a.834.834,0,0,1-.968.22.791.791,0,0,1-.477-.824c.007-1.616,0-3.232,0-4.916' transform='translate(0 0)' fill='%233c3c3b'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.select-styled:active, .select-styled.active {
  background-color: #fff;
  font-weight: normal;
}
.select-styled:active:after, .select-styled.active:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.875' height='23' viewBox='0 0 19.875 23'%3E%3Cpath id='Pfad_77' data-name='Pfad 77' d='M12.245,14.064H1.1c-.823,0-1.1-.276-1.1-1.1Q0,9.9,0,6.839c0-.723.31-1.029,1.043-1.03q5.34,0,10.68,0h.522V5.331c0-1.461.007-2.923,0-4.384A.825.825,0,0,1,12.751.06a.847.847,0,0,1,.959.258q4.478,4.488,8.963,8.969a.811.811,0,0,1,0,1.3q-4.493,4.5-8.99,9a.834.834,0,0,1-.968.22.791.791,0,0,1-.477-.824c.007-1.616,0-3.232,0-4.916' transform='translate(0 23) rotate(-90)' fill='%233c3c3b'/%3E%3C/svg%3E%0A");
}
.select-options {
  display: none; 
  position: absolute;
  top: auto;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}
.select-options li {
  margin: 0;
  padding: 5px 20px;
  background-color:#fff;
  color: #3C3C3B;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.select-options li:hover, 
.select-options li.is-selected {
    color: #3C3C3B;
    background: #fff;
}
.select-options li[rel="hide"] {
    display: none;
}
.select-options li:first-child {
  display: none;
}
.ce_form .widget.widget-explanation  {
 display: flex;
 flex-direction: column;
 grid-column: 1 / 3;
}
.ce_form .widget-explanation p {
  color: #fff;
}
.ce_form .widget-explanation a {
  color: #fff;
  text-decoration: underline;
  font-family: "Segoe", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ce_form .widget-submit {
  grid-column: 2;
  display: flex !important;
  justify-content: flex-end;
}
.ce_form .widget-submit button {
  background-color: #fff;
  padding: 10px 40px !important;
  border-radius: 10px;
  color: #007099;
  font-family: "Segoe", sans-serif;
  font-weight: 500;
  font-style: normal;
  width: max-content;
  border: 0px solid transparent;
  font-size: 20px;
}

.ce_form .widget-checkbox fieldset {
  display: inline-block;
  width: 100%;
  border: 0px solid transparent;
  padding: 0;
  margin-top: 10px;
}

/*Checkbox Style*/

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:1px solid #DCDCDC;
  border-radius: 10px;
  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: #4A4A49;
	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 {
    padding: 10px;
    border-radius: 10px;
    border: 0px solid;
    color: #4A4A49;
    background-color: #EDEDED;
    font-family: "Segoe", sans-serif;
}
/* 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: 15px;
    border: 2px solid #4A4A49;
    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:#EDEDED;
  box-shadow: inset 0 0 0 2px white;
}

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

/* Produktseite */
.produktseite {
  padding: 100px;
  width: calc(100vw - 200px);
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-column-gap: 50px;
}
.produktseite .content-text:first-child {
  margin: 75px 0;
  margin-left: 100px;
}
#article-12.produktseite .content-text:first-child,
#article-33.produktseite .content-text:first-child {
  margin-top: 0;
}
.produktseite .fragen {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.produktseite .fragen .rte {
  padding: 20px;
  background-color: #C61832;
  width: 350px;
  height: max-content;
}
.produktseite .fragen::before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='52.2' height='58' viewBox='0 0 52.2 58'%3E%3Cg id='Gruppe_41' data-name='Gruppe 41' transform='translate(-952 -592)'%3E%3Ccircle id='Ellipse_1' data-name='Ellipse 1' cx='19.5' cy='19.5' r='19.5' transform='translate(959 599)' fill='%23fff'/%3E%3Cpath id='Pfad_21' data-name='Pfad 21' d='M44.863,44.225a26.1,26.1,0,1,0-12.209,7.134L41.9,57.507a2.886,2.886,0,0,0,4.466-2.813ZM23.2,37.7a2.9,2.9,0,1,1,2.9,2.9,2.909,2.909,0,0,1-2.9-2.9m2.9-5.8A2.909,2.909,0,0,1,23.2,29,5.817,5.817,0,0,1,29,23.2V20.3a2.9,2.9,0,0,0-5.8,0v2.9a2.9,2.9,0,1,1-5.8,0V20.3a8.7,8.7,0,1,1,17.4,0v2.9A5.817,5.817,0,0,1,29,29a2.909,2.909,0,0,1-2.9,2.9' transform='translate(952 592)' fill='%23ffbf00'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  height: 55px;
  width: 55px;
  display: block;
  background-size: contain;
  position: absolute;
  margin-top: -150px;
  left: -15px;
}
.produktseite .fragen .rte h3 {
  margin-top: 0;
  color: #fff;
  text-align: center;
}
.produktseite .fragen .rte p {
  margin-bottom: 0;
  color: #fff;
  text-align: center;
}
.produktseite .fragen.bewerbung {
  margin-top: 75px;
  margin-bottom: auto;
}
.produktseite .fragen.bewerbung::before {
  background-image: none;
}

.produktseite .produkt_gallerie {
  grid-column: 1 / 3;
}
.produktseite .produkt_gallerie ul {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 20px;
}
.produktseite .produkt_gallerie ul img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 2;
}

/* Jobs */
.jobs h2 {
  margin-top: 60px;
  margin-bottom: 0;
  font-size: 30px;
}
.jobs h3 {
  margin-top: 0px;
}
.jobs h3:first-of-type {
  margin-bottom: 0;
}
.jobs ul {
  margin-top: -10px;
}


/* Service */
.service {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  padding: 50px 100px;
  padding-bottom: 100px;
  width: calc(100vw - 200px);
}
.service .rte {
  margin-left: 100px;
}
.service figure  {
  display: flex;
  margin-left: 75px;
}
.service figure img {
  margin-left: auto;
  object-fit: contain;
}


/* Partner Gallerie */
.partner_gallerie {
  padding: 0 200px;
  width: calc(100vw - 400px)
}
.partner_gallerie:last-child {
  padding-bottom: 100px;
}
.partner_gallerie ul {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  grid-gap: 15px;
}
.partner_gallerie li {
  background-color: #ECE5E5;
}
.partner_gallerie li figure {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  margin: 10px;
  background-color: #fff;
}
.partner_gallerie li img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: contain;
  filter:grayscale(1);
}


/* Kontakt */
.kontakt {
  padding: 150px 200px;
}


/*Main */
#article-7 h1 {
  font-size: 35px;
  margin-top: 15px;
}

.cookie_settings {
  height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.cookie_settings a {
  font-size: 18px;
}
.navi_mobil {
  display: none;
}
#article-11 {
  margin-bottom: -2px;
}

#error {
  text-align: center;
  min-height: calc(100vh - 370px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 25px;
  height: 380px;
  width: calc(100vw - 50px);
}
#error h1 {
  padding-left: 0;
  border-left: 0px transparent;
}



#popup {
  position: fixed;
  top: 0;
  background-color: rgb(255 255 255 / 50%);
  z-index: 10000;
}
#popup .inside {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100vw;
  height: 100vh;
}
#popup .popup-job {
  height: max-content;
  width: 1050px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  position: relative;
}

#popup .popup-job .close {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31.414' height='31.414' viewBox='0 0 31.414 31.414'%3E%3Cpath id='Vereinigungsmenge_1' data-name='Vereinigungsmenge 1' d='M15,15,0,30,15,15,0,0,15,15,30,0,15,15,30,30Z' transform='translate(0.707 0.707)' fill='none' stroke='%23083A47' stroke-width='2'/%3E%3C/svg%3E%0A");
  right: 15px;
  top: 15px;
  position: absolute;
  height: 30px;
  cursor: pointer;
}
#popup .popup-job .content-text {
  padding: 50px;
  text-align: left;
}
#popup .popup-job .content-text h3,
#popup .popup-job .content-text h2,
#popup .popup-job .content-text p {
  color: #083A47;
  margin-bottom: 0;
}
#popup .popup-job .content-image {
  padding: 50px;
}
#popup .popup-job .content-image figure {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#popup .popup-job .content-image figure img {
  height: 50vh;
  object-fit: cover;
}


@media (min-width: 1150px) {
  #header .hamburger {
    display: none;
  }
}

@media (max-width: 1300px) {
  .headertext {
    left: 100px;
  }
  .headerbox {
    right: 100px;
  }
}

@media (max-width: 1250px) {
  .leistungen {
    grid-template-columns: repeat(2, 1fr); 
    grid-gap: 0;
    grid-row-gap: 15px;
  }
  .leistungen .content-text {
    padding-left: 0;
    border-left: none;
  }
  .leistungen .content-text:nth-child(1) {
    border-bottom: 2px dashed #393838;
  }
  .leistungen .content-text:nth-child(4) {
    border-bottom: 2px dashed #393838;
    grid-column: 2;
    grid-row: 1;
  }
  .leistungen .content-text:nth-child(7),
  .leistungen .content-text:nth-child(2), 
  .leistungen .content-text:nth-child(5) {
    border-left: 0px transparent;
  }
  .leistungen .content-text:nth-child(7),
  .leistungen .content-text:nth-child(8) {
    grid-column: auto;
  }
  .leistungen .content-text:nth-child(3),
  .leistungen .content-text:nth-child(4),
  .leistungen .content-text:nth-child(6),
  .leistungen .content-text:nth-child(8)   {
    padding-left: 30px;
  }
  .home_ueberuns .content-text {
    padding: 0 50px;
    width: calc(100% - 100px);
  }
  #footer .inside {
    padding: 75px 100px;
    width: calc(100vw - 200px);
  }
  .produktseite .content-text:first-child {
    margin-left: 0;
  }
  .service .rte {
    margin-left: 0px;
  }
  .partner_gallerie {
    padding: 0 100px;
    width: calc(100vw - 200px);
  }
  .kontakt {
    padding: 150px 100px;
  }
}


@media (max-width: 1150px) {
  .mitarbeiter .rsts-slide {
    height: 350px;
  }
  #header .mod_navigation {
    display: none;
  }
  .mod_mobile_menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .mobile_menu.active {
    width: 100vw !important;
    box-shadow: none;
  }
  .mobile_menu.active .inner {
    overflow-y: scroll;
    background-color: #C61832;
  }
  .mobile_menu .mod_navigation {
    padding: 125px 100px;
    padding-bottom: 0;
  }
  .mobile_menu .mod_navigation ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  .mobile_menu .mod_navigation ul li a,
  .mobile_menu .mod_navigation ul li strong {
    padding: 20px;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    font-family: "Segoe Bold", sans-serif;
    width: calc(100% - 40px);
    display: block;
  }
  .mobile_menu .mod_navigation ul li:not(:last-child),
  .mobile_menu .mod_navigation ul .submenu_show a.submenu  {
    border-bottom: 2px dashed #fff;
  }
  .mobile_menu .mod_navigation ul li.submenu_show {
    border-bottom: 2px dashed #FFBF00 !important;
  }
  .mobile_menu .mod_navigation ul a.submenu {
    width: calc(100% - 40px);
  }
  .mobile_menu .mod_navigation ul.level_2 li {
    padding: 0;
  }
  .mobile_menu .mod_navigation ul  a.submenu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.182' height='16.121' viewBox='0 0 10.182 16.121'%3E%3Cpath id='Pfad_13' data-name='Pfad 13' d='M1007,41.5l7,7,7-7' transform='translate(-40.439 1022.061) rotate(-90)' fill='none' stroke='%23ffbf00' stroke-width='3'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 15px;
  }
  .mobile_menu .mod_navigation ul .submenu_show a.submenu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.121' height='10.182' viewBox='0 0 16.121 10.182'%3E%3Cpath id='Pfad_13' data-name='Pfad 13' d='M1007,41.5l7,7,7-7' transform='translate(-1005.939 -40.439)' fill='none' stroke='%23ffbf00' stroke-width='3'/%3E%3C/svg%3E%0A");
    background-size: 25px;
  }
  .mobile_menu .mod_navigation ul.level_2 li a, 
  .mobile_menu .mod_navigation ul.level_2 li strong {
    padding-left: 40px;
    width: calc(100% - 60px);
  }
  .buttonreihe {
    flex-direction: column;
    gap: 0;
  }
  .buttonreihe .buttongelb {
    margin-top: 15px;
  }
}

@media (max-width: 1050px) {
  #popup .popup-job {
    width: 90vw;
  }
  h1 {
    font-size: 45px;
  }
  #header {
    height: 100px;
  }
  #header>.inside {
    padding: 0px 75px;
    width: calc(100vw - 150px);
  }
  .leistungen {
    padding: 75px;
    width: calc(100vw - 150px);
  }
  .headerbox {
    right: 75px;
  }
  .home_ueberuns {
    margin: 0 75px;
    width: calc(100vw - 150px);
  }

  #footer .inside {
    padding: 75px;
    width: calc(100vw - 150px);
    display: grid;
    grid-template-columns: repeat(3,1fr);
  }
  #footer .inside .footer_adresse {
    margin-left: 0px;
  }
  #footer .footer_links .rte {
    grid-column-gap: 30px;
  }
  .headerimage {
    width: calc(100vw - 148px);
    margin-left: 74px;
  }
  .headertext {
    top: 150px;
    left: 75px;
    width: calc(100% - 150px);
  }
  .mobile_menu .mod_navigation {
    padding: 125px 75px;
    padding-bottom: 0;
  }
  .leistungen .content-text .rte {
    padding-left: 0;
    padding-top: 75px;
  }
  .produktseite {
    padding: 100px 75px;
    width: calc(100vw - 150px);
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 50px;
    padding-bottom: 0;
  }
  .produktseite .produkt_gallerie {
    grid-column: 1;
  }
  .produktseite .produkt_gallerie ul {
    grid-template-columns: repeat(3,1fr);
  }
  .produktseite .content-text:first-child {
    margin-bottom: 0;
  }
  .produktseite .fragen {
    grid-row: 3;
    margin-top: 50px;
    margin-left: -75px;
    margin-right: -75px;
  }
  .produktseite .fragen .rte {
    width: calc(100vw - 40px);
  }
  .produktseite .fragen::before {
    margin-left: 75px;
  }
  .recht {
    margin: 100px 75px;
    margin-top: 125px;
    width: calc(100vw - 150px);
  }
  .service {
    grid-template-columns: repeat(1,1fr);
    padding: 50px 75px;
    padding-bottom: 100px;
    width: calc(100vw - 150px);
  }
  .service figure {
    margin-left: 0;
  }
  .service img {
    margin-right: auto;
    margin-top: 25px;
    max-width: 400px;
    width: 100%;
  }
  .partner_gallerie {
    padding: 0 75px;
    width: calc(100vw - 150px);
  }
  .partner_gallerie ul {
    grid-template-columns: repeat(4,1fr);
  }
  .kontakt {
    padding: 150px 75px;
  }
}
@media (max-width: 900px) {

  .home_ueberuns .content-text {
    grid-template-columns: repeat(1,1fr);
  }
  .home_ueberuns figure img {
    aspect-ratio: 2 / 1;
  }
  .home_ueberuns .content-text .rte {
    margin-top: 25px;
  }
  .buttonreihe {
    flex-direction: row;
    gap: 30px;
  }
  #footer .inside {
    grid-template-columns: repeat(1,1fr);
    grid-row-gap: 25px;
  }
  #footer .logo figure {
    display: flex;
    justify-content: center;
  }
  #footer .inside .footer_adresse {
    width: 100%;
    text-align: center;
  }
  #footer .footer_links .rte {
    grid-template-columns: repeat(4,1fr);
    grid-gap: 15px;
  }
  #footer .footer_links .rte p {
    text-align: center;
  }
  #footer .footer_links .rte p:nth-child(3),
  #footer .footer_links .rte p:nth-child(5),
  #footer .footer_links .rte p:nth-child(7) {
    grid-row: 1;
  }
}
@media (max-width: 800px) {
  .headertext h1 {
    font-size: 40px;
  }
}
@media (max-width: 700px) {
  #popup .popup-job .content-text {
    padding: 25px;
  }
  #popup .popup-job {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  #popup {
    overflow: scroll;
  }

  #header>.inside {
    padding: 0px 50px;
    width: calc(100vw - 100px);
  }
  .mobile_menu .mod_navigation {
    padding: 125px 50px;
    padding-bottom: 0;
  }
  h1 {
    font-size: 35px;
  }
  #footer .inside {
    padding: 50px;
    width: calc(100vw - 100px);
    padding-bottom: 75px;
  }
  .headertext {
    left: 50px;
    width: calc(100% - 100px);
  }
  .headerbox {
    position: relative;
    right: 0;
    width: calc(100vw - 40px);
  }
  .headerbox::before {
    left: 50px;
  }
  #headerimage .mod_article {
    padding-bottom: 0;
  }
  #header .mod_navigation.open ul {
    padding: 0 50px;
    padding-top: 25px;
    height: max-content;
  }
  .leistungen {
    grid-template-columns: repeat(1,1fr);
    padding: 50px;
    width: calc(100vw - 100px);
  }
  .leistungen .content-text:nth-child(4) {
    grid-column: 1;
    grid-row: 2;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .leistungen .content-text:nth-child(1) {
    border-bottom: 0px transparent;
  }
  .leistungen .content-text:nth-child(3), 
  .leistungen .content-text:nth-child(4), 
  .leistungen .content-text:nth-child(6), 
  .leistungen .content-text:nth-child(8) {
    padding-left: 0;
  }
  .leistungen .content-text .rte {
    padding-left: 80px;
    padding-top: 5px;
  }
  .home_ueberuns {
    margin: 0 50px;
    width: calc(100vw - 100px);
  }
  .home_ueberuns .content-text .rte {
    width: 100%
  }
  #footer .footer_links .rte {
    grid-template-columns: repeat(2,1fr);
  }
  #footer .footer_links .rte p:nth-child(3), 
  #footer .footer_links .rte p:nth-child(5), 
  #footer .footer_links .rte p:nth-child(7) {
        grid-row: auto;
    }

  .produktseite {
    padding: 100px 50px;
    padding-bottom: 0;
    width: calc(100vw - 100px);
  }
  .produktseite .fragen {
    margin-left: -50px;
    margin-right: -50px;
  }
  .produktseite .fragen::before {
    margin-left: 50px;
  }
  .produktseite .produkt_gallerie ul {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
  .recht {
    margin: 75px 50px;
    margin-top: 125px;
    width: calc(100vw - 100px);
  }
  .service {
    padding: 50px;
    padding-bottom: 100px;
    width: calc(100vw - 100px);
  }
  #article-11 .service {
    padding-bottom: 50px;
  }
  .partner_gallerie {
    padding: 0 50px;
    width: calc(100vw - 100px);
  }
  .partner_gallerie ul {
    grid-template-columns: repeat(3,1fr);
  }
  .kontakt {
    padding: 150px 50px;
  }
  #headerimage img {
    height: 400px;
  }
  #headerimage #article-17 img {
    height: 650px;
  }
  .service img {
    width: 80%;
  }
  .jobs h2 {
    font-size: 25px;
  }
}

@media (max-width: 500px) {
  #popup .inside {
    display: block;
  }
  h1,
  .headertext h1,
  .home .text_bild_rechts h2 {
    font-size: 30px;
  }
  h2 {
    font-size: 35px;
  }
  .jobs h2 {
    font-size: 22px;
    margin-top: 30px;
  }
  p, li, strong, a, label, button, .buttongelb a,
  .headertext p {
    font-size: 14px;
    line-height: 20px;
  }
  #header>.inside {
    padding: 0px 25px;
    width: calc(100vw - 50px);
  }
  #footer .inside {
    padding:  50px 25px;
    width: calc(100% - 50px);
  }
  #footer .footer_links {
    margin-top: 20px;
  }
    .headerbox::before {
        left: 25px;
    }
  .headertext {
    left: 25px;
    width: calc(100% - 50px);
    top: 200px;
  }
  .home_ueberuns figure img {
    aspect-ratio: 3 / 2;
  }
  #footer .inside .logo img {
    height: 130px;
  }
  #footer .footer_links .rte {
    grid-template-columns: repeat(1, 1fr);
  }
  .leistungen {
    padding: 50px 25px;
    width: calc(100vw - 50px);
  }
  .mobile_menu .mod_navigation {
    padding: 125px 25px;
    padding-bottom: 0;
  }
  .home_ueberuns {
    margin: 0 25px;
    width: calc(100vw - 50px);
  }
  .home_ueberuns .content-text {
    padding: 0 25px;
    width: calc(100% - 50px);
  }
  .home_ueberuns .buttonreihe {
    flex-direction: column;
    gap: 0;
  }
  
  .produktseite {
    padding: 50px 25px;
    padding-bottom: 0;
    width: calc(100vw - 50px);
    grid-gap: 25px;
  }
  .produktseite .fragen {
    margin-left: -25px;
    margin-right: -25px;
  }
  .produktseite .fragen::before {
    margin-left: 25px;
  }
  .recht {
    margin: 50px 25px;
    margin-top: 125px;
    width: calc(100vw - 50px);
  }
  .service {
    padding: 50px 25px;
    padding-bottom: 100px;
    width: calc(100vw - 50px);
  }
  #article-11 .service {
    padding-bottom: 50px;
  }
  .partner_gallerie {
    padding: 0 25px;
    width: calc(100vw - 50px);
  }
  .partner_gallerie ul {
      grid-template-columns: repeat(2, 1fr);
  }
  #error a {
    display: flex;
    justify-content: center;
  }
  .kontakt {
    padding: 150px 25px;
    padding-bottom: 100px;
  }
}





.mapLeaflet {
  display: none;

}

/*++++++++++++
Map 
++++++++++++*/
#map {
  height: 60vh;
}
.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: rgb(87 87 86 / 50%);
}
.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: 0px;
}
.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: 1;
  -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 !important;
}
.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: #0078a8;
}
.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/css/images/layers.png);
  width: 36px;
  height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(../../files/layout/css/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/css/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;
  width: 190px !important;
  text-align: center;
}
.leaflet-popup-content strong {
  font-weight: normal;
  font-family: var(--second-font-family);
}
.leaflet-popup-content .route {
  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: rgb(255 255 255 / 80%);
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}

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

.mapLeaflet .cms-block-container{
  padding: 0px !important;
}







