@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);*{margin:0;padding:0}::-webkit-scrollbar{-webkit-appearance:none;display:none;height:0;width:0}body{background-color:#fff;color:#333;font-family:Roboto,sans-serif;font-size:16px;line-height:1.5}.container{margin:0 auto;max-width:1000px;padding:0 20px}@media(max-width:800px){.container{max-width:calc(100% - 20px);padding:0 10px}}.page{padding-top:140px;width:100%}@media(max-width:800px){.page{padding-top:70px}}a{color:#22355b}nav.navbar{padding-top:30px;position:fixed;top:0;transition:.2s;width:100%;z-index:1}nav.navbar .container{display:flex;justify-content:space-between}@media(max-width:1000px){nav.navbar .container{flex-direction:column}}nav.navbar .logo{align-items:center;display:flex;text-decoration:none}nav.navbar .logo img{height:80px;margin-right:20px;width:80px}nav.navbar .logo h1{color:#fff;font-size:35px;font-weight:700;transition:.2s}nav.navbar .logo h1 .colored{color:#dde4ff}@media(max-width:800px){nav.navbar .logo h1{font-size:25px}nav.navbar .logo img{height:60px;margin-right:10px;width:60px}}nav.navbar .static{align-items:center;display:flex;justify-content:space-between}@media(max-width:1000px){nav.navbar .static{width:100%}}nav.navbar ul.links{align-items:center;display:flex;list-style:none;margin-left:20px;transition:.2s}nav.navbar ul.links li a{color:#22355b;font-size:16px;font-weight:700;margin-right:20px;padding:20px 0;text-decoration:none;transition:.5s}nav.navbar ul.links li a.active{color:#ed906a;font-style:oblique}nav.navbar ul.links li a:hover{text-decoration:underline}@media(max-width:1000px){nav.navbar ul.links{align-items:flex-start;display:flex;flex-direction:column;height:0;margin-left:0;opacity:0;overflow:hidden;padding:0}nav.navbar ul.links li{border-bottom:.5px solid gray;display:flex;width:100%}nav.navbar ul.links li a{margin:0;padding:15px 0;text-align:center;width:100%}nav.navbar ul.links li:last-child{border-bottom:none}nav.navbar ul.links li:first-child a{padding-top:10px}nav.navbar ul.links li a:hover{text-decoration:none}nav.navbar ul.links.expanded{height:auto;opacity:1;padding:20px 0}}nav.navbar .burgerMenu{all:unset;display:none;transition:.2s}nav.navbar .burgerMenu img{height:30px;width:30px}@media(max-width:1000px){nav.navbar .burgerMenu{cursor:pointer;display:block}}nav.navbar .burgerMenu:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}nav.navbar.scrolled{background-color:#fff;box-shadow:-2px 4px 10px rgba(0,0,0,.25);padding:10px 0 5px}nav.navbar.scrolled .logo h1{color:#6b6b6b}nav.navbar.scrolled .logo .colored{color:#22355b}footer{background-color:#22355b}footer .container{color:#fff;padding:40px 0;width:100%}footer .container a{color:#fff;font-weight:700;text-decoration:none;transition:.2s}footer .container a:hover{opacity:.8}footer .container .cols{align-items:flex-start;display:flex;justify-content:space-between}footer .container .cols .col{display:flex;flex-direction:column;gap:10px}footer .container .cols .col.images{gap:30px}footer .container .cols .col.images img{max-width:300px;transition:.5s}footer .container .cols .col.images img:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}@media(max-width:1000px){footer .container .cols .col.images{margin-top:40px}footer .container .cols .col.images img{max-width:250px}footer .container .cols .col{text-align:center}footer .container .cols{align-items:center;flex-direction:column}footer .container .cols .basicLinks{display:none}}footer .container .copyright{align-items:center;display:flex;justify-content:center;margin-top:40px}.landing header{background:linear-gradient(103.19deg,#7390bb 7.64%,#cbdae1 89.04%);height:500px;left:0;overflow:hidden;padding-top:200px;position:absolute;top:0;width:100%;z-index:-1}.landing header h1{color:#fff;font-size:55px;font-weight:900;line-height:70px;opacity:.8}@media(max-width:800px){.landing header h1{font-size:40px;line-height:50px}}.landing header .teich{left:calc(50% + 500px);object-fit:contain;position:absolute;top:0;z-index:2}@media(max-width:800px){.landing header .teich{display:none}}.landing header .stuff{left:50%;max-height:708px;position:absolute;top:130px;z-index:10}@media(max-width:800px){.landing header .stuff{left:10%;max-height:408px;top:321.5px}}.landing header .headerStats{display:flex;gap:10px;margin-top:50px}.landing header .headerStats .stat{background-color:hsla(0,0%,100%,.3);border-radius:2px;max-width:200px;padding:20px}.landing header .headerStats .stat .big{color:#ed906a;font-size:70px;font-weight:900;line-height:70px}.landing header .headerStats .stat .big .borderText{color:#fff;text-shadow:-.5px -.5px 0 #ed906a,.5px -.5px 0 #ed906a,-.5px .5px 0 #ed906a,.5px .5px 0 #ed906a}.landing header .headerStats .stat .title{color:#22355b;font-size:20px;font-weight:700;line-height:30px}.landing header .headerStats .stat .subtitle{color:gray;font-size:15px;font-weight:700;line-height:30px}.landing header .headerStats .stat .seperator{border-top:2px dashed hsla(0,0%,50%,.464);height:0;margin:10px 0}.landing header .headerStats .stat .description{color:gray;font-size:15px}.landing header .headerStats .stat:first-of-type{background-color:#fff}@media(max-width:800px){.landing header .headerStats{display:none}}.landing header .edge{border-bottom:80px solid #fff;border-left:0 solid transparent;border-right:80px solid transparent;bottom:0;left:0;position:absolute;z-index:2}@media(max-width:800px){.landing header .edge{border-bottom:40px solid #fff;border-right:40px solid transparent}.landing header{padding-top:150px}}.landing .info-section{margin-top:780px}.landing .info-section .section-content{display:flex;gap:50px}@media(max-width:800px){.landing .info-section .section-content{flex-direction:column;gap:10px}}.landing .info-section .info{max-width:47%}.landing .info-section .info .section-title{color:#22355b;font-size:60px;font-weight:700;line-height:70px;margin-bottom:10px}.landing .info-section .info .section-title .colored{color:#ffcb00}@media(max-width:800px){.landing .info-section .info .section-title{font-size:40px;line-height:50px}}.landing .info-section .info .subtitle{font-size:30px;margin-bottom:20px}.landing .info-section .info .discription{color:#8f9aad;font-size:20px;line-height:1.5;margin-bottom:20px}@media(max-width:800px){.landing .info-section .info .discription{font-size:15px}.landing .info-section .info{max-width:100%}.landing .info-section{margin-top:680px}}.landing .waterTransition{margin-top:-20px;overflow:hidden;width:100%}.landing .waterTransition .graphic{margin-left:-5px;width:102%}@media(max-width:1000px){.landing .waterTransition{margin-top:0}}@media(max-width:800px){.landing .waterTransition{margin-top:50px}}.landing .ourArea{background-color:#20375b;background:linear-gradient(180deg,#22355b 0,#20375b);margin-top:-50px}.landing .ourArea .container{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.landing .ourArea .container .info{margin-top:30px;max-width:50%}.landing .ourArea .container .info .title{color:#fff;font-size:45px;font-weight:700;line-height:50px;margin-bottom:30px}@media(max-width:800px){.landing .ourArea .container .info .title{font-size:30px;line-height:20px;margin-bottom:10px;margin-top:20px}}.landing .ourArea .container .info .text{color:#8f9aad;font-size:18px;line-height:1.5;margin-bottom:20px}@media(max-width:800px){.landing .ourArea .container .info .text{font-size:15px;text-align:center}}.landing .ourArea .container .info .mobileMap{display:none;margin:auto auto 20px;max-width:300px;width:100%}.landing .ourArea .container .info .mobileMap img{object-fit:contain;width:100%}@media(max-width:800px){.landing .ourArea .container .info .mobileMap{display:block}.landing .ourArea .container .info{max-width:100%}}.landing .ourArea .container .map{max-width:45%}.landing .ourArea .container .map img{object-fit:contain;width:100%}@media(max-width:800px){.landing .ourArea .container .map{display:none}.landing .ourArea{margin-top:-30px}}.landing .imageShow{margin-bottom:-10px;margin-top:0;overflow:hidden;width:100%}.landing .imageShow .graphic{margin-left:-5px;width:102%}@media(max-width:1000px){.landing .imageShow{margin-top:0}}@media(max-width:800px){.landing .imageShow{margin-top:0}}.pingHeader_pingHeader__JPdX3{align-items:center;display:flex;gap:10px;margin-bottom:10px}.pingHeader_pingHeader__JPdX3 .pingHeader_ping__vrWVi{align-items:center;border:1px solid #ed906a;border-radius:50%;display:flex;height:25px;justify-content:center;width:25px}.pingHeader_pingHeader__JPdX3 .pingHeader_ping__vrWVi .pingHeader_inner__rtspp{background-color:#ed906a;border-radius:50%;height:15px;margin:auto;width:15px}.pingHeader_pingHeader__JPdX3 p{color:#ed906a}.agenda{background:#edf1fa;background:radial-gradient(circle,#f0f0fa 0,#fff 100%);border-radius:50px;box-shadow:2px 0 10px rgba(0,0,0,.07);flex-grow:1;gap:20px;margin-left:50px;max-width:50%;padding:40px 0}.agenda,.agenda .entry{display:flex;flex-direction:column;justify-content:space-between}.agenda .entry{align-items:flex-start;background-color:#fff;border-radius:10px;box-shadow:-2px 4px 10px rgba(0,0,0,.1);padding:20px;-webkit-transform:translateX(-50px);transform:translateX(-50px);transition:.5s}.agenda .entry .bar{justify-content:space-between;width:100%}.agenda .entry .bar,.agenda .entry .icon,.agenda .entry .sec{align-items:center;display:flex}.agenda .entry .icon{background-color:#facf42;border-radius:50%;height:60px;justify-content:center;margin-right:20px;min-width:60px;overflow:hidden}.agenda .entry .icon .graphic{max-height:50px;max-width:50px}@media(max-width:800px){.agenda .entry .icon{max-width:40px;min-height:40px}.agenda .entry .icon .graphic{height:30px;width:30px}}.agenda .entry .title{color:#22355b;font-size:20px;font-weight:700;margin-right:20px}@media(max-width:800px){.agenda .entry .title{font-size:16px}}.agenda .entry .date{border-left:.5px solid #8f9aad;color:#8f9aad;font-size:20px;line-height:1.5;padding-left:20px}@media(max-width:800px){.agenda .entry .date{font-size:16px;padding-left:10px}}.agenda .entry .description{color:#8f9aad;font-size:15px;height:0;line-height:1.5;margin-top:0;opacity:0;overflow:hidden;transition:.5s}.agenda .entry .description.expanded{height:auto;margin:15px 10px 10px;min-height:140px;opacity:1}.agenda .entry:hover{box-shadow:-2px 4px 10px rgba(0,0,0,.25);-webkit-transform:translateX(-40px);transform:translateX(-40px)}@media(max-width:800px){.agenda .entry{padding:10px}.agenda .entry,.agenda .entry:hover{-webkit-transform:translateX(-10px);transform:translateX(-10px)}.agenda{border-radius:10px;margin-left:10px;max-width:100%;padding:20px 0}}.projektbeschreibung{padding-top:0}.projektbeschreibung .header{background-color:#f6fbfd;padding:140px 0 30px;width:100%}.projektbeschreibung .header .container{align-items:center;display:flex;gap:50px;justify-content:space-between}@media(max-width:800px){.projektbeschreibung .header .container{flex-direction:column;gap:10px}}.projektbeschreibung .header .agenda{padding:20px 0}.projektbeschreibung .header .agenda .entry{padding:10px 20px}.process{padding:50px 0 70px}.process.hilighted{background-color:#f6fbfd}.process .title{color:#22355b;font-size:50px;font-weight:700;margin-bottom:30px;text-align:center}@media(max-width:800px){.process .title{font-size:40px}}.process .tasks{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}.process .tasks .task{align-items:center;display:flex;flex-direction:column;position:relative;width:30%}.process .tasks .task .index{align-items:center;background-color:#22355b;border-radius:50%;color:#fff;display:flex;font-size:30px;font-weight:700;height:50px;justify-content:center;margin-bottom:20px;width:50px}.process .tasks .task .title{font-size:20px;margin-bottom:10px}.process .tasks .task .descrition{font-size:14px;text-align:center}.process .tasks .task .seperator{border-bottom:3px dashed #22355b;display:none;height:3px;position:absolute;right:-20%;top:10%;width:40%}@media(max-width:800px){.process .tasks .task{margin-bottom:20px;margin-top:20px;width:100%}}.about{padding-top:0}.about .header{background-color:#f6fbfd;padding:140px 0 30px;width:100%}.about .header .section-title{color:#22355b;font-size:60px;font-weight:700;line-height:70px;margin-bottom:10px}@media(max-width:800px){.about .header .section-title{font-size:40px;line-height:50px}}.about .header .container{align-items:center;display:flex;gap:50px;justify-content:space-between}@media(max-width:800px){.about .header .container{flex-direction:column;gap:10px}.about .header{padding-top:120px}.about .header img{display:none}}.about .stats{margin-top:100px}.about .stats,.about .stats .goLocal{display:flex;justify-content:space-between}.about .stats .goLocal{align-items:center;border-right:1px solid #000;flex-direction:row;gap:30px;padding-right:30px;width:60%}.about .stats .goLocal .icon{height:100px;width:100px}@media(max-width:800px){.about .stats .goLocal{border-right:none;flex-direction:column;gap:30px;padding-right:0;text-align:center;width:100%}}.about .stats .numbers{display:flex;justify-content:space-between;width:28%}.about .stats .numbers .number{display:flex;flex-direction:column;position:relative}.about .stats .numbers .number .bg{background-color:red;border-radius:50%;height:50px;left:-20px;position:absolute;top:0;width:50px;z-index:-1}.about .stats .numbers .number .bg.green{background-color:#d1e3a4}.about .stats .numbers .number .bg.orange{background-color:#ed8f6a}.about .stats .numbers .number .text{color:#22355b;font-size:50px;font-weight:700}@media(max-width:800px){.about .stats .numbers{justify-content:space-evenly;width:100%}.about .stats{flex-direction:column-reverse;gap:50px;margin-top:50px}}.about .organisation{display:flex;justify-content:space-between;margin-top:100px}.about .organisation h2{color:#22355b;font-size:35px;font-weight:700;margin-bottom:20px}.about .organisation .organisatoren{width:55%}.about .organisation .organisatoren .personen{align-items:center;display:flex;gap:20px;justify-content:space-between;position:relative;width:100%}.about .organisation .organisatoren .personen .bg{height:100%;position:absolute;width:100%;z-index:-5}.about .organisation .organisatoren .personen .col{align-items:center;display:flex;flex-direction:column;gap:30px;height:100%;justify-content:center;width:100%}.about .organisation .organisatoren .personen .person{align-items:center;background-color:#ebfaff;border-radius:10px;display:flex;flex-direction:column;justify-content:center;padding-top:10px;width:100%}.about .organisation .organisatoren .personen .person .pb{border-radius:10px;height:calc(100% - 20px);margin-bottom:10px;width:calc(100% - 20px)}.about .organisation .organisatoren .personen .person .name{background-color:#d3e2eb;border-radius:0 0 10px 10px;font-size:15px;line-height:15px;padding:5px 0;text-align:center;width:100%}@media(max-width:800px){.about .organisation .organisatoren{width:100%}}.about .organisation .zielgruppe{width:40%}@media(max-width:800px){.about .organisation{flex-direction:column;gap:50px;margin-top:50px}.about .organisation .zielgruppe{width:100%}}.mitmachen{padding-top:0}.mitmachen .header{background-color:#f6fbfd;padding:140px 0 30px;width:100%}.mitmachen .header .section-title{color:#22355b;font-size:60px;font-weight:700;line-height:70px;margin-bottom:10px}@media(max-width:800px){.mitmachen .header .section-title{font-size:40px;line-height:50px}}.mitmachen .header .container{align-items:center;display:flex;gap:50px;justify-content:space-between}@media(max-width:800px){.mitmachen .header .container{flex-direction:column;gap:10px}}.mitmachen .header .discription{margin-bottom:30px}.mitmachen .header .cta-mitmachen{background-color:#22355b;border-radius:10px;color:#fff;font-weight:700;margin-bottom:10px;padding:20px;text-decoration:none;transition:.2s}.mitmachen .header .cta-mitmachen:hover{opacity:.8}@media(max-width:800px){.mitmachen .header{padding-top:120px}.mitmachen .header img{display:none}}.law h1{font-size:40px}.law h1,.law h2{margin-bottom:10px}.law h2{font-size:30px;margin-top:20px}.law h3{font-size:25px;margin-top:30px}.law h3,.law h4{margin-bottom:10px}.law h4{font-size:20px;margin-top:25px}.law ul{list-style:disc;padding-left:20px}.blog{padding-top:0}.blog .header{background-color:#f6fbfd;padding:140px 0 30px;width:100%}.blog .header .section-title{color:#22355b;font-size:60px;font-weight:700;line-height:70px;margin-bottom:10px}@media(max-width:800px){.blog .header .section-title{font-size:40px;line-height:50px}}.blog .header .container{align-items:center;display:flex;gap:50px;justify-content:space-between}@media(max-width:800px){.blog .header .container{flex-direction:column;gap:10px}.blog .header{padding-top:120px}.blog .header img{display:none}}.blog .articles{display:flex;flex-wrap:wrap;gap:0;margin-top:60px}.blog .articles .articlePreview{border-radius:10px;flex-grow:1;margin-bottom:20px;min-width:300px;padding:10px;text-decoration:none;transition:.2s}@media(min-width:1000px){.blog .articles .articlePreview{max-width:calc(33.33333% - 20px)}}.blog .articles .articlePreview .meta .date{color:gray;font-size:13px;margin-bottom:0}.blog .articles .articlePreview .meta .title{color:#22355b;font-size:25px;font-weight:700;margin-bottom:5px}.blog .articles .articlePreview .meta .description{color:gray;font-size:15px;margin-bottom:0}.blog .articles .articlePreview .headerImage{border-radius:5px;height:180px;object-fit:cover;width:100%}.blog .articles .articlePreview:hover{background-color:hsla(0,0%,73%,.15);-webkit-transform:scale(1.02);transform:scale(1.02)}.blogArticle .headerImage{border-radius:5px;height:300px;object-fit:cover;width:100%}@media(max-width:800px){.blogArticle .headerImage{height:180px}}.blogArticle .headerImageAlt{color:gray;font-size:13px;margin-bottom:20px;text-align:right}.blogArticle .articleTitle{color:#22355b;font-size:35px;font-weight:700;margin-bottom:5px}.blogArticle .content{display:flex;flex-direction:column}.blogArticle .content p{text-align:justify}.blogArticle .content section{padding:30px 0}.blogArticle .content section:nth-child(2n){background-color:#f6fbfd}.blogArticle .content section .sectionTitle{color:#22355b;font-size:30px;font-weight:700;margin-bottom:20px}.blogArticle .content section .imageSection{align-items:center;display:flex;flex-direction:row;gap:50px;justify-content:space-between}.blogArticle .content section .imageSection img{border-radius:10px;max-height:350px;max-width:40%}@media(max-width:800px){.blogArticle .content section .imageSection{flex-direction:column;gap:30px}.blogArticle .content section .imageSection img{max-height:300px;max-width:100%}}.blogArticle .content section .multiImageSection{display:flex;flex-direction:column;gap:50px}.blogArticle .content section .multiImageSection .images{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:25px;justify-content:center}.blogArticle .content section .multiImageSection .images img{border-radius:10px;height:300px;max-width:30%;object-fit:cover}@media(max-width:800px){.blogArticle .content section .multiImageSection .images{flex-direction:column;gap:10px}.blogArticle .content section .multiImageSection .images img{max-height:300px;max-width:100%;width:100%}.blogArticle{padding-top:100px}}
/*# sourceMappingURL=main.14ead123.css.map*/