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%}
.hamburger {
  /* position: absolute; */
  right: 15px;
  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;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
  background-color: #083A47;
  width: 40px;
  height: 6px;
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 20px;
  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: 8px;
  height: 8px;
  border-radius: 4px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
  background-color: #083A47;
}

.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)
}

.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: 'Montserrat'; /* Gewünschter Name */
  src: url('/files/layout/fonts/Montserrat.eot');
            /* für IE9 */
  src: url('/files/layout/fonts/Montserrat.woff') 
            format('woff'), 
        url('/files/layout/fonts/Montserrat.otf') 
            format('opentype'), 
           /* für moderne Browser */
       url('/files/layout/fonts/Montserrat.ttf') 
            format('truetype');
          /* für Safari, Android, iOS */
 }
 /* Montserrat als Schriftart für alles ohne geschwungenes Zeug */

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

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

body {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #1E1F1F;
  background-color: #F6F6F5;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-top: 95px;
}

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

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

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

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

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

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

.relative {
  position: relative;
}

:focus {
  outline: none !important;
}




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


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

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

.center {
  text-align: center;
}

h1{
  color: #1E1F1F;
  font-family: "Montserrat Bold", sans-serif;
  font-weight: 900;
  font-style: normal;
  margin-bottom: 0;
  word-break: break-word;
  font-size: 50px;
  margin-top: 0;
}
h2 {
  color: #1E1F1F;
  font-family: "Montserrat Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  margin-bottom: 15px;
  margin-top: 0;
  text-transform: uppercase;
}
h3 {
  font-size: 24px;
  text-transform: uppercase;
  color: #798E5D;
  font-family: "Montserrat Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
}
h4,
h5,
h6,
h7 {
  color: #1E1F1F;
  font-family: "Montserrat Bold", sans-serif;
  font-style: 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: 95px;
  z-index: 1000;
  position: fixed;
  background-color: #fff;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  top: 0;
}

#header>.inside {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: calc(100vw - 200px);
  z-index: 999;
  top: 0;
  padding: 10px 100px;
  height: 70px;
  border-bottom: 5px solid #798E5D;
}
#header .content-image {
  width: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#header .content-image img {
  object-fit: contain;
}
#header .logo_schrift {
  margin-left: 20px;
}
#header .logo_schrift .rte {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
#header .logo_schrift p {
  margin: 0;
  font-size: 32px;
  font-family: 'Montserrat Bold', sans-serif;
}
#header .logo_schrift p:last-child {
  color: #798E5D;
  margin-top: 8px;
}
#header .mod_navigation {
  margin-left: auto;
}
#header .mod_navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 60px;
  height: 100%;
}
#header .mod_navigation ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#header .mod_navigation ul li a {
  font-size: 18px;
}
#header .mod_navigation ul li strong,
#header .mod_navigation ul li .trail {
  font-weight: normal;
  border-bottom: 2px solid #798E5D;
  color: #798E5D;
  font-size: 18px;
}



/*Green Button*/
.greenbutton a,
.more a {
  border-radius: 5px;
  background-color: rgb(87 114 53 / 80%);
  color: #fff;
  padding: 10px 25px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  display: flex;
  width: max-content;
  transition: all 1s linear;
}
.greenbutton a::after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28.013' height='12.026' viewBox='0 0 28.013 12.026'%3E%3Cpath id='Arrow' d='M22.99,8.99a1,1,0,0,0-.7,1.717L25.586,14H2a1,1,0,1,0,0,2H25.586l-3.293,3.293a1,1,0,1,0,1.414,1.414l4.912-4.912a1,1,0,0,0,0-1.588l-.006,0-4.91-4.91a1,1,0,0,0-.717-.3Z' transform='translate(-1 -8.99)' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 30px;
  height: 27px;
  display: block;
  margin-left: 10px;
  transition: all 1s linear;
}
.greenbutton a:hover {
  padding-right: 15px;
}
.greenbutton a:hover::after {
  margin-left: 20px;
}

/*White Button*/
.whitebutton a {
  border-radius: 5px;
  background-color: #fff;
  color: #798E5D;
  padding: 10px 25px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  width: max-content;
  display: flex;
  transition: all 1s linear;
}
.whitebutton a::after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28.013' height='12.026' viewBox='0 0 28.013 12.026'%3E%3Cpath id='Arrow' d='M22.99,8.99a1,1,0,0,0-.7,1.717L25.586,14H2a1,1,0,1,0,0,2H25.586l-3.293,3.293a1,1,0,1,0,1.414,1.414l4.912-4.912a1,1,0,0,0,0-1.588l-.006,0-4.91-4.91a1,1,0,0,0-.717-.3Z' transform='translate(-1 -8.99)' fill='%23798E5D'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 30px;
  height: 27px;
  display: block;
  margin-left: 10px;
  transition: all 1s linear;
}
.whitebutton a:hover {
  padding-right: 15px;
}
.whitebutton a:hover::after {
  margin-left: 20px;
}

/*Green-Whit Button*/
.whitegreenbutton a {
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #798E5D;
  color: #798E5D;
  padding: 10px 25px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  width: max-content;
  display: flex;
  transition: all 1s linear;
}
.whitegreenbutton a::after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28.013' height='12.026' viewBox='0 0 28.013 12.026'%3E%3Cpath id='Arrow' d='M22.99,8.99a1,1,0,0,0-.7,1.717L25.586,14H2a1,1,0,1,0,0,2H25.586l-3.293,3.293a1,1,0,1,0,1.414,1.414l4.912-4.912a1,1,0,0,0,0-1.588l-.006,0-4.91-4.91a1,1,0,0,0-.717-.3Z' transform='translate(-1 -8.99)' fill='%23798E5D'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 30px;
  height: 27px;
  display: block;
  margin-left: 10px;
  transition: all 1s linear;
}
.whitegreenbutton a:hover {
  padding-right: 15px;
}
.whitegreenbutton a:hover::after {
  margin-left: 20px;
}


/*Headerbilder */
#headerimage {
  height: 50vh;
  width: 100vw;
}
.startseite #headerimage {
  height: 80vh;
}
#headerimage .content-swiper,
#headerimage img {
  object-fit: cover;
  height: 50vh;
  width: 100vw;
  object-position: top;
}
#headerimage #article-167 img {
  object-position: bottom;
}
.startseite #headerimage img {
  height: 80vh;
}
#headerimage .content-swiper .swiper-button-prev,
#headerimage .content-swiper .swiper-button-next {
  background-color: transparent;
  border: 0px solid transparent;
}
#headerimage .content-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
}
#headerimage .content-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #798E5D;
}
.startseite #headerimage img{
  filter: grayscale(1);
}

