*:focus{outline:none}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}html *,body *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0}ul{margin:0;padding:0}.image_container,.image_container a{}picture{}img{display:block}@font-face{font-display:swap;font-family:"Nunito Sans";font-style:normal;font-weight:300;src:url("../../files/theme/fonts/nunito-sans-v12-latin-300.eot");src:url("../../files/theme/fonts/nunito-sans-v12-latin-300.eot?#iefix") format("embedded-opentype"), url("../../files/theme/fonts/nunito-sans-v12-latin-300.woff2") format("woff2"), url("../../files/theme/fonts/nunito-sans-v12-latin-300.woff") format("woff"), url("../../files/theme/fonts/nunito-sans-v12-latin-300.ttf") format("truetype"), url("../../files/theme/fonts/nunito-sans-v12-latin-300.svg#NunitoSans") format("svg")}@font-face{font-family:"Nunito Sans";font-style:normal;font-weight:400;src:url("../../files/theme/fonts/nunito-sans-v12-latin-regular.eot");src:local(""), url("../../files/theme/fonts/nunito-sans-v12-latin-regular.eot?#iefix") format("embedded-opentype"), url("../../files/theme/fonts/nunito-sans-v12-latin-regular.woff2") format("woff2"), url("../../files/theme/fonts/nunito-sans-v12-latin-regular.woff") format("woff"), url("../../files/theme/fonts/nunito-sans-v12-latin-regular.ttf") format("truetype"), url("../../files/theme/fonts/nunito-sans-v12-latin-regular.svg#NunitoSans") format("svg")}@font-face{font-family:"Nunito Sans";font-style:normal;font-weight:800;src:url("../../files/theme/fonts/nunito-sans-v12-latin-800.eot");src:local(""), url("../../files/theme/fonts/nunito-sans-v12-latin-800.eot?#iefix") format("embedded-opentype"), url("../../files/theme/fonts/nunito-sans-v12-latin-800.woff2") format("woff2"), url("../../files/theme/fonts/nunito-sans-v12-latin-800.woff") format("woff"), url("../../files/theme/fonts/nunito-sans-v12-latin-800.ttf") format("truetype"), url("../../files/theme/fonts/nunito-sans-v12-latin-800.svg#NunitoSans") format("svg")}/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */.hamburger{padding:15px 15px;display:inline-block;cursor:pointer;transition-property:opacity, filter;transition-duration:0.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible}.hamburger:hover{opacity:1}.hamburger.is-active:hover{opacity:1}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner::before,.hamburger.is-active .hamburger-inner::after{background-color:#ee7f00}.hamburger-box{width:30px;height:18px;display:inline-block;position:relative}.hamburger-inner{display:block;top:50%;margin-top:-2px}.hamburger-inner,.hamburger-inner::before,.hamburger-inner::after{width:30px;height:4px;background-color:white;border-radius:4px;position:absolute;transition-property:transform;transition-duration:0.15s;transition-timing-function:ease}.hamburger-inner::before,.hamburger-inner::after{content:"";display:block}.hamburger-inner::before{top:-7px}.hamburger-inner::after{bottom:-7px}.hamburger--collapse .hamburger-inner{top:auto;bottom:0;transition-duration:0.13s;transition-delay:0.13s;transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--collapse .hamburger-inner::after{top:-14px;transition:top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear}.hamburger--collapse .hamburger-inner::before{transition:top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--collapse.is-active .hamburger-inner{transform:translate3d(0, -7px, 0) rotate(-45deg);transition-delay:0.22s;transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--collapse.is-active .hamburger-inner::after{top:0;opacity:0;transition:top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear}.hamburger--collapse.is-active .hamburger-inner::before{top:0;transform:rotate(-90deg);transition:top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1)}.zentriert,.center,.text-center,.text-centered{text-align:center}.max-width-735{max-width:735px;margin:0 auto}.mod_article.max-width-735{max-width:calc(100% - 40px)}.mod_article.max-width-735>.container{max-width:735px;margin:0 auto}.max-width-800{max-width:800px;margin:0 auto}.mod_article.max-width-800{max-width:calc(100% - 40px)}.mod_article.max-width-800>.container{max-width:800px;margin:0 auto}.max-width-1000{max-width:1000px;margin:0 auto}.mod_article.max-width-1000{max-width:calc(100% - 40px)}.mod_article.max-width-1000>.container{max-width:1000px;margin:0 auto}.centered-wrapper{max-width:1280px;margin:0 auto}@media screen and (max-width:1280px){.fullwidth .centered-wrapper{padding:0 40px}}.clearfix:before{content:" ";display:table}.clearfix.clearfix:after{content:" ";display:table;clear:both}.clearboth{clear:both;height:0.1px;line-height:0.1px;font-size:0.1px}.float_left,.float-left{float:left}.float_right,.float-right{float:right}.hidden{display:none}.mod_navigation a,.mod_navigation strong{font-size:20px;font-weight:bold}@media screen and (max-width:767px){.header-navigation{background-color:white;position:fixed;width:100%;z-index:100;height:50px}#container{margin-top:50px}}.header-navigation-inner{max-width:1790px;margin:0 auto;display:flex;justify-content:space-between;padding-top:30px;padding-bottom:26px;padding-left:120px;padding-right:120px}@media screen and (max-width:1280px){.header-navigation-inner{padding-left:70px;padding-right:70px}}@media screen and (max-width:1024px){.header-navigation-inner{padding-left:20px;padding-right:20px}}@media screen and (max-width:767px){.header-navigation-inner{display:block;overflow:hidden;padding-top:0;min-height:50px;padding-bottom:0}.header-navigation-inner #header_right{display:none}}.ce_rsce_logo.fixed{display:none}@media screen and (max-width:767px){.ce_rsce_logo.regular{display:none}.ce_rsce_logo.fixed{display:block;z-index:1000000;position:fixed;background-color:white;top:0;width:70%}.ce_rsce_logo.fixed a{float:left}.ce_rsce_logo.fixed img{max-height:32px;margin-top:9px}}.logo{float:left;line-height:0;display:inline;margin-left:0}@media screen and (max-width:1280px){.logo img{width:280px}}@media screen and (max-width:1024px){.logo img{width:240px}}@media screen and (max-width:767px){.logo img{width:auto}}.logo.fixed{display:none}@media screen and (max-width:767px){.logo{display:none}.logo.fixed{display:block;max-width:50%}}#main-navi{margin-top:0}#header .mod_navigation{z-index:1000;overflow:visible;padding-top:0;display:inline-block;margin-right:0;position:relative}@media screen and (max-width:767px){#header .mod_navigation{display:none}}.navi-fixed #header .mod_navigation{margin-top:8px}#header .mod_navigation a,#header .mod_navigation strong{padding:4px 16px 8px;display:block;color:#818689;text-transform:uppercase}@media screen and (max-width:1024px){#header .mod_navigation a,#header .mod_navigation strong{padding:4px 8px}}@media screen and (max-width:800px){#header .mod_navigation a,#header .mod_navigation strong{padding:4px 6px}}#header .mod_navigation .level_1>.last>a,#header .mod_navigation .level_1>.last>strong{padding-right:0}#header .mod_navigation ul{margin-bottom:0;padding:0}#header .mod_navigation ul .level_1{display:block;margin-left:60px}#header .mod_navigation li{display:inline-block;height:auto}#header .mod_navigation .level_1>li:hover>a,#header .mod_navigation .level_1>li:hover>strong,#header .mod_navigation .level_1>li.active>a,#header .mod_navigation .level_1>li.active>strong,#header .mod_navigation .level_1 li.trail>a,#header .mod_navigation .level_1 li.trail>strong{color:#13235b}#header .mod_navigation .level_2{position:absolute;overflow:hidden;display:none;padding-left:0;background-color:#ffffff}#header .mod_navigation .level_2 li{float:none;width:auto;text-align:left;z-index:9999;display:block}#header .mod_navigation .level_2 li.first{padding-top:6px}#header .mod_navigation .level_2 li.last{padding-bottom:6px}#header .mod_navigation .submenu.last .level_2{right:0;min-width:280px;position:absolute}#header .mod_navigation .submenu.last .level_2 li{text-align:right}#header .mod_navigation .level_2>li:hover a,#header .mod_navigation .level_2>li:hover strong,#header .mod_navigation .level_2>li.active a,#header .mod_navigation .level_2>li.active strong{color:#13235b}#header .mod_navigation .submenu:hover ul{display:block}.ce_rsce_logo img{max-height:125px;transition:max-height 0.4s}.header-navigation.fixed{position:fixed;top:0;z-index:20;width:100%;background-color:white;border-bottom:1px solid lightgray}.header-navigation.fixed .header-navigation-inner{align-items:center;min-height:60px;padding-top:0;padding-bottom:0}.header-navigation.fixed #header_right .top{display:none}.header-navigation.fixed .ce_rsce_logo.regular img{max-height:38px}#footer .mod_customnav a,#footer .mod_customnav strong{padding:4px 0 8px;display:block;color:white;text-transform:uppercase;font-weight:bold}@media screen and (max-width:1024px){#footer .mod_customnav a,#footer .mod_customnav strong{padding:4px 8px}}@media screen and (max-width:800px){#footer .mod_customnav a,#footer .mod_customnav strong{padding:4px 6px}}@media screen and (max-width:767px){#footer .mod_customnav a,#footer .mod_customnav strong{padding-left:0}}#footer .mod_customnav a:hover,#footer .mod_customnav a:focus,#footer .mod_customnav strong,#footer .mod_customnav a.active{color:#13235b;font-weight:bold}#footer .mod_customnav li{float:left;list-style:none;margin-right:35px;margin-bottom:20px}@media screen and (max-width:767px){#footer .mod_customnav li{float:none;margin-bottom:5px}}#footer .mod_customnav li.first a{padding-left:0}.ce_rsce_sidebarnavi{position:fixed;top:50%;right:0;transform:translateY(-50%);z-index:1001}.ce_rsce_sidebarnavi li{list-style:none}.ce_rsce_sidebarnavi li a{color:white !important;text-decoration:none;text-transform:uppercase;display:flex !important;align-items:center;line-height:1em;position:relative;right:-140px;transition:0.3s;width:200px;background-color:black;margin-bottom:9px;min-height:60px}.ce_rsce_sidebarnavi li a:hover{right:0}.ce_rsce_sidebarnavi li a img{margin:0 auto}.ce_rsce_sidebarnavi li span{min-width:60px;padding:4px}.ce_rsce_sidebarnavi li.orange a{background-color:#ee7f00}.ce_rsce_sidebarnavi li.orange a img{width:48px}.ce_rsce_sidebarnavi li.gruen a{background-color:#97bf0d}.ce_rsce_sidebarnavi li.gruen a img{width:46px}.ce_rsce_sidebarnavi li.blau a{background-color:#00519e}.ce_rsce_sidebarnavi li.blau a img{height:44px}.ce_rsce_sidebarnavi li.lila a{background-color:#93418e}.ce_rsce_sidebarnavi li.lila a img{width:50px}@media screen and (max-width:768px){.ce_rsce_sidebarnavi{display:none}}#toTop{z-index:10000;position:relative}@media screen and (max-width:767px){#toTop .scroll{bottom:20px;right:20px}}.scroll{opacity:0.5;width:40px;height:40px;position:fixed;bottom:100px;right:100px;border:none;display:table;z-index:100;background:url(../../files/theme/img/Icon_Pfeil_nach_oben.svg) center center no-repeat}.scroll:hover{opacity:1;cursor:pointer}.hamburger{z-index:50000;position:fixed;top:0;right:0}.hamburger-inner,.hamburger-inner::before,.hamburger-inner::after,.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner::before,.hamburger.is-active .hamburger-inner::after{background-color:#13235b}#mobile-menu,.mobile_menu{z-index:1000}#mobile-menu .inner,.mobile_menu .inner{background:#fff;overflow-y:auto}#mobile-menu .ce_text,.mobile_menu .ce_text{padding:0 36px}#mobile-menu .mod_customnav .kontakt,.mobile_menu .mod_customnav .kontakt{display:none}#mobile-menu ul,.mobile_menu ul{margin-bottom:0;list-style:none;padding:0}#mobile-menu a,#mobile-menu strong,.mobile_menu a,.mobile_menu strong{text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;overflow:hidden;display:block;margin:0;color:#818689;font-size:24px;text-decoration:none;line-height:1.6em}#mobile-menu a>span,#mobile-menu strong>span,.mobile_menu a>span,.mobile_menu strong>span{padding:0 12px;line-height:1.6em;display:inline-block}#mobile-menu .level_1,.mobile_menu .level_1{margin:0;margin-top:50px}#mobile-menu .level_1>li,.mobile_menu .level_1>li{padding:6px 0;padding-left:24px;position:relative}#mobile-menu .level_1>li.active,#mobile-menu .level_1>li.submenu_show,.mobile_menu .level_1>li.active,.mobile_menu .level_1>li.submenu_show{}#mobile-menu .level_1>li.active>a,#mobile-menu .level_1>li.submenu_show>a,.mobile_menu .level_1>li.active>a,.mobile_menu .level_1>li.submenu_show>a{border-bottom:2px solid #818689}#mobile-menu .level_1>li.active>a>span,#mobile-menu .level_1>li.submenu_show>a>span,.mobile_menu .level_1>li.active>a>span,.mobile_menu .level_1>li.submenu_show>a>span{background:#818689;color:#ffffff}#mobile-menu .level_1>li:hover>a,#mobile-menu .level_1>li:hover>strong,#mobile-menu .level_1>li.active>a,#mobile-menu .level_1>li.active>strong,#mobile-menu .level_1>li.trail>a,#mobile-menu .level_1>li.trail>strong,.mobile_menu .level_1>li:hover>a,.mobile_menu .level_1>li:hover>strong,.mobile_menu .level_1>li.active>a,.mobile_menu .level_1>li.active>strong,.mobile_menu .level_1>li.trail>a,.mobile_menu .level_1>li.trail>strong{color:#13235b}#mobile-menu .mod_customnav .level_1,.mobile_menu .mod_customnav .level_1{margin-top:20px;margin-bottom:50px}#mobile-menu .level_2 a,#mobile-menu .level_2 strong,.mobile_menu .level_2 a,.mobile_menu .level_2 strong{padding:0 12px;font-size:20px}#mobile-menu .level_2 strong.active,.mobile_menu .level_2 strong.active{color:#13235b}#mobile-menu .submenu ul,.mobile_menu .submenu ul{height:0px;position:absolute;overflow:hidden;-webkit-transition:height 0.5s ease-out;-moz-transition:height 0.5s ease-out;transition:height 0.5s ease-out}#mobile-menu li.active.submenu ul,#mobile-menu li.trail.submenu ul,#mobile-menu li.submenu_show ul,.mobile_menu li.active.submenu ul,.mobile_menu li.trail.submenu ul,.mobile_menu li.submenu_show ul{height:100%;position:static;border-bottom:2px solid #ee7f00}#mobile-menu li.active.submenu strong,.mobile_menu li.active.submenu strong{border-bottom:2px solid #ee7f00}.mobile_menu_overlay.background{background:rgba(57, 182, 184, 0.2)}html,body{width:100%;height:100%;position:relative}html{position:relative;box-sizing:border-box;font:18px/1.4rem "Nunito Sans", Arial, Verdana, sans-serif;font-weight:300;color:#000000;-webkit-tap-highlight-color:transparent;background-color:#ffffff}@media screen and (max-width:767px){html{font-size:1.2em}}#wrapper{width:100%;margin:0 auto}h1,h2{font-family:"GardenGrown-Regular", Arial, Verdana, sans-serif;font-weight:400;margin-bottom:0;color:#000000;line-height:1.2em}h3{font-family:"Nunito Sans", Arial, Verdana, sans-serif;font-weight:bold;margin-bottom:25px;line-height:1.2;color:#000000}h1,h1 a,.h1,.h1 a,.h1 p{font-size:3.6rem}h2,h2 a,.h2,.h2 a,.h2 p{font-size:2.6rem}h3,h3 a,.h3,.h3 a,.h3 p{font-size:25px}h4,h4 a,.h4,.h4 a,.h4 p{font-size:18px}h5,h5 a,.h5,.h5 a,.h5 p{font-size:18px}h6,h6 a,.h6,.h6 a,.h6 p{font-size:24px;font-weight:normal;margin-bottom:1em;line-height:1.2em}@media screen and (max-width:767px){h1,h1 a,.h1,.h1 a,.h1 p{font-size:2rem}h2,h2 a,.h2,.h2 a,.h2 p{font-size:1.6rem}}p{margin-bottom:17px}.ce_text p:last-of-type{margin-bottom:0}strong{font-weight:bold}p,li{}.zweispaltig{columns:2 auto;column-gap:34px}@media screen and (max-width:767px){.zweispaltig{columns:1}}#main ul{padding-left:20px}#main ul ul{margin-top:17px}#main p+ul{margin-top:17px}#main ul+p{margin-top:17px}#main li{margin-bottom:14px}#main li:last-of-type{margin-bottom:0}.orange ::marker{color:#ee7f00}.gruen ::marker{color:#97bf0d}.blau ::marker{color:#00519e}.lila ::marker{color:#93418e}.gelb ::marker{color:#ffd500}.aqua ::marker{color:#39b6b8}.rot ::marker{color:#e2001a}.dunkelblau ::marker{color:#13235b}.ce_rsce_textbox_bordered{border:1px solid black;padding:10px 24px;margin-bottom:20px}.ce_rsce_textbox_bordered:last-of-type{margin-bottom:0}.ce_rsce_textbox_bordered.orange{border-color:#ee7f00}.ce_rsce_textbox_bordered.gruen{border-color:#97bf0d}.ce_rsce_textbox_bordered.blau{border-color:#00519e}.ce_rsce_textbox_bordered.lila{border-color:#93418e}.ce_rsce_textbox_bordered.gelb{border-color:#ffd500}.ce_rsce_textbox_bordered.aqua{border-color:#39b6b8}.ce_rsce_textbox_bordered.rot{border-color:#e2001a}.ce_rsce_textbox_bordered.dunkelblau{border-color:#13235b}.ce_rsce_textbox_bordered li:first-of-type{margin-top:0}a{color:#000000;text-decoration:none}a:hover{text-decoration:none}#main .ce_hyperlink a,#main .ce_text a{font-weight:bold}#main .ce_hyperlink a:hover,#main .ce_hyperlink a:focus,#main .ce_text a:hover,#main .ce_text a:focus{color:#39b6b8}#main .ce_text:not(.background) a{background:url(../../files/theme/img/Icon_Pfeil_nach_rechts.svg) left center no-repeat transparent;background-size:14px;padding-left:17px}#main .ce_text:not(.background) a[href^="files"]{background-image:url(../../files/theme/img/Icon_Pfeil_nach_unten.svg);background-size:18px;padding-left:34px;margin-top:2px}.ce_text.background a{display:flex}.ce_text.background a:before{content:"";display:block;width:30px;background:url(../../files/theme/img/Icon_Pfeil_nach_rechts.svg) left 4px no-repeat transparent;background-size:14px}#main .ce_hyperlink{margin-top:17px}#main .ce_hyperlink a{display:flex;padding-left:0}#main .ce_hyperlink a .icon{width:20px;background:url(../../files/theme/img/Icon_Pfeil_nach_rechts.svg) left top no-repeat transparent;background-size:18px;padding-right:34px;margin-top:2px}#main .ce_hyperlink a[href^="files"] .icon{background-image:url(../../files/theme/img/Icon_Pfeil_nach_unten.svg)}.ce_download .icon,.ce_downloads .icon{width:20px;background:url(../../files/theme/img/Icon_Pfeil_nach_unten.svg) left top no-repeat transparent;background-size:18px;padding-right:34px;margin-top:2px}.ce_download ul,.ce_downloads ul{list-style-type:none;padding-left:0 !important}.ce_download li,.ce_downloads li{display:flex}.ce_download a,.ce_downloads a{font-weight:bold}.ce_download a:hover,.ce_downloads a:hover{color:#39b6b8}.mod_article>div:not(.slickslider),.mod_article>h3{max-width:1280px;margin-left:auto;margin-right:auto;padding:0 70px}@media screen and (max-width:767px){.mod_article>div:not(.slickslider),.mod_article>h3{padding:0 18px}}.mod_article.first>.ce_text{font-size:24px;max-width:850px;margin-left:auto;margin-right:auto;text-align:center;line-height:1.4em}@media screen and (max-width:767px){.mod_article.first>.ce_text{font-size:18px}}.spacing-bottom-l{margin-bottom:120px}@media screen and (max-width:767px){.spacing-bottom-l{margin-bottom:40px}}.spacing-top-l{margin-top:120px}@media screen and (max-width:767px){.spacing-top-l{margin-top:40px}}.spacing-bottom-m{margin-bottom:90px}@media screen and (max-width:767px){.spacing-bottom-m{margin-bottom:40px}}.spacing-top-m{margin-top:90px}@media screen and (max-width:767px){.spacing-top-m{margin-top:40px}}.spacing-bottom-s{margin-bottom:60px}@media screen and (max-width:767px){.spacing-bottom-s{margin-bottom:40px}}.spacing-top-s{margin-top:60px}@media screen and (max-width:767px){.spacing-top-s{margin-top:40px}}.spacing-bottom-xs{margin-bottom:20px}.spacing-top-xs{margin-top:20px}.ce_text+.ce_text{margin-top:35px}#header p{margin:0}#header_right{text-align:right;width:100%;padding-left:0}#header_right .mod_search,#header_right .ce_text{margin-left:6%;float:left;margin-bottom:35px}#header_right .ce_text{margin-top:2px}#header_right .top{display:flex;justify-content:flex-end}#header_right #telefon{height:68px}#header_right #main-navi{height:52px;padding-top:9px}.fixed #header_right{flex-direction:column-reverse;-ms-flex-direction:column-reverse;justify-content:flex-start}.fixed #header_right #telefon{height:55px}.fixed #header_right #main-navi{height:70px;padding-top:19px}#header a[href^="mailto:"]:before{content:"";width:18px;height:13px;display:block;background-position:center left;background-repeat:no-repeat;background-image:url(../../files/theme/img/Icon_Kuvert.svg);float:left;padding-right:10px;margin-top:6px}#header a[href^="tel:"]:before{content:"";width:13px;height:15px;display:block;background-position:center left;background-repeat:no-repeat;background-image:url(../../files/theme/img/Icon_Hoerer.svg);float:left;padding-right:10px;margin-top:6px}.mod_search .widget{height:35px;float:left}.mod_search .widget-text{background-color:rgba(57, 182, 184, 0.2)}.mod_search .widget-submit{position:absolute}.mod_search input{background-color:rgba(57, 182, 184, 0.2);border:none;width:223px;height:35px;padding:0 8px;padding-left:30px;-webkit-appearance:none;-webkit-border-radius:0;border-radius:0}.mod_search input:focus{z-index:1000;position:relative}.mod_search button[type="submit"]{text-indent:-1000px;background:url(../../files/theme/img/Icon_Lupe.svg) center center no-repeat transparent;border:none;margin-left:6px;background-size:20px;width:20px;height:38px}.mod_search>div{border-top:1px solid #39b6b8}.mod_search>div h3{margin-top:20px;margin-bottom:20px}.mod_search>div:hover a{color:#39b6b8}.mod_search>div.first{margin-top:40px}#main .mod_article.block{overflow:visible}.mod_article:last-of-type{padding-bottom:120px}@media screen and (max-width:767px){.mod_article:last-of-type{padding-bottom:40px}}.mod_article:not(.first, .second){margin-top:120px}@media screen and (max-width:767px){.mod_article:not(.first, .second){margin-top:40px}}.mod_article:not(.first)>hr,.mod_article.backgroundcolor:not(.first){margin-top:165px}@media screen and (max-width:767px){.mod_article:not(.first)>hr,.mod_article.backgroundcolor:not(.first){margin-top:40px}}.mod_article .article_headline{position:relative;font-family:"GardenGrown-Regular", Arial, Verdana, sans-serif;min-height:120px;padding-bottom:25px !important}.mod_article .article_headline h1,.mod_article .article_headline h2{padding:8px 35px 0px;display:inline;top:-20px;display:inline-block;padding-top:26px;padding-bottom:18px;top:-44px;position:relative;font-weight:400;line-height:1}@media screen and (max-width:767px){.mod_article .article_headline h1,.mod_article .article_headline h2{line-height:1.4em;display:block;padding:8px 18px 4px;top:0}}@media screen and (max-width:767px){.mod_article .article_headline{min-height:auto}}.mod_article.first .article_headline{min-height:180px}.mod_article.first .article_headline h1{top:-30px;display:inline-block;top:-55px}@media screen and (max-width:767px){.mod_article.first .article_headline{min-height:0;padding:0;min-height:0;padding-bottom:18px}.mod_article.first .article_headline h1{top:0;line-height:1.2;display:block}}.mod_article.withLine.orange hr{border-color:#ee7f00}.mod_article.withLine.gruen hr{border-color:#97bf0d}.mod_article.withLine.blau hr{border-color:#00519e}.mod_article.withLine.lila hr{border-color:#93418e}.mod_article.withLine.aqua hr{border-color:#39b6b8}.mod_article.withLine.rot hr{border-color:#e2001a}.mod_article.withLine.dunkelblau hr{border-color:#13235b}.mod_article.withLine.gelb hr{border-color:#ffd500}@media screen and (max-width:767px){.mod_article.withLine hr{display:none}}.mod_article.orange .article_headline h1,.mod_article.orange .article_headline h2,.mod_article.gruen .article_headline h1,.mod_article.gruen .article_headline h2,.mod_article.blau .article_headline h1,.mod_article.blau .article_headline h2,.mod_article.lila .article_headline h1,.mod_article.lila .article_headline h2,.mod_article.aqua .article_headline h1,.mod_article.aqua .article_headline h2,.mod_article.rot .article_headline h1,.mod_article.rot .article_headline h2,.mod_article.dunkelblau .article_headline h1,.mod_article.dunkelblau .article_headline h2,.mod_article.gelb .article_headline h1,.mod_article.gelb .article_headline h2{color:white}.mod_article.orange .article_headline h1,.mod_article.orange .article_headline h2{background-color:#ee7f00}.mod_article.gruen .article_headline h1,.mod_article.gruen .article_headline h2{background-color:#97bf0d}.mod_article.blau .article_headline h1,.mod_article.blau .article_headline h2{background-color:#00519e}.mod_article.lila .article_headline h1,.mod_article.lila .article_headline h2{background-color:#93418e}.mod_article.aqua .article_headline h1,.mod_article.aqua .article_headline h2{background-color:#39b6b8}.mod_article.rot .article_headline h1,.mod_article.rot .article_headline h2{background-color:#e2001a}.mod_article.dunkelblau .article_headline h1,.mod_article.dunkelblau .article_headline h2{background-color:#13235b}.mod_article.gelb .article_headline h1,.mod_article.gelb .article_headline h2{background-color:#ffd500}.mod_article.orange h3{color:#ee7f00}.mod_article.lila h3{color:#93418e}.mod_article.gruen h3{color:#97bf0d}.mod_article.blau h3{color:#00519e}.mod_article.gelb h3{color:#ffd500}.mod_article.aqua h3{color:#39b6b8}.mod_article.rot h3{color:#e2001a}.mod_article.dunkelblau h3{color:#13235b}.mod_article.backgroundcolor{background-color:rgba(57, 182, 184, 0.2)}.backgroundcolor .article_headline{padding:0}.background.aqua{background-color:rgba(57, 182, 184, 0.2);display:flex;flex-direction:column;overflow:visible;padding-bottom:25px;padding-left:25px;padding-right:25px}.background.aqua h3{color:white;text-align:center;background-color:#39b6b8;display:inline;margin:0 auto;padding:10px 20px;top:-24px;position:relative}.background.aqua ul{padding-top:30px}.ce_downloads.background{max-width:fit-content;float:right}.ce_text:not(.background).orange h3{color:#ee7f00}.ce_text:not(.background).lila h3{color:#93418e}.ce_text:not(.background).gruen h3{color:#97bf0d}.ce_text:not(.background).blau h3{color:#00519e}.ce_text:not(.background).gelb h3{color:#ffd500}.ce_text:not(.background).aqua h3{color:#39b6b8}.ce_text:not(.background).rot h3{color:#e2001a}.ce_text:not(.background).dunkelblau h3{color:#13235b}img{width:100%}.image_container img{width:auto}.mod_article.first>picture img{width:100%}.caption{margin-top:20px}.image_container.float_above{padding-bottom:17px}.ce_image.color h3,.ce_rsce_team2 h3{color:white !important;top:18px;position:relative;padding:9px 28px 9px 20px;background:black;display:inline}@media screen and (max-width:1055px){.ce_image.color h3,.ce_rsce_team2 h3{margin:0;display:block}}@media screen and (max-width:767px){.ce_image.color h3,.ce_rsce_team2 h3{top:0;display:block;margin:0}}.ce_image.color.blau h3,.ce_rsce_team2.blau h3{background-color:#00519e}.ce_image.color.orange h3,.ce_rsce_team2.orange h3{background-color:#ee7f00}.ce_image.color.lila h3,.ce_rsce_team2.lila h3{background-color:#93418e}.ce_image.color.gruen h3,.ce_rsce_team2.gruen h3{background-color:#97bf0d}.ce_image.color.blau h3,.ce_rsce_team2.blau h3{background-color:#00519e}.ce_image.color.gelb h3,.ce_rsce_team2.gelb h3{background-color:#ffd500}.ce_image.color.aqua h3,.ce_rsce_team2.aqua h3{background-color:#39b6b8}.ce_image.color.rot h3,.ce_rsce_team2.rot h3{background-color:#e2001a}.ce_image.color.dunkelblau h3,.ce_rsce_team2.dunkelblau h3{background-color:#13235b}.ce_rsce_team2 li{margin-bottom:0 !important}.ce_rsce_team2 .text_container{margin:17px 0}.ce_rsce_team2.blau ::marker{color:#00519e}.ce_rsce_team2.orange ::marker{color:#ee7f00}.ce_rsce_team2.gruen ::marker{color:#97bf0d}.ce_rsce_team2.lila ::marker{color:#93418e}.ce_rsce_team2.gelb ::marker{color:#ffd500}.ce_rsce_team2.aqua ::marker{color:#39b6b8}.ce_rsce_team2.rot ::marker{color:#e2001a}.ce_rsce_team2.dunkelblau ::marker{color:#13235b}.rs-columns{display:flex;row-gap:48px;column-gap:36px;flex-wrap:wrap}.rs-column.-large-col-2-1{width:calc((100% - 36px)/2)}.rs-column.-large-col-3-1{width:calc((100% - 72px)/3)}.rs-column.-large-col-4-1{width:calc((100% - 108px)/4)}.rs-column.-large-col-3-2{width:calc((100% - 72px)/3*2 + 36px)}@media screen and (max-width:1024px){.rs-column.-medium-col-1-1{width:100%}.rs-column.-medium-col-2-1{width:calc((100% - 36px)/2)}}@media screen and (max-width:767px){.rs-column.-small-col-2-1{width:calc((100% - 36px)/2)}.rs-column.-small-col-1-1{width:100%}}.slickslider{margin-top:120px}@media screen and (max-width:767px){.slickslider{margin-top:40px}}.slick-slide:hover{cursor:grab}.slider-nav .slick-slide:hover{cursor:pointer}.slick-prev,.slick-next{position:absolute;display:block;height:100%;width:100px;line-height:0px;font-size:0px;cursor:pointer;background:transparent;color:transparent;top:50%;-webkit-transform:translate(0, -50%);-ms-transform:translate(0, -50%);transform:translate(0, -50%);padding:0;border:none;outline:none;z-index:5}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{outline:none;background-repeat:no-repeat;background-position:center center;color:transparent}@media screen and (max-width:1024px){.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{}}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:0.25}.slick-prev:before,.slick-next:before{font-family:"slick";font-size:20px;line-height:1;color:white;opacity:0.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media screen and (max-width:1024px){.slick-prev,.slick-next{width:10%;background-repeat:no-repeat;background-position:center center;background-size:80%}}.slick-prev{left:0}.slick-prev:hover{background-image:url("../../files/theme/img/Icon_Slider_nach_links.svg")}@media screen and (max-width:1024px){.slick-prev{background-image:url("../../files/theme/img/Icon_Slider_nach_links.svg")}}.slick-next{right:0}.slick-next:hover{background-image:url("../../files/theme/img/Icon_Slider_nach_rechts.svg")}@media screen and (max-width:1024px){.slick-next{background-image:url("../../files/theme/img/Icon_Slider_nach_rechts.svg")}}.slick-prev,.slick-next{outline:none;background-color:transparent;background-repeat:no-repeat;background-position:center center;background-size:40px;color:transparent}@media screen and (max-width:767px){.slick-prev,.slick-next{background-size:24px}}.slick-prev{background-image:url("../../files/theme/img/Icon_Slider_nach_links.svg")}.slick-next{background-image:url("../../files/theme/img/Icon_Slider_nach_rechts.svg")}.ce_rsce_image_text_url .text{padding-top:30px;font-size:24px}@media screen and (max-width:767px){.ce_rsce_image_text_url .text{font-size:18px}}.ce_rsce_image_text_url .text a{text-transform:uppercase;font-size:24px;font-weight:bold;background-position:center left;background-repeat:no-repeat;background-image:url(../../files/theme/img/Icon_Pfeil_nach_rechts.svg);background-size:18px;padding-left:36px}.ce_rsce_image_text_url .text a:hover,.ce_rsce_image_text_url .text a:focus{color:#39b6b8}.ce_rsce_terminbox p{margin-bottom:0}.ce_rsce_terminbox p:first-of-type{font-weight:bold}.ce_rsce_terminbox hr{border:none;height:1px;background-color:#000000;margin:12px 0}.orange .ce_rsce_terminbox hr{background-color:#ee7f00}.gruen .ce_rsce_terminbox hr{border-color:#97bf0d}.blau .ce_rsce_terminbox hr{border-color:#00519e}.lila .ce_rsce_terminbox hr{border-color:#93418e}.gelb .ce_rsce_terminbox hr{border-color:#ffd500}.aqua .ce_rsce_terminbox hr{border-color:#39b6b8}.rot .ce_rsce_terminbox hr{border-color:#e2001a}.dunkelblau .ce_rsce_terminbox hr{border-color:#13235b}.ce_rsce_terminbox li:first-of-type{margin-top:0}table{border:0;border-color:transparent;border-width:0}table td{border:0;border-bottom:1px solid #97bf0d;width:auto !important;padding-top:5px;padding-bottom:3px}table td:first-of-type{font-weight:bold}table tr:first-of-type td{border-bottom:0}table tr:nth-of-type(2) td{border-top:1px solid #97bf0d}#footer{background-color:#39b6b8;color:white}#footer .inside{max-width:1280px;margin:0 auto;padding-left:70px;padding-right:70px;padding-top:45px;padding-bottom:45px}@media screen and (max-width:767px){#footer .inside{padding:18px}}#footer a{color:white}#footer .bubbles{position:absolute;right:0;top:-28px;line-height:0;width:131px;height:50px;background-repeat:no-repeat;background-position:center center;background-size:contain;margin-right:70px}#footer .bubbles.bubble1{background-image:url(../../files/theme/img/Evangelische_Kita_Bobingen_Bubbles_1.svg)}#footer .bubbles.bubble2{background-image:url(../../files/theme/img/Evangelische_Kita_Bobingen_Bubbles_2.svg)}#footer .bubbles.bubble3{background-image:url(../../files/theme/img/Evangelische_Kita_Bobingen_Bubbles_3.svg)}#footer .bubbles.bubble4{background-image:url(../../files/theme/img/Evangelische_Kita_Bobingen_Bubbles_4.svg)}#footer .bubbles.bubble5{background-image:url(../../files/theme/img/Evangelische_Kita_Bobingen_Bubbles_5.svg)}#footer .bubbles.bubble6{background-image:url(../../files/theme/img/Evangelische_Kita_Bobingen_Bubbles_6.svg)}