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)}
footer>.inside,header>.inside,#main .mod_article>.inside,#top_costum>.inside{width:100%;max-width:var(--content-width);margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}#top_costum{overflow:hidden;position:relative;width:100%;z-index:12;color:var(--color-white);background-color:var(--color-gold);padding-top:0.5rem;padding-bottom:0.5rem;font-size:0.75rem}#top_costum.remove{display:none}#top_costum .inside ul{display:flex;justify-content:flex-start;align-items:center;margin:0;padding:0;list-style:none}#top_costum .inside ul li{padding-right:2.6875rem;display:flex;align-items:center}#top_costum .inside ul li a{display:flex;align-items:center}#top_costum .inside ul li img{margin-right:0.625rem}.raumfreude-picture-left-to-right{position:relative}.raumfreude-picture-left-to-right .inside{padding-left:1rem !important;padding-right:1rem !important;padding-top:40px;padding-bottom:153px;margin-top:4rem;margin-bottom:4rem}.raumfreude-picture-left-to-right .inside .ce_image{border-radius:10px;z-index:-1;position:absolute;top:0;right:calc((100% / 12)* 1);bottom:0;width:100%;height:100%;max-width:calc((100% / 12)* 7)}.raumfreude-picture-left-to-right .inside .ce_image figure{height:100%}.raumfreude-picture-left-to-right .inside .ce_image figure img{width:100%;height:100%;object-fit:cover}.raumfreude-picture-left-to-right .inside .ce_text{position:relative;background-color:rgba(255, 255, 255, 0.9);width:50%;border-radius:10px;padding-top:59px;padding-right:103px;padding-bottom:59px;padding-left:103px}.raumfreude-picture-left-to-right .inside .ce_text:before{content:url("/files/aid/inhalte/bilder/abstrakt/icon_gestaltung.svg");position:absolute;height:100px;width:100px;left:0}.raumfreude-picture-left-to-right .inside .ce_text p:first-of-type{padding-top:0.875rem}.raumfreude-picture-left-to-right .inside .ce_text p:nth-child(odd){margin-bottom:4rem}.raumfreude-picture-right-to-left{position:relative}.raumfreude-picture-right-to-left .inside{padding-left:1rem !important;padding-right:1rem !important;padding-top:40px;padding-bottom:153px;margin-top:4rem;margin-bottom:4rem}.raumfreude-picture-right-to-left .inside .ce_image{border-radius:10px;z-index:-1;position:absolute;top:0;left:0;bottom:0;width:100%;height:100%;max-width:calc((100% / 12)* 7)}.raumfreude-picture-right-to-left .inside .ce_image figure{height:100%}.raumfreude-picture-right-to-left .inside .ce_image figure img{width:100%;height:100%;object-fit:cover}.raumfreude-picture-right-to-left .inside .ce_text{position:relative;background-color:white;max-width:calc((100% / 12)* 7);border-radius:10px;padding-top:62px;padding-right:0;padding-bottom:62px;padding-left:126px;margin-left:auto}.raumfreude-picture-right-to-left .inside .ce_text:before{content:url("/files/aid/inhalte/bilder/abstrakt/icon_gestaltung.svg");position:absolute;height:100px;width:100px;left:22px;top:50%;transform:translateY(-100%)}.raumfreude-picture-right-to-left .inside .ce_text p:first-of-type{padding-bottom:1.75rem;display:inline-block;background-image:linear-gradient(250deg, #e4d39a 0%, #d0b480 50%, #b79771 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-space-area{position:relative}.hero-space-area .inside{position:static;padding-left:1rem !important;padding-right:1rem !important;padding-top:168px;padding-bottom:195px}.hero-space-area .inside .ce_text{background-color:rgba(255, 255, 255, 0.9);width:50%;border-radius:10px;padding:54px 45px;max-width:546px}.hero-space-area .inside .ce_text h2{margin:0}.hero-space-area .inside .ce_text p:first-of-type{padding-top:0.875rem}.hero-space-area .inside .ce_text p:nth-child(odd){margin-bottom:4rem}.hero-space{z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%}.hero-space figure img{width:100%;height:100%;object-fit:cover}.text-box{height:437px;width:546px;position:relative;background-color:rgba(255, 255, 255, 0.9);border-radius:10px;margin-top:-620px;margin-left:198px;margin-bottom:183px}.text-box .ce_text{padding:54px calc(44px - 1rem)}.text-box .ce_text h2{margin:0}.text-box .ce_text p:first-of-type{padding-top:0.875rem;background-image:linear-gradient(250deg, #e4d39a 0%, #d0b480 50%, #b79771 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.text-box .ce_text p:nth-child(odd){margin-bottom:4rem}.textarea-raumfreude .inside{max-width:792px !important;padding-top:calc(97px - 23px);text-align:center}.textarea-raumfreude .inside div p:first-of-type{margin-top:-1rem;margin-bottom:3rem;background-image:linear-gradient(250deg, #e4d39a 0%, #d0b480 50%, #b79771 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.textarea-raumfreude .inside div p:last-of-type{margin-bottom:8rem}.box-leistungen{margin-bottom:5.375rem}.box-leistungen .inside{display:flex;flex-direction:row}.box-leistungen .inside .ce_image{flex:1}.box-leistungen .inside .ce_image figure img{width:100%;height:37.5rem;object-fit:cover}.box-leistungen .inside .ce_text{background-color:var(--color-lightgrey);padding-top:5rem;padding-left:6.375rem;flex:1;max-height:600px}.box-leistungen .inside .ce_text h3{color:var(--color-black)}.box-leistungen .inside .ce_text ul{list-style:none;padding-left:0}.box-leistungen .inside .ce_text ul li{padding-bottom:0.625rem;padding-top:0.625rem;padding-left:calc(0.625rem + 0.625rem);position:relative}.box-leistungen .inside .ce_text ul li:before{content:"";background-color:var(--color-gold);width:0.625rem;height:0.625rem;padding-right:0.625rem;position:absolute;display:inline-block;border-radius:50%;z-index:0;top:0.925rem;left:0}.box-leistungen .inside .ce_text ul li:last-of-type{padding-bottom:4rem}.product-area{text-align:center;background-color:rgba(228, 210, 152, 0.4)}.product-area .inside{margin-top:6.75rem}.product-slider{margin-bottom:5.375rem}.contact-area{position:relative;z-index:0}.contact-area .inside{position:static}.contact-area .inside .-as-bg{height:100%;position:absolute;z-index:-1;right:calc((50% + (var(--content-width) / 12)* 2));left:0}.contact-area .inside .-as-bg figure{height:100%}.contact-area .inside .-as-bg figure img{width:100%;height:100%;object-fit:cover}.contact-area .inside .contact-wrapper{margin-top:3rem;padding-left:calc((var(--content-width) / 12)* 1);flex:2}.contact-area .inside .contact-wrapper h3{color:var(--color-gold);margin:0;margin-bottom:2.5rem}.icon-list{display:flex;flex-direction:row;margin-bottom:4.5625rem}.icon-list h4{font-size:1.5rem;font-weight:400}.icon-list ul{display:block;margin:0;padding:0;list-style:none}.icon-list ul:first-of-type li:first-of-type{display:flex}.icon-list ul:first-of-type li:first-of-type img{top:0px}.icon-list ul li{padding-right:3rem;align-items:center;flex:0 0 50%;margin-bottom:1.25rem}.icon-list ul li>a{display:flex;align-items:baseline}.icon-list ul li img{position:relative;top:8px;height:30px;width:30px;margin-right:20px}.a-as-btn a,.a-as-btn button{transition:0.5s ease;text-decoration:none;color:#FFF;padding:13px 43px;border:2px solid var(--color-green);background-color:var(--color-green);opacity:1}.a-as-btn a:hover,.a-as-btn button:hover{color:var(--color-green);background:#FFF}.-as-bg{position:absolute;z-index:-1;right:calc((50% + (var(--content-width) / 12)* 2));left:0}@media only screen and (min-width:320px) and (max-width:700px){#top_costum{display:none}.hero-space-area .inside{padding-top:70px;padding-bottom:70px}.hero-space-area .inside .hero-space figure{height:100%}.hero-space-area .inside .ce_text{width:100%}.raumfreude-picture-left-to-right .inside{padding-bottom:40px}.raumfreude-picture-left-to-right .inside .ce_image{left:0;max-width:100%;right:0}.raumfreude-picture-left-to-right .inside .ce_text{width:100%;padding:54px 45px}.raumfreude-picture-right-to-left .inside{margin-top:4rem;padding-left:0px !important;padding-right:0px !important;padding-bottom:0;margin-bottom:2rem}.raumfreude-picture-right-to-left .inside .ce_image{width:100%;max-width:100%;max-height:734px}.raumfreude-picture-right-to-left .inside .ce_text{background-color:rgba(255, 255, 255, 0.9) !important;width:100%;max-width:unset;padding:54px 45px}.box-leistungen .inside{flex-direction:column}.box-leistungen .inside .ce_image figure img{width:100%;height:200px;object-fit:cover}.box-leistungen .inside .ce_text{padding:54px 45px}.box-leistungen .inside .ce_text h3,.box-leistungen .inside .ce_text p{text-align:center}.box-leistungen .inside .ce_text h3{margin-top:0}.product-slider{margin-bottom:3rem}.contact-area .inside .ce_image{display:none}.contact-area .inside .rs-columns .ce_rs_column_start{width:100%}.contact-wrapper{margin-top:0 !important;padding-left:0 !important}.contact-wrapper .icon-list{flex-direction:column}.contact-wrapper .icon-list ul li{padding-right:0}}@media only screen and (min-width:700px) and (max-width:1024px){.hero-space-area .ce_image figure{height:100%}.raumfreude-picture-left-to-right .ce_text{padding-left:32px !important;padding-right:32px !important}.raumfreude-picture-right-to-left .ce_text{padding-left:50px !important}.box-leistungen .ce_text{padding-left:24px !important}.contact-area .-as-bg{right:calc((50% + (var(--content-width) / 12)* 0.5)) !important}.contact-area .contact-wrapper .ce_text{flex-direction:column}.contact-area .contact-wrapper .ce_form .form-grid-wrapper{flex-direction:column}}@media only screen and (min-width:768px){.hero-space-area figure{height:100%}}@media only screen and (min-width:1024px) and (max-width:1200px){.-as-bg{right:calc(50% + (var(--content-width) / 12)) !important}}@media only screen and (min-width:1201px) and (max-width:1366px){.-as-bg{right:calc((50% + (var(--content-width) / 12)* 1.5)) !important}}
@font-face{font-display:swap;font-family:"Verdana";font-style:normal;font-weight:400;src:url("/files/aid/design/fonts/verdana/Verdana.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Verdana";font-style:normal;font-weight:700;src:url("/files/aid/design/fonts/verdana/Verdana-Bold.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Verdana";font-style:italic;font-weight:700;src:url("/files/aid/design/fonts/verdana/Verdana-Bold.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Verdana";font-style:italic;font-weight:400;src:url("/files/aid/design/fonts/verdana/Verdana-Bold.woff2") format("woff2")}
*,*:before,*:after{box-sizing:border-box}body{font-family:"Verdana", "Arial"}h2{margin:0;font-size:1.75rem;background-image:linear-gradient(250deg, #e4d39a 0%, #d0b480 50%, #b79771 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}h3{font-size:1.5rem;font-weight:400;margin-bottom:3.75rem;color:var(--color-gold)}h4{font-size:1.5rem;font-weight:400}ul li a{text-decoration:none;color:unset}img{vertical-align:middle}
:root{--color-black: #000;--color-grey: #ACACAC;--color-lightgrey: #F5F5F5;--color-white: #FFF;--color-lightgold: #F9EEC7;--color-gold: #E4D298;--color-brown: #B7966F;--color-green: #B8CE60;--color-link: var(--color-gold);--color-text: var(--color-grey);--content-width: 1200px}
header{position:relative;width:100%;z-index:10;background-color:#FFF;box-shadow:0px 1px 10px 2px rgba(0, 0, 0, 0.4)}header.fixed{position:fixed;top:0;left:0;right:0;background:rgba(255, 255, 255, 0.9);backdrop-filter:blur(5px);animation:headerSlideIn 250ms linear}header.fixed .ce_image img{height:60px !important;width:auto !important}header .inside{display:flex;justify-content:space-between;align-items:center;padding:0 16px;max-width:var(--content-width);margin:auto}header .inside .ce_image{height:100%}header .inside .ce_image img{height:72px;width:auto}@keyframes headerSlideIn{0%{transform:translateY(-100%)}100%{transform:translateY(0)}}
footer{position:relative;z-index:0;background-color:var(--color-black);color:#FFF}footer .inside{display:flex;justify-content:space-between;align-items:center}footer .inside .footer-copyright{padding-top:27px;padding-bottom:27px}footer .inside .ce_image{height:100%}footer .inside .ce_image figure img{width:100%;height:100%;object-fit:cover}@media only screen and (max-width:600px){footer .inside{flex-direction:column;font-size:12px}footer .inside .footer-copyright{padding:0;padding-top:12px;text-align:center}footer .inside nav ul{padding-left:0}}
.ce_form{font-size:1rem;font-weight:normal;padding-top:8px;overflow:visible}.ce_form form .formbody .form-grid-wrapper{display:flex;gap:20px 0;flex-wrap:wrap;margin:0 -1rem}.ce_form form .formbody .form-grid-wrapper .widget-text{flex:0 0 50%;padding:0 1rem}.ce_form form .widget{position:relative}.ce_form form .widget>label{position:absolute;z-index:1;top:0;transform:translateY(-50%);font-size:1rem;line-height:1;display:inline-block;padding:0.25rem 0.5rem;background:#FFF;color:var(--color-grey)}.ce_form form .widget>label>.mandatory{color:red;margin-left:0.25rem;display:inline-block}.ce_form form .widget-text>label{left:2rem}.ce_form form .widget-textarea{margin-top:1.3rem;margin-bottom:1.3rem}.ce_form form .widget-textarea>label{left:1rem}.ce_form form .widget-submit{margin-top:1.3rem;margin-bottom:3rem}.ce_form form input:not(.checkbox),.ce_form form textarea{width:100%;padding:1rem calc(1rem + 60px) 0.75rem 1.5rem;color:var(--color-black);border:none;box-shadow:0px 4px 10px 0px rgba(160, 160, 160, 0.25);outline-color:var(--color-gold)}.ce_form form .widget-checkbox fieldset{padding-left:0}.ce_form form #ctrl_1,.ce_form form #ctrl_2,.ce_form form #ctrl_3,.ce_form form #ctrl_4{margin-bottom:0.8rem}.ce_form form textarea,.ce_form form input{font-family:inherit;font-weight:inherit;font-size:inherit;padding:1rem}.ce_form form textarea{max-height:1000px;min-width:100%;max-width:100%}.ce_form form fieldset{border:none}.ce_form form button{font-size:1rem;transition:0.5s ease;text-decoration:none;color:#FFF;padding:13px 43px;border:2px solid var(--color-gold);background-color:var(--color-gold);opacity:1}.ce_form form button:hover{cursor:pointer;color:var(--color-gold);background:transparent none}@media only screen and (min-width:350px) and (max-width:700px){.ce_form form .formbody .form-grid-wrapper{flex-direction:column}}

.mod_rocksolid_slider .rsts-view .rsts-crop .rsts-slides .rsts-slide{border-radius:10px}.mod_rocksolid_slider .rsts-view .rsts-crop .rsts-slides .rsts-slide .rsts-caption{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);text-align:center}.mod_rocksolid_slider .rsts-view .rsts-prev,.mod_rocksolid_slider .rsts-view .rsts-next{top:calc((500px - 60px)/ 2);border:0px;border-radius:50%;background-repeat:no-repeat;width:60px;height:60px;background-size:32px 32px;box-shadow:0px 4px 8px 0px rgba(0, 0, 0, 0.2)}.mod_rocksolid_slider .rsts-view .rsts-prev{left:calc((50% - ((var(--content-width)/ 12)* 4)));background:url("/files/aid/design/icons/icon_arrow_left.svg") no-repeat;background-position:center center;background-color:var(--color-green)}.mod_rocksolid_slider .rsts-view .rsts-next{right:calc((50% - ((var(--content-width)/ 12)* 4)));background:url("/files/aid/design/icons/icon_arrow_right.svg") no-repeat;background-position:center center;background-color:var(--color-green)}
.mod_article.full-width .inside{padding:0 !important;margin:0 !important;max-width:100% !important}
.mod_cookiebarOpener{margin-bottom:3rem}.mod_cookiebarOpener h3{margin-bottom:1rem}
.mod_mobilenav a .icon{background-color:transparent !important}.mod_mobilenav a .icon .hamburger{background-color:var(--color-gold) !important}.mod_mobilenav .nav-mobile li.active>span{background-color:var(--color-gold);color:var(--color-white)}.mod_mobilenav .nav-mobile li.close-menu span{color:rgba(0, 0, 0, 0.5)}.mod_mobilenav .nav-mobile strong{font-weight:500}
.mod_customnav ul{display:flex;align-items:center;list-style:none}.mod_customnav ul li{padding:0 10px}.mod_customnav ul li a{text-decoration:none;color:var(--color-white)}.mod_customnav ul li:first-child{padding-right:1rem;border-right:2px solid var(--color-white)}.mod_customnav ul li:last-child{padding-left:1rem}
.mod_navigation{overflow:visible}.mod_navigation ul{list-style:none;margin:0;padding:0}.mod_navigation ul li a.padding,.mod_navigation ul li strong.padding{padding:0 !important;padding:2rem 0 calc(2rem - 3px) 0 !important}.mod_navigation ul li a:not(.btn),.mod_navigation ul li strong:not(.btn){display:block;text-decoration:none;border-bottom:3px solid transparent;font-size:1rem;color:var(--color-text);padding:4.25rem 0 calc(4.25rem - 3px) 0}.mod_navigation ul li a:not(.btn).active,.mod_navigation ul li strong:not(.btn).active{color:var(--color-gold);border-color:var(--color-gold);font-weight:700}.mod_navigation ul li a:not(.btn):hover,.mod_navigation ul li strong:not(.btn):hover{border-color:var(--color-gold);transition:0.5s}.mod_navigation ul li+li{margin-left:3.125rem}.mod_navigation ul>li{display:inline-block;position:relative}