.headertext {
  top: 200px;
  position: absolute;
  left: 100px;
  width: 600px;
}
.headertext h3 {
  font-size: 25px;
}
.headertext h1 {
  font-size: 65px;
  color: #fff;
}
.headertext h2 {
  color: #fff;
  margin-top: 10px;
}
.startseite .headertext h2::after {
  content: '';
  width: 75px;
  height: 10px;
  border-bottom: 3px solid #798E5D;
  display: block;
}
.headertext p {
  color: #fff;
}
.headertext p:not(.greenbutton) {
  margin-top: 40px;
  max-width: 350px;
}
.headertext p.greenbutton{
  margin-top: 40px;
}
.headertext .buttonreihe {
  display: flex;
  grid-gap: 25px;
  margin-top: 75px;
}

/* Header Überschrift */
.header_headline {
  position: absolute;
  bottom: 100px;
  left: 100px;
}
.header_headline::after {
  content: '';
  display: block;
  width: 75px;
  height: 10px;
  border-bottom: 3px solid #798E5D;
}


.pfeil_unten {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='53' height='53' viewBox='0 0 53 53'%3E%3Cg id='Gruppe_137' data-name='Gruppe 137' transform='translate(1.5 1.5)'%3E%3Cpath id='Vereinigungsmenge_11' data-name='Vereinigungsmenge 11' d='M0,25A25,25,0,1,1,25,50,25.041,25.041,0,0,1,0,25Z' fill='%23ebcb7a' stroke='%23fff' stroke-width='3'/%3E%3Cpath id='Pfad_61' data-name='Pfad 61' d='M30.623,20.131l-7.246,7.246a2.449,2.449,0,0,1-3.43,0L12.7,20.131a2.425,2.425,0,0,1,3.43-3.43l5.531,5.555L27.193,16.7a2.425,2.425,0,0,1,3.43,3.43' transform='translate(2.979 4.557)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  height: 50px;
  width: 50px;
  background-size: contain;
  position: absolute;
  left: calc(50% - 25px);
  top: calc(100vh - 100px);
  transition: height 1s, width 1s, left 1s, top 1s;
}
.pfeil_unten:hover {
  height: 60px;
  width: 60px;
  left: calc(50% - 30px);
  top: calc(100vh - 105px);
}


/* Startseite */
.home  {
  margin: 0 100px;
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  width: calc(100vw - 200px);
  gap: 25px;
}
.home .mod_newslist,
.home .mod_eventlist {
  display: flex;
  margin: 0;
  flex-direction: column;
  padding: 25px;
  background-color: #fff;
  border-radius: 5px;
  gap: 0;
}
.home .mod_newslist h3,
.home .mod_eventlist h3 {
  margin-top: 0;
}
.home .mod_newslist .layout_latest {
  box-shadow: none;
  margin: 0;
  border-radius: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 25px;
}
.home .mod_newslist .layout_latest h4 {
  margin-top: 10px;
}
.home .mod_newslist .layout_latest .more {
  margin-left: 0;
}
.home .mod_newslist .layout_latest figure,
.home .mod_newslist .layout_latest figure img {
  aspect-ratio: 1;
  width: auto;
  height: auto;
}
.home .mod_newslist .layout_latest .ce_text {
  padding: 0;
}



/* Kacheln */
#kacheln {
  margin: 75px 100px;
  width: calc(100vw - 200px);
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 25px;
}
#kacheln .content-text {
  display: grid;
  grid-template-columns: 100px calc(100% - 100px);
  padding: 25px 15px;
  background-color: #798E5D;
  border-radius: 5px;
}
#kacheln .content-text figure {
  height: max-content;
  width: max-content;
  border-radius: 50px;
  background-color: #fff;
  padding: 15px;
}
#kacheln .content-text img {
  width: 45px;
  height: 45px;
  padding: 5px;
  object-fit: contain;
}
#kacheln .content-text h3 {
  margin-top: 0;
  color: #fff;
}
#kacheln .content-text p {
  margin-bottom: 0;
  color:#fff;
}



/* Newsliste Startseite */
.mod_newslist {
  margin: 0 100px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 25px;
}
.mod_newslist h2,
.mod_eventlist h2 {
  color: #798E5D;
}
.mod_newslist .layout_latest,
.mod_newslist .layout_short {
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  margin: 5px;
  border-radius: 10px;
}
.mod_newslist .layout_latest figure,
.mod_newslist .layout_latest img,
.mod_newslist .layout_short figure,
.mod_newslist .layout_short img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 3 / 2;
}
.mod_newslist .layout_latest .ce_text,
.mod_newslist .layout_short .ce_text {
  padding: 20px;
}
.mod_newslist .layout_latest h2,
.mod_newslist .layout_short h2 {
  padding: 0 20px;
  font-size: 25px;
  margin-bottom: 0;
  margin-top: 15px;
}
.mod_newslist .layout_latest .more,
.mod_newslist .layout_short .more {
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 40px;
}

/* News Reader */

.mod_newsreader .layout_full .ce_text .rte,
.mod_newsreader .layout_full .content-text {
  margin: 75px 100px;
}
.mod_newsreader .layout_full img {
  height: 80vh;
  object-fit: cover;
}


/* Startseite Termine */
.mod_eventlist {
  padding: 50px 100px;
  padding-top: 50px;
}
.mod_eventlist .layout_list {
  display: grid;
  grid-template-columns: 100px calc(100% - 100px);
  margin-bottom: 15px;
}
.mod_eventlist .layout_list:last-child {
  margin-bottom: 0;
}
.mod_eventlist .layout_list p {
  font-size: 22px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.mod_eventlist .layout_list .time {
  display: flex;
  flex-direction: column;
  width: 80px;
  margin: 0;
}
.mod_eventlist .layout_list .time .tag {
  background-color: #798E5D;
  text-align: center;
  padding: 4px 7px;
  color: #fff;
  font-size: 18px;
}
.mod_eventlist .layout_list .time .monat {
  border: 1px solid #798E5D;
  text-align: center;
  padding: 4px 7px;
  font-size: 18px;
}
.mod_eventlist .layout_list p:last-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
}
.termine_header {
  padding: 25px 100px;
  padding-top: 75px;
}


/* Newsletter */
.newsletter_banner {
  padding: 25px 100px;
  background-color: #798E5D;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 100px;
  width: calc(100vw - 200px);
}
.newsletter_banner .content-text {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='32' viewBox='0 0 44 32'%3E%3Cpath id='Letter' d='M7.211,8A5.123,5.123,0,0,0,2,13V35a5.123,5.123,0,0,0,5.211,5H40.789A5.123,5.123,0,0,0,46,35V13a5.123,5.123,0,0,0-5.211-5Zm0,2H40.789a3.357,3.357,0,0,1,1.725.473l-17.2,15.045h0a1.987,1.987,0,0,1-2.633,0L5.486,10.473A3.357,3.357,0,0,1,7.211,10ZM4.2,12,21.367,27.023a4.01,4.01,0,0,0,5.268,0L43.8,12a2.823,2.823,0,0,1,.2,1V35a2.821,2.821,0,0,1-.2,1L32.674,26.262a1,1,0,1,0-1.316,1.5l11.156,9.762A3.358,3.358,0,0,1,40.789,38H7.211a3.357,3.357,0,0,1-1.725-.473l11.156-9.762a1,1,0,1,0-1.316-1.5L4.2,36A2.823,2.823,0,0,1,4,35V13A2.823,2.823,0,0,1,4.2,12Z' transform='translate(-2 -8)' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  padding-left: 100px;
  background-size: 65px;
  background-position: left center;
}
.newsletter_banner h3,
.newsletter_banner p {
  color: #fff;
}
.mod_subscribe {
  margin-top: 48px;
}
.mod_subscribe .formbody {
  display: grid;
  grid-template-columns: calc(100% - 195px) 180px;
  gap: 15px;
}
.mod_subscribe .formbody .widget-submit {
  margin-top: 0;
  grid-row: 1;
  grid-column: 2;
}
.mod_subscribe .formbody .widget-captcha {
  grid-column: 1 / 3;
  grid-row: 2;
  color: #fff;
}
.mod_subscribe .formbody .widget-text {
  width: 100%;
}
.mod_subscribe h3 {
  color: #fff;
}
.mod_subscribe .confirm {
  color: #fff
}


/* Kontakt banner */
#kontaktbanner {
  margin: 50px 100px;
  width: calc(100vw - 200px);
  background-color: #fff;
  padding: 25px;
  display: grid;
  grid-template-columns: 120px calc(100% - 130px);
  gap: 10px;
}
#kontaktbanner .content-text {
  margin-left: 20px;
}
#kontaktbanner::before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48.001' height='38.786' viewBox='0 0 48.001 38.786'%3E%3Cpath id='Earth_Element' data-name='Earth Element' d='M17,4.215a1.968,1.968,0,0,0-1.777,1.043L2.188,30.463a1,1,0,1,0,1.775.918L17,6.176,29.52,30.383a1,1,0,0,0,1.777-.92L18.775,5.256A1.965,1.965,0,0,0,17,4.215ZM33,7.273a1.967,1.967,0,0,0-1.789,1.064l-3.578,7.154a1,1,0,1,0,1.789.895L33,9.232,44.066,31.369a1,1,0,0,0,1.789-.895L34.791,8.338A1.965,1.965,0,0,0,33,7.273ZM24,34A148.227,148.227,0,0,0,.822,36.016a1,1,0,0,0,.355,1.969A146.653,146.653,0,0,1,24,36a146.653,146.653,0,0,1,22.822,1.984,1,1,0,1,0,.355-1.969A148.225,148.225,0,0,0,24,34Zm0,5A148.227,148.227,0,0,0,.822,41.016a1,1,0,0,0,.355,1.969A146.653,146.653,0,0,1,24,41a146.653,146.653,0,0,1,22.822,1.984,1,1,0,1,0,.355-1.969A148.226,148.226,0,0,0,24,39Z' transform='translate(0 -4.215)' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 65px;
  background-position: center;
  display: block;
  width: 120px;
  height: 120px;
  background-color: #798E5D;
  border-radius: 70px;
}
#kontaktbanner .content-text .rte {
  display: grid;
  gap: 15px;
  grid-template-columns: calc(100% - 642px) 304px 308px;
}
#kontaktbanner h3 {
  margin-top: 0;
}



/* grüner Hintergrund */
.greenbackground {
  padding: 50px 250px;
  background-color: #798E5D;
  width: calc(100vw - 500px);
}
.greenbackground h2,
.greenbackground p {
  color: #fff;
  text-align: center;
}
.greenbackground a {
  color: #fff;
}
.greenbackground .buttonreihe {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.greenbackground .buttonreihe a {
  color: #798E5D;
}


/* Vorstandschaft */
#vorstandschaft {
  padding: 50px 100px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-column-gap: 50px;
  grid-row-gap: 25px;
  margin-top: 50px;
  width: calc(100vw - 200px);
}
#vorstandschaft .content-headline {
  grid-column: 1 / 4;
}
#vorstandschaft .content-image {
  grid-column: 1;
  grid-row: 2;
}
#vorstandschaft figure img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
#vorstandschaft .content-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  grid-column: 2 / 4;
  grid-row: 2;
}
#vorstandschaft .content-text .rte {
  display: grid;
  grid-template-columns: 65px calc(100% - 65px);
}
#vorstandschaft .content-text .rte figure {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#vorstandschaft .content-text .rte figure img {
  object-fit: contain;
  height: 40px;
  width: 40px;
}
#vorstandschaft .rte figure:nth-child(1) {
  grid-row: 1 / 3;
}
#vorstandschaft .rte figure:nth-child(1) img {
  height: 30px;
  width: 30px;
}
#vorstandschaft .rte figure:nth-child(4) {
  grid-row: 3 / 5;
}
#vorstandschaft .rte figure:nth-child(7) {
  grid-row: 5 / 7;
}
#vorstandschaft .rte figure:nth-child(10) {
  grid-row: 7 / 9;
}
#vorstandschaft .content-text p {
  margin-bottom: 15px;
  margin-top: 0;
}
#vorstandschaft .content-text h4 {
  margin-bottom: 0;
  margin-top: 15px;
}


/* Trainer */
#trainer {
  padding: 50px 100px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 20px;
  width: calc(100vw - 200px);
  margin-bottom: 50px;
}
#trainer .content-headline {
  grid-column: 1 / 5;
}
#trainer .content-text {
  border: 2px solid #798E5D;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
}
#trainer .content-text:first-child {
  grid-column: 1 / 5;
  border: 0px solid transparent;
  border-radius: 0;
  margin-bottom: 20px;
}
#trainer .content-text img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
#trainer .content-text .rte {
  padding: 15px;
  background-color: #798E5D;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: calc(100% - 30px);
}
#trainer .content-text:first-child .rte {
  padding: 0;
  background-color: transparent;
  height: max-content;
}
#trainer .content-text .rte h3 {
  margin-top: 0;
  font-size: 22px;
  margin-bottom: 0;
  color: #fff;
}
#trainer .content-text .rte p {
  color: #fff;
  margin: 0;
}
#trainer .content-text:first-child .rte p {
  color: #1E1F1F;
  width: 50%;
}



/* Bildergalerie */
.bildergalerie {
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 100px;
  padding-bottom: 75px; 
  width: calc(100vw - 200px);
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 20px;
}
.bildergalerie .content-headline {
  grid-column: 1 / 4;
  margin-bottom: 50px;
}
.bildergalerie .content-text {
  border-radius: 10px;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  margin: 5px;
}
.bildergalerie .content-text .rte {
  padding: 20px;
}
.bildergalerie .content-text img {
  aspect-ratio: 2 / 1;
  object-fit: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.bildergalerie .content-text .rte h4 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
}
.bildergalerie .content-text .rte .more a {
  margin-left: auto;
  margin-right: auto;
}

