:root{--fs-break-min: 400;--fs-break-max: 1360;--fs-break-val: calc((100vw - (1px * var(--fs-break-min))) / (var(--fs-break-max) - var(--fs-break-min)));--fs-sm-min: 13;--fs-sm-max: 20;--fs-sm-val: min(calc(1px * var(--fs-sm-max)), max(calc(1px * var(--fs-sm-min)), calc((1px * var(--fs-sm-min)) + ((var(--fs-sm-max) - var(--fs-sm-min)) * var(--fs-break-val)))));--fs-base-min: 16;--fs-base-max: 24;--fs-base-val: min(calc(1px * var(--fs-base-max)), max(calc(1px * var(--fs-base-min)), calc((1px * var(--fs-base-min)) + ((var(--fs-base-max) - var(--fs-base-min)) * var(--fs-break-val)))));--fs-md-min: 18;--fs-md-max: 28;--fs-md-val: min(calc(1px * var(--fs-md-max)), max(calc(1px * var(--fs-md-min)), calc((1px * var(--fs-md-min)) + ((var(--fs-md-max) - var(--fs-md-min)) * var(--fs-break-val)))));--fs-lg-min: 20;--fs-lg-max: 32;--fs-lg-val: min(calc(1px * var(--fs-lg-max)), max(calc(1px * var(--fs-lg-min)), calc((1px * var(--fs-lg-min)) + ((var(--fs-lg-max) - var(--fs-lg-min)) * var(--fs-break-val)))));--fs-xl-min: 22;--fs-xl-max: 44;--fs-xl-val: min(calc(1px * var(--fs-xl-max)), max(calc(1px * var(--fs-xl-min)), calc((1px * var(--fs-xl-min)) + ((var(--fs-xl-max) - var(--fs-xl-min)) * var(--fs-break-val)))));--fs-xxl-min: 32;--fs-xxl-max: 64;--fs-xxl-val: min(calc(1px * var(--fs-xxl-max)), max(calc(1px * var(--fs-xxl-min)), calc((1px * var(--fs-xxl-min)) + ((var(--fs-xxl-max) - var(--fs-xxl-min)) * var(--fs-break-val)))))}:root{--global--font-size-sm: var(--fs-sm-val);--global--font-size-base: var(--fs-base-val);--global--font-size-md: var(--fs-md-val);--global--font-size-lg: var(--fs-lg-val);--global--font-size-xl: var(--fs-xl-val);--global--font-size-xxl: var(--fs-xxl-val);--line-height-xs: 1.15;--line-height-base: 1.333;--line-height-md: 1.4;--line-height-lg: 1.5;--line-height-xl: 1.75;--global--line-height-heading: var(--line-height-xs);--global--line-height-body: var(--line-height-base);--global--spacing: 2rem;--max-width: 85rem;--page-padding: 2rem}.bgOrangeLight{background-color:#ffeede}.bgOrange{background-color:#f6dcbb}.bgOrangeDark{background-color:#e87a16}.bgYellowLight{background-color:#fff4b0}.bgYellow{background-color:#f8e89d}.bgYellowDark{background-color:#f6cb00}.bgGreenLight{background-color:#e3f0e6}.bgGreenMedium{background-color:#8bc9ad}.bgGreen{background-color:#b5d5c0}.bgGreenDark{background-color:#009284}.bgBeige{background-color:#ebe6d8}.bgBeigeDark{background-color:#d9d5c7}.bgBlueLight{background-color:#e2f6fa}.bgBlue{background-color:#ccebed}.bgBlueSlightlyDarker{background-color:#a9dae0}.bgBlueDark{background-color:#1cb9dc}.bgRed{background-color:#e4d6e4}.bgRedLight{background-color:#efe7ed}.bgWhite{background-color:#fff}.bgPinkDark{background-color:#b31767}.colWhite{color:#fff}body{margin:0;padding:0;font-family:Arial,sans-serif;font-weight:400;font-size:var(--global--font-size-base);line-height:var(--global--line-height-body);color:#000;overflow-x:hidden;background-color:#fff}.spacer{height:calc(var(--global--spacing)*1)}a.button{display:inline-block;width:100%;font-size:var(--global--font-size-md);font-weight:700;text-align:center;text-decoration:none;border-radius:3rem;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;padding:calc(var(--global--spacing)*.33) 0;color:#fff;max-width:22.5rem}a.button.red{background-color:#8d0439}a.button.outlineWhite{border:3px solid #fff}a.button.flex{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;max-width:none}a.button.flex span{line-height:32px}a.button.sound{margin-top:calc(var(--global--spacing)*1);background-image:url(../img/Header/html/icon-klangkulisse.png);background-repeat:no-repeat;background-size:36px auto;background-position:left 20px center;width:auto;cursor:pointer}a.button.sound span{display:block;padding-left:70px;padding-right:20px}img{display:block}img.full{width:100%;height:auto;max-width:100%}img.fullHeight{display:block;width:auto;height:100%}.red{color:#8d0439}.red.bold{font-weight:700;text-decoration:none}.box{padding:var(--global--spacing)}p{margin:0;margin-bottom:calc(var(--global--spacing)*.666)}h1,h2,h3,h4{font-family:Georgia,"Bitstream Charter","URW Bookman L",serif;font-weight:700;line-height:var(--global--line-height-heading);margin:0;margin-bottom:calc(var(--global--spacing)*1)}h1{font-size:var(--global--font-size-xxl);color:#8d0439}h2{font-size:var(--global--font-size-xl);color:#8d0439}h3{font-family:Arial,sans-serif;font-size:var(--global--font-size-lg)}.flex{display:flex;justify-content:space-between;flex-wrap:wrap}.flex.flex2>*{width:50%}.flex.flex3>*{width:33.333%}.flex.flex4>*{width:25%}.flex:not(.nogap){gap:calc(var(--global--spacing)*1)}.flex:not(.nogap).flex2>*{width:calc(50% - var(--global--spacing)*1/2)}.flex:not(.nogap).flex3>*{width:calc(33.333% - var(--global--spacing)*2/3)}.flex:not(.nogap).flex4>*{width:calc(25% - var(--global--spacing)*3/4)}.flexCol{display:flex;flex-direction:column;justify-content:space-between}section{padding-inline:var(--page-padding) var(--page-padding)}section .content{-webkit-hyphens:auto;hyphens:auto;max-width:var(--max-width);margin:0 auto;padding:calc(var(--global--spacing)*1.333) 0}section.header{position:relative;padding-inline:0 0}section.header .bg1,section.header .bg2{position:absolute;top:0;width:50%;height:100%;z-index:1}section.header .bg1{left:0;background-image:url(../img/Header/html/header-bild-streifen.jpg);background-repeat:repeat;background-size:114px auto}section.header .bg2{right:0;background-color:#f8e89d}section.header .content{position:relative;padding:0;z-index:2;display:flex;flex-direction:column;justify-content:space-between;height:100%}section.header .content .leftRight .left{padding:calc(var(--global--spacing)*1.333) 0;background-color:#f8e89d;border-left:3.125rem solid #f6cb00;min-width:18.75rem}section.header .content .leftRight .left .content img{width:12.5rem;margin-left:3.125rem}section.header .content .leftRight .left .content .btnWrapper{margin-left:3.125rem}section.header .content .leftRight .right{position:relative;flex-grow:1;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;height:18.75rem;padding-inline:var(--page-padding) var(--page-padding);background-image:url(../img/Header/html/header-bild-streifen.jpg);background-repeat:repeat;background-size:114px auto}section.header .content .leftRight .right .blase{position:absolute;top:0;right:0;width:100%;height:100%;background-image:url(../img/Header/html/header-bild.jpg);background-repeat:no-repeat;background-position:top right;background-size:auto 90%;z-index:1}section.header .content .leftRight .right .text{position:relative;z-index:2}section.header .content .leftRight .right .text .headline{color:#fff}section.header .content .leftRight .right .text h1{color:#fff;font-size:calc(var(--global--font-size-xl)*1.25)}@media only screen and (min-width: 768px){section.header{padding-inline:var(--page-padding) var(--page-padding)}section.header .content .leftRight{display:flex;justify-content:space-between}section.header .content .leftRight .left{order:2}section.header .content .leftRight .left .content{align-items:flex-end}section.header .content .leftRight .right{order:1;height:31.25rem;padding-inline:0 0}}section.nextlevel .content{padding-bottom:0}section.nextlevel .flex.nogap .right .image{width:100%;height:100%;background-size:cover;background-position:center center}@media only screen and (max-width: 767px){section.nextlevel .flex{display:block}section.nextlevel .flex>div{width:100%}section.nextlevel .flex:not(.nogap).flex3>div{width:100%}}section.nextlevel .flex3 .card{display:flex;flex-direction:column;margin-bottom:calc(var(--global--spacing)*1)}section.nextlevel .flex3 .card .box{height:100%;display:flex;flex-direction:column;justify-content:space-between}section.cite .content{padding-bottom:0}section.cite h2{margin:0;color:#0f94a7}section.cite .textRight{text-align:right}section.cite .flex{flex-wrap:nowrap}section.cite .flex>div:nth-child(1){flex-grow:1}section.cite .flex>div:nth-child(2){flex-shrink:0}section.cite .flex>div:nth-child(2) img{width:auto;height:18.75rem;margin:0 auto}@media only screen and (max-width: 767px){section.cite .flex{display:block}section.cite .flex>div{width:100%}}section.cardsHeader{position:relative}section.cardsHeader .left{margin-left:calc(var(--page-padding)*-1)}section.cardsHeader .left img{max-width:100%}section.cardsHeader .left .text{font-family:Georgia,"Bitstream Charter","URW Bookman L",serif;font-weight:700;line-height:var(--global--line-height-heading);font-size:var(--global--font-size-xxl);color:#fff;padding-inline:var(--page-padding) var(--page-padding)}section.cardsHeader .content .right{display:flex;justify-content:flex-end}section.cardsHeader .content .right img{height:12.5rem}@media only screen and (min-width: 600px){section.cardsHeader .left img{height:18.75rem}}@media only screen and (min-width: 1000px){section.cardsHeader .left{position:absolute;left:0;top:0;display:flex;align-items:center}section.cardsHeader .left .text{width:33.333%;font-size:var(--global--font-size-xl);margin:calc(var(--global--spacing)*.5);padding-inline:0 0}}@media only screen and (min-width: 1180px){section.cardsHeader .left .text{width:40%;font-size:var(--global--font-size-xxl)}}section.cards .flex{gap:0.75rem}section.cards .flex .card{width:100%;display:flex}section.cards .flex .card .lasche{display:none;padding:calc(var(--global--spacing)*.5)}section.cards .flex .card .lasche img{width:5rem}section.cards .flex .card .lasche:after{left:100%;top:calc(var(--global--spacing) + 5px + 1px*20);border:solid rgba(0,0,0,0);content:"";height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(0,0,0,0);border-left-color:#0f94a7;border-width:1.25rem;margin-top:-1.25rem}section.cards .flex .card .box{padding-left:calc(var(--global--spacing)*1.5)}section.cards .flex .card .box a.red{font-weight:bold;text-decoration:none}section.cards .flex .card.bgBlue .lasche{background-color:#0f94a7}section.cards .flex .card.bgBlue .lasche:after{border-left-color:#0f94a7}section.cards .flex .card.bgYellow .lasche{background-color:#f6cb00}section.cards .flex .card.bgYellow .lasche:after{border-left-color:#f6cb00}section.cards .flex .card.bgGreen .lasche{background-color:#009284}section.cards .flex .card.bgGreen .lasche:after{border-left-color:#009284}@media only screen and (min-width: 480px){section.cards .flex .card .lasche{position:relative;display:flex;align-items:center}}@media only screen and (min-width: 1000px){section.cards .flex .card{width:calc(50% - .5px*12)}}section.zav .flex .left .border{height:100%;border:1px solid #d9d5c7;border-top:none}section.zav .flex .left .border img{max-width:100%}section.zav .flex .left .border .flex.flex2.grafiken{display:block}section.zav .flex .left .border .flex.flex2.grafiken>div{width:100%}section.zav .flex .left .border .flex.flex2.grafiken .right{margin-top:var(--global--spacing)}@media only screen and (min-width: 768px){section.zav .flex .left .border .flex.flex2.grafiken{display:flex}section.zav .flex .left .border .flex.flex2.grafiken>div{width:calc(50% - var(--global--spacing)*1/2)}section.zav .flex .left .border .flex.flex2.grafiken .right{display:flex;justify-content:flex-end;margin-top:0}section.zav .flex .left .border .flex.flex2.grafiken img{max-width:90%}}section.zav .flex .left .border .legende{margin-top:var(--global--spacing)}@media only screen and (min-width: 768px){section.zav .flex .left .border .legende{display:flex;gap:var(--global--spacing)}}section.zav .flex .left .border .legende .item{display:flex;align-items:center;gap:10px}section.zav .flex .left .border .legende .item .color{flex-shrink:0;width:20px;height:20px;background-color:#e87a16}section.zav .flex .left .border .legende .item span{font-size:16px;color:#737373}section.zav .flex .left .border .legende .item:nth-child(2) .color{background-color:#efa56d}section.zav .flex .left .border .legende .item:nth-child(3) .color{background-color:#f3c591}section.zav .flex .right .image{width:100%;height:100%;background-size:cover;background-position:center center}@media only screen and (max-width: 767px){section.zav .flex{display:block}section.zav .flex>div{width:100%}section.zav .flex:not(.nogap).flex3>div{width:100%}section.zav .flex .left .border{border:1px solid #d9d5c7}}section.feedback .content{padding:0}section.feedback .content .flex .left{padding:calc(var(--global--spacing)*1.333) 0;padding-bottom:0}section.feedback .content .flex .left .topBottom{display:flex;flex-direction:column;justify-content:space-between;height:100%}section.feedback .content .flex .left .topBottom .bottom img{width:3.125rem;margin-bottom:calc(var(--global--spacing)*.5)}section.feedback .content img{max-width:100%}@media only screen and (max-width: 767px){section.feedback .content .flex{display:block}section.feedback .content .flex>div{width:100%}}section.zahlen .zahlenContainer{display:flex;border-bottom:4px solid #e3f0e6;padding:calc(var(--global--spacing)*1) 0;margin-bottom:calc(var(--global--spacing)*1) 0}section.zahlen .zahlenContainer .zahlenBox{width:25%}section.zahlen .zahlenContainer .zahlenBox .zahlenBoxContent{border-right:4px solid #e3f0e6;text-align:center;padding:0 calc(var(--global--spacing)*1);height:100%}section.zahlen .zahlenContainer .zahlenBox .zahlenBoxContent img{max-width:7.5rem;margin:0 auto calc(var(--global--spacing)*.5)}section.zahlen .zahlenContainer .zahlenBox .zahlenBoxContent .bigRedText{font-family:Georgia,"Bitstream Charter","URW Bookman L",serif;font-weight:900;font-size:var(--global--font-size-xxl);color:#8d0439;margin-bottom:calc(var(--global--spacing)*1)}section.zahlen .zahlenContainer .zahlenBox:last-of-type .zahlenBoxContent{border:none}section.zahlen .zahlenContainer.zahlenContainer2 .zahlenBox{width:50%}@media only screen and (max-width: 767px){section.zahlen .zahlenContainer{display:block;border-bottom:none;padding:0}section.zahlen .zahlenContainer .zahlenBox{width:100%;border-bottom:4px solid #e3f0e6}section.zahlen .zahlenContainer .zahlenBox .zahlenBoxContent{margin-top:calc(var(--global--spacing)*1);border-right:none}section.zahlen .zahlenContainer.zahlenContainer2 .zahlenBox{width:100%}}section.ausblick .content{color:#545241}section.ausblick .content img{max-width:100%;margin-top:var(--global--spacing)}@media only screen and (min-width: 768px){section.ausblick .content{display:flex;justify-content:space-between;align-items:flex-start}section.ausblick .content img{margin-top:0}}section.footer{background-color:#545241;color:#fff}section.footer a{color:#fff}@media only screen and (min-width: 768px){.box3{display:flex;justify-content:space-between;align-items:flex-start;gap:var(--global--spacing)}.box3 .boxItem{width:calc(33.333% - var(--global--spacing)*2/3)}.box3 .boxItem img{width:100%}}.twoCols p.empty{display:none}.twoCols .nobreak{-moz-column-break-inside:avoid;break-inside:avoid;overflow:hidden}@media only screen and (min-width: 900px){.twoCols{-moz-column-count:2;column-count:2;-moz-column-gap:calc(var(--global--spacing)*1);column-gap:calc(var(--global--spacing)*1)}.twoCols p.empty{display:block}}figure{margin:0;margin-bottom:calc(var(--global--spacing)*1)}figure img{width:100%;max-width:100%}figure figcaption{background-color:#0f94a7;color:#fff;font-size:var(--global--font-size-sm);padding:calc(var(--global--spacing)*.5)}figure figcaption.yellow{background-color:#f6cb00;color:#000}figure figcaption.green{background-color:#009284}.imageBox{margin-bottom:calc(var(--global--spacing)*2);background-color:#a9dae0}.imageBox.bgGreenMedium{background-color:#8bc9ad}.imageBox .image img{width:100%;max-width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.imageBox .text{display:flex;flex-direction:column;justify-content:space-between;padding:calc(var(--global--spacing)*1)}.imageBox .text .bottom>:last-child{margin-bottom:0}.imageBox .text img.icon{height:6.25rem;margin-bottom:calc(var(--global--spacing)*1)}.imageBox .text h3{margin:0}@media only screen and (min-width: 600px){.imageBox{display:flex}.imageBox .image{flex-shrink:0}.imageBox .text{flex-grow:1}}.smiley{display:inline;width:auto;height:calc(var(--global--font-size-base)*1.2);margin-bottom:-0.1875rem}.backlink a{display:flex;align-items:center;gap:calc(var(--global--spacing)*1);text-decoration:none}.backlink a img{width:auto;height:1.5625rem}.backlink a span{font-size:var(--global--font-size-md);font-weight:700}@media only screen and (min-width: 768px){section.nachruf .content .flex{display:flex;justify-content:space-between;align-items:flex-start;gap:var(--global--spacing)}section.nachruf .content .flex.center{align-items:center}section.nachruf .content .flex>div{width:calc(50% - var(--global--spacing)*1/2);color:#545241}}section.nachruf .content .flex h2{font-size:calc(var(--global--font-size-xl)*1.25);color:#545241}section.angebote .content .flex:not(:last-of-type){border-bottom:2px solid #a9dae0;margin-bottom:var(--global--spacing)}@media only screen and (min-width: 768px){section.angebote .content .flex{display:flex;justify-content:space-between;align-items:flex-start;gap:var(--global--spacing)}section.angebote .content .flex.center{align-items:center}section.angebote .content .flex>div{width:calc(50% - var(--global--spacing)*1/2)}section.angebote .content .flex .left>*{margin-bottom:calc(var(--global--spacing)*.667)}section.angebote .content .flex .left>*:last-child{margin-bottom:var(--global--spacing)}section.angebote .content .flex.swap .left{order:2}section.angebote .content .flex.swap .right{order:1}}section.logo .content{padding-bottom:0}section.logo .content .close{display:none}section.logo .content .close img{width:2.625rem}section.logo .content .logo img{width:15.25rem}section.lastlink .content{padding-bottom:calc(var(--global--spacing)*2)}section.video video{max-height:80vh;max-height:min(765px,80vh)}section.card .box{background-color:#f6cb00}section.card .box img.iconmobile{height:6.25rem;margin-bottom:calc(var(--global--spacing)*1)}section.card .box a.button{margin-right:calc(var(--global--spacing)*.5);margin-top:calc(var(--global--spacing)*1);max-width:17.5rem}@media only screen and (max-width: 767px){section.card .flex{display:block}section.card .flex>div{width:100%}}section.bewaehrtcard .flex.nogap .right{order:1;background-color:#a9dae0}section.bewaehrtcard .flex.nogap .right img.iconmobile{height:6.25rem;margin-bottom:calc(var(--global--spacing)*1)}section.bewaehrtcard .flex.nogap .left{order:2}section.bewaehrtcard .flex.nogap .left .image{width:100%;height:100%;background-size:cover;background-position:right top}@media only screen and (max-width: 767px){section.bewaehrtcard .flex{display:block}section.bewaehrtcard .flex>div{width:100%}}section.schonentdeckt .flex.nogap .left{background-color:#a9dae0}section.schonentdeckt .flex.nogap .left.bgGreen{background-color:#b5d5c0}section.schonentdeckt .flex.nogap .left img.iconmobile{height:6.25rem;margin-bottom:calc(var(--global--spacing)*1)}section.schonentdeckt .flex.nogap .left a.button{margin-right:calc(var(--global--spacing)*.5);margin-top:calc(var(--global--spacing)*1);max-width:17.5rem}section.schonentdeckt .flex.nogap .right .image{width:100%;height:100%;background-size:cover;background-position:right top}@media only screen and (max-width: 767px){section.schonentdeckt .flex{display:block}section.schonentdeckt .flex>div{width:100%}}section.siesindgefragt .flex.nogap .left{background-color:#fff4b0}section.siesindgefragt .flex.nogap .left .orange{background-color:#e87a16;padding:calc(var(--global--spacing)*1)}section.siesindgefragt .flex.nogap .left .orange img{height:6.25rem}section.siesindgefragt .flex.nogap .left img.iconmobile{height:6.25rem;margin-bottom:calc(var(--global--spacing)*1)}section.siesindgefragt .flex.nogap .left a.button{max-width:17.5rem}section.siesindgefragt .flex.nogap .left .textQr{display:flex;justify-content:space-between}section.siesindgefragt .flex.nogap .left .textQr .text{flex-grow:1}section.siesindgefragt .flex.nogap .left .textQr .qr{flex-grow:0;display:flex;justify-content:flex-end;align-items:flex-end}section.siesindgefragt .flex.nogap .left .textQr .qr img{width:8.125rem}section.siesindgefragt .flex.nogap .right .image{width:100%;height:100%;background-size:cover;background-position:right top}@media only screen and (max-width: 767px){section.siesindgefragt .flex{display:block}section.siesindgefragt .flex>div{width:100%}}section.imagetext .flex.swap>*:nth-child(1){order:2}section.imagetext .flex.swap>*:nth-child(2){order:1}@media only screen and (max-width: 767px){section.imagetext .flex{display:block}section.imagetext .flex>div{width:100%}section.imagetext .flex:not(.nogap).flex2>div{width:100%}}section.podcast .flex.nogap .left{background-color:#ffeede}section.podcast .flex.nogap .left img.iconlautsprecher{width:7.5rem;margin-bottom:calc(var(--global--spacing)*1)}section.podcast .flex.nogap .left .imageText{display:flex;flex-direction:column;gap:calc(var(--global--spacing)*.5)}section.podcast .flex.nogap .left .imageText .image{flex-shrink:1}section.podcast .flex.nogap .left .imageText .image img{width:100%;height:auto}section.podcast .flex.nogap .left .imageText .text audio{width:100%}section.podcast .flex.nogap .right .image{width:100%;height:100%;background-size:cover;background-position:center bottom}@media only screen and (max-width: 767px){section.podcast .flex{display:block}section.podcast .flex>div{width:100%}section.podcast .flex .imageText{display:block}section.podcast .flex .imageText .image{display:none}}/*# sourceMappingURL=css.css.map */