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%}
/*********************************************
 *         main
 ********************************************/

 .mod_mobilenav {
    display: none;
}
 
.mod_mobilenav .nav-open {
    color: #333;
    padding: 10px;
    display: block;
}

.mod_mobilenav .nav-open .word {
	display: none;
}

.mod_mobilenav .nav-open .icon {
	position: relative;
	line-height: 40px;
	width: 40px;
	height: 40px;
	text-align: center;
	display: block;
	background: #000000;
}

.mod_mobilenav .nav-open .icon .hamburger {
	width: 25px;
	height: 3px;
	background: white;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -12.5px;
	margin-top: -1.5px;
	transition: transform 200ms;
}

.mod_mobilenav .nav-open .icon .hamburger.hamburger-1 {
  transform: translate3d(0, -8px, 0);
}
.mod_mobilenav .nav-open .icon .hamburger.hamburger-2 {
  transform: translate3d(0, 0, 0);
}
.mod_mobilenav .nav-open .icon .hamburger.hamburger-3 {
  transform: translate3d(0, 8px, 0);
}

.mod_mobilenav .nav-open.active .icon .hamburger.hamburger-1 {
	transform: translate3d(0, 0, 0) rotate(45deg);
}
.mod_mobilenav .nav-open.active .icon .hamburger.hamburger-2 {
	transform: translate3d(0, 0, 0) scale(0.1, 1);
}
.mod_mobilenav .nav-open.active .icon .hamburger.hamburger-3 {
	transform: translate3d(0, 0, 0) rotate(-45deg);
}
 
.nav-mobile  {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: auto;
    z-index: 999;
    transition: 250ms;
    background: #fff;
	transform: translateX(-100%);
	display: none;
}

.nav-mobile.active {
	box-shadow: 0 20px 70px rgb(0 0 0 / 20%)
}

.nav-mobile , .nav-mobile ul {
    width: 100%;
    max-width: 253px;
    overflow: hidden;
}
.nav-mobile ul > li {
    font-size: 16px;
}
.nav-mobile ul > li a, .nav-mobile ul > li strong {
    padding-right: 50px !important;
}

.nav-mobile * {
    box-sizing: border-box;
}

.nav-mobile button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    background: rgba(0,0,0,0);
	border: none;
    border-left: 1px solid rgba(0,0,0,0.1);
    cursor: pointer;
}

.nav-mobile .arrow {
	display: inline-block !important;
	border-right: 4px solid black;
	border-bottom: 4px solid black;
	width: 10px; height: 10px;
	padding: 0 !important;
	transform: rotate(-45deg);
}

.nav-mobile .arrow.arrow-left {
	transform: rotate(-225deg) translateX(-1px);
}

.nav-mobile span .arrow.arrow-left {
	margin-right: 10px;
}

.nav-mobile ul > li ul {
    left: 100%;
}
.nav-mobile ul {
    margin: 0;
	padding: 0;
	list-style: none;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: 100ms;
    overflow-y: auto;
    overflow-x: hidden;
}

.nav-mobile ul li {
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,0.1)
}

.nav-mobile ul li span.forward, .nav-mobile ul li a, .nav-mobile ul li.back span, .nav-mobile ul li.close-menu span, .nav-mobile li.trail > span.trail, .nav-mobile li.active > span, .nav-mobile li.title > span {
    position: relative;
    padding: 1rem 1.25rem;
    display: block;
    cursor: pointer;
	text-decoration: none;
}

.nav-mobile ul li span.forward, .nav-mobile li.trail > a, .nav-mobile li.active > span, .nav-mobile li.trail > span.trail {
    background: rgba(0,0,0,0.025);
}

.nav-mobile.active {
    transform: translateX(0);
	animation: mobilenavSlideIn 250ms linear;
	display: block;
}

.nav-mobile ul.active{
    left: 0;
}

.nav-mobile .no-scroll {
    overflow: hidden;
}

.nav-mobile .close-menu {

}

.nav-mobile li.title, .nav-mobile li.fa-homee span {
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
}

.nav-mobile strong {
    font-weight: normal;
}
.nav-mobile li.fa-homee span strong {
    font-weight: bold;
}

/*********************************************
 *         nav-mobile-header
 ********************************************/