/*Unterseite Bildergalerie*/
.bildergalerie_unterseite {
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 75px;
  padding-bottom: 75px;
  width: calc(100vw - 200px);
}
.bildergalerie_unterseite h2 {
  margin-bottom: 40px;
}
.bildergalerie_unterseite .content-gallery ul {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  grid-gap: 10px;
}
.bildergalerie_unterseite .content-gallery ul li,
.bildergalerie_unterseite .content-gallery ul li img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 2;
}

/*Einteilung*/
#einteilung {
  padding: 100px;
  width: calc(100vw - 200px);
}
#einteilung .content-table table {
  width: 100%;
  border-spacing: 0;
}
#einteilung .content-table table th {
  text-align: left;
  padding: 5px;
  border-bottom: 1px solid #000;
  font-weight: normal;
  font-family: 'Montserrat Bold', sans-serif;
}
#einteilung .content-table table td {
  padding: 5px;
  border-bottom: 1px solid #000;
}
#einteilung .content-table table tr {
  height: 30px;
}
#einteilung .content-table table tr:last-child td {
  border-bottom: 0px solid transparent;
}

/*Elterninfo*/
#elterninfo {
  padding: 100px;
  width: calc(100vw - 200px);
}
#elterninfo h2 {
  margin-bottom: 40px;
}
#elterninfo .training_kacheln {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 15px;
}
#elterninfo .training_kacheln .content-text {
  background-color: #fff;
  padding: 25px;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
}
#elterninfo .training_kacheln .content-text::before {
  background-color:#798E5D;
  padding: 20px;
  font-size: 60px;
  border-radius: 60px;
  color: #fff;
  width: 75px;
  height: 75px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#elterninfo .training_kacheln .content-text:nth-child(1)::before {
  content: '1';
}
#elterninfo .training_kacheln .content-text:nth-child(2)::before {
  content: '2';
}
#elterninfo .training_kacheln .content-text:nth-child(3)::before {
  content: '3';
}
#elterninfo .training_kacheln .content-text h4 {
  text-align: center;
}

#elterninfo .anmerkung {
  padding: 35px 25px;
  background-color: #798E5D;
  border-radius: 10px;
  display: flex;
  margin-top: 15px;
}
#elterninfo .anmerkung::before {
  content: '4';
  background-color:#fff;
  padding: 20px;
  font-size: 60px;
  border-radius: 60px;
  color: #798E5D;
  width: 75px;
  height: 75px;
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 25px;
}
#elterninfo .anmerkung h4 {
  margin-top: 0;
  color: #fff;
}
#elterninfo .anmerkung p {
  color: #fff;
}
#elterninfo .anmerkung p:last-child {
  margin-bottom: 0;
}

/*Video*/
#video.content-player{
  padding-top: 125px;
}
#video.content-player figure {
  display: flex;
}
#video.content-player video {
  width: 50vw;
  margin-left: auto;
  margin-right: auto;
}


/* Aktuelles */
.aktuelles .mod_newslist {
  margin: 100px;
  grid-template-columns: repeat(1,1fr);
}
.aktuelles .mod_newslist .layout_latest {
  display: grid;
  grid-template-columns: 40% 60%;
}
.aktuelles .mod_newslist .layout_latest .rte {
  padding: 30px 50px;
}
.aktuelles .mod_newslist .layout_latest .rte .ce_text {
  padding: 0;
}
.aktuelles .mod_newslist .layout_latest .rte .more {
  margin-left: 0;
}

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

/* Mitarbeiter */
.mitarbeiter {
  padding-bottom: 100px;
  margin-bottom: 100px;
}
.mitarbeiter .rsts-view {
  width: 100vw !important;
  padding-left: 100px;
  padding-right: calc(75vw - 100px);
}
.mitarbeiter .rsts-crop {
  padding-left: 0px;
  padding-right: calc(100vw - 200px);
}
.mitarbeiter .rsts-slide {
  height: 300px;
}
.mitarbeiter .rsts-slide div {
  height: 100%;
}

.mitarbeiter .rsts-slide .content-text {
  padding: 5px;
}
.mitarbeiter .rsts-slide .content-text .rte {
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  padding: 25px 35px;
  border-radius: 10px;
}
.mitarbeiter .rsts-slide .content-text .rte h3 {
  margin-top: 0;
  font-size: 24px;
}
.mitarbeiter .rsts-slide p {
  font-size: 16px;
}
.mitarbeiter.rsts-skin-default .rsts-next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='53' height='53' viewBox='0 0 53 53'%3E%3Cg id='Gruppe_144' data-name='Gruppe 144' transform='translate(-1006.5 -1616.5)'%3E%3Cpath id='Vereinigungsmenge_11' data-name='Vereinigungsmenge 11' d='M0,25A25,25,0,1,1,25,50,25.041,25.041,0,0,1,0,25Z' transform='translate(1008 1668) rotate(-90)' fill='%23ebcb7a' stroke='%23fff' stroke-width='3'/%3E%3Cpath id='Pfad_61' data-name='Pfad 61' d='M30.623,20.131l-7.246,7.246a2.449,2.449,0,0,1-3.43,0L12.7,20.131a2.425,2.425,0,0,1,3.43-3.43l5.531,5.555L27.193,16.7a2.425,2.425,0,0,1,3.43,3.43' transform='translate(1012.557 1665.021) rotate(-90)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
  right: auto;
  left: 160px;
  bottom: -75px;
  width: 50px;
  height: 50px;
  border: 0px solid transparent;
  border-radius: 0;
  box-shadow: none;
  background-repeat: no-repeat;
  background-size: contain;
}
.mitarbeiter.rsts-skin-default .rsts-prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='53' height='53' viewBox='0 0 53 53'%3E%3Cg id='Gruppe_145' data-name='Gruppe 145' transform='translate(-946.5 -1616.5)'%3E%3Cpath id='Vereinigungsmenge_11' data-name='Vereinigungsmenge 11' d='M0,25A25,25,0,1,1,25,50,25.041,25.041,0,0,1,0,25Z' transform='translate(998 1618) rotate(90)' fill='%23ebcb7a' stroke='%23fff' stroke-width='3'/%3E%3Cpath id='Pfad_61' data-name='Pfad 61' d='M30.623,20.131l-7.246,7.246a2.449,2.449,0,0,1-3.43,0L12.7,20.131a2.425,2.425,0,0,1,3.43-3.43l5.531,5.555L27.193,16.7a2.425,2.425,0,0,1,3.43,3.43' transform='translate(993.443 1620.979) rotate(90)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
  right: auto;
  left: 100px;
  bottom: -75px;
  width: 50px;
  height: 50px;
  border: 0px solid transparent;
  border-radius: 0;
  box-shadow: none;
  background-repeat: no-repeat;
  background-size: contain;
}
.mitarbeiter.rsts-skin-default .rsts-next:hover,
.mitarbeiter.rsts-skin-default .rsts-prev:hover {
  background-color: transparent;
}

