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}.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}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width: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%}
.mobile_menu{position:fixed;z-index:100;display:none}.mobile_menu .inner{height:100%;background:#000;overflow-y:scroll}.mobile_menu.active.position_left{box-shadow:2px 0 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_top{box-shadow:0 2px 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_right{box-shadow:-2px 0 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_bottom{box-shadow:0 -2px 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.no_shadow{box-shadow:none!important}.mobile_menu_trigger{display:none}.mobile_menu_wrapper{position:relative;width:100%;overflow:hidden}.mobile_menu_overlay{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:99}.mobile_menu_overlay.background{background:rgba(0,0,0,.5)}.mobile_menu li.submenu_hide>ul{display:none}.mobile_menu li.submenu_show>ul{display:block}body.ie8 .mobile_menu,body.ie8 .mobile_menu_trigger,body.ie9 .mobile_menu,body.ie9 .mobile_menu_trigger{display:none!important}
.content-slider{overflow:hidden;visibility:hidden;position:relative}.slider-wrapper{overflow:hidden;position:relative}.slider-wrapper>*{float:left;width:100%;position:relative}.slider-control{height:30px;position:relative}.slider-control a,.slider-control .slider-menu{position:absolute;top:9px;display:inline-block}.slider-control .slider-prev{left:0}.slider-control .slider-next{right:0}.slider-control .slider-menu{top:0;width:50%;left:50%;margin-left:-25%;font-size:27px;text-align:center}.slider-control .slider-menu b{color:#bbb;cursor:pointer}.slider-control .slider-menu b.active{color:#666}
@charset "UTF-8";
.contao-cookiebar {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
  padding: 15px;
  max-height: 100vh;
  box-sizing: border-box;
  pointer-events: none;
  overflow: hidden; }
  .contao-cookiebar * {
    box-sizing: border-box; }
  .contao-cookiebar:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .contao-cookiebar .cc-inner {
    display: inline-block;
    overflow-y: auto;
    max-height: 100%;
    max-width: 100%;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    font-size: 1rem;
    text-align: left; }
  .contao-cookiebar.cc-top .cc-inner {
    vertical-align: top; }
  .contao-cookiebar.cc-top.cc-active .cc-inner {
    animation: cookiebar-top-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-top.cc-saved .cc-inner {
    animation: cookiebar-top-out 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-bottom .cc-inner {
    vertical-align: bottom; }
  .contao-cookiebar.cc-bottom.cc-active .cc-inner {
    animation: cookiebar-bottom-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-bottom.cc-saved .cc-inner {
    animation: cookiebar-bottom-out 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-middle .cc-inner {
    vertical-align: middle; }
  .contao-cookiebar.cc-middle.cc-active .cc-inner {
    animation: cookiebar-middle-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-middle.cc-saved .cc-inner {
    animation: cookiebar-middle-out 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-left {
    text-align: left; }
  .contao-cookiebar.cc-right {
    text-align: right; }
  .contao-cookiebar .cc-head h1:first-child, .contao-cookiebar .cc-head h2:first-child, .contao-cookiebar .cc-head h3:first-child, .contao-cookiebar .cc-head h4:first-child, .contao-cookiebar .cc-head h5:first-child, .contao-cookiebar .cc-head h6:first-child {
    margin-top: 0; }
  .contao-cookiebar .cc-head p {
    margin-bottom: 15px; }
  .contao-cookiebar .cc-btn {
    display: inline-block;
    cursor: pointer;
    width: 100%;
    padding: 8px 14px;
    margin-bottom: 8px;
    font-size: 15px;
    outline: 0 none;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    color: #444;
    background: #f5f5f5; }
    .contao-cookiebar .cc-btn:hover {
      background: #ececec; }
    .contao-cookiebar .cc-btn:last-child {
      margin-bottom: 0; }
  .contao-cookiebar .grayscale .cc-btn {
    background: #f1efef; }
    .contao-cookiebar .grayscale .cc-btn:hover {
      background: #ececec; }
    .contao-cookiebar .grayscale .cc-btn.success {
      background: #fbfbfb; }
      .contao-cookiebar .grayscale .cc-btn.success:hover {
        background: #f7f7f7; }
  .contao-cookiebar .highlight .cc-btn.success {
    background: #4e9e3e;
    border-color: #3e7830;
    color: #fff; }
    .contao-cookiebar .highlight .cc-btn.success:hover {
      background: #4c933f; }
  .contao-cookiebar label {
    position: relative;
    display: block;
    padding: 8px 13px 8px 0;
    line-height: 1.2rem; }
    .contao-cookiebar label.group {
      font-weight: 600; }
  .contao-cookiebar input {
    position: absolute;
    width: 1px;
    height: 1px;
    outline: 0 none;
    opacity: 0; }
    .contao-cookiebar input + label {
      padding: 8px 13px 8px 50px;
      cursor: pointer; }
      .contao-cookiebar input + label:before {
        content: '';
        position: absolute;
        top: 6px;
        left: 0;
        width: 35px;
        height: 18px;
        margin: 0;
        box-sizing: content-box;
        border-radius: 10px;
        background: #fff;
        border: 2px solid #9c9b99;
        transition: border-color .2s; }
      .contao-cookiebar input + label:after {
        display: block;
        content: '';
        position: absolute;
        top: 10px;
        left: 4px;
        width: 14px;
        height: 14px;
        border-radius: 10px;
        background: #9c9b99;
        transition: background .2s, margin-left .2s, padding .2s; }
      .contao-cookiebar input + label:active:after {
        padding-left: 5px; }
    .contao-cookiebar input.cc-group-half + label:after {
      background: linear-gradient(to right, #9c9b99 0%, #9c9b99 50%, #399d32 50%, #399d32 100%); }
    .contao-cookiebar input:checked + label:after {
      background: #399d32;
      margin-left: 17px; }
    .contao-cookiebar input:checked + label:active:after {
      margin-left: 12px; }
    .contao-cookiebar input:checked + label:before {
      background: #dcf3db;
      border-color: #399d32; }
    .contao-cookiebar input:disabled + label {
      pointer-events: none; }
      .contao-cookiebar input:disabled + label:after {
        background: #c8c7c5; }
      .contao-cookiebar input:disabled + label:before {
        background: #f4f4f4;
        border-color: #c8c7c5; }
  .contao-cookiebar.cc-active .cc-inner {
    opacity: 1;
    pointer-events: auto;
    visibility: visible; }
  .contao-cookiebar.cc-active.cc-blocked {
    pointer-events: auto;
    animation: cookiebar-overlay-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-saved.cc-inner {
    opacity: 0;
    pointer-events: none;
    visibility: hidden; }
  .contao-cookiebar.cc-saved.cc-blocked {
    pointer-events: none;
    animation: cookiebar-overlay-out 0.5s ease-in-out forwards; }

@media (min-width: 768px) {
  .contao-cookiebar .cc-btn {
    width: auto;
    margin-bottom: 0; }
  .contao-cookiebar .cc-inner {
    max-width: 750px; } }

@keyframes cookiebar-overlay-in {
  0% {
    background: rgba(0, 0, 0, 0); }
  100% {
    background: rgba(0, 0, 0, 0.75); } }

@keyframes cookiebar-overlay-out {
  0% {
    background: rgba(0, 0, 0, 0.75); }
  100% {
    background: rgba(0, 0, 0, 0);
    visibility: hidden; } }

@keyframes cookiebar-top-in {
  0% {
    opacity: 0;
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes cookiebar-top-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%); } }

@keyframes cookiebar-middle-in {
  0% {
    opacity: 0;
    transform: scale(0); }
  100% {
    opacity: 1;
    transform: scale(1); } }

@keyframes cookiebar-middle-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: scale(1); }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: scale(0); } }

@keyframes cookiebar-bottom-in {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes cookiebar-bottom-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%); } }

.contao-cookiebar {
  color: #444444; }
  .contao-cookiebar p {
    color: #868686;
    line-height: 1.4; }
  .contao-cookiebar .cc-inner {
    padding: 25px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    background: #fff; }
  .contao-cookiebar .cc-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    position: relative;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    margin-bottom: 10px; }
    .contao-cookiebar .cc-group > label {
      flex-grow: 1;
      margin: 5px 0 5px 10px; }
    .contao-cookiebar .cc-group .cc-detail-btn {
      border: 0 none;
      outline: 0 none;
      background: transparent;
      font-size: 13px;
      letter-spacing: 0;
      text-transform: initial;
      cursor: pointer;
      color: #a2a2a2;
      padding: 8px 10px;
      line-height: 1.2rem; }
      .contao-cookiebar .cc-group .cc-detail-btn span:nth-child(2) {
        display: none; }
      .contao-cookiebar .cc-group .cc-detail-btn.cc-active span:nth-child(1) {
        display: none; }
      .contao-cookiebar .cc-group .cc-detail-btn.cc-active span:nth-child(2) {
        display: inline; }
      .contao-cookiebar .cc-group .cc-detail-btn:hover {
        color: #717171; }
    .contao-cookiebar .cc-group .cc-detail-btn-details {
      display: inline-block;
      border: 0 none;
      outline: 0 none;
      background: transparent;
      font-size: 13px;
      letter-spacing: 0;
      text-transform: initial;
      cursor: pointer;
      color: #a2a2a2;
      text-decoration: underline;
      padding: 0;
      margin: 0 0 10px; }
      .contao-cookiebar .cc-group .cc-detail-btn-details span:nth-child(2) {
        display: none; }
      .contao-cookiebar .cc-group .cc-detail-btn-details.cc-active span:nth-child(1) {
        display: none; }
      .contao-cookiebar .cc-group .cc-detail-btn-details.cc-active span:nth-child(2) {
        display: inline; }
      .contao-cookiebar .cc-group .cc-detail-btn-details:hover {
        color: #717171; }
  .contao-cookiebar .cc-cookies {
    display: none;
    width: 100%;
    background: #fbfbfb;
    border-radius: 0 0 5px 5px; }
    .contao-cookiebar .cc-cookies > p {
      font-size: 0.875rem; }
    .contao-cookiebar .cc-cookies > p, .contao-cookiebar .cc-cookies > .cc-cookie {
      margin: 0;
      padding: 15px;
      border-top: 1px solid #e6e6e6; }
    .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info {
      font-size: 0.875rem;
      background: #fff;
      padding: 10px;
      border-radius: 5px;
      border: 1px solid #efefef; }
      .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info > div > span {
        font-weight: 600; }
      .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info > div + div {
        margin-top: 5px; }
      .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info + button.cc-detail-btn-details {
        margin-top: 15px; }
    .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-desc > p {
      margin-bottom: 0; }
    .contao-cookiebar .cc-cookies .cc-cookie label.cookie + p, .contao-cookiebar .cc-cookies .cc-cookie label.cookie + .cc-cookie-info, .contao-cookiebar .cc-cookies .cc-cookie label.cookie + button.cc-detail-btn-details {
      margin-top: 10px; }
    .contao-cookiebar .cc-cookies .cc-cookie p {
      margin: 0 0 15px;
      font-size: 0.875rem; }
  .contao-cookiebar .cc-footer, .contao-cookiebar .cc-info {
    text-align: center; }
  .contao-cookiebar .cc-info {
    margin-top: 15px; }
    .contao-cookiebar .cc-info > p {
      font-size: 0.875rem; }
    .contao-cookiebar .cc-info > a {
      display: inline-block;
      font-size: 0.813rem;
      color: #a2a2a2;
      text-decoration: none; }
      .contao-cookiebar .cc-info > a:hover {
        color: #717171; }
      .contao-cookiebar .cc-info > a + a:before {
        display: inline-block;
        content: '·';
        margin-right: 5px; }

@import url("https://fonts.cdnfonts.com/css/open-sans-condensed-2");@font-face{font-family:"Open Sans";font-style:normal;font-weight:400;src:url("../../files/skf_theme/fonts/open-sans-v34-latin-regular.eot");src:local(""), url("../../files/skf_theme/fonts/open-sans-v34-latin-regular.eot?#iefix") format("embedded-opentype"), url("../../files/skf_theme/fonts/open-sans-v34-latin-regular.woff2") format("woff2"), url("../../files/skf_theme/fonts/open-sans-v34-latin-regular.woff") format("woff"), url("../../files/skf_theme/fonts/open-sans-v34-latin-regular.ttf") format("truetype"), url("../../files/skf_theme/fonts/open-sans-v34-latin-regular.svg#OpenSans") format("svg")}@font-face{font-family:"Open Sans";font-style:normal;font-weight:700;src:url("../../files/skf_theme/fonts/open-sans-v34-latin-700.eot");src:local(""), url("../../files/skf_theme/fonts/open-sans-v34-latin-700.eot?#iefix") format("embedded-opentype"), url("../../files/skf_theme/fonts/open-sans-v34-latin-700.woff2") format("woff2"), url("../../files/skf_theme/fonts/open-sans-v34-latin-700.woff") format("woff"), url("../../files/skf_theme/fonts/open-sans-v34-latin-700.ttf") format("truetype"), url("../../files/skf_theme/fonts/open-sans-v34-latin-700.svg#OpenSans") format("svg")}@font-face{font-family:"Roboto Condensed";font-style:normal;font-weight:400;src:url("../../files/skf_theme/fonts/roboto-condensed-v25-latin-regular.eot");src:local(""), url("../../files/skf_theme/fonts/roboto-condensed-v25-latin-regular.eot?#iefix") format("embedded-opentype"), url("../../files/skf_theme/fonts/roboto-condensed-v25-latin-regular.woff2") format("woff2"), url("../../files/skf_theme/fonts/roboto-condensed-v25-latin-regular.woff") format("woff"), url("../../files/skf_theme/fonts/roboto-condensed-v25-latin-regular.ttf") format("truetype"), url("../../files/skf_theme/fonts/roboto-condensed-v25-latin-regular.svg#RobotoCondensed") format("svg")}@font-face{font-family:"Roboto Condensed";font-style:normal;font-weight:700;src:url("../../files/skf_theme/fonts/roboto-condensed-v25-latin-700.eot");src:local(""), url("../../files/skf_theme/fonts/roboto-condensed-v25-latin-700.eot?#iefix") format("embedded-opentype"), url("../../files/skf_theme/fonts/roboto-condensed-v25-latin-700.woff2") format("woff2"), url("../../files/skf_theme/fonts/roboto-condensed-v25-latin-700.woff") format("woff"), url("../../files/skf_theme/fonts/roboto-condensed-v25-latin-700.ttf") format("truetype"), url("../../files/skf_theme/fonts/roboto-condensed-v25-latin-700.svg#RobotoCondensed") format("svg")}@-webkit-keyframes sechzig{0%{stroke-dashoffset:476}100%{stroke-dashoffset:220}}@-moz-keyframes sechzig{0%{stroke-dashoffset:476}100%{stroke-dashoffset:220}}@-ms-keyframes sechzig{0%{stroke-dashoffset:476}100%{stroke-dashoffset:220}}@-o-keyframes sechzig{0%{stroke-dashoffset:476}100%{stroke-dashoffset:220}}@keyframes sechzig{0%{stroke-dashoffset:476}100%{stroke-dashoffset:220}}@-webkit-keyframes bezahlung{0%{stroke-dashoffset:476}100%{stroke-dashoffset:140}}@-moz-keyframes bezahlung{0%{stroke-dashoffset:476}100%{stroke-dashoffset:140}}@-ms-keyframes bezahlung{0%{stroke-dashoffset:476}100%{stroke-dashoffset:140}}@-o-keyframes bezahlung{0%{stroke-dashoffset:476}100%{stroke-dashoffset:140}}@keyframes bezahlung{0%{stroke-dashoffset:476}100%{stroke-dashoffset:140}}@-webkit-keyframes empfehlung{0%{stroke-dashoffset:476}100%{stroke-dashoffset:100}}@-moz-keyframes empfehlung{0%{stroke-dashoffset:476}100%{stroke-dashoffset:100}}@-ms-keyframes empfehlung{0%{stroke-dashoffset:476}100%{stroke-dashoffset:100}}@-o-keyframes empfehlung{0%{stroke-dashoffset:476}100%{stroke-dashoffset:100}}@keyframes empfehlung{0%{stroke-dashoffset:476}100%{stroke-dashoffset:100}}@-webkit-keyframes movedown{0%{opacity:0;transform:translateY(-30px)}50%{opacity:1;transform:translateY(0px)}100%{opacity:0;transform:translateY(30px)}}@-moz-keyframes movedown{0%{opacity:0;transform:translateY(-30px)}50%{opacity:1;transform:translateY(0px)}100%{opacity:0;transform:translateY(30px)}}@-ms-keyframes movedown{0%{opacity:0;transform:translateY(-30px)}50%{opacity:1;transform:translateY(0px)}100%{opacity:0;transform:translateY(30px)}}@-o-keyframes movedown{0%{opacity:0;transform:translateY(-30px)}50%{opacity:1;transform:translateY(0px)}100%{opacity:0;transform:translateY(30px)}}@keyframes movedown{0%{opacity:0;transform:translateY(-30px)}50%{opacity:1;transform:translateY(0px)}100%{opacity:0;transform:translateY(30px)}}@-webkit-keyframes fadeBottom{0%{opacity:0;transform:translateY(15%)}100%{opacity:1;transform:translateY(0%)}}@-moz-keyframes fadeBottom{0%{opacity:0;transform:translateY(15%)}100%{opacity:1;transform:translateY(0%)}}@-ms-keyframes fadeBottom{0%{opacity:0;transform:translateY(15%)}100%{opacity:1;transform:translateY(0%)}}@-o-keyframes fadeBottom{0%{opacity:0;transform:translateY(15%)}100%{opacity:1;transform:translateY(0%)}}@keyframes fadeBottom{0%{opacity:0;transform:translateY(15%)}100%{opacity:1;transform:translateY(0%)}}@-webkit-keyframes fadeBottom_absolute{0%{opacity:0;transform:translateY(15%)}100%{opacity:1;transform:translateY(-50%)}}@-moz-keyframes fadeBottom_absolute{0%{opacity:0;transform:translateY(15%)}100%{opacity:1;transform:translateY(-50%)}}@-ms-keyframes fadeBottom_absolute{0%{opacity:0;transform:translateY(15%)}100%{opacity:1;transform:translateY(-50%)}}@-o-keyframes fadeBottom_absolute{0%{opacity:0;transform:translateY(15%)}100%{opacity:1;transform:translateY(-50%)}}@keyframes fadeBottom_absolute{0%{opacity:0;transform:translateY(15%)}100%{opacity:1;transform:translateY(-50%)}}@-webkit-keyframes fadeRight{0%{opacity:0;transform:translateX(15%)}100%{opacity:1;transform:translateX(0%)}}@-moz-keyframes fadeRight{0%{opacity:0;transform:translateX(15%)}100%{opacity:1;transform:translateX(0%)}}@-ms-keyframes fadeRight{0%{opacity:0;transform:translateX(15%)}100%{opacity:1;transform:translateX(0%)}}@-o-keyframes fadeRight{0%{opacity:0;transform:translateX(15%)}100%{opacity:1;transform:translateX(0%)}}@keyframes fadeRight{0%{opacity:0;transform:translateX(15%)}100%{opacity:1;transform:translateX(0%)}}@-webkit-keyframes fadeLeft{0%{opacity:0;transform:translateX(-15%)}100%{opacity:1;transform:translateX(0%)}}@-moz-keyframes fadeLeft{0%{opacity:0;transform:translateX(-15%)}100%{opacity:1;transform:translateX(0%)}}@-ms-keyframes fadeLeft{0%{opacity:0;transform:translateX(-15%)}100%{opacity:1;transform:translateX(0%)}}@-o-keyframes fadeLeft{0%{opacity:0;transform:translateX(-15%)}100%{opacity:1;transform:translateX(0%)}}@keyframes fadeLeft{0%{opacity:0;transform:translateX(-15%)}100%{opacity:1;transform:translateX(0%)}}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-moz-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-ms-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-o-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes pulse{0%{opacity:1;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}100%{opacity:1;transform:scale(1)}}@-moz-keyframes pulse{0%{opacity:1;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}100%{opacity:1;transform:scale(1)}}@-ms-keyframes pulse{0%{opacity:1;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}100%{opacity:1;transform:scale(1)}}@-o-keyframes pulse{0%{opacity:1;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}100%{opacity:1;transform:scale(1)}}@keyframes pulse{0%{opacity:1;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}100%{opacity:1;transform:scale(1)}}html,input{outline:none !important}body{margin:0;padding:0;overflow-x:hidden;background:#fff;color:#666666;font-family:"Open Sans", sans-serif;font-weight:400;font-size:16px;line-height:1.5;padding-top:105px}@media only screen and (max-width:1200px){body{font-size:15px}}@media only screen and (max-width:865px){body{font-size:15px;padding-top:85px !important}}@media only screen and (max-width:700px){body{font-size:15px}}body.scroll{padding-top:0}body a{color:#004f7b;text-decoration:underline}body h1,body h2,body h3,body h4,body h5{font-family:"Roboto Condensed"}body h1{font-size:34px;margin:0;margin-bottom:25px;margin-top:15px;color:#004f7b}@media only screen and (max-width:1200px){body h1{font-size:30px}}@media only screen and (max-width:950px){body h1{font-size:26px}}@media only screen and (max-width:700px){body h1{font-size:7vw;line-height:1.2}}body h1+h2{font-weight:400;font-size:25px;margin:0 0 25px}@media only screen and (max-width:1200px){body h1+h2{font-size:20px}}@media only screen and (max-width:950px){body h1+h2{font-size:18px}}body h2{color:#004f7b;margin:0 0 20px;font-size:28px}@media only screen and (max-width:1200px){body h2{font-size:30px}}@media only screen and (max-width:950px){body h2{font-size:26px}}@media only screen and (max-width:700px){body h2{font-size:7vw;line-height:1.2}}body.nomob-content-display{display:block}@media only screen and (max-width:700px){#main h2.ce_headline{margin-bottom:25px !important}}#main .mod_article>.block>div,#main .mod_article>.flex>div,#main .mod_article>.ce_headline>div,footer>.inside>div,header>div{display:block;margin-left:auto;margin-right:auto;width:1000px;max-width:100%;box-sizing:border-box}#main .mod_article>.block figure,#main .mod_article>.flex figure,#main .mod_article>.ce_headline figure,footer>.inside figure,header figure{line-height:0}#main .mod_article>.block figure figcaption,#main .mod_article>.flex figure figcaption,#main .mod_article>.ce_headline figure figcaption,footer>.inside figure figcaption,header figure figcaption{line-height:1.2}#main .mod_article>.block.fw,#main .mod_article>.block.fw-bg,#main .mod_article>.flex.fw,#main .mod_article>.flex.fw-bg,#main .mod_article>.ce_headline.fw,#main .mod_article>.ce_headline.fw-bg,footer>.inside.fw,footer>.inside.fw-bg,header.fw,header.fw-bg{width:100%;max-width:100%}#main .mod_article>.block.fw>*,#main .mod_article>.block.fw-bg>*,#main .mod_article>.flex.fw>*,#main .mod_article>.flex.fw-bg>*,#main .mod_article>.ce_headline.fw>*,#main .mod_article>.ce_headline.fw-bg>*,footer>.inside.fw>*,footer>.inside.fw-bg>*,header.fw>*,header.fw-bg>*{display:block;margin-left:auto;margin-right:auto;width:1000px;max-width:100%;text-align:center}.ce_text:not(.fw),.ce_accordionStart,.ce_form{margin-left:auto;margin-right:auto;width:1000px;max-width:100%}@media only screen and (max-width:865px){.ce_text:not(.fw),.ce_accordionStart,.ce_form{max-width:92%}}#cookiebar-desc{overflow:auto;max-height:170px}#main .mod_article .schmal div.flex,footer>.inside .schmal div.flex{width:880px}#main .mod_article .ce_headline:not(.fw),footer>.inside .ce_headline:not(.fw){margin-left:auto;margin-right:auto;width:1000px !important;max-width:100%}@media only screen and (max-width:865px){#main .mod_article .ce_headline:not(.fw),footer>.inside .ce_headline:not(.fw){max-width:92%}}#main .mod_article div.flex,footer>.inside div.flex{display:flex;flex-wrap:wrap;margin-left:auto;margin-right:auto;width:1000px;max-width:100%;column-gap:60px}@media only screen and (max-width:950px){#main .mod_article div.flex,footer>.inside div.flex{column-gap:30px}}@media only screen and (max-width:865px){#main .mod_article div.flex,footer>.inside div.flex{max-width:92%}}@media only screen and (max-width:700px){#main .mod_article div.flex,footer>.inside div.flex{display:block}}#main .mod_article div.flex.mitte,footer>.inside div.flex.mitte{justify-content:center}#main .mod_article div.flex.padding,footer>.inside div.flex.padding{padding:75px 0}@media only screen and (max-width:700px){#main .mod_article div.flex.padding,footer>.inside div.flex.padding{padding:25px 0}}#main .mod_article div.flex.gapXL,footer>.inside div.flex.gapXL{column-gap:120px}@media only screen and (max-width:950px){#main .mod_article div.flex.gapXL,footer>.inside div.flex.gapXL{column-gap:60px}}#main .mod_article div.flex.gapXL>*,footer>.inside div.flex.gapXL>*{width:calc(50% - 60px)}#main .mod_article div.flex.gapXL>*.breit,footer>.inside div.flex.gapXL>*.breit{width:calc(65% - 60px)}@media only screen and (max-width:700px){#main .mod_article div.flex.gapXL>*.breit,footer>.inside div.flex.gapXL>*.breit{width:100%}}#main .mod_article div.flex.gapXL>*.breit+div,footer>.inside div.flex.gapXL>*.breit+div{width:calc(35% - 60px)}@media only screen and (max-width:865px){#main .mod_article div.flex.gapXL>*.breit+div,footer>.inside div.flex.gapXL>*.breit+div{width:35%}}@media only screen and (max-width:700px){#main .mod_article div.flex.gapXL>*.breit+div,footer>.inside div.flex.gapXL>*.breit+div{width:100%}}#main .mod_article div.flex>*.fw,#main .mod_article div.flex>div.full,footer>.inside div.flex>*.fw,footer>.inside div.flex>div.full{width:100%}#main .mod_article div.flex>*,footer>.inside div.flex>*{width:calc(50% - 30px);margin:0px 0 60px;box-sizing:border-box}@media only screen and (max-width:950px){#main .mod_article div.flex>*,footer>.inside div.flex>*{width:calc(50% - 15px)}}@media only screen and (max-width:950px) and (max-width:700px){#main .mod_article div.flex>*,footer>.inside div.flex>*{width:100%;padding:0 0px;margin:0 auto}#main .mod_article div.flex>*+.halb,footer>.inside div.flex>*+.halb{margin:0}#main .mod_article div.flex>*+.halb figure,footer>.inside div.flex>*+.halb figure{margin-top:30px}}#main .mod_article div.flex>*.breit,footer>.inside div.flex>*.breit{width:calc(65% - 30px)}#main .mod_article div.flex>*.breit+div,footer>.inside div.flex>*.breit+div{width:calc(35% - 30px)}#main .mod_article div.flex.drei>*,footer>.inside div.flex.drei>*{width:calc(33.333% - 40px);margin:60px 0 30px;box-sizing:border-box}@media only screen and (max-width:950px){#main .mod_article div.flex.drei>*,footer>.inside div.flex.drei>*{margin-top:30px;width:calc(33.333% - 20px)}}@media only screen and (max-width:700px){#main .mod_article div.flex.drei>*,footer>.inside div.flex.drei>*{width:100%;margin:30px 0 0}}#main .mod_article div.flex.vier,footer>.inside div.flex.vier{column-gap:30px}#main .mod_article div.flex.vier .ce_headline,footer>.inside div.flex.vier .ce_headline{margin:0 auto 20px}#main .mod_article div.flex.vier>*,footer>.inside div.flex.vier>*{width:calc(25% - 22.5px);margin:30px 0 0px;box-sizing:border-box}@media only screen and (max-width:950px){#main .mod_article div.flex.vier>*,footer>.inside div.flex.vier>*{width:calc(25% - 23px)}}@media only screen and (max-width:700px){#main .mod_article div.flex.vier>*,footer>.inside div.flex.vier>*{width:100%}}#main .mod_article div.flex.fuenf,footer>.inside div.flex.fuenf{column-gap:30px}#main .mod_article div.flex.fuenf .ce_headline,footer>.inside div.flex.fuenf .ce_headline{margin:0 auto 20px}#main .mod_article div.flex.fuenf>*,footer>.inside div.flex.fuenf>*{width:calc(20% - 24px);margin:30px 0 0px;box-sizing:border-box}@media only screen and (max-width:950px){#main .mod_article div.flex.fuenf>*,footer>.inside div.flex.fuenf>*{width:calc(25% - 23px)}}@media only screen and (max-width:700px){#main .mod_article div.flex.fuenf>*,footer>.inside div.flex.fuenf>*{width:100%}}#main .mod_article div.flex.fuenf>*.medizin,footer>.inside div.flex.fuenf>*.medizin{width:calc(25% - 24px)}#main .mod_article div.flex.fuenf>*.pflege,footer>.inside div.flex.fuenf>*.pflege{width:calc(15% - 24px)}#befragung .abschnitt{font-size:24px;margin:50px 0 10px}#befragung .abschnitt strong{color:#666;font-size:40px}#slider{line-height:0}#slider img{width:100%}#slider figure{position:relative}#slider figcaption,#slider .ce_text{position:absolute;left:0;bottom:3.5vw;background:rgba(255, 255, 255, 0.8);color:#004f7b;font-size:40px;padding:35px 50px;font-weight:bold;display:inline-block;width:auto}@media only screen and (max-width:700px){#slider figcaption,#slider .ce_text{padding:20px 20px;font-size:4vw}}#slider figcaption p,#slider .ce_text p{margin:0}header#header{position:fixed;top:0;left:0;width:100%;z-index:9999999;padding:20px 0;background:#fff;box-shadow:0 5px 10px #666}header#header>.inside{padding:0}@media only screen and (max-width:865px){header#header>.inside{max-width:92%}}header#header #logo img,header#header .mod_mobile_menu.block{transition:ease all 0.3s}header#header #logo img{max-width:330px}@media only screen and (max-width:700px){header#header #logo img{max-width:230px}}.scrollll header#header::after{height:100%}.scrollll header#header #logo img{width:170px}.scrollll header#header .mod_mobile_menu.block{top:21px}header#header nav#hauptmenu{line-height:1;position:absolute;right:0;width:auto;overflow:visible;bottom:0;font-size:16px}@media only screen and (max-width:1200px){header#header nav#hauptmenu{font-size:15px}}@media only screen and (max-width:950px){header#header nav#hauptmenu{left:auto;right:0;width:auto}}@media only screen and (max-width:865px){header#header nav#hauptmenu{display:none}}header#header nav#hauptmenu a,header#header nav#hauptmenu strong{color:#004f7b;text-decoration:none}header#header nav#hauptmenu ul.level_1{margin:0;padding:0;list-style:none;position:relative}header#header nav#hauptmenu ul.level_1>li{display:inline-block;padding:0 0 0 20px;text-align:left;text-transform:uppercase}@media only screen and (max-width:1500px){header#header nav#hauptmenu ul.level_1>li{padding-left:12px}}@media only screen and (max-width:1200px){header#header nav#hauptmenu ul.level_1>li{padding-left:3px}}header#header nav#hauptmenu ul.level_1>li>a,header#header nav#hauptmenu ul.level_1>li>strong{padding:0 3px 10px 5px;position:relative;font-weight:bold;color:#666666}header#header nav#hauptmenu ul.level_1>li>a::after,header#header nav#hauptmenu ul.level_1>li>strong::after{position:absolute;left:0;bottom:0;height:2px;background:#004f7b;content:"";width:0;transition:ease all 0.3s}header#header nav#hauptmenu ul.level_2{text-align:left;margin:0;padding:0;list-style:none;margin-left:-10px;padding:25px 15px 15px;position:absolute;visibility:hidden;opacity:0;top:25px;width:250px;overflow:hidden;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-ms-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease}@media only screen and (max-width:1200px){header#header nav#hauptmenu ul.level_2{top:60px}}header#header nav#hauptmenu ul.level_2>li{text-transform:none;padding:20px 5px;border-bottom:1px solid #fff}header#header nav#hauptmenu ul.level_2>li.last{border:0}header#header nav#hauptmenu ul.level_2>li>a,header#header nav#hauptmenu ul.level_2>li strong{position:relative}header#header nav#hauptmenu ul.level_2>li>a:hover,header#header nav#hauptmenu ul.level_2>li strong:hover{text-decoration:underline}header#header nav#hauptmenu ul.level_2>li.active strong,header#header nav#hauptmenu ul.level_2>li.trail>a{font-weight:700;color:#004f7b}header#header nav#hauptmenu li:hover ul.level_2,header#header nav#hauptmenu li:focus.level_2{visibility:visible;opacity:1}header#header nav#hauptmenu li:hover ul.level_2>li,header#header nav#hauptmenu li:focus.level_2>li{z-index:2;position:relative}header#header nav#hauptmenu li:hover ul.level_2::after,header#header nav#hauptmenu li:focus.level_2::after{height:250px;background:#ffbc00;opacity:0.85;width:100%;position:fixed;left:0;content:"";top:105px;z-index:1}header#header nav#hauptmenu li.active>strong,header#header nav#hauptmenu li.trail>a,header#header nav#hauptmenu li.trail>strong,header#header nav#hauptmenu li:hover>a{color:#004f7b !important}header#header nav#hauptmenu li:hover>a{color:#e9e9e9}header#header ul.icons{position:absolute;right:0;top:0;list-style:none;margin:0;padding:0;display:flex;column-gap:15px}@media only screen and (max-width:865px){header#header ul.icons{display:none}}header#header ul.icons>li{padding:0px;margin:0}header#header ul.icons a{position:relative;height:30px;width:30px;line-height:30px;text-decoration:none;display:block;overflow:hidden}header#header ul.icons a::before{content:"";height:30px;width:30px;background:url("/files/icons/kontakt.svg") no-repeat 0 0 / auto 100%;position:absolute;left:0;top:0}header#header ul.icons .tel a::before{background-image:url("/files/icons/telefon.svg")}header#header ul.icons .suche a::before{background-image:url("/files/icons/suche.svg")}header#header ul.icons .social-list a::before{background-image:url("/files/icons/facebook.svg")}header#header ul.icons .social-list+.social-list>a::before{background-image:url("/files/icons/instagram.svg")}#main .ce_form{margin-bottom:50px}#main .ce_form h1{margin-bottom:0}#main .ce_form .not2023{display:none}#main .ce_form .formbody{display:flex;flex-wrap:wrap;column-gap:30px;row-gap:20px;width:880px;margin:0 auto;max-width:100%}@media only screen and (max-width:700px){#main .ce_form .formbody{column-gap:20px;row-gap:20px}}#main .ce_form h4{width:100%;color:#004f7b;font-size:20px;margin:15px 0 0}#main .ce_form .widget{width:calc(50% - 15px)}@media only screen and (max-width:700px){#main .ce_form .widget{width:100%}}#main .ce_form .widget.full{width:100%}#main .ce_form .widget.drittel{width:calc(33.33% - 20px)}@media only screen and (max-width:700px){#main .ce_form .widget.drittel{width:calc(100%)}}#main .ce_form .widget.halb{width:calc(50% - 15px)}@media only screen and (max-width:700px){#main .ce_form .widget.halb{width:100%}}#main .ce_form .widget label{display:block;margin-bottom:5px}#main .ce_form .widget input[type="checkbox"],#main .ce_form .widget input[type="radio"]{accent-color:#004f7b;height:17px;width:17px}#main .ce_form .widget input[type="tel"],#main .ce_form .widget input[type="date"],#main .ce_form .widget input[type="email"],#main .ce_form .widget input[type="text"],#main .ce_form .widget select,#main .ce_form .widget textarea,#main .ce_form .widget .select2-container--default .select2-selection--single{border-radius:0;width:100%;background:#fff;color:#004f7b;font-family:"Open Sans", sans-serif;font-weight:400;font-size:18px;line-height:1.5;border:1px solid #004f7b;box-sizing:border-box;padding:4px 10px;height:auto}#main .ce_form .widget textarea{min-height:300px}@media only screen and (max-width:700px){#main .ce_form .widget textarea{min-height:190px}}#main .ce_form .widget.widget-checkbox,#main .ce_form .widget.widget-radio{margin-top:5px}#main .ce_form .widget.widget-checkbox label,#main .ce_form .widget.widget-radio label{margin:0 0 0 5px}#main .ce_form .widget.widget-checkbox fieldset,#main .ce_form .widget.widget-radio fieldset{padding:0;border:0;display:flex}@media only screen and (max-width:700px){#main .ce_form .widget.widget-checkbox fieldset,#main .ce_form .widget.widget-radio fieldset{display:block}}#main .ce_form .widget.widget-checkbox span,#main .ce_form .widget.widget-radio span{margin:0 35px 0 0;padding:5px 9px;display:flex;border:0px solid #004f7b;align-items:flex-start}@media only screen and (max-width:700px){#main .ce_form .widget.widget-checkbox span,#main .ce_form .widget.widget-radio span{margin:12px 0 12px 0}}#main .ce_form .widget.widget-upload{width:30%}@media only screen and (max-width:700px){#main .ce_form .widget.widget-upload{width:90% !important}}#main .ce_form .widget.widget-upload.position-rechts{width:50%}#main .ce_form .widget.widget-upload input[type=file]::file-selector-button{border-radius:0;background:#ffbc00;padding:6px 8px;border:1px solid #004f7b;color:#004f7b;cursor:pointer}#main .ce_form .widget.widget-upload input[type=file]::file-selector-button:hover{background:#004f7b;color:#fff}#main .ce_form .widget-submit button{cursor:pointer;border-radius:4px;color:#004f7b;border:1px solid #004f7b;box-sizing:border-box;background:#ffbc00;text-decoration:none;padding:8px 30px;text-transform:uppercase;transition:ease all 0.3s;margin-top:10px;display:inline-block}#main .ce_form .widget-submit button:hover{color:#fff;background:#004f7b}.box{padding:13px;margin:0;background:#e9e9e9}.box p:last-of-type{margin-bottom:0}.box h3,.box h4{color:#004f7b;font-size:20px;margin:0 0 15px}.ende .box{align-self:flex-end}.box.asp{margin-bottom:40px !important;align-self:center}@media only screen and (max-width:700px){.box.asp{text-align:center;padding:20px 0 !important}}.box.asp img{max-width:150px}div.rechts .box.asp{margin-bottom:0 !important}.zitate{text-align:center;color:#004f7b}.zitate .bild-rund img{width:150px;border-radius:255px}.zitate .ce_swiperStart{display:block;margin-left:auto;margin-right:auto;width:1000px;max-width:100%}@media only screen and (max-width:865px){.zitate .ce_swiperStart .ce_text.swiper-slide{max-width:100%}}.zitate .swiper-slide p{width:600px;max-width:90%;margin:20px auto 10px}.zitate .swiper-slide p+p{font-size:85%}.zitate em{font-weight:bold}.zitate .swiper-button-next::after,.zitate .swiper-button-prev::after{color:#004f7b;left:-80px}.zitate .swiper-button-next::after{right:-80px;left:auto}.hellblau-p p:first-of-type{padding:13px;margin:0;background:#e3edf0;color:#004f7b}.grau-p p:first-of-type{padding:8px;background:#e9e9e9}.grau,.gray{background:#f8f9f8}div.gelb,.gelb,.yellow{background:#ffbc00;padding:60px 0 45px}div.gelb.button p a,.gelb.button p a,.yellow.button p a{color:#fff;background:#004f7b;margin-top:25px}.hellblau,.ce_accordionSingle.hellblau{background:#e3edf0;color:#004f7b}.hellgelb,.ce_accordionSingle.hellgelb{background:#fef8eb}section{padding:50px 0}@media only screen and (max-width:700px){section{padding:30px 0}}.center{text-align:center}.button.button-full p:last-of-type a{width:100%}.button.button-2 p:nth-last-of-type(2) a{width:100%}.button.btn-links p:last-of-type{text-align:left}.button p:last-of-type,.button.button-2 p:nth-last-of-type(2){text-align:center}.button p:last-of-type a,.button.button-2 p:nth-last-of-type(2) a{border-radius:4px;color:#004f7b;border:1px solid #004f7b;box-sizing:border-box;background:#ffbc00;text-decoration:none;padding:8px 30px;text-transform:uppercase;transition:ease all 0.3s;margin-top:10px;display:inline-block}.button p:last-of-type a:hover,.button.button-2 p:nth-last-of-type(2) a:hover{color:#fff;background:#004f7b}.bild>.div,.bild .ui-accordion-content>div{display:flex;flex-wrap:wrap;column-gap:30px;padding:20px 0 0}@media only screen and (max-width:700px){.bild>.div,.bild .ui-accordion-content>div{display:block}}.bild>.div figure,.bild .ui-accordion-content>div figure{order:2;width:40%;line-height:0}@media only screen and (max-width:700px){.bild>.div figure,.bild .ui-accordion-content>div figure{width:100%;margin:0 0 15px}}.bild>.div .inhalt,.bild .ui-accordion-content>div .inhalt{width:calc(60% - 30px)}@media only screen and (max-width:700px){.bild>.div .inhalt,.bild .ui-accordion-content>div .inhalt{width:100%}}.bild>.div .inhalt p:first-of-type,.bild .ui-accordion-content>div .inhalt p:first-of-type{margin-top:0}.bild>.div .inhalt p:last-of-type,.bild .ui-accordion-content>div .inhalt p:last-of-type{text-align:left}.bild>.div .inhalt p:last-of-type a,.bild .ui-accordion-content>div .inhalt p:last-of-type a{padding:8px 45px}#video .ce_youtube{margin-bottom:10px !important}#video iframe{border:0}#vorteile .icon figure{display:flex;color:#004f7b;font-weight:bold;align-items:center}@media only screen and (max-width:700px){#vorteile .icon figure{padding:12px 0}}#vorteile .icon figure img{margin-right:30px;width:60px}@media only screen and (max-width:700px){#vorteile .icon figure img{width:40px;margin-right:20px}}#vorteile em{display:block;font-weight:normal;color:#666666;font-style:normal;font-size:15px}#vorteile .ce_hyperlink{margin-bottom:0 !important}@media only screen and (max-width:700px){#ansprechpartner{margin-top:30px !important;margin-bottom:30px !important;padding:30px 0 !important}}#ansprechpartner strong{color:#004f7b}#ansprechpartner p:first-of-type{min-height:75px}@media only screen and (max-width:700px){#ansprechpartner p:first-of-type{min-height:0}}#ansprechpartner p:first-of-type+p{font-size:15px}@media only screen and (max-width:700px){#ansprechpartner p:first-of-type+p{margin:0}}#bereiche{text-align:center;font-size:14px;margin-bottom:80px}#bereiche .button a{text-transform:none}#bereiche p:last-of-type{position:absolute;width:100%;bottom:0}@media only screen and (max-width:700px){#bereiche p:last-of-type{position:relative;bottom:auto}}#bereiche .ce_text{position:relative;padding-bottom:70px}#bereiche .ce_text:hover figure img{transform:scale(1.06)}#bereiche figure{position:relative;line-height:0;overflow:hidden}#bereiche figure img{transition:ease all 0.6s}#bereiche figure figcaption{font-size:17px;line-height:1;padding:12px 5px;color:#004f7b;font-weight:bold;background:rgba(255, 255, 255, 0.8);position:absolute;left:0;bottom:0;width:100%;box-sizing:border-box}.mod_breadcrumb{display:block;margin-left:auto;margin-right:auto;width:1000px;max-width:100%;margin:20px auto 20px}@media only screen and (max-width:865px){.mod_breadcrumb{max-width:92%}}.mod_breadcrumb a{color:#666666;text-decoration:none}.mod_breadcrumb ul{margin:0;padding:0;list-style:none}.mod_breadcrumb ul li.first{display:none}.mod_breadcrumb ul li{margin:0 0 0 0;padding:0 0 0;position:relative;display:inline-block}.mod_breadcrumb ul li+li+li::before{content:"/ "}.ce_hyperlink{text-align:center;margin:40px auto}.ce_hyperlink a{border-radius:4px;color:#004f7b;border:1px solid #004f7b;background:#ffbc00;text-decoration:none;padding:8px 45px;text-transform:uppercase;transition:ease all 0.3s;margin-top:10px;display:inline-block}.ce_hyperlink a:hover{color:#fff;background:#004f7b}.ce_hyperlink.rechts{text-align:right;margin:-50px 0 55px !important}@media only screen and (max-width:700px){.ce_hyperlink.rechts{margin:10px 0 !important}}.ce_hyperlink.rechts a{width:calc(35% - 60px);box-sizing:border-box;text-align:center;margin:0 0 10px;padding:8px}@media only screen and (max-width:700px){.ce_hyperlink.rechts a{width:100%}}.rechts .ce_hyperlink{width:100%;margin:15px auto}.rechts .ce_hyperlink a{display:block;padding:8px}.linkliste ul{margin:0;padding:0;list-style:none}.linkliste ul>li{padding:0 0 10px}.linkliste ul>li a{font-size:14px;display:block;border:1px solid #004f7b;background:#e3edf0;padding:8px 5px;text-align:center;text-decoration:none;border-radius:4px}.linkliste ul>li a:hover{color:#fff;background:#004f7b !important}.linkliste ul>li:last-of-type{padding-top:15px}.linkliste ul>li:last-of-type a{background:#ffbc00;text-transform:uppercase;border-width:2px}#angebote h3{color:#004f7b;margin:60px auto 35px;font-size:24px}#angebote .button p:last-of-type{text-align:left}#angebote .button p:last-of-type a{text-align:center}#angebote.offen{padding-bottom:0}#angebote.offen h2{margin:80px 0 20px}#angebote.offen .zitate{margin:100px 0}#angebote.offen .zitate:last-of-type{margin-bottom:0}#angebote.offen h2{text-align:center;margin-bottom:30px}#angebote.offen .ce_text:first-of-type ul:first-of-type{list-style:none;margin:15px 0 0;padding:0;display:flex;column-gap:20px}@media only screen and (max-width:700px){#angebote.offen .ce_text:first-of-type ul:first-of-type{display:block}}#angebote.offen .ce_text:first-of-type ul:first-of-type li{padding:5px 0;margin:0;display:flex;align-items:center}#angebote.offen .ce_text:first-of-type ul:first-of-type img{height:20px;width:auto;display:inline-block;padding-right:8px}#angebote.offen .button p:last-of-type a{display:block}#angebote.offen .ui-accordion-content>div{display:flex;flex-wrap:wrap;column-gap:30px}@media only screen and (max-width:700px){#angebote.offen .ui-accordion-content>div{display:block}}#angebote.offen .ui-accordion-content>div>div{width:calc(60% - 30px)}@media only screen and (max-width:700px){#angebote.offen .ui-accordion-content>div>div{width:100%}}#angebote.offen .ui-accordion-content>div>div+div{width:40%}@media only screen and (max-width:700px){#angebote.offen .ui-accordion-content>div>div+div{width:100%}}#angebote.offen .ui-accordion-content>div>div+div p:last-of-type a:nth-of-type(2){margin-top:-3px}#angebote.offen .ui-accordion-content>div>div+div h3{margin:15px 0 0;background:#ede1c7;padding:10px 25px;color:#004f7b}#angebote.offen .ui-accordion-content>div>div+div ul{margin:0;background:#ede1c7;padding:10px 25px 25px 35px;color:#004f7b}.ce_accordionSingle,.ce_accordionStart{padding:10px 20px 10px;margin:5px auto 15px;background:#e9e9e9;border:1px solid #bbb;box-sizing:border-box}.ce_accordionSingle .ui-accordion-content,.ce_accordionStart .ui-accordion-content{padding-top:5px;color:#666666}.ce_accordionSingle .ui-accordion-content>div,.ce_accordionStart .ui-accordion-content>div{opacity:1 !important;animation:none !important}.ce_accordionSingle .toggler,.ce_accordionStart .toggler{font-weight:bold;color:#004f7b;font-family:"Roboto Condensed";line-height:2;font-size:20px;position:relative;cursor:pointer}@media only screen and (max-width:700px){.ce_accordionSingle .toggler,.ce_accordionStart .toggler{line-height:1.4;font-size:18px;padding-right:20px}}.ce_accordionSingle .toggler::after,.ce_accordionStart .toggler::after{content:"";width:24px;height:13px;background:url("/files/icons/arrow.svg") no-repeat 0 0 / auto 100%;position:absolute;right:0;top:10px;transform:rotate(180deg);transition:ease all 0.5s}@media only screen and (max-width:700px){.ce_accordionSingle .toggler::after,.ce_accordionStart .toggler::after{right:-10px}}.ce_accordionSingle .toggler.accordion-header-active,.ce_accordionStart .toggler.accordion-header-active{border-bottom:1px solid #bbb;padding-bottom:15px}.ce_accordionSingle .toggler.accordion-header-active::after,.ce_accordionStart .toggler.accordion-header-active::after{transform:rotate(0)}.ce_accordionSingle.naehe .toggler,.ce_accordionSingle.kompetenz .toggler,.ce_accordionSingle.pflege .toggler,.ce_accordionStart.naehe .toggler,.ce_accordionStart.kompetenz .toggler,.ce_accordionStart.pflege .toggler{padding-left:45px}.ce_accordionSingle.naehe .toggler::before,.ce_accordionSingle.kompetenz .toggler::before,.ce_accordionSingle.pflege .toggler::before,.ce_accordionStart.naehe .toggler::before,.ce_accordionStart.kompetenz .toggler::before,.ce_accordionStart.pflege .toggler::before{content:"";height:36px;width:36px;background:url("/files/icons/naehe.svg") no-repeat 0 0 / auto 100%;position:absolute;left:0;top:2px}@media only screen and (max-width:700px){.ce_accordionSingle.naehe .toggler::before,.ce_accordionSingle.kompetenz .toggler::before,.ce_accordionSingle.pflege .toggler::before,.ce_accordionStart.naehe .toggler::before,.ce_accordionStart.kompetenz .toggler::before,.ce_accordionStart.pflege .toggler::before{height:30px;width:30px;top:0}}.ce_accordionSingle.kompetenz .toggler::before,.ce_accordionStart.kompetenz .toggler::before{background-image:url("/files/icons/medizin.svg")}.ce_accordionSingle.pflege .toggler::before,.ce_accordionStart.pflege .toggler::before{background-image:url("/files/icons/pflege.svg")}footer#footer{background:#004f7b;color:#fff;text-align:center;font-size:12px}footer#footer a,footer#footer strong{color:#fff;text-decoration:none}footer#footer h5{font-size:16px;margin:0 0 25px;text-transform:uppercase;font-weight:bold}footer#footer ul{margin:0;padding:0;list-style:none}footer#footer ul li{margin:0;padding:4px 0}footer#footer #ende{margin:30px auto 10px}footer#footer #ende ul{text-align:center}footer#footer #ende ul>li{display:inline-block;font-weight:bold;text-transform:uppercase;font-size:17px;padding:20px 10px;font-family:"Roboto Condensed"}div.fadebottom,section.fadebottom>div>*{opacity:0}div.fadebottom.in-view,section.fadebottom>div>*.in-view{-webkit-animation:fadeBottom 0.85s forwards;-moz-animation:fadeBottom 0.85s forwards;-ms-animation:fadeBottom 0.85s forwards;-o-animation:fadeBottom 0.85s forwards;animation:fadeBottom 0.85s forwards}.fadein{opacity:0}.fadein.in-view{-webkit-animation:fadeIn 0.85s forwards;-moz-animation:fadeIn 0.85s forwards;-ms-animation:fadeIn 0.85s forwards;-o-animation:fadeIn 0.85s forwards;animation:fadeIn 0.85s forwards}span.not2023{position:absolute;margin-top:-125px}div.not2023{display:none !important}.mob{display:none}@media only screen and (max-width:865px){.mob{display:block}.nomob{display:none !important}}.phone{display:none}@media only screen and (max-width:700px){.phone{display:block}.noPhone{display:none !important}}@media only screen and (min-width:866px){.mob{display:none}}@media only screen and (max-width:865px){.nomob{display:none}:root{--bar-width: 27px;--bar-height: 3px;--bar-margin:2.5px;--bar-borderradius: 0.1em;--bar-arrow-angle-value: 45;--bar-transition: cubic-bezier(.25,.01,.75,1);--bar-transition-time: .3s;--bar-offset: calc( var(--bar-height) + var(--bar-margin) * 2 );--bar-arrow-angle: calc( var(--bar-arrow-angle-value) * 1deg );--bar-arrow-offset: calc( var(--bar-height) * 1.2 + var(--bar-margin) * 2 );--bar-arrow-offsetcenter: calc( 50% * var(--bar-arrow-angle-value) / 90 )}.mod_mobile_menu.block{top:21px;position:absolute;right:0%;z-index:999;cursor:pointer;width:27px}.mod_mobile_menu.block .mobile_menu_trigger{text-align:center}.mod_mobile_menu.block i{font-style:normal;color:#004f7b;position:absolute;left:0%;font-size:20px}.burger__input,.burger__label{display:block;cursor:pointer}.burger__input{opacity:0;position:absolute;width:100%;height:30px;z-index:999999}.burger__label{align-items:center;position:relative;z-index:11000;padding:0;cursor:pointer}.burger__label{display:flex;padding-left:0}.burger__linelabel{padding-left:10px}span.menu{display:block;position:relative;margin-top:-10px;margin-left:0;text-transform:uppercase;font-weight:500;font-size:15px;font-family:"Open Sans", sans-serif}html.mobile_menu_active,.mobile_menu_active body{overflow:hidden}html.mobile_menu_active span.menu,.mobile_menu_active body span.menu{color:#fff;display:none}.burger__lines{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;transition:transform var(--bar-transition-time) var(--bar-transition)}.burger__line{display:block;width:var(--bar-width);height:var(--bar-height);margin-top:var(--bar-margin);margin-bottom:var(--bar-margin);border-radius:var(--bar-borderradius);background-color:#004f7b;transition:all var(--bar-transition-time) var(--bar-transition)}.nav-dark .burger__line{background:#fff}.mobile_menu_active .burger__input~.burger__label--cross .burger__line,.scroll .burger__input~.burger__label--cross .burger__line{background:#004f7b}.mobile_menu_active .burger__input~.burger__label--cross .burger__line:nth-child(2){opacity:0}.mobile_menu_active .burger__input~.burger__label--cross .burger__line:nth-child(1){transform:translateY(var(--bar-offset)) rotate(var(--bar-arrow-angle))}.mobile_menu_active .burger__input~.burger__label--cross .burger__line:nth-child(3){transform:translateY(calc(var(--bar-offset) * -1)) rotate(calc(var(--bar-arrow-angle) * -1))}body .mobile_menu{height:auto !important;padding:100px 0 10px;text-align:right;box-sizing:border-box;overflow:hidden}body .mobile_menu::after{width:100vw;height:100%;content:"";display:block;position:absolute;top:0;left:0;background:#ffbc00;opacity:0.9;z-index:-1}body .mobile_menu .nomob{display:block !important}body .mobile_menu>.inner{background:transparent}body .mobile_menu a{color:#004f7b}body .mobile_menu p{margin:40px 0 0}body .mobile_menu ul{margin:0;padding:0;list-style:none}body .mobile_menu ul>li{margin:0;text-align:center}body .mobile_menu ul a,body .mobile_menu ul strong{color:#004f7b;font-family:"Roboto Condensed";text-transform:uppercase;text-decoration:none}body .mobile_menu ul.level_1>li{padding:10px 0 10px;border-bottom:1px solid #fff}body .mobile_menu ul.level_1>li.active{background:#004f7b}body .mobile_menu ul.level_1>li.active a,body .mobile_menu ul.level_1>li.active strong{color:#fff}body .mobile_menu ul.level_1>li:last-of-type{border:0}body .mobile_menu ul.level_1>li>a,body .mobile_menu ul.level_1>li>strong{text-decoration:none;font-weight:bold;font-size:20px;text-decoration:none}body .mobile_menu ul.level_1>li>a{position:relative}body .mobile_menu ul.level_1>li>strong{color:#004f7b}body .mobile_menu ul.level_2{margin-top:4px}body .mobile_menu ul.level_2>li{padding:2px 20px;text-align:center}body .mobile_menu ul.level_2>li>a,body .mobile_menu ul.level_2>li>strong{font-weight:400;font-size:18px}body .mobile_menu ul.level_2>li>strong{color:#004f7b;position:relative;font-weight:bold;display:inline-block}html.mobile_menu_active,.mobile_menu_active body{overflow:auto}}@media only screen and (max-width:865px) and (max-width:700px){.mod_mobile_menu.block{top:10px}}@media only screen and (min-width:701px){.phone{display:none}}@media only screen and (max-width:700px){.nophone{display:none}}
