/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.ui-dialog{position:fixed !important;border:0 !important;border-radius:0px !important;color:#17428b !important;font-family:"PTSansPro",sans-serif !important;font-size:20px;line-height:26px;z-index:9999999999;overflow:hidden;opacity:0;transition:opacity 1s;top:50% !important;left:50% !important;width:calc(100vw - 400px) !important;max-width:calc(100vw - 400px) !important;height:auto !important;max-height:calc(100vh - 100px) !important;transform:translate(-50%,-50%) !important;}.ui-dialog:before{content:'';width:100%;height:50px;background:linear-gradient(180deg,rgba(255,255,255,0) 0%,#ffffff 100%);position:absolute;bottom:0;left:0;z-index:109;}.ui-dialog.show{opacity:1;}.ui-dialog .ui-dialog-titlebar{position:absolute;top:30px;right:30px;border:0 !important;background:none !important;padding:0 !important;z-index:199;}.ui-dialog .ui-dialog-titlebar:before{display:none;}.ui-dialog .ui-dialog-titlebar .ui-dialog-title{display:none !important;}.ui-dialog .ui-dialog-titlebar .ui-button{position:relative;right:auto;top:auto;width:auto;margin:0;padding:0;height:auto;text-indent:-99999px;font-size:0;background:none !important;border:0 !important;outline:none !important;border-radius:0 !important;}.ui-dialog .ui-dialog-titlebar .ui-button .ui-icon-closethick{position:relative;top:auto;left:auto;margin:0;background:none !important;width:26px;height:26px;display:block;}.ui-dialog .ui-dialog-titlebar .ui-button .ui-icon-closethick:before,.ui-dialog .ui-dialog-titlebar .ui-button .ui-icon-closethick:after{position:absolute;left:50%;top:0;content:' ';height:26px;width:3px;border-radius:2px;background:#17428b;transition:background 0.5s;}.ui-dialog .ui-dialog-titlebar .ui-button .ui-icon-closethick:before{transform:rotate(45deg);}.ui-dialog .ui-dialog-titlebar .ui-button .ui-icon-closethick:after{transform:rotate(-45deg);}.ui-dialog .ui-dialog-titlebar .ui-button:hover .ui-icon-closethick:before,.ui-dialog .ui-dialog-titlebar .ui-button:hover .ui-icon-closethick:after{background:#66c4d8;}.ui-dialog .ui-dialog-titlebar .ui-button .ui-button-icon-space{display:none;}.ui-dialog .ui-dialog-content{padding:100px;z-index:99;overflow:hidden;overflow-y:auto !important;max-height:calc(100vh - 100px) !important;}.ui-dialog .ui-dialog-content .leistung-wrapper .titel-wrapper{display:flex;gap:40px;align-items:center;margin-bottom:80px;}.ui-dialog .ui-dialog-content .leistung-wrapper .titel-wrapper .h1{margin-bottom:0;}.ui-dialog .ui-dialog-content .leistung-wrapper .titel-wrapper .icon{height:46px;width:46px;}.ui-dialog .ui-dialog-content .arzt-wrapper,.ui-dialog .ui-dialog-content .teammember-wrapper{display:flex;}.ui-dialog .ui-dialog-content .arzt-wrapper .h1.mobile,.ui-dialog .ui-dialog-content .teammember-wrapper .h1.mobile{display:none;}.ui-dialog .ui-dialog-content .arzt-wrapper .image-wrapper,.ui-dialog .ui-dialog-content .teammember-wrapper .image-wrapper{width:30%;}.ui-dialog .ui-dialog-content .arzt-wrapper .textblock,.ui-dialog .ui-dialog-content .teammember-wrapper .textblock{width:70%;padding-left:80px;display:flex;flex-direction:column;justify-content:center;}.ui-dialog .ui-dialog-content .arzt-wrapper .textblock .h1,.ui-dialog .ui-dialog-content .teammember-wrapper .textblock .h1{margin-bottom:40px;}.ui-dialog .ui-dialog-content .arzt-wrapper .textblock .text p:last-child,.ui-dialog .ui-dialog-content .teammember-wrapper .textblock .text p:last-child{margin-bottom:0;}.ui-dialog .ui-dialog-content #node-news{margin-top:0;}.ui-dialog .ui-dialog-content #node-news #news .wrapper{display:flex;}.ui-dialog .ui-dialog-content #node-news #news .wrapper .image-wrapper{width:50%;}.ui-dialog .ui-dialog-content #node-news #news .wrapper .text{width:50%;padding-left:100px;}.ui-dialog .ui-dialog-content #node-blogbeitrag{margin:0 !important;}.ui-dialog .ui-dialog-content article{padding:0 !important;}.ui-dialog .ui-dialog-content article .section{margin:0 !important;}.ui-dialog .ui-dialog-content article .text.column{width:auto !important;float:none !important;padding:0 !important;}.ui-dialog .ui-dialog-content article .text.column:last-child{margin-top:30px;}.ui-dialog .ui-dialog-content .slidein{opacity:1;transform:none;}.ui-dialog.overlay-html{width:calc(100vw - 400px) !important;}.ui-dialog.overlay-html .ui-dialog-content{padding:0;}.ui-dialog.overlay-html .ui-dialog-content .overlay-content-wrapper{padding:100px;}.ui-dialog.overlay-html .ui-dialog-content .overlay-content-wrapper .downloads-overlay .text{text-align:center;margin-bottom:50px;}.ui-dialog.overlay-html .ui-dialog-content .overlay-content-wrapper .downloads-overlay .wrapper{display:grid;grid-template-columns:1fr 1fr;column-gap:50px;}.ui-dialog.overlay-html .ui-dialog-content .overlay-content-wrapper .downloads-overlay .wrapper .pdf{display:flex;justify-content:space-between;align-items:center;padding:33px 20px;border-bottom:1px solid #dddddd;position:relative;overflow:hidden;}.ui-dialog.overlay-html .ui-dialog-content .overlay-content-wrapper .downloads-overlay .wrapper .pdf::before{content:'';width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1;background-color:#66c4d8;transform:translateX(-100%);transition:transform 0.5s ease;}.ui-dialog.overlay-html .ui-dialog-content .overlay-content-wrapper .downloads-overlay .wrapper .pdf .icon-download{color:#c6c6c6;transition:color 0.5s ease;}.ui-dialog.overlay-html .ui-dialog-content .overlay-content-wrapper .downloads-overlay .wrapper .pdf .titel{transition:color 0.5s ease;max-width:calc(100% - 50px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}.ui-dialog.overlay-html .ui-dialog-content .overlay-content-wrapper .downloads-overlay .wrapper .pdf:hover::before{transform:translateX(0);}.ui-dialog.overlay-html .ui-dialog-content .overlay-content-wrapper .downloads-overlay .wrapper .pdf:hover .titel{color:#fff;}.ui-dialog.overlay-html .ui-dialog-content .overlay-content-wrapper .downloads-overlay .wrapper .pdf:hover .icon-download{color:#fff;}.ui-dialog.overlay-html .ui-dialog-content .overlay-content-wrapper .downloads-overlay .wrapper .pdf:first-of-type{border-top:1px solid #dddddd;}.ui-dialog.overlay-html .ui-dialog-content .overlay-content-wrapper .downloads-overlay .wrapper .pdf:nth-of-type(2){border-top:1px solid #dddddd;}.ui-dialog.overlay-html.video{width:1600px !important;width:calc(100vw - 400px) !important;}.ui-dialog.overlay-html.video .ui-dialog-content .overlay-content-wrapper{padding:0 !important;}.ui-dialog.overlay-html.video .ui-dialog-content .overlay-content-wrapper .video-container{width:100%;height:0;padding-top:56.25%;position:relative;}.ui-dialog.overlay-html.video .ui-dialog-content .overlay-content-wrapper .video-container video{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000;}.ui-dialog.overlay-html.video .ui-dialog-content .overlay-content-wrapper .video-container .video-embed-field-responsive-video{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000;}.ui-dialog.overlay-html.video .ui-dialog-content .overlay-content-wrapper .video-container.toheight{padding-top:0;height:90vh;overflow:hidden;}.ui-dialog.overlay-html.video .ui-dialog-titlebar{top:0;right:0;}.ui-dialog.overlay-html.video .ui-dialog-titlebar .ui-button{background:#17428b !important;padding:20px !important;transition:background-color 0.5s !important;}.ui-dialog.overlay-html.video .ui-dialog-titlebar .ui-button .ui-icon-closethick::before,.ui-dialog.overlay-html.video .ui-dialog-titlebar .ui-button .ui-icon-closethick::after{background:#ffffff !important;}.ui-dialog.overlay-html.video .ui-dialog-titlebar .ui-button:hover{background:#66c4d8 !important;}.ui-widget-overlay{background:#17428b;opacity:0.7;z-index:9999999998;cursor:pointer;}.overlay-content{display:none !important;}@media all and (max-width:1699px){.ui-dialog{max-width:calc(100vw - 320px) !important;width:calc(100vw - 320px) !important;}.ui-dialog.overlay-html{width:calc(100vw - 320px) !important;}}@media all and (max-width:1599px){.ui-dialog{max-width:calc(100vw - 280px) !important;width:calc(100vw - 280px) !important;}.ui-dialog.overlay-html{width:calc(100vw - 280px) !important;}.ui-dialog.overlay-html .ui-dialog-content .overlay-content-wrapper{padding:70px;}.ui-dialog.overlay-html .ui-dialog-content .overlay-content-wrapper .leistung-wrapper .titel-wrapper{margin-bottom:50px;}.ui-dialog.overlay-html .ui-dialog-content .overlay-content-wrapper .downloads-overlay .wrapper .pdf{padding:20px;}.ui-dialog .ui-dialog-content{padding:70px;}}@media all and (max-width:1439px){.ui-dialog{font-size:18px;line-height:24px;max-width:calc(100vw - 240px) !important;width:calc(100vw - 280px) !important;}.ui-dialog.overlay-html{width:calc(100vw - 240px) !important;}.ui-dialog.overlay-html .ui-dialog-content .overlay-content-wrapper{padding:50px;}.ui-dialog.overlay-html .ui-dialog-content .arzt-wrapper .textblock,.ui-dialog.overlay-html .ui-dialog-content .teammember-wrapper .textblock{padding-left:50px;}.ui-dialog .ui-dialog-content{padding:70px;}}@media all and (max-width:1247px){.ui-dialog{font-size:18px;line-height:24px;max-width:calc(100vw - 160px) !important;width:calc(100vw - 160px) !important;}.ui-dialog.overlay-html{width:calc(100vw - 160px) !important;}.ui-dialog.overlay-html .ui-dialog-content .overlay-content-wrapper{padding:50px;}.ui-dialog.overlay-html .ui-dialog-content .arzt-wrapper .textblock,.ui-dialog.overlay-html .ui-dialog-content .teammember-wrapper .textblock{padding-left:30px;}.ui-dialog .ui-dialog-content{padding:50px;}}@media all and (max-width:1024px){.ui-dialog.overlay-html .ui-dialog-content .overlay-content-wrapper .downloads-overlay .wrapper{grid-template-columns:1fr;}.ui-dialog.overlay-html .ui-dialog-content .overlay-content-wrapper .downloads-overlay .wrapper .pdf:nth-of-type(2){border-top:none;}}@media all and (max-width:812px){.ui-dialog{max-width:calc(100vw - 120px) !important;width:calc(100vw - 120px) !important;}.ui-dialog.overlay-html{width:calc(100vw - 120px) !important;}.ui-dialog.overlay-html .ui-dialog-content .overlay-content-wrapper{padding:50px;}.ui-dialog.overlay-html .ui-dialog-content .overlay-content-wrapper .leistung-wrapper .titel-wrapper{margin-bottom:30px;}.ui-dialog.overlay-html .ui-dialog-content .overlay-content-wrapper .leistung-wrapper .titel-wrapper .icon{display:none;}.ui-dialog.overlay-html .ui-dialog-content .overlay-content-wrapper .leistung-wrapper .titel-wrapper .h1{word-break:break-word;}.ui-dialog.overlay-html .ui-dialog-content .overlay-content-wrapper .arzt-wrapper,.ui-dialog.overlay-html .ui-dialog-content .overlay-content-wrapper .teammember-wrapper{flex-direction:column;}.ui-dialog.overlay-html .ui-dialog-content .overlay-content-wrapper .arzt-wrapper .h1.mobile,.ui-dialog.overlay-html .ui-dialog-content .overlay-content-wrapper .teammember-wrapper .h1.mobile{display:block;}.ui-dialog.overlay-html .ui-dialog-content .overlay-content-wrapper .arzt-wrapper .image-wrapper,.ui-dialog.overlay-html .ui-dialog-content .overlay-content-wrapper .teammember-wrapper .image-wrapper{width:50%;}.ui-dialog.overlay-html .ui-dialog-content .overlay-content-wrapper .arzt-wrapper .textblock,.ui-dialog.overlay-html .ui-dialog-content .overlay-content-wrapper .teammember-wrapper .textblock{width:100%;margin-top:30px;padding-left:0px;}.ui-dialog.overlay-html .ui-dialog-content .overlay-content-wrapper .arzt-wrapper .textblock .h1,.ui-dialog.overlay-html .ui-dialog-content .overlay-content-wrapper .teammember-wrapper .textblock .h1{display:none;}.ui-dialog .ui-dialog-titlebar{top:20px;right:20px;}.ui-dialog .ui-dialog-content{padding:50px;}.ui-dialog .ui-dialog-content #node-news #news .section .wrapper{flex-direction:column;}.ui-dialog .ui-dialog-content #node-news #news .section .wrapper .image-wrapper{width:50%;margin-bottom:30px;}.ui-dialog .ui-dialog-content #node-news #news .section .wrapper .text{width:100%;padding-left:0;}}@media all and (max-width:699px){.ui-dialog{font-size:16px;line-height:22px;}}@media all and (max-width:499px){.ui-dialog{max-width:100vw !important;width:100vw !important;}.ui-dialog:before{height:30px;}.ui-dialog.overlay-html{width:100vw !important;}.ui-dialog.overlay-html .ui-dialog-content .overlay-content-wrapper{padding:30px;}.ui-dialog.overlay-html .ui-dialog-content .overlay-content-wrapper .leistung-wrapper .titel-wrapper{margin-bottom:30px;}.ui-dialog.overlay-html .ui-dialog-content .overlay-content-wrapper .leistung-wrapper .titel-wrapper .icon{display:none;}.ui-dialog.overlay-html .ui-dialog-content .overlay-content-wrapper .leistung-wrapper .titel-wrapper .h1{word-break:break-word;}.ui-dialog.overlay-html .ui-dialog-content .overlay-content-wrapper .downloads-overlay .wrapper .pdf{padding:20px 10px;}.ui-dialog.overlay-html .ui-dialog-content .overlay-content-wrapper .arzt-wrapper,.ui-dialog.overlay-html .ui-dialog-content .overlay-content-wrapper .teammember-wrapper{flex-direction:column;}.ui-dialog.overlay-html .ui-dialog-content .overlay-content-wrapper .arzt-wrapper .h1.mobile,.ui-dialog.overlay-html .ui-dialog-content .overlay-content-wrapper .teammember-wrapper .h1.mobile{display:block;}.ui-dialog.overlay-html .ui-dialog-content .overlay-content-wrapper .arzt-wrapper .image-wrapper,.ui-dialog.overlay-html .ui-dialog-content .overlay-content-wrapper .teammember-wrapper .image-wrapper{width:100%;}.ui-dialog.overlay-html .ui-dialog-content .overlay-content-wrapper .arzt-wrapper .textblock,.ui-dialog.overlay-html .ui-dialog-content .overlay-content-wrapper .teammember-wrapper .textblock{width:100%;margin-top:30px;padding-left:0px;}.ui-dialog.overlay-html .ui-dialog-content .overlay-content-wrapper .arzt-wrapper .textblock .h1,.ui-dialog.overlay-html .ui-dialog-content .overlay-content-wrapper .teammember-wrapper .textblock .h1{display:none;}.ui-dialog .ui-dialog-titlebar{top:10px;right:10px;}.ui-dialog .ui-dialog-titlebar .ui-button .ui-icon-closethick{width:20px;height:20px;}.ui-dialog .ui-dialog-titlebar .ui-button .ui-icon-closethick::before{height:20px;}.ui-dialog .ui-dialog-titlebar .ui-button .ui-icon-closethick:after{height:20px;}.ui-dialog .ui-dialog-content{padding:30px;}.ui-dialog .ui-dialog-content #node-news #news .section .wrapper{flex-direction:column;}.ui-dialog .ui-dialog-content #node-news #news .section .wrapper .image-wrapper{width:100%;margin-bottom:30px;}.ui-dialog .ui-dialog-content #node-news #news .section .wrapper .text{width:100%;padding-left:0;}}
body.page-node-type-aktuelles #node-aktuelles .edit-link{display:block;}#node-aktuelles{padding:150px 0 220px 0;}#node-aktuelles .edit-link{display:none;}#node-aktuelles #aktuelles .section .wrapper{display:flex;gap:100px;min-height:280px;}#node-aktuelles #aktuelles .section .wrapper .neueste{width:50%;}#node-aktuelles #aktuelles .section .wrapper .neueste .news{height:100%;}#node-aktuelles #aktuelles .section .wrapper .neueste .news .link{display:flex;height:100%;}#node-aktuelles #aktuelles .section .wrapper .neueste .news .link .image-wrapper{height:100%;aspect-ratio:1;}#node-aktuelles #aktuelles .section .wrapper .neueste .news .link .image-wrapper picture{overflow:hidden;}#node-aktuelles #aktuelles .section .wrapper .neueste .news .link .image-wrapper img{height:100%;object-fit:cover;transition:transform 0.5s ease;}#node-aktuelles #aktuelles .section .wrapper .neueste .news .link .textblock{display:flex;flex-direction:column;padding-left:40px;}#node-aktuelles #aktuelles .section .wrapper .neueste .news .link .textblock .titel{font-family:"GilroyBold",sans-serif;font-size:26px;line-height:32px;color:#66c4d8;margin-bottom:30px;}#node-aktuelles #aktuelles .section .wrapper .neueste .news .link .textblock .text{display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden;}#node-aktuelles #aktuelles .section .wrapper .neueste .news .link .textblock .button-wrapper{margin-top:auto;}#node-aktuelles #aktuelles .section .wrapper .neueste .news .link .textblock .button-wrapper .button:hover::before{transform:translateX(-100%);}#node-aktuelles #aktuelles .section .wrapper .neueste .news .link:hover .image-wrapper img{transform:scale(1.1);}#node-aktuelles #aktuelles .section .wrapper .neueste .news .link:hover .textblock .button-wrapper .button::before{transform:translateX(0);}#node-aktuelles #aktuelles .section .wrapper .alle{width:50%;}#node-aktuelles #aktuelles .section .wrapper .alle > div{position:relative;}#node-aktuelles #aktuelles .section .wrapper .alle > div .news .overlay{display:flex;justify-content:space-between;align-items:center;padding:33px 20px;border-bottom:1px solid #dddddd;position:relative;overflow:hidden;}#node-aktuelles #aktuelles .section .wrapper .alle > div .news .overlay::before{content:'';width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1;background-color:#66c4d8;transform:translateX(-100%);transition:transform 0.5s ease;}#node-aktuelles #aktuelles .section .wrapper .alle > div .news .overlay .icon-plus{color:#c6c6c6;transition:color 0.5s ease;}#node-aktuelles #aktuelles .section .wrapper .alle > div .news .overlay .titel{transition:color 0.5s ease;max-width:calc(100% - 50px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}#node-aktuelles #aktuelles .section .wrapper .alle > div .news .overlay:hover::before{transform:translateX(0);}#node-aktuelles #aktuelles .section .wrapper .alle > div .news .overlay:hover .titel{color:#fff;}#node-aktuelles #aktuelles .section .wrapper .alle > div .news .overlay:hover .icon-plus{color:#fff;}#node-aktuelles #aktuelles .section .wrapper .alle > div .news:first-of-type .overlay{border-top:1px solid #dddddd;}#node-aktuelles #aktuelles .section .wrapper .alle > div .pager{position:absolute;bottom:-80px;left:50%;transform:translateX(-50%);width:100%;}#node-aktuelles #downloads{margin-top:150px;}#node-aktuelles #downloads .subtitle{margin-bottom:50px;}#node-aktuelles #downloads .downloads{display:grid;grid-template-columns:1fr 1fr;column-gap:50px;}#node-aktuelles #downloads .downloads .download-kategorie .overlay{display:flex;justify-content:space-between;align-items:center;padding:33px 20px;border-bottom:1px solid #dddddd;position:relative;overflow:hidden;}#node-aktuelles #downloads .downloads .download-kategorie .overlay::before{content:'';width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1;background-color:#66c4d8;transform:translateX(-100%);transition:transform 0.5s ease;}#node-aktuelles #downloads .downloads .download-kategorie .overlay .icon-plus{color:#c6c6c6;transition:color 0.5s ease;}#node-aktuelles #downloads .downloads .download-kategorie .overlay .titel{transition:color 0.5s ease;max-width:calc(100% - 50px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}#node-aktuelles #downloads .downloads .download-kategorie .overlay:hover::before{transform:translateX(0);}#node-aktuelles #downloads .downloads .download-kategorie .overlay:hover .titel{color:#fff;}#node-aktuelles #downloads .downloads .download-kategorie .overlay:hover .icon-plus{color:#fff;}#node-aktuelles #downloads .downloads .download-kategorie:first-of-type .overlay{border-top:1px solid #dddddd;}#node-aktuelles #downloads .downloads .download-kategorie:nth-of-type(2) .overlay{border-top:1px solid #dddddd;}#node-aktuelles #links{margin-top:150px;}#node-aktuelles #links .subtitle{margin-bottom:50px;}#node-aktuelles #links .links{display:grid;grid-template-columns:1fr 1fr;column-gap:50px;}#node-aktuelles #links .links .link a{display:flex;justify-content:space-between;align-items:center;padding:33px 20px;border-bottom:1px solid #dddddd;position:relative;overflow:hidden;}#node-aktuelles #links .links .link a::before{content:'';width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1;background-color:#66c4d8;transform:translateX(-100%);transition:transform 0.5s ease;}#node-aktuelles #links .links .link a .icon-arrow-right{color:#c6c6c6;transition:color 0.5s ease;}#node-aktuelles #links .links .link a span{transition:color 0.5s ease;max-width:calc(100% - 50px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}#node-aktuelles #links .links .link a:hover::before{transform:translateX(0);}#node-aktuelles #links .links .link a:hover span{color:#fff;}#node-aktuelles #links .links .link a:hover .icon-plus{color:#fff;}#node-aktuelles #links .links .link:first-of-type a{border-top:1px solid #dddddd;}#node-aktuelles #links .links .link:nth-of-type(2) a{border-top:1px solid #dddddd;}#node-aktuelles #links .image{max-width:300px;margin-top:100px;}@media all and (max-width:1699px){#node-aktuelles #aktuelles .section .wrapper{gap:50px;}#node-aktuelles #aktuelles .section .wrapper .neueste .news .link .titel{font-size:24px;line-height:30px;}#node-aktuelles #aktuelles .section .wrapper .neueste .news .link .textblock{padding-left:30px;}}@media all and (max-width:1599px){#node-aktuelles{padding:150px 0;}#node-aktuelles #aktuelles .section .wrapper .neueste{width:30%;}#node-aktuelles #aktuelles .section .wrapper .neueste .news{height:auto;}#node-aktuelles #aktuelles .section .wrapper .neueste .news .link{display:flex;flex-direction:column;}#node-aktuelles #aktuelles .section .wrapper .neueste .news .link .textblock{padding-left:0;padding-top:20px;}#node-aktuelles #aktuelles .section .wrapper .neueste .news .link .textblock .titel{margin-bottom:10px;}#node-aktuelles #aktuelles .section .wrapper .neueste .news .link .textblock .text{-webkit-line-clamp:2;margin-bottom:20px;}#node-aktuelles #aktuelles .section .wrapper .alle > div .news .overlay{padding:20px;}#node-aktuelles #downloads .downloads .download-kategorie .overlay{padding:20px;}#node-aktuelles #links .links .link a{padding:20px;}}@media all and (max-width:1439px){#node-aktuelles #aktuelles .section .wrapper .neueste{width:30%;}#node-aktuelles #aktuelles .section .wrapper .neueste .news{height:auto;}#node-aktuelles #aktuelles .section .wrapper .neueste .news .link{display:flex;flex-direction:column;}#node-aktuelles #aktuelles .section .wrapper .neueste .news .link .textblock{padding-left:0;padding-top:20px;}#node-aktuelles #aktuelles .section .wrapper .neueste .news .link .textblock .titel{margin-bottom:10px;font-size:22px;line-height:26px;}#node-aktuelles #aktuelles .section .wrapper .neueste .news .link .textblock .text{-webkit-line-clamp:2;margin-bottom:20px;}#node-aktuelles #aktuelles .section .wrapper .alle{width:70%;}}@media all and (max-width:1023px){#node-aktuelles{padding-top:50px;}#node-aktuelles #aktuelles .section .wrapper{flex-wrap:wrap;}#node-aktuelles #aktuelles .section .wrapper .neueste{width:50%;}#node-aktuelles #aktuelles .section .wrapper .alle{width:100%;}#node-aktuelles #downloads{margin-top:100px;}#node-aktuelles #downloads .downloads{grid-template-columns:1fr;}#node-aktuelles #downloads .downloads .download-kategorie:nth-of-type(2) .overlay{border-top:none;}#node-aktuelles #links{margin-top:100px;}#node-aktuelles #links .links{grid-template-columns:1fr;}#node-aktuelles #links .links .link:nth-of-type(2) a{border-top:none;}#node-aktuelles #links .image{max-width:200px;margin-top:50px;}}@media screen and (max-width:699px){#node-aktuelles #aktuelles .section .wrapper .neueste{width:100%;}}@media screen and (max-width:499px){#node-aktuelles #aktuelles .section .wrapper .alle > div .news .overlay{padding:20px 10px;}#node-aktuelles #aktuelles .section .wrapper .alle > div .news .overlay .titel{font-size:16px;}#node-aktuelles #aktuelles .section .wrapper .alle > div .pager{bottom:-50px;}#node-aktuelles #downloads .downloads .download-kategorie .overlay{padding:20px 10px;}#node-aktuelles #links .links .link a{padding:20px 10px;}#node-aktuelles #links .image{max-width:150px;}}
.chosen-container{position:relative;display:inline-block !important;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100% !important;box-sizing:border-box;}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 50px 0 30px;height:60px;border-radius:3px;text-decoration:none;white-space:nowrap;font-family:inherit;font-size:inherit;font-style:normal;line-height:60px;border:1px solid #dddddd;cursor:pointer;transition:border-color 0.5s;opacity:1 !important;color:#9d9f9f;}.chosen-container-single .chosen-single:hover,.chosen-container-active.chosen-with-drop .chosen-single{border-color:#1a1a1a;color:#1a1a1a;}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:0;text-overflow:ellipsis;white-space:nowrap;line-height:100px;position:relative;z-index:99;}.chosen-container-single .chosen-single div{position:absolute;top:50%;right:30px;margin-top:-8px;display:block;}.chosen-container-active.chosen-with-drop .chosen-single div{transform:rotate(180deg);margin-top:0;}.chosen-container-single .chosen-single div b{border:solid #aaaaaa;border-width:0 1px 1px 0;display:block;padding:5px;transform:rotate(45deg);-webkit-transform:rotate(45deg);}.chosen-container-single .chosen-single:hover div b{border-color:#000000;}.chosen-container-single .chosen-single img{display:none;}.chosen-container .chosen-drop{position:absolute;top:100%;z-index:1010;min-width:100%;max-width:200%;border:0;background:#ffffff;display:none;box-shadow:0 0 10px 0 rgba(0,0,0,0.2) !important;margin-top:1px;border-radius:3px;padding:0;overflow:hidden;}.chosen-container.chosen-with-drop .chosen-drop{display:block;}.chosen-container .chosen-results{position:relative;overflow-x:hidden;overflow-y:auto;margin:0;padding:20px 30px 0 30px;max-height:240px;-webkit-overflow-scrolling:touch;}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 0 !important;list-style:none;-webkit-touch-callout:none;cursor:pointer;transition:all 0.5s;}.chosen-container .chosen-results li:last-child{margin-bottom:20px;}.chosen-container .chosen-results li:before{display:none !important;}.chosen-container .chosen-results li.active-result{display:block;}.chosen-container .chosen-results li.disabled-result{display:block;color:#dddddd !important;cursor:default;}.chosen-container .chosen-results li.highlighted{color:#aaaaaa;}.chosen-container .chosen-results li.result-selected{font-weight:700;}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline;}.chosen-container .chosen-results li img{display:none;}.chosen-container-single .chosen-single input[type="text"]{cursor:pointer;opacity:0;position:absolute;display:none;top:-30px;}.chosen-container-single.chosen-container-active .chosen-single input[type="text"]{display:block;}.chosen-container-single .chosen-search{position:relative;}.chosen-container-single .chosen-search:after{}.chosen-container-single .chosen-search .chosen-search-input{font-family:inherit;font-size:12px;font-style:normal;line-height:20px;padding:15px 50px 15px 30px;color:inherit;outline:none !important;box-shadow:none !important;border-radius:0 !important;margin:0 !important;width:100%;box-sizing:border-box;background:#ffffff;border:0;border-bottom:1px solid #dddddd;}.chosen-container-single.chosen-container-single-nosearch .chosen-search{display:none;}.chosen-disabled{cursor:default;}.chosen-disabled .chosen-single{cursor:default;border-color:#e5e5e5 !important;}.chosen-disabled .chosen-single span,.chosen-disabled .chosen-single div{color:#cccccc;}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default;}
.form-item{position:relative;margin:0 0 30px 0;}.form-item input.form-text,.form-item input.form-email,.form-item input.form-tel,.form-item input.form-number,.form-item input.form-date{font-family:"PTSansPro",sans-serif;font-weight:400;font-style:normal;font-size:20px;line-height:20px;background:#fff !important;border-radius:0px;border:1px solid #8a8282;padding:27px 20px 13px 20px;width:100%;color:#000000;outline:none !important;height:60px;-webkit-appearance:none;box-shadow:none !important;}.form-item input.form-text:hover,.form-item input.form-email:hover,.form-item input.form-tel:hover,.form-item input.form-number:hover,.form-item input.form-date:hover,.form-item input.form-text:focus,.form-item input.form-email:focus,.form-item input.form-tel:focus,.form-item input.form-number:focus,.form-item input.form-date:focus{border-color:#17428b;}.form-item textarea{font-family:"PTSansPro",sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:20px;background:#fff !important;border-radius:0px;border:1px solid #8a8282;padding:27px 20px 20px 20px;width:100%;color:#000000;box-shadow:none !important;outline:none !important;resize:none;-webkit-appearance:none;}.form-item textarea:hover,.form-item textarea:focus{border-color:#17428b;}.form-item label{display:block;position:absolute;top:20px;left:0;font-weight:400;cursor:text;transition:top 0.3s,color 0.3s,font-size 0.5s,line-height 0.5s,opacity 0.5s,transform 0.5s;font-size:20px;line-height:20px;color:#8a8282;z-index:99;padding:0 20px;}.form-item label .required-star{color:#66c4d8;}.form-item label.focus,.form-item label.has-text{top:12px;font-size:10px;line-height:10px;opacity:0.5;}.js-form-type-checkboxes > label,.js-form-type-radios > label{position:relative;top:auto;left:auto;font-weight:700;margin:0 0 10px 0;display:block;color:#000000;transform:none !important;padding:0;}.form-checkboxes .form-item,.form-radios .form-item{width:auto !important;margin:0 0 5px 0 !important;}.form-checkboxes .form-item span.form-item--error,.form-radios .form-item span.form-item--error{display:none !important;}.js-form-type-checkboxes .form-item input,.js-form-type-checkbox input,.js-form-type-radios .form-item input,.js-form-type-radio input{display:none;}.js-form-type-checkboxes .form-item label,.js-form-type-checkbox label,.js-form-type-radios .form-item label,.js-form-type-radio label{position:relative;top:auto;left:auto;padding:0 0 0 45px;cursor:pointer;font-weight:400;margin:0;font-size:18px;color:#000000;line-height:20px;transform:none !important;transition:color 0.5s;}.js-form-type-checkboxes .form-item label a,.js-form-type-checkbox label a,.js-form-type-radios .form-item label a,.js-form-type-radio label a{text-decoration:underline;font-weight:700;}.js-form-type-checkboxes .form-item label a:hover,.js-form-type-checkbox label a:hover,.js-form-type-radios .form-item label a:hover,.js-form-type-radio label a:hover{color:#66c4d8;}.js-form-type-checkboxes .form-item label:before,.js-form-type-checkbox label:before,.js-form-type-radios .form-item label:before,.js-form-type-radio label:before{content:"";position:absolute;top:-5px;left:0;display:block;width:30px;height:30px;border:0;background:#fff;border:1px solid #8a8282;border-radius:0px;}.js-form-type-radios .form-item label:before,.js-form-type-radio label:before{border-radius:50%;}.js-form-type-checkboxes .form-item label:after,.js-form-type-checkbox label:after,.js-form-type-radios .form-item label:after,.js-form-type-radio label:after{content:'';position:absolute;width:20px;height:20px;top:0;left:5px;display:block;background-color:#66c4d8;transition:opacity 0.5s;opacity:0;}.no-touchevents .js-form-type-checkboxes .form-item label:hover:after,.no-touchevents .js-form-type-checkbox label:hover:after,.no-touchevents .js-form-type-radios .form-item label:hover:after,.no-touchevents .js-form-type-radio label:hover:after{opacity:0.5;}.js-form-type-checkboxes .form-item input:checked ~ label:after,.js-form-type-checkbox input:checked ~ label:after,.js-form-type-radios .form-item input:checked ~ label:after,.js-form-type-radio input:checked ~ label:after{opacity:1;}.form-item .description{font-size:18px;line-height:28px;}.form-item .description a{text-decoration:underline;}.js-form-type-checkbox .description,.js-form-type-radio .description{padding-left:45px;}.js-form-type-checkbox.disabled,.js-form-type-radio.disabled{opacity:0.3;}form #messages{display:none;}fieldset{border:0;border-radius:0;margin:0 !important;padding:0 !important;background:none;min-inline-size:unset;}fieldset.form-item{margin-bottom:0;}fieldset legend{font-weight:700;font-size:20px;line-height:26px;margin:0 0 20px 0;float:left;width:100%;color:#66c4d8;}fieldset .fieldset-wrapper{float:left;width:100%;}.form-item--error input.form-text,.form-item--error input.form-email,.form-item--error input.form-tel,.form-item--error input.form-number,.form-item--error textarea,.form-item--error .chosen-single{border-color:#d43f3f !important;}.form-item--error > label,.form-item--error.form-no-label .form-item > label,.form-item--error .chosen-single span,.form-wrapper.form-item--error legend,.form-wrapper.form-item--error .form-item > label{color:#d43f3f !important;}.form-item--error-message,span.form-item--error,label.error{position:absolute;top:100%;left:0;margin-top:3px;font-size:10px;line-height:12px;color:#d43f3f;display:none;font-weight:700;}.form-item--error-message strong,span.form-item--error strong,label.error strong{color:#d43f3f;}.form-item--error .form-item--error-message,.form-item--error span.form-item--error,.form-item--error label.error{display:block;}.js-form-type-checkboxes .form-item .form-item--error-message,.js-form-type-checkbox .form-item--error-message,.js-form-type-radios .form-item .form-item--error-message,.js-form-type-radio .form-item--error-message,.js-form-type-checkboxes .form-item span.form-item--error,.js-form-type-checkbox span.form-item--error,.js-form-type-radios .form-item span.form-item--error,.js-form-type-radio span.form-item--error,.js-form-type-checkboxes .form-item label.error,.js-form-type-checkbox label.error,.js-form-type-radios .form-item label.error,.js-form-type-radio label.error{padding-left:45px;}.form-item--error-message a,label.error a{color:#d43f3f;text-decoration:underline;}.form-item--error-message a:hover,label.error a:hover{text-decoration:none;}.form-type-managed-file.form-item--error .description{border:1px solid #d43f3f;}.chosen-container-single{color:#000000;}.chosen-container-single .chosen-single{font-family:"PTSansPro",sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:20px;background:#fafafa !important;border-radius:0px;border:1px solid #ccc !important;padding:0;width:100%;color:#000000;box-shadow:none !important;outline:none !important;height:60px !important;text-align:left;transition:border 0.5s;}.chosen-container-single .chosen-single div{right:20px;margin-top:-2.5px;width:auto;height:auto;}.chosen-container-single .chosen-single div b{border-color:#000000;padding:3px;background-image:none !important;width:5px;height:5px;}.chosen-container-single .chosen-single span{line-height:20px;padding:20px 60px 20px 20px;font-weight:700;}.chosen-container-single .chosen-single.chosen-default{color:#000000;text-align:right;}.chosen-container-single .chosen-single.chosen-default span{opacity:0.5;padding-top:20px;}.chosen-container-single .chosen-single.chosen-default div b{opacity:0.5;border-color:#000000;}.chosen-container-single .chosen-drop{border-radius:5px;}.chosen-container-single .chosen-drop .chosen-results{padding:15px 20px 0 20px;}.chosen-container-single .chosen-drop .chosen-results li{font-size:18px;line-height:28px;}.chosen-container-single .chosen-drop .chosen-results li.highlighted,.chosen-container-single .chosen-drop .chosen-results li.result-selected{color:#17428b;background-color:transparent !important;background-image:none !important;}.chosen-container-single .chosen-single:hover,.chosen-container-active.chosen-with-drop .chosen-single{border-color:#17428b !important;}[placeholder]{text-overflow:ellipsis;}::-webkit-input-placeholder{text-overflow:ellipsis;}::-moz-placeholder{text-overflow:ellipsis;}:-ms-input-placeholder{text-overflow:ellipsis;}:-moz-placeholder{text-overflow:ellipsis;}.form-managed-file .js-form-type-checkbox label span.file{padding:0 !important;background:none !important;min-height:inherit !important;}.form-managed-file .js-form-type-checkbox label span.file a{text-decoration:none !important;}.form-actions{margin-top:70px;}.grecaptcha-badge{visibility:hidden;}@media screen and (max-width:812px){.form-item label{font-size:14px;}.form-item input.form-text,.form-item input.form-email,.form-item input.form-tel,.form-item input.form-number,.form-item input.form-date,.form-item textarea,.chosen-container-single .chosen-single,.chosen-container-single .chosen-drop .chosen-results li{font-size:14px;}.js-form-type-checkboxes .form-item label,.js-form-type-checkbox label,.js-form-type-radios .form-item label,.js-form-type-radio label{font-size:14px;}}
#node-blog{margin-top:200px;margin-bottom:150px;}#node-blog #blog .blog .view{margin-top:150px;}#node-blog #blog .blog .view-filters .bef-exposed-form .form--inline{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;}#node-blog #blog .blog .view-filters .bef-exposed-form .form-item label{display:none;}#node-blog #blog .blog .view-filters .form-actions{display:none;}#node-blog #blog .blog .view-content{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;}#node-blog #blog--teaser .section .text{width:80%;}#node-blog #blog--teaser .button-wrapper{margin-top:50px;margin-bottom:50px;}#node-blog #blog--teaser .view{margin-top:100px;}#node-blog #blog--teaser .blog{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;}@media all and (max-width:1599px){#node-blog{margin-top:160px;}#node-blog #blog .blog .view-filters .bef-exposed-form .form--inline{grid-template-columns:1fr 1fr 1fr;}#node-blog #blog .blog .view-content{grid-template-columns:1fr 1fr 1fr;}#node-blog #blog--teaser .blog{grid-template-columns:1fr 1fr 1fr;}}@media all and (max-width:1247px){#node-blog #blog .blog .view{margin-top:100px;}#node-blog #blog .blog .view-filters .bef-exposed-form .form--inline{grid-template-columns:1fr 1fr;}#node-blog #blog .blog .view-content{grid-template-columns:1fr 1fr;}#node-blog #blog--teaser .blog{grid-template-columns:1fr 1fr;}}@media screen and (max-width:812px){#node-blog{margin:100px 0;}}@media screen and (max-width:699px){#node-blog #blog .blog .view{margin-top:100px;}#node-blog #blog .blog .view-filters .bef-exposed-form .form--inline{grid-template-columns:1fr;}#node-blog #blog .blog .view-content{grid-template-columns:1fr;}#node-blog #blog--teaser .blog{grid-template-columns:1fr;}}
@font-face{font-family:'icomoon';src:url('/themes/custom/icons/icomoon.eot');src:url('/themes/custom/icons/icomoon.eot') format('embedded-opentype'),url('/themes/custom/icons/icomoon.woff2') format('woff2'),url('/themes/custom/icons/icomoon.ttf') format('truetype'),url('/themes/custom/icons/icomoon.woff') format('woff'),url('/themes/custom/icons/icomoon.svg') format('svg');font-weight:normal;font-style:normal;font-display:block;}[class^="icon-"],[class*=" icon-"]{font-family:'icomoon' !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.icon-download:before{content:"\e903";}.icon-down:before{content:"\e90a";}.icon-play:before{content:"\e907";}.icon-instagram:before{content:"\e900";}.icon-facebook:before{content:"\e901";}.icon-linkedin:before{content:"\e902";}.icon-plus:before{content:"\e906";}.icon-left:before{content:"\e908";}.icon-right:before{content:"\e909";}.icon-arrow-right:before{content:"\e904";}@font-face{font-family:"PTSansPro";font-weight:400;src:url('/themes/custom/fonts/PTSansPro/font.woff2') format('woff2'),url('/themes/custom/fonts/PTSansPro/font.woff') format('woff');font-display:swap;}@font-face{font-family:"GilroyBold";font-weight:700;src:url('/themes/custom/fonts/GilroyBold/font.woff2') format('woff2'),url('/themes/custom/fonts/GilroyBold/font.woff') format('woff');font-display:swap;}@font-face{font-weight:700;font-family:"PTSansPro";src:url('/themes/custom/fonts/PTSansProBold/font.woff2') format('woff2'),url('/themes/custom/fonts/PTSansProBold/font.woff') format('woff');font-display:swap;}.dialog-off-canvas-main-canvas{position:relative;overflow:hidden;}.section{position:relative;margin-left:200px;margin-right:200px;}#main > .section{margin-top:300px;margin-bottom:200px;}body.path-frontpage #header{transition:box-shadow 0s,background 0.5s,transform 0.3s ease 1.2s;}#header{position:fixed;top:0;left:0;width:100%;box-shadow:0 0 20px 0 rgba(0,0,0,0.1);z-index:1999;transition:box-shadow 0s,background 0.5s;height:90px;background-color:#fff;}#header > .section{padding:24px 0;transition:padding 0.5s;display:flex;justify-content:space-between;align-items:center;margin-right:0;margin-left:120px;padding-right:250px;}#header > .section #logo{transition:width 0.5s,height 0.5s,bottom 0.5s,margin-bottom 0.5s;z-index:109;flex-shrink:0;}#header > .section #logo img{height:42px;width:auto;}#header > .section #menu-icon{display:none;}#header > .section #navigation .table .table-cell .menu{display:flex;gap:50px;margin-right:50px;align-items:center;}#header > .section #navigation .table .table-cell .menu a{font-size:18px;line-height:28px;color:#17428b;font-family:"GilroyBold",sans-serif;}#header > .section #navigation .table .table-cell .menu a.highlight{color:#66c4d8;}#header > .section #navigation .table .table-cell .menu a:hover{color:#66c4d8;}#header > .section #navigation .table .table-cell .menu a.rezept{color:#fff;background-color:#17428b;}#header > .section #navigation .table .table-cell .menu a.rezept:before{background-color:#66c4d8;}#header > .section #navigation .table .table-cell .termin.terminmenu{display:none;}#header > .section .termin{height:100%;width:250px;position:absolute;right:0;top:0;background-color:#66c4d8;overflow:hidden;}#header > .section .termin a{height:100%;width:100%;line-height:90px;text-align:center;color:#fff;position:absolute;top:0;left:0;text-transform:uppercase;transition:background-color 0.5s ease;font-family:"GilroyBold",sans-serif;z-index:50;}#header > .section .termin a::before{content:'';width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1;background-color:#17428b;transform:translateX(-100%);transition:transform 0.5s ease;}#header > .section .termin a:hover::before{transform:translateX(0);}#header.small{box-shadow:0 0 20px 0 rgba(0,0,0,0.1);background:#ffffff;transition:box-shadow 0.5s,background 0.5s;}#header .header-small-sizer{position:absolute;top:0;left:0;width:0;height:112px;opacity:0;}.submenu-open #header{background:#ffffff;box-shadow:0 0 20px 0 rgba(0,0,0,0.1);}#footer{z-index:999;position:relative;padding:100px 0;}#footer > .section{display:flex;justify-content:space-between;}#footer > .section .left ul.menu{display:flex;margin:0;padding:0;gap:40px;margin-top:50px;}#footer > .section .left ul.menu li{list-style:none;margin:0;padding:0;}#footer > .section .left ul.menu li a{font-weight:700;}#footer > .section .left ul.menu li a:hover{color:#66c4d8 !important;}#footer > .section .left ul.menu li a.is-active{color:#66c4d8;}#footer > .section .left ul.menu li a[href="/#cookie-consent"]{color:#000000 !important;}#footer > .section .right{display:flex;flex-direction:row;align-items:center;gap:50px;}#footer > .section .right .logo{width:300px;}#footer > .section .right .siegel{width:150px;}#footer > .section .right .social-media{margin-top:auto;display:flex;flex-direction:row-reverse;}#footer > .section .right .social-media a i{color:#66c4d8;transition:color 0.5s ease;}#footer > .section .right .social-media a:hover i{color:#17428b;}*,*::after,*::before{box-sizing:border-box;}::-moz-selection{background:#aaaaaa;color:#ffffff;-webkit-text-fill-color:#ffffff;}::selection{background:#aaaaaa;color:#ffffff;-webkit-text-fill-color:#ffffff;}[tabindex="-1"]:focus{outline:0 !important;}.clearfix:after{display:table;clear:both;content:"";}.visually-hidden{display:none;}html.menu-open,html.noscrolling{overflow:hidden;}html{-webkit-text-size-adjust:none;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:rgba(0,0,0,0);}body{padding:0 !important;margin:0 !important;font-family:"PTSansPro",sans-serif;font-size:20px;line-height:26px;font-weight:400;color:#000000;text-align:left;position:relative;}b,strong{font-weight:700;}h1,h2,h3,h4,h5,h6{margin:0;padding:0;font-size:20px;line-height:26px;font-weight:400;display:block;}.corner{padding-top:90px;}.corner::after{content:'';position:absolute;left:0;top:50px;width:32px;height:32px;border:12px solid #fff;border-bottom:none;border-right:none;border-color:inherit;transform:rotate(45deg);opacity:0;transition:top 0.3s linear 0s,opacity 0.2s ease 0.1s,transform 0.3s cubic-bezier(0.175,0.885,0.32,1.575) 0.3s,border-color 0.5s ease;}.corner.animate::after{transform:rotate(0deg);opacity:1;top:0;}.h1,.h2,.h3{font-family:"GilroyBold",sans-serif;font-size:44px;line-height:44px;color:#17428b;font-weight:700;margin-bottom:80px;text-transform:uppercase;position:relative;}.h4{font-family:"GilroyBold",sans-serif;font-size:26px;line-height:32px;font-weight:700;margin-bottom:30px;display:block;text-transform:none;}.h5{font-family:"GilroyBold",sans-serif;font-size:30px;line-height:40px;font-weight:700;margin-bottom:20px;text-transform:none;display:block;}.h6{font-family:"GilroyBold",sans-serif;font-size:25px;line-height:32px;font-weight:700;margin-bottom:20px;text-transform:none;display:block;}.subtitle{color:#66c4d8;font-size:26px;line-height:32px;font-weight:700;margin-bottom:10px;}.color-grey{color:#aaaaaa;}.color-primary{color:#17428b;}.color-secondary{color:#66c4d8;}.color-white{color:#ffffff;}p{margin:0 0 30px 0;}p:last-child{margin-bottom:0;}p.no-margin{margin-bottom:0;}hr{border:0;height:1px;background:#dddddd;margin:30px 0;}.text *:last-child:not(.h4,.h5){margin-bottom:0;}.text strong{color:#17428b;}span.small{font-size:18px;line-height:28px;}article{position:relative;}article ul,.ui-dialog ul{margin:0 0 30px;padding:0;}article ul li,.ui-dialog ul li{list-style:none;padding:0 0 5px 25px;position:relative;}article ul li:last-child,.ui-dialog ul li:last-child{padding-bottom:0 !important;}article ul li > *:last-child,.ui-dialog ul li > *:last-child{margin-bottom:0 !important;}article ul li:before,.ui-dialog ul li:before{content:'•';position:absolute;left:0;top:0;font-size:inherit;line-height:inherit;color:inherit;}article ul.checkmarks li,.ui-dialog ul.checkmarks li{list-style:none;padding:0 0 15px 35px;position:relative;}article ul.checkmarks li:before,.ui-dialog ul.checkmarks li:before{font-family:'icomoon' !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e902";color:#66c4d8;display:block;font-size:22px;position:absolute;top:5px;left:0;z-index:19;width:auto;height:auto;background:none;}article ul.checkmarks li:after,.ui-dialog ul.checkmarks li:after{font-family:'icomoon' !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e907";color:#17428b;display:block;font-size:18px;position:absolute;top:4px;left:6px;z-index:19;width:auto;height:auto;background:none;}.color-white article ul li:before,.color-white .ui-dialog ul li:before,.color-white article ul.checkmarks li:after,.color-white .ui-dialog ul.checkmarks li:after{color:#ffffff;}.color-white article ul.checkmarks li:after,.color-white .ui-dialog ul.checkmarks li:after{color:#ffffff;}article ol,.ui-dialog ol{margin:0 0 30px;padding:0;counter-reset:css-counter;}article ol li,.ui-dialog ol li{list-style:none;padding:0 0 15px 25px;position:relative;counter-increment:css-counter;}article ol li:last-child,.ui-dialog ol li:last-child{padding-bottom:0 !important;}article ol li > *:last-child,.ui-dialog ol li > *:last-child{margin-bottom:0 !important;}article ol li::before,.ui-dialog ol li::before{content:counter(css-counter) '.';position:absolute;top:0;left:0;color:#aaaaaa;font-weight:700;}table{margin:0 0 30px 0;border-collapse:collapse;width:100%;word-break:normal;hyphens:auto;-webkit-hyphens:auto;}table tr th{border:1px solid #dddddd;background:#dddddd;vertical-align:top;padding:5px 10px;}table tr td{border:1px solid #dddddd;vertical-align:top;padding:5px 10px;}img{outline:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;max-width:100%;width:100%;height:auto;border:0;display:block;}img.resizetoparent{object-fit:cover;}img.lazyload{opacity:0;}img.lazyload.lazyloaded,img.lazyload.swiper-lazy-loaded{opacity:1;}picture{display:block;height:100%;}picture source{display:none;}a,a:link,a:visited{color:#000000;text-decoration:none;background-color:transparent;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;-webkit-tap-highlight-color:rgba(0,0,0,0);outline:0 !important;display:inline;}a:hover,a:link:hover,a:visited:hover{color:#17428b;}a.color-primary,a:link.color-primary,a:visited.color-primary{color:#17428b;}a.color-primary:hover,a:link.color-primary:hover,a:visited.color-primary:hover{color:#008000;}.body a{text-decoration:underline;}a.button,a.button:active,a.button:focus,a.button:link,a.button:visited,div.button,button.button,button.button:active,button.button:link,button.button:visited,input.form-submit,input.form-submit:focus{font-family:"PTSansPro",sans-serif;font-weight:700;font-style:inherit;font-size:18px;line-height:28px;color:#ffffff;background:none;background-color:#66c4d8;text-transform:uppercase;cursor:pointer;text-align:center;padding:5px 15px 3px 15px;text-decoration:none;display:inline-block;-webkit-transition:background-color 0.5s,color 0.5s;-o-transition:background-color 0.5s,color 0.5s;transition:background-color 0.5s,color 0.5s,opacity 1s;-webkit-appearance:none;opacity:1 !important;margin:0;outline:none;letter-spacing:0;position:relative;overflow:hidden;z-index:19;-webkit-tap-highlight-color:transparent;border:none;}a.button::before,a.button:active::before,a.button:focus::before,a.button:link::before,a.button:visited::before,div.button::before,button.button::before,button.button:active::before,button.button:link::before,button.button:visited::before,input.form-submit::before,input.form-submit:focus::before{content:'';width:100%;height:100%;position:absolute;top:0;left:0;background-color:#17428b;transform:translateX(-100%);transition:transform 0.5s ease;z-index:-1;}a.button:hover,a.button:active:hover,a.button:focus:hover,a.button:link:hover,a.button:visited:hover,div.button:hover,button.button:hover,button.button:active:hover,button.button:link:hover,button.button:visited:hover,input.form-submit:hover,input.form-submit:focus:hover,a.button:active,a.button:active:active,a.button:focus:active,a.button:link:active,a.button:visited:active,div.button:active,button.button:active,button.button:active:active,button.button:link:active,button.button:visited:active,input.form-submit:active,input.form-submit:focus:active{color:#ffffff !important;}a.button:hover::before,a.button:active:hover::before,a.button:focus:hover::before,a.button:link:hover::before,a.button:visited:hover::before,div.button:hover::before,button.button:hover::before,button.button:active:hover::before,button.button:link:hover::before,button.button:visited:hover::before,input.form-submit:hover::before,input.form-submit:focus:hover::before,a.button:active::before,a.button:active:active::before,a.button:focus:active::before,a.button:link:active::before,a.button:visited:active::before,div.button:active::before,button.button:active::before,button.button:active:active::before,button.button:link:active::before,button.button:visited:active::before,input.form-submit:active::before,input.form-submit:focus:active::before{transform:translateX(0);}a.edit-link{font-family:inherit;font-weight:inherit;background:#333333;color:#fff !important;padding:3px 8px;height:auto;font-size:12px;line-height:20px;border:none;border-radius:0;position:absolute;top:3px;left:3px;z-index:199;display:block;}a.edit-link.small{font-size:10px;padding:0 5px;}a.edit-link:hover{text-decoration:none;background:#000000;}article > a.edit-link{position:fixed;top:28px;z-index:999998;}#messages{padding:0;margin:0 0 50px 0;z-index:99;}#messages .messages{margin:0 0 50px;padding:20px 30px;text-align:left;position:relative;background:none;border:1px solid #4e8132;border-radius:3px;color:#4e8132;}#messages .messages.warning{border-color:#eec100;color:#eec100;}#messages .messages.error{border-color:#d43f3f;color:#d43f3f;}#messages .messages p{margin:0;}#messages .messages a{text-decoration:underline;}#messages .messages a.link{text-decoration:none;}#messages .messages ul{margin:0 !important;padding:0 !important;}#messages .messages ul li{padding:5px 0 5px 20px !important;list-style:none;position:relative;}#messages .messages ul li:before{content:"-";line-height:inherit;font-family:inherit;color:inherit;font-size:inherit;position:absolute;top:0;left:0;}.kint{overflow:visible !important;}#toolbar-administration{position:relative;z-index:999999;}#toolbar-administration a{display:block;}#toolbar-administration #admin-toolbar-search-tab{display:none !important;}#loading,.ajax-progress,.loading,.ui-dialog .ajax-progress-throbber{background:none;height:100%;width:100%;position:fixed;top:0;left:0;margin:0;z-index:999999;text-indent:-999999px;opacity:1 !important;}#loading,.loading{display:none;}.ajax-progress:before,.loading:before{content:"";background:#17428b;position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;opacity:0.7;}.ajax-progress:after,.loading:after{content:"";background:url("/themes/custom/images/ajax-loader.svg") center center no-repeat transparent;height:100px;width:100px;border-radius:12px;position:absolute;top:50%;left:50%;margin:-50px 0 0 -50px;z-index:2;padding:0 !important;opacity:1 !important;}.ajax-progress .message,.ajax-progress .throbber{display:none !important;}a.moremedia{width:5px;height:50px;padding:6px;position:fixed;right:2px;bottom:2px;z-index:9999;opacity:0.5;box-sizing:content-box !important;}body.loaded a.moremedia{display:block !important;}a.moremedia:hover{opacity:1;}#sliding-popup{display:none !important;opacity:1 !important;box-sizing:border-box !important;position:fixed !important;top:0 !important;left:0 !important;bottom:0 !important;right:auto !important;width:100% !important;height:100% !important;margin:0 !important;padding:0 !important;background:rgba(0,0,0,0.8) !important;z-index:999999999 !important;text-align:left !important;overflow-y:auto !important;overflow-x:hidden !important;-webkit-overflow-scrolling:touch !important;}#sliding-popup .eu-cookie-compliance-banner{box-sizing:border-box !important;position:relative !important;height:100% !important;display:table !important;width:100% !important;margin:0 !important;padding:0 !important;}#sliding-popup .eu-cookie-compliance-banner .popup-content{box-sizing:border-box !important;position:relative !important;display:table-cell !important;vertical-align:middle !important;margin:0 !important;padding:0 !important;max-width:100% !important;text-align:left !important;width:100% !important;}#sliding-popup .eu-cookie-compliance-banner .popup-content .popup-content-inner{box-sizing:border-box !important;width:100% !important;max-width:1080px !important;margin:0 auto !important;background:#ffffff !important;color:#000000;padding:50px !important;}#sliding-popup .eu-cookie-compliance-banner .popup-content .popup-content-inner #popup-text{float:none !important;max-width:100% !important;margin:0 0 20px 0 !important;font-size:14px !important;line-height:20px !important;}#sliding-popup .eu-cookie-compliance-banner .popup-content .popup-content-inner #popup-text *:last-child{margin-bottom:0 !important;}#sliding-popup .eu-cookie-compliance-banner .popup-content .popup-content-inner #popup-text a{text-decoration:underline !important;}#sliding-popup .eu-cookie-compliance-banner .popup-content .popup-content-inner #popup-text .title{font-weight:700 !important;font-size:20px !important;line-height:24px !important;margin:0 0 10px 0 !important;}#sliding-popup .eu-cookie-compliance-banner .popup-content .popup-content-inner #popup-text button{border:0 !important;padding:0 !important;background:none !important;text-decoration:underline !important;font-weight:700 !important;transition:opacity 0.5s !important;font-size:inherit !important;line-height:inherit !important;cursor:pointer !important;color:#000000 !important;}#sliding-popup .eu-cookie-compliance-banner .popup-content .popup-content-inner #popup-text button:hover{opacity:0.5 !important;}#sliding-popup .eu-cookie-compliance-banner .popup-content .popup-content-inner #eu-cookie-compliance-categories .eu-cookie-compliance-category{margin:0 0 10px 0 !important;}#sliding-popup .eu-cookie-compliance-banner .popup-content .popup-content-inner #eu-cookie-compliance-categories .eu-cookie-compliance-category:last-child{margin-right:0 !important;}#sliding-popup .eu-cookie-compliance-banner .popup-content .popup-content-inner #eu-cookie-compliance-categories .eu-cookie-compliance-category .form-item{margin:0 !important;}#sliding-popup .eu-cookie-compliance-banner .popup-content .popup-content-inner #eu-cookie-compliance-categories .eu-cookie-compliance-category .form-item input{display:none;}#sliding-popup .eu-cookie-compliance-banner .popup-content .popup-content-inner #eu-cookie-compliance-categories .eu-cookie-compliance-category .form-item label{position:relative !important;top:auto !important;left:auto !important;padding:0 0 0 27px !important;cursor:pointer !important;font-weight:700 !important;margin:0 !important;font-size:16px !important;color:#000000 !important;line-height:24px !important;transform:none !important;transition:color 0.5s;display:block;}#sliding-popup .eu-cookie-compliance-banner .popup-content .popup-content-inner #eu-cookie-compliance-categories .eu-cookie-compliance-category .form-item label:before{content:"" !important;position:absolute !important;top:2px !important;left:0 !important;display:block !important;width:18px !important;height:18px !important;border:2px solid #aaaaaa !important;border-radius:0 !important;box-shadow:none !important;}#sliding-popup .eu-cookie-compliance-banner .popup-content .popup-content-inner #eu-cookie-compliance-categories .eu-cookie-compliance-category .form-item label:after{content:"" !important;position:absolute !important;top:6px !important;left:7px !important;display:block !important;background:none !important;transition:border-color 0.5s !important;opacity:0 !important;width:5px !important;height:9px !important;border-right:2px solid #aaaaaa !important;border-bottom:2px solid #aaaaaa !important;transform:rotate(45deg) !important;}#sliding-popup .eu-cookie-compliance-banner .popup-content .popup-content-inner #eu-cookie-compliance-categories .eu-cookie-compliance-category .form-item label:hover:before{border-color:#aaaaaa !important;}#sliding-popup .eu-cookie-compliance-banner .popup-content .popup-content-inner #eu-cookie-compliance-categories .eu-cookie-compliance-category .form-item label:hover:after{opacity:1 !important;}#sliding-popup .eu-cookie-compliance-banner .popup-content .popup-content-inner #eu-cookie-compliance-categories .eu-cookie-compliance-category .form-item input:checked + label:before{border-color:#000000 !important;}#sliding-popup .eu-cookie-compliance-banner .popup-content .popup-content-inner #eu-cookie-compliance-categories .eu-cookie-compliance-category .form-item input:checked + label:after{opacity:1 !important;border-color:#000000 !important;}#sliding-popup .eu-cookie-compliance-banner .popup-content .popup-content-inner #eu-cookie-compliance-categories .eu-cookie-compliance-category .form-item.disabled label,#sliding-popup .eu-cookie-compliance-banner .popup-content .popup-content-inner #eu-cookie-compliance-categories .eu-cookie-compliance-category .form-item.disabled input:checked + label{color:#aaaaaa !important;}#sliding-popup .eu-cookie-compliance-banner .popup-content .popup-content-inner #eu-cookie-compliance-categories .eu-cookie-compliance-category .form-item.disabled label:before,#sliding-popup .eu-cookie-compliance-banner .popup-content .popup-content-inner #eu-cookie-compliance-categories .eu-cookie-compliance-category .form-item.disabled input:checked + label:before{border-color:#aaaaaa !important;}#sliding-popup .eu-cookie-compliance-banner .popup-content .popup-content-inner #eu-cookie-compliance-categories .eu-cookie-compliance-category .form-item.disabled label:after,#sliding-popup .eu-cookie-compliance-banner .popup-content .popup-content-inner #eu-cookie-compliance-categories .eu-cookie-compliance-category .form-item.disabled input:checked + label:after{opacity:1 !important;border-color:#aaaaaa !important;}#sliding-popup .eu-cookie-compliance-banner .popup-content .popup-content-inner #eu-cookie-compliance-categories .eu-cookie-compliance-category .eu-cookie-compliance-category-description{font-size:12px !important;line-height:16px !important;color:#aaaaaa !important;}#sliding-popup .eu-cookie-compliance-banner .popup-content .popup-content-inner #popup-buttons{max-width:100% !important;margin:0 !important;padding:0 !important;float:none !important;}#sliding-popup .eu-cookie-compliance-banner .popup-content .popup-content-inner #popup-buttons .buttons-container button{display:inline-block !important;margin:10px 10px 0 0 !important;font-size:16px !important;line-height:24px !important;padding:0 15px!important;background:#fff !important;color:#17428b !important;text-transform:uppercase !important;letter-spacing:0 !important;border:2px solid #17428b!important;outline:0 !important;box-shadow:none !important;font-weight:700 !important;transition:background-color 0.5s,color 0.5s ease !important;overflow:hidden !important;}#sliding-popup .eu-cookie-compliance-banner .popup-content .popup-content-inner #popup-buttons .buttons-container button:before{content:'';width:101%;height:100%;background-color:#17428b;position:absolute;top:0;left:-1px;z-index:-1;transform:translateX(-100%);transition:transform 0.5s ease;}#sliding-popup .eu-cookie-compliance-banner .popup-content .popup-content-inner #popup-buttons .buttons-container button:after{display:none !important;}#sliding-popup .eu-cookie-compliance-banner .popup-content .popup-content-inner #popup-buttons .buttons-container button:hover{color:#ffffff !important;}#sliding-popup .eu-cookie-compliance-banner .popup-content .popup-content-inner #popup-buttons .buttons-container button:hover:before{transform:translateX(0);}#sliding-popup .eu-cookie-compliance-banner .popup-content .popup-content-inner #popup-buttons .buttons-container button.categories-button{background:#66c4d8 !important;color:#fff !important;border:0 !important;line-height:28px !important;}#sliding-popup .eu-cookie-compliance-banner .popup-content .popup-content-inner #popup-buttons .buttons-container button.categories-button:hover{color:#fff;}#sliding-popup .eu-cookie-compliance-banner .popup-content .popup-content-inner #popup-buttons .buttons-container button.categories-button:hover::before{transform:translateX(0);}#sliding-popup.eu-cookie-withdraw-wrapper{display:none !important;}body.eu-cookie-compliance-popup-open #sliding-popup{display:block !important;}body.eu-cookie-compliance-popup-open #sliding-popup.eu-cookie-withdraw-wrapper{display:none !important;}@media all and (max-width:1200px){#sliding-popup .eu-cookie-compliance-banner .popup-content{padding:5% 0 !important;}#sliding-popup .eu-cookie-compliance-banner .popup-content .popup-content-inner{max-width:90% !important;}}@media all and (max-width:812px){#sliding-popup .eu-cookie-compliance-banner .popup-content{padding:5% 0 !important;}#sliding-popup .eu-cookie-compliance-banner .popup-content .popup-content-inner{max-width:90% !important;padding:30px !important;}}.tooltip{position:relative;}span.tooltip-content{display:none;}.tooltip span.tooltip-content{background:#ffffff;color:#aaaaaa;font-size:16px;line-height:24px;font-weight:300;padding:5px 10px;border-radius:6px;white-space:nowrap;max-width:300px;position:absolute;top:100%;left:50%;margin:15px 0 0 0;display:none;text-transform:none;transform:translateX(-50%);text-align:center;z-index:99;vertical-align:middle;box-shadow:0 0 10px 0 rgba(0,0,0,0.3);}.tooltip span.tooltip-content:after{bottom:100%;left:50%;border:solid transparent;content:"";height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(255,255,255,0);border-bottom-color:#ffffff;border-width:6px;margin-left:-6px;}.tooltip span.tooltip-content.left{left:50%;margin-left:-20px;transform:none;}.tooltip span.tooltip-content.left:after{left:20px;}.tooltip span.tooltip-content.right{left:auto !important;right:50%;transform:none;margin-right:-20px;}.tooltip span.tooltip-content.right:after{left:auto;right:20px;margin-left:0;margin-right:-6px;}.no-touchevents .tooltip:hover span.tooltip-content{display:block;}.dropdown-container{position:relative;}.dropdown-container a.dropdown{display:inline-block;}.dropdown-container .dropdown-content{z-index:50;position:absolute;right:50%;margin-right:-20px;top:100%;background:#ffffff;box-shadow:0 0 10px 0 rgba(0,0,0,0.3);padding:12px 20px;margin-top:20px;display:none;font-size:18px;line-height:28px;border-radius:6px;}.dropdown-container .dropdown-content > a{position:relative;color:#000000;float:left;clear:left;width:100%;white-space:nowrap;border-bottom:1px solid #dddddd;padding:5px 0;opacity:1 !important;}.dropdown-container .dropdown-content > a:hover{color:#17428b;}.dropdown-container .dropdown-content > a:last-child{border-bottom:none;}.dropdown-container .dropdown-content::before{content:"";width:10px;height:10px;background:#ffffff;position:absolute;right:15px;top:-5px;transform:rotate(45deg);}.share-container a.copy-url{padding-right:10px;}.share-container a.copy-url.success:after{content:'✔';position:absolute;top:5px;right:0;}nav.pager{text-align:center;margin-top:0;padding-top:60px;}nav.pager ul.pager__items{margin:0 !important;padding:0 !important;text-align:center;}nav.pager ul.pager__items li{margin:0 5px !important;padding:0 !important;list-style:none;display:inline-block;vertical-align:middle;font-size:16px;line-height:24px;}nav.pager ul.pager__items li:before{display:none !important;}nav.pager ul.pager__items li.pager__item.is-active a{color:#66c4d8;font-weight:700;}nav.pager ul.pager__items li.pager__item a:hover{color:#17428b;}nav.pager ul.pager__items li.pager__item--previous{margin-right:40px !important;}nav.pager ul.pager__items li.pager__item--previous a i{color:#66c4d8;transition:color 0.5s ease;}nav.pager ul.pager__items li.pager__item--previous a:hover i{color:#17428b;}nav.pager ul.pager__items li.pager__item--next{margin-left:40px !important;}nav.pager ul.pager__items li.pager__item--next a i{color:#66c4d8;transition:color 0.5s ease;}nav.pager ul.pager__items li.pager__item--next a:hover i{color:#17428b;}.slidein{opacity:0;transition:opacity 1s;transition-delay:0.2s;}.slidein.inview{opacity:1;}.slidein.inview.delay-300{transition-delay:0.3s;}.slidein.inview.delay-500{transition-delay:0.5s;}.swiper-move .swiper-container .swiper-wrapper{animation:bilderSliderMove 1s 0s ease-out;}@keyframes bilderSliderMove{0%{left:0;}50%{left:100px;}100%{left:0;}}a.play{position:absolute;top:50%;left:50%;margin:-60px 0 0 -60px;width:120px;height:120px;border-radius:50%;background:none;display:block;text-align:center;color:#ffffff !important;text-transform:uppercase;font-size:18px;line-height:24px;font-weight:700;font-size:40px;padding-top:40px;z-index:99;}a.play i{margin-left:5px;}a.play:before{content:"";position:absolute;top:0%;left:0%;width:100%;height:100%;border-radius:50%;opacity:1;background:#17428b;z-index:-1;transition:opacity 0.5s,background-color 0.5s;}a.play:after{content:"";position:absolute;top:0%;left:0%;width:100%;height:100%;border-radius:50%;opacity:0.8;background:#17428b;z-index:-2;animation:playButtonPulse 1s 0s ease-out infinite;}@keyframes playButtonPulse{0%{transform:scale(1);opacity:0.8;}100%{transform:scale(1.3);opacity:0;}}a.play:hover:before{background:#66c4d8;opacity:1;}.blogbeitrag .image-wrapper{position:relative;overflow:hidden;}.blogbeitrag .image-wrapper picture img{transition:transform 0.5s ease;}.blogbeitrag .image-wrapper .kategorie{position:absolute;top:15px;left:0;background-color:#17428b;color:#fff;font-weight:700;text-transform:uppercase;padding:5px 15px;font-size:14px;line-height:14px;z-index:10;}.blogbeitrag .wrapper{padding:20px;border:1px solid #ccc;transition:border 0.5s ease;}.blogbeitrag .wrapper .titel{font-weight:700;margin-bottom:20px;overflow:hidden;white-space:no-wrap;text-overflow:ellipsis;color:#000000 !important;}.blogbeitrag .wrapper .text{margin-bottom:10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:54px;color:#000000 !important;}.blogbeitrag .wrapper .icon-plus{color:#ccc;transition:color 0.5s ease;}.blogbeitrag:hover .image-wrapper picture img{transform:scale(1.05);}.blogbeitrag:hover .wrapper{border-color:#66c4d8;}.blogbeitrag:hover .wrapper .icon-plus{color:#66c4d8;}@media all and (min-width:1999px){.h1{font-size:50px;line-height:50px;}.subtitle{font-size:30px;line-height:30px;}.section{margin-left:240px;margin-right:240px;}#header > .section{margin-left:200px !important;}body.animate #node-startseite #intro .el{left:200px !important;}#node-startseite #intro .section{margin-left:200px !important;}#node-startseite #intro .section .textblock{width:40% !important;}#node-startseite #intro .section .textblock .subtitle{width:70% !important;}#node-startseite #intro .section .image-wrapper{width:60% !important;margin-left:200px !important;}#node-startseite #einleitung .section .text strong{font-size:30px !important;}#node-team #team .section .aertze::before{width:calc(100% + 480px) !important;left:-240px !important;}#node-ordination .section .impressionen::before{width:calc(100% + 240px) !important;}#node-ordination .section .impressionen .swiper-container{width:calc(50% + 240px) !important;right:-240px !important;}#node-page .text-wrapper h2{font-size:30px !important;line-height:34px !important;margin-bottom:70px !important;}#node-page .text-wrapper h3{font-size:26px !important;line-height:30px !important;margin-bottom:50px !important;}#node-page .text-wrapper p + h2{margin-top:150px;}}@media all and (min-width:2199px){body{font-size:22px;line-height:28px;}.h1{font-size:60px;line-height:60px;margin-bottom:100px;}.section{margin-left:300px;margin-right:300px;}#header > .section{margin-left:200px !important;}body.animate #node-startseite #intro .el{left:200px !important;}#node-startseite #intro .section{margin-left:200px !important;}#node-startseite #intro .section .textblock{padding-right:0px !important;display:flex !important;flex-direction:column !important;justify-content:center !important;}#node-startseite #intro .section .textblock .h1{margin-bottom:100px !important;padding-top:0 !important;}#node-startseite #intro .section .textblock .subtitle{margin-bottom:100px !important;}#node-team #team .section .aertze::before{width:calc(100% + 600px) !important;left:-300px !important;}#node-ordination .section .impressionen::before{width:calc(100% + 300px) !important;}#node-ordination .section .impressionen .swiper-container{width:calc(50% + 300px) !important;right:-300px !important;}}@media all and (max-width:1699px){.section{margin-left:160px;margin-right:160px;}.h1{font-size:40px;line-height:40px;}.subtitle{font-size:24px;line-height:30px;}#header{height:60px;}#header > .section{padding:15px 0;margin-left:100px;}#header > .section .termin{display:none;}#header > .section #menu-icon{display:block;height:60px;width:60px;background-color:#66c4d8;position:absolute;top:0;right:0;overflow:hidden;z-index:9999;}#header > .section #menu-icon::before{content:'';height:100%;width:100%;background-color:#17428b;z-index:10;position:absolute;top:0;left:0;transform:translateX(-100%);transition:transform 0.5s ease;}#header > .section #menu-icon:hover::before{transform:translateX(0);}#header > .section #menu-icon .line{height:4px;width:30px;background-color:#fff;position:absolute;left:15px;top:19px;z-index:50;transition:transform 0.5s ease,top 0.5s ease;}#header > .section #menu-icon .line.second{top:28px;}#header > .section #menu-icon .line.third{top:37px;}#header > .section #logo img{height:30px;}#header > .section .gradient{height:100vh;width:100vw;background-color:rgba(255,255,255,0.3);position:fixed;top:0;left:0;z-index:99;opacity:0;display:none;cursor:pointer;transition:opacity 0.5s ease;}#header > .section #navigation{width:50vw;height:100vh;position:fixed;left:100%;background-color:#17428b;transition:transform 0.5s ease;top:0;z-index:999;}#header > .section #navigation .table{height:100%;width:100%;}#header > .section #navigation .table .table-cell{height:100%;width:100%;display:flex;flex-direction:column;justify-content:center;padding:100px;}#header > .section #navigation .table .table-cell .menu{display:flex;flex-direction:column;justify-content:center;gap:20px;margin-right:0;}#header > .section #navigation .table .table-cell .menu a{color:#fff;font-size:25px;line-height:25px;}#header > .section #navigation .table .table-cell .menu a.rezept{font-size:20px;line-height:50px;background-color:#fff;color:#17428b;margin-top:70px;width:250px;text-align:center;padding:0;}#header > .section #navigation .table .table-cell .menu a.rezept::before{background-color:#66c4d8;}#header > .section #navigation .table .table-cell .termin.terminmenu{margin-top:0px;display:block;height:50px;position:relative;right:auto;top:auto;}#header > .section #navigation .table .table-cell .termin.terminmenu a{font-size:20px;line-height:50px;}#header > .section #navigation .table .table-cell .termin.terminmenu a:hover{color:#17428b;}#header > .section #navigation .table .table-cell .termin.terminmenu a::before{background-color:#fff;}body.menu-open #header > .section #menu-icon .line.first{top:50%;transform:rotate(45deg);}body.menu-open #header > .section #menu-icon .line.second{opacity:0;}body.menu-open #header > .section #menu-icon .line.third{top:50%;transform:rotate(-45deg);}body.menu-open #header > .section #navigation{transform:translateX(-100%);}body.menu-open #header > .section .gradient{z-index:99;opacity:1;display:block;}}@media all and (max-width:1599px){.section{margin-left:140px;margin-right:140px;}.h1{font-size:36px;line-height:36px;margin-bottom:50px;}.corner{padding-top:80px;}.corner::after{width:28px;height:28px;border:10px solid #fff;border-bottom:none;border-right:none;border-color:inherit;}}@media all and (max-width:1439px){body{font-size:18px;line-height:24px;}.section{margin-left:120px;margin-right:120px;}.h1{font-size:34px;line-height:34px;}.h1.corner{padding-top:60px;}.subtitle{font-size:22px;line-height:26px;}a.button,a.button:active,a.button:focus,a.button:link,a.button:visited,div.button,button.button,button.button:active,button.button:link,button.button:visited,input.form-submit,input.form-submit:focus{font-size:16px;}#header > .section{padding:12px 0;padding-right:200px;margin-left:80px;}#header > .section #logo img{height:36px;}#header > .section #navigation .table .table-cell .menu a.rezept{width:200px;}#header > .section .termin{width:200px;}#header > .section .termin a{line-height:76px;}#footer{padding:50px 0;}}@media all and (max-width:1247px){.section{margin-left:80px;margin-right:80px;}#header > .section #navigation{width:80vw;}.h1{font-size:32px;line-height:32px;}.subtitle{font-size:20px;line-height:24px;}#footer .section{display:block;}#footer .section .left{margin-bottom:25px;padding-bottom:25px;border-bottom:1px solid #dddddd;}#footer .section .right{justify-content:center;}#footer .section .right .logo{width:200px;}#footer .section .right .siegel{width:75px;}#footer .section .right .social-media{flex-direction:row;margin-bottom:50px;}body.page-node-type-aktuelles #node-aktuelles #aktuelles .section{padding-bottom:50px !important;}body.page-node-type-leistungen #node-leistungen #leistungen .section{padding-bottom:50px !important;}body.page-node-type-news #node-news #news .section{padding-bottom:50px !important;}body.page-node-type-team #node-team #team .section{padding-bottom:50px !important;}}@media screen and (max-width:812px){.h1{font-size:30px;line-height:30px;margin-bottom:30px;}.section{margin-left:60px;margin-right:60px;}#header > .section{margin-left:60px;}#header > .section #navigation{width:100vw;}#header > .section #navigation .table .table-cell{padding:50px;}.corner{padding-top:50px;}.corner::after{height:22px;width:22px;border:8px solid #fff;border-right:none;border-bottom:none;border-color:inherit;}}@media screen and (max-width:699px){body{font-size:16px;line-height:22px;}.h1{font-size:26px;line-height:26px;}#footer > .section .right ul.menu{flex-direction:column;gap:10px;}}@media screen and (max-width:499px){.section{margin-left:30px;margin-right:30px;}.h1{font-size:20px;line-height:20px;}.corner{padding-top:50px;}.subtitle{font-size:18px;line-height:22px;}a.button,a.button:active,a.button:focus,a.button:link,a.button:visited,div.button,button.button,button.button:active,button.button:link,button.button:visited,input.form-submit,input.form-submit:focus{line-height:22px;font-size:14px;}#header > .section{margin-left:30px;}#header > .section #navigation{width:100vw;}}
body.page-node-type-kontakt #node-kontakt .edit-link{display:block;}#node-kontakt{background-color:#17428b;padding:200px 0;}#node-kontakt .edit-link{display:none;}#node-kontakt #kontakt .section .h1{color:#fff;margin-bottom:40px;}#node-kontakt #kontakt .section .adresse{color:#fff;margin-bottom:30px;}#node-kontakt #kontakt .section .telefon,#node-kontakt #kontakt .section .email{margin-bottom:5px;}#node-kontakt #kontakt .section .telefon span,#node-kontakt #kontakt .section .email span{font-weight:700;margin-right:15px;color:#fff;}#node-kontakt #kontakt .section .telefon a,#node-kontakt #kontakt .section .email a{color:#fff;}#node-kontakt #kontakt .section .telefon a:hover,#node-kontakt #kontakt .section .email a:hover{color:#66c4d8;}#node-kontakt #kontakt .section .email{margin-bottom:20px;}#node-kontakt #kontakt .section .info{margin-bottom:100px;color:#fff;font-weight:700;width:30%;}#node-kontakt #kontakt .section .info a{color:#ffffff;text-decoration:underline;}#node-kontakt #kontakt .section .info a:hover{color:#66c4d8;}#node-kontakt #kontakt .section .wrapper{display:grid;grid-template-columns:1fr 1.5fr 0.75fr;}#node-kontakt #kontakt .section .wrapper .ordinationszeiten{padding-right:80px;display:flex;flex-direction:column;}#node-kontakt #kontakt .section .wrapper .ordinationszeiten .subtitle{margin-bottom:30px;}#node-kontakt #kontakt .section .wrapper .ordinationszeiten .text{color:#fff;margin-bottom:40px;}#node-kontakt #kontakt .section .wrapper .ordinationszeiten .text strong{width:50px;display:inline-block;font-weight:400;color:#fff;}#node-kontakt #kontakt .section .wrapper .ordinationszeiten .button-wrapper{margin-top:auto;display:flex;gap:30px;}#node-kontakt #kontakt .section .wrapper .ordinationszeiten .button-wrapper .button::before{background-color:#fff;}#node-kontakt #kontakt .section .wrapper .ordinationszeiten .button-wrapper .button:hover{color:#17428b !important;}#node-kontakt #kontakt .section .wrapper .anreise{border-left:1px solid #66c4d8;border-right:1px solid #66c4d8;padding:0 80px;display:flex;flex-direction:column;}#node-kontakt #kontakt .section .wrapper .anreise .subtitle{margin-bottom:30px;}#node-kontakt #kontakt .section .wrapper .anreise .text{color:#fff;margin-bottom:40px;}#node-kontakt #kontakt .section .wrapper .anreise .button-wrapper{display:flex;gap:30px;margin-top:auto;}#node-kontakt #kontakt .section .wrapper .anreise .button-wrapper .button::before{background-color:#fff;}#node-kontakt #kontakt .section .wrapper .anreise .button-wrapper .button:hover{color:#17428b !important;}#node-kontakt #kontakt .section .wrapper .notruf{padding-left:80px;}#node-kontakt #kontakt .section .wrapper .notruf .subtitle{margin-bottom:30px;}#node-kontakt #kontakt .section .wrapper .notruf .text{color:#fff;}#node-kontakt #kontakt .section .wrapper .notruf .image{margin-top:30px;width:150px;}@media all and (max-width:1799px){#node-kontakt #kontakt .section .wrapper .ordinationszeiten{padding-right:0;}#node-kontakt #kontakt .section .wrapper .anreise{padding:0 50px;}#node-kontakt #kontakt .section .wrapper .notruf{padding-left:50px;}}@media all and (max-width:1699px){#node-kontakt{padding:160px 0;}}@media all and (max-width:1599px){#node-kontakt #kontakt .section .info{margin-bottom:0;width:50%;}#node-kontakt #kontakt .section .wrapper{position:relative;grid-template-columns:1fr 1fr;margin-top:50px;padding-top:50px;border-top:1px solid #66c4d8;}#node-kontakt #kontakt .section .wrapper .anreise{border-right:none;padding-right:0;}#node-kontakt #kontakt .section .wrapper .notruf{width:33.33%;position:absolute;bottom:100%;right:0;padding-bottom:50px;}}@media all and (max-width:1439px){#node-kontakt{padding:120px 0;}}@media all and (max-width:1023px){#node-kontakt #kontakt .section .info{width:100%;}#node-kontakt #kontakt .section .wrapper{grid-template-columns:1fr;gap:0;}#node-kontakt #kontakt .section .wrapper .ordinationszeiten{margin-bottom:25px;padding-bottom:25px;border-bottom:1px solid #66c4d8;}#node-kontakt #kontakt .section .wrapper .anreise{padding-left:0;margin-bottom:25px;padding-bottom:25px;border-left:none;border-bottom:1px solid #66c4d8;}#node-kontakt #kontakt .section .wrapper .notruf{position:relative;right:auto;bottom:auto;width:auto;padding-bottom:0;padding-left:0;}}@media screen and (max-width:812px){#node-kontakt{padding:100px 0;}}@media screen and (max-width:499px){#node-kontakt #kontakt .section .wrapper .ordinationszeiten .text strong{width:40px;}}
body.page-node-type-leistungen #node-leistungen{padding-bottom:0 !important;}body.page-node-type-leistungen #node-leistungen #leistungen .section{padding-bottom:100px;border-bottom:2px solid #66c4d8;}body.page-node-type-leistungen #node-leistungen .edit-link{display:block;}#node-leistungen{padding:200px 0;}#node-leistungen .edit-link{display:none;}#node-leistungen #leistungen .section .leistungen{display:grid;grid-template-columns:1fr 1fr;grid-template-areas:'col-1 col-2' 'col-1 col-3';column-gap:100px;margin-bottom:100px;}#node-leistungen #leistungen .section .leistungen .med{grid-area:col-1;}#node-leistungen #leistungen .section .leistungen .phys{grid-area:col-2;}#node-leistungen #leistungen .section .leistungen .zusatz{grid-area:col-3;}#node-leistungen #leistungen .section .leistungen .med .label,#node-leistungen #leistungen .section .leistungen .phys .label,#node-leistungen #leistungen .section .leistungen .zusatz .label{font-weight:700;padding:26px 0 25px 0;border-bottom:1px solid #dddddd;}#node-leistungen #leistungen .section .leistungen + .subtitle{margin-bottom:20px;}#node-leistungen #leistungen .section .more{display:grid;grid-template-columns:1fr 1fr;column-gap:100px;}#node-leistungen #leistungen .section .more .leistung:first-of-type .preview{border-top:1px solid #dddddd;}#node-leistungen #leistungen .section .more .leistung:nth-of-type(2) .preview{border-top:1px solid #dddddd;}#node-leistungen #leistungen .section .leistung .preview{display:flex;padding:15px 20px 15px 20px;align-items:center;gap:50px;border-bottom:1px solid #dddddd;position:relative;overflow:hidden;}#node-leistungen #leistungen .section .leistung .preview::before{content:'';width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1;background-color:#66c4d8;transform:translateX(-100%);transition:transform 0.5s ease;}#node-leistungen #leistungen .section .leistung .preview .titel{transition:color 0.5s ease;}#node-leistungen #leistungen .section .leistung .preview .icon{height:46px;width:46px;}#node-leistungen #leistungen .section .leistung .preview .icon svg{height:100%;width:100%;transition:fill 0.5s ease;}#node-leistungen #leistungen .section .leistung .preview .icon-plus{margin-left:auto;font-size:18px;color:#c6c6c6;transition:color 0.5s ease;}#node-leistungen #leistungen .section .leistung.overlay-parent .preview:hover::before{transform:translateX(0);}#node-leistungen #leistungen .section .leistung.overlay-parent .preview:hover .icon svg{fill:#fff;}#node-leistungen #leistungen .section .leistung.overlay-parent .preview:hover .titel{color:#fff;}#node-leistungen #leistungen .section .leistung.overlay-parent .preview:hover .icon-plus{color:#fff;}@media all and (max-width:1799px){#node-leistungen #leistungen .section .leistungen{column-gap:70px;}#node-leistungen #leistungen .section .more{column-gap:70px;}}@media all and (max-width:1699px){#node-leistungen{padding:160px 0;}#node-leistungen #leistungen .section .leistungen{column-gap:50px;}#node-leistungen #leistungen .section .more{column-gap:50px;}}@media all and (max-width:1247px){#node-leistungen #leistungen .section .leistungen{padding-right:30%;grid-template-columns:1fr;grid-template-areas:unset;}#node-leistungen #leistungen .section .leistungen .med{grid-area:unset;}#node-leistungen #leistungen .section .leistungen .phys{grid-area:unset;}#node-leistungen #leistungen .section .leistungen .zusatz{grid-area:unset;}#node-leistungen #leistungen .section .leistung .preview::before{left:-1px;}}@media all and (max-width:1023px){#node-leistungen{padding:120px 0;}#node-leistungen #leistungen .section .leistungen{padding-right:0;}#node-leistungen #leistungen .section .more{grid-template-columns:1fr;}#node-leistungen #leistungen .section .more .leistung .preview{border-top:none !important;}#node-leistungen #leistungen .section .more .leistung:first-of-type .preview{border-top:1px solid #dddddd !important;}}@media screen and (max-width:812px){#node-leistungen{padding:100px 0;}}@media screen and (max-width:699px){#node-leistungen #leistungen .section .leistung .preview{padding:10px;gap:20px;}#node-leistungen #leistungen .section .leistung .preview .icon{height:40px;width:40px;}}@media screen and (max-width:499px){#node-leistungen #leistungen .section .leistung .preview .titel{font-size:14px;}#node-leistungen #leistungen .section .leistung .preview .icon{height:30px;width:30px;min-width:30px;}#node-leistungen #leistungen .section .leistung .preview .icon-plus{font-size:14px;}}
@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
body.page-node-type-ordination #node-ordination .edit-link{display:block;}#node-ordination{padding-top:90px;}#node-ordination .edit-link{display:none;}#node-ordination #ordination{position:relative;}#node-ordination #ordination .section .impressionen{position:relative;display:flex;padding:100px 0;}#node-ordination #ordination .section .impressionen .textblock{width:50%;display:flex;flex-direction:column;justify-content:center;position:relative;}#node-ordination #ordination .section .impressionen .textblock .wrapper{position:relative;}#node-ordination #ordination .section .impressionen .textblock .swiper-counter{position:absolute;top:30px;left:0;font-family:"GilroyBold",sans-serif;font-size:26px;line-height:32px;color:#fff;}#node-ordination #ordination .section .impressionen .textblock .swiper-counter .current{color:#66c4d8;}#node-ordination #ordination .section .impressionen .textblock .h1{color:#fff;margin-bottom:40px;}#node-ordination #ordination .section .impressionen .textblock .h1::after{top:-70px;}#node-ordination #ordination .section .impressionen .textblock .text{color:#fff;}#node-ordination #ordination .section .impressionen .textblock .swiper-navigation{position:absolute;top:50%;transform:translateY(-50%);right:-150px;display:flex;flex-direction:column;gap:10px;}#node-ordination #ordination .section .impressionen .textblock .swiper-navigation .prev,#node-ordination #ordination .section .impressionen .textblock .swiper-navigation .next{width:50px;height:50px;text-align:center;border:1px solid #fff;background-color:#17428b;transition:background-color 0.5s ease;}#node-ordination #ordination .section .impressionen .textblock .swiper-navigation .prev.swiper-button-disabled,#node-ordination #ordination .section .impressionen .textblock .swiper-navigation .next.swiper-button-disabled{border:1px solid #c6c6c6;cursor:not-allowed;background-color:transparent !important;}#node-ordination #ordination .section .impressionen .textblock .swiper-navigation .prev.swiper-button-disabled .icon-left,#node-ordination #ordination .section .impressionen .textblock .swiper-navigation .next.swiper-button-disabled .icon-left,#node-ordination #ordination .section .impressionen .textblock .swiper-navigation .prev.swiper-button-disabled .icon-right,#node-ordination #ordination .section .impressionen .textblock .swiper-navigation .next.swiper-button-disabled .icon-right{color:#c6c6c6 !important;}#node-ordination #ordination .section .impressionen .textblock .swiper-navigation .prev .icon-left,#node-ordination #ordination .section .impressionen .textblock .swiper-navigation .next .icon-left,#node-ordination #ordination .section .impressionen .textblock .swiper-navigation .prev .icon-right,#node-ordination #ordination .section .impressionen .textblock .swiper-navigation .next .icon-right{font-size:14px;line-height:50px;color:#fff;transition:color 0.5s ease;}#node-ordination #ordination .section .impressionen .textblock .swiper-navigation .prev:hover,#node-ordination #ordination .section .impressionen .textblock .swiper-navigation .next:hover{background-color:#fff;}#node-ordination #ordination .section .impressionen .textblock .swiper-navigation .prev:hover .icon-left,#node-ordination #ordination .section .impressionen .textblock .swiper-navigation .next:hover .icon-left,#node-ordination #ordination .section .impressionen .textblock .swiper-navigation .prev:hover .icon-right,#node-ordination #ordination .section .impressionen .textblock .swiper-navigation .next:hover .icon-right{color:#17428b;}#node-ordination #ordination .section .impressionen .swiper-container{width:calc(50% + 200px);position:relative;right:-200px;overflow:hidden;}#node-ordination #ordination .section .impressionen .swiper-container .swiper-wrapper .swiper-slide{overflow:hidden;}#node-ordination #ordination .section .impressionen .swiper-container .swiper-wrapper .swiper-slide img{transform:scale(1.2);transition:transform 0.5s ease;}#node-ordination #ordination .section .impressionen .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active img{transform:scale(1);}#node-ordination #ordination .section .impressionen::before{content:'';width:calc(100% + 200px);height:100%;position:absolute;right:0;top:0;z-index:-1;background-color:#17428b;}#node-ordination #e-terminal{margin-top:150px;}#node-ordination #e-terminal .section{border-bottom:2px solid #66c4d8;padding-bottom:150px;}#node-ordination #e-terminal .section .e-terminal{display:flex;gap:100px;}#node-ordination #e-terminal .section .e-terminal .textblock{width:50%;padding:80px 0;}#node-ordination #e-terminal .section .e-terminal .textblock .h1{padding-right:150px;}#node-ordination #e-terminal .section .e-terminal .media{width:50%;position:relative;}#node-ordination #e-terminal .section .e-terminal .media .image-wrapper{height:100%;position:relative;z-index:30;}#node-ordination #e-terminal .section .e-terminal .media .image-wrapper img{height:100%;object-fit:cover;}#node-ordination #e-terminal .section .e-terminal .media video{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;z-index:1;}#node-ordination #e-terminal .section .e-terminal .media .play-button{height:50px;width:50px;text-align:center;background-color:#66c4d8;transition:background-color 0.5s ease;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:50;}#node-ordination #e-terminal .section .e-terminal .media .play-button .icon-play{line-height:50px;color:#fff;}#node-ordination #e-terminal .section .e-terminal .media .play-button:hover{background-color:#17428b;}@media all and (max-width:1799px){#node-ordination #e-terminal .section .e-terminal .textblock .h1{padding-right:100px;}}@media all and (max-width:1699px){#node-ordination #ordination .section .impressionen::before{width:calc(100% + 160px);}#node-ordination #ordination .section .impressionen .swiper-container{width:calc(50% + 160px);right:-160px;}}@media all and (max-width:1599px){#node-ordination #ordination .section .impressionen::before{width:calc(100% + 140px);}#node-ordination #ordination .section .impressionen .swiper-container{width:calc(50% + 140px);right:-140px;}}@media all and (max-width:1439px){#node-ordination #ordination .section .impressionen::before{width:calc(100% + 120px);}#node-ordination #ordination .section .impressionen .swiper-container{width:calc(60% + 120px);right:-120px;}#node-ordination #ordination .section .impressionen .textblock{width:40%;}#node-ordination #ordination .section .impressionen .textblock .swiper-navigation{right:-100px;}#node-ordination #ordination .section .impressionen .textblock .swiper-counter{top:0;}#node-ordination #e-terminal .section .e-terminal{gap:50px;}#node-ordination #e-terminal .section .e-terminal .textblock .h1{padding-right:50px;}}@media all and (max-width:1247px){#node-ordination #ordination .section .impressionen::before{width:calc(100% + 80px);}#node-ordination #ordination .section .impressionen .textblock{width:50%;padding-right:20px;}#node-ordination #ordination .section .impressionen .textblock .swiper-navigation{right:-75px;}#node-ordination #ordination .section .impressionen .swiper-container{width:calc(50% + 80px);right:-80px;}}@media all and (max-width:1023px){#node-ordination{padding-top:50px;padding-bottom:100px;}#node-ordination #ordination .section .impressionen{display:block;}#node-ordination #ordination .section .impressionen .textblock{margin-bottom:50px;width:100%;}#node-ordination #ordination .section .impressionen .textblock .h1::after{top:0;}#node-ordination #ordination .section .impressionen .textblock .wrapper{padding-right:40%;}#node-ordination #ordination .section .impressionen .textblock .swiper-counter{display:none;}#node-ordination #ordination .section .impressionen .textblock .swiper-navigation{flex-direction:row-reverse;right:0px;top:auto;bottom:0;transform:translateY(0);}#node-ordination #ordination .section .impressionen .swiper-container{width:100%;}#node-ordination #e-terminal{margin-top:100px;}#node-ordination #e-terminal .section .e-terminal{display:block;}#node-ordination #e-terminal .section .e-terminal .textblock{width:100%;padding:0;margin-bottom:50px;}#node-ordination #e-terminal .section .e-terminal .media{width:100%;}#node-ordination #e-terminal .section .e-terminal .media .image-wrapper{height:auto;}}@media screen and (max-width:812px){#node-ordination{padding-bottom:50px;}#node-ordination #e-terminal .section{padding-bottom:100px;}}@media screen and (max-width:699px){#node-ordination #ordination .section .impressionen{padding:50px 0;}#node-ordination #ordination .section .impressionen .textblock .wrapper{padding-right:0;}#node-ordination #ordination .section .impressionen .textblock .wrapper .text{padding-right:40%;}#node-ordination #ordination .section .impressionen .swiper-container{right:0;width:calc(100% + 60px);}}@media screen and (max-width:499px){#node-ordination #ordination .section .impressionen .textblock{margin-bottom:30px;}#node-ordination #ordination .section .impressionen .textblock .swiper-navigation .next,#node-ordination #ordination .section .impressionen .textblock .swiper-navigation .prev{height:40px;width:40px;}#node-ordination #ordination .section .impressionen .textblock .swiper-navigation .next .icon-left,#node-ordination #ordination .section .impressionen .textblock .swiper-navigation .prev .icon-left,#node-ordination #ordination .section .impressionen .textblock .swiper-navigation .next .icon-right,#node-ordination #ordination .section .impressionen .textblock .swiper-navigation .prev .icon-right{font-size:12px;line-height:40px;}}
body.path-frontpage #header{transform:translateY(-100%);}body.animate #header{transform:translateY(0);}body.animate #node-startseite #intro .el{transform:scale(1);left:120px;top:200px;z-index:99;}body.animate #node-startseite #intro .section .image-wrapper{transform:translateX(0);}body.animate #node-startseite #intro .section .textblock{opacity:1;}body.animate #node-startseite #intro .banner-wrapper{transform:translateY(0);}#node-startseite #intro{background-color:#17428b;padding-top:200px;min-height:100vh;overflow:hidden;position:relative;}#node-startseite #intro .el{width:32px;height:32px;border:12px solid #fff;border-bottom:none;border-right:none;transform:scale(10);position:absolute;top:calc(50% - 16px);left:calc(50% - 16px);transition:transform 0.7s ease 0.3s,left 0.7s ease 0.3s,top 0.7s ease 0.3s;}#node-startseite #intro .section{display:flex;margin-right:0;margin-left:120px;}#node-startseite #intro .section .textblock{width:50%;padding-right:50px;opacity:0;transition:opacity 0.5s ease 1s;}#node-startseite #intro .section .textblock .h1{color:#fff;margin-bottom:50px;padding-top:90px;}#node-startseite #intro .section .textblock .subtitle{width:50%;margin-bottom:50px;}#node-startseite #intro .section .textblock .wrapper{display:grid;grid-template-columns:1fr 0.5fr;grid-template-areas:'col-1 col-2' 'col-3 col-4';}#node-startseite #intro .section .textblock .button-wrapper{grid-area:col-2;text-align:right;}#node-startseite #intro .section .textblock .button{transition:background-color 0.5s ease,color 0.5s ease,opacity 1s;}#node-startseite #intro .section .textblock .button.rezept{margin-top:10px;}#node-startseite #intro .section .textblock .button::before{background-color:#fff;}#node-startseite #intro .section .textblock .button:hover{color:#17428b !important;}#node-startseite #intro .section .textblock .oeffnungszeiten{grid-area:col-1;color:#fff;margin-bottom:0px;}#node-startseite #intro .section .textblock .oeffnungszeiten strong{width:50px;display:inline-block;font-weight:400;}#node-startseite #intro .section .textblock .info{grid-area:col-3;font-size:14px;line-height:20px;color:#fff;padding-top:20px;}#node-startseite #intro .section .textblock .scrollto{grid-area:col-4;text-align:right;display:block;height:50px;width:50px;text-align:center;border:1px solid #fff;margin-left:auto;transition:background-color 0.5s ease;}#node-startseite #intro .section .textblock .scrollto .icon-down{font-size:14px;line-height:50px;color:#fff;transition:color 0.5s ease;}#node-startseite #intro .section .textblock .scrollto:hover{background-color:#fff;}#node-startseite #intro .section .textblock .scrollto:hover .icon-down{color:#17428b;}#node-startseite #intro .section .image-wrapper{width:50%;margin-left:120px;height:calc(100vh - 235px);transform:translateX(100%);transition:transform 0.7s ease 0.3s;}#node-startseite #intro .section .image-wrapper img{height:100%;object-fit:cover;}#node-startseite #intro .banner-wrapper{transform:translateY(100%);transition:0.3s ease 1.2s;}#node-startseite #intro .banner{display:flex;gap:30px;background-color:#66c4d8;color:#fff;font-size:18px;line-height:28px;font-family:"GilroyBold",sans-serif;font-weight:700;padding:4px 0 3px 0;width:100000%;position:relative;left:-100%;}#node-startseite #einleitung{margin-top:280px;}#node-startseite #einleitung .section{margin-bottom:220px;}#node-startseite #einleitung .section .h1{width:70%;}#node-startseite #einleitung .section .text strong{color:#66c4d8;font-weight:700;font-family:"GilroyBold",sans-serif;font-size:26px;line-height:32px;}#node-startseite #einleitung .image-wrapper{height:700px;}#node-startseite #einleitung .image-wrapper img{height:100%;width:100%;object-fit:cover;}@media all and (max-width:1799px){#node-startseite #intro .section .textblock .subtitle{width:60%;}#node-startseite #einleitung{margin-top:200px;}#node-startseite #einleitung .image-wrapper{height:600px;}}@media all and (max-width:1699px){body.animate #node-startseite #intro .el{top:180px;}#node-startseite #intro{padding-top:180px;}#node-startseite #intro .section .textblock{width:55%;}#node-startseite #intro .section .image-wrapper{height:calc(100vh - 215px);width:45%;margin-left:50px;}#node-startseite #einleitung{margin-top:160px;}#node-startseite #einleitung .section{margin-bottom:160px;}}@media all and (max-width:1599px){body.animate #node-startseite #intro .el{left:100px;}body.animate #node-startseite #intro .section .textblock{padding-right:0;}#node-startseite #intro .el{width:28px;height:28px;border:10px solid #fff;border-bottom:none;border-right:none;}#node-startseite #intro .section{margin-left:100px;}#node-startseite #intro .section .textblock .h1{padding-top:80px;}#node-startseite #intro .section .image-wrapper{margin-left:100px;}#node-startseite #einleitung .section .text strong{font-size:24px;line-height:30px;}#node-startseite #einleitung .image-wrapper{height:500px;}}@media all and (max-width:1439px){body.animate #node-startseite #intro .el{left:80px;top:140px;}#node-startseite #intro{padding-top:124px;}#node-startseite #intro .section{margin-left:80px;}#node-startseite #intro .section .textblock{padding-right:0;}#node-startseite #intro .section .textblock .h1{padding-top:60px;position:relative;z-index:10;}#node-startseite #intro .section .textblock .subtitle{margin-bottom:30px;position:relative;z-index:10;}#node-startseite #intro .section .textblock .scrollto{position:relative;z-index:10;}#node-startseite #intro .section .image-wrapper{height:calc(100vh - 95px);width:70%;top:-64px;position:absolute;right:0;}#node-startseite #intro .section .image-wrapper::before{content:'';width:50%;height:100%;position:absolute;left:0;top:0;background:linear-gradient(90deg,#17428b 0%,rgba(23,66,139,0) 100%);}#node-startseite #intro .banner-wrapper{position:absolute;bottom:0;left:0;width:100%;}#node-startseite #einleitung{margin-top:100px;}#node-startseite #einleitung .section{margin-bottom:100px;}#node-startseite #einleitung .section .text strong{font-size:22px;line-height:26px;}}@media all and (max-width:1247px){#node-startseite #intro{padding-top:140px;}#node-startseite #intro .section .textblock{width:100%;padding-right:60px;}#node-startseite #intro .section .textblock .subtitle{width:100%;}#node-startseite #intro .section .textblock .wrapper{display:block;grid-template-areas:unset;}#node-startseite #intro .section .textblock .wrapper .scrollto{grid-area:unset;margin-left:0;margin-top:30px;}#node-startseite #intro .section .textblock .wrapper .button-wrapper{grid-area:unset;text-align:left;margin-bottom:15px;}#node-startseite #intro .section .textblock .wrapper .button-wrapper .button.rezept{margin-top:0;margin-left:10px;}#node-startseite #intro .section .textblock .wrapper .info{grid-area:unset;position:relative;z-index:10;font-size:12px;padding-top:10px;}#node-startseite #intro .section .textblock .wrapper .oeffnungszeiten{grid-area:unset;position:relative;z-index:10;}#node-startseite #intro .section .image-wrapper{top:-80px;height:calc(100vh - 95px);}#node-startseite #intro .section .image-wrapper::before{width:100%;background:linear-gradient(90deg,#17428b 0%,rgba(23,66,139,0.2) 100%);}#node-startseite #einleitung .section .text strong{font-size:20px;line-height:24px;}}@media all and (max-width:1023px){#node-startseite #einleitung .section .h1{width:100%;}#node-startseite #einleitung .image-wrapper{height:400px;}}@media screen and (max-width:812px){body.animate #node-startseite #intro .el{left:60px;top:100px;}body.animate #node-startseite #intro .section .textblock .scrollto{position:absolute;right:50px;bottom:0;}body.animate #node-startseite #intro .section .image-wrapper{top:-40px;}#node-startseite #intro{padding-top:100px;}#node-startseite #intro .section{margin-left:60px;}#node-startseite #intro .el{height:22px;width:22px;border:8px solid #fff;border-right:none;border-bottom:none;}}@media screen and (max-width:699px){#node-startseite #intro .section .textblock{width:100%;padding-right:60px;}#node-startseite #intro .section .textblock .subtitle{width:100%;}#node-startseite #intro .section .textblock .wrapper{display:block;grid-template-areas:unset;}#node-startseite #intro .section .textblock .wrapper .scrollto{grid-area:unset;margin-left:0;margin-top:30px;}#node-startseite #intro .section .textblock .wrapper .button-wrapper{grid-area:unset;text-align:left;margin-bottom:15px;}#node-startseite #intro .section .textblock .wrapper .info{grid-area:unset;position:relative;z-index:10;font-size:12px;padding-top:10px;}#node-startseite #intro .section .textblock .wrapper .oeffnungszeiten{grid-area:unset;position:relative;z-index:10;}#node-startseite #intro .section .image-wrapper{width:100%;}#node-startseite #intro .section .image-wrapper::before{width:100%;background:linear-gradient(90deg,#17428b 0%,rgba(23,66,139,0.2) 100%);}}@media screen and (max-width:499px){body.animate #node-startseite #intro .el{left:30px;}body.animate #node-startseite #intro .section .textblock .scrollto{bottom:auto;top:100%;right:auto;left:0;}#node-startseite #intro .section{margin-left:30px;}#node-startseite #intro .section .textblock{padding-right:30px;}#node-startseite #intro .section .textblock .scrollto{height:40px;width:40px;}#node-startseite #intro .section .textblock .scrollto .icon-down{line-height:40px;font-size:12px;}#node-startseite #intro .section .image-wrapper{width:calc(100% + 30px);}#node-startseite #intro .section .image-wrapper::before{background:linear-gradient(90deg,rgba(23,66,139,0.7) 0%,rgba(23,66,139,0.5) 100%);}#node-startseite #einleitung .section .text strong{font-size:18px;line-height:22px;}#node-startseite #einleitung .image-wrapper{height:300px;}}@media screen and (max-width:374px){body.animate #node-startseite #intro .el{left:15px;top:80px;}body.animate #node-startseite #intro .section .textblock .scrollto{margin-top:15px;}body.animate #node-startseite #intro .section .image-wrapper{top:0;}#node-startseite #intro{padding-top:60px;}#node-startseite #intro .el{left:15px;top:80px;}#node-startseite #intro .section{margin-left:15px;}#node-startseite #intro .section .textblock .h1{word-break:break-word;padding-top:60px;margin-bottom:20px;}#node-startseite #intro .section .textblock .oeffnungszeiten strong{width:30px;}#node-startseite #intro .section .textblock .scrollto{margin-top:15px;}#node-startseite #intro .section .image-wrapper{top:0;}}#popup{display:none !important;}
body.page-node-type-team #node-team{margin-bottom:0 !important;}body.page-node-type-team #node-team #team .section{padding-bottom:100px;border-bottom:2px solid #66c4d8;}body.page-node-type-team #node-team .edit-link{display:block;}#node-team{margin-bottom:200px;}#node-team .edit-link{display:none;}#node-team #team .section .aertze{position:relative;padding-top:150px;margin-bottom:180px;}#node-team #team .section .aertze::before{content:'';height:calc(100% - 200px);width:calc(100% + 400px);left:-200px;top:0;position:absolute;background-color:#17428b;z-index:-1;}#node-team #team .section .aertze .h1{color:#fff;}#node-team #team .section .aertze .subtitle{margin-bottom:50px;}#node-team #team .section .aertze .wrapper{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;}#node-team #team .section .aertze .wrapper .arzt{transform:translateY(50px);transition:opacity 1s,transform 1s;}#node-team #team .section .aertze .wrapper .arzt .preview .image-wrapper{overflow:hidden;}#node-team #team .section .aertze .wrapper .arzt .preview .image-wrapper img{transition:transform 0.5s ease;}#node-team #team .section .aertze .wrapper .arzt .preview .content{background-color:#17428b;color:#fff;padding:20px;padding-right:40px;position:relative;transition:background-color 0.5s ease;}#node-team #team .section .aertze .wrapper .arzt .preview .content .name{font-weight:700;margin-bottom:5px;}#node-team #team .section .aertze .wrapper .arzt .preview .content .icon-plus{font-size:18px;color:#fff;position:absolute;right:20px;top:50%;transform:translateY(-50%);}#node-team #team .section .aertze .wrapper .arzt .preview:hover .image-wrapper img{transform:scale(1.1);}#node-team #team .section .aertze .wrapper .arzt .preview:hover .content{background-color:#66c4d8;}#node-team #team .section .aertze .wrapper .arzt:nth-of-type(2){transition-delay:0.45s;}#node-team #team .section .aertze .wrapper .arzt:nth-of-type(3){transition-delay:0.6s;}#node-team #team .section .aertze .wrapper .arzt:nth-of-type(4){transition-delay:0.75s;}#node-team #team .section .aertze .wrapper .arzt.inview{transform:translateY(0);}#node-team #team .section .aertze .wrapper .arzt.animate{transform:translateY(0);}#node-team #team .section .team .subtitle,#node-team #team .section .team-more .subtitle{margin-bottom:50px;}#node-team #team .section .team .wrapper,#node-team #team .section .team-more .wrapper{display:grid;grid-template-columns:1fr 1fr 1fr;row-gap:15px;column-gap:30px;}#node-team #team .section .team .wrapper .teammember .preview,#node-team #team .section .team-more .wrapper .teammember .preview{display:flex;align-items:center;padding-right:20px;transition:border 0.5s ease;position:relative;background-color:#fff;}#node-team #team .section .team .wrapper .teammember .preview::before,#node-team #team .section .team-more .wrapper .teammember .preview::before{content:'';height:calc(100% + 2px);width:calc(100% + 2px);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#dddddd;z-index:-1;transition:background-color 0.5s ease,width 0.5s ease,height 0.5s ease;}#node-team #team .section .team .wrapper .teammember .preview .image-wrapper,#node-team #team .section .team-more .wrapper .teammember .preview .image-wrapper{height:100px;width:100px;overflow:hidden;}#node-team #team .section .team .wrapper .teammember .preview .image-wrapper img,#node-team #team .section .team-more .wrapper .teammember .preview .image-wrapper img{height:100%;object-fit:cover;transition:transform 0.5s ease;}#node-team #team .section .team .wrapper .teammember .preview .content,#node-team #team .section .team-more .wrapper .teammember .preview .content{padding:0 30px;}#node-team #team .section .team .wrapper .teammember .preview .content .name,#node-team #team .section .team-more .wrapper .teammember .preview .content .name{font-weight:700;}#node-team #team .section .team .wrapper .teammember .preview .icon-plus,#node-team #team .section .team-more .wrapper .teammember .preview .icon-plus{margin-left:auto;color:#c6c6c6;transition:color 0.5s ease;}#node-team #team .section .team .wrapper .teammember .preview:hover::before,#node-team #team .section .team-more .wrapper .teammember .preview:hover::before{width:calc(100% + 4px);height:calc(100% + 4px);background-color:#66c4d8;}#node-team #team .section .team .wrapper .teammember .preview:hover .image-wrapper img,#node-team #team .section .team-more .wrapper .teammember .preview:hover .image-wrapper img{transform:scale(1.1);}#node-team #team .section .team .wrapper .teammember .preview:hover .icon-plus,#node-team #team .section .team-more .wrapper .teammember .preview:hover .icon-plus{color:#66c4d8;}#node-team #team .section .team .wrapper .teammember .preview:hover .name,#node-team #team .section .team-more .wrapper .teammember .preview:hover .name{color:#000000;}#node-team #team .section .team .wrapper .teammember .preview:hover .bereich,#node-team #team .section .team-more .wrapper .teammember .preview:hover .bereich{color:#000000;}#node-team #team .section .team-more{margin-top:100px;padding-top:100px;border-top:2px solid #66c4d8;margin-bottom:200px;}#node-team #team .section .wahl .subtitle{margin-bottom:30px;}#node-team #team .section .wahl .text{margin-bottom:30px;}@media all and (max-width:1799px){#node-team{margin-bottom:150px;}}@media all and (max-width:1699px){#node-team #team .section .aertze::before{width:calc(100% + 320px);left:-160px;}}@media all and (max-width:1599px){#node-team{margin-bottom:100px;}#node-team #team .section .aertze::before{width:calc(100% + 280px);left:-140px;}#node-team #team .section .aertze .wrapper{gap:20px;}#node-team #team .section .aertze .wrapper .arzt .preview .content{padding:15px;}#node-team #team .section .aertze .wrapper .arzt .preview .content .fachgebiet{font-size:18px;}#node-team #team .section .aertze .wrapper .arzt .preview .content .icon-plus{font-size:16px;right:15px;}#node-team #team .section .team .wrapper,#node-team #team .section .team-more .wrapper{grid-template-columns:1fr 1fr;}}@media all and (max-width:1439px){#node-team #team .section .aertze{margin-bottom:150px;}#node-team #team .section .aertze::before{width:calc(100% + 240px);left:-120px;}#node-team #team .section .aertze .wrapper .arzt .preview .content .fachgebiet{font-size:14px;}#node-team #team .section .aertze .wrapper .arzt .preview .content .icon-plus{font-size:14px;}}@media all and (max-width:1247px){#node-team #team .section .aertze .wrapper{grid-template-columns:1fr 1fr;row-gap:50px;}#node-team #team .section .aertze::before{height:800px;width:calc(100% +  160px);left:-80px;}}@media all and (max-width:1023px){#node-team #team .section .aertze{padding-top:100px;}#node-team #team .section .aertze::before{height:600px;}#node-team #team .section .team .wrapper,#node-team #team .section .team-more .wrapper{grid-template-columns:1fr;}}@media screen and (max-width:812px){#node-team{margin-bottom:50px;}#node-team #team .section .aertze{margin-bottom:100px;}#node-team #team .section .team-more{margin-top:70px;padding-top:70px;}}@media screen and (max-width:699px){#node-team #team .section .aertze .wrapper{grid-template-columns:1fr;}}@media screen and (max-width:499px){#node-team #team .section .team .wrapper .teammember .preview,#node-team #team .section .team-more .wrapper .teammember .preview{padding-right:15px;}#node-team #team .section .team .wrapper .teammember .preview .image-wrapper,#node-team #team .section .team-more .wrapper .teammember .preview .image-wrapper{height:70px;width:70px;}#node-team #team .section .team .wrapper .teammember .preview .content,#node-team #team .section .team-more .wrapper .teammember .preview .content{padding:0 10px;}#node-team #team .section .team-more{margin-bottom:100px;}}