/*Footer*/
#footer {
  position: relative;
}
#footer .inside {
  text-align: left;
  width: calc(100vw - 200px);
  display: flex;
  justify-content: space-between;
  background-color: #1E1F1F;
  padding: 35px 100px;
}
#footer .content-image img {
  width: 100px;
  object-fit: cover;
}
#footer .logo_schrift {
  margin-left: 20px;
  margin-right: auto;
}
#footer .logo_schrift .rte {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
#footer .logo_schrift p {
  margin: 0;
  font-size: 38px;
  font-family: 'Montserrat Bold', sans-serif;
}
#footer .logo_schrift p:last-child {
    color: #798E5D;
    margin-top: 10px;
}
#footer p,
#footer a {
  color: #fff;
  margin: 0;
}

#footer .footer_adresse {
  margin-left: 30px;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#footer .footer_links {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#footer .footer_links .rte {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 15px;
}




/*Kontakt*/
#kontakt {
  padding: 100px;
  padding-top: 75px;
  width: calc(100vw - 200px);
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-column-gap: 25px;
}
#kontakt .content-headline {
  grid-column: 1 / 3;
  color: #fff;
}
#kontakt .content-text {
  display: block;
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
}
#kontakt .content-text img {
  width: 200px;
  object-fit: contain;
}
#kontakt p.mail {
  padding-left: 30px;
  background-image: url("data:image/svg+xml,%3Csvg id='Gruppe_9' data-name='Gruppe 9' xmlns='http://www.w3.org/2000/svg' width='16.714' height='13' viewBox='0 0 16.714 13'%3E%3Cpath id='Pfad_62' data-name='Pfad 62' d='M29.589,4.623a2.758,2.758,0,0,0-.279-1.194L24.032,8.707l5.3,4.487a2.762,2.762,0,0,0,.252-1.143Z' transform='translate(-12.874 -1.837)' fill='%23798E5D'/%3E%3Cpath id='Pfad_63' data-name='Pfad 63' d='M10.194,7.044,16.959.279A2.758,2.758,0,0,0,15.766,0H4.623A2.758,2.758,0,0,0,3.429.279Z' transform='translate(-1.837 0)' fill='%23798E5D'/%3E%3Cpath id='Pfad_64' data-name='Pfad 64' d='M.279,3.429A2.755,2.755,0,0,0,0,4.623v7.429a2.751,2.751,0,0,0,.3,1.23L5.565,8.715Z' transform='translate(0 -1.837)' fill='%23798E5D'/%3E%3Cpath id='Pfad_65' data-name='Pfad 65' d='M11.726,17.635l-.826.826a.928.928,0,0,1-1.313,0l-.819-.819L3.521,22.191a2.762,2.762,0,0,0,1.151.256H15.815a2.75,2.75,0,0,0,1.24-.3Z' transform='translate(-1.886 -9.447)' fill='%23798E5D'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: left center;
}
#kontakt .ce_form {
  padding: 30px;
  border-radius: 10px;
  background-color: #798E5D;
}


/*Download */
#downloads {
  margin: 100px;
  min-height: calc(100vh - 470px);
  width: calc(100vw - 200px);
}
#downloads ul {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  padding: 0;
  margin: 0;
  gap: 15px;
}
#downloads ul li {
  padding: 25px;
  background-color: #fff;
  border-radius: 10px;
}
#downloads ul li a {
  padding-left: 50px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128' width='50px' height='50px'%3E%3Cpath d='M107 104V84c0-1.7-1.3-3-3-3s-3 1.3-3 3v17H27V84c0-1.7-1.3-3-3-3s-3 1.3-3 3v20c0 1.7 1.3 3 3 3h80C105.7 107 107 105.7 107 104zM64 21c-1.7 0-3 1.3-3 3v42.8l-9.9-9.9c-1.2-1.2-3.1-1.2-4.2 0-1.2 1.2-1.2 3.1 0 4.2l15 15c.6.6 1.4.9 2.1.9s1.5-.3 2.1-.9l15-15c1.2-1.2 1.2-3.1 0-4.2-1.2-1.2-3.1-1.2-4.2 0L67 66.8V24C67 22.3 65.7 21 64 21z' fill='%23798E5D'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Termine */
#termine {
  margin: 75px 100px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 50px;
  width: calc(100vw - 200px);
}
#termine .mod_eventlist {
  grid-column: 1 / 3;
  padding: 25px;
}
#termine .mod_eventlist h2 {
  margin-bottom: 25px;
}
#termine .good_to_know {
  padding: 25px;
  background-color: #798E5D;
  border-radius: 10px;
  height: max-content;
  margin-top: 25px;
}
#termine .good_to_know h3 {
  color: #fff;
  text-align: center;
}
#termine .good_to_know p {
  color: #fff;
  height: 65px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#termine .good_to_know p:first-child {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30' width='30px' height='30px'%3E%3Cpath d='M 14.984375 1.9863281 A 1.0001 1.0001 0 0 0 14 3 L 14 5.5859375 L 12.707031 4.2929688 A 1.0001 1.0001 0 0 0 11.990234 3.9902344 A 1.0001 1.0001 0 0 0 11.292969 5.7070312 L 14 8.4140625 L 14 10.099609 C 12.918852 10.319096 11.978714 10.900645 11.273438 11.695312 L 9.796875 10.841797 L 8.8066406 7.1425781 A 1.0001 1.0001 0 0 0 7.859375 6.3886719 A 1.0001 1.0001 0 0 0 6.875 7.6601562 L 7.3476562 9.4277344 L 5.1074219 8.1347656 A 1.0001 1.0001 0 0 0 4.6328125 7.9921875 A 1.0001 1.0001 0 0 0 4.5332031 7.9941406 A 1.0001 1.0001 0 0 0 4.1074219 9.8652344 L 6.3476562 11.158203 L 4.5820312 11.632812 A 1.0001 1.0001 0 1 0 5.0996094 13.564453 L 8.796875 12.572266 L 10.277344 13.427734 C 10.111513 13.92504 10 14.447022 10 15 C 10 15.552978 10.111513 16.07496 10.277344 16.572266 L 8.796875 17.427734 L 5.0996094 16.435547 A 1.0001 1.0001 0 0 0 4.8027344 16.398438 A 1.0001 1.0001 0 0 0 4.5820312 18.367188 L 6.3476562 18.841797 L 4.1074219 20.134766 A 1.0001 1.0001 0 1 0 5.1074219 21.865234 L 7.3476562 20.572266 L 6.875 22.339844 A 1.0001 1.0001 0 1 0 8.8066406 22.857422 L 9.796875 19.158203 L 11.273438 18.304688 C 11.978714 19.099355 12.918852 19.680904 14 19.900391 L 14 21.585938 L 11.292969 24.292969 A 1.0001 1.0001 0 1 0 12.707031 25.707031 L 14 24.414062 L 14 27 A 1.0001 1.0001 0 1 0 16 27 L 16 24.414062 L 17.292969 25.707031 A 1.0001 1.0001 0 1 0 18.707031 24.292969 L 16 21.585938 L 16 19.900391 C 17.081148 19.680904 18.021286 19.099355 18.726562 18.304688 L 20.203125 19.158203 L 21.193359 22.857422 A 1.0001 1.0001 0 1 0 23.125 22.339844 L 22.652344 20.572266 L 24.892578 21.865234 A 1.0001 1.0001 0 1 0 25.892578 20.134766 L 23.652344 18.841797 L 25.417969 18.367188 A 1.0001 1.0001 0 0 0 25.167969 16.398438 A 1.0001 1.0001 0 0 0 24.900391 16.435547 L 21.203125 17.427734 L 19.722656 16.572266 C 19.888487 16.07496 20 15.552978 20 15 C 20 14.447022 19.888487 13.92504 19.722656 13.427734 L 21.203125 12.572266 L 24.900391 13.564453 A 1.0001 1.0001 0 1 0 25.417969 11.632812 L 23.652344 11.158203 L 25.892578 9.8652344 A 1.0001 1.0001 0 0 0 25.435547 7.9941406 A 1.0001 1.0001 0 0 0 24.892578 8.1347656 L 22.652344 9.4277344 L 23.125 7.6601562 A 1.0001 1.0001 0 0 0 22.210938 6.3886719 A 1.0001 1.0001 0 0 0 22.111328 6.3886719 A 1.0001 1.0001 0 0 0 21.193359 7.1425781 L 20.203125 10.841797 L 18.726562 11.695312 C 18.021286 10.900645 17.081148 10.319096 16 10.099609 L 16 8.4140625 L 18.707031 5.7070312 A 1.0001 1.0001 0 0 0 17.990234 3.9863281 A 1.0001 1.0001 0 0 0 17.292969 4.2929688 L 16 5.5859375 L 16 3 A 1.0001 1.0001 0 0 0 14.984375 1.9863281 z M 14.910156 12.009766 A 1.0001 1.0001 0 0 0 15.091797 12.009766 C 16.079181 12.040122 16.946354 12.541038 17.470703 13.302734 A 1.0001 1.0001 0 0 0 17.683594 13.683594 C 17.879723 14.08246 18 14.525457 18 15 C 18 15.537343 17.846983 16.034493 17.599609 16.470703 A 1.0001 1.0001 0 0 0 17.554688 16.554688 C 17.042945 17.393782 16.137044 17.958717 15.089844 17.990234 A 1.0001 1.0001 0 0 0 14.984375 17.986328 A 1.0001 1.0001 0 0 0 14.908203 17.990234 C 13.294672 17.940627 12 16.625577 12 15 C 12 14.527963 12.118311 14.086736 12.3125 13.689453 A 1.0001 1.0001 0 0 0 12.527344 13.302734 C 13.051968 12.539959 13.92151 12.039521 14.910156 12.009766 z M 15 14 C 14.448 14 14 14.448 14 15 C 14 15.552 14.448 16 15 16 C 15.552 16 16 15.552 16 15 C 16 14.448 15.552 14 15 14 z' fill='%23FFFFFF'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  padding-left: 100px;
  background-size: 65px;
  margin-bottom: 50px;
  margin-top: 50px;
}
#termine .good_to_know p:last-child {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128' width='50px' height='50px'%3E%3Cpath d='M 64 6 C 32 6 6 32 6 64 C 6 96 32 122 64 122 C 96 122 122 96 122 64 C 122 32 96 6 64 6 z M 64 12 C 92.7 12 116 35.3 116 64 C 116 92.7 92.7 116 64 116 C 35.3 116 12 92.7 12 64 C 12 35.3 35.3 12 64 12 z M 64 38 C 62.3 38 61 39.3 61 41 L 61 46 C 61 47.7 62.3 49 64 49 C 65.7 49 67 47.7 67 46 L 67 41 C 67 39.3 65.7 38 64 38 z M 64 58 C 62.3 58 61 59.3 61 61 L 61 87 C 61 88.7 62.3 90 64 90 C 65.7 90 67 88.7 67 87 L 67 61 C 67 59.3 65.7 58 64 58 z' fill='%23FFFFFF'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  padding-left: 100px;
  background-size: 65px;
}


/*Datenschutz, Impressum*/
.recht {
  margin: 50px 100px;
  width: calc(100vw - 200px);
}
.recht h1::after {
  content: '';
  display: block;
  width: 75px;
  height: 10px;
  border-bottom: 3px solid #798E5D;
}
.recht h2 {
  margin-top: 25px;
}


/* Kontaktformular */
.ce_form .formbody {
  display: grid;
  grid-template-columns: repeat(1,1fr);
  grid-gap: 15px;
}
.ce_form .formbody .widget label {
  color: #fff;
  margin-bottom: 5px;
}
.ce_form .formbody .widget-textarea,
.ce_form .formbody .widget {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.formbody input, 
.formbody textarea {
  width: calc(100% - 22px);
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #fff;
  background-color: #798E5D;
  color:#fff;
  font-family: "Montserrat", sans-serif;
}
.formbody select {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: 0px solid;
  color: #4A4A49;
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.formbody input::placeholder,
.formbody textarea::placeholder {
  color: #fff;
  font-family: "Montserrat", 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: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.widget-submit {
  /* grid-column: 2; */
  display: flex !important;
  margin-top: 25px;
}
.widget-submit button {
  font-style: normal;
  width: max-content;
  border: 0px solid transparent;
  border-radius: 5px;
  background-color: #fff;
  color: #798E5D;
  padding: 10px 25px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 18px;
}
.captcha_text {
  color: #fff;
}

.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: "Montserrat", 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;
}





/*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 - 415px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 25px;
}
#error h1 {
  padding-left: 0;
  border-left: 0px transparent;
}
#error a {
  padding: 10px 25px;
  border-radius: 10px;
  color: #fff;
  background-color: #7DBAB9;
  font-family: 'Montserrat', sans-serif;
}


#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: #1E1F1F;
  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: 1050px) {
  #header .hamburger {
    display: none;
  }
}
@media (max-width: 1765px) {
  .leistungen_uebersicht .rte {
    grid-template-columns: repeat(4,1fr);
  }
}
@media (max-width: 1600px) {
  .mitarbeiter .rsts-slide {
    height: 350px;
  }

}
@media (max-width: 1500px) {
  .leistungen_uebersicht .rte .orangebutton a {
    height: 40px;
  }
}
@media (max-width: 1400px) {
  .home .text_bild_rechts {
    padding: 100px;
  }
  .home_ueberuns {
    margin: 100px;
  }
  .home_ueberuns .rte {
    grid-gap: 75px;
    padding-right: 0;
  }
  #header .greenbutton {
    margin-left: 0;
  }
  .leistungen {
    grid-template-columns: repeat(2, 1fr);
  }
  #footer .footer_info {
    margin-right: 50px;
  }
  #footer .footer_leistungen {
    margin-right: 50px;
    width: 175px;
  }
  .mitarbeiter .rsts-view {
    padding-right: calc(66vw - 100px);
  }
  .mitarbeiter .rsts-slide {
    height: 300px;
  }
}

@media (max-width: 1300px) {
  #header .mod_navigation ul {
    gap: 45px;
  }
}
@media (max-width: 1200px) {
  .kontakt {
    margin: 150px 100px;
    margin-top: 200px;
    width: calc(100% - 200px);
    grid-gap: 100px;
  }

}


@media (max-width: 1150px) {
  .mitarbeiter .rsts-slide {
    height: 350px;
  }
  

}

@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);
  }
  #header .blue_header {
    display: none;
  }
  #header .mod_navigation {
    display: none;
  }
  .home .text_bild_rechts,
  .text_bild_rechts,
  .text_bild_links {
    grid-gap: 50px;
    grid-template-columns: repeat(1,1fr);
    padding: 75px;
    padding-bottom: 35px;
  }
  .text_bild_rechts figure,
  .text_bild_links figure,
  .text_bild_links .rte {
    grid-column: 1;
  }
  .text_bild_links .rte {
    grid-row: 1;
  }
  .text_bild_links figure {
    grid-row: 2;
  }
  .text_bild_links img,
  .text_bild_rechts img {
    aspect-ratio: 3 / 2;
  }
  .home .text_bild_rechts figure img {
    aspect-ratio: 2;
  }
  .leistungen {
    margin: 75px;
  }
  .bluebackground {
    padding: 75px;
  }
  .bluebackground .rte {
    width: 100%;
  }
  .home_ueberuns {
    margin: 75px;
  }
  .home_ueberuns .rte {
    grid-template-columns: repeat(1,1fr);
    grid-gap: 50px;
  }
  .home_ueberuns .orangebutton {
    bottom: 25px;
    right: 25px;
  }
  .kontakt {
    grid-gap: 50px;
    margin: 100px 75px;
    margin-top: 150px;
    width: calc(100% - 150px)
  }

  #footer .inside {
    padding: 75px;
    width: calc(100vw - 150px);
    display: grid;
    grid-template-columns: repeat(3,1fr);
  }
  #footer .inside .content-text.media {
    grid-column: 1 / 4;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
  }
  #footer .footer_info,
  #footer .footer_leistungen,
  #footer .footer_recht {
    margin-right: auto;
    margin-left: auto;
  }
  .ueberuns {
    padding: 0 125px;
    padding-bottom: 75px;
  }
  .ueberuns .rte {
    padding-left: 0;
    width: 100%;
  }
  .ueber_uns {
    padding: 75px;
    width: calc(100% - 150px);
    grid-template-columns: repeat(1,1fr);
    grid-gap: 50px;
  }
  .ueber_uns .content-text:first-child {
    margin-right: 0;
  }
  .ueber_uns .bluebackground {
    width: calc(100% - 70px);
  }
  .headerimage {
    width: calc(100vw - 148px);
    margin-left: 74px;
  }
  .headertext {
    top: 150px;
    left: 75px;
    width: calc(100% - 150px);
  }
  .headertext p {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 0;
  }
  #header .mod_navigation.open {
    display: block;
    position: absolute;
    top: 99.5px;
    background-color: rgb(255 255 255 / 80%);
    backdrop-filter: blur(5px);
    width: 100vw;
    left: 0;
    height: calc(100vh - 100px);
  }
  #header .mod_navigation.open ul {
    flex-direction: column;
    padding: 0 75px;
    padding-top: 75px;
    height: max-content;
  }
  #header .mail_icon.is-active {
    position: absolute;
    left: 75px;
    top: calc(100vh - 225px);
    display: block;
  }
  #header .mod_navigation ul li a, #header .mod_navigation ul li strong {
    font-size: 24px;
    text-align: center;
  }
  #header .greenbutton a {
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px !important;
  }
  #header .blue_header.is-active {
    display: block;
    top: calc(50vh + 100px);
    z-index: 1;
    background-color: transparent;
  }
  #header .blue_header.is-active .rte {
    flex-direction: column;
    margin: 0;
  }
  #header .blue_header.is-active .rte p {
    margin-left: 0;
    text-align: center;
    color: #1E1F1F;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
  }
  .leistungen .content-text .rte {
    padding-left: 0;
    padding-top: 75px;
  }
  #footer .footer_links {
    right: 75px;
  }
  .leistungen_uebersicht {
    margin-top: 150px;
  }
  .leistungen_uebersicht .rte {
    margin: 0 75px;
  }
  .text_bild_links:last-child {
    padding-bottom: 100px;
  }
  #article-1 .home_ueberuns figure {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .recht {
    margin: 100px 75px;
    margin-top: 125px;
    width: calc(100vw - 150px);
  }
  .mitarbeiter .rsts-view {
    padding-left: 75px;
    padding-right: calc(60vw - 75px);
  }
  .mitarbeiter .rsts-crop {
    padding-right: calc(100vw - 150px);
  }
}
@media (max-width: 900px) {
  .leistungen_uebersicht .rte {
    grid-template-columns: repeat(3,1fr);
  }
  .mitarbeiter .rsts-view {
    padding-right: calc(50vw - 75px);
  }

}
@media (max-width: 800px) {
  .kontakt {
    grid-template-columns: repeat(1,1fr);
  }
  .kontakt .mapLeaflet, .kontakt .cookie_settings {
    grid-column: 1;
  }
  .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);
  }
  .kontakt {
    margin: 75px 50px;
    margin-top: 125px;
    width: calc(100% - 100px);
  }
  h1 {
    font-size: 35px;
  }
  #footer .inside {
    padding: 50px;
    width: calc(100vw - 100px);
    padding-bottom: 75px;
  }
  #footer .footer_info {
    margin-left: 0;
  }
  #footer .footer_recht {
    margin-right: 0;
  }
  #footer .footer_copyright {
    right: 50px;
  }
  .headerbild {
    min-height: 400px;
  }
  .headertext {
    left: 50px;
    width: calc(100% - 100px);
  }
  .headertext .buttonreihe {
    flex-direction: column;
  }
  
  #header .mod_navigation.open ul {
    padding: 0 50px;
    padding-top: 25px;
    height: max-content;
  }
  .leistungen {
    grid-template-columns: repeat(1,1fr);
    margin: 50px;
  }
  .home .text_bild_rechts, 
  .text_bild_rechts,
  .text_bild_links {
    padding: 50px;
    grid-gap: 50px;
  }
  .bluebackground {
    padding: 50px;
  }
  .home_ueberuns {
    margin: 50px;
  }
  #footer .footer_links {
    right: 50px;
  }
  .leistungen_uebersicht .rte {
    margin: 0 50px;
    grid-template-columns: repeat(2,1fr);
  }
  .text_bild_links:last-child {
    padding-bottom: 75px;
  }
  #article-1 .home_ueberuns figure {
    margin-bottom: 25px;
  }
  .recht {
    margin: 75px 50px;
    margin-top: 125px;
    width: calc(100vw - 100px);
  }
  .mitarbeiter .rsts-view {
    padding-left: 50px;
    padding-right: calc(30vw - 50px);
  }
  .mitarbeiter .rsts-crop {
    padding-right: calc(100vw - 100px);
  }
  .mitarbeiter .rsts-slide {
    height: 300px;
  }
  .mitarbeiter.rsts-skin-default .rsts-prev {
    left: 50px;
  }
  .mitarbeiter.rsts-skin-default .rsts-next {
    left: 110px;
  }
}
@media (max-width: 600px) {
  #footer .inside {
    grid-gap: 25px;
    grid-template-columns: repeat(1, 1fr);
  }
  #footer .inside .content-text.media {
    grid-column: 1;
    margin-left: 0;
    margin-bottom: 0;
  }
  #footer .footer_leistungen,
  #footer .footer_recht  {
    margin-left: 0;
  }
  #footer .inside .content-text.media .rte {
    margin-left: 0;
    margin-bottom: 15px;
  }
  #footer .footer_recht p:nth-child(1), #footer .footer_leistungen p:nth-child(1), #footer .footer_info p:nth-child(1) {
    margin-top: 0;
    margin-bottom: 10px;
  }
  #header .content-image {
    width: 250px;
  }
  .home_formular {
    padding: 25px;
  }
}
@media (max-width: 550px) {
  .mitarbeiter .rsts-slide .content-text .rte {
    padding: 15px 20px;
  }
}
@media (max-width: 500px) {
  #popup .inside {
    display: block;
  }
  h1,
  .headertext h1,
  .home .text_bild_rechts h2 {
    font-size: 35px;
  }
  h2 {
    font-size: 35px;
  }
  .home_formular h2,
  .bluebackground h2 {
    margin-bottom: 25px;
  }
  p, li, strong, a, label, button,
  .bluebackground p,
  .headertext p {
    font-size: 15px;
    line-height: 20px;
  }
  .leistungen .content-text p:first-child strong {
    font-size: 20px;
  }
  .leistungen .content-text p:first-child {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .leistungen_uebersicht {
    margin-bottom: 50px;
  }
  .home .text_bild_rechts figure img,
  .home_ueberuns figure img {
    aspect-ratio: 3 / 2;
    object-fit: cover;
  }
  #header>.inside {
    padding: 0px 25px;
    width: calc(100vw - 50px);
  }
  #footer .inside {
    padding: 25px;
    width: calc(100% - 50px);
    padding-bottom: 75px;
  }
  #footer .content-image img {
    width: 200px;
  }
  #footer .footer_kontakt {
    margin-bottom: 25px;
  }
  #footer .footer_copyright {
    right: 25px;
    left: 25px;
  }
  .headertext .buttonreihe {
    margin-top: 25px;
    grid-gap: 15px;
  }
  .headertext {
    left: 25px;
    width: calc(100% - 50px);
    top: auto;
    bottom: 50px;
  }
  .headertext h3 {
    font-size: 20px;
  }
  .bluebackground {
    padding: 25px;
  }
  .leistungen {
    margin: 50px 25px;
  }
  #header .mod_navigation.open ul {
    padding: 0 25px;
    padding-top: 25px;
    gap: 25px;
  }
  #header .mod_navigation ul li a, #header .mod_navigation ul li strong {
    font-size: 20px;
  }
  #header .blue_header.is-active {
    top: calc(100vh - 200px);
  }
  .home_ueberuns {
    margin: 25px;
  }
  .home .text_bild_rechts, .text_bild_rechts, .text_bild_links {
    padding: 25px;
    grid-gap: 25px;
  }
  .text_bild_rechts .rte .orangebutton {
    margin-top: 25px;
  }
  .pfeil_unten {
    left: auto;
    right: 25px;
    top: calc(100vh - 75px);
  }
  .home_ueberuns figure {
    margin-top: 25px;
  }
  .home_ueberuns .orangebutton {
    bottom: 10px;
    right: 10px;
  }
  .orangebutton a,
  .greenbutton a {
    font-size: 15px;
  }
  .home_ueberuns .rte {
    grid-gap: 25px;
  }
  .leistungen_uebersicht .rte {
    margin: 0 25px;
  }
  .text_bild_links:last-child {
    padding-bottom: 50px;
  }
  #article-1 .home_ueberuns figure {
    margin-top: 75px;
  }
  .kontakt {
    margin: 50px 25px;
    margin-top: 125px;
    width: calc(100% - 50px);
    grid-gap: 25px;
  }
  .recht {
    margin: 50px 25px;
    margin-top: 125px;
    width: calc(100vw - 50px);
  }
  #footer .footer_links {
    right: 25px;
    bottom: 15px;
  }
  #footer .footer_links .rte p a {
    height: 20px;
    width: 20px;
    object-fit: contain;
  }
  .home_ueberuns .rte div:nth-child(2) strong {
    font-size: 30px;
  }
  .mitarbeiter .rsts-view {
    padding-left: 25px;
    padding-right: 25px;
  }
  .mitarbeiter .rsts-crop {
    padding-right: calc(100vw - 50px);
  }
  .mitarbeiter .rsts-slide {
    height: 250px;
  }
  .mitarbeiter.rsts-skin-default .rsts-prev {
    left: 25px;
  }
  .mitarbeiter.rsts-skin-default .rsts-next {
    left: 85px;
  }
  #error a {
    display: flex    ;
    justify-content: center;
  }
}
@media (max-width: 450px) {
  .mitarbeiter .rsts-slide {
    height: 300px;
  }

}
@media (max-width: 400px) {
  .home_ueberuns .rte div:nth-child(2) strong {
    font-size: 30px;
  }
  .home_ueberuns .rte div:nth-child(2) {
    flex-direction: column;
    gap: 10px;
  }
  .home_ueberuns .rte div:nth-child(2) p {
    margin-left: auto;
    margin-right: auto;
  }
  .leistungen_uebersicht .rte {
    grid-template-columns: repeat(1,1fr);
  }
  .mitarbeiter .rsts-slide {
    height: 325px;
  }
  .mitarbeiter .rsts-slide .content-text .rte h3 {
    font-size: 18px;
  }
}
@media (max-width: 350px) {
  #footer .footer_links .rte {
    grid-template-columns: repeat(1,1fr);
  }
  #footer .footer_links p {
    justify-content: flex-start !important;
  }
  .mitarbeiter .rsts-slide {
    height: 350px;
  }
}
@media (max-width: 320px) {
  .mitarbeiter .rsts-slide {
    height: 400px;
  }
}


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







