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%}
#wrapper .mod_article .article_bg{position:absolute;left:0;top:0;width:100%;height:100%;padding:0;z-index:1}#wrapper .mod_article .article_bg .inside{min-height:100%;height:100%}#wrapper .mod_article .article_bg img{object-fit:cover;min-height:100%;width:100%}#wrapper .mod_article .article_bg video{min-height:100%;min-width:100%;object-fit:cover}@media (min-width:1921px){#wrapper .mod_article .article_bg video{width:100%}}@media (max-width:1023px){#wrapper .mod_article .article_bg.image .inside{display:var(--background_image_mobile, block)}}@media (max-width:1023px){#wrapper .mod_article .article_bg.video .inside{display:var(--background_video_mobile, block)}}html body #wrapper .mod_article{position:relative}html body #wrapper .mod_article.article_bg_color{background:var(--article_bg_color, #fff)}html body #wrapper .mod_article.font_color,html body #wrapper .mod_article.font_color .rte,html body #wrapper .mod_article.font_color h1,html body #wrapper .mod_article.font_color h2,html body #wrapper .mod_article.font_color h3,html body #wrapper .mod_article.font_color h4,html body #wrapper .mod_article.font_color h5,html body #wrapper .mod_article.font_color h6{color:var(--font_color)}html body #wrapper .mod_article.font_color a,html body #wrapper .mod_article.font_color .rte a,html body #wrapper .mod_article.font_color h1 a,html body #wrapper .mod_article.font_color h2 a,html body #wrapper .mod_article.font_color h3 a,html body #wrapper .mod_article.font_color h4 a,html body #wrapper .mod_article.font_color h5 a,html body #wrapper .mod_article.font_color h6 a{color:var(--font_color)}html body #wrapper .mod_article.font_color a:hover,html body #wrapper .mod_article.font_color .rte a:hover,html body #wrapper .mod_article.font_color h1 a:hover,html body #wrapper .mod_article.font_color h2 a:hover,html body #wrapper .mod_article.font_color h3 a:hover,html body #wrapper .mod_article.font_color h4 a:hover,html body #wrapper .mod_article.font_color h5 a:hover,html body #wrapper .mod_article.font_color h6 a:hover{color:var(--font_color);text-decoration:underline}
.mod_article{min-height:var(--element_height, var(--article_min_height, none))}.mod_article.has_img .article_bg>.inside{margin:auto}.mod_article>*{width:var(--article_inside_width);max-width:100%;margin-left:auto;margin-right:auto}
/*********************************************
 *         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%;
  }
}

.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* ubuntu-300 - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  src: url('../../files/design/fonts/./google-webfonts/ubuntu-v14-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Ubuntu Light'), local('Ubuntu-Light'),
       url('../../files/design/fonts/./google-webfonts/ubuntu-v14-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/design/fonts/./google-webfonts/ubuntu-v14-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/design/fonts/./google-webfonts/ubuntu-v14-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../../files/design/fonts/./google-webfonts/ubuntu-v14-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/design/fonts/./google-webfonts/ubuntu-v14-latin-300.svg#Ubuntu') format('svg'); /* Legacy iOS */
}
/* ubuntu-300italic - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 300;
  src: url('../../files/design/fonts/./google-webfonts/ubuntu-v14-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local('Ubuntu Light Italic'), local('Ubuntu-LightItalic'),
       url('../../files/design/fonts/./google-webfonts/ubuntu-v14-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/design/fonts/./google-webfonts/ubuntu-v14-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/design/fonts/./google-webfonts/ubuntu-v14-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('../../files/design/fonts/./google-webfonts/ubuntu-v14-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/design/fonts/./google-webfonts/ubuntu-v14-latin-300italic.svg#Ubuntu') format('svg'); /* Legacy iOS */
}
/* ubuntu-regular - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: url('../../files/design/fonts/./google-webfonts/ubuntu-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Ubuntu Regular'), local('Ubuntu-Regular'),
       url('../../files/design/fonts/./google-webfonts/ubuntu-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/design/fonts/./google-webfonts/ubuntu-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/design/fonts/./google-webfonts/ubuntu-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../files/design/fonts/./google-webfonts/ubuntu-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/design/fonts/./google-webfonts/ubuntu-v14-latin-regular.svg#Ubuntu') format('svg'); /* Legacy iOS */
}
/* ubuntu-italic - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 400;
  src: url('../../files/design/fonts/./google-webfonts/ubuntu-v14-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Ubuntu Italic'), local('Ubuntu-Italic'),
       url('../../files/design/fonts/./google-webfonts/ubuntu-v14-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/design/fonts/./google-webfonts/ubuntu-v14-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/design/fonts/./google-webfonts/ubuntu-v14-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../../files/design/fonts/./google-webfonts/ubuntu-v14-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/design/fonts/./google-webfonts/ubuntu-v14-latin-italic.svg#Ubuntu') format('svg'); /* Legacy iOS */
}
/* ubuntu-500 - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  src: url('../../files/design/fonts/./google-webfonts/ubuntu-v14-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Ubuntu Medium'), local('Ubuntu-Medium'),
       url('../../files/design/fonts/./google-webfonts/ubuntu-v14-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/design/fonts/./google-webfonts/ubuntu-v14-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/design/fonts/./google-webfonts/ubuntu-v14-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../../files/design/fonts/./google-webfonts/ubuntu-v14-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/design/fonts/./google-webfonts/ubuntu-v14-latin-500.svg#Ubuntu') format('svg'); /* Legacy iOS */
}
/* ubuntu-700 - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  src: url('../../files/design/fonts/./google-webfonts/ubuntu-v14-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Ubuntu Bold'), local('Ubuntu-Bold'),
       url('../../files/design/fonts/./google-webfonts/ubuntu-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/design/fonts/./google-webfonts/ubuntu-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/design/fonts/./google-webfonts/ubuntu-v14-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../../files/design/fonts/./google-webfonts/ubuntu-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/design/fonts/./google-webfonts/ubuntu-v14-latin-700.svg#Ubuntu') format('svg'); /* Legacy iOS */
}
/* ubuntu-500italic - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 500;
  src: url('../../files/design/fonts/./google-webfonts/ubuntu-v14-latin-500italic.eot'); /* IE9 Compat Modes */
  src: local('Ubuntu Medium Italic'), local('Ubuntu-MediumItalic'),
       url('../../files/design/fonts/./google-webfonts/ubuntu-v14-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/design/fonts/./google-webfonts/ubuntu-v14-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/design/fonts/./google-webfonts/ubuntu-v14-latin-500italic.woff') format('woff'), /* Modern Browsers */
       url('../../files/design/fonts/./google-webfonts/ubuntu-v14-latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/design/fonts/./google-webfonts/ubuntu-v14-latin-500italic.svg#Ubuntu') format('svg'); /* Legacy iOS */
}
/* ubuntu-700italic - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 700;
  src: url('../../files/design/fonts/./google-webfonts/ubuntu-v14-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local('Ubuntu Bold Italic'), local('Ubuntu-BoldItalic'),
       url('../../files/design/fonts/./google-webfonts/ubuntu-v14-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/design/fonts/./google-webfonts/ubuntu-v14-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/design/fonts/./google-webfonts/ubuntu-v14-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../../files/design/fonts/./google-webfonts/ubuntu-v14-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/design/fonts/./google-webfonts/ubuntu-v14-latin-700italic.svg#Ubuntu') format('svg'); /* Legacy iOS */
}
:root{--color-primary: #28b54b;--color-primary-lighter: #2fd458;--color-primary-light: #2bc451;--color-primary-dark: #24a645;--color-gray-light: #727272;--color-gray: #323232;--color-gray-dark: #000000;--color-text: #000000;--content-width: calc(1200px + 1rem + 1rem)}
*,*:before,*:after{box-sizing:border-box}html,body{font-size:15px}body{font-family:"Ubuntu";line-height:1.8;color:#555555}h1,h2,h3,h4,h5,h6{font-family:Ubuntu;font-weight:300;line-height:1.3;color:#455261;word-wrap:break-word;margin-top:0}h1,.h1{font-size:3rem;margin-bottom:25px}@media (max-width:767px){h1,.h1{font-size:1.733rem;margin-bottom:15px}}h2,.h2{font-size:2.333rem;font-weight:300;line-height:1.3;margin-bottom:1.25rem}@media (max-width:767px){h2,.h2{font-size:1.6rem;margin-bottom:10px}}*+h2,*+h3{margin-top:1.5rem}h3,.h3{font-size:1.867rem}@media (max-width:767px){h3,.h3{font-size:1.467rem;margin-bottom:10px}}img{vertical-align:middle}
.container{padding-left:40px;padding-right:40px;max-width:1240px;margin-left:auto;margin-right:auto}@media (max-width:767px){.container{padding-left:20px;padding-right:20px}}.mod_rocksolid_slider.title{max-height:990px}.ce_image.parallax{height:500px}.ce_image.parallax img{width:100%}.mod_customnav ul li{font-size:1rem}.ce_image.contrast{display:none}.content-hyperlink a,form button[type="submit"]{display:inline-block;border:none;background:var(--color-primary-dark);color:#fff;padding:15px 20px;transition:all 0.2s ease-out 0s;font-weight:bold;font-size:0.8rem;min-width:140px;text-align:center;position:relative;-webkit-appearance:none;cursor:pointer;text-decoration:none}.cookiebar.cookiebar--active{padding:0.75rem 1rem;bottom:1rem;left:1rem;max-width:400px;border:1px solid #0095d7;background:navajowhite}.cookiebar.cookiebar--active #cookiebar-text{margin:0}.cookiebar.cookiebar--active #cookiebar-text .cookiebar__message{display:block;margin:0;font-weight:400;font-size:0.875rem;line-height:1.25rem;color:#333}.cookiebar.cookiebar--active #cookiebar-text .cookiebar__message a{font-weight:700;font-size:0.875rem;line-height:1.25rem;color:white;text-decoration:none;border-bottom:1px dotted white}.cookiebar.cookiebar--active #cookiebar-text .cookiebar__link{display:block;color:#0095d7;text-decoration:none}.cookiebar.cookiebar--active #cookiebar-text .cookiebar__link:hover{color:#016eaf;text-decoration:underline}.cookiebar.cookiebar--active .cookiebar__button{margin:0.9375rem 0 0;font-size:0.75rem;line-height:1.125rem;color:white;border:none !important;background:#0095d7;transition:all 200ms ease}.cookiebar.cookiebar--active .cookiebar__button:hover{background:#016eaf}@media only screen and (max-width:767px){.cookiebar.cookiebar--active{right:1rem;max-width:none;width:auto}.cookiebar.cookiebar--active #cookiebar-text .cookiebar__message{font-size:0.75rem;line-height:1.0625rem}.cookiebar.cookiebar--active .cookiebar__button{font-size:0.6875rem;line-height:0.9375rem}}
body #header{position:absolute;top:0;left:0;right:0;z-index:1000}body #header .container{background:rgba(255, 255, 255, 0.875);backdrop-filter:blur(5px);max-width:var(--content-width)}body #header .topbar{margin:auto;max-width:var(--content-width);padding:0.5rem 1rem}body #header .topbar ul{margin:0;padding:0;list-style:none;color:#fff}body #header .topbar ul li{display:inline-block;margin-right:0.5rem}body #header .topbar ul li img{margin-right:0.25rem;height:1rem;width:1rem;object-fit:contain;object-position:left center}body #header .topbar ul li a{color:#fff}#header .container{display:flex;transition:250ms;align-items:center;justify-content:space-between}#header .content-image a{display:block}#header .content-image figure img{height:100px;padding:5px 0;width:auto;transition:250ms}#header .mod_navigation ul{margin:0;padding:0;list-style:none;position:relative;display:flex;align-items:center}#header .mod_navigation ul.level_1>li>a,#header .mod_navigation ul.level_1>li>strong{line-height:100px;text-decoration:none;padding:0 15px;color:#555555;transition:250ms;font-weight:normal;font-size:1.067rem;display:block}#header .mod_navigation ul.level_1>li>strong,#header .mod_navigation ul.level_1>li>a:hover{color:var(--color-primary-dark)}#header .mod_navigation ul.level_1>li.social>a{width:35px;text-indent:-9999px;box-sizing:unset;padding:0;display:block;width:35px;height:35px;transition:250ms;background-position:center;background-size:10px;background-repeat:no-repeat}#header .mod_navigation ul.level_1>li.social.facebook>a{background-image:url("/files/design/image/icon/facebook-f-brands.svg")}#header .mod_navigation ul.level_1>li.social.facebook>a:hover{background-image:url("/files/design/image/icon/facebook-f-brands_white.svg");background-color:#436098}#header .mod_mobilenav .nav-open{padding:0}#header .mod_mobilenav .nav-open .icon{background:var(--color-primary-dark)}#header .mod_mobilenav ul>li>a,#header .mod_mobilenav ul>li>strong{color:#555555}#header .mod_mobilenav ul>li.active{background:var(--color-primary-dark);color:#fff}#header.fixed .container{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fff;box-shadow:0 20px 70px rgba(0, 0, 0, 0.2)}@media (max-width:970px){#header.fixed .container{box-shadow:0 0px 40px rgba(0, 0, 0, 0.2)}}#header.fixed .content-image img{height:70px}#header.fixed .mod_navigation ul.level_1>li>a,#header.fixed .mod_navigation ul.level_1>li>strong{line-height:70px}@media (max-width:1199px){#header .mod_mobilenav{display:block}#header .mod_navigation{display:none}}@media (max-width:800px){#header .content-image figure img{height:80px}}
#footer{background:var(--color-primary-dark);color:rgba(255, 255, 255, 0.75)}#footer .container{font-size:0.93em;display:flex;align-items:center;justify-content:space-between;padding-top:20px;padding-bottom:20px}@media (max-width:767px){#footer .container{display:block}}#footer p{margin:0}#footer ul{margin:0;padding:0;list-style:none}#footer ul li{display:inline-block}#footer ul li>a,#footer ul li>strong{color:rgba(255, 255, 255, 0.75);text-decoration:none}#footer ul li>strong,#footer ul li>a:hover{color:#fff;text-decoration:underline}#footer ul li+li{margin-left:15px}
#hero{text-align:center}#hero .mod_article{display:flex;justify-content:center;align-items:center}#hero p{font-size:1.5rem;color:#fff;text-shadow:0 0 12px rgba(0, 0, 0, 0.8)}#hero a{font-size:1.25rem}
.mod_aid_accessibility{position:fixed;top:100px;right:10px;z-index:9999}.mod_aid_accessibility #toggleAccessibilityMenu{padding:0.5rem;background:rgba(255, 255, 255, 0.6);backdrop-filter:blur(5px)}.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/pflegedienst-moll/design/image/icons/accessibility-icon.svg");width:32px;height:32px;display:inline-block;background-size:contain;background-repeat:no-repeat;background-position:center}.mod_aid_accessibility #toggleAccessibilityMenu i:before{content:none}.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:rgba(255, 255, 255, 0.6);backdrop-filter:blur(5px);padding:1rem;border-radius:12px;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:#555555;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/pflegedienst-moll/design/image/icons/font-decrease-icon.svg")}.mod_aid_accessibility .option #increaseFontSize i{background-image:url("/files/pflegedienst-moll/design/image/icons/font-increase-icon.svg")}.mod_aid_accessibility .option #toggleContrast i{background-image:url("/files/pflegedienst-moll/design/image/icons/adjust-contrast-icon.svg")}.mod_aid_accessibility .option #resetSettings i{background-image:url("/files/pflegedienst-moll/design/image/icons/reset-icon.svg")}.mod_aid_accessibility .option #toggleReaderMode i{background-image:url("/files/pflegedienst-moll/design/image/icons/idea-bulb-icon.svg")}.mod_aid_accessibility .option #toggleReadableLinks i{background-image:url("/files/pflegedienst-moll/design/image/icons/link-connection-icon.svg")}.mod_aid_accessibility .option #toggleReadableFont i{background-image:url("/files/pflegedienst-moll/design/image/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:transparent;color:#555555;border:none;padding:0.25rem 0rem;cursor:pointer;border-radius:12px;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:#555555;font-size:0.875rem}.mod_aid_accessibility button i{display:inline-block;width:32px;height:32px;background-size:contain;background-repeat:no-repeat;background-position:center}.mod_aid_accessibility>button:hover{background:var(--color-primary)}@media (max-width:1330px){.mod_aid_accessibility{top:100px}}html,body,.header-content,.header-content a,.mod_customnav a,.ce_hyperlink a,.mod_article,#footer,p,strong,ul li,.container-wrapper{transition:background-color 0.3s ease, color 0.3s ease}html:has(.contrast){background-color:#000}html:has(.reader-mode){background-color:#FFF}body.contrast{background-color:#000 !important;color:#FFF !important}body.contrast header .navigation-buttons .ce_hyperlink a,body.contrast header .navigation-buttons .open-menu,body.contrast header.fixed .navigation-buttons .ce_hyperlink a,body.contrast header.fixed .navigation-buttons .open-menu{background:#FFF !important;color:#000 !important}body.contrast header .navigation-buttons .mod_search button,body.contrast header.fixed .navigation-buttons .mod_search button{background-color:unset !important;color:unset !important;text-indent:-9999px}body.contrast header .container,body.contrast header.fixed .container{background:rgba(0, 0, 0, 0.85) !important}body.contrast a.btn,body.contrast button.btn{border:2px solid #FFF}body.contrast .content-text.btn a{border:2px solid #FFF}body.contrast .ce_leaflet span{color:#000 !important}body.contrast .content-image.normal{display:none}body.contrast .content-image.contrast{display:block}body.contrast .icon-boxen .content-text.icon-box{background-color:#000000 !important}body.contrast .ce_tabs ul.nav li.ui-tabs-active a{font-weight:bold}body.contrast .mod_aid_accessibility #toggleAccessibilityMenu{background:#FFF}body.contrast .mod_aid_accessibility #toggleAccessibilityMenu i{background-image:url("/files/pflegedienst-moll/design/image/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/pflegedienst-moll/design/image/icons/font-decrease-icon-contrast.svg")}body.contrast .mod_aid_accessibility .option #increaseFontSize i{background-image:url("/files/pflegedienst-moll/design/image/icons/font-increase-icon-contrast.svg")}body.contrast .mod_aid_accessibility .option #toggleContrast i{background-image:url("/files/pflegedienst-moll/design/image/icons/adjust-contrast-icon-contrast.svg")}body.contrast .mod_aid_accessibility .option #resetSettings i{background-image:url("/files/pflegedienst-moll/design/image/icons/reset-icon-contrast.svg")}body.contrast .mod_aid_accessibility .option #toggleReaderMode i{background-image:url("/files/pflegedienst-moll/design/image/icons/idea-bulb-icon-contrast.svg")}body.contrast .mod_aid_accessibility .option #toggleReadableLinks i{background-image:url("/files/pflegedienst-moll/design/image/icons/link-connection-icon-contrast.svg")}body.contrast .mod_aid_accessibility .option #toggleReadableFont i{background-image:url("/files/pflegedienst-moll/design/image/icons/font-icon-contrast.svg")}body.contrast .mod_janus_booking_form{color:#000 !important}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]{color:#FFF !important;text-shadow:none !important}body.contrast header.menu-open,body.contrast header .menu,body.contrast header .navigation,body.contrast .mod_article,body.contrast #footer,body.contrast footer .copyright,body.contrast .mod_navigation ul,body.contrast .mod_newslist .layout_latest>div,body.contrast .container-wrapper,body.contrast .mod_newslist .layout_latest,body.contrast .ce_janus_teaser,body.contrast .ce_janus_teaser_carousel .teaser-wrapper,body.contrast .ce_text.box-background,body.contrast .mod_janus_booking_form,body.contrast .mod_janus_event_list .event-item,body.contrast form .normal{background:#000 !important;color:#FFF !important}body.contrast .ce_janus_teaser .teaser-links a,body.contrast .ce_janus_teaser .slider-container a,body.contrast .ce_janus_teaser .submit button,body.contrast .ce_janus_teaser button,body.contrast .ce_janus_teaser .event-action a,body.contrast .ce_janus_teaser .links-wrapper a,body.contrast .ce_janus_teaser .event-location-content .more-information,body.contrast .ce_janus_teaser .event-provider-content .more-information,body.contrast .ce_janus_teaser .offer-location-content .more-information,body.contrast .ce_janus_teaser .offer-price-content .more-information,body.contrast .mod_news_slider .teaser-links a,body.contrast .mod_news_slider .slider-container a,body.contrast .mod_news_slider .submit button,body.contrast .mod_news_slider button,body.contrast .mod_news_slider .event-action a,body.contrast .mod_news_slider .links-wrapper a,body.contrast .mod_news_slider .event-location-content .more-information,body.contrast .mod_news_slider .event-provider-content .more-information,body.contrast .mod_news_slider .offer-location-content .more-information,body.contrast .mod_news_slider .offer-price-content .more-information,body.contrast .mod_janus_booking_form .teaser-links a,body.contrast .mod_janus_booking_form .slider-container a,body.contrast .mod_janus_booking_form .submit button,body.contrast .mod_janus_booking_form button,body.contrast .mod_janus_booking_form .event-action a,body.contrast .mod_janus_booking_form .links-wrapper a,body.contrast .mod_janus_booking_form .event-location-content .more-information,body.contrast .mod_janus_booking_form .event-provider-content .more-information,body.contrast .mod_janus_booking_form .offer-location-content .more-information,body.contrast .mod_janus_booking_form .offer-price-content .more-information,body.contrast .ce_form .teaser-links a,body.contrast .ce_form .slider-container a,body.contrast .ce_form .submit button,body.contrast .ce_form button,body.contrast .ce_form .event-action a,body.contrast .ce_form .links-wrapper a,body.contrast .ce_form .event-location-content .more-information,body.contrast .ce_form .event-provider-content .more-information,body.contrast .ce_form .offer-location-content .more-information,body.contrast .ce_form .offer-price-content .more-information,body.contrast .mod_janus_event_list .teaser-links a,body.contrast .mod_janus_event_list .slider-container a,body.contrast .mod_janus_event_list .submit button,body.contrast .mod_janus_event_list button,body.contrast .mod_janus_event_list .event-action a,body.contrast .mod_janus_event_list .links-wrapper a,body.contrast .mod_janus_event_list .event-location-content .more-information,body.contrast .mod_janus_event_list .event-provider-content .more-information,body.contrast .mod_janus_event_list .offer-location-content .more-information,body.contrast .mod_janus_event_list .offer-price-content .more-information,body.contrast .ce_janus_map .teaser-links a,body.contrast .ce_janus_map .slider-container a,body.contrast .ce_janus_map .submit button,body.contrast .ce_janus_map button,body.contrast .ce_janus_map .event-action a,body.contrast .ce_janus_map .links-wrapper a,body.contrast .ce_janus_map .event-location-content .more-information,body.contrast .ce_janus_map .event-provider-content .more-information,body.contrast .ce_janus_map .offer-location-content .more-information,body.contrast .ce_janus_map .offer-price-content .more-information,body.contrast form .teaser-links a,body.contrast form .slider-container a,body.contrast form .submit button,body.contrast form button,body.contrast form .event-action a,body.contrast form .links-wrapper a,body.contrast form .event-location-content .more-information,body.contrast form .event-provider-content .more-information,body.contrast form .offer-location-content .more-information,body.contrast form .offer-price-content .more-information,body.contrast .ce_janus_teaser_carousel .teaser-links a,body.contrast .ce_janus_teaser_carousel .slider-container a,body.contrast .ce_janus_teaser_carousel .submit button,body.contrast .ce_janus_teaser_carousel button,body.contrast .ce_janus_teaser_carousel .event-action a,body.contrast .ce_janus_teaser_carousel .links-wrapper a,body.contrast .ce_janus_teaser_carousel .event-location-content .more-information,body.contrast .ce_janus_teaser_carousel .event-provider-content .more-information,body.contrast .ce_janus_teaser_carousel .offer-location-content .more-information,body.contrast .ce_janus_teaser_carousel .offer-price-content .more-information,body.contrast .event-next-event-link-wrapper .teaser-links a,body.contrast .event-next-event-link-wrapper .slider-container a,body.contrast .event-next-event-link-wrapper .submit button,body.contrast .event-next-event-link-wrapper button,body.contrast .event-next-event-link-wrapper .event-action a,body.contrast .event-next-event-link-wrapper .links-wrapper a,body.contrast .event-next-event-link-wrapper .event-location-content .more-information,body.contrast .event-next-event-link-wrapper .event-provider-content .more-information,body.contrast .event-next-event-link-wrapper .offer-location-content .more-information,body.contrast .event-next-event-link-wrapper .offer-price-content .more-information,body.contrast .mod_janus_event_detail .teaser-links a,body.contrast .mod_janus_event_detail .slider-container a,body.contrast .mod_janus_event_detail .submit button,body.contrast .mod_janus_event_detail button,body.contrast .mod_janus_event_detail .event-action a,body.contrast .mod_janus_event_detail .links-wrapper a,body.contrast .mod_janus_event_detail .event-location-content .more-information,body.contrast .mod_janus_event_detail .event-provider-content .more-information,body.contrast .mod_janus_event_detail .offer-location-content .more-information,body.contrast .mod_janus_event_detail .offer-price-content .more-information,body.contrast .mod_janus_offer_detail .teaser-links a,body.contrast .mod_janus_offer_detail .slider-container a,body.contrast .mod_janus_offer_detail .submit button,body.contrast .mod_janus_offer_detail button,body.contrast .mod_janus_offer_detail .event-action a,body.contrast .mod_janus_offer_detail .links-wrapper a,body.contrast .mod_janus_offer_detail .event-location-content .more-information,body.contrast .mod_janus_offer_detail .event-provider-content .more-information,body.contrast .mod_janus_offer_detail .offer-location-content .more-information,body.contrast .mod_janus_offer_detail .offer-price-content .more-information{background-color:#FFF !important;color:#000 !important}body.contrast .content-text.txtbox,body.contrast .content-text.contactbox,body.contrast .content-text.infobox{background-color:#000;color:#FFF}body.contrast .content-text.txtbox p,body.contrast .content-text.txtbox p a,body.contrast .content-text.txtbox p a strong,body.contrast .content-text.contactbox p,body.contrast .content-text.contactbox p a,body.contrast .content-text.contactbox p a strong,body.contrast .content-text.infobox p,body.contrast .content-text.infobox p a,body.contrast .content-text.infobox p a strong{background-color:#000 !important;color:#FFF !important}body.contrast .content-text.txtbox p:last-of-type a,body.contrast .content-text.infobox p:last-of-type a{background-color:#FFF !important;color:#000 !important}body.contrast .content-text.txtbox p:last-of-type a strong,body.contrast .content-text.infobox p:last-of-type a strong{background-color:#FFF !important;color:#000 !important}body.contrast .content-text.txtbox ul li,body.contrast .content-text.infobox ul li{color:#FFF !important}body.contrast form .cr_body{background-color:#000}body.contrast .flatpickr-calendar span{color:#000 !important}body.contrast .mod_navigation a:hover,body.contrast .mod_navigation a.active,body.contrast .mod_navigation strong:hover,body.contrast .mod_navigation strong.active{background:#000 !important;color:#FFF !important;border-bottom-color:#FFF !important}body.contrast .mod_navigation a:hover:before,body.contrast .mod_navigation a.active:before,body.contrast .mod_navigation strong:hover:before,body.contrast .mod_navigation strong.active:before{background-color:#000 !important}body.contrast .mod_navigation ul.level_1>li.social.facebook>a>span{background-image:url("/files/pflegedienst-moll/design/image/icon/facebook-f-brands_white.svg") !important}body.contrast footer .content-toplink a{color:transparent !important}body.contrast .content-text.contact a,body.contrast footer ul li a,body.contrast footer ul li strong{color:#FFF !important}body.contrast .overlay-wrapper .content-image{display:none}body.contrast .mod_newslist .layout_latest p.more a,body.contrast .ce_hyperlink a{background-color:#000;color:#FFF}body.reader-mode{background-color:#FFF !important;color:#000 !important}body.reader-mode header .container{background:white !important}body.reader-mode .icon-boxen .content-text.icon-box{background-color:#FFFFFF !important}body.reader-mode .ce_tabs ul.nav li.ui-tabs-active a{font-weight:bold}body.reader-mode img{display:none}body.reader-mode .mod_aid_accessibility #toggleAccessibilityMenu{background:#000}body.reader-mode .mod_aid_accessibility #toggleAccessibilityMenu i{background-image:url("/files/pflegedienst-moll/design/image/icons/accessibility-icon-readmode.svg")}body.reader-mode .mod_aid_accessibility .title span{color:#FFF !important}body.reader-mode .mod_aid_accessibility .accessibility-menu{background-color:#000}body.reader-mode .mod_aid_accessibility .option button{background:#000 !important}body.reader-mode .mod_aid_accessibility .option button span{color:#FFF !important}body.reader-mode .mod_aid_accessibility .option #decreaseFontSize i{background-image:url("/files/pflegedienst-moll/design/image/icons/font-decrease-icon-readmode.svg")}body.reader-mode .mod_aid_accessibility .option #increaseFontSize i{background-image:url("/files/pflegedienst-moll/design/image/icons/font-increase-icon-readmode.svg")}body.reader-mode .mod_aid_accessibility .option #toggleContrast i{background-image:url("/files/pflegedienst-moll/design/image/icons/adjust-contrast-icon-readmode.svg")}body.reader-mode .mod_aid_accessibility .option #resetSettings i{background-image:url("/files/pflegedienst-moll/design/image/icons/reset-icon-readmode.svg")}body.reader-mode .mod_aid_accessibility .option #toggleReaderMode i{background-image:url("/files/pflegedienst-moll/design/image/icons/idea-bulb-icon-readmode.svg")}body.reader-mode .mod_aid_accessibility .option #toggleReadableLinks i{background-image:url("/files/pflegedienst-moll/design/image/icons/link-connection-icon-readmode.svg")}body.reader-mode .mod_aid_accessibility .option #toggleReadableFont i{background-image:url("/files/pflegedienst-moll/design/image/icons/font-icon-readmode.svg")}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 header .topbar,body.reader-mode header .navigation,body.reader-mode .mod_article,body.reader-mode #footer,body.reader-mode footer .copyright,body.reader-mode .mod_navigation ul,body.reader-mode .mod_newslist .layout_latest>div,body.reader-mode .container-wrapper,body.reader-mode .mod_newslist .layout_latest{background:#FFF !important;color:#000 !important}body.reader-mode header .navigation{filter:drop-shadow(0px 4px 4px rgba(0, 0, 0, 0)) !important}body.reader-mode .mod_navigation a:hover,body.reader-mode .mod_navigation a.active,body.reader-mode .mod_navigation strong:hover,body.reader-mode .mod_navigation strong.active{background:#FFF !important;color:#000 !important;border-bottom-color:#000 !important}body.reader-mode .mod_navigation a:hover:before,body.reader-mode .mod_navigation a.active:before,body.reader-mode .mod_navigation strong:hover:before,body.reader-mode .mod_navigation strong.active:before{background-color:#FFF !important}body.reader-mode footer .content-toplink a{color:transparent !important}body.reader-mode header .topbar .content-text.topbar-contact ul li a,body.reader-mode .content-text.slider a,body.reader-mode .content-text.slider td{color:#000 !important}body.reader-mode .content-text.contact a,body.reader-mode footer ul li a,body.reader-mode footer ul li strong{color:#000 !important}body.reader-mode .overlay-wrapper .content-image{display:none}body.reader-mode .ce_form .widget.widget-text label,body.reader-mode .ce_form .widget.widget-textarea label{background:#FFF}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-font strong{font-weight:600}body.readable-links a{text-decoration:underline !important}
.mod_article .inside,footer .inside{width:100%;max-width:var(--content-width);margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.mod_article[style="--article_min_height:100vh;"]{display:flex;align-items:center}.mod_article{padding:10rem 0;position:relative;z-index:0}.mod_article.offset-top{margin-top:-10rem}.mod_article.p-t-0{padding-top:0 !important}.mod_article.p-b-0{padding-bottom:0 !important}.mod_article.fullwidth{padding:0}.mod_article.fullwidth>.inside{max-width:unset;padding:0}.mod_article:has(.article_bg){color:#fff}.mod_article:has(.article_bg) .inside{position:static}.mod_article:has(.article_bg):not(.jarallax) .article_bg img{height:100% !important;object-fit:cover !important;object-position:bottom !important}.mod_article .article_bg{position:absolute !important;top:0 !important;left:0 !important;right:0 !important;bottom:0 !important;z-index:-1 !important}.mod_article .article_bg .inside{max-width:unset;padding:0}.mod_article.bg.bg-dark{background-color:var(--color-gray);color:#fff}.mod_article.bg.bg-dark h1,.mod_article.bg.bg-dark h2,.mod_article.bg.bg-dark h3,.mod_article.bg.bg-dark h4,.mod_article.bg.bg-dark h5,.mod_article.bg.bg-dark h6{color:#fff}.mod_article.bg.bg-light{background-color:#f9f9f9}.mod_article.bg.bg-primary{background-color:var(--color-primary)}.mod_article.bg.bg-accent{background-color:var(--color-accent)}@media (max-width:899px){.mod_article{padding:7.5rem 0}.mod_article.offset-top{margin-top:-7.5rem}}@media (max-width:599px){.mod_article{padding:5rem 0}.mod_article.offset-top{margin-top:-5rem}}
.ce_form,form{padding-top:5px}.ce_form.border,form.border{padding-top:15px;border:8px solid rgba(0, 0, 0, 0.1);padding:40px 30px}.ce_form .widget,form .widget{position:relative;margin-bottom:20px}.ce_form .widget.widget-text label,.ce_form .widget.widget-textarea label,form .widget.widget-text label,form .widget.widget-textarea label{position:absolute;top:-1rem;left:10px;padding:0 5px;background:#fff;font-size:0.95rem}.ce_form input,.ce_form textarea,.ce_form select,form input,form textarea,form select{background-color:white;padding:15px;font-size:0.9rem;width:100%;display:block;border:1px solid rgba(0, 0, 0, 0.2);transition:all 0.15s linear 0s;outline:none}.ce_form input:focus,.ce_form input:focus-visible,.ce_form input:target,.ce_form textarea:focus,.ce_form textarea:focus-visible,.ce_form textarea:target,.ce_form select:focus,.ce_form select:focus-visible,.ce_form select:target,form input:focus,form input:focus-visible,form input:target,form textarea:focus,form textarea:focus-visible,form textarea:target,form select:focus,form select:focus-visible,form select:target{border-color:#0095d7 !important}.ce_form fieldset,form fieldset{padding:10px;border:1px solid rgba(0, 0, 0, 0.2)}.ce_form fieldset span,form fieldset span{display:flex}.ce_form fieldset span input,form fieldset span input{width:20px;margin-top:7px;margin-right:15px}.ce_form fieldset span label,form fieldset span label{font-size:1rem}.ce_form fieldset span a,form fieldset span a{color:var(--color-primary-dark);text-decoration:none}.ce_form fieldset span a:hover,form fieldset span a:hover{text-decoration:underline}.ce_form button[type="submit"],form button[type="submit"]{border:none;background:var(--color-primary-dark);color:#fff;padding:15px 20px;transition:all 0.2s ease-out 0s;font-weight:bold;font-size:0.8rem;min-width:140px;text-align:center;position:relative;-webkit-appearance:none;cursor:pointer}.ce_form button[type="submit"]:hover,form button[type="submit"]:hover{background:var(--color-primary)}
.rs-columns{display:block;width:auto;margin-left:-25px;margin-right:-25px;display:flex;flex-wrap:wrap}.rs-columns:before,.rs-columns:after{content:" ";display:table}.rs-columns:after{clear:both}.rs-column{float:unset;flex:none;min-height:1px;padding-left:25px;padding-right:25px;position:relative;margin-top:0;margin-right:0;margin-bottom:30px}.rs-column.-large-first{clear:left}.rs-column.-large-last{margin-right:0}.rs-column.-large-first-row{margin-top:0}.rs-column.-large-col-1-1{width:100%}.rs-column.-large-col-2-1{width:50%}.rs-column.-large-col-2-2{width:100%}.rs-column.-large-col-3-1{width:33.333%}.rs-column.-large-col-3-2{width:66.666%}.rs-column.-large-col-3-3{width:100%}.rs-column.-large-col-4-1{width:25%}.rs-column.-large-col-4-2{width:50%}.rs-column.-large-col-4-3{width:75%}.rs-column.-large-col-4-4{width:100%}.rs-column.-large-col-5-1{width:20%}.rs-column.-large-col-5-2{width:40%}.rs-column.-large-col-5-3{width:60%}.rs-column.-large-col-5-4{width:80%}.rs-column.-large-col-5-5{width:100%}.rs-column.-large-col-6-1{width:16.666%}.rs-column.-large-col-6-2{width:33.333%}.rs-column.-large-col-6-3{width:50%}.rs-column.-large-col-6-4{width:66.666%}.rs-column.-large-col-6-5{width:83.333%}.rs-column.-large-col-6-6{width:100%}@media screen and (max-width:1023px){.rs-column{margin-top:0;margin-right:0}.rs-column.-large-first{clear:none}.rs-column.-large-last{margin-right:0}.rs-column.-large-first-row{margin-top:0}.rs-column.-medium-first{clear:left}.rs-column.-medium-last{margin-right:0}.rs-column.-medium-first-row{margin-top:0}.rs-column.-medium-col-1-1{width:100%}.rs-column.-medium-col-2-1{width:50%}.rs-column.-medium-col-2-2{width:100%}.rs-column.-medium-col-3-1{width:33.333%}.rs-column.-medium-col-3-2{width:66.666%}.rs-column.-medium-col-3-3{width:100%}.rs-column.-medium-col-4-1{width:25%}.rs-column.-medium-col-4-2{width:50%}.rs-column.-medium-col-4-3{width:75%}.rs-column.-medium-col-4-4{width:100%}.rs-column.-medium-col-5-1{width:20%}.rs-column.-medium-col-5-2{width:40%}.rs-column.-medium-col-5-3{width:60%}.rs-column.-medium-col-5-4{width:80%}.rs-column.-medium-col-5-5{width:100%}.rs-column.-medium-col-6-1{width:16.666%}.rs-column.-medium-col-6-2{width:33.333%}.rs-column.-medium-col-6-3{width:50%}.rs-column.-medium-col-6-4{width:66.666%}.rs-column.-medium-col-6-5{width:83.333%}.rs-column.-medium-col-6-6{width:100%}}@media screen and (max-width:768px){.rs-column{margin-right:0}.rs-column.-medium-first{clear:none}.rs-column.-medium-last{margin-right:0}.rs-column.-medium-first-row{margin-top:0}.rs-column.-small-first{clear:left}.rs-column.-small-last{margin-right:0}.rs-column.-small-first-row{margin-top:0}.rs-column.-small-col-1-1{width:100%}.rs-column.-small-col-2-1{width:50%}.rs-column.-small-col-2-2{width:100%}.rs-column.-small-col-3-1{width:33.333%}.rs-column.-small-col-3-2{width:66.666%}.rs-column.-small-col-3-3{width:100%}.rs-column.-small-col-4-1{width:25%}.rs-column.-small-col-4-2{width:50%}.rs-column.-small-col-4-3{width:75%}.rs-column.-small-col-4-4{width:100%}.rs-column.-small-col-5-1{width:20%}.rs-column.-small-col-5-2{width:40%}.rs-column.-small-col-5-3{width:60%}.rs-column.-small-col-5-4{width:80%}.rs-column.-small-col-5-5{width:100%}.rs-column.-small-col-6-1{width:16.666%}.rs-column.-small-col-6-2{width:33.333%}.rs-column.-small-col-6-3{width:50%}.rs-column.-small-col-6-4{width:66.666%}.rs-column.-small-col-6-5{width:83.333%}.rs-column.-small-col-6-6{width:100%}}
.icon-boxen{margin-left:0;margin-right:0;bottom:0}.icon-boxen .rs-column{padding-left:0;padding-right:0;margin-bottom:0}.icon-boxen .rs-column .content-text.icon-box{color:rgba(255, 255, 255, 0.6);padding:25px;height:100%;transition:All 0.3s ease;-webkit-transition:All 0.3s ease;position:relative;z-index:1;cursor:pointer}.icon-boxen .rs-column .content-text.icon-box:hover{box-shadow:0 40px 70px rgba(0, 0, 0, 0.2);z-index:100}.icon-boxen .rs-column .content-text.icon-box.color-lighter{background-color:var(--color-primary-lighter)}.icon-boxen .rs-column .content-text.icon-box.color-light{background-color:var(--color-primary-light)}.icon-boxen .rs-column .content-text.icon-box.color{background-color:var(--color-primary)}.icon-boxen .rs-column .content-text.icon-box.color-dark{background-color:var(--color-primary-dark)}.icon-boxen .rs-column .content-text.icon-box h1,.icon-boxen .rs-column .content-text.icon-box h2,.icon-boxen .rs-column .content-text.icon-box h3,.icon-boxen .rs-column .content-text.icon-box h4,.icon-boxen .rs-column .content-text.icon-box h5,.icon-boxen .rs-column .content-text.icon-box h6{color:#fff;margin-top:25px;margin-bottom:10px}.icon-boxen .rs-column .content-text.icon-box ul{margin:0;padding:0;list-style:none}.icon-boxen .rs-column .content-text.icon-box ul li{font-size:1rem}.icon-boxen .rs-column .content-text.icon-box p{font-size:1rem}.icon-boxen .rs-column .content-text.icon-box p a{color:#fff}.icon-boxen .rs-column .content-text.icon-box.link figure{display:block;height:80px}.icon-boxen .rs-column .content-text.icon-box.link figure a{position:absolute;top:0;left:0;right:0;bottom:0}.icon-boxen .rs-column .content-text.icon-box.link figure a img{margin:25px}.content-text.team{text-align:center;padding-bottom:30px}.content-text.team>figure{padding:0 40px}.content-text.team>figure img{border-radius:100%;border:4px solid rgba(0, 0, 0, 0.1)}.content-text.team>img{margin:0 40px;border-radius:100%;border:4px solid rgba(0, 0, 0, 0.1)}.content-text.team .rte{color:var(--color-primary)}.content-text.team .rte strong{color:#fff;font-size:1.333rem}.content-text.team .rte p{font-size:1rem}.content-text a{color:var(--color-primary-dark);text-decoration:none}.content-text.subtext{color:#b4b4b4;font-size:1.467rem;line-height:1.5}.content-text.subtext p{margin-top:0;margin-bottom:0}@media (max-width:767px){.content-text.subtext{font-size:1rem}}.content-text.headline h1,.content-text.headline h2,.content-text.headline h3,.content-text.headline h4,.content-text.headline h5,.content-text.headline h6{margin-bottom:0}.content-text.headline p{color:var(--color-primary-dark);margin-bottom:0;font-size:1.467rem;line-height:1.5}.content-text p,.content-text ul li{font-size:1rem}.content-text.a-is-btn a{display:inline-block;background:var(--color-primary-dark);color:#fff;padding:0.5rem 1rem;border-radius:4px}.content-text.border{border:8px solid rgba(0, 0, 0, 0.1);padding:20px;height:100%;transition:All 0.3s ease;-webkit-transition:All 0.3s ease}.content-text.border h4{font-weight:700;font-size:1.25rem}.content-text.border:hover{box-shadow:0 0px 50px rgba(0, 0, 0, 0.2)}
.ce_rsce_oneo_tab_nav{border-right:1px solid #e5e5e5}.ce_rsce_oneo_tab_nav ul{padding:0;margin:0;list-style:none}.ce_rsce_oneo_tab_nav ul li a{color:var(--color-text);text-decoration:none;display:block;border-bottom:1px solid #e5e5e5;padding:0.75rem 1rem}.ce_rsce_oneo_tab_nav ul li a.is-active{color:var(--color-primary)}
.ce_accordion{margin-bottom:1px;border:1px solid gainsboro}.ce_accordion .toggler button{padding:1rem calc(1.5rem + 0.5rem + 20px) 1rem 1.5rem;margin-bottom:0;border:none;background:transparent;display:block;font-weight:bold;width:100%;text-align:left;position:relative;cursor:pointer;font-size:1rem}.ce_accordion .toggler button:before{position:absolute;top:50%;right:1rem;padding:0;text-align:center;font-weight:normal;color:#989898;content:"";font-size:2rem;line-height:1;background-image:url(/files/design/image/icon/chevron-down-solid-full.svg);height:20px;width:20px;background-size:contain;background-position:center;transform:translateY(-50%)}.ce_accordion .toggler.open button:before{transform:scale(-1) translateY(50%)}.ce_accordion .accordion{padding:1rem 1.5rem;border-top:1px solid gainsboro}