.nav-mobile-header {
    display: none;
    position: fixed;
    padding: 10px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

/*********************************************
 *         media
 ********************************************/
@media screen and (max-width: 800px) {
    .mod_mobilenav {
        display: block;
    }

    header .mod_navigation,
	header .mod_customnav,
	header .mod_rocksolid_mega_menu {
        display: none;
    }
}

@keyframes mobilenavSlideIn {
	from {
		transform: translateX(-100%);
	}
	to {
		transform: translateX(0);
	}
}
.rs-columns {
  clear: both;
  display: inline-block;
  width: 100%;
}

.rs-column {
  float: left;
  width: 100%;
  margin-top: 7.69231%;
  margin-right: 7.69231%;
}
.rs-column.-large-first {
  clear: left;
}
.rs-column.-large-last {
  margin-right: -5px;
}
.rs-column.-large-first-row {
  margin-top: 0;
}
.rs-column.-large-col-1-1 {
  width: 100%;
}
.rs-column.-large-col-2-1 {
  width: 46.15385%;
}
.rs-column.-large-col-2-2 {
  width: 100%;
}
.rs-column.-large-col-3-1 {
  width: 28.20513%;
}
.rs-column.-large-col-3-2 {
  width: 64.10256%;
}
.rs-column.-large-col-3-3 {
  width: 100%;
}
.rs-column.-large-col-4-1 {
  width: 19.23077%;
}
.rs-column.-large-col-4-2 {
  width: 46.15385%;
}
.rs-column.-large-col-4-3 {
  width: 73.07692%;
}
.rs-column.-large-col-4-4 {
  width: 100%;
}
.rs-column.-large-col-5-1 {
  width: 13.84615%;
}
.rs-column.-large-col-5-2 {
  width: 35.38462%;
}
.rs-column.-large-col-5-3 {
  width: 56.92308%;
}
.rs-column.-large-col-5-4 {
  width: 78.46154%;
}
.rs-column.-large-col-5-5 {
  width: 100%;
}
.rs-column.-large-col-6-1 {
  width: 10.25641%;
}
.rs-column.-large-col-6-2 {
  width: 28.20513%;
}
.rs-column.-large-col-6-3 {
  width: 46.15385%;
}
.rs-column.-large-col-6-4 {
  width: 64.10256%;
}
.rs-column.-large-col-6-5 {
  width: 82.05128%;
}
.rs-column.-large-col-6-6 {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .rs-column {
    margin-top: 7.69231%;
    margin-right: 7.69231%;
  }
  .rs-column.-large-first {
    clear: none;
  }
  .rs-column.-large-last {
    margin-right: 7.69231%;
  }
  .rs-column.-large-first-row {
    margin-top: 7.69231%;
  }
  .rs-column.-medium-first {
    clear: left;
  }
  .rs-column.-medium-last {
    margin-right: -5px;
  }
  .rs-column.-medium-first-row {
    margin-top: 0;
  }
  .rs-column.-medium-col-1-1 {
    width: 100%;
  }
  .rs-column.-medium-col-2-1 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-2-2 {
    width: 100%;
  }
  .rs-column.-medium-col-3-1 {
    width: 28.20513%;
  }
  .rs-column.-medium-col-3-2 {
    width: 64.10256%;
  }
  .rs-column.-medium-col-3-3 {
    width: 100%;
  }
  .rs-column.-medium-col-4-1 {
    width: 19.23077%;
  }
  .rs-column.-medium-col-4-2 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-4-3 {
    width: 73.07692%;
  }
  .rs-column.-medium-col-4-4 {
    width: 100%;
  }
  .rs-column.-medium-col-5-1 {
    width: 13.84615%;
  }
  .rs-column.-medium-col-5-2 {
    width: 35.38462%;
  }
  .rs-column.-medium-col-5-3 {
    width: 56.92308%;
  }
  .rs-column.-medium-col-5-4 {
    width: 78.46154%;
  }
  .rs-column.-medium-col-5-5 {
    width: 100%;
  }
  .rs-column.-medium-col-6-1 {
    width: 10.25641%;
  }
  .rs-column.-medium-col-6-2 {
    width: 28.20513%;
  }
  .rs-column.-medium-col-6-3 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-6-4 {
    width: 64.10256%;
  }
  .rs-column.-medium-col-6-5 {
    width: 82.05128%;
  }
  .rs-column.-medium-col-6-6 {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .rs-column {
    margin-top: 7.69231%;
    margin-right: 7.69231%;
  }
  .rs-column.-large-last {
    margin-right: 7.69231%;
  }
  .rs-column.-large-first-row {
    margin-top: 7.69231%;
  }
  .rs-column.-medium-first {
    clear: none;
  }
  .rs-column.-medium-last {
    margin-right: 7.69231%;
  }
  .rs-column.-medium-first-row {
    margin-top: 7.69231%;
  }
  .rs-column.-small-first {
    clear: left;
  }
  .rs-column.-small-last {
    margin-right: -5px;
  }
  .rs-column.-small-first-row {
    margin-top: 0;
  }
  .rs-column.-small-col-1-1 {
    width: 100%;
  }
  .rs-column.-small-col-2-1 {
    width: 46.15385%;
  }
  .rs-column.-small-col-2-2 {
    width: 100%;
  }
  .rs-column.-small-col-3-1 {
    width: 28.20513%;
  }
  .rs-column.-small-col-3-2 {
    width: 64.10256%;
  }
  .rs-column.-small-col-3-3 {
    width: 100%;
  }
  .rs-column.-small-col-4-1 {
    width: 19.23077%;
  }
  .rs-column.-small-col-4-2 {
    width: 46.15385%;
  }
  .rs-column.-small-col-4-3 {
    width: 73.07692%;
  }
  .rs-column.-small-col-4-4 {
    width: 100%;
  }
  .rs-column.-small-col-5-1 {
    width: 13.84615%;
  }
  .rs-column.-small-col-5-2 {
    width: 35.38462%;
  }
  .rs-column.-small-col-5-3 {
    width: 56.92308%;
  }
  .rs-column.-small-col-5-4 {
    width: 78.46154%;
  }
  .rs-column.-small-col-5-5 {
    width: 100%;
  }
  .rs-column.-small-col-6-1 {
    width: 10.25641%;
  }
  .rs-column.-small-col-6-2 {
    width: 28.20513%;
  }
  .rs-column.-small-col-6-3 {
    width: 46.15385%;
  }
  .rs-column.-small-col-6-4 {
    width: 64.10256%;
  }
  .rs-column.-small-col-6-5 {
    width: 82.05128%;
  }
  .rs-column.-small-col-6-6 {
    width: 100%;
  }
}

.cc-head>*:first-child{margin-top:0}.cc-head>*:last-child{margin-bottom:15px}.contao-cookiebar{--ccb-backdrop: rgba(0, 0, 0, .75);--ccb-anim-duration: .5s;--ccb-checked-clr: #399d32;--ccb-checked-bg: #dcf3db;--ccb-unchecked-clr: #9c9b99;--ccb-unchecked-bg: #fff;--ccb-disabled-clr: #c8c7c5;--ccb-disabled-bg: #f4f4f4;--ccb-focus-clr: #00a4f4;position:fixed;inset:0;z-index:9999;display:flex;align-items:var(--ccb-align, center);justify-content:var(--ccb-justify, center);letter-spacing:0;padding:15px;max-height:100dvh;box-sizing:border-box;pointer-events:none;overflow:hidden;color:var(--ccb-clr, #444)}.contao-cookiebar *{box-sizing:border-box}.contao-cookiebar p{color:var(--ccb-text, #868686);line-height:1.4}.contao-cookiebar label{position:relative;display:block;padding:8px 13px 8px 0;line-height:1.2rem}.contao-cookiebar label.group{font-weight:600}.contao-cookiebar input{position:absolute;width:1px;height:1px;outline:0 none;opacity:0}.contao-cookiebar input+label{padding:8px 13px 8px 45px;cursor:pointer}.contao-cookiebar input+label:before,.contao-cookiebar input+label:after{content:"";position:absolute;border-radius:10px}.contao-cookiebar input+label:before{top:7px;left:0;width:35px;height:18px;margin:0;box-sizing:content-box;background:var(--ccb-unchecked-bg);border:1px solid var(--ccb-unchecked-clr);transition:border-color .2s}.contao-cookiebar input+label:after{display:block;top:11px;left:4px;width:12px;height:12px;background:var(--ccb-unchecked-clr);transition:background .2s,margin-left .2s,padding .2s}.contao-cookiebar input+label:active:after{padding-left:5px}.contao-cookiebar input.cc-group-half+label:after{background:linear-gradient(to right, var(--ccb-unchecked-clr) 0%, var(--ccb-unchecked-clr) 50%, var(--ccb-checked-clr) 50%, var(--ccb-checked-clr) 100%)}.contao-cookiebar input:checked+label:after{background:var(--ccb-checked-clr);margin-left:17px}.contao-cookiebar input:checked+label:active:after{margin-left:12px}.contao-cookiebar input:checked+label:before{background:var(--ccb-checked-bg);border-color:var(--ccb-checked-clr)}.contao-cookiebar input:disabled+label{pointer-events:none}.contao-cookiebar input:disabled+label:after{background:var(--ccb-disabled-clr)}.contao-cookiebar input:disabled+label:before{background:var(--ccb-disabled-bg);border-color:var(--ccb-disabled-clr)}.contao-cookiebar input:focus-visible:not(.cc-hide-focus)+label:before{outline:3px dashed var(--ccb-focus-clr);outline-offset:2px}.contao-cookiebar .cc-btn{display:inline-block;cursor:pointer;width:100%;padding:8px 14px;margin-bottom:8px;font-size:15px;outline:0 none;border:1px solid var(--ccb-btn-bdr, #cfcfcf);border-radius:4px;color:var(--ccb-btn-clr, #444);background:var(--ccb-btn-bg, #f5f5f5)}.contao-cookiebar .cc-btn:hover,.contao-cookiebar .cc-btn:focus{background:var(--ccb-btn-bg-hvr, #ececec)}.contao-cookiebar .cc-btn:last-child{margin-bottom:0}.contao-cookiebar .grayscale{--ccb-btn-bg: #f1efef;--ccb-btn-bg-hvr: #ececec}.contao-cookiebar .grayscale .success{--ccb-btn-bg: #fbfbfb;--ccb-btn-bg-hvr: #f7f7f7}.contao-cookiebar .highlight .success{--ccb-btn-bg: #4e9e3e;--ccb-btn-bg-hvr: #4c933f;--ccb-btn-bdr: #3e7830;--ccb-btn-clr: #fff}.cc-focus:not(.cc-hide-focus):focus-visible{outline:3px dashed var(--ccb-focus-clr);outline-offset:-3px}.cc-invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;float:left}.cc-inner{display:inline-block;overflow-y:auto;max-height:100%;max-width:100%;padding:23px;border-radius:3px;opacity:0;pointer-events:none;visibility:hidden;font-size:1rem;text-align:left;background:var(--ccb-bg, #fff);box-shadow:var(--ccb-box-shadow, rgba(99, 99, 99, 0.2)) 0 2px 8px 0;animation:var(--ccb-anim, cookiebar-middle-in) var(--ccb-anim-duration) ease-in-out forwards}.cc-group{position:relative;border:1px solid var(--ccb-bdr, #d0d0d0);border-radius:5px;margin-bottom:10px}.cc-cookie-info{font-size:.875rem;background:var(--ccb-info-bg, #fff);border:1px solid var(--ccb-info-bdr, #efefef);padding:10px;border-radius:5px}.cc-cookie-info>div>span{font-weight:600}.cc-cookie-info>div+div{margin-top:5px;word-wrap:break-word}.cc-cookie-info+button.cc-detail-btn-details{margin-top:15px}.cc-cookies{background:var(--ccb-cookies-bg, #fbfbfb);border-radius:0 0 5px 5px}.cc-cookies>p{font-size:.875rem}.cc-cookies>p,.cc-cookies>.cc-cookie{margin:0;padding:15px;border-top:1px solid var(--ccb-cookies-bdr, #fbfbfb)}.cc-cookie label.cookie+*{margin-top:10px}.cc-cookie p{margin:0 0 15px;font-size:.875rem}.cc-cookie-desc p{margin-bottom:0}.cc-footer,.cc-info{text-align:center}.cc-info{margin-top:15px}.cc-info>p{font-size:.875rem}.cc-info>a{display:inline-block;font-size:.813rem;color:var(--ccb-detail-clr, #a2a2a2);text-decoration:none}.cc-info>a:hover{color:var(--ccb-detail-clr-hvr, #717171)}.cc-info>a+a:before{display:inline-block;content:"·";margin-right:5px}.cc-active .cc-inner{opacity:1;pointer-events:auto;visibility:visible}.cc-active.cc-blocked{pointer-events:auto;animation:cookiebar-overlay-in var(--ccb-anim-duration) ease-in-out forwards}.cc-saved.cc-inner{opacity:0;pointer-events:none;visibility:hidden}.cc-saved.cc-blocked{pointer-events:none;animation:cookiebar-overlay-out var(--ccb-anim-duration) ease-in-out forwards}.cc-left{--ccb-justify: flex-start}.cc-right{--ccb-justify: flex-end}.cc-top{--ccb-align: flex-start}.cc-top.cc-active{--ccb-anim: cookiebar-top-in}.cc-top.cc-saved{--ccb-anim: cookiebar-top-out}.cc-middle.cc-active{--ccb-anim: cookiebar-middle-in}.cc-middle.cc-saved{--ccb-anim: cookiebar-middle-out}.cc-bottom{--ccb-align: flex-end}.cc-bottom.cc-active{--ccb-anim: cookiebar-bottom-in}.cc-bottom.cc-saved{--ccb-anim: cookiebar-bottom-out}@media(min-width: 768px){.contao-cookiebar .cc-btn{width:auto;margin-bottom:0}.cc-inner{max-width:var(--ccb-max-width, 750px)}}@media(forced-colors){.contao-cookiebar input+label:after{border:1px solid currentColor}.cc-inner{border:1px solid currentColor}input.cc-group-half+label:after{margin-left:9px}}@media(prefers-reduced-motion){.contao-cookiebar{--ccb-anim-duration: 2s}}@media print{.contao-cookiebar{opacity:0}}@keyframes cookiebar-overlay-in{0%{background:rgba(0,0,0,0)}to{background:var(--ccb-backdrop)}}@keyframes cookiebar-overlay-out{0%{background:var(--ccb-backdrop)}to{background:rgba(0,0,0,0);visibility:hidden}}@keyframes cookiebar-top-in{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes cookiebar-top-out{0%{opacity:1;visibility:visible;transform:translateY(0)}to{opacity:0;visibility:hidden;transform:translateY(-100%)}}@keyframes cookiebar-middle-in{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes cookiebar-middle-out{0%{opacity:1;visibility:visible;transform:scale(1)}to{opacity:0;visibility:hidden;transform:scale(0)}}@keyframes cookiebar-bottom-in{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes cookiebar-bottom-out{0%{opacity:1;visibility:visible;transform:translateY(0)}to{opacity:0;visibility:hidden;transform:translateY(100%)}}.cc-group{display:flex;flex-wrap:wrap;justify-content:space-between;align-content:center}.cc-group>label{flex-grow:1;margin:5px 0 5px 10px}.cc-cookies{display:none;width:100%}.cc-detail-btn{padding:8px 10px;line-height:1.2rem}.cc-detail-btn-details{text-decoration:underline;padding:0;margin:0 0 10px}.cc-detail-btn,.cc-detail-btn-details{display:inline-block;color:var(--ccb-detail-clr, #a2a2a2);border:0 none;outline:0 none;background:rgba(0,0,0,0);font-size:13px;letter-spacing:0;text-transform:initial;cursor:pointer}.cc-detail-btn span:nth-child(2),.cc-detail-btn-details span:nth-child(2){display:none}.cc-detail-btn.cc-active span:nth-child(1),.cc-detail-btn-details.cc-active span:nth-child(1){display:none}.cc-detail-btn.cc-active span:nth-child(2),.cc-detail-btn-details.cc-active span:nth-child(2){display:inline}.cc-detail-btn:hover,.cc-detail-btn-details:hover{background:rgba(0,0,0,0);color:var(--ccb-detail-clr-hvr, #717171)}
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
footer{margin-top:2rem}footer h2{font-size:1.875rem;font-weight:300}footer h2 strong{color:#e64415;font-weight:300}footer .content-text.media{display:flex;flex-direction:row}footer .content-text.media figure{margin-right:2rem}footer .content-text p{margin-top:0;font-size:1rem;font-weight:300}footer .content-text p strong{font-size:1.125rem;font-weight:400}@media screen and (max-width:600px){footer .content-text.media{flex-direction:column}footer .content-text.media figure{margin-right:0}}
header{background-color:#fff;box-shadow:1px 1px 5px 0px rgba(0, 0, 0, 0.25);width:270px;min-height:100vh;height:100%;left:0;padding:0.9375rem 1.25rem 0 0;position:fixed;top:0;z-index:99}header .content-image{margin-bottom:3.5rem}header .mod_navigation{font-size:1.125rem;line-height:1.38888em;margin:0 0 0.9375rem 0;position:relative;overflow:visible}header .mod_navigation li{position:relative}header .mod_navigation ul li{list-style:none;margin-bottom:0}header .mod_navigation .level_1{-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto;margin:0;padding:0}header .mod_navigation .level_1>li{position:relative}header .mod_navigation .level_1>li a,header .mod_navigation .level_1>li strong{text-decoration:none;display:block;font-family:"Hind", Univers, Calibri, Helvetica, Arial, sans-serif;font-weight:400;padding:12px 10px 10px 40px;transition:background-color, color ease 0.2s}header .mod_navigation .level_1>li.submenu:hover{box-shadow:1px 1px 500px 80vw rgba(0, 0, 0, 0.1)}header .mod_navigation .level_1>li.submenu:hover>.level_2{display:block}header .mod_navigation .level_1>li:last-of-type{margin-top:2rem}header .mod_navigation .level_1>li:last-of-type:before{border-top:0.0625rem solid #bdbdbd;width:100%;height:0;display:block;content:"";position:absolute;top:-1rem}header .mod_navigation a{color:#000}header .mod_navigation a:hover{background-color:#e64415;color:#fff}header .mod_navigation a:hover:before{content:" ";width:10px;height:10px;background-color:#fff;display:block;position:absolute;left:1.125rem;top:1.125rem}header .mod_navigation strong.active{background-color:#e64415;color:#fff}header .mod_navigation strong.active:before{content:" ";width:10px;height:10px;background-color:#fff;display:block;position:absolute;left:1.125rem;top:1.125rem}header .mod_navigation .level_2{padding:0;display:none;background-color:#fdfdfd;position:absolute;top:0;left:250px;width:300px;box-shadow:0px 0px 5px 0px #888;z-index:999}header .header-contact .buttons{display:flex;flex-wrap:wrap;justify-content:space-between;padding:0.6rem 1.6rem}header .header-contact .buttons .toggle-phone,header .header-contact .buttons .toggle-hours,header .header-contact .buttons .toggle-email{background-color:white;display:block;height:100%;left:0.9375rem;max-width:100%;padding-top:0.625rem;border:none}header .header-contact .buttons .toggle-phone img,header .header-contact .buttons .toggle-hours img,header .header-contact .buttons .toggle-email img{width:40px;height:auto}header .header-contact .buttons .toggle-phone:hover img,header .header-contact .buttons .toggle-hours:hover img,header .header-contact .buttons .toggle-email:hover img{filter:invert(30%) sepia(87%) saturate(2128%) hue-rotate(355deg) brightness(93%) contrast(93%);cursor:pointer}header .header-contact .mp-content{display:none;border-top:0.1rem solid #e64415;padding:0.6rem 1.6rem}header .header-contact .mp-content p,header .header-contact .mp-content span,header .header-contact .mp-content ul,header .header-contact .mp-content li,header .header-contact .mp-content strong{font-size:1rem}header .header-contact .mp-content ul{list-style:none;padding:0;margin:0}header .header-contact .mp-content .mail{font-weight:600}header .header-contact .phone.show,header .header-contact .hours.show,header .header-contact .email.show{display:block}@keyframes slideInLeft{0%{transform:translateX(-100%);opacity:1}100%{transform:translateX(0);opacity:1}}@media screen and (max-width:768px){#wrapper{display:block !important}#wrapper header{width:100%;position:sticky;min-height:100%;padding:0;height:auto}#wrapper header .inside{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;padding:1.5rem 2rem !important}#wrapper header .content-image{margin-bottom:0;flex:0 0 100%;order:1}#wrapper header .header-contact{order:2;flex:0 0 57%}#wrapper header .header-contact .buttons{padding:0;justify-content:unset}#wrapper header .header-contact .phone,#wrapper header .header-contact .hours,#wrapper header .header-contact .email{background-color:#FFF;border-right:10px solid #e64415;border-bottom:0.1rem solid #e64415;animation:slideInLeft 0.2s ease-out forwards;position:absolute;left:0}#wrapper header .mod_mobilenav{order:3}#wrapper .right-content{padding-left:0}}
html,body{margin:0;padding:0;height:100%}#wrapper{display:flex;min-height:100vh;flex-direction:row}.mod_article .row,footer .inside{max-width:1400px;margin-left:auto;margin-right:auto}.mod_article.full-width .row{max-width:100%}.inside{padding:0 !important}.rs-columns{margin-bottom:2rem}.rs-columns.same-height{display:flex !important}.right-content{flex:1;display:flex;flex-direction:column;min-height:100vh;padding-left:290px}#container{flex:1;display:flex;flex-direction:column}.header-wrapper{position:absolute;left:50%;transform:translateX(-50%);top:0;width:1400px}.container-wrapper{display:flex;flex-wrap:wrap;background-color:#ededed;color:black}.container-wrapper .content-headline{flex:0 0 100%;max-width:100%}.container-wrapper .content-headline,.container-wrapper .content-text,.container-wrapper .ce_accordion{padding-left:0.9375rem;padding-right:0.9375rem}.container-wrapper .ce_accordion{border:none}#overlay{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100vh;background-color:rgba(30, 30, 30, 0.5);display:flex;justify-content:center;align-items:center;transition:all ease-in-out 0.5s;z-index:1000}#overlay .popup-content{box-shadow:0 0px 5px rgba(30, 30, 30, 0.5);width:680px;max-width:max-content;min-height:150px;background:white;margin:0 1em;box-sizing:border-box;padding:1.5em 1.5em 1em 1em;position:relative}#overlay .popup-content a.close{font-size:1.25em;color:#e64415;position:absolute;top:0.5em;right:0.5em;transition:all ease-in-out 0.25s}#overlay.hidden{display:none !important}#main{flex:1}#footer{background-color:#ededed;color:black;padding:2rem}#banner{position:relative}#banner .container{max-width:100%}#banner .container .content-image,#banner .container .content-youtube{max-height:650px;height:650px}#banner .container .content-image figure,#banner .container .content-youtube figure{height:100%}#banner .container .content-image figure img,#banner .container .content-youtube figure img{height:100%;object-fit:cover}.mod_mobilenav ul li{margin:0}@media screen and (max-width:600px){.header-wrapper{width:calc(100% - 4rem)}.header-wrapper .ce_rs_columns_start .rs-column:last-of-type{margin-bottom:7.69231%}.rs-columns{flex-direction:column}#banner .container .content-image{max-height:1200px;height:1200px}}@media screen and (max-width:820px){#banner .container .content-image{max-height:1050px;height:1050px}.header-wrapper .ce_rs_columns_start{display:flex;flex-direction:column}.header-wrapper .ce_rs_columns_start .rs-column{width:100%}}@media only screen and (min-width:481px) and (max-width:1800px){#container .inside .mod_article .row{padding-left:2rem !important;padding-right:2rem !important}.mod_breadcrumb .row{padding-left:2rem !important;padding-right:2rem !important}.ce_rs_columns_start .rs-column.-medium-col-1-1{width:100%}.header-wrapper{width:calc(100% - 4rem)}}
@font-face{font-display:swap;font-family:"Hind";font-style:normal;font-weight:300;src:url("/files/aid/design/fonts/hind/hind-v17-latin-300.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Hind";font-style:normal;font-weight:400;src:url("/files/aid/design/fonts/hind/hind-v17-latin-regular.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Hind";font-style:normal;font-weight:500;src:url("/files/aid/design/fonts/hind/hind-v17-latin-500.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Hind";font-style:normal;font-weight:600;src:url("/files/aid/design/fonts/hind/hind-v17-latin-600.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Hind";font-style:normal;font-weight:700;src:url("/files/aid/design/fonts/hind/hind-v17-latin-700.woff2") format("woff2")}
body,h1,h2,h3,h4,h5,h6,p,ul li,strong,b{font-family:"Hind", sans-serif}h1{font-size:3rem;font-weight:400;margin-bottom:2.8125rem;max-width:20em;line-height:1.2;overflow-wrap:break-word}h1 strong{font-size:inherit;font-weight:400}h2{color:inherit;font-size:1.75rem;font-weight:400;line-height:1.42857em;margin-bottom:1.25rem;overflow-wrap:break-word}h2 strong{font-size:inherit}h3{font-size:1.25rem;font-weight:400;line-height:1.5em;margin-bottom:0.9375rem;max-width:20em;overflow-wrap:break-word}h1,h2,h3,h4,h5,h6{hyphens:auto}h1 strong,h2 strong,h3 strong,h4 strong,h5 strong,h6 strong{color:#e64415}a{color:#000}a:hover{text-decoration:none}img{vertical-align:middle;border:0;width:100%;height:auto}li{margin:0 0 0.9375rem 0;font-size:1.125rem;line-height:inherit;font-weight:300}p,b,strong{font-size:1.125rem;font-weight:300}b,strong{font-weight:600}caption,thead th,tbody th{word-wrap:break-word;position:relative}th,td{border:1px solid #575757;padding:0.9375rem;font-size:1.125rem;text-align:left;vertical-align:top}::selection{color:#000;background:#faf5a1;text-shadow:none}body,.header-content,.header-content a,.mod_customnav a,.ce_hyperlink a,.mod_article,.ce_rsce_bildbox .bg-1,.ce_rsce_bildbox .bg-2,.ce_rsce_bildbox .bg-3,.ce_rsce_symbollink a,#footer,p,strong,ul li,.container-wrapper{transition:background-color 0.3s ease, color 0.3s ease}body.contrast{background-color:#000 !important;color:#FFF !important}body.contrast .mod_aid_accessibility #toggleAccessibilityMenu{background:#FFF}body.contrast .mod_aid_accessibility #toggleAccessibilityMenu i{background-image:url("/files/aid/design/img/icons/accessibility-icon-contrast.svg")}body.contrast .mod_aid_accessibility .title span{color:#000 !important}body.contrast .mod_aid_accessibility .accessibility-menu{background-color:#FFF}body.contrast .mod_aid_accessibility .option button{background:#FFF !important}body.contrast .mod_aid_accessibility .option button span{color:#000 !important}body.contrast .mod_aid_accessibility .option #decreaseFontSize i{background-image:url("/files/aid/design/img/icons/font-decrease-icon-contrast.svg")}body.contrast .mod_aid_accessibility .option #increaseFontSize i{background-image:url("/files/aid/design/img/icons/font-increase-icon-contrast.svg")}body.contrast .mod_aid_accessibility .option #toggleContrast i{background-image:url("/files/aid/design/img/icons/adjust-contrast-icon-contrast.svg")}body.contrast .mod_aid_accessibility .option #resetSettings i{background-image:url("/files/aid/design/img/icons/reset-icon-contrast.svg")}body.contrast .mod_aid_accessibility .option #toggleReaderMode i{background-image:url("/files/aid/design/img/icons/idea-bulb-icon-contrast.svg")}body.contrast .mod_aid_accessibility .option #toggleReadableLinks i{background-image:url("/files/aid/design/img/icons/link-connection-icon-contrast.svg")}body.contrast .mod_aid_accessibility .option #toggleReadableFont i{background-image:url("/files/aid/design/img/icons/font-icon-contrast.svg")}body.contrast .mod_article.full-width .content-image figure img{display:none}body.contrast .mod_breadcrumb#bcrumb ol li.active:before{background-color:#FFF}body.contrast .mod_breadcrumb#bcrumb ol li:before{background-color:#FFF}body.contrast .mod_breadcrumb#bcrumb ol li a:hover span{color:#000 !important}body.contrast h1,body.contrast h2,body.contrast h3,body.contrast h4,body.contrast h5,body.contrast h6,body.contrast p,body.contrast span,body.contrast a,body.contrast ul li,body.contrast strong,body.contrast .header-navigation .ce_form input[type=text],body.contrast input::placeholder{color:#FFF !important;text-shadow:none !important}body.contrast header,body.contrast .mod_article,body.contrast .ce_rsce_bildbox .bg-1,body.contrast .ce_rsce_bildbox .bg-2,body.contrast .ce_rsce_bildbox .bg-3,body.contrast .ce_rsce_symbollink a,body.contrast #footer,body.contrast .ce_rsce_bildbox-horizontal .bg-1,body.contrast .ce_rsce_bildbox-horizontal .bg-2,body.contrast .ce_rsce_bildbox-horizontal .bg-3,body.contrast .mod_navigation ul,body.contrast .mod_newslist .layout_latest>div,body.contrast .container-wrapper{background:#000 !important;color:#FFF !important}body.contrast .mod_navigation a:hover,body.contrast .mod_navigation a.active,body.contrast a:hover,body.contrast a.active,body.contrast .mod_navigation strong:hover,body.contrast .mod_navigation strong.active{background:#FFF !important;color:#000 !important}body.contrast .mod_navigation a:hover:before,body.contrast .mod_navigation a.active:before,body.contrast a:hover:before,body.contrast a.active:before,body.contrast .mod_navigation strong:hover:before,body.contrast .mod_navigation strong.active:before{background-color:#000 !important}body.contrast .ce_rsce_bildbox a.more,body.contrast .ce_rsce_kategorie a.more,body.contrast .mod_newslist .layout_latest p.more a,body.contrast .ce_hyperlink a{background-color:#000;color:#FFF !important}body.contrast .ce_rsce_bildbox a.more:hover,body.contrast .ce_rsce_kategorie a.more:hover,body.contrast .mod_newslist .layout_latest p.more a:hover,body.contrast .ce_hyperlink a:hover{color:#000 !important}body.contrast .ce_rsce_bildbox a.more:hover span,body.contrast .ce_rsce_bildbox a.more:hover strong,body.contrast .ce_rsce_kategorie a.more:hover span,body.contrast .ce_rsce_kategorie a.more:hover strong,body.contrast .mod_newslist .layout_latest p.more a:hover span,body.contrast .mod_newslist .layout_latest p.more a:hover strong,body.contrast .ce_hyperlink a:hover span,body.contrast .ce_hyperlink a:hover strong{color:#000 !important}body.contrast .ce_rsce_kategorie a.more:before{background-color:#FFF}body.reader-mode{background-color:#FFF !important;color:#000 !important}body.reader-mode h1,body.reader-mode h2,body.reader-mode h3,body.reader-mode h4,body.reader-mode h5,body.reader-mode h6,body.reader-mode p,body.reader-mode span,body.reader-mode a,body.reader-mode ul li,body.reader-mode strong,body.reader-mode .header-navigation .ce_form input[type=text],body.reader-mode input::placeholder{color:#000 !important;text-shadow:none !important}body.reader-mode .mod_article,body.reader-mode .ce_rsce_bildbox .bg-1,body.reader-mode .ce_rsce_bildbox .bg-2,body.reader-mode .ce_rsce_bildbox .bg-3,body.reader-mode .ce_rsce_symbollink a,body.reader-mode #footer,body.reader-mode .ce_rsce_bildbox-horizontal .bg-1,body.reader-mode .ce_rsce_bildbox-horizontal .bg-2,body.reader-mode .ce_rsce_bildbox-horizontal .bg-3,body.reader-mode .container-wrapper{background:#FFF;color:#000}body.reader-mode header .mod_navigation a:hover,body.reader-mode header .mod_navigation strong.active{background:#000;color:#FFF !important}body.reader-mode .mod_aid_accessibility button span,body.reader-mode .mod_aid_accessibility .title span{color:#FFF !important}body.readable-font h1,body.readable-font h2,body.readable-font h3,body.readable-font h4,body.readable-font h5,body.readable-font h6,body.readable-font p,body.readable-font strong,body.readable-font ul li,body.readable-font a,body.readable-font span{font-family:"Arial", Sans-Serif !important}body.readable-links a{text-decoration:underline !important}.mod_aid_accessibility{position:fixed;top:0;right:0;z-index:9999}.mod_aid_accessibility #toggleAccessibilityMenu{padding:0.5rem}.mod_aid_accessibility #toggleAccessibilityMenu .sr-only{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important}.mod_aid_accessibility #toggleAccessibilityMenu i{background-image:url("/files/aid/design/img/icons/accessibility-icon.svg");width:32px;height:32px;display:inline-block;background-size:contain;background-repeat:no-repeat;background-position:center}.mod_aid_accessibility .accessibility-menu{opacity:0;transform:translateY(-10px);transition:opacity 0.3s ease, transform 0.3s ease;pointer-events:none;width:270px;position:absolute;top:60px;right:0;background:#000000;padding:1rem;border-radius:10px 0 0 10px;box-shadow:0 5px 15px rgba(0, 0, 0, 0.2);z-index:1000}.mod_aid_accessibility .accessibility-menu.show{opacity:1;transform:translateY(0);pointer-events:all}.mod_aid_accessibility .title{font-weight:bold;color:#FFF;margin-bottom:1rem}.mod_aid_accessibility .option{display:flex;flex-direction:column;align-items:start;row-gap:5px}.mod_aid_accessibility .option #decreaseFontSize i{background-image:url("/files/aid/design/img/icons/font-decrease-icon.svg")}.mod_aid_accessibility .option #increaseFontSize i{background-image:url("/files/aid/design/img/icons/font-increase-icon.svg")}.mod_aid_accessibility .option #toggleContrast i{background-image:url("/files/aid/design/img/icons/adjust-contrast-icon.svg")}.mod_aid_accessibility .option #resetSettings i{background-image:url("/files/aid/design/img/icons/reset-icon.svg")}.mod_aid_accessibility .option #toggleReaderMode i{background-image:url("/files/aid/design/img/icons/idea-bulb-icon.svg")}.mod_aid_accessibility .option #toggleReadableLinks i{background-image:url("/files/aid/design/img/icons/link-connection-icon.svg")}.mod_aid_accessibility .option #toggleReadableFont i{background-image:url("/files/aid/design/img/icons/font-icon.svg")}.mod_aid_accessibility button{display:inline-flex;align-items:center;justify-content:flex-start;gap:0.5rem;width:auto;height:auto;background:#000;color:#FFF;border:none;padding:0.25rem 0rem;cursor:pointer;transition:background 0.3s ease}.mod_aid_accessibility button span{position:static !important;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal;border:none;color:#FFF;font-size:0.9rem}.mod_aid_accessibility button i{display:inline-block;width:32px;height:32px;background-size:contain;background-repeat:no-repeat;background-position:center}

.ce_rsce_symbollink{width:100%}.ce_rsce_symbollink a{background-color:#ededed;border:0.0625rem solid #ededed;box-shadow:1px 1px 5px 0px rgba(0, 0, 0, 0.25);color:black;display:flex;font-size:1.125rem;font-weight:400;height:calc(100% - 1.5625rem);line-height:1.44444em;margin-bottom:1.5625rem;max-width:100%;position:relative;text-decoration:none;transition:0.25s all ease-in;align-items:center}.ce_rsce_symbollink a:hover{border:0.0625rem solid black}.ce_rsce_symbollink .style-1 figure,.ce_rsce_symbollink .style-1 i::before{font-size:3.75rem;line-height:7.5rem;width:100%;max-width:7.5rem;display:flex;justify-content:center;margin:0;align-self:stretch}.ce_rsce_symbollink .style-1 .text-inside{padding-left:1.875rem;padding-right:1.875rem}.ce_rsce_symbollink .style-1 strong{font-size:1.375rem;line-height:1.18181em}.ce_rsce_symbollink .style-1 i{width:120px;min-width:120px}.ce_rsce_symbollink .style-2 figure{width:48px}.ce_rsce_symbollink .style-2 i::before{min-width:2.875rem;font-size:100%;line-height:2.875rem;width:100%;display:flex;justify-content:center;margin:0}.ce_rsce_symbollink .style-2 .text-inside{padding:0.625rem}.ce_rsce_symbollink i:before{color:#e64415}.ce_rsce_symbollink figure,.ce_rsce_symbollink .box-icon{background-color:white;height:100%;display:flex;justify-content:center;align-items:center}.ce_rsce_symbollink .text-inside{hyphens:auto;padding:0.625rem}.ce_rsce_symbollink .text-inside strong{font-weight:600}.ce_rsce_symbollink.mt-2{margin-top:2rem}@media screen and (max-width:600px){.ce_rsce_symbollink{margin-top:1rem}.ce_rsce_symbollink a{margin-bottom:0}}
.ce_rsce_bildbox{height:100%}.ce_rsce_bildbox>div{min-height:100%}.ce_rsce_bildbox .title{font-size:1.375rem;font-weight:600;line-height:1.22727;margin:0;padding:0.9375rem 0.9375rem 0 0.9375rem}.ce_rsce_bildbox .ce_text{padding:0.9375rem}.ce_rsce_bildbox a.more{background-color:white;border:0.0625rem solid white;box-shadow:1px 1px 5px 0px rgba(0, 0, 0, 0.25);color:black;display:inline-block;font-size:1.125rem;font-weight:400;line-height:1.44444em;margin:0 0.9375rem 0.9375rem 0.9375rem;padding:0.9375rem;position:relative;text-decoration:none;transition:0.25s all ease-in}.ce_rsce_bildbox a.more:hover,.ce_rsce_bildbox a.more:focus{border:0.0625rem solid black}.ce_rsce_bildbox .bg-1{background-color:white;color:black}.ce_rsce_bildbox .bg-3{background-color:#e64415;color:white}
.inside{padding-bottom:2.875rem;padding-top:2.875rem}.inside .mod_article .rs-columns{display:block}.mod_article{margin-top:2rem;margin-bottom:2rem}.mod_article.bg-gray,.mod_article.bg-red{padding-bottom:2.875rem;padding-top:2.875rem;margin-top:0;margin-bottom:0}.mod_article.bg-gray{background-color:#ededed;color:#000}.mod_article.bg-gray a{color:#000}.mod_article.bg-red{background-color:#e64415;color:#FFF}.mod_article.bg-red a{color:#FFF}.mod_article.bg-red .mod_newslist a,.mod_article.bg-red .ce_hyperlink a{color:#000}.mod_article.padding-ignore{padding:0}@media screen and (max-width:600px){.mod_article:not(.full-width){padding-left:2rem;padding-right:2rem}}
.ce_rsce_kategorie{margin-bottom:1.5625rem}.ce_rsce_kategorie ul{list-style:none;margin-bottom:0;padding:0;display:flex;justify-content:space-between;flex-wrap:wrap}.ce_rsce_kategorie ul li{flex:0 0 100%;max-width:100%;margin-bottom:0.9375rem}.ce_rsce_kategorie figure{margin:0}.ce_rsce_kategorie a.more{background:white;border:0.0625rem solid white;box-shadow:1px 1px 5px 0px rgba(0, 0, 0, 0.25);color:black;display:block;font-size:1.375rem;font-weight:400;line-height:1.44444em;margin:-1.875rem 0.9375rem 0.9375rem 0.9375rem;padding:0.9375rem 1.875rem 0.9375rem 0.9375rem;position:relative;text-decoration:none;transition:0.25s all ease-in}.ce_rsce_kategorie a.more:hover{border:0.0625rem solid black}.ce_rsce_kategorie a.more:before{content:"";display:inline-block;width:16px;height:16px;background-color:red;margin-right:1rem;vertical-align:middle}@media (min-width:1400px){.ce_rsce_kategorie ul li{flex:0 0 32%;max-width:32%}}@media (min-width:992px) and (max-width:1399px){.ce_rsce_kategorie ul li{flex:0 0 47%;max-width:47%}}
.mod_newslist{min-height:100%;padding-left:0;padding-right:0}.mod_newslist .row{list-style:none;margin-bottom:0;padding:0;display:flex;flex-wrap:wrap;gap:7px}.mod_newslist .layout_latest{flex:0 0 33%}.mod_newslist .layout_latest .mp-inside{display:flex;flex-direction:column}.mod_newslist .layout_latest .mp-inside>div{display:flex;flex-direction:column;flex:1 1 0;justify-content:space-between}.mod_newslist .layout_latest figcaption{display:none}.mod_newslist .layout_latest>div{background-color:rgba(255, 255, 255, 0.7);min-height:100%}.mod_newslist .layout_latest h2{color:black !important;font-size:1.375rem;font-weight:600;line-height:1.22727;margin:0;padding:0.9375rem 0.9375rem 0 0.9375rem}.mod_newslist .layout_latest h2 a{text-decoration:none}.mod_newslist .layout_latest .ce_text{color:black;padding:0.9375rem}.mod_newslist .layout_latest p.more a{background-color:white;border:0.0625rem solid white;box-shadow:1px 1px 5px 0px rgba(0, 0, 0, 0.25);color:black !important;display:inline-block;font-size:1.125rem;font-weight:400;line-height:1.44444em;margin:0 0.9375rem 0.9375rem 0.9375rem;padding:0.9375rem;position:relative;text-decoration:none;transition:0.25s all ease-in}.mod_newslist .layout_latest p.more a:hover{border:0.0625rem solid black}.mod_newslist .pagination{display:none}@media screen and (max-width:600px){.mod_newslist .row{flex-direction:column}}@media screen and (max-width:820px){.mod_newslist .layout_latest{flex:1 0 100%}}
.mod_breadcrumb#bcrumb{font-weight:300;text-transform:uppercase}.mod_breadcrumb#bcrumb ol{display:flex;flex-flow:wrap;padding-left:0rem;margin:0}.mod_breadcrumb#bcrumb ol li{display:flex;align-items:center;padding-right:1rem;margin-bottom:0}.mod_breadcrumb#bcrumb ol li:before{content:"";display:block;width:0.75rem;height:0.75rem;background-color:#646464;margin-right:0.35rem;margin-bottom:0.2rem}.mod_breadcrumb#bcrumb ol li.active{color:#e64415;font-weight:bold}.mod_breadcrumb#bcrumb ol li.active:before{background-color:#e64415}.mod_breadcrumb#bcrumb ol li a{color:inherit;font-size:0.875rem;text-decoration:none}.mod_breadcrumb .row{margin:0 auto;max-width:1400px;width:100%;padding-top:2.75rem}@media screen and (max-width:600px){.mod_breadcrumb{padding-left:2rem;padding-right:2rem}}
.ce_form{margin:1.25em 0}.ce_form .container{padding:0}.ce_form .row{margin-left:0;margin-right:0;display:flex;flex-wrap:wrap;justify-content:space-between}.ce_form .row>div{flex:1 1 45%}.ce_form fieldset{margin:0 0 0.25em 0;padding:0;border:0}.ce_form fieldset legend{font-family:inherit;font-size:1.125rem;font-weight:600;margin-bottom:0.9375rem}.ce_form .widget{margin-bottom:0.9375rem;position:relative;display:flex}.ce_form .widget label{display:block;float:left;font-family:inherit;font-size:1.125rem;font-weight:inherit;padding:0.8125rem 1.25rem 0.8125rem 0;width:30%}.ce_form input.text,.ce_form select,.ce_form textarea{background-color:white;border:0.0625rem solid #666;box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.39), 0 -1px 1px #FFF, 0 1px 0 #FFF;display:block;font-family:inherit;font-size:inherit;font-weight:inherit;height:auto;margin:2px 0 2px 2%;padding:0.5rem 0.5rem;position:relative;text-align:left;width:68%}.ce_form button.submit{background-color:#e64415;border:0.0625rem solid #e64415;box-shadow:1px 1px 5px 0px rgba(0, 0, 0, 0.25);color:white;display:flex;font-size:1.125rem;font-weight:400;height:calc(100% - 1.5625rem);line-height:1.44444em;margin-bottom:1.5625rem;max-width:100%;padding:0.9375rem;position:relative;text-decoration:none;transition:0.25s all ease-in}.ce_form button.submit:hover,.ce_form button.submit:focus{border:0.0625rem solid black;cursor:pointer}.ce_form .widget-checkbox,.ce_form .widget-submit{margin-left:33%}.ce_form .widget-checkbox fieldset legend{display:none}.ce_form .widget-checkbox fieldset span{display:flex;align-items:center}.ce_form .widget-checkbox fieldset span input{height:1.125em;width:1.125em}.ce_form .widget-checkbox fieldset span label{color:#000;display:inline-block;float:none;padding:0.75em 0.5em;vertical-align:top;width:auto}@media screen and (max-width:600px){.ce_form .widget{flex-direction:column}.ce_form .widget label{width:100%}.ce_form .widget-checkbox,.ce_form .widget-submit{margin-left:0}}
.ce_rsce_abfallabisz ul{margin:0 0 1.875rem 0;padding:0}.ce_rsce_abfallabisz li{background-color:rgba(0, 0, 0, 0.05);list-style:none;margin:0 0 0.625rem 0;padding:0 0.3125rem;display:flex}.ce_rsce_abfallabisz li strong{background-color:rgba(0, 0, 0, 0.025);display:inline-block;font-weight:400;line-height:2.75rem;min-width:15em}.ce_rsce_abfallabisz li figure{background-color:rgba(255, 255, 255, 0.5);display:inline-block;line-height:2.75rem;margin:0;min-height:2.75rem;min-width:2.75rem;max-width:max-content;text-align:center}.ce_rsce_abfallabisz li figure img{width:44px}.ce_rsce_abfallabisz li abbr{border:0px none}@media screen and (max-width:600px){.ce_rsce_abfallabisz{}.ce_rsce_abfallabisz li{flex-wrap:wrap;align-items:center}.ce_rsce_abfallabisz li strong{flex-basis:100%;margin-bottom:0.3125rem}.ce_rsce_abfallabisz li figure{margin-left:auto;margin-bottom:0}}
.ce_rsce_bildbox-horizontal{margin-bottom:1.5625rem}.ce_rsce_bildbox-horizontal .box-inside{display:flex;max-width:100%;position:relative}.ce_rsce_bildbox-horizontal .box-inside.bg-2{background-color:#ededed;color:#000}.ce_rsce_bildbox-horizontal .box-inside.bg-3{background-color:#e64415;color:#FFF}.ce_rsce_bildbox-horizontal .box-inside.bg-3 a{color:#FFF}.ce_rsce_bildbox-horizontal figure{margin:0}.ce_rsce_bildbox-horizontal figure img{width:120px;height:120px}.ce_rsce_bildbox-horizontal .title{font-size:1.375rem;font-weight:600;line-height:1.22727;margin:0;padding:0}.ce_rsce_bildbox-horizontal .ce_text p{margin-top:0}.ce_rsce_bildbox-horizontal .description{padding:0.9375rem}.ce_rsce_bildbox-horizontal .container{max-width:100%;width:100%;padding-right:1.9375rem;padding-left:1.9375rem;margin-right:auto;margin-left:auto}.container-wrapper.col-3 .ce_rsce_bildbox-horizontal{width:25%}.container-wrapper.col-4 .ce_rsce_bildbox-horizontal{width:33%}.container-wrapper.col-6 .ce_rsce_bildbox-horizontal{width:50%}@media screen and (max-width:600px){.container-wrapper.col-3 .ce_rsce_bildbox-horizontal,.container-wrapper.col-4 .ce_rsce_bildbox-horizontal,.container-wrapper.col-6 .ce_rsce_bildbox-horizontal{width:100%}}
.ce_rsce_gartenprodukt{margin:0 0 1.875rem 0;min-height:100%;padding:0}.ce_rsce_gartenprodukt>.box-inside{margin:0;height:100%}.ce_rsce_gartenprodukt>.box-inside .container{background-color:white;padding:1.9375rem;border-bottom:1px solid #e64415;margin:0;min-height:100%}.ce_rsce_gartenprodukt .row>figure{margin:0.5em 0 0.625rem 0;min-height:100%}.ce_rsce_gartenprodukt .row>div{min-height:100%}.ce_rsce_gartenprodukt h2,.ce_rsce_gartenprodukt h3,.ce_rsce_gartenprodukt h4,.ce_rsce_gartenprodukt h5,.ce_rsce_gartenprodukt h6{font-weight:600;margin-bottom:0.625rem}.ce_rsce_gartenprodukt table{margin:0 0 0.625rem 0}.ce_rsce_gartenprodukt th,.ce_rsce_gartenprodukt td{border:0px none;padding:0 0.625rem 0 0}.ce_rsce_gartenprodukt td{hyphens:auto}
.content-image.partner-logo{margin-bottom:2rem}.content-image.partner-logo figure{border:0.05rem solid rgba(0, 0, 0, 0.5)}.content-image.mb-1{margin-bottom:1rem}.content-image.mb-4{margin-bottom:4rem}
.ce_accordion{border-bottom:0.1rem solid rgba(0, 0, 0, 0.1);list-style:none;margin-bottom:0.625rem}.ce_accordion .toggler{display:flex;padding:0.625rem 0.625rem 0.625rem 1.625rem;transition:all ease 0.2s;background:transparent;border:none;position:relative}.ce_accordion .toggler button{background-color:transparent;border:none}.ce_accordion .toggler button:hover{cursor:pointer}.ce_accordion .toggler button:hover h2{color:#e64415}.ce_accordion .toggler h2,.ce_accordion .toggler h3,.ce_accordion .toggler h4,.ce_accordion .toggler h5,.ce_accordion .toggler h6{color:black;display:block;margin:0;padding:0;text-align:left;padding-left:0.9rem}.ce_accordion .toggler .arrow-cast{width:2.5rem;height:2.5rem;position:absolute;left:0.45em;top:0.45rem;transition:all ease 0.2s}.ce_accordion .toggler .arrow-cast:before{width:1.5rem;height:0.25rem;top:1.125rem;left:0.5rem}.ce_accordion .toggler .arrow-cast:after{width:0.25rem;height:1.5rem;top:0.5rem;left:1.125rem;opacity:1;transition:all ease 0.2s}.ce_accordion .toggler .arrow-cast:before,.ce_accordion .toggler .arrow-cast:after{display:block;content:"";background-color:#aaa;position:absolute;border-radius:1rem}.ce_accordion .toggler.active h2{color:#e64415}.ce_accordion .toggler.active .arrow-cast{transform:rotate(-90deg)}.ce_accordion .toggler.active .arrow-cast:before{opacity:0}.ce_accordion .container{padding-right:1.9375rem;padding-left:1.9375rem}
.content-table.standard table,.content-table.schadstoffmobil table{border:0px none;border-collapse:collapse;border-spacing:0;font-family:inherit;font-size:inherit;font-stretch:normal;font-style:normal;line-height:inherit;margin:0 0 2.5rem 0;padding:0;width:100%}.content-table.standard table thead th,.content-table.schadstoffmobil table thead th{background-color:#e64415;color:#FFF}.content-table.standard table td:empty,.content-table.schadstoffmobil table td:empty{height:28.5px}.content-table.standard table td:nth-child(4),.content-table.standard table td:nth-child(5){font-weight:bold}.content-table.mt-2{margin-top:2rem}@media screen and (max-width:994px){.content-table{overflow-x:scroll}}
