Files
AI/참고/trafilatura-master/tests/eval/drk.de-Glasgow.html

989 lines
540 KiB
HTML
Raw Normal View History

2026-05-12 19:40:31 +09:00
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8">
<!--
Deutsches Rotes Kreuz e.V. (https://www.drk.de)
This website is powered by TYPO3 - inspiring people to share!
TYPO3 is a free open source Content Management Framework initially created by Kasper Skaarhoj and licensed under GNU/GPL.
TYPO3 is copyright 1998-2021 of Kasper Skaarhoj. Extensions are copyright of their respective owners.
Information and contribution at https://typo3.org/
-->
<meta name="generator" content="TYPO3 CMS" />
<meta name="description" content="Vor Beginn der UN-Klimakonferenz am 31. Oktober im schottischen Glasgow ruft das Deutsche Rote Kreuz (DRK) zur Stärkung der vorausschauenden humanitären Hilfe auf. „Der Klimawandel schafft beispiellose humanitäre Not“, sagt DRK-Generalsekretär Christian Reuter. Nach Angaben der Internationalen Föderation der Rotkreuz- und Rothalbmond-Gesellschaften (IFRC) seien seit Anfang 2020 über 17.000 Menschen bei 433 Extremwetterereignissen ums Leben gekommen. Mehr als 139 Millionen Menschen seien von Überflutungen, Dürre, Stürmen und Waldbränden betroffen und schätzungsweise 658 Millionen vulnerable Personen seien extremen Temperaturen und Hitzewellen ausgesetzt gewesen. &quot;Wir rechnen damit, dass die Anzahl der Menschen, die aufgrund der Folgen des Klimawandels auf humanitäre Hilfe angewiesen sind, bis 2050 auf 200 Millionen Menschen pro Jahr ansteigen könnte,&quot; sagt Reuter." />
<meta name="keywords" content="COP26, UNFCCC, UN-Klimakonferenz, Glasgow, Klimawandel, Extremwetterereignis, vorausschauende humanitäre Hilfe, forecast-based Financing, fbf" />
<meta name="robots" content="index,follow" />
<meta name="author" content="Deutsches Rotes Kreuz" />
<meta property="og:title" content="UN-Klimakonferenz in Glasgow - DRK: Immer mehr Menschen wegen Klimawandel auf Hilfe angewiesen" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://www.drk.de/presse/pressemitteilungen/meldung/drk-immer-mehr-menschen-wegen-klimawandel-auf-hilfe-angewiesen/" />
<meta property="og:image" content="https://www.drk.de/fileadmin/_processed_/8/3/csm_artikelbild_Bangladesch-frau-in-ueberschwemmungsgebiet_22ea6ae019.jpg" />
<meta property="og:image" content="https://www.drk.de/fileadmin/DRK-Logo-Facebook.png" />
<meta property="og:description" content="Vor Beginn der UN-Klimakonferenz am 31. Oktober im schottischen Glasgow ruft das Deutsche Rote Kreuz (DRK) zur Stärkung der vorausschauenden humanitären Hilfe auf. „Der Klimawandel schafft beispiellose humanitäre Not“, sagt DRK-Generalsekretär Christian Reuter. Nach Angaben der Internationalen Föderation der Rotkreuz- und Rothalbmond-Gesellschaften (IFRC) seien seit Anfang 2020 über 17.000 Menschen bei 433 Extremwetterereignissen ums Leben gekommen. Mehr als 139 Millionen Menschen seien von Überflutungen, Dürre, Stürmen und Waldbränden betroffen und schätzungsweise 658 Millionen vulnerable Personen seien extremen Temperaturen und Hitzewellen ausgesetzt gewesen. &quot;Wir rechnen damit, dass die Anzahl der Menschen, die aufgrund der Folgen des Klimawandels auf humanitäre Hilfe angewiesen sind, bis 2050 auf 200 Millionen Menschen pro Jahr ansteigen könnte,&quot; sagt Reuter." />
<meta property="og:site_name" content="DRK e.V." />
<meta property="og:locale" content="de_DE" />
<meta name="twitter:title" content="UN-Klimakonferenz in Glasgow - DRK: Immer mehr Menschen wegen Klimawandel auf Hilfe angewiesen" />
<meta name="twitter:image" content="https://www.drk.de/fileadmin/_processed_/8/3/csm_artikelbild_Bangladesch-frau-in-ueberschwemmungsgebiet_22ea6ae019.jpg" />
<meta name="twitter:description" content="Vor Beginn der UN-Klimakonferenz am 31. Oktober im schottischen Glasgow ruft das Deutsche Rote Kreuz (DRK) zur Stärkung der vorausschauenden humanitären Hilfe auf. „Der Klimawandel schafft beispiellose humanitäre Not“, sagt DRK-Generalsekretär Christian Reuter. Nach Angaben der Internationalen Föderation der Rotkreuz- und Rothalbmond-Gesellschaften (IFRC) seien seit Anfang 2020 über 17.000 Menschen bei 433 Extremwetterereignissen ums Leben gekommen. Mehr als 139 Millionen Menschen seien von Überflutungen, Dürre, Stürmen und Waldbränden betroffen und schätzungsweise 658 Millionen vulnerable Personen seien extremen Temperaturen und Hitzewellen ausgesetzt gewesen. &quot;Wir rechnen damit, dass die Anzahl der Menschen, die aufgrund der Folgen des Klimawandels auf humanitäre Hilfe angewiesen sind, bis 2050 auf 200 Millionen Menschen pro Jahr ansteigen könnte,&quot; sagt Reuter." />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@roteskreuz_de" />
<meta name="twitter:creator" content="DRK e.V." />
<meta property="dcterms.date" content="2021-10-28T13:21:30+01:00" />
<meta property="date" content="2021-10-28T13:21:30+01:00" />
<meta name="copyright" content="Deutsches Rotes Kreuz" />
<meta name="rating" content="General" />
<meta name="revisit-after" content="1" />
<script type="text/javascript">
/*<![CDATA[*/
/*_scriptCode*/
/* decrypt helper function */
function decryptCharcode(n,start,end,offset) {
n = n + offset;
if (offset > 0 && n > end) {
n = start + (n - end - 1);
} else if (offset < 0 && n < start) {
n = end - (start - n - 1);
}
return String.fromCharCode(n);
}
/* decrypt string */
function decryptString(enc,offset) {
var dec = "";
var len = enc.length;
for(var i=0; i < len; i++) {
var n = enc.charCodeAt(i);
if (n >= 0x2B && n <= 0x3A) {
dec += decryptCharcode(n,0x2B,0x3A,offset); /* 0-9 . , - + / : */
} else if (n >= 0x40 && n <= 0x5A) {
dec += decryptCharcode(n,0x40,0x5A,offset); /* A-Z @ */
} else if (n >= 0x61 && n <= 0x7A) {
dec += decryptCharcode(n,0x61,0x7A,offset); /* a-z */
} else {
dec += enc.charAt(i);
}
}
return dec;
}
/* decrypt spam-protected emails */
function linkTo_UnCryptMailto(s) {
location.href = decryptString(s,-1);
}
/*]]>*/
</script>
<link rel="canonical" href="https://www.drk.de/presse/pressemitteilungen/meldung/drk-immer-mehr-menschen-wegen-klimawandel-auf-hilfe-angewiesen/" />
<script type="text/javascript">(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-K48M44');</script> <script id="cc-widget" data-manifest-path="/typo3conf/ext/frs_drk_template/Resources/Public/Json/" src="/typo3conf/ext/frs_drk_template/Resources/Public/Vendor/consenttool/cookieconsent.min.js"></script><title>Deutsches Rotes Kreuz - UN-Klimakonferenz in Glasgow - DRK: Immer mehr Menschen wegen Klimawandel auf Hilfe angewiesen </title><meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=2.0"> <link rel="apple-touch-icon" sizes="180x180" href="/typo3conf/ext/frs_drk_template/Resources/Public/Images/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/typo3conf/ext/frs_drk_template/Resources/Public/Images/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/typo3conf/ext/frs_drk_template/Resources/Public/Images/favicon/favicon-16x16.png">
<link rel="manifest" href="/typo3conf/ext/frs_drk_template/Resources/Public/Images/favicon/manifest.json">
<link rel="mask-icon" href="/typo3conf/ext/frs_drk_template/Resources/Public/Images/favicon/safari-pinned-tab.svg" color="#ef321c">
<meta name="theme-color" content="#ffffff"><meta name="DCTERMS.title" content="UN-Klimakonferenz in Glasgow - DRK: Immer mehr Menschen wegen Klimawandel auf Hilfe angewiesen - DRK e.V."><meta name="DCTERMS.description" content="Vor Beginn der UN-Klimakonferenz am 31. Oktober im schottischen Glasgow ruft das Deutsche Rote Kreuz (DRK) zur Stärkung der vorausschauenden humanitären Hilfe auf. „Der Klimawandel schafft beispiellose humanitäre Not“, sagt DRK-Generalsekretär Christian Reuter. Nach Angaben der Internationalen Föderation der Rotkreuz- und Rothalbmond-Gesellschaften (IFRC) seien seit Anfang 2020 über 17.000 Menschen bei 433 Extremwetterereignissen ums Leben gekommen. Mehr als 139 Millionen Menschen seien von Überflutungen, Dürre, Stürmen und Waldbränden betroffen und schätzungsweise 658 Millionen vulnerable Personen seien extremen Temperaturen und Hitzewellen ausgesetzt gewesen. "Wir rechnen damit, dass die Anzahl der Menschen, die aufgrund der Folgen des Klimawandels auf humanitäre Hilfe angewiesen sind, bis 2050 auf 200 Millionen Menschen pro Jahr ansteigen könnte," sagt Reuter."><meta name="DCTERMS.subject" content="COP26, UNFCCC, UN-Klimakonferenz, Glasgow, Klimawandel, Extremwetterereignis, vorausschauende humanitäre Hilfe, forecast-based Financing, fbf"><meta name="DCTERMS.rights" content="Deutsches Rotes Kreuz - DRK e.V."><meta name="DCTERMS.creator" content="Deutsches Rotes Kreuz"><link rel="amphtml" href="https://www.drk.de/amp/pressemitteilungen/meldung/drk-immer-mehr-menschen-wegen-klimawandel-auf-hilfe-angewiesen/"><style>/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/meta.foundation-version{font-family:"/5.5.3/"}meta.foundation-mq-small{font-family:"/only screen/";width:0}meta.foundation-mq-small-only{font-family:"/only screen and (max-width: 45em)/";width:0}meta.foundation-mq-medium{font-family:"/only screen and (min-width:45.0625em)/";width:45.0625em}meta.foundation-mq-medium-only{font-family:"/only screen and (min-width:45.0625em) and (max-width:64em)/";width:45.0625em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.0625em)/";width:64.0625em}meta.foundation-mq-large-only{font-family:"/only screen and (min-width:64.0625em) and (max-width:90em)/";width:64.0625em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.0625em)/";width:90.0625em}meta.foundation-mq-xlarge-only{font-family:"/only screen and (min-width:90.0625em) and (max-width:120em)/";width:90.0625em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.0625em)/";width:120.0625em}meta.foundation-data-attribute-namespace{font-family:false}/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}html{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*,*:before,*:after{-webkit-box-sizing:inherit;-moz-box-sizing:inherit;box-sizing:inherit}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/html{font-size:1.0625em;line-height:1.58823529;background-color:white;color:#554F4A;overflow-y:scroll;min-height:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}.lede{font-size:19.125px;font-size:1.125rem;line-height:1.41176471}li>ul,li>ol{margin-bottom:0}img{max-width:100%;font-style:italic;vertical-align:middle}.gm-style img,img[width],img[height]{max-width:none}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/input{border-radius:0;box-shadow:none}input[type="checkbox"],input[type="radio"]{border:0;height:auto;padding:0;width:auto}input,select,textarea,fieldset{border:0;font-size:16px;margin:0;padding:0;height:auto}input:hover,select:hover,textarea:hover,fieldset:hover{font-size:16px}@media only screen and (min-width: 45.0625em){input,select,textarea,fieldset{font-size:1rem}input:hover,select:hover,textarea:hover,fieldset:hover{font-size:1rem}}@media only screen and (min-width: 64.0625em){input,select,textarea,fieldset{font-size:1rem}input:hover,select:hover,textarea:hover,fieldset:hover{font-size:1rem}}input[type="submit"]:disabled{background-color:rgba(77,82,86,0.6)}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/h1,h2,h3,h4,h5,h6,.flyoutH4{color:#E60005;font-weight:normal;word-break:normal;word-wrap:inherit}h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover,.flyoutH4 a:hover{color:#E60005}h1 a:focus,h2 a:focus,h3 a:focus,h4 a:focus,h5 a:focus,h6 a:focus,.flyoutH4 a:focus{color:#E60005}h1{font-size:30.6px;font-size:1.8rem;line-height:1.26}h2{font-size:25.5px;font-size:1.5rem;line-height:1.26}h3{font-size:21.42px;font-size:1.26rem;line-height:1.26;margin:0.73529412rem 0 0.36764706rem}h4,.flyoutH4{font-size:21.533322px;font-size:1.266666rem;line-height:1.26}h5{font-size:15.866661px;font-size:0.933333rem;line-height:1.26}h6{font-size:14.733322px;font-size:0.866666rem;line-height:1.26}@media only screen and (min-width: 45.0625em){h1{font-size:34.85px;font-size:2.05rem;line-height:1.26}h2{font-size:30.6px;font-size:1.8rem;line-height:1.26}h3{font-size:26.86px;font-size:1.58rem;line-height:1.26}h4,.flyoutH4{font-size:18.87px;font-size:1.11rem;line-height:1.26}h5{font-size:15.866661px;font-size:0.933333rem;line-height:1.26}h6{font-size:21.533322px;font-size:1.266666rem;line-height:1.26}}@media only screen and (min-width: 64.0625em){h1{font-size:43.996px;font-size:2.588rem;line-height:1.26}h2{font-size:37.4px;font-size:2.2rem;line-height:1.26}h3{font-size:26.86px;font-size:1.58rem;line-height:1.26}h4,.flyoutH4{font-size:18.87px;font-size:1.11rem;line-height:1.26}h5{font-size:15.866661px;font-size:0.933333rem;line-height:1.26}h6{font-size:21.533322px;font-size:1.266666rem;line-height:1.26}}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.icon--spenden{background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjAuMiwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2NHB4IgoJIGhlaWdodD0iNjRweCIgdmlld0JveD0iMCAwIDY0IDY0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO30KCS5zdDF7ZmlsbDpub25lO3N0cm9rZTojRkZGRkZGO3N0cm9rZS13aWR0aDoyO3N0cm9rZS1taXRlcmxpbWl0OjEwO30KCS5zdDJ7ZmlsbDpub25lO3N0cm9rZTojRkZGRkZGO3N0cm9rZS13aWR0aDoyO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDt9Cgkuc3Qze2ZpbGw6I0ZGRkZGRjt9Cgkuc3Q0e2ZpbGw6bm9uZTtzdHJva2U6I0UyMDYxMztzdHJva2Utd2lkdGg6MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9Cgkuc3Q1e2ZpbGw6bm9uZTtzdHJva2U6I0ZGRkZGRjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9Cjwvc3R5bGU+CjxnIGlkPSJFYmVuZV8yIj4KCTxyZWN0IGNsYXNzPSJzdDAiIHdpZHRoPSI2NCIgaGVpZ2h0PSI2NCIvPgo8L2c+CjxnIGlkPSJFYmVuZV8xIj4KCTxnPgoJCTxnPgoJCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzQsMzIuNjAzYy00Ljk2MiwwLTktNC4wMzgtOS05czQuMDM4LTksOS05czksNC4wMzgsOSw5UzM4Ljk2MiwzMi42MDMsMzQsMzIuNjAzeiIvPgoJCQk8cGF0aCBjbGFzcz0ic3QzIiBkPSJNMzQsMTUuNjAzYzQuNDE4LDAsOCwzLjU4Miw4LDhjMCw0LjQxOC0zLjU4Miw4LTgsOHMtOC0zLjU4Mi04LThDMjYsMTkuMTg0LDI5LjU4MiwxNS42MDMsMzQsMTUuNjAzCgkJCQkgTTM0LDEzLjYwM2MtNS41MTQsMC0xMCw0LjQ4Ni0xMCwxMHM0LjQ4NiwxMCwxMCwxMHMxMC00LjQ4NiwxMC0xMFMzOS41MTQsMTMuNjAzLDM0LDEzLjYwM0wzNCwxMy42MDN6Ii8+CgkJPC9nPgoJCTxnPgoJCQk8cGF0aCBjbGFzcz0ic3QzIiBkPSJNMzYuNSwxOS4xOTRsLTAuMzczLDEuNzUxYy0wLjM1OS0wLjM1OC0wLjg4MS0wLjUzNy0xLjU2OC0wLjUzN2MtMC42ODgsMC0xLjI0NCwwLjI0Ny0xLjY3LDAuNzM5CgkJCQljLTAuMjQsMC4yNzgtMC40MTIsMC42MjctMC41MTMsMS4wNDRoMy40NzlsLTAuMjAyLDAuOThIMzIuMjVjLTAuMDAzLDAuMDk4LTAuMDA2LDAuMjIyLTAuMDA2LDAuMzc0CgkJCQljMCwwLjE0NywwLjAwNSwwLjMwMSwwLjAxMywwLjQ2MWgzLjIybC0wLjIwMiwwLjk4MWgtMi44ODRjMC4xMDUsMC40NTEsMC4yNjcsMC44MDUsMC40ODYsMS4wNjIKCQkJCWMwLjQyMiwwLjQ5OCwwLjk2OSwwLjc0NiwxLjY0NCwwLjc0NmMwLjgxLDAsMS40NTUtMC4yNDgsMS45MzUtMC43NDZ2MS45MzVjLTAuNTQ4LDAuMjc0LTEuMTg3LDAuNDEyLTEuOTE2LDAuNDEyCgkJCQljLTEuMjMxLDAtMi4yNDMtMC40MjItMy4wMzUtMS4yNjVjLTAuNTQxLTAuNTc0LTAuODk3LTEuMjg5LTEuMDY5LTIuMTQ0SDI5LjVsMC4yMDItMC45ODFoMC42MgoJCQkJYy0wLjAwNS0wLjEwMS0wLjAwNi0wLjIwOC0wLjAwNi0wLjMyMmMwLTAuMTk0LDAuMDAzLTAuMzY1LDAuMDExLTAuNTEzSDI5LjVsMC4yMDItMC45OGgwLjc1MgoJCQkJYzAuMTc3LTAuODM5LDAuNTMtMS41NDEsMS4wNTctMi4xMDZjMC43OTctMC44NTEsMS44NDQtMS4yNzYsMy4xNDItMS4yNzZDMzUuMzYyLDE4LjgwOSwzNS45NzgsMTguOTM3LDM2LjUsMTkuMTk0eiIvPgoJCTwvZz4KCTwvZz4KCTxwYXRoIGNsYXNzPSJzdDMiIGQ9Ik00OS42OSwzOC4wMDdjLTAuNzItMC44LTIuMjA2LTEuMjY0LTQuMjUzLTAuMjQ4Yy0xLjI2LDAuMDItMi4wMTgsMC4yMjQtMy4xMywxLjE4NQoJCWMtMC44MDQsMC42OS0yLjY3NSwyLjA1NC0zLjA0NCwyLjMyYy0wLjQxLTAuMDIyLTAuOTI0LTAuMDQ1LTEuNTA4LTAuMDY3Yy0xLjgwNi0wLjA3Mi00LjI3OC0wLjE3LTUuODUzLTAuNDU1CgkJYy0xLjkwNy0wLjM1LTUuODczLTEuMDY4LTguNjczLTAuMDAyYy0wLjkyLDAuMzUzLTEuMzI4LDAuNy0xLjc2LDEuMDY3Yy0wLjcyNSwwLjYxNi0xLjgyLDEuNTUtNy43MjcsMy41NDNsMC42NCwxLjg5NgoJCWM2LjI3Mi0yLjExNSw3LjQ5My0zLjE1Niw4LjM4NC0zLjkxNmMwLjM2LTAuMzA4LDAuNTgtMC40OTIsMS4xNzYtMC43MmMyLjI4LTAuODcsNS44NzUtMC4yMTYsNy42MDIsMC4xCgkJYzEuNzEsMC4zMSw0LjI2NywwLjQxLDYuMTMsMC40ODVjMC41ODUsMC4wMjQsMS4xMDQsMC4wNDYsMS41MDcsMC4wNjhsMC41NzIsMC4wMzRjMC42NTgsMC4wNDgsMS4wNCwwLjEwMywxLjI2LDAuMTU0CgkJYy0wLjM4NywwLjcwNy0yLjAzMiwwLjc5LTIuNzgyLDAuNzljLTMuMjcyLDAtOC43MiwwLjU3Ni04Ljk1LDAuNjAybDAuMjEyLDEuOTg3YzAuMDU1LTAuMDA2LDUuNTctMC41OSw4LjczOC0wLjU5CgkJYzQuMDQzLDAsNC43NzgtMS44Myw0Ljg1Ni0yLjkyYzAuMDM2LTAuNDE2LTAuMDk4LTAuODI5LTAuMzcyLTEuMTQ0Yy0wLjE4Mi0wLjIxLTAuNDIyLTAuMzUyLTAuNjg3LTAuNDcKCQljMC41ODUtMC40NCwxLjE5LTAuOTEsMS41ODQtMS4yNWMwLjcwNi0wLjYwNywwLjk4LTAuNywyLjA3LTAuN2gwLjI1MmwwLjIyMi0wLjExOGMxLjEzNi0wLjYxLDEuODU4LTAuNSwyLjA0OC0wLjI5CgkJYzAuMTEzLDAuMTI0LTAuMDEsMC4zMzYtMC4wNjYsMC40MjJjLTAuNzgyLDEuMTU3LTQuOTk2LDYuMzU1LTkuODU3LDguNzg0Yy0zLjczMiwxLjg2Mi03LjA0LDEuMTM1LTkuOTYsMC40OQoJCWMtMC42MDktMC4xNC0xLjIyMi0wLjI2NS0xLjgzNy0wLjM3NGMtMi44NjQtMC40NzUtMy40MS0wLjQwNi00LjY5NCwwLjExN2wtMC4zMDYsMC4xMjZjLTEuMzgsMC41NS0zLjIyNCwxLjkyOC0zLjMsMS45ODUKCQlsMS4yLDEuNjAyYzAuNDctMC4zNTQsMS45M
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/iframe{border:0 !important;width:100% !important}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/img{display:block;width:100%;max-width:100%;height:auto}img:not([src]){visibility:hidden}@-moz-document url-prefix(){img:-moz-loading{visibility:hidden}}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/@font-face{font-family:"HelveticaNeueLT";src:local("HelveticaNeueLT"),local("HelveticaNeueLT"),url("/typo3conf/ext/frs_drk_template/Resources/Public/Fonts/HelveticaNeueLT-Light.eot");font-weight:normal;font-style:normal;font-display:swap;unicode-range:U+000-5FF}@font-face{font-family:"HelveticaNeueLT";src:local("HelveticaNeueLT"),local("HelveticaNeueLT"),url("/typo3conf/ext/frs_drk_template/Resources/Public/Fonts/HelveticaNeueLT-Light.woff2") format("woff2"),url("/typo3conf/ext/frs_drk_template/Resources/Public/Fonts/HelveticaNeueLT-Light.woff") format("woff"),url("/typo3conf/ext/frs_drk_template/Resources/Public/Fonts/HelveticaNeueLT-Light.ttf") format("truetype");font-weight:normal;font-style:normal;font-display:swap;unicode-range:U+000-5FF}@font-face{font-family:"HelveticaNeueLT";src:local("HelveticaNeueLT"),local("HelveticaNeueLT"),url("/typo3conf/ext/frs_drk_template/Resources/Public/Fonts/HelveticaNeueLT-Medium.eot");font-weight:bold;font-style:normal;font-display:swap;unicode-range:U+000-5FF}@font-face{font-family:"HelveticaNeueLT";src:local("HelveticaNeueLT"),local("HelveticaNeueLT"),url("/typo3conf/ext/frs_drk_template/Resources/Public/Fonts/HelveticaNeueLT-Medium.woff2") format("woff2"),url("/typo3conf/ext/frs_drk_template/Resources/Public/Fonts/HelveticaNeueLT-Medium.woff") format("woff"),url("/typo3conf/ext/frs_drk_template/Resources/Public/Fonts/HelveticaNeueLT-Medium.ttf") format("truetype");font-weight:bold;font-style:normal;font-display:swap;unicode-range:U+000-5FF}@font-face{font-family:"HelveticaNeueLT";src:local("HelveticaNeueLT"),local("HelveticaNeueLT"),url("/typo3conf/ext/frs_drk_template/Resources/Public/Fonts/HelveticaNeueLT-Light-Italic.eot");font-weight:normal;font-style:italic;font-display:swap;unicode-range:U+000-5FF}@font-face{font-family:"HelveticaNeueLT";src:local("HelveticaNeueLT"),local("HelveticaNeueLT"),url("/typo3conf/ext/frs_drk_template/Resources/Public/Fonts/HelveticaNeueLT-Light-Italic.woff2") format("woff2"),url("/typo3conf/ext/frs_drk_template/Resources/Public/Fonts/HelveticaNeueLT-Light-Italic.woff") format("woff"),url("/typo3conf/ext/frs_drk_template/Resources/Public/Fonts/HelveticaNeueLT-Light-Italic.ttf") format("truetype");font-weight:normal;font-style:italic;font-display:swap;unicode-range:U+000-5FF}html{font-size:17px}body{color:#554F4A;font-family:HelveticaNeueLT, Open Sans, Arial, Helvetica, sans-serif;font-size:0.88rem}@media only screen and (min-width: 45.0625em){body{font-size:1rem}}@media only screen and (min-width: 64.0625em){body{font-size:1rem}}a{color:#002D55;text-decoration:none;-webkit-transition:all 300ms ease-in-out 0s;-moz-transition:all 300ms ease-in-out 0s;-ms-transition:all 300ms ease-in-out 0s;-o-transition:all 300ms ease-in-out 0s;transition:all 300ms ease-in-out 0s}a:hover{color:#008ccd;text-decoration:underline}a:focus{color:#008ccd;text-decoration:underline}em{color:#E60005;font-style:normal}p{margin-top:0}.small-font{font-size:80%}.large-font{font-size:120%}.noscript{display:block;width:100%;position:fixed;z-index:100;left:0;bottom:0;background:#002D55;opacity:0.8;-webkit-box-shadow:0 1px 5px rgba(31,31,31,0.6);box-shadow:0 1px 5px rgba(31,31,31,0.6);color:#fff;text-align:center;font-size:90%;line-height:36px}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*//*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.o-accordion{margin-bottom:0;clear:both;list-style:none;margin-bottom:1.47058824rem;padding:0}.o-accordion:before,.o-accordion:after{content:" ";display:table}.o-accordion:after{clear:both}.o-accordion .o-cms-content{float:none}.o-accordion__navigation{border-top:1px solid rgba(77,82,86,0.6)}.o-accordion__navigation>a{background:transparent;color:#002D55;font-size:120%;padding:0}.o-accordion__navigation>a:hover{background:transparent}.o-accordion__navigation:last-of-type{border-bottom:1px solid rgba(77,82,86,0.6)}.o-accordion__navigation.is-active>a{background:transparent;color:#002D55}.o-accordion__title:hover{text-decoration:none}.o-accordion__title-wrap{background-position:right;font-family:Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;display:block;padding:1em 2.35294118rem 1em 0}.is-active .o-accordion__title-wrap{background-position:right}.o-accordion__content{display:none;padding:0}.o-accordion__content.is-active{background:#FFFFFF;display:block}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.o-btn{display:inline-block;vertical-align:middle;font:inherit;text-align:center;margin:0;cursor:pointer;overflow:visible;padding:13px 27px;background-color:#002D55;border:1px solid #002D55}.o-btn,.o-btn:hover,.o-btn:active,.o-btn:focus{text-decoration:none;color:#fff}.o-btn::-moz-focus-inner{border:0;padding:0}.o-btn--small{padding:6px 13px}.o-btn--large{padding:27px 55px}.o-btn--full{width:100%}.o-btn--pill{border-radius:100px}.o-btn{background:#002D55;border-color:#002D55;height:auto;line-height:2.35294118rem;padding:0 1.47058824rem;transition:.15s all ease}.o-btn:hover{background-color:#008ccd;border-color:#008ccd}.o-btn:active,.o-btn:focus{background-color:#002D55}.o-btn__margin-top{margin-top:60px}.o-btn.o-btn-invert{background:white;border-color:#554F4A;color:#554F4A;padding:0.05882353rem 0.76470588rem;font-weight:bold}.o-btn.o-btn-invert:hover{color:#002D55;background-color:#f2f2f2;border-color:#002D55}.o-btn.o-btn-invert:focus{color:#002D55;background-color:#f2f2f2;border-color:#002D55}.o-btn.o-btn-donate{background:#E60005;border-color:#E60005;color:white;padding:0.03676471rem 3rem;font-weight:bold}.o-btn.o-btn-donate:hover{background:white;color:#E60005;border-color:#E60005}.o-btn.o-btn-donate:focus{background:white;color:#E60005;border-color:#E60005}.o-btn__red{background:#E60005;border-color:#E60005;color:white;height:41px;line-height:41px;padding:0.5rem 1rem;font-size:1rem}.o-btn__red:hover{background:#a51e0f;color:white;border-color:#a51e0f}.o-btn__red:focus{background:#a51e0f;color:white;border-color:#a51e0f}.o-btn--small{padding:6px 13px}.o-btn__large{color:white;font-size:2rem;font-weight:600;padding:5px 60px;background-color:#002D55;border:1px solid #002D55;-webkit-transition:all 300ms ease-in-out 0s;-moz-transition:all 300ms ease-in-out 0s;-ms-transition:all 300ms ease-in-out 0s;-o-transition:all 300ms ease-in-out 0s;transition:all 300ms ease-in-out 0s}.o-btn__large:hover{color:white;background-color:#E60005;border-color:#E60005;text-decoration:none}.o-btn__large:focus{color:white;background-color:#a51e0f;border-color:#a51e0f;text-decoration:none}.o-btn__middle{display:none;padding:0;margin:0}@media only screen and (min-width: 45.0625em){.o-btn__middle{display:inline-block;padding:0.5rem 2rem;margin:1.7em auto 1rem auto;border:0;line-height:120%;font-size:20px !important;text-decoration:none !important;color:white;background-color:#E60005;-webkit-transition:all 300ms ease-in-out 0s;-moz-transition:all 300ms ease-in-out 0s;-ms-transition:all 300ms ease-in-out 0s;-o-transition:all 300ms ease-in-out 0s;transition:all 300ms ease-in-out 0s}.o-btn__middle:hover{background-color:#a51e0f;border-color:#a51e0f;text-decoration:none}.o-btn__middle:focus{background-color:#a51e0f;border-color:#a51e0f;text-decoration:none}}.o-btn__small{display:inline-block;padding:0.5em 0.75em;width:auto;margin:15px auto 0 auto;border:0;line-height:80%;font-size:95%;font-weight:300;text-decoration:none;color:white;background-color:#002D55;border-radius:0;-webkit-transition:all 300ms ease-in-out 0s;-moz-transition:all 300ms ease-in-out 0s;-ms-transition:all 300ms ease-in-out 0s;-o-transition:all 300ms ease-in-out 0s;transition:all 300ms ease-in-out 0s}.o-btn__small:hover{color:white}.o-btn__small:focus{color:white}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.o-button-select__item{float:left;margin-bottom:6%;margin-right:6%;position:relative;width:47%}.o-button-select__item::before{content:'';display:block;padding-bottom:100%}@media only screen and (max-width: 45em){.o-button-select__item:nth-of-type(2n){margin-right:0}}@media only screen and (min-width: 45.0625em){.o-button-select__item{margin-right:4%;margin-bottom:4%;width:22%}.o-button-select__item:last-of-type{margin-right:0}}.o-button-select__button{background:white;color:#002D55;cursor:pointer;display:inline-block;height:100%;left:0;line-height:1.3;padding:0 0.58823529rem;position:absolute;text-align:center;top:0;vertical-align:middle;width:100%}.o-button-select__button::before{content:'';display:inline-block;height:100%;vertical-align:middle}.o-button-select__button:hover{border:1px solid #002D55}.o-button-select__button--img{border:1px solid white}.o-button-select__button--img>img{max-width:60px;pointer-events:none}.o-button-select__button--img:hover{color:#002D55;background:white;border:1px solid #002D55}.has-error .o-button-select__button{color:#e60005}.has-error .o-button-select__button:hover{color:#002D55}.has-error .o-button-select__button:focus{color:#002D55}@media only screen and (min-width: 64.0625em){.o-button-select__button{padding:0 0.73529412rem}}.o-button-select__option{position:absolute;top:1em;left:1em}.o-button-select__option:checked ~ .o-button-select__button{border:1px solid #002D55}.o-button-select__option:checked ~ .o-button-select__button--img{background:white;border:1px solid #002D55}.o-button-select__option--custom ~ .o-button-select__button .o-button-select__currency{display:none;padding-top:1.8rem}@media only screen and (min-width: 45.0625em){.o-button-select__option--custom ~ .o-button-select__button .o-button-select__currency{padding-top:2.05rem}}@media only screen and (min-width: 64.0625em){.o-button-select__option--custom ~ .o-button-select__button .o-button-select__currency{padding-top:2.588rem}}.o-button-select__option--custom:checked ~ .o-button-select__button .o-button-select__currency{display:block}.o-button-select__option--custom:checked ~ .o-button-select__button .o-button-select__label{display:none}.o-button-select__option--custom:checked ~ .o-button-select__input{background:transparent;border:0;color:#002D55;display:table-cell;height:100%;left:0;padding:0 0.58823529rem 1rem;position:absolute;text-align:center;top:0;vertical-align:middle;width:100%}@media only screen and (min-width: 64.0625em){.o-button-select__option--custom:checked ~ .o-button-select__input{padding:0 0.73529412rem 1rem}}.o-button-select__btn-content{display:inline-block;vertical-align:middle}.o-button-select__label{display:inline-block;height:100%;left:0;position:absolute;top:0;vertical-align:middle;width:100%}.o-button-select__label::before{content:'';display:inline-block;height:100%;vertical-align:middle}.o-button-select__label-text{display:inline-block;vertical-align:middle}.o-button-select__input{display:none;font-size:1.6rem;z-index:10}.o-button-select__input:hover{font-size:1.6rem}@media only screen and (min-width: 90.0625em){.o-button-select__input{font-size:2.4rem !important}.o-button-select__input:hover{font-size:2.4rem}}.o-button-select__amount{display:block;font-size:1.6rem;line-height:1}@media only screen and (min-width: 90.0625em){.o-button-select__amount{font-size:2.4rem}}.o-button-select__currency{display:block;font-family:HelveticaNeueLT, Open Sans, Arial, Helvetica, sans-serif;line-height:1;text-transform:uppercase}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.o-check-group{margin-bottom:0}.o-check-group .o-check-group__option-group{display:inline-block;width:25%;margin-top:10px}.o-check-group .o-check-group__option-group .o-check-group__option{float:left}.o-check-group--spacing{margin-bottom:30px}.o-check-group__item{display:inline-block;margin-right:0;width:100%}.o-check-group__option{margin-right:10px;margin-top:5px}.o-check-group__label{display:block;float:left;width:95%}.has-error .o-check-group__label{color:#e60005}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.o-cms-content{width:100%;margin-bottom:20px}.o-cms-content:last-child:not(:first-child){margin-bottom:0}.o-cms-content .o-cms-content{margin-bottom:0}.o-cms-content__headline{margin-top:0;margin-bottom:0.36764706rem}.o-cms-content__header-link{color:#e60005}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.o-error-list{margin:0;padding:.3em 0 0;list-style:none;position:relative;z-index:50;font-size:0.866666rem}.o-error-list__item{text-align:right;color:#e60005}.o-error-list__item--left{text-align:left}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.o-form{margin-top:0}.o-form .has-error .has-error{background-color:#ffa0a0}.o-form .has-error .error-hint{display:block;font-size:0.75rem;font-style:italic;font-weight:normal;margin-bottom:1rem;margin-top:-1px;padding:0.375rem 0.5625rem 0.5625rem;background:#f04124;color:#FFFFFF;font-size:.9rem;margin:0 0 10px;padding:10px}.o-form .error-hint{display:none}.o-form__divlabelTrans{font-size:14px}.o-form__hiddenFilter{display:none}.o-form__headline{margin-top:0}.o-form__section{border:0;margin-left:0;margin-right:0;padding:0.73529412rem 0;padding-bottom:0}.o-form__section+.o-form__section{border:0}.o-form__section-headline{margin-bottom:20px;margin-top:0}.o-form__item{margin-bottom:2.35294118rem;padding:0;width:100%;position:relative}@media only screen and (min-width: 45.0625em){.o-form__item{padding:0}.o-form__item.is-last-in-row{padding-right:0}}.o-form__item.parsley-error,.o-form__item .has-error{border-bottom-color:#E60005}.o-form__confirmation{position:relative;z-index:20}.is-last-in-row+.o-form__item{clear:left}.o-form__item-toggle{display:none}.o-form__item-toggle.is-active{display:block}@media only screen and (max-width: 45em){.o-form__item-headline{font-size:1rem}}@media only screen and (min-width: 45.0625em){.o-form__item-headline{margin:0 0 1em}}.o-form__item-group{margin:0 auto;max-width:100%;width:100%}.o-form__item-group:before,.o-form__item-group:after{content:" ";display:table}.o-form__item-group:after{clear:both}.o-form__label{background:transparent;border-bottom:1px solid transparent;cursor:text;display:block;font-size:100%;height:2.25rem;padding:.3em 1em .2em;position:absolute;top:0;transition:.25s all ease;width:100%;transform:translate3d(0, 0, 0);-webkit-font-smoothing:antialiased}.o-form__label.parsley-error,.o-form__label .has-error{border-bottom-color:#E60005}.o-form__label:focus ~ .o-form__label,.o-form__label.has-value ~ .o-form__label,.o-form__label .o-form__divlabel,.o-form__label .o-form__divlabelTrans{font-size:14px;margin-left:10px;transform:translate3d(-1.5em, -25px, 0.05rem)}.no-csstransforms3d .o-form__label:focus ~ .o-form__label,.no-csstransforms3d .o-form__label.has-value ~ .o-form__label,.no-csstransforms3d .o-form__label .o-form__divlabel,.no-csstransforms3d .o-form__label .o-form__divlabelTrans{transform:translate(-1.5em, -25px, 0.05rem)}.o-form__field{background:white;border:0;border-bottom:1px solid #002D55;box-shadow:none;height:auto;line-height:100%;margin:0;min-height:2.25rem;outline:none;padding:0 1em;position:relative;width:100%}.o-form__field:hover{font-size:17px}.o-form__field--select{-webkit-appearance:none !important;-moz-appearance:none !important;background-color:#FAFAFA;border-radius:0;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");background-position:100% center;background-repeat:no-repeat;border-style:solid;border-width:1px;border-color:#cccccc;color:rgba(0,0,0,0.75);font-family:inherit;font-size:0.875rem;line-height:normal;padding:0.5rem;border-radius:0;background-color:white;border-bottom-color:#002D55;border-width:0 0 1px;font-size:17px;padding:.4em 1em;vertical-align:top}.o-form__field--select::-ms-expand{display:none}.o-form__field--select.radius{border-radius:3px}.o-form__field--select:focus{background-color:#f3f2f2;border-color:#999999}.o-form__field--select:disabled{background-color:#DDDDDD;cursor:default}.o-form__field--select:hover{background-color:white;border-bottom-color:#002D55;cursor:pointer}.o-form__field--select:not(.has-value) ~ .o-form__label{cursor:default;opacity:0;z-index:-1}.o-form__field--textarea{padding-top:0.5rem}.o-form__field:focus{border-bottom-color:#554F4A}.o-form__field:focus+.parsley-errors-list{visibility:hidden}.o-form__field.parsley-error,.o-form__field .has-error{border-bottom-color:#E60005}.o-form__field:focus ~ .o-form__label,.o-form__
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.o-gridblock{margin:0 auto;max-width:100%;width:100%}.o-gridblock:before,.o-gridblock:after{content:" ";display:table}.o-gridblock:after{clear:both}.o-gridblock--4columns{display:block;padding:0;margin:0}.o-gridblock--4columns:before,.o-gridblock--4columns:after{content:" ";display:table}.o-gridblock--4columns:after{clear:both}.o-gridblock--4columns>li{display:block;float:left;height:auto;padding:0 0.58823529rem 1.17647059rem}.o-gridblock--4columns>li{list-style:none;padding:0 0.58823529rem 1.17647059rem;width:100%}.o-gridblock--4columns>li:nth-of-type(1n){clear:none}.o-gridblock--4columns>li:nth-of-type(1n+1){clear:both}.o-gridblock--4columns>li:nth-of-type(1n){padding-left:0rem;padding-right:0rem}@media only screen and (min-width: 45.0625em){.o-gridblock--4columns{display:block;padding:0;margin:0;padding:0}.o-gridblock--4columns:before,.o-gridblock--4columns:after{content:" ";display:table}.o-gridblock--4columns:after{clear:both}.o-gridblock--4columns>li{display:block;float:left;height:auto;padding:0 0.58823529rem 1.17647059rem}.o-gridblock--4columns>li{list-style:none;padding:0 0.58823529rem 1.17647059rem;width:33.33333333%}.o-gridblock--4columns>li:nth-of-type(1n){clear:none}.o-gridblock--4columns>li:nth-of-type(3n+1){clear:both}.o-gridblock--4columns>li:nth-of-type(3n+1){padding-left:0rem;padding-right:0.78431373rem}.o-gridblock--4columns>li:nth-of-type(3n+2){padding-left:0.39215686rem;padding-right:0.39215686rem}.o-gridblock--4columns>li:nth-of-type(3n){padding-left:0.78431373rem;padding-right:0rem}}@media only screen and (min-width: 90.0625em){.o-gridblock--4columns{display:block;padding:0;margin:0}.o-gridblock--4columns:before,.o-gridblock--4columns:after{content:" ";display:table}.o-gridblock--4columns:after{clear:both}.o-gridblock--4columns>li{display:block;float:left;height:auto;padding:0 0.58823529rem 1.17647059rem}.o-gridblock--4columns>li{list-style:none;padding:0 0.58823529rem 1.17647059rem;width:25%}.o-gridblock--4columns>li:nth-of-type(1n){clear:none}.o-gridblock--4columns>li:nth-of-type(4n+1){clear:both}.o-gridblock--4columns>li:nth-of-type(4n+1){padding-left:0rem;padding-right:0.88235294rem}.o-gridblock--4columns>li:nth-of-type(4n+2){padding-left:0.29411765rem;padding-right:0.58823529rem}.o-gridblock--4columns>li:nth-of-type(4n+3){padding-left:0.58823529rem;padding-right:0.29411765rem}.o-gridblock--4columns>li:nth-of-type(4n){padding-left:0.88235294rem;padding-right:0rem}}.o-gridblock--3columns{display:block;padding:0;margin:0;padding:0}.o-gridblock--3columns:before,.o-gridblock--3columns:after{content:" ";display:table}.o-gridblock--3columns:after{clear:both}.o-gridblock--3columns>li{display:block;float:left;height:auto;padding:0 0.58823529rem 1.17647059rem}.o-gridblock--3columns>li{list-style:none;padding:0 0.58823529rem 1.17647059rem;width:100%}.o-gridblock--3columns>li:nth-of-type(1n){clear:none}.o-gridblock--3columns>li:nth-of-type(1n+1){clear:both}.o-gridblock--3columns>li:nth-of-type(1n){padding-left:0rem;padding-right:0rem}@media only screen and (min-width: 45.0625em){.o-gridblock--3columns{display:block;padding:0;margin:0}.o-gridblock--3columns:before,.o-gridblock--3columns:after{content:" ";display:table}.o-gridblock--3columns:after{clear:both}.o-gridblock--3columns>li{display:block;float:left;height:auto;padding:0 0.58823529rem 1.17647059rem}.o-gridblock--3columns>li{list-style:none;padding:0 0.58823529rem 1.17647059rem;width:50%}.o-gridblock--3columns>li:nth-of-type(1n){clear:none}.o-gridblock--3columns>li:nth-of-type(2n+1){clear:both}.o-gridblock--3columns>li:nth-of-type(2n+1){padding-left:0rem;padding-right:0.58823529rem}.o-gridblock--3columns>li:nth-of-type(2n){padding-left:0.58823529rem;padding-right:0rem}}@media only screen and (min-width: 90.0625em){.o-gridblock--3columns{display:block;padding:0;margin:0}.o-gridblock--3columns:before,.o-gridblock--3columns:after{content:" ";display:table}.o-gridblock--3columns:after{clear:both}.o-gridblock--3columns>li{display:block;float:left;height:auto;padding:0 0.58823529rem 1.17647059rem}.o-gridblock--3columns>li{list-style:none;padding:0 0.5
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.o-icon-button,.o-simple-form__button,.c-menu-main-toggle__icon-wrap,.c-menu-share__item{background:#002D55;border:0;display:block;height:2.35294118rem;margin:0 0 1px;padding:0;transition:.15s all ease;width:2.35294118rem}@media only screen and (min-width: 64.0625em){.o-icon-button,.o-simple-form__button,.c-menu-main-toggle__icon-wrap,.c-menu-share__item{height:2.94117647rem;width:2.94117647rem}}.o-icon-button__icon,.o-simple-form__button-img,.c-menu-main-toggle__icon{display:block;height:100%;padding:10px;width:100%}.o-icon-button__icon--arrow{padding:5px}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.o-icon-list{margin:2.35294118rem 0 0;padding:0;list-style:none}@media only screen and (min-width: 45.0625em){.o-icon-list{margin:2.94117647rem 0}}.o-icon-list__item{box-sizing:content-box;display:table;border-collapse:collapse;min-height:2.35294118rem;line-height:.6;width:100%}.o-icon-list__item a{display:table-row;overflow:hidden;width:100%;border-top:1px solid rgba(77,82,86,0.6)}.o-icon-list__item:last-child a{border-bottom:1px solid rgba(77,82,86,0.6)}@media only screen and (min-width: 64.0625em){.o-icon-list__item{min-height:2.94117647rem;line-height:.6}}.o-icon-list__icon{display:table-cell;vertical-align:top;width:30%;padding-right:1em;transition:.1s all ease;float:left}.o-icon-list__label{color:#002D55;display:table-cell;vertical-align:middle;width:70%;float:left;line-height:2.35294118rem;padding-left:1.68067227rem}.has-children .o-icon-list__label{background-position:5px center;padding-left:1.68067227rem}@media only screen and (min-width: 64.0625em){.o-icon-list__label{min-height:2.94117647rem;line-height:2.94117647rem}}.o-icon-list__link{color:#002D55;cursor:pointer;min-height:2.35294118rem;transition:.1s all ease}.o-icon-list__link:hover{background-color:#ecf6fc;text-decoration:none}@media only screen and (min-width: 64.0625em){.o-icon-list__link{min-height:2.94117647rem}}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.o-list{list-style-position:outside;margin-bottom:1em;margin-top:0;padding-left:30px;overflow:auto}.o-list--ordered li{list-style-type:decimal}.o-list--unordered li{list-style-type:disc}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.o-list-bare,.c-download-list,.c-hotline__list,.c-menu-breadcrumb__list,.c-menu-footer__list,.c-menu-main__list,.c-menu-print__list,.c-menu-share__list,.c-menu-social__list,.c-menu-timeline ol{margin:0;padding:0;list-style:none}.o-list-bare,.c-download-list,.c-hotline__list,.c-menu-breadcrumb__list,.c-menu-footer__list,.c-menu-main__list,.c-menu-print__list,.c-menu-share__list,.c-menu-social__list,.c-menu-timeline ol{list-style-position:outside;list-style-type:none;margin-bottom:1em;padding:0}.o-list-bare ul,.o-list-bare ol,.c-download-list ul,.c-hotline__list ul,.c-menu-breadcrumb__list ul,.c-menu-footer__list ul,.c-menu-main__list ul,.c-menu-print__list ul,.c-menu-share__list ul,.c-menu-social__list ul,.c-menu-timeline ol ul,.c-download-list ol,.c-hotline__list ol,.c-menu-breadcrumb__list ol,.c-menu-footer__list ol,.c-menu-main__list ol,.c-menu-print__list ol,.c-menu-share__list ol,.c-menu-social__list ol,.c-menu-timeline ol ol{padding-left:2em}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.o-media{display:block}.o-media__img{float:left;margin-right:27px}.o-media__img>img{display:block}.o-media__body{overflow:hidden;display:block}.o-media__body,.o-media__body>:last-child{margin-bottom:0}.o-media--rev>.o-media__img{float:right;margin-right:0;margin-left:27px}.o-media:before,.o-media:after{content:" ";display:table}.o-media:after{clear:both}.o-media img{max-width:100%;width:100%;height:auto}.o-media__body{display:block}.o-media__body>p:first-of-type{margin-top:0}.o-media__img{margin:0 0 5px;width:100%;height:auto}.o-media__img img{width:100%;height:auto}.o-media__caption{margin:.5em 0;font-size:14.62px}.o-media__link{position:relative;display:block}.o-media__zoom{display:block;position:absolute;top:0;right:0;padding:10px;width:50px;height:50px;background-color:rgba(0,0,0,0.6);background-size:40px;opacity:0;transition:all .2s ease-in-out}.o-media__link:hover .o-media__zoom,.o-media__link:focus .o-media__zoom{opacity:.8}.o-media__copyright{background:rgba(255,255,255,0.8);bottom:0;color:black;font-size:11px;padding:5px;position:absolute;right:0;top:auto}@media only screen and (min-width: 45.0625em){.o-media__copyright{font-size:15px}}.o-media--stacked>.o-media__img{float:none;margin:0 0 20px;width:100%;height:auto;position:relative}.o-media--stacked>.o-media__img>img{max-width:100%}.o-media--stacked>.o-media__img>a>img{max-width:100%}.o-media--stacked>.o-media__img--fill>img{width:100%}.o-media--stacked>.o-media__img--fill>a>img{width:100%}.o-media--stacked>.o-media__body{float:none}.o-media--left>.o-media__img,.o-media--left>.o-media__video--container{float:none;width:100%;margin:0 0 20px}@media only screen and (min-width: 45.0625em){.o-media--left>.o-media__img,.o-media--left>.o-media__video--container{float:left;width:45%;margin:0 20px 10px 0}.o-media--left>.o-media__audio--container{float:left;width:45%;margin:0 20px 10px 0}}.o-media--left>.o-media__audio--container{float:none;width:100%;margin:0 0 20px}.o-media--left .h-embed{padding-bottom:55%}.o-media--left>.o-media__body{display:initial}.o-media--left>.c-gallery__slider{float:none;max-width:100%;margin:0 0 20px}@media only screen and (min-width: 45.0625em){.o-media--left>.c-gallery__slider{float:left;max-width:45%;margin:0 20px 10px 0}}.o-media--right>.o-media__img,.o-media--right>.o-media__video--container{float:none;width:100%;margin:0 0 20px}.o-media--right>.o-media__audio--container{float:none;width:100%;margin:0 0 20px}@media only screen and (min-width: 45.0625em){.o-media--right>.o-media__img,.o-media--right>.o-media__video--container{float:right;width:45%;margin:0 0 10px 20px}.o-media--right>.o-media__audio--container{float:left;width:45%;margin:0 0 10px 20px}}.o-media--right .h-embed{padding-bottom:55%}.o-media--right>.o-media__body.o-float{display:initial}.o-media--right>.c-gallery__slider{float:none;max-width:100%;margin:0 0 20px}@media only screen and (min-width: 45.0625em){.o-media--right>.c-gallery__slider{float:right;max-width:45%;margin:0 0 10px 20px}}.o-media--svg>.o-media__img{height:5.88235294rem;margin:0 auto;width:5.88235294rem}.o-media--svg>.o-media__img>svg{height:5.88235294rem;width:5.88235294rem}.o-media--svg>.o-media__body{vertical-align:bottom}.o-media__imageholder{position:relative}.o-media--video{position:relative;padding-bottom:52%;padding-top:25px;clear:both;height:0}.o-media--video iframe{position:absolute;top:0;left:0;width:100%;height:100% !important}.o-media--video video{width:100%;height:auto}.o-media--audio iframe{position:absolute;top:0;left:0;width:100%;height:100% !important}.o-media--audio audio{width:100%}.o-media--audio .c-audio__link{padding:0.3rem 1.4705882353rem}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.o-meta{display:block;margin:0}.o-meta__category{margin-left:0.36764706rem}.o-meta__category::before{content:' | ';display:inline-block;margin-right:0.36764706rem}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.o-modal{border-radius:3px;display:none;position:absolute;top:0;visibility:hidden;width:100%;z-index:1005;left:0;background-color:#FFFFFF;padding:1.875rem;border:solid 1px #666666;box-shadow:0 0 10px rgba(0,0,0,0.4)}@media only screen and (max-width: 45em){.o-modal{min-height:100vh}}.o-modal .column,.o-modal .columns{min-width:0}.o-modal>:first-child{margin-top:0}.o-modal>:last-child{margin-bottom:0}@media only screen and (min-width: 45.0625em){.o-modal{left:0;margin:0 auto;max-width:100%;right:0;width:80%}}@media only screen and (min-width: 45.0625em){.o-modal{top:6.25rem}}.o-modal__close{color:#AAAAAA;cursor:pointer;font-size:2.5rem;font-weight:bold;line-height:1;position:absolute;top:0.625rem;right:1.375rem}.o-modal__bg{background:#000000;background:rgba(0,0,0,0.45);bottom:0;display:none;left:0;position:fixed;right:0;top:0;z-index:1004;left:0}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.tx-rt-osm .maplegend{display:block;width:100%;padding:10px 3rem;list-style-type:none;border:1px solid #ccc;background-color:#eee;border-radius:3px}@media only screen and (min-width: 45.0625em){.tx-rt-osm .maplegend{display:flex;flex-direction:row;justify-content:space-between}}.tx-rt-osm .maplegend li{float:none}@media only screen and (min-width: 45.0625em){.tx-rt-osm .maplegend li{float:left}}.tx-rt-osm .maplegend li img{display:inline;width:20px;padding-right:0.5rem}.tx-rt-osm .leaflet-pane{z-index:40}.leaflet-popup-content{min-width:180px;width:250px}.leaflet-popup-content p{margin:0.25rem 0}.tx-powermail .powermail_fieldwrap.hidden{display:none}.tx-powermail .powermail_fieldwrap:not(.columns){clear:both}.tx-powermail .powermail_fieldwrap_textarea label{display:none !important}.tx-powermail .powermail_fieldset{margin-bottom:0}.tx-powermail .powermail_fieldset a{color:#2275d0}.tx-powermail .powermail_confirmation h4,.tx-powermail .powermail_create h4{margin:0}#parsley-id-multiple-tx_powermail_pi1fielddatenschutz{text-align:left}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.o-radio-group{margin-bottom:2.94117647rem}.o-radio-group:last-of-type{margin-bottom:0}.o-radio-group__item{display:inline-block;margin-right:2.94117647rem}.o-radio-group__option{margin-right:0.73529412rem}.has-error .o-radio-group__label{color:#e60005}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.o-media{display:block}.o-media__img{float:left;margin-right:27px}.o-media__img>img{display:block}.o-media__body{overflow:hidden;display:block}.o-media__body,.o-media__body>:last-child{margin-bottom:0}.o-media--rev>.o-media__img{float:right;margin-right:0;margin-left:27px}.o-reloaded-list{list-style:none;padding-left:0}.o-reloaded-list:before,.o-reloaded-list:after{content:" ";display:table}.o-reloaded-list:after{clear:both}.o-reloaded-list__title a{color:white;font-weight:bold}.o-reloaded-list__title a:hover{color:white}.o-reloaded-list__title a:focus{color:white}.o-reloaded-list__item{width:100%;margin:0.5rem 0 0 0;float:left;position:relative;overflow:hidden}@media only screen and (min-width: 45.0625em){.o-reloaded-list__item{width:49%;margin:0.5rem 0.95% 0 0;float:left}}.o-reloaded-list__item>div>.o-reloaded-list__title{position:absolute;bottom:1rem;left:1rem;opacity:1;color:white;-webkit-transition:all 100ms ease 0s;-moz-transition:all 100ms ease 0s;-ms-transition:all 100ms ease 0s;-o-transition:all 100ms ease 0s;transition:all 100ms ease 0s}.o-reloaded-list__item .o-reloaded-list__media .o-reloaded-list__linkblock{display:block;position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:1;color:white;box-sizing:border-box;-webkit-transition:all 600ms ease 0s;-moz-transition:all 600ms ease 0s;-ms-transition:all 600ms ease 0s;-o-transition:all 600ms ease 0s;transition:all 600ms ease 0s}.o-reloaded-list__item .o-reloaded-list__media .o-reloaded-list__linkblock:before{content:'';background:-webkit-gradient(linear, left bottom, right top, from(rgba(0,45,85,0.9)), to(rgba(255,255,255,0)));background:-webkit-linear-gradient(bottom, rgba(0,45,85,0.9) 0%, rgba(255,255,255,0) 100%);background:linear-gradient(0deg, rgba(0,45,85,0.9) 0%, rgba(255,255,255,0) 100%);display:block;width:100%;height:50%;position:absolute;z-index:0;bottom:0;opacity:0.9;-webkit-transition:all 300ms ease 0s;-moz-transition:all 300ms ease 0s;-ms-transition:all 300ms ease 0s;-o-transition:all 300ms ease 0s;transition:all 300ms ease 0s}.o-reloaded-list__item .o-reloaded-list__media .o-reloaded-list__linkblock .o-reloaded-list__overlay{position:absolute;bottom:0;font-size:1rem;line-height:1.44;height:0;padding:0 1rem;-webkit-transition:all 600ms ease 0s;-moz-transition:all 600ms ease 0s;-ms-transition:all 600ms ease 0s;-o-transition:all 600ms ease 0s;transition:all 600ms ease 0s}.o-reloaded-list__item .o-reloaded-list__media .o-reloaded-list__linkblock .o-reloaded-list__title{color:white}.o-reloaded-list__item .o-reloaded-list__media .o-reloaded-list__linkblock:hover{color:white;text-decoration:none}.o-reloaded-list__item .o-reloaded-list__media .o-reloaded-list__linkblock:hover:before{background:-webkit-gradient(linear, left bottom, right top, from(#002d55), to(rgba(255,255,255,0)));background:-webkit-linear-gradient(bottom, #002d55 33%, rgba(255,255,255,0) 100%);background:linear-gradient(0deg, #002d55 33%, rgba(255,255,255,0) 100%);height:100%}.o-reloaded-list__item .o-reloaded-list__media .o-reloaded-list__linkblock:focus{color:white;text-decoration:none}.o-reloaded-list__item .o-reloaded-list__media .o-reloaded-list__linkblock:focus:before{background:-webkit-gradient(linear, left bottom, right top, from(#002d55), to(rgba(255,255,255,0)));background:-webkit-linear-gradient(bottom, #002d55 33%, rgba(255,255,255,0) 100%);background:linear-gradient(0deg, #002d55 33%, rgba(255,255,255,0) 100%);height:100%}.o-reloaded-list__item .o-reloaded-list__media .o-reloaded-list__title{z-index:2;-webkit-transition:all 600ms ease 0s;-moz-transition:all 600ms ease 0s;-ms-transition:all 600ms ease 0s;-o-transition:all 600ms ease 0s;transition:all 600ms ease 0s}.o-reloaded-list__item img{max-width:100%;width:100% !important;height:auto !important;max-height:none;max-width:none}.o-reloaded-list__item.o-icon{width:49%;padding:2rem;box-sizing:border-box}.o-reloaded-list__item.o-icon img{max-width:120px;width:120px !important;display:block;margin:1rem 0}.o-reloaded-list__item.o-icon .o-reloaded-list__title{position:static}.o-reloaded-list__item.o-icon
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.o-section{margin:0 auto;max-width:100%;width:100%;margin-bottom:2.35294118rem;position:relative}.o-section:before,.o-section:after{content:" ";display:table}.o-section:after{clear:both}.o-section:last-child{margin-bottom:0}.o-section--intext{display:block;width:100%;background:#efeeea;margin:6rem 0 !important;padding:2rem 0;overflow:visible !important}.o-section--intext>.o-section__wrapper{margin-top:-5rem}.o-section--intext>.o-section__wrapper .o-cms-content{position:relative !important}.o-section--intext>.o-section__wrapper .o-cms-content .c-gallery__slider{float:none;max-width:none}@media only screen and (min-width: 45.0625em){.o-section--intext>.o-section__wrapper .o-cms-content .c-gallery__slider{max-width:90%}}@media only screen and (min-width: 64.0625em){.o-section--intext>.o-section__wrapper .o-cms-content .c-gallery__slider{position:absolute;right:0;top:0;max-width:45%}}.o-section--intext>.o-section__wrapper .o-cms-content .c-gallery-slider__list{position:relative;width:100%;margin:-2rem 0 -10rem 0;z-index:0}@media only screen and (min-width: 64.0625em){.o-section--intext>.o-section__wrapper .o-cms-content .c-gallery-slider__list{position:absolute;right:0;width:700px;margin:0;top:-3.5rem}}.o-section--intext>.o-section__wrapper .o-cms-content .c-gallery-slider__list img{width:auto;max-height:602px;margin-right:0}.o-section--intext>.o-section__wrapper .o-media__body{position:relative;z-index:1;min-height:280px}@media only screen and (min-width: 64.0625em){.o-section--intext>.o-section__wrapper .o-media__body{position:static;min-height:385px}}.o-section--intext>.o-section__wrapper .o-media__body h2{margin-top:0;font-size:2.5rem;color:#554F4A}@media only screen and (min-width: 64.0625em){.o-section--intext>.o-section__wrapper .o-media__body h2{max-width:50%}}.o-section--intext>.o-section__wrapper .o-media__body p{color:#554F4A}@media only screen and (min-width: 64.0625em){.o-section--intext>.o-section__wrapper .o-media__body p{max-width:50%}}.o-section--intext>.o-section__wrapper .o-media__body a{background:#008ccd;border-color:#008ccd;border-radius:0.3rem;margin:0 0.5rem 0.5rem 0}.o-section--intext>.o-section__wrapper .o-media__body a:hover{background:#002D55;border-color:#002D55}.o-section--intext>.o-section__wrapper .o-media__body a:focus{background:#002D55;border-color:#002D55}.o-section__wrapper{margin:0 auto;max-width:70.58823529rem;padding:0 20px}.o-section__wrapper:before,.o-section__wrapper:after{content:" ";display:table}.o-section__wrapper:after{clear:both}.o-section__wrapper p a{color:#2275d0}.o-section__wrapper p a.o-btn,.o-section__wrapper p a.o-btn__large,.o-section__wrapper p a.o-btn__middle,.o-section__wrapper p a.o-btn__small,.o-section__wrapper p a.o-btn__red{color:white}.o-section__wrapper p a.o-reloaded-list__header-link,.o-section__wrapper p a.o-reloaded-list__more{color:#554F4A}.o-section__wrapper p a.c-teaser__link{color:#002D55}.o-section__wrapper p.c-menu-awards__headline a{color:#554F4A}.o-section__header{padding-left:0;padding-right:0;width:100%;float:left;float:none}@media only screen and (min-width: 45.0625em){.o-section__header{max-width:100%}}.o-section__headline{margin-top:0}.o-section__headline--inverted{background:#e60005;color:white;padding:0.29411765rem}.o-section__footer{margin:0 auto;max-width:100%;width:100%;clear:left}.o-section__footer:before,.o-section__footer:after{content:" ";display:table}.o-section__footer:after{clear:both}@media only screen and (min-width: 45.0625em){.o-section__footer{padding-left:0;padding-right:0;width:91.66666667%;float:left;margin-left:4.16666667%;max-width:100%}}.o-section.ce-grey{background:#efeeea !important;padding-top:35px;margin:-35px 0}.o-section.ce-grey .o-media__imageholder img{width:220px;height:220px}.o-section.ce-grey ul.gridblock{text-align:justify}.o-section.ce-grey ul.gridblock li.gridblock__item{display:inline}.o-section.ce-grey .grid-center{width:220px;margin:0 auto}.o-section.ce-grey .grid-right{width:220px;margin:0 0 0 auto}.o-section.ce-grey .o-gridblock--4columns>li{width:25% !important}.o-section.ce-grey .o-gridblock--4c
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.o-simple-form{display:block}@media (max-width: 400px){.o-simple-form .o-simple-form__description.first{display:block}}.o-simple-form__section{border:0;display:inline-block;margin:0;padding:0;vertical-align:middle}.o-simple-form__item{display:inline-block;overflow:hidden;vertical-align:top}.o-simple-form__label{display:none;font-size:100%}.o-simple-form__button{background:transparent}.o-simple-form__button-img{padding:5px;fill:#002D55}.o-simple-form__button:hover .o-simple-form__button-img,.o-simple-form__button:focus .o-simple-form__button-img{fill:black}.o-simple-form__button-text{width:auto !important;outline:none}.o-simple-form__field{border:0;border-bottom:1px solid #002D55;box-shadow:none;height:2.35294118rem;line-height:2.35294118rem;margin:0 0.58823529rem 0 0;outline:none;width:9rem;color:#002D55}.o-simple-form__field:focus{border-bottom:1px solid #554F4A}.o-simple-form__field--select{-webkit-appearance:none !important;-moz-appearance:none !important;background-color:#FAFAFA;border-radius:0;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");background-position:100% center;background-repeat:no-repeat;border-style:solid;border-width:1px;border-color:#cccccc;color:rgba(0,0,0,0.75);font-family:inherit;font-size:0.875rem;line-height:normal;padding:0.5rem;border-radius:0}.o-simple-form__field--select::-ms-expand{display:none}.o-simple-form__field--select.radius{border-radius:3px}.o-simple-form__field--select:focus{background-color:#f3f2f2;border-color:#999999}.o-simple-form__field--select:disabled{background-color:#DDDDDD;cursor:default}@media only screen and (min-width: 64.0625em){.o-simple-form__field{height:2.94117647rem;width:12rem;margin:0 0.58823529rem 0 0;line-height:2.94117647rem}}.o-simple-form__description{display:inline-block;height:2.35294118rem;line-height:2.35294118rem;overflow:hidden;vertical-align:top}.o-simple-form__description:last-of-type{margin-right:0.73529412rem}@media only screen and (min-width: 64.0625em){.o-simple-form__description{height:2.94117647rem;line-height:2.94117647rem}}@media screen and (max-width: 535px){.c-summary__row-title{float:none;width:100%}.c-summary__row-data{float:none;margin-left:70px;margin-top:0px;width:75%}.c-summary__note{-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto}}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.o-slider img{margin:0 auto;width:100%}.o-slider__list{list-style:none;margin:0;padding:0}.o-slider__list:before,.o-slider__list:after{content:" ";display:table}.o-slider__list:after{clear:both}.o-slider__item .c-stage-teaser__content{text-align:center}.o-slider__nav{margin:1.47058824rem 0}.o-slider__arrow{display:none}.o-slider__arrow{background:transparent;border:0;color:white;height:50px;padding:0;position:absolute;width:50px;top:50%}.o-slider__arrow:hover{color:#002D55}.o-slider__arrow--prev{left:0}.o-slider__arrow--next{right:0}.o-slider__arrow-icon{fill:currentColor;height:2.94117647rem;width:2.94117647rem}.slick-list{max-width:100%}.o-simple-form__section.space{border:0;display:inline-block;margin:2rem 0 0 0;padding:0 0 2rem 0;vertical-align:middle}@media screen and (max-width: 720px){.c-header-slider .o-stage__icon-wrap .c-quick-donate__pictogram-button{display:none}.c-header-slider .o-simple-form__section.space{padding-bottom:0}}.progressBarContainer{height:5px;position:absolute;top:0;left:0;width:100%;z-index:9}.progressBarContainer .progress{position:absolute;width:0;height:100%;background-color:#E60005;display:block}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/#tx-drk-search .facets{margin-top:0.5rem}#tx-drk-search .facets .list-group-item{color:#fff;cursor:pointer;width:auto;display:inline-block;text-align:center;margin-right:3rem;margin-bottom:1rem}#tx-drk-search .facets .list-group-item .facet{color:#002D55;padding:5px 10px 5px 30px;display:inline-block;width:auto;text-decoration:none !important;border:1px solid #e0ddd6;position:relative;margin-right:5px}#tx-drk-search .facets .list-group-item .facet span{color:#002D55}#tx-drk-search .facets .list-group-item .facet:before{content:'\f02b';font-family:'FontAwesome';position:absolute;top:5px;left:10px}#tx-drk-search .facets .list-group-item .facet:after{content:'\f067';font-family:'FontAwesome';position:absolute;top:0px;right:-38px;padding:5px 10px;background:#002D55;color:#fff;font-weight:normal}#tx-drk-search .facets .list-group-item .facet:hover{color:#008ccd;text-decoration:underline}#tx-drk-search .facets .list-group-item .facet:hover span{color:#008ccd}#tx-drk-search .facets .list-group-item .facet:hover:after{background:#008ccd}#tx-drk-search .facets .list-group-item .drk-facet-show-all{position:relative;padding:5px 10px;display:inline-block;width:100%;color:#fff;background:#0075a9;text-decoration:none;border:1px solid #e0ddd6;margin-right:5px}#tx-drk-search .facets .list-group-item .drk-facet-show-all:after,#tx-drk-search .facets .list-group-item .drk-facet-show-all.less:after{content:'\f067';font-family:'FontAwesome';position:absolute;top:-1px;right:-38px;padding:5px 10px;border:1px solid #0075a9;background:#fff;color:#0075a9;font-weight:normal}#tx-drk-search .facets .list-group-item .drk-facet-show-all.less:after{content:'\f068'}.autocomplete-suggestions{border:1px solid rgba(77,82,86,0.6);background:white;overflow:auto}.autocomplete-suggestions strong{font-weight:normal;color:#E60005}.autocomplete-suggestions .autocomplete-suggestion{position:relative;overflow:hidden;padding:0.25rem 0.5rem;cursor:pointer}.autocomplete-suggestions .autocomplete-suggestion a{display:inline-block;width:120%;padding:0.5rem;margin:-0.5rem;height:44px;color:#002D55;white-space:nowrap}.autocomplete-suggestions .autocomplete-suggestion a:hover{background-color:#ecf6fc;color:#002D55;text-decoration:none;transition:all .2s ease-in-out}.autocomplete-suggestions .autocomplete-suggestion a.is-active{background-color:#ecf6fc;color:#002D55}.autocomplete-suggestions .autocomplete-group{padding:0.5rem;color:black;font-weight:600}.autocomplete-suggestions .autocomplete-group strong{display:block;border-bottom:1px solid black}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.o-stage{position:relative}.o-stage--full{width:100%}.o-stage .c-audio__link:before{background:none}.o-stage .c-stage-time__wrapper{width:100%;text-align:center;background:rgba(255,255,255,0.7);padding:35px 0 20px 0}@media only screen and (min-width: 45.0625em){.o-stage .c-stage-time__wrapper{position:absolute;z-index:8;bottom:0;width:auto;min-width:430px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);padding:35px 0 20px 0}}@media only screen and (min-width: 90.0625em) and (max-width: 120em){.o-stage .c-stage-time__wrapper{padding:35px 85px 20px 85px}}.o-stage .c-stage-time__image span.count-wrapper{display:inline-block;width:auto}.o-stage .c-stage-time__image span.count-wrapper span.svg,.o-stage .c-stage-time__image span.count-wrapper span.double,.o-stage .c-stage-time__image span.count-wrapper img{display:block;width:42px;float:left}@media only screen and (min-width: 45.0625em){.o-stage .c-stage-time__image span.count-wrapper span.svg,.o-stage .c-stage-time__image span.count-wrapper span.double,.o-stage .c-stage-time__image span.count-wrapper img{width:50px}}.o-stage .c-stage-time__image span.count-wrapper span.svg{background-image:url("/typo3conf/ext/frs_drk_template/Resources/Public/Images/svg/integers/bg.svg");position:relative}.o-stage .c-stage-time__image span.count-wrapper span.double{width:10px}@media only screen and (min-width: 45.0625em){.o-stage .c-stage-time__image span.count-wrapper span.double{width:25px}}.o-stage .c-stage-time__date{padding-top:10px}@media only screen and (min-width: 45.0625em){.o-stage .c-stage-time__date{padding-top:15px}}.o-stage .c-stage-time__date span.count-wrapper{display:inline-block;width:auto;text-transform:uppercase;font-size:1rem;font-weight:bold;color:#002D55;font-family:'Helvetica Neue', Helvetica, Arial, sans-serif}.o-stage .c-stage-time__date span.count-wrapper span{display:block;width:84px;float:left;text-align:center}@media only screen and (min-width: 45.0625em){.o-stage .c-stage-time__date span.count-wrapper span{width:100px}}.o-stage .c-stage-time__date span.count-wrapper span.double{width:10px}@media only screen and (min-width: 45.0625em){.o-stage .c-stage-time__date span.count-wrapper span.double{width:25px}}.o-stage .c-stage-time__date span.count-wrapper .long-number{width:150px}.o-stage__img-wrap{margin:0;text-align:center;line-height:100%;height:auto}.o-stage__img-wrap--full{width:100%}.o-stage__image{display:inline-block;width:100%}.o-stage__image img{height:auto}.o-stage__icon-wrap{display:block;width:100%;float:none;margin:-75px auto;position:relative;text-align:center;z-index:1}.o-stage__icon-wrap a{display:inline-block}.o-stage__icon-wrap button,.o-stage__icon-wrap a{margin-top:-75px}.o-stage__icon{width:20%}@media only screen and (min-width: 45.0625em){.o-stage__icon{width:100%}}.c-main-stage__imagewrap .c-stage-teaser__link{background:transparent;color:#002D55;text-decoration:none;border:1px solid #002D55;padding:0.5rem 1.470588rem;-webkit-transition:.15s all ease;transition:.15s all ease;display:inline-block;vertical-align:middle;font:inherit;text-align:center;margin:-0.5rem 0 0 1rem;cursor:pointer;overflow:visible;-webkit-transition:all 300ms ease-in-out 0s;-moz-transition:all 300ms ease-in-out 0s;-ms-transition:all 300ms ease-in-out 0s;-o-transition:all 300ms ease-in-out 0s;transition:all 300ms ease-in-out 0s}.c-main-stage__imagewrap .c-stage-teaser__link:hover{background-color:#E60005;color:white;border-color:#E60005}.c-main-stage__imagewrap .c-stage-teaser__link:focus{background-color:#E60005;color:white;border-color:#E60005}.c-donation-teaser .c-stage-teaser__link{width:100%;margin:0 auto;font-size:1.5rem;padding-top:0.5rem;padding-bottom:0.5rem}.o-stageimage .c-stage-teaser__wrapper{background:#fff;top:6.333333%;max-width:1160px;overflow:hidden;left:50%;transform:translate(-50%, 0);padding:0 2em 2em 2em}.o-stageimage .c-stage-teaser__wrapper h2{font-size:1.9rem;margin-top:2rem}.o-stageimage .c-stage-teaser-left_wrapper{float:left;width:43.5%;height:95%;overflow:hidden;margin-left:1rem}.o-stageimage .c-stage-teaser-right_wr
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.o-stage-teaser{position:relative}.o-stage-teaser--full{width:100%}.o-stage-teaser__wrapper{margin-top:-0.5rem;margin-left:1rem}.o-stage-teaser__wrapper .c-stage-teaser__link{background:transparent;color:#002D55}.o-stage-teaser__wrapper .c-stage-teaser__link:hover{color:white;background-color:#E60005;border-color:white}.o-stage-teaser__wrapper .c-stage-teaser__link:active,.o-stage-teaser__wrapper .c-stage-teaser__link:focus{background-color:#002D55}.o-stage-teaser__wrapper .o-meta__date{display:none}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.o-table{background:white;border:solid 0 #554F4A;margin-bottom:1.25rem;table-layout:auto}.o-table caption{background:transparent;color:black;font-size:0.94117647rem;font-weight:bold}.o-table thead{background:rgba(77,82,86,0.6)}.o-table thead tr th,.o-table thead tr td{color:black;font-size:0.875rem;font-weight:bold;padding:0.5rem 0.625rem 0.625rem}.o-table tfoot{background:#F5F5F5}.o-table tfoot tr th,.o-table tfoot tr td{color:#222222;font-size:0.875rem;font-weight:bold;padding:0.5rem 0.625rem 0.625rem}.o-table tr th,.o-table tr td{color:black;font-size:0.70588235rem;padding:0.58823529rem;text-align:left}.o-table tr.even,.o-table tr.alt,.o-table tr:nth-of-type(even){background:#ecf6fc}.o-table thead tr th,.o-table tfoot tr th,.o-table tfoot tr td,.o-table tbody tr th,.o-table tbody tr td,.o-table tr td{display:table-cell;line-height:1.41176471rem}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.o-textblock{padding-bottom:25px}.o-textblock p:first-child{margin-top:-5px;padding-top:0}.o-textblock--padded{padding:0 1.47058824rem}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.o-top-bar{margin:0 auto;max-width:100%;width:100%;background-color:white;top:0}.o-top-bar:before,.o-top-bar:after{content:" ";display:table}.o-top-bar:after{clear:both}.o-top-bar__section{margin:0;padding:0;position:absolute}.o-top-bar__section--left{left:0}.o-top-bar__section--right{right:0}.o-top-bar__section--right .c-academy-link{display:none}@media only screen and (max-width: 45em){.o-top-bar__section .c-newsletter-subscribe,.o-top-bar__section .c-donation-link,.o-top-bar__section .c-search-form,.o-top-bar__section .c-language-switch,.o-top-bar__section .c-light-speaking-link{display:none;float:left}}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.cover-img img{width:auto !important}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/@media screen and (max-width: 1024px){#map_canvas{width:80% !important}#map_canvas+div.csc-default{width:50% !important}}@media screen and (max-width: 767px){#map_canvas{width:100% !important}#map_canvas+div.csc-default{width:100% !important;margin-left:0 !important;margin-top:20px}#VarText1>div{width:100% !important}#VarText1{height:auto !important;margin-bottom:50px !important;min-height:50px !important;margin-left:0 !important;float:none !important}}.c-page-body #mapSyrien img{width:100%;height:auto}img#map,map area{outline:none}#mapSyrien{text-align:center}#mapSyrien img{width:auto;height:auto}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.image-divider,.image-divider-only{margin:2rem auto}.image-divider{text-align:center}.image-divider-only{text-align:center}.image-divider span,.image-divider-only span{display:inline-block;padding:0 1rem}.image-divider img,.image-divider-only img{width:90px;height:90px}.image-divider span:nth-child(7),.image-divider-only span:nth-child(7){padding-right:0;margin-right:0}.image-divider span.image-space{margin-left:1.5rem;margin-right:1.5rem}.image-divider-only img.image-space{padding-left:2.5rem;padding-right:2.5rem}.image-divider .o-btn__large{margin:1rem 4% 0 4%}@media only screen and (max-width: 1187px){.image-divider,.image-divider-only{text-align:center}.image-divider .o-btn__large{margin:0}}@media only screen and (min-width: 1129px){.image-divider span:nth-child(8){display:none}}@media only screen and (max-width: 1129px){.image-divider span:nth-child(2),.image-divider span:nth-child(3),.image-divider span:nth-child(4),.image-divider span:nth-child(5),.image-divider span:nth-child(6),.image-divider span:nth-child(8){display:none}}@media only screen and (max-width: 680px){.image-divider span:nth-child(3),.image-divider span:nth-child(1),.image-divider span:nth-child(7),.image-divider span:nth-child(2),.image-divider span:nth-child(4),.image-divider span:nth-child(5),.image-divider span:nth-child(6){display:none}.image-divider span:nth-child(8){display:block}.image-divider span{display:block;text-align:center}.image-divider .o-btn__large{margin:1rem auto}}.ig-nav{list-style:none;padding:0;margin:0 0 60px}.ig-nav li{width:159.9px;height:160px;background:#fff;border:1px solid #002D55;color:#002D55;float:left;text-align:center;margin:0 20px;text-transform:uppercase;line-height:1.2em;transition:background .15s ease-in-out;cursor:pointer;font-size:1em}.ig-nav li:hover{background:#002D55;color:#fff}.ig-nav li:first-child{margin-left:0}.ig-nav li:last-child{margin-right:0}.ig-nav li.ig-active{background:#002D55;color:#fff}.ig-nav:after,.ig-data-inner-wrapper{content:'';display:block;clear:both}.ig-data-inner-wrapper{display:none;position:relative}.ig-data-inner-wrapper.ig-active{display:block}.ig-left{padding:15px 5px;text-align:center;width:560px;border:1px solid #002D55}.ig-left p{font-size:1.5em;margin:4px 0}.ig-left p.ig-large{font-size:2.353em;color:#002D55;font-weight:600;line-height:1.3em}.ig-right{position:absolute;height:100%;right:0;top:0;width:560px;height:100%;background:#002D55;overflow:hidden}.ig-icon{height:76px;width:76px;background-image:url(/typo3conf/ext/frs_drk_template/Resources/Public/Images/svg/drk_infografik-syrien_icons.svg);background-size:468px 156px;background-repeat:no-repeat;margin:15px auto 10px}.ig-icon-krankenwagen{height:76px;width:106px;background-image:url(/typo3conf/ext/frs_drk_template/Resources/Public/Images/png/drk_infografik-syrien_krankenwagen_blue.png);background-size:92px 62px;background-repeat:no-repeat;margin:15px auto 10px}.ig-nav li .ig-icon-1{background-position:0 0}.ig-nav li:hover .ig-icon-1{background-position:0 -78px}.ig-nav li.ig-active .ig-icon-1{background-position:0 -78px}.ig-nav li .ig-icon-2{background-position:-78px 0}.ig-nav li:hover .ig-icon-2{background-position:-78px -78px}.ig-nav li.ig-active .ig-icon-2{background-position:-78px -78px}.ig-nav li .ig-icon-3{background-position:-156px 0}.ig-nav li:hover .ig-icon-3{background-position:-156px -78px}.ig-nav li.ig-active .ig-icon-3{background-position:-156px -78px}.ig-nav li .ig-icon-4{background-position:-234px 0}.ig-nav li:hover .ig-icon-4{background-position:-234px -78px}.ig-nav li.ig-active .ig-icon-4{background-position:-234px -78px}.ig-nav li .ig-icon-5{background-position:-312px 0}.ig-nav li:hover .ig-icon-5{background-position:-312px -78px}.ig-nav li.ig-active .ig-icon-5{background-position:-312px -78px}.ig-icon-6{background-position:center}.ig-nav li:hover .ig-icon-6{background-position:center}.ig-nav li.ig-active .ig-icon-6{background-position:center}.ig-nav li.ig-active .ig-icon-6{background-image:url(/typo3conf/ext/frs_drk_template/Resources/Public/Images/png/drk_infografik-syrien_krankenwagen_white.png
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.c-audio__link{position:relative;padding-left:1.5rem;transition:background-color 300ms ease-in-out 0s}.c-audio__link:before{position:absolute;top:3px;left:0;content:'';background:url("/typo3conf/ext/frs_drk_template/Resources/Public/Images/png/audio_icon.png") no-repeat 0 0px;background-size:20px 31px;color:#002D55;display:inline-block;width:20px;height:16px;margin-right:0.35rem;overflow:hidden}.c-audio__link:hover:before{background-position:0 -15px}#a-audio__player .audio-player-outer-wrapper{width:100%;text-align:center;position:fixed;bottom:0;z-index:50;opacity:0;pointer-events:none}#a-audio__player .audio-player-outer-wrapper.active{opacity:1;pointer-events:all}#a-audio__player .audio-player-outer-wrapper.play #play{opacity:0}#a-audio__player .audio-player-outer-wrapper.play #pause{opacity:1}#a-audio__player .audio-player-inner-wrapper{position:relative;display:inline-block;text-align:center;background:#fff;margin:0 0 2rem 0;max-width:800px;width:100%;height:auto;padding:0 10px}#a-audio__player .control{position:absolute;left:0;top:-60%;height:60%;width:50%;cursor:pointer}#a-audio__player .control-play svg{position:absolute;left:50%;top:50%;fill:#fff}#a-audio__player .control-play svg#pause{opacity:0;height:32px;width:23px;margin:-16px 0 0 -11px}#a-audio__player .control-play svg#play{opacity:1;height:27px;width:32px;margin:-13px 0 0 -16px}#a-audio__player .control-close{left:auto;right:0;cursor:pointer}#a-audio__player .control-close svg{position:absolute;left:50%;top:50%;margin:-15px 0 0 -15px;width:30px;height:30px;fill:#fff}#a-audio__player .audio-player:before,#a-audio__player .audio-player:after{content:'';position:absolute;top:-5px;left:0;width:100%;height:5px;background:#002D55}#a-audio__player .audio-player:after{top:auto;bottom:-5px}#a-audio__player .audio-information{text-align:left}#a-audio__player .progressbar-outer{width:100%;padding:2px 100px 0}#a-audio__player .control{background:#002D55}#a-audio__player .controls{position:relative;margin-bottom:18px}#a-audio__player audio{opacity:0;pointer-events:none;position:absolute}#a-audio__player #currenttime,#a-audio__player #durationtime{width:100px;position:absolute;top:-10px;left:0;font-weight:300}#a-audio__player #currenttime{text-align:left}#a-audio__player #durationtime{text-align:right;left:auto;right:0}#a-audio__player #progressbar{height:5px;width:100%;background:grey;cursor:pointer}#progress{width:0;border-bottom:5px solid #e46450}#a-audio__player .title{font-weight:700}@media only screen and (min-width: 670px){.audio-player-inner-wrapper{padding:0 120px !important;margin:4rem 0 !important}#a-audio__player .control{height:100%;width:85px;top:0}}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.tx-epxcredits img{width:220px;height:auto}.tx-epxcredits figure{display:inline-block;float:left;margin-top:0.35rem}.tx-epxcredits .ce-inner-pic{float:left;width:23%;min-width:210px}.tx-epxcredits .ce-inner-text{float:right;width:75%}.tx-epxcredits .ce-text-pic.ce-text-pic-nowrap-left:first-child{margin-top:2rem}.tx-epxcredits .ce-text-pic.ce-text-pic-nowrap-left{margin-bottom:1.5rem}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.world-map-outer-wrapper{width:100%;height:auto;background-color:rgba(0,117,169,0.25);padding:0 20px;margin:40px 0}.world-map-inner-wrapper{position:relative;max-width:1160px;margin:auto}.world-map-inner-wrapper:after{content:'';display:block;clear:both}.world-map-banner{position:absolute;background-color:#002D55;color:#fff;top:-8px;right:0;padding:2px 18px}.world-map-banner h3{color:#fff}.world-map-banner:after{content:'';position:absolute;width:0;height:0;border-style:solid;border-width:8px 0 0 8px;border-color:transparent transparent transparent #0076a9;top:0;right:-8px}.world-map-image{position:relative;width:100%;max-width:900px;padding:40px 0 0;float:left}.world-map-image img{max-width:100%;height:auto}.world-map-navigation{display:inline-block;overflow:hidden;right:0;margin-top:135px;width:206px;float:right}.world-map-navigation a{display:block;text-decoration:none}.world-map-navigation ul{position:relative;list-style:none;padding:0}.world-map-navigation ul li{border-bottom:1px solid #fff;padding:4px 15px 4px 0px;transition:all .5s ease-in-out;cursor:pointer}.world-map-navigation>ul>li{background-image:url("/typo3conf/ext/frs_drk_template/Resources/Public/Images/svg/worldmap_arrow.svg");background-size:9px 20px;background-position:8px 8px;background-repeat:no-repeat}.world-map-back{position:relative}.world-map-back:before{content:'';position:absolute;left:8px;top:8px;width:9px;height:20px;background-image:url("/typo3conf/ext/frs_drk_template/Resources/Public/Images/svg/worldmap_arrow.svg");background-size:9px 20px;background-repeat:no-repeat;-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);-webkit-transform:rotate(180deg)}.world-map-navigation ul li ul{position:absolute;top:0;left:100%;transition:all .5s ease-in-out;width:100%}.world-map-navigation ul li ul li{padding-left:35px}.world-map-navigation .shift-left{margin-left:-100%;margin-right:100%}.world-map-navigation .shift-left .shift-left{left:0;margin-left:0%;margin-right:0%}.world-map-navigation .shift-left .shift-left li{margin-left:0%;margin-right:0%}.more-countries{position:relative;display:inline-block;height:28px;width:28px;vertical-align:top}.world-map-attention{position:absolute;left:57%;top:56.5%;height:15px;width:15px;background:#e46450;-webkit-border-radius:1000px;-moz-border-radius:1000px;border-radius:1000px;pointer-events:none}.world-map-attention:after{content:'';position:absolute;height:25px;width:25px;left:-33.33%;top:-33.33%;background:#e46450;opacity:.5;-webkit-border-radius:1000px;-moz-border-radius:1000px;border-radius:1000px}.world-map-attention.africa{left:59.5%;top:68%}.world-map-legend{width:100%;text-align:center;padding:20px 0 30px;color:#002D55}.world-map-legend span{display:inline-block;position:relative;margin:0 25px}.world-map-legend span:first-child:before,.world-map-legend span:last-child:before{content:'';position:absolute;left:-20px;top:7px;height:13px;width:13px;background:#e46450;-webkit-border-radius:1000px;-moz-border-radius:1000px;border-radius:1000px}.world-map-legend span:last-child:before{background:#002D55}.world-map-outer-li>a{display:inline-block}.datamaps-bubble{r:12px !important}@media (max-width: 1220px){.world-map-image{width:75%}}@media (max-width: 1020px){.world-map-image{width:70%}.world-map-attention{height:10px;width:10px}.world-map-attention:after{height:16px;width:16px;left:-3px;top:-3px}.world-map-attention{top:57.5%}.world-map-attention.africa{top:69%}}@media (max-width: 767px){.world-map-banner{position:relative;padding:2px 18px 12px;display:table;margin:auto}.world-map-image,.world-map-legend{display:none}.world-map-navigation{position:relative;top:0;margin:auto;display:block;float:none}}@media (max-width: 720px){.world-map-navigation>ul>li{background-position:8px 7px}.world-map-back:before{top:7px}}.haiyan-map-wrapper{font-size:15px;line-height:19px;margin-top:90px;margin-bottom:90px;display:flex}.haiyan-map-wrapper:after{content:'';display:block;clear:both}.haiyan-svg-wrapper{width:760px;max-height:488px;overflow:hidden}.haiyan-svg-wrapper svg{margin-top:-1
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.o-donation-account{text-align:center;background:#f2f2f2;padding:1rem;color:#554F4A;overflow:hidden}.o-donation-account h3{color:#554F4A;font-size:23px;font-weight:bold}.o-donation-account h3,.o-donation-account p{max-width:none !important;margin:1.5rem}.o-donation-account h3 span.c-space,.o-donation-account p span.c-space{margin:0 0.5rem;display:inline-block}.o-donation-account h3 span.font-small,.o-donation-account p span.font-small{font-size:0.8rem}.o-donation-account h3 a,.o-donation-account p a{margin:0 1.5rem}.o-donation-account h3 .o-btn,.o-donation-account p .o-btn{margin-top:1rem}@media only screen and (min-width: 45.0625em){.o-donation-account h3 .o-btn,.o-donation-account p .o-btn{margin-top:0}}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*//*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.c-address-locator{margin:2.35294118rem 0}@media only screen and (min-width: 45.0625em){.c-address-locator{margin:4.16666667% 0}}.c-address-locator--intext{padding:2.35294118rem 0;border:1px solid rgba(77,82,86,0.6);border-width:1px 0}@media only screen and (min-width: 45.0625em){.c-address-locator--intext{padding:4.16666667% 0}}.c-address-locator__section{padding-top:0}.c-address-locator__label{display:none;margin-bottom:1em;width:100%}.c-address-locator--intext .c-address-locator__label{display:inline-block}@media only screen and (min-width: 45.0625em){.c-address-locator__label{margin-bottom:0;width:auto}}.c-address-locator__input{margin:0 1em;width:auto}.c-address-locator__input:first-of-type{margin-left:0}.c-address-locator--intext .c-address-locator__input{display:inline-block}.c-address-locator--intext .c-address-locator__input:first-of-type{margin-left:1em}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.c-addresses--general{list-style:none;display:inline}.c-addresses--general li{list-style-type:none;line-height:35px;padding-left:30px}.c-addresses--general li>.c-addresses__editlink,.c-addresses--general li>svg{margin-left:-30px}.c-addresses--general li svg{width:20px;height:20px;margin-top:-5px;margin-right:5px;vertical-align:middle;stroke:#002D55}.c-addresses--listingcontainer h3{margin:60px 0 0}.c-addresses--listinggroup{list-style:none;display:inline-block;padding:0}.c-addresses--listinggroup li{list-style-type:none;line-height:25px;padding-left:30px}.c-addresses--listinggroup li svg{width:20px;height:20px;margin-top:-5px;margin-right:5px;margin-left:-30px;vertical-align:middle;stroke:#002D55}.c-addresses__img{max-width:100%;height:auto}.c-addresses__img--large{width:350px !important;height:470px}.c-addresses__table{float:left;text-align:left;width:100%}.c-addresses__tableitem{line-height:1.8}.c-addresses__tableitem--equal{padding-right:2%;width:50%}.c-addresses__editlink:hover{text-decoration:none}.c-addresses__map{margin-bottom:30px;overflow:hidden}.c-addresses__map .o-gridblock__item--map img{width:100% !important;max-width:350px !important;height:auto !important}.tx-drk-adressen .c-addresses{width:100%;overflow:hidden;margin-bottom:30px}.tx-drk-adressen .c-addresses th,.tx-drk-adressen .c-addresses td{min-width:280px !important}@media only screen and (max-width: 37em){.tx-drk-adressen .c-addresses{overflow-x:scroll !important}.tx-drk-adressen .c-addresses th,.tx-drk-adressen .c-addresses td{padding-right:30px !important}.tx-drk-adressen .c-addresses th+th,.tx-drk-adressen .c-addresses td+td{padding-right:0px !important}.tx-drk-adressen .c-addresses::-webkit-scrollbar{width:12px !important;-webkit-appearance:none !important}.tx-drk-adressen .c-addresses::-webkit-scrollbar:horizontal{height:12px}.tx-drk-adressen .c-addresses::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3) !important;-webkit-border-radius:10px !important;border-radius:10px !important}.tx-drk-adressen .c-addresses::-webkit-scrollbar-thumb{-webkit-border-radius:10px !important;border-radius:10px !important;background:#41617D !important;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.5) !important}.tx-drk-adressen .c-addresses::-webkit-scrollbar-thumb:window-inactive{background:#41617D !important}}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.c-article{margin:0 auto;max-width:100%;width:100%}.c-article:before,.c-article:after{content:" ";display:table}.c-article:after{clear:both}.c-article__lotto{text-align:right;margin:0.5rem 0}.c-article__lotto img{display:inline;width:120px;height:50px}.c-article__headline{font-size:30.6px}@media only screen and (min-width: 45.0625em){.c-article__headline{font-size:34.85px}}@media only screen and (min-width: 64.0625em){.c-article__headline{font-size:34.85px}}.c-article__meta{border-bottom:1px solid rgba(77,82,86,0.6);display:inline-block;margin:1em 0 1.47058824rem}@media only screen and (min-width: 45.0625em){.c-article__meta{width:36.36363636%;margin-top:0}}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.c-autocomplete{position:relative;display:inline-block}.c-autocomplete__input{position:relative;vertical-align:top;background-color:transparent}.c-autocomplete__hint{position:absolute;top:0;left:0;border-color:transparent;box-shadow:none;background-color:#002D55;color:white}.c-autocomplete__menu{position:absolute;top:100%;left:0;z-index:100;display:none}.c-autocomplete__highlight{background-color:#002D55;color:white}.c-autocomplete__dataset{background-color:white;box-shadow:0 5px 10px 0 rgba(0,0,0,0.4)}.c-autocomplete__suggestion{padding:5px;clear:both;color:black;display:block;font-weight:normal;line-height:2.25;position:relative;transition:all .2s ease-in-out;white-space:nowrap;z-index:50}.c-autocomplete__suggestion:hover{background-color:#002D55;box-shadow:0 5px 10px 3px rgba(0,0,0,0.2);color:white;cursor:pointer;position:relative;z-index:100}.c-autocomplete__fail{color:white;background-color:#e60005;font-size:13.6px;padding:5px;width:200px}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.cc-overlay ~ .c-page,.c-overlay ~ .popup-layer{-webkit-filter:blur(5px);filter:blur(5px);-webkit-transition:-webkit-filter 150ms linear;transition:filter 150ms linear;overflow:hidden}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.c-contactform{display:block}.c-gmaps{margin-bottom:20px}/*!
* Pikaday
* Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
*/.pika-single{z-index:9999;display:block;position:relative;color:#554F4A;background:white;border:1px solid rgba(77,82,86,0.6);border-bottom-color:rgba(77,82,86,0.6);font-family:'Helvetica Neue', Helvetica, Arial, sans-serif}.pika-single.is-hidden{display:none}.pika-single.is-bound{position:absolute;box-shadow:0 5px 15px -5px black}.pika-single::before,.pika-single::after{content:' ';display:table}.pika-single::after{clear:both}.pika-lendar{float:left;width:auto;margin:8px}.pika-title{position:relative;text-align:center}.pika-title select{cursor:pointer;position:absolute;z-index:9998;margin:0;left:0;top:5px;filter:alpha(opacity=0);opacity:0}.pika-label{display:inline-block;position:relative;z-index:9999;overflow:hidden;margin:0;padding:5px 3px;font-size:14px;line-height:20px;font-weight:bold;background-color:white}.pika-prev,.pika-next{display:block;cursor:pointer;position:relative;outline:none;border:0;padding:0;width:20px;height:30px;text-indent:20px;white-space:nowrap;overflow:hidden;background-color:transparent;background-position:center center;background-repeat:no-repeat;background-size:75% 75%;opacity:.5}.pika-prev:hover,.pika-next:hover{opacity:1}.pika-prev.is-disabled,.pika-next.is-disabled{cursor:default;opacity:.2}.pika-prev,.is-rtl .pika-next{float:left;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==")}.pika-next,.is-rtl .pika-prev{float:right;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=")}.pika-select{display:inline-block}.pika-table{width:100%;border-collapse:collapse;border-spacing:0;border:0}.pika-table th,.pika-table td{width:14.285714285714286%;padding:0}.pika-table th{color:rgba(77,82,86,0.6);font-size:12px;line-height:25px;font-weight:bold;text-align:center}.pika-table abbr{border-bottom:0;cursor:help}.pika-button{cursor:pointer;display:block;-moz-box-sizing:border-box;box-sizing:border-box;outline:none;border:0;margin:0;width:100%;padding:15px;color:black;font-size:16px;line-height:15px;text-align:center;background:white;transition:all .5s ease-out}.is-today .pika-button{color:#002D55;font-weight:bold}.is-selected .pika-button{color:white;font-weight:bold;background:#002D55;box-shadow:inset 0 1px 3px #002D55;border-radius:500px}.is-disabled .pika-button{pointer-events:none;cursor:default;color:rgba(77,82,86,0.6);opacity:.3}.pika-button:hover{background:#002D55;border-radius:500px;z-index:999;box-shadow:none;color:white;transform:scale(1.2)}.pika-week{font-size:11px;color:rgba(77,82,86,0.6)}.is-inrange .pika-button{background:#efeeea}.is-startrange .pika-button{color:white;background:#002D55;box-shadow:none;border-radius:3px}.is-endrange .pika-button{color:white;background:#002D55;box-shadow:none;border-radius:3px}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.c-divider{background-color:#b4b4b4;border:0;color:#b4b4b4;height:1px;margin:0 0 2.35294118rem;width:100%}.o-cms-content+.c-divider{margin-top:0}@media only screen and (min-width: 64.0625em){.c-divider{margin:0 0 2.35294118rem}.o-cms-content+.c-divider{margin-top:0}}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.c-donation-form{background:#ecf6fc;margin:0;padding:20% 10% 10%}@media only screen and (min-width: 45.0625em){.c-donation-form{padding:7.69230769%}}@media only screen and (min-width: 64.0625em){.c-donation-form{padding:9.09090909%}}.c-donation-form__payment .o-button-select__item{margin-bottom:0}.c-donation-form__payment__addition{margin-bottom:2.35294118rem}.c-donation-form__amount>.o-error-list{padding:10px 5px 0;background:#fff}.c-donation-form__amount>.o-error-list>.o-error-list__item{text-align:center}.c-donation-form__error{color:#e60005}.c-donation-form .o-form--products.hide{display:none}.c-donation-form .o-valid-bar{position:absolute;top:auto;bottom:-0.35rem;left:0;width:0;height:0.35rem;background:#E60005;-webkit-transition:width 1000ms ease 0s, background 600ms ease-out 0s;-moz-transition:width 1000ms ease 0s, background 600ms ease-out 0s;-ms-transition:width 1000ms ease 0s, background 600ms ease-out 0s;-o-transition:width 1000ms ease 0s, background 600ms ease-out 0s;transition:width 1000ms ease 0s, background 600ms ease-out 0s}.c-donation-form .o-valid-bar.o-valid{width:100%;background:#002D55}.donation_amount_row{margin-bottom:0.5rem}.new_custom_donation_amount_row .custom_amount_field{width:100%}.new_custom_donation_amount_row::before,.new_custom_donation_amount_row::after{display:none;padding-bottom:0%}#form-donation-amount_custom{display:none}.new_custom_donation_amount_row{margin-left:0;margin-right:0;margin-bottom:-0.25rem}.new_custom_donation_amount_row .o-button-select__item::before{padding-bottom:0%;display:none}.new_custom_donation_amount_row .js-donation__custom-amount{text-align:left;display:block !important;width:100% !important;background:white !important;height:2.25rem !important;box-shadow:none !important;line-height:100% !important;border:0 !important;border-bottom:1px solid #002D55 !important;font-size:17px !important;outline:none !important;padding:0em 1em}.new_custom_donation_amount_row .js-donation__custom-amount.has-error{border-bottom:1px solid #e60005 !important;color:#e60005 !important}.custom_amount_field{position:relative;height:2.25rem !important;margin-bottom:2rem}@media only screen and (min-width: 45.0625em){.new_custom_donation_amount_row .custom_amount_field{width:74%}.margin_donation_ammount{margin-bottom:2.3529411765rem}}@media only screen and (max-width: 400px){.new_custom_donation_amount_row .custom_amount_field{margin-bottom:3rem}}#card_token-form .c-summary__number{background-color:#002D55 !important}.c-donation-meter__progress{width:93% !important}.donaterange_button .noUi-background{width:67%}.donaterange_button .worth.first{margin-right:40px}@media only screen and (max-width: 900px){.donaterange_button .noUi-background{width:64%}}@media only screen and (max-width: 850px){.donaterange_button .noUi-background{width:62%}}@media only screen and (max-width: 800px){.donaterange_button .noUi-background{width:61%}}@media only screen and (max-width: 700px){.donaterange_button .noUi-background{width:58%}}@media only screen and (max-width: 650px){.donaterange_button .noUi-background{width:55%}}@media only screen and (max-width: 600px){.donaterange_button .noUi-background{width:52%}}@media only screen and (max-width: 585px){.donaterange_button{display:none !important}.donation-button-mobile{display:block !important}}.SHOW-OFF{display:none !important}.c-donation-form__payment>.o-button-select__item.show-desktop:nth-child(2n),.c-donation-form__payment>.o-button-select__item.show-table:nth-child(2n){clear:left;padding-right:0}form input[type=text]::-ms-clear,form input[type=email]::-ms-clear{display:none}form.o-uxtest .o-radio-group#c-frequency{margin-bottom:0.941176rem}.amount-tooltip{width:32%;right:26%;top:15% !important}.amount-tooltip .tooltip-close{position:absolute;width:1.25rem;height:1.25rem;top:0.75rem;right:0.75rem;color:#002D55;z-index:10;cursor:pointer}#amount-info-text h1,#amount-info-text h2,#amount-info-text h3{font-size:0.9rem;color:#554f4a;font-weight:bold}.sprite-amount-info{top:-0.5rem !important;right:0.5rem !important;cursor:pointer !important}@media only s
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.c-donation-link{text-transform:uppercase;display:inline-block;line-height:2.35294118rem;height:1.8529411765rem;width:auto;padding-top:0.75rem}.c-donation-link a,.c-donation-link a:hover{padding:0;display:block;width:100%;color:white;height:44px;background:#E60005;line-height:44px;-webkit-transition:all 300ms ease-in-out 0s;-moz-transition:all 300ms ease-in-out 0s;-ms-transition:all 300ms ease-in-out 0s;-o-transition:all 300ms ease-in-out 0s;transition:all 300ms ease-in-out 0s}@media only screen and (min-width: 45.0625em){.c-donation-link a,.c-donation-link a:hover{width:auto;display:inline-block;color:#fff;height:31px;background:#E60005;padding:0 1rem;margin-top:0;line-height:31px}}@media only screen and (min-width: 64.0625em){.c-donation-link a,.c-donation-link a:hover{height:31px;line-height:31px}}.c-donation-link a:hover{background:#a51e0f}@media only screen and (min-width: 45.0625em){.c-donation-link{float:left;width:auto;padding-top:0.25rem;line-height:1.8529411765rem}}@media only screen and (min-width: 64.0625em){.c-donation-link{padding-top:0.75rem}}.c-donation-link__text{padding:.2rem .5rem .3rem;line-height:1.641176rem;height:1.941176rem}@media only screen and (min-width: 45.0625em){.c-donation-link__text{height:1.941176rem;line-height:1.641176rem;margin:0;padding:0}}.c-donation-meter{overflow:hidden}.c-donation-meter__content{margin:0 0 40px;padding:25px 37px 0;border:1px solid rgba(77,82,86,0.6)}.c-donation-meter__progress{position:relative;margin:0;padding:1px;height:20px;border:1px solid rgba(77,82,86,0.6)}.c-donation-meter__progress-bar{display:block;width:0;height:16px;background:#ecf6fc}.c-donation-meter__hint{position:absolute;bottom:100%;left:0;width:200px;margin:0 0 15px -100px;text-align:center}.c-donation-meter__hint::after{content:'';position:absolute;z-index:2;left:50%;top:100%;margin:1px 0 0 -8px;border-top:8px solid white;border-left:8px solid transparent;border-right:8px solid transparent}.c-donation-meter__hint::before{content:'';position:absolute;z-index:2;left:50%;top:100%;margin:1px 0 0 -9px;border-top:9px solid rgba(77,82,86,0.6);border-left:9px solid transparent;border-right:9px solid transparent}.c-donation-meter__hint-wrap{position:relative;z-index:1;padding:3px 10px;border:1px solid rgba(77,82,86,0.6);font-size:12px;background:white;white-space:nowrap}.c-donation-meter__scale{position:relative;margin:0;padding:0;height:60px;list-style:none;color:#554F4A}.c-donation-meter__scale--small{font-size:.85em}.c-donation-meter__fraction{position:absolute;top:0;width:10%;margin-left:-5%;padding:25px 0 0;text-align:center}.c-donation-meter__fraction:first-child{color:#554F4A}.c-donation-meter__fraction:nth-child(2n){color:#554F4A}.c-donation-meter__fraction--1{left:10%}.c-donation-meter__fraction--2{left:20%}.c-donation-meter__fraction--3{left:30%}.c-donation-meter__fraction--4{left:40%}.c-donation-meter__fraction--5{left:50%}.c-donation-meter__fraction--6{left:60%}.c-donation-meter__fraction--7{left:70%}.c-donation-meter__fraction--8{left:80%}.c-donation-meter__fraction--9{left:90%}.c-donation-meter__fraction--10{left:100%}.c-donation-meter__fraction::before{content:'';position:absolute;top:0;left:50%;width:1px;height:20px;background:rgba(77,82,86,0.6)}.c-donation-meter__fraction--10::before{margin-left:-1px}.c-donation-meter__step{position:absolute;top:0;left:50%;width:1px;height:10px;margin-left:16.6667%;background:rgba(77,82,86,0.6)}.c-donation-meter__step--2{margin-left:33.3333%}.c-donation-meter__step--3{margin-left:50%}.c-donation-meter__step--4{margin-left:66.6667%}.c-donation-meter__step--5{margin-left:83.3333%}.c-donation-meter__fraction--10>.c-donation-meter__step{display:none}.c-donation-meter h2{margin-bottom:15px}.c-donation-meter-intro-text{padding-bottom:30px}.c-donation-meter__progress{position:relative;margin:0;padding:1px;height:22px;border:2px solid #e0ddd6;width:95%}.c-donation-meter__scale li.odd,.c-donation-meter__progress-bar{display:none}.c-donation-meter__progress-bar-start,.c-donation-meter__progress-bar-end,.c-donation-meter__progress-bar-1,.c-donation-meter__progr
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.c-download-list__item{font-size:14.62px;padding:0 0 1.17647059rem}@media only screen and (min-width: 45.0625em){.c-download-list__item{float:left;width:50%}.c-download-list__item:nth-of-type(2n){padding-right:0;padding-left:1.17647059rem}}@media only screen and (min-width: 64.0625em){.c-download-list__item{padding-right:1.47058824rem}.c-download-list__item:nth-of-type(2n){padding-right:0;padding-left:1.47058824rem}}.c-download-list__link{background-position:left .25rem;background-size:20px;display:block;padding-left:2.35294118rem}@media only screen and (min-width: 64.0625em){.c-download-list__link{padding-left:2.94117647rem;background-size:30px}}.c-download-list__description{display:block;padding-left:2.35294118rem}@media only screen and (min-width: 64.0625em){.c-download-list__description{padding-left:2.94117647rem}}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.c-filterblock{border:1px solid rgba(77,82,86,0.6);border-width:1px 0;margin:2.35294118rem 0;padding:1.47058824rem 0}@media only screen and (min-width: 64.0625em){.c-filterblock{padding:1.47058824rem 6.25%;margin:2.94117647rem 0}}@media only screen and (min-width: 45.0625em){.c-filterblock__item{margin-bottom:0}}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.c-flyout{background:none;width:100%;max-width:320px;margin:1rem auto}@media only screen and (min-width: 64.0625em){.c-flyout{background-position-y:-1.47058824rem;background-size:15px 110%;background:url("/typo3conf/ext/frs_drk_template/Resources/Public/Images/png/flyout-shadow.png") no-repeat;display:block;left:100%;margin-top:-1.47058824rem;max-width:180px;overflow:hidden;padding:1.47058824rem 0;position:absolute;width:41.66666667%}}@media only screen and (min-width: 90.0625em){.c-flyout{max-width:265px;padding-right:0}}.c-flyout__input{font-size:34px;text-align:center;width:100%}.c-flyout__input:focus,.c-flyout__input:hover{font-size:34px;text-align:center}.c-flyout form{width:100%}.c-flyout__body{color:#554F4A;font-size:14.62px;left:0;margin-bottom:1.47058824rem;min-height:6.61764706rem;overflow:hidden;position:relative;transition:all .7s;width:100%}@media only screen and (min-width: 64.0625em){.c-flyout__body{left:-1000px}}@media only screen and (min-width: 64.0625em){.c-flyout__body.is-in-viewport{transform:translate3d(1000px, 0, 0)}}@media only screen and (min-width: 64.0625em){.no-csstransforms3d .c-flyout__body{transform:translateX(1000px)}}.c-flyout__content{background:white;border:1px solid #e60005;border-radius:1.76470588rem 1.76470588rem 0 0;border-width:1px 1px 0;overflow:hidden;padding:0}@media only screen and (min-width: 45.0625em){.c-flyout__content{background:transparent;border-radius:1.76470588rem 1.76470588rem 0 0}}@media only screen and (min-width: 64.0625em){.c-flyout__content{border-radius:0 1.76470588rem 0 0;border-width:1px 1px 0 0}}.c-flyout__content .o-media__body{margin:0;padding:0 20px 20px}.c-flyout__content .o-media__body span.flyoutH4{margin:0 0 10px;word-break:normal;display:block}.c-flyout__content .o-simple-form{padding:0 20px 20px}.c-flyout__content--full-border{border-radius:0 1.76470588rem 1.76470588rem 0;border-width:1px 1px 1px 0}.c-flyout__content--newsletter h1,.c-flyout__content--newsletter h2,.c-flyout__content--newsletter h3,.c-flyout__content--newsletter h4,.c-flyout__content--newsletter h5{padding-left:20px}.c-flyout__foot{border-radius:0 0 1.76470588rem;border:1px solid #e60005;border-top:0;border-left:0;min-height:30px;overflow:hidden}.c-flyout__foot--borderless{border:0}.c-flyout__action{font-size:19px;font-size:1.11764706rem;line-height:1.42105263;background:#002D55;border:0;border-radius:0 0 1.76470588rem 1.76470588rem;color:white;display:block;line-height:1.3;outline:none;padding:20px 20px 15px 15px;text-align:left;width:100%}.c-flyout__action:hover{background:#008ccd;color:white;text-decoration:none}.c-flyout__action:hover svg{fill:white}.c-flyout__action:hover{background:#008ccd;color:white;text-decoration:none}.c-flyout__action:hover svg{fill:white}@media only screen and (min-width: 64.0625em){.c-flyout__action{border-radius:0 0 1.76470588rem}}.c-flyout__action-text{margin-right:0;display:block;margin-left:1.75em}.c-flyout__action-icon{display:block;float:left;fill:currentColor;height:1.1em}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.c-form{background:#ecf6fc;margin:0;padding:20% 10% 10%}@media only screen and (min-width: 45.0625em){.c-form{padding:7.69230769%}}@media only screen and (min-width: 64.0625em){.c-form{padding:9.09090909%}}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.c-gallery--item__link{display:block;position:relative}.c-gallery--item__link>img{max-width:none;width:100%}.c-gallery .o-media,.c-gallery .c-news-slider{margin:30px 0}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.c-gallery-slider{margin-bottom:2.35294118rem;padding:2.35294118rem 0;overflow:hidden;background:#efeeea}.c-gallery-slider:last-of-type{margin-bottom:0;padding-bottom:4.16666667%}@media only screen and (min-width: 45.0625em){.c-gallery-slider{margin-bottom:4.16666667%;padding:4.16666667% 0}}.c-gallery__slider .c-news-slider__break,.c-gallery__slider .c-news-slider__play{position:absolute;border:0;background:rgba(255,255,255,0.82);top:0;right:auto;left:0;width:30px;height:38px;color:#002D55;z-index:9;font-size:1.3rem;-webkit-transition:background 300ms ease-in-out 0s;-moz-transition:background 300ms ease-in-out 0s;-ms-transition:background 300ms ease-in-out 0s;-o-transition:background 300ms ease-in-out 0s;transition:background 300ms ease-in-out 0s}.c-gallery__slider .c-news-slider__break>svg,.c-gallery__slider .c-news-slider__play>svg{width:10px;height:20px}@media only screen and (min-width: 64.0625em){.c-gallery__slider .c-news-slider__break,.c-gallery__slider .c-news-slider__play{top:0}}@media only screen and (max-width: 45em){.c-gallery__slider .c-news-slider__break,.c-gallery__slider .c-news-slider__play{top:0;left:0}}.c-gallery__slider .c-news-slider__play{border:0;background:rgba(255,255,255,0.82)}.c-gallery__slider .c-gallery-slider__item{display:none;visibility:hidden}.c-gallery__slider .c-gallery-slider__item:first-child{visibility:visible;display:block}.c-gallery__slider .c-gallery-slider__item.slick-slide{visibility:visible;display:block}.c-gallery-slider__list{clear:both;margin-bottom:0;position:relative}.c-gallery-slider__item.slick-active{text-decoration:inherit}.c-page--twocolumns .c-gallery__slider img{max-height:467px !important}.c-page--twocolumns .c-timeline-article .c-gallery__slider .o-media__imageholder{min-height:467px !important}.c-page--twocolumns .c-timeline-article .c-gallery__slider img{width:auto;max-height:467px !important}.c-page--twocolumns .c-gallery__slider .slick-list{max-height:525px !important}.c-gallery-slider__headline{margin-bottom:4.16666667%}.c-gallery-slider__arrow{background:rgba(255,255,255,0.8);border:0;color:black;height:2.20588235rem;margin:0;padding:0;height:2.20588235rem;position:absolute;top:0;z-index:13}.c-gallery-slider__arrow:hover{color:black}.c-gallery-slider__arrow>svg{fill:#002D55;height:1.76470588rem;width:1.76470588rem;padding:0.14705882rem;margin:0}@media only screen and (min-width: 64.0625em){.c-gallery-slider__arrow>svg{height:2.20588235rem;width:2.20588235rem;padding:0.14705882rem;margin:0}}.c-gallery-slider__arrow--prev{left:30px}.c-gallery-slider__arrow--next{left:80px;right:auto}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.c-glossary{display:inline;float:left;width:100%;text-align:center;border-top:1px solid rgba(77,82,86,0.6);border-bottom:1px solid rgba(77,82,86,0.6);padding:10px 0;margin:0 auto}.c-glossary li{display:inline-block;text-transform:uppercase;padding:10px}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.c-hotline__title{font-size:25.5px !important;margin:0}.c-hotline__phone{color:#002D55}.c-hotline__phone:hover{text-decoration:underline}.c-hotline__phone h3{color:#002D55;display:inline-block}.c-hotline__phone h3:hover{text-decoration:underline}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.c-jobboard{width:100%}.c-jobboard__tableheader--date{width:15%}.c-jobboard__tableheader--jobtitle{width:40%}.c-jobboard__tableheader--location{width:20%}.c-jobboard__tableheader--employer{width:30%}.c-jobboard__label{padding-left:25px}.c-jobboard__label--nopadding{padding-left:0}.c-jobboard__tableitem{vertical-align:top;line-height:1.05882353rem !important}.c-jobboard-form-search__section-advanced{display:none}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.c-kesearch-result{width:100%}.c-kesearch-result__imageholder{position:relative;width:100%;margin-bottom:20px}@media only screen and (min-width: 45.0625em){.c-kesearch-result__imageholder{width:25%;float:left;margin-right:20px}}.c-kesearch-result__body{width:100%}@media only screen and (min-width: 45.0625em){.c-kesearch-result__body{width:70%}.c-kesearch-result__body--3column{width:100%}}.c-kesearch-result__image{margin:0 0 13px}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.c-kesearch-form{padding:20px 0;margin-top:2.94117647rem;margin-bottom:2.94117647rem;border-top:1px solid rgba(77,82,86,0.6);border-bottom:1px solid rgba(77,82,86,0.6);clear:both}.c-kesearch-form .o-form__item{margin:0}@media only screen{.c-kesearch-form .o-form__item{padding:10px}}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.c-language-switch{float:left;padding:0;position:relative;text-transform:uppercase;z-index:10}@media only screen{.c-language-switch{margin:0 0 0 5px}}@media only screen and (min-width: 45.0625em){.c-language-switch{margin:0 0 0 10px}}.c-language-switch__item{display:inline;float:left;list-style:none}.c-language-switch__link{display:block;height:2.35294118rem;line-height:2.35294118rem;padding:.2rem .5rem .3rem}.c-language-switch__link--active{color:black}@media only screen and (min-width: 64.0625em){.c-language-switch__link{height:2.94117647rem;line-height:2.94117647rem}}.switch-button{position:absolute;top:-2.5rem;display:inline-block;position:relative;height:5rem;width:5rem;margin:0 auto 0 auto;background-color:#f2f2f2;border-radius:5rem 5rem 0 0;-moz-border-radius:5rem 5rem 0 0;-webkit-border-radius:5rem 5rem 0 0;border-top:2px solid #9e9e9e;text-decoration:none;outline:0}.switch-button:focus{outline:0}.switch-button.active:before{font-family:"FontAwesome";content:'\f107';font-size:2rem;line-height:3rem}.switch-button:before{font-family:"FontAwesome";content:'\f106';font-size:2rem;line-height:3rem}.c-page-body .switch-button{position:absolute;top:-2.5rem;display:inline-block;position:relative;height:5rem;width:5rem;margin:0 auto 0 auto;background-color:#f2f2f2;border-radius:5rem 5rem 0 0;-moz-border-radius:5rem 5rem 0 0;-webkit-border-radius:5rem 5rem 0 0;border-top:2px solid #9e9e9e;text-decoration:none;outline:0}.c-page-body .switch-button:focus{outline:0}.c-page-body .switch-button.active:before{font-family:"FontAwesome";content:'\f107';font-size:2rem;line-height:3rem}.c-page-body .switch-button:before{font-family:"FontAwesome";content:'\f106';font-size:2rem;line-height:3rem}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.c-main-stage{max-width:100%;position:relative}.c-main-stage .c-stage-teaser__wrapper{top:auto;bottom:0}.c-main-stage .c-stage-teaser__wrapper h2 p,.c-main-stage .c-stage-teaser__wrapper h3 p{margin:0}.c-main-stage .c-stage-teaser__wrapper h2{display:inline-block;width:auto;font-size:2rem;margin:0.735294rem auto 0.367647rem auto}.c-main-stage .c-stage-teaser__wrapper h3{display:inline-block;width:auto}@media (max-width: 700px){.c-main-stage .c-stage-teaser__wrapper h2,.c-main-stage .c-stage-teaser__wrapper .donaterange_button strong{font-size:1.6rem !important}.c-main-stage .c-stage-teaser__wrapper h2{display:inline-block;margin-bottom:1rem}}.c-main-stage__title{color:#e60005;font-size:1.5rem;line-height:normal;margin:0;padding-left:25%;position:absolute;text-align:left;top:5%;width:100%;z-index:1}@media only screen and (min-width: 45.0625em){.c-main-stage__title{top:7%;padding-left:0;font-size:2.05rem;text-align:center}}@media only screen and (min-width: 64.0625em){.c-main-stage__title{top:17%;font-size:2.588rem}}.c-main-stage__img-wrap{margin:0;overflow:hidden;width:100%}.c-header-slider .c-main-stage__img-wrap{max-height:628px}.c-main-stage__imagewrap{position:relative}@media (max-width: 700px){.c-main-stage__imagewrap .donaterange_button .button{position:relative;z-index:10}}.c-main-stage__image{display:inline-block;width:100%}@media only screen and (min-width: 45.0625em){.c-main-stage__image{width:100%;max-width:100%;margin-left:0}}.c-main-stage__footer{padding-top:2.35294118rem}@media only screen and (min-width: 45.0625em){.c-main-stage__footer{padding-top:4.16666667%}}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.c-mediathek{margin-bottom:2.35294118rem;max-width:100%;position:relative}@media only screen and (min-width: 45.0625em){.c-mediathek{margin-bottom:8.33333333%}}.c-mediathek__thumbnailstripe{display:none}.c-mediathek__item{margin-bottom:20px;padding:0}.c-mediathek__item .o-media__imageholder{background-color:white;background-position:center center;background-repeat:no-repeat;background-size:contain;height:250px}.c-mediathek__item__poster{border:1px solid rgba(77,82,86,0.6)}.c-mediathek__item__footer{background-color:#FFFFFF;padding-top:1em;width:100%}.c-mediathek__item__title{word-wrap:break-word}.c-mediathek__item--caption{display:none}@media screen and (max-width: 1024px){.c-page-body__column--aside .c-mediathek-element img{width:auto}}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.c-menu-breadcrumb{font-size:76.47%;margin-bottom:10px}.c-article .c-menu-breadcrumb__wrapper{margin-left:0}.c-menu-breadcrumb__item{display:inline-block}.c-menu-breadcrumb__item+.c-menu-breadcrumb__item::before{content:'/';display:inline-block;margin:0 .25em}.c-menu-breadcrumb__link{color:#554F4A}.c-menu-breadcrumb__link.is-active{color:#e60005}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.c-menu-drilldown{overflow:hidden;margin-bottom:2.94117647rem}.c-menu-drilldown__root{margin-top:0;margin-bottom:0}@media only screen and (min-width: 45.0625em){.c-menu-drilldown__root{margin-top:0}}.c-menu-drilldown__item--sub{margin-left:2.35294118rem}@media only screen and (min-width: 64.0625em){.c-menu-drilldown__item--sub{margin-left:2.94117647rem}}.c-menu-drilldown__item--sub .o-icon-list__icon{visibility:hidden}.c-menu-drilldown__item--sub .c-menu-drilldown__link::before{content:'';display:inline-block;visibility:hidden}.c-menu-drilldown__back-label{background-position:5px center;padding-left:1.68067227rem}.c-menu-drilldown__sub{display:none}@media only screen and (max-width: 45em){.o-gridblock__item:first-of-type .c-menu-drilldown{margin-bottom:0px}.o-gridblock__item:last-of-type .c-menu-drilldown{margin-bottom:2.9411764706rem}}@media only screen and (max-width: 45em){.o-gridblock__item:first-of-type .c-menu-drilldown{margin-bottom:0px}.o-gridblock__item:last-of-type .c-menu-drilldown{margin-bottom:2.9411764706rem}}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.c-menu-footer{padding-top:30px}@media only screen and (min-width: 45.0625em){.c-menu-footer{font-size:14.62px}}.c-menu-footer__donationicons{display:inline-block;text-align:right;width:100%}.c-menu-footer__donationicons svg{width:100%;height:45px}@media only screen and (min-width: 64.0625em){.c-menu-footer__donationicons{width:100%}}.c-menu-footer__donationitem{vertical-align:top;height:2.8705882353rem;margin-bottom:5rem;margin-left:1rem;width:21%;margin-bottom:3.8em;float:left}.c-menu-footer__donationitem:first-child{margin-left:0}@media only screen and (min-width: 64.0625em){.c-menu-footer__donationitem{width:17%;margin-left:2rem}.c-menu-footer__donationitem:first-child{margin-left:2rem}}.c-menu-footer__donationitem img{width:auto;max-height:63px}@media only screen and (min-width: 64.0625em){.c-menu-footer__donationitem img{max-height:89px}}.c-menu-footer__donationitem-top{padding-top:0.5rem}.c-menu-footer__donationitem-middle img{height:auto !important}.c-menu-footer__list--l1{margin-bottom:0;background:transparent}.c-menu-footer__list--l2{background:transparent}.c-menu-footer__item{line-height:1.9882352941}.c-menu-footer__item--l1{background:transparent;font-weight:bold;margin-bottom:0.73529412rem}.c-menu-footer__item--l2{background:transparent}.c-menu-footer__link{color:#554F4A;display:block}.c-menu-footer__link:hover{text-decoration:underline}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.c-menu-main{background:white;bottom:0;box-shadow:-5px 12px 20px 0 rgba(0,0,0,0.5);display:block;max-width:100%;min-width:310px;overflow-y:auto;padding:0 0 10px;position:fixed;right:-1500px;top:4.70588235rem;transition:0.25s all ease-in-out;z-index:5000}.c-menu-main__item{position:relative}.c-menu-main.is-active{transform:translate3d(-1500px, 0, 0)}.no-csstransforms3d .c-menu-main.is-active{transform:translateX(-1500px)}.c-menu-main.is-open{display:block}.f-topbar-fixed .c-menu-main{margin-top:-2.35294118rem;padding-top:2.35294118rem}@media only screen{.c-menu-main{padding:0 0 2.94117647rem}}@media only screen and (min-width: 64.0625em){.c-menu-main{top:5.88235294rem}.f-topbar-fixed .c-menu-main{margin-top:-2.94117647rem;padding-top:2.94117647rem}}@media only screen and (min-width: 45.0625em){.c-menu-main .c-newsletter-subscribe,.c-menu-main .c-search-form,.c-menu-main .c-donation-link,.c-menu-main .c-language-switch,.c-menu-main .c-light-speaking-link{display:none}}.c-menu-main__collapseicon{position:absolute;right:0px;top:0px;text-align:right;line-height:44px;color:initial;display:inline-block;width:auto;padding:0 20px;-webkit-transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;-ms-transition:all 0.3s ease-in-out 0s;-o-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s}.c-menu-main__collapseicon:hover{background-color:#ecf6fc;color:#002D55;text-decoration:none}.c-menu-main__collapseicon:focus{background-color:#ecf6fc;color:#002D55;text-decoration:none}.c-menu-main__collapseicon.is-highlighted{padding-right:16px}.c-menu-main-toggle__label{text-transform:uppercase}.c-menu-main__list{min-width:294px}.c-menu-main__item--l1{border-bottom:1px solid rgba(77,82,86,0.6)}.c-menu-main__item--l1:first-of-type{border-top:1px solid rgba(77,82,86,0.6)}.c-menu-main__item--l2{padding-left:0}.c-menu-main__item--l3{padding-left:0}.c-menu-main__item.is-highlighted>a{background-color:#ecf6fc !important;color:#002D55;text-decoration:none;transition:all .2s ease-in-out;border-right:4px solid #002D55;height:44px;display:block;padding-left:.5rem;line-height:44px;padding-top:0}.c-menu-main__link{color:#002D55;display:block;padding:.5rem;position:relative;height:44px;-webkit-transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;-ms-transition:all 0.3s ease-in-out 0s;-o-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s}.c-menu-main__link:hover{background-color:#ecf6fc;color:#002D55;text-decoration:none}.c-menu-main__link:focus{background-color:#ecf6fc;color:#002D55;text-decoration:none}.c-menu-main__link.is-active{background-color:#ecf6fc;color:#002D55}.c-menu-main__mobile-container{height:2.35294118rem;line-height:2.35294118rem;margin:-1.1rem 0 0 0}@media only screen and (min-width: 45.0625em){.c-menu-main__mobile-container{margin:0}}.c-menu-main__mobile-container .c-newsletter-subscribe,.c-menu-main__mobile-container .c-donation-link,.c-menu-main__mobile-container .c-language-switch{float:left;margin:0;padding:0}.c-menu-main__mobile-container .c-donation-link{float:none}@media only screen and (min-width: 45.0625em){.c-menu-main__mobile-container .c-donation-link{float:left;margin:0}}.c-menu-main__mobile-container .c-search-form{padding-left:0.4rem}.c-menu-main__mobile-container .c-language-switch__link{padding:0 8px}.c-menu-link{position:absolute;top:0;left:0;text-align:left;line-height:44px;height:44px;padding-left:.5rem;z-index:100}.c-light-speaking-link{text-transform:uppercase;display:inline-block;margin:0 17px 0 20px}.c-light-speaking-link img{padding:0.6rem 0.5rem 0.5rem 0.5rem;width:2.2rem;height:auto}@media only screen and (min-width: 45.0625em){.c-light-speaking-link{float:left;vertical-align:middle}}@media only screen and (max-width: 720px){.c-light-speaking-link{margin:0 10px}}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.c-menu-main-toggle:hover{text-decoration:none}@media only screen and (min-width: 64.0625em){.c-menu-main-toggle{height:2.94117647rem;width:11.76470588rem}}.c-menu-main-toggle--open{background-color:#002D55;cursor:pointer}.c-menu-main-toggle--close{background-color:black;cursor:pointer;fill:white;stroke:white}.c-menu-main-toggle--close:hover svg{fill:white;stroke:white}.c-menu-main-toggle__icon-wrap{display:none}.c-menu-main-toggle__icon-wrap.is-active{display:inline-block}.c-menu-main-toggle__icon-wrap:hover{background-color:black}.c-menu-main-toggle--animate{transform:rotate(180deg)}.c-menu-main-toggle__icon{transition:all .4s ease-in-out;padding:9px}@media only screen and (min-width: 64.0625em){.c-menu-main-toggle__icon{padding:12px}}.c-menu-main-toggle__label{color:#002D55;text-align:right;display:inline-block;line-height:2.35294118rem;padding:.2rem .5rem .3rem;vertical-align:top;width:123px}@media only screen and (min-width: 64.0625em){.c-menu-main-toggle__label{height:2.94117647rem;width:8.52941176rem;line-height:2.94117647rem}}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.c-menu-print{padding-top:30px}.c-menu-print__item{background:transparent;display:inline-block;height:1.47058824rem;margin-right:0.73529412rem;margin-bottom:-7px;width:1.47058824rem}.c-menu-print__label{display:inline-block;margin-right:0.73529412rem;width:auto}.c-menu-print__headline{font-weight:bold;margin-bottom:0.73529412rem;margin-top:0}.c-menu-print__icon{padding:0;fill:#002D55}.c-menu-print__icon:hover{fill:#008ccd}.c-menu-print__icon:focus{fill:#008ccd}.c-page--fullwidth .c-menu-print__list:first-child{margin-bottom:0}.c-page--fullwidth .c-menu-print__item{background-color:#002D55;display:inline-block;height:2.3529411765rem;width:2.3529411765rem}.c-page--fullwidth .c-menu-print__item{background-color:#002D55}.c-page--fullwidth .c-menu-print__icon{display:inline-block;height:100%;padding:10px;width:100%;color:white;fill:white}.c-page--fullwidth .c-menu-print__icon:hover{background-color:#008ccd;fill:white}.c-page--fullwidth .c-menu-print__icon:focus{background-color:#008ccd;fill:white}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.c-menu-share{margin-bottom:2.94117647rem;display:inline-block;width:auto;float:left}.c-menu-share.print{margin-left:1.5rem}.c-page-body__column--aside .c-menu-share{float:none}.c-menu-share__item{background-color:transparent;display:inline-block;height:2.35294118rem;width:2.35294118rem;margin-right:4px}.c-menu-share__link{background-color:#002D55;display:inline-block;height:2.35294118rem;width:2.35294118rem;transition:0.25s all ease}.c-menu-share__link:hover{background-color:#008ccd}.c-menu-share__icon{fill:white}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.c-menu-social__item{background:transparent;display:inline-block;height:1.47058824rem;margin-right:0.73529412rem;width:1.47058824rem}.c-menu-social__item-xing{display:none}.c-menu-social__item:last-child{margin-right:0}.c-menu-social__headline{font-weight:bold;margin-bottom:0.73529412rem;margin-top:0}.c-menu-social__icon{padding:0;fill:#554F4A;transition:.2s fill ease}.c-menu-social__link:hover .c-menu-social__icon,.c-menu-social__link:focus .c-menu-social__icon{fill:#1e1c1b}.social-media_title{font-size:1.266666rem;line-height:1.26;margin-bottom:6.25px}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.c-menu-awards{text-align:center;margin:0 auto;padding-left:0px !important;padding-right:0px !important;padding-top:1.5rem;padding-bottom:1.5rem;border-top:1px solid #e0ddd6 !important;width:100%}.c-menu-awards__headline a{text-align:center;font-weight:bold;margin-bottom:.7352941176rem;margin-top:0;color:#554f4a;font-family:HelveticaNeueLT,Open Sans,Arial,Helvetica,sans-serif}.c-menu-awards ul{padding:0;display:inline-block;width:auto;margin:0 auto;list-style:none}@media only screen and (min-width: 64.0625em){.c-menu-awards ul{width:80%}}.c-menu-awards ul li{margin:0 0 1.8rem 0;display:inline-block;text-align:center;width:50%}@media only screen and (min-width: 64.0625em){.c-menu-awards ul li{width:25%}}.c-menu-awards ul li a{display:inline-block;width:100%}.c-menu-awards ul li img{max-width:225px;height:auto}.c-menu-awards ul li img,.c-menu-awards ul li svg{width:45%;margin:0 auto}@media only screen and (min-width: 64.0625em){.c-menu-awards ul li img,.c-menu-awards ul li svg{width:65%;height:auto}}.c-menu-awards ul li:last-child{margin-right:0}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.c-meta-menu{text-align:center;margin-bottom:3.8em}.c-meta-menu ul{display:inline-block;width:auto;margin:0 auto;padding:0;list-style:none}.c-meta-menu ul li{float:left}.c-meta-menu ul li:after{content:'|'}.c-meta-menu ul li:last-child:after{content:''}.c-meta-menu ul li:last-child a{padding-right:1.5rem}.c-meta-menu ul li a{display:inline-block;margin:0.85rem 0.75rem;color:#554F4A;font-weight:bold;font-size:0.85rem;text-decoration:none}.c-meta-menu ul li a:hover{text-decoration:underline}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.c-meta-content{display:block}.c-meta-content__item{margin-top:2.94117647rem}.c-meta-content__item h3,.c-meta-content__item h4{color:#554F4A;font-size:14.62px;font-weight:bold;margin-bottom:-.75em}@media only screen and (min-width: 45.0625em) and (max-width: 64em){.c-meta-content__item{float:left;width:50%;margin-top:1.47058824rem;padding-right:1.47058824rem}.c-meta-content__item:nth-of-type(2n){padding-right:0;padding-left:1.47058824rem}}.ms-options-wrap,.ms-options-wrap *{box-sizing:border-box}.ms-options-wrap ul,.ms-options-wrap * ul{list-style:none;padding:0}.ms-options-wrap ul li,.ms-options-wrap * ul li{list-style-type:none;padding:0 5px}.ms-options-wrap>button:focus,.ms-options-wrap>button{position:relative;width:100%;text-align:left;border:0;background-color:#002D55;padding:5px 20px 5px 5px;margin-top:1px;font-size:16px;color:white;outline:none;white-space:nowrap}.ms-options-wrap>button::after{content:' ';height:0;position:absolute;top:50%;right:5px;width:0;border:6px solid #002D55;border-top-color:white;margin-top:-3px}.ms-options{position:absolute;left:0;height:auto;min-height:0 !important;max-height:inherit !important;min-width:100%;width:auto;margin-top:1px;margin-bottom:20px;background:#ecf6fc;z-index:2000;border:1px solid rgba(77,82,86,0.6)}.ms-options>.ms-search input{width:100%;padding:4px 5px;border:0;border-bottom:1px groove;outline:none}.ms-options .ms-selectall:hover{text-decoration:underline}.ms-options>.ms-selectall.global{margin:4px 5px}.ms-options>ul>.optgroup+.optgroup{border-top:1px solid rgba(77,82,86,0.6)}.ms-options>ul>.optgroup .label{display:block;padding:5px 0;font-weight:bold}.ms-options>ul label{position:relative;display:inline-block;width:100%;padding:4px;margin:1px 0}.ms-options>ul .selected label,.ms-options>ul label:hover{background-color:#002D55;color:white}.ms-options>ul input[type="checkbox"]{margin-right:10px;position:absolute;left:4px;top:10px}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.c-news-detail-slider{margin:0 -10px}.c-news-detail-slider .slick-slide{padding:0}@media only screen and (min-width: 45.0625em){.c-news-detail-slider .slick-slide{padding:0 10px}}.c-news-detail-slider .c-news-slider__arrow{top:5px}.c-news-detail-slider .c-news-slider__arrow>svg{height:inherit;width:inherit}.c-news-detail-slider .c-news-slider__arrow--next{right:25px}@media only screen and (min-width: 45.0625em){.c-news-detail-slider .c-news-slider__arrow--next{right:35px}}@media only screen and (min-width: 64.0625em){.c-news-detail-slider .c-news-slider__arrow{top:53%}}.c-news-detail-slider .c-news-slider__arrow--prev{right:62px}@media only screen and (min-width: 45.0625em){.c-news-detail-slider .c-news-slider__arrow--prev{right:70px}}.c-news-detail-slider .c-news-slider__break,.c-news-detail-slider .c-news-slider__play{position:absolute;border:0;background:rgba(255,255,255,0.82);top:-35px;right:auto;left:4px;width:32px;height:32px;color:#002D55;z-index:9;font-size:1.3rem;-webkit-transition:background 300ms ease-in-out 0s;-moz-transition:background 300ms ease-in-out 0s;-ms-transition:background 300ms ease-in-out 0s;-o-transition:background 300ms ease-in-out 0s;transition:background 300ms ease-in-out 0s}@media only screen and (min-width: 64.0625em){.c-news-detail-slider .c-news-slider__break,.c-news-detail-slider .c-news-slider__play{left:7px;top:-35px}}@media only screen and (max-width: 45em){.c-news-detail-slider .c-news-slider__break,.c-news-detail-slider .c-news-slider__play{top:13px;left:10px}}.c-news-detail-slider .c-news-slider__play{border:0;background:rgba(255,255,255,0.82)}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.c-news-list{display:block}.c-news-list__date{display:block;font-size:75%}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/@media only screen and (min-width: 45.0625em){.c-news-slider{margin-bottom:4.16666667%;padding:4.16666667% 0}}.c-news-slider__list,.c-partner-slider{clear:both;margin-bottom:0;position:relative}@media only screen and (min-width: 45.0625em){.c-news-slider__list,.c-partner-slider{margin:0 -1.47058824rem}}@media only screen and (min-width: 64.0625em){.c-news-slider__list,.c-partner-slider{margin:0;padding:0 2.94117647rem;padding-left:4.41176471rem}}.c-news-slider__list .c-news-slider__break,.c-news-slider__list .c-news-slider__play,.c-partner-slider .c-news-slider__break,.c-partner-slider .c-news-slider__play{position:absolute;border:0;background:rgba(255,255,255,0.82);top:-35px;right:auto;left:4px;width:32px;height:32px;color:#002D55;z-index:9;font-size:1.3rem;-webkit-transition:background 300ms ease-in-out 0s;-moz-transition:background 300ms ease-in-out 0s;-ms-transition:background 300ms ease-in-out 0s;-o-transition:background 300ms ease-in-out 0s;transition:background 300ms ease-in-out 0s}@media only screen and (min-width: 64.0625em){.c-news-slider__list .c-news-slider__break,.c-news-slider__list .c-news-slider__play,.c-partner-slider .c-news-slider__break,.c-partner-slider .c-news-slider__play{top:-35px}}@media only screen and (max-width: 45em){.c-news-slider__list .c-news-slider__break,.c-news-slider__list .c-news-slider__play,.c-partner-slider .c-news-slider__break,.c-partner-slider .c-news-slider__play{top:13px;left:10px}}.c-news-slider__play img{width:10px;height:20px}.c-news-slider__break img{width:10px;height:20px}.c-news-slider .c-news-slider__item{display:none;visibility:hidden}.c-news-slider .c-news-slider__item:first-child{visibility:visible;display:block}.c-news-slider .c-news-slider__item.slick-slide{visibility:visible;display:block}.c-news-slider__item.slick-active{text-decoration:inherit}@media only screen and (min-width: 45.0625em){.c-news-slider__item{padding:0 1.47058824rem}}@media only screen and (min-width: 64.0625em){.c-news-slider__item{padding:0 2.94117647rem;margin-left:-1.47058824rem}}.c-news-slider__headline{margin-bottom:2.94117647rem}.c-news-slider__arrow{background:transparent;border:0;color:#002D55;height:80px;padding:0;position:absolute;top:5px;width:42px;z-index:7}.c-news-slider__arrow img{height:60px}.c-news-slider__arrow:hover{color:black}@media only screen and (min-width: 45.0625em){.c-news-slider__arrow{top:-100px}}@media only screen and (min-width: 64.0625em){.c-news-slider__arrow>svg{height:auto;width:5.88235294rem}}@media only screen and (min-width: 64.0625em){.c-news-slider__arrow{margin-top:-4.41176471rem;height:auto;top:50%;width:42px}}.c-news-slider__arrow--prev{right:62px;left:auto;width:42px}@media only screen and (min-width: 64.0625em){.c-news-slider__arrow--prev{left:0;right:auto}}.c-news-slider__arrow--next{right:5px;width:42px}@media only screen and (min-width: 64.0625em){.c-news-slider__arrow--next{right:0}}.c-partner-slider .c-news-slider__arrow{padding:0 !important}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.c-overview{margin:0 auto;max-width:100%;width:100%}.c-overview:before,.c-overview:after{content:" ";display:table}.c-overview:after{clear:both}@media only screen and (min-width: 45.0625em){.c-overview__header{margin-left:4.16666667%}}.c-overview__headline{font-size:30.6px}@media only screen and (min-width: 45.0625em){.c-overview__headline{font-size:34.85px}}@media only screen and (min-width: 64.0625em){.c-overview__headline{font-size:43.996px}}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.c-page--container__half{width:50%;float:left}.c-page--container__onethird{width:25%;float:left}.c-page--container_twothird{width:75%;float:left}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.c-page-body>.o-section{overflow:hidden}.c-page-body__column--main{padding-left:1.47058824rem;padding-right:1.47058824rem;width:100%;float:left;padding-right:0}@media only screen{.c-page-body__column--main{padding-left:1.47058824rem;padding-right:1.47058824rem;width:100%;float:left;padding:0}}@media only screen and (min-width: 64.0625em){.c-page-body__column--main{position:relative;padding-left:1.47058824rem;padding-right:1.47058824rem;width:58.33333333%;left:25%;right:auto;float:left;padding-right:4.16666667%}}@media only screen and (min-width: 90.0625em){.c-page-body__column--main{position:relative;padding-left:1.47058824rem;padding-right:1.47058824rem;width:66.66666667%;left:25%;right:auto;float:left;padding-right:4.16666667%}}.c-page-body__column--main>.o-gridblock--item,.c-page-body__column--main .o-gridblock__item--full{margin-left:0;width:100%}.c-page-body__column--main .c-news-slider__list{padding:0}@media only screen and (min-width: 64.0625em){.c-page-body__column--main .c-news-slider__list .c-news-slider__arrow--next{right:1.5rem}}.c-page-body__column--main .c-news-slider__item{width:90%;padding:0;margin-left:0}.c-page-body__column--aside{padding-left:1.47058824rem;padding-right:1.47058824rem;width:100%;float:left;padding:0;font-size:14.62px}.c-page-body__column--aside .o-cms-content{width:100%}.c-page-body__column--aside .c-menu-share{float:none}.c-page-body__column--aside .o-gridblock--1column,.c-page-body__column--aside .o-gridblock--2columns,.c-page-body__column--aside .o-gridblock--3columns{display:block;padding:0;margin:0}.c-page-body__column--aside .o-gridblock--1column:before,.c-page-body__column--aside .o-gridblock--1column:after,.c-page-body__column--aside .o-gridblock--2columns:before,.c-page-body__column--aside .o-gridblock--2columns:after,.c-page-body__column--aside .o-gridblock--3columns:before,.c-page-body__column--aside .o-gridblock--3columns:after{content:" ";display:table}.c-page-body__column--aside .o-gridblock--1column:after,.c-page-body__column--aside .o-gridblock--2columns:after,.c-page-body__column--aside .o-gridblock--3columns:after{clear:both}.c-page-body__column--aside .o-gridblock--1column>li,.c-page-body__column--aside .o-gridblock--2columns>li,.c-page-body__column--aside .o-gridblock--3columns>li{display:block;float:left;height:auto;padding:0 0.58823529rem 1.17647059rem}.c-page-body__column--aside .o-gridblock--1column>li,.c-page-body__column--aside .o-gridblock--2columns>li,.c-page-body__column--aside .o-gridblock--3columns>li{list-style:none;padding:0 0.58823529rem 1.17647059rem;width:100%}.c-page-body__column--aside .o-gridblock--1column>li:nth-of-type(1n),.c-page-body__column--aside .o-gridblock--2columns>li:nth-of-type(1n),.c-page-body__column--aside .o-gridblock--3columns>li:nth-of-type(1n){clear:none}.c-page-body__column--aside .o-gridblock--1column>li:nth-of-type(1n+1),.c-page-body__column--aside .o-gridblock--2columns>li:nth-of-type(1n+1),.c-page-body__column--aside .o-gridblock--3columns>li:nth-of-type(1n+1){clear:both}.c-page-body__column--aside .o-gridblock--1column>li:nth-of-type(1n),.c-page-body__column--aside .o-gridblock--2columns>li:nth-of-type(1n),.c-page-body__column--aside .o-gridblock--3columns>li:nth-of-type(1n){padding-left:0rem;padding-right:0rem}.c-page-body__column--aside .o-gridblock--1column>li,.c-page-body__column--aside .o-gridblock--2columns>li,.c-page-body__column--aside .o-gridblock--3columns>li{padding-bottom:20px}@media only screen and (min-width: 64.0625em){.c-page-body__column--aside .o-gridblock--1column,.c-page-body__column--aside .o-gridblock--2columns,.c-page-body__column--aside .o-gridblock--3columns{display:block;padding:0;margin:0}.c-page-body__column--aside .o-gridblock--1column:before,.c-page-body__column--aside .o-gridblock--1column:after,.c-page-body__column--aside .o-gridblock--2columns:before,.c-page-body__column--aside .o-gridblock--2columns:after,.c-page-body__column--aside .o-gridblock--3columns:before,.c-page-body__column--aside .o-gridblock--3columns:after{content:" ";display:table}.c-page-body__column--aside .o-gridblock--1
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.c-page-foot{margin:2.9411764706rem 0 0 0}.c-page-foot__column{padding-left:1.47058824rem;padding-right:1.47058824rem;width:100%;float:left;padding:2.35294118rem 0;border-top:1px solid rgba(77,82,86,0.6);text-align:center}.c-page-foot__column:nth-of-type(2n){padding-left:1.47058824rem;padding-right:1.47058824rem;width:100%;float:left}@media only screen and (min-width: 45.0625em){.c-page-foot__column{padding-left:1.47058824rem;padding-right:1.47058824rem;width:25%;float:left;border-top:1px solid rgba(77,82,86,0.6);padding:2rem 0}.c-page-foot__column:nth-of-type(2n){padding-left:1.47058824rem;padding-right:1.47058824rem;width:25%;float:left}}@media only screen and (min-width: 64.0625em){.c-page-foot__column{padding-left:1.47058824rem;padding-right:1.47058824rem;width:16.66666667%;float:left;border-top:1px solid rgba(77,82,86,0.6);text-align:left}.c-page-foot__column:first-of-type{padding-left:1.47058824rem;padding-right:1.47058824rem;width:16.66666667%;float:left}.c-page-foot__column:nth-of-type(2n){padding-left:1.47058824rem;padding-right:1.47058824rem;width:16.66666667%;float:left}}.c-page-foot__column--large{padding-left:1.47058824rem;padding-right:1.47058824rem;width:100%;float:left;text-align:center}@media only screen and (min-width: 45.0625em){.c-page-foot__column--large{padding-left:1.47058824rem;padding-right:1.47058824rem;width:100%;float:left}}@media only screen and (min-width: 64.0625em){.c-page-foot__column--large{padding-left:1.47058824rem;padding-right:1.47058824rem;width:33.33333333%;float:left;text-align:right}}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.c-page-head{background:white;height:4.70588235rem;transform-origin:right top;transition:all 0.25s ease-in-out;width:100%;z-index:1000}.c-page-head.fixed{box-shadow:0 6px 8px -6px #b4b4b4;height:2.35294118rem;left:0;position:fixed;top:0;width:100%;z-index:200}@media only screen and (min-width: 64.0625em){.c-page-head.fixed{height:2.94117647rem}}@media only screen and (min-width: 64.0625em){.c-page-head{height:5.88235294rem}}.c-page-head__title{margin:0;float:left}.c-page-head__home-link{display:inline-block;height:auto;padding:0;text-align:left;width:auto;margin-left:0.58823529rem;margin-right:0.70588235rem;margin-top:0.70588235rem}.fixed .c-page-head__home-link{margin-top:0.58823529rem;margin-left:20px}@media only screen and (min-width: 64.0625em){.fixed .c-page-head__home-link{margin-top:0.58823529rem}}@media only screen and (min-width: 64.0625em){.c-page-head__home-link{margin-top:1.17647059rem;margin-left:1.17647059rem}}.c-page-head__logo{display:inline-block;height:2.82352941rem;transform-origin:left top;transition:all 0.25s ease-in-out;width:5.57282353rem}@media only screen and (min-width: 64.0625em){.c-page-head__logo{height:3.52941176rem;width:11.14564706rem}}.c-page-head__logo.btg{width:14.573rem}@media only screen and (min-width: 64.0625em){.c-page-head__logo.btg{height:3.529rem;width:25.146rem;margin-top:0;margin-left:0}}.fixed .c-page-head__logo{transform:scale(0.5)}.fixed .c-page-head__logo.forschung{margin-left:-15px;margin-top:0}@media only screen and (min-width: 64.0625em){.fixed .c-page-head__logo.forschung{width:28.545647rem;height:3.9294117647rem;margin-left:-2.324rem}}.fixed .c-page-head__logo.btg{width:19.573rem;margin-top:0;margin-left:-15px}@media only screen and (min-width: 64.0625em){.fixed .c-page-head__logo.btg{height:3.529rem;width:24.146rem}}.c-page-head__logo.forschung{width:17.545647rem;height:1.97rem;margin-left:-3.523529rem;margin-top:0}@media only screen and (min-width: 64.0625em){.c-page-head__logo.forschung{width:28.545647rem;height:3.9294117647rem;margin-left:-3.823529rem;margin-top:0}}svg.c-donateyoursilence{transform:scale(0.4);margin-top:22px;margin-left:0.88235294rem;margin-right:4.371rem;transform-origin:right top;transition:all 0.25s ease-in-out;overflow:visible !important;float:right}@media only screen and (min-width: 64.0625em){svg.c-donateyoursilence{transform:scale(1);width:515px;height:50px;margin-top:18px;margin-right:0;overflow:hidden;float:none}}.fixed svg.c-donateyoursilence{transform:scale(0.3) !important;margin-top:12px;margin-right:3.3rem}@media only screen and (min-width: 64.0625em){.fixed svg.c-donateyoursilence{transform:scale(0.5) !important;margin-top:10px;margin-right:0}}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.c-paginationcontainer{text-align:center}.c-pagination{text-align:center;text-align:center;clear:left;margin-bottom:20px}.c-pagination__list{display:block;margin-left:-0.29411765rem;min-height:30px;position:relative}.c-pagination__list li{color:#554F4A;font-size:17px;height:30px;margin-left:0.3125rem}.c-pagination__list li a,.c-pagination__list li button{border-radius:3px;transition:background-color 300ms ease-out;background:none;color:#554F4A;display:block;font-size:1em;font-weight:normal;line-height:inherit;padding:0.05882353rem 0.58823529rem 0.05882353rem}.c-pagination__list li:hover a,.c-pagination__list li a:focus,.c-pagination__list li:hover button,.c-pagination__list li button:focus{background:#002D55}.c-pagination__list li.unavailable a,.c-pagination__list li.unavailable button{cursor:default;color:#999999;pointer-events:none}.c-pagination__list li.unavailable:hover a,.c-pagination__list li.unavailable a:focus,.c-pagination__list li.unavailable:hover button,.c-pagination__list li.unavailable button:focus{background:transparent}.c-pagination__list li.current a,.c-pagination__list li.current button{background:#002D55;color:white;cursor:default;font-weight:bold}.c-pagination__list li.current a:hover,.c-pagination__list li.current a:focus,.c-pagination__list li.current button:hover,.c-pagination__list li.current button:focus{background:#002D55}.c-pagination__list li{display:inline-block;float:none}.c-pagination__list a{border:1px solid rgba(77,82,86,0.6);display:inline-block;padding:5px 10px;text-decoration:none;width:auto}.c-pagination__list a:hover{transition:all .2s ease-in-out;background-color:#002D55;color:white}.c-pagination__list li{color:#554f4a;font-size:17px;height:30px;margin-left:0.3125rem}.c-pagination__list li a,.c-pagination__list li button{-webkit-transition:background-color 300ms ease-out;transition:background-color 300ms ease-out;background:none;display:block;font-size:1em;font-weight:normal;line-height:inherit}.c-pagination__list li:hover a,.c-pagination__list li a:focus,.c-pagination__list li:hover button,.c-pagination__list li button:focus{background:#002D55}.c-pagination__list .more,.c-pagination__list .less{padding:5px 10px}.c-pagination__list .prev,.c-pagination__list .next{margin:10px auto;width:166px;display:block}@media only screen and (min-width: 45.0625em){.c-pagination__list .prev,.c-pagination__list .next{display:inline-block;margin:0}}.c-pagination__list li.unavailable a,.c-pagination__list li.unavailable button{cursor:default;color:#999;pointer-events:none}.c-pagination__list li.unavailable:hover a,.c-pagination__list li.unavailable a:focus,.c-pagination__list li.unavailable:hover button,.c-pagination__list li.unavailable button:focus{background:transparent}.c-pagination__list .current{background:#002D55;color:#fff;cursor:default;font-weight:bold}.o-cms-content__body .c-pagination__list .prev,.o-cms-content__body .c-pagination__list .next{position:relative;background-color:transparent;width:auto;height:auto;overflow:hidden;display:inline-block;color:#002D55;left:0;cursor:pointer;line-height:2.25rem;font-size:100%;font-weight:normal;display:inline-block;top:0.8rem;line-height:1.6rem}.o-cms-content__body .c-pagination__list .prev:hover,.o-cms-content__body .c-pagination__list .next:hover{background-color:#002D55;color:#fff}.c-pagination__list a,.c-pagination__list span{display:inline-flex}@media only screen and (max-width: 45em){.o-cms-content__body .c-pagination__list .prev,.o-cms-content__body .c-pagination__list .next{left:auto;display:inline-flex;top:auto}}.c-pagination__list .prev,.c-pagination__list .next{display:inline-flex;margin:0px}@media only screen and (max-width: 45em){.c-pagination__list .prev,.c-pagination__list .next{line-height:1.4rem !important}}@media only screen and (max-width: 35em){.c-pagination__list .prev,.c-pagination__list .next{display:table !important;width:160px !important;margin:0px auto !important}.c-pagination__list .prev{margin-bottom:6px !important}.c-pagination__list .next{margin-top:6px !important}}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.c-partner-slider{margin-bottom:2.35294118rem;margin-top:0;position:relative;padding:0}.c-partner-slider .slick-slide{padding:0}@media only screen and (min-width: 45.0625em){.c-partner-slider .slick-slide{padding:0 10px}}.c-partner-slider .c-news-slider__arrow{top:5px}.c-partner-slider .c-news-slider__arrow>svg{height:inherit;width:inherit}.c-partner-slider .c-news-slider__arrow--next{right:25px}@media only screen and (min-width: 64.0625em){.c-partner-slider .c-news-slider__arrow{top:53%}}.c-partner-slider .c-news-slider__break,.c-partner-slider .c-news-slider__play{position:absolute;border:0;background:rgba(255,255,255,0.82);right:auto;top:13px;left:10px;width:32px;height:32px;color:#002D55;z-index:9;font-size:1.3rem;-webkit-transition:background 300ms ease-in-out 0s;-moz-transition:background 300ms ease-in-out 0s;-ms-transition:background 300ms ease-in-out 0s;-o-transition:background 300ms ease-in-out 0s;transition:background 300ms ease-in-out 0s}@media only screen and (min-width: 45.0625em){.c-partner-slider .c-news-slider__break,.c-partner-slider .c-news-slider__play{left:20px}}.c-partner-slider .c-news-slider__play{border:0;background:rgba(255,255,255,0.82)}.c-partner-slider:last-of-type{margin-bottom:0;padding-bottom:4.16666667%}.c-partner-slider .slick-list{margin:0;padding:0}.cssvwunit .c-partner-slider .slick-list{margin:0}.c-partner-slider .c-news-slider__arrow{border:0;color:#002D55;padding:0;top:15px;height:auto;margin-top:0;position:absolute;z-index:10;width:auto}.c-partner-slider .c-news-slider__arrow:hover{color:black}.c-partner-slider .c-news-slider__arrow>svg{height:2.94117647rem;width:2.94117647rem}.c-partner-slider .c-news-slider__arrow--prev{left:auto;position:absolute;right:37px}@media only screen and (min-width: 45.0625em){.c-partner-slider .c-news-slider__arrow--prev{right:47px}}.c-partner-slider .c-news-slider__arrow--next{right:0;position:absolute}@media only screen and (min-width: 45.0625em){.c-partner-slider .c-news-slider__arrow--next{right:10px}}.c-partner-slider .c-partner-slider__item{display:none;visibility:hidden}.c-partner-slider .c-partner-slider__item:first-child{visibility:visible;display:block}.c-partner-slider .c-partner-slider__item.slick-slide{visibility:visible;display:block}.c-partner-slider__item{padding:0}.c-partner-slider__item.slick-active{text-decoration:inherit}.c-partner-slider__item .o-cms-content{padding:0}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.c-print__header{width:100%;height:100px;position:relative}.c-print__header--left{position:absolute;top:20px;left:20px}.c-print__body{width:100%;padding:0 20px}.c-print__body ul{padding-left:20px}.c-print__logo{width:100px;margin-bottom:10px}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.c-quick-donate__form{font-size:30.6px;margin:20px 0 0;text-align:center}@media only screen and (min-width: 45.0625em){.c-quick-donate__form{max-width:100%;font-size:34.85px}}@media only screen and (min-width: 64.0625em){.c-quick-donate__form{font-size:38px !important}}.c-quick-donate__field{font-size:inherit;margin:0;padding:0;text-align:center;vertical-align:top;width:auto;color:#002D55}.c-quick-donate__field:hover{font-size:inherit}.c-quick-donate__button-img{padding:0}.c-quick-donate__pictogram-button{background:transparent;border:0}@media only screen and (max-width: 64.0625em){.c-quick-donate__pictogram-button{margin-top:0;display:none}}.c-donation-teaser{background-color:#eceae6;text-align:center;padding:1.5rem}.c-donation-teaser .o-cms-content__body{text-align:left}.c-donation-teaser .o-cms-content__body p{font-size:1.45rem}.c-donation-teaser img{width:130px;height:130px}.c-donation-teaser .c-stage-teaser__link{width:100%;margin:0 auto;font-size:1.5rem;padding-top:0.5rem;padding-bottom:0.5rem}.c-donation-link-footer{display:none}@media only screen and (max-width: 45em){.c-donation-teaser{padding:1.5rem 1rem}.c-donation-teaser .o-cms-content__body{text-align:center}.c-donation-teaser .c-stage-teaser__link{display:inline-block;width:auto;margin:0 -0.5rem;line-height:120%;font-size:20px !important;padding:0.5em 1.5rem}.c-donation-teaser .c-stage-teaser__link p{margin:0}.image-divider .o-btn__large{line-height:120%;font-size:20px !important;padding:0.5em 2em}.icon__headline{line-height:40px}.award:before{content:'';display:block}.award{display:inline-block;width:150px;height:auto}.c-donation-link-footer{display:block;width:100%;position:fixed;bottom:0;left:0;color:#fff;background:#e60005;border-top:1px solid #e0ddd6;box-shadow:0 6px 8px 6px #b4b4b4;z-index:888}.c-donation-link-footer .jetzt-spenden{width:48%;display:inline-block;padding:0.5rem}.c-donation-link-footer .pate-werden{float:left;width:50%;border-right:1px solid #e0ddd6;display:inline-block;padding:0.5rem}.c-toplink-position{bottom:75px !important;z-index:999}.c-donation-link-footer img{width:49px;height:49px;display:inline-block;float:left;margin-left:15px}.c-donation-link-footer .c-donation-link__text{display:inline-block;width:40%;line-height:1.3rem;color:#fff}.c-stage-teaser__content{padding:20px 20px 5px 20px}}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.c-readspeaker{margin-bottom:0.58823529rem}.c-readspeaker__image{max-width:0.94117647rem !important}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.c-related-list{display:block}.c-related-list__item{margin-top:2.94117647rem}@media only screen and (min-width: 45.0625em) and (max-width: 64em){.c-related-list__item{float:left;width:50%;margin-top:1.47058824rem;padding-right:1.47058824rem}.c-related-list__item:nth-of-type(2n){padding-right:0;padding-left:1.47058824rem}}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.c-search-form{display:inline-block;height:2.35294118rem;margin-right:200px;margin-top:5px;margin-bottom:10px;float:left;padding:0.70588235rem 0;vertical-align:middle;width:100%;float:left;padding:0}@media only screen and (min-width: 45.0625em){.c-search-form{width:auto;height:2.94117647rem;margin-right:0;margin-top:-2px;margin-bottom:0;padding:0.58823529rem 0}}@media only screen and (min-width: 64.0625em){.c-search-form{height:2.94117647rem;margin-top:1px;padding:0.58823529rem 0}}.c-search-form__item{display:inline-block;height:100%;vertical-align:middle}.c-search-form__item.search-nav{margin-left:5px;width:88%}@media only screen and (min-width: 45.0625em){.c-search-form__item.search-nav{margin-left:0;width:auto}}.c-search-form__label{display:none}.c-search-form__field{border:0;display:inline-block;height:100%;padding:0.04705882rem 0.5em;vertical-align:top;width:4.41176471rem;width:100%;border-bottom:1px solid #002D55}@media only screen and (min-width: 45.0625em){.c-search-form__field{width:85px;border-bottom:0 solid transparent}}.c-search-form__field::-webkit-input-placeholder{color:#002D55;text-transform:uppercase}.c-search-form__field::-moz-placeholder{color:#002D55;text-transform:uppercase}.c-search-form__field::-moz-placeholder{color:#002D55;text-transform:uppercase}.c-search-form__field:-ms-input-placeholder{color:#002D55;text-transform:uppercase}.c-search-form__field:focus{-webkit-appearance:none !important;background:#efeeea}@media only screen and (min-width: 64.0625em){.c-search-form__field{padding-top:0.11764706rem}}.c-search-form__submit{background:transparent;height:1.41176471rem;width:1.41176471rem}@media only screen and (min-width: 64.0625em){.c-search-form__submit{height:1.76470588rem;width:1.76470588rem}}.c-search-form__btn-text{display:none}.c-search-form__btn-img{fill:#002D55;height:30px;padding:0;margin-top:5px}@media only screen and (min-width: 45.0625em){.c-search-form__btn-img{padding:4px 0;margin-top:0}}@media only screen and (min-width: 64.0625em){.c-search-form__btn-img{padding:0.29411765rem}}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.c-service-locator{margin:2.35294118rem 0}@media only screen and (min-width: 45.0625em){.c-service-locator{margin:4.16666667% 0}}.c-service-locator--intext{padding:2.35294118rem 0;border:1px solid rgba(77,82,86,0.6);border-width:1px 0}@media only screen and (min-width: 45.0625em){.c-service-locator--intext{padding:4.16666667% 0}}.c-service-locator__section{padding-top:0}.c-service-locator__label{display:none;margin-bottom:1em;width:100%}.c-service-locator--intext .c-service-locator__label{display:inline-block}@media only screen and (min-width: 45.0625em){.c-service-locator__label{margin-bottom:0;width:auto}}.c-service-locator__input{margin:0 1em;width:auto}.c-service-locator__input:first-of-type{margin-left:0}.c-service-locator--intext .c-service-locator__input{display:inline-block}.c-service-locator--intext .c-service-locator__input:first-of-type{margin-left:1em}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.c-stage-teaser{display:block;height:33.3%}.c-stage-teaser .c-stage-teaser__content{max-width:40%}.c-stage-teaser-animation{position:relative}.c-stage-teaser-animation img:not(:first-child){position:absolute;top:0;left:0;opacity:0;-moz-opacity:0;-webkit-opacity:0}.c-stage-teaser__wrapper{display:block;width:100%}@media only screen and (min-width: 64.0625em){.c-stage-teaser__wrapper{position:absolute;top:45%}}.c-stage-teaser__wrapper>.o-section__wrapper{padding:0}@media only screen and (min-width: 64.0625em){.c-stage-teaser__wrapper>.o-section__wrapper{padding:0 20px}}@media only screen and (min-width: 64.0625em){.c-page--frontpage .c-stage-teaser .c-stage-teaser__wrapper{bottom:8.333333%}}.c-stage-teaser__content{background:#efeeea;padding:20px}@media only screen and (min-width: 45.0625em){.c-stage-teaser__content{background:#efeeea;padding:20px;position:relative;max-width:inherit}}@media only screen and (min-width: 64.0625em){.c-stage-teaser__content{background-color:rgba(255,255,255,0.9);padding:10px}}@media (max-width: 1024px){.c-stage-teaser .c-stage-teaser__content{max-width:inherit;text-align:center}}@media only screen and (min-width: 64.0625em){.c-stage-teaser__wrapper.alt-header{background:transparent;bottom:0 !important;max-width:1160px;overflow:hidden;left:50%;transform:translate(-50%, 0);padding:0 2em 2em 0}.c-stage-teaser__wrapper.alt-header .c-stage-teaser__content{background:none;padding:0;max-width:60%}.c-stage-teaser__wrapper.alt-header .o-section__wrapper{padding:0}.c-stage-teaser__wrapper.alt-header .c-stage-teaser__text{background:none !important;text-align:left !important}.c-stage-teaser__wrapper.alt-header h3.c-stage-teaser__headline{font-size:2.2rem !important;color:#fff !important;font-weight:600}}.c-stage-teaser__meta{margin-top:0}.c-stage-teaser__text{width:100%;padding:0;text-align:center}.c-stage-teaser__text .stage2{color:white}@media only screen and (max-width: 45em){.c-stage-teaser__headline{font-size:1.266666rem}}@media only screen and (min-width: 45.0625em){.c-stage-teaser__link{color:#fff}.c-stage-teaser__link p{margin-bottom:0}}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.c-statement{position:relative;background:#f2f2f2;padding:0;margin:2rem 0}.c-statement figure{display:inline-block;max-width:205px;width:49%;height:auto;float:left;margin:0 8% 0 0}@media (max-width: 410px){.c-statement figure{display:block;width:100%;margin:0 auto;float:none;max-width:none}}.c-statement figure img{width:100%;height:auto}.c-statement .c-icon{position:absolute;top:-2rem;left:28%}.c-statement .c-icon img{width:100%;height:auto}.c-statement--body{padding:4rem 1rem 0 0}@media (max-width: 410px){.c-statement--body{padding:1rem 1rem 1rem}}.c-summary{margin:0 auto;max-width:900px;width:100%}.c-summary__headline{color:#e60005;font-weight:300;line-height:50px;font-size:24px;margin:0}.c-summary__row{background-image:url("../../Public/Images/png/dots.png");background-position:24px 70px;background-repeat:no-repeat;overflow:hidden;padding-bottom:20px;width:100%}.c-summary__number{background-color:#e60005;border-radius:100%;color:white;display:block;float:left;height:50px;line-height:50px;margin-right:20px;text-align:center;width:50px}.c-summary__row-title{background:transparent;float:left;padding:10px 0;width:55%}.c-summary__row-title>p{color:#554F4A;font-size:14px;margin-left:70px;padding:10px 30px 0 0;width:auto}.c-summary__row-data{float:left;line-height:1.6;margin-top:20px;width:45%}.c-summary__hr{background:rgba(77,82,86,0.6);border:0;height:2px;margin:10px 0}.c-summary__note{background-color:rgba(77,82,86,0.6);color:#554F4A;font-size:18px;font-weight:100;line-height:1.6;margin-bottom:30px;padding:30px}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.c-table--horizontal{background:white;border:solid 0 #554F4A;margin-bottom:1.25rem;table-layout:auto}.c-table--horizontal caption{background:transparent;color:black;font-size:0.94117647rem;font-weight:bold}.c-table--horizontal thead{background:rgba(77,82,86,0.6)}.c-table--horizontal thead tr th,.c-table--horizontal thead tr td{color:black;font-size:0.875rem;font-weight:bold;padding:0.5rem 0.625rem 0.625rem}.c-table--horizontal tfoot{background:#F5F5F5}.c-table--horizontal tfoot tr th,.c-table--horizontal tfoot tr td{color:#222222;font-size:0.875rem;font-weight:bold;padding:0.5rem 0.625rem 0.625rem}.c-table--horizontal tr th,.c-table--horizontal tr td{color:black;font-size:0.70588235rem;padding:0.58823529rem;text-align:left}.c-table--horizontal tr.even,.c-table--horizontal tr.alt,.c-table--horizontal tr:nth-of-type(even){background:#ecf6fc}.c-table--horizontal thead tr th,.c-table--horizontal tfoot tr th,.c-table--horizontal tfoot tr td,.c-table--horizontal tbody tr th,.c-table--horizontal tbody tr td,.c-table--horizontal tr td{display:table-cell;line-height:1.41176471rem}.c-table--horizontal thead tr th,.c-table--horizontal tfoot tr th,.c-table--horizontal tfoot tr td,.c-table--horizontal tbody tr th,.c-table--horizontal tbody tr td,.c-table--horizontal tr td{display:block;width:100%;vertical-align:top}@media only screen and (min-width: 45.0625em){.c-table--horizontal thead tr th,.c-table--horizontal tfoot tr th,.c-table--horizontal tfoot tr td,.c-table--horizontal tbody tr th,.c-table--horizontal tbody tr td,.c-table--horizontal tr td{display:table-cell;width:auto}}.c-table--horizontal thead tr{display:none}@media only screen and (min-width: 45.0625em){.c-table--horizontal thead tr{display:table-row}}.c-table--horizontal tr td:first-child{font-weight:bold}@media only screen and (min-width: 45.0625em){.c-table--horizontal tr td:first-child{font-weight:inherit}}.c-table--vertical{background:white;border:solid 0 #554F4A;margin-bottom:1.25rem;table-layout:auto}.c-table--vertical caption{background:transparent;color:black;font-size:0.94117647rem;font-weight:bold}.c-table--vertical thead{background:rgba(77,82,86,0.6)}.c-table--vertical thead tr th,.c-table--vertical thead tr td{color:black;font-size:0.875rem;font-weight:bold;padding:0.5rem 0.625rem 0.625rem}.c-table--vertical tfoot{background:#F5F5F5}.c-table--vertical tfoot tr th,.c-table--vertical tfoot tr td{color:#222222;font-size:0.875rem;font-weight:bold;padding:0.5rem 0.625rem 0.625rem}.c-table--vertical tr th,.c-table--vertical tr td{color:black;font-size:0.70588235rem;padding:0.58823529rem;text-align:left}.c-table--vertical tr.even,.c-table--vertical tr.alt,.c-table--vertical tr:nth-of-type(even){background:#ecf6fc}.c-table--vertical thead tr th,.c-table--vertical tfoot tr th,.c-table--vertical tfoot tr td,.c-table--vertical tbody tr th,.c-table--vertical tbody tr td,.c-table--vertical tr td{display:table-cell;line-height:1.41176471rem}.c-table--vertical tr.even,.c-table--vertical tr.alt,.c-table--vertical tr:nth-of-type(2n){background:none}.c-table--vertical tr{width:100%;display:table-row}.c-table--vertical td.even,.c-table--vertical td.alt,.c-table--vertical td:nth-of-type(2n){background:#f4f0f0 none repeat scroll 0 0}.c-table--vertical thead tr th,.c-table--vertical tfoot tr th,.c-table--vertical tfoot tr td,.c-table--vertical tbody tr th,.c-table--vertical tbody tr td,.c-table--vertical tr td{text-align:left;vertical-align:top;display:table-cell;width:auto}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.c-tablenav{float:left;position:relative;top:9px}.c-tablenav__arrow,.c-tablenav__arrow--up,.c-tablenav__arrow--down{border-left:5px solid transparent;border-right:5px solid transparent;height:0;position:absolute;top:0;width:0}.c-tablenav__arrow--up{border-bottom:5px solid black;left:0}.c-tablenav__arrow--down{border-top:5px solid black;left:10px;right:auto}.c-tablenav__arrow--isactdown{border-top-color:#002D55}.c-tablenav__arrow--isactup{border-bottom-color:#002D55}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.tabs{margin-bottom:0 !important;margin-left:0}.tabs:before,.tabs:after{content:" ";display:table}.tabs:after{clear:both}.tabs dd,.tabs .tab-title{float:left;list-style:none;margin-bottom:0 !important;position:relative}.tabs dd>a,.tabs .tab-title>a{display:block;background-color:white;color:#222222;font-family:"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;font-size:100%;padding:0.98039216rem 1.96078431rem}.tabs dd>a:hover,.tabs .tab-title>a:hover{background-color:rgba(77,82,86,0.6)}.tabs dd.active>a,.tabs .tab-title.active>a{background-color:#f4f0f0;color:#222222}.tabs.radius dd:first-child a,.tabs.radius .tab:first-child a{-webkit-border-bottom-left-radius:3px;-webkit-border-top-left-radius:3px;border-bottom-left-radius:3px;border-top-left-radius:3px}.tabs.radius dd:last-child a,.tabs.radius .tab:last-child a{-webkit-border-bottom-right-radius:3px;-webkit-border-top-right-radius:3px;border-bottom-right-radius:3px;border-top-right-radius:3px}.tabs.vertical dd,.tabs.vertical .tab-title{position:inherit;float:none;display:block;top:auto}.tabs-content{margin-bottom:2.94117647rem;width:100%}.tabs-content:before,.tabs-content:after{content:" ";display:table}.tabs-content:after{clear:both}.tabs-content>.content{display:none;float:left;padding:1.47058824rem 0;width:100%}.tabs-content>.content.active{display:block;float:none}.tabs-content>.content.contained{padding:1.47058824rem}.tabs-content.vertical{display:block}.tabs-content.vertical>.content{padding:0 1.47058824rem}@media only screen and (min-width: 45.0625em){.tabs.vertical{float:left;margin:0;margin-bottom:0 !important;max-width:20%;width:20%}.tabs-content.vertical{float:left;margin-left:-1px;max-width:80%;padding-left:1rem;width:80%}}.no-js .tabs-content>.content{display:block;float:none}.c-tabs .c-tabs__item .c-tabs__link{color:#002D55;outline:none;padding:1.17647059rem 2.35294118rem}.c-tabs .c-tabs__item .c-tabs__link:hover{background:white;text-decoration:underline}@media only screen and (min-width: 64.0625em){.c-tabs .c-tabs__item .c-tabs__link{padding:1.47058824rem 2.94117647rem}}.c-tabs .c-tabs__item.is-active .c-tabs__link{background-color:#ecf6fc}@media only screen and (max-width: 45em){.c-tabs .c-tabs__item{float:none}}@media screen and (max-width: 790px){.c-tabs .c-tabs__item .c-tabs__link{padding:1.17647rem 1.8rem}.c-tabs .c-tabs__item{float:left}}@media screen and (max-width: 700px){.c-tabs .c-tabs__item .c-tabs__link{padding:1.17647rem 1.1rem}}@media screen and (max-width: 549px){.c-tabs .c-tabs__item{float:none}}.c-tabs__nav{padding-left:0;padding-right:0;width:100%;float:left;border:1px solid rgba(77,82,86,0.6);border-width:1px 0;margin-top:0}.c-tabs__content{clear:left;margin-bottom:0;position:relative}.c-tabs__content .c-tabs__content-block{padding-top:2.35294118rem;padding-bottom:0}.c-tabs__content-block.is-active{display:block;float:none}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.c-teaser a{display:inline-block;position:relative}.c-teaser img{min-width:260px;min-height:175px}@media only screen and (min-width: 45.0625em){.c-teaser img{min-width:340px;min-height:175px}}.c-teaser .c-teaser__img--left img{min-width:160px;min-height:110px}@media only screen and (min-width: 64.0625em){.c-teaser .c-teaser__img--left img{min-width:290px;min-height:190px}}.c-teaser .t-personimage__override img,.c-teaser .c-kesearch-result__imageholder img{min-width:auto;min-height:auto}@media only screen and (min-width: 64.0625em){.o-accordion__content .c-teaser__img--left img,.o-gridblock--1column .c-teaser__img--left img{min-width:auto;min-height:auto}}@media only screen and (min-width: 45.0625em){.c-page-body__column--aside .c-teaser img{min-width:290px;min-height:175px}}.c-teaser__region{color:#999592;margin-right:.5em}.c-teaser__content{margin-top:20px}.c-teaser__content>h3{margin-bottom:.5em;margin-top:0}.c-teaser>.c-teaser__content{margin-bottom:1rem;margin-top:0}.c-teaser__img--left{margin-right:1.47058824rem}.c-teaser__link{background-position:left center;background-size:20px 20px;margin-top:5px;padding-left:1.47058824rem}.c-teaser__title{margin-top:0}.c-teaser__meta+.c-teaser__title{margin-top:0}.c-stage-teaser__content .c-stage-teaser__link{background:transparent;color:#002D55;text-decoration:none;border:1px solid #002D55;padding:0.5rem 1.470588rem;-webkit-transition:.15s all ease;transition:.15s all ease;display:inline-block;vertical-align:middle;font:inherit;text-align:center;margin:-0.5rem 0 0 1rem;cursor:pointer;overflow:visible}.c-stage-teaser__content .c-stage-teaser__link p{margin:0}.c-stage-teaser__content .c-stage-teaser__link-center{margin-top:1rem;margin-left:auto;margin-right:auto;display:table}.c-stage-teaser__content .c-stage-teaser__link-left{margin-top:1rem}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.c-teaser-list__item{margin-bottom:1.47058824rem;border-bottom:1px solid rgba(77,82,86,0.6);padding-bottom:1.47058824rem}.c-teaser-list__item:last-of-type{border:0;padding-bottom:0}.c-teaser-list__item .c-teaser__img{width:100%}@media only screen and (max-width: 45em){.c-teaser-list__item .c-teaser__img{margin-bottom:1em}}@media only screen and (min-width: 45.0625em){.c-teaser-list__item .c-teaser__img{width:25%}}@media only screen and (max-width: 45em){.c-teaser-list__item .c-teaser__content{width:100%}}@media only screen and (min-width: 45.0625em){.c-teaser-list__item .c-teaser__content{width:70%}}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.c-teaserblock{margin:30px 0}.c-teaserblock .o-gridblock__item{margin-bottom:3.52941176rem}@media only screen and (min-width: 64.0625em){.c-teaserblock .o-gridblock__item{margin-bottom:3.52941176rem}}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.c-newsletter-subscribe{text-transform:uppercase;display:inline-block;margin:0 0 0 10px}.c-newsletter-subscribe .c-newsletter-subscribe__btn-container{padding-top:4px}@media only screen and (min-width: 45.0625em){.c-newsletter-subscribe{float:left;vertical-align:middle}}.c-newsletter-subscribe__btn-container{display:inline-block;float:left}.c-newsletter-subscribe__btn-img{fill:#002D55;width:40px;height:2.35294118rem;line-height:2.35294118rem;padding:.2rem .5rem .3rem}@media only screen and (min-width: 64.0625em){.c-newsletter-subscribe__btn-img{height:2.94117647rem;line-height:2.94117647rem}}div.rowfix{margin-bottom:0.3529411765rem}label.layoutfix{height:auto;padding:.0em 1em .2em;position:relative;margin-top:-26px}.c-newsletter__form .o-check-group__option{float:left}.c-newsletter__form .o-check-group__label{float:none;display:inline}label.labelfix{width:60%}@media only screen and (max-width: 26em){label.labelfix{width:60%;padding-top:2px}}.c-newsletter__formshort .o-form__field,.c-newsletter__formshort .o-form__label,.c-newsletter__formshort .o-form__item{padding-right:0 !important;text-align:left}.c-newsletter__formshort .o-form__item{margin:0 !important;padding:0 !important}.c-newsletter__formshort o-form__text{padding:0 15px 0 0 !important}.c-newsletter__formshort .o-form__submit{width:39px;height:39px !important;padding:0 !important}.c-newsletter__formshort svg.c-menu-social__icon.o-icon-button__icon{width:1rem !important;height:1rem !important;margin-right:0;margin-left:9px}.c-newsletter__formshort .c-menu-social__icon{fill:#fff !important}.urkunde-download{font-size:1.5rem}.o-cms-content .c-newsletter__formshort{max-width:476px;margin:0 auto;text-align:center}.o-cms-content .c-newsletter__formshort .t-medium-22{padding-right:24px;margin-left:auto;margin-right:auto}.o-cms-content .c-newsletter__formshort .t-medium-2{width:24px;margin-left:24px}.o-cms-content.c-grey{box-sizing:border-box;padding:2rem;background:#f2f2f2}.o-cms-content.c-center{text-align:center}@media only screen and (max-width: 720px){.c-newsletter__formshort .o-form__item.t-medium-22{float:left !important;width:94% !important}.c-newsletter__formshort .o-form__item.t-medium-2{float:right}}@media only screen and (max-width: 510px){.c-newsletter__formshort .o-form__item.t-medium-22{width:93% !important}}@media only screen and (max-width: 450px){.c-newsletter__formshort .o-form__item.t-medium-22{width:92% !important}}@media only screen and (max-width: 410px){.c-newsletter__formshort .o-form__item.t-medium-22{width:100% !important;float:none !important}.c-newsletter__formshort .o-form__item.t-medium-2{float:none;width:100%}.c-newsletter__formshort .o-form__submit{width:100%;height:39px !important;padding:0 !important;margin-top:0.5rem}}.c-menu-timeline a{text-decoration:none}.c-page-timeline{overflow:hidden}.c-page-body__column--main-timeline{margin-top:4rem;min-height:850px}@media only screen and (min-width: 64.0625em){.c-page-body__column--main-timeline{position:relative;padding-left:1.47058824rem;padding-right:1.47058824rem;left:0;right:auto;float:left;margin-top:110px}}@media only screen and (min-width: 64.0625em){.c-page-body__column--main-timeline.c-menu-timeline-no-aside{width:80%;left:10%;margin-top:140px}}@media only screen and (min-width: 64.0625em){.c-page-body__column--aside-timeline{position:relative;padding-left:1.47058824rem;padding-right:1.47058824rem;width:25%;left:0;right:auto;float:left}}.c-timeline__article-container{min-height:650px}.c-timeline-article{display:none}.c-timeline-article--is-active{display:block}.c-timeline-article img{display:block}.c-timeline-spinner{background:url("/typo3conf/ext/frs_drk_template/Resources/Public/Images/ajax-loader.gif") 0 0 no-repeat;width:30px;height:30px;margin:25% 25% 25% 50%;display:none}.c-menu-timeline-top{text-align:center;height:5rem}@media only screen and (max-width: 45em){.c-menu-timeline-top{height:1.25rem}}@media only screen{.c-menu-timeline-top{font-size:29.24px}}@media only screen and (min-width: 45.0625em){.c-menu-timeline-top{font-size:14.62px}}.c-menu-timeline-top__baseline{he
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.c-toplink{display:none;position:fixed;right:25px;bottom:77px;width:40px;height:40px;text-indent:-9999px;background-color:#002D55;background-size:0.94117647rem 0.94117647rem;background-position:center center;transition:.15s all ease}@media only screen and (min-width: 45.0625em){.c-toplink{right:28px;bottom:90px}}.c-toplink:hover{background-color:#008ccd}.c-toplink:focus{background-color:#008ccd}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.c-vorort-search__result-list{list-style:none;margin-bottom:2.94117647rem;margin-left:0;padding-left:0}.c-vorort-search__result-item{margin-bottom:1.47058824rem;padding-bottom:1.47058824rem;border-bottom:1px solid rgba(77,82,86,0.6)}.c-vorort-search__result-item:before,.c-vorort-search__result-item:after{content:" ";display:table}.c-vorort-search__result-item:after{clear:both}.c-vorort-search__result-item:last-of-type{border:0;padding-bottom:0}.c-vorort-search__mapid{font-weight:bold}.c-vorort-form__bold{font-weight:bold}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.c-felogin{margin-bottom:2.35294118rem}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.c-header-slider{position:relative}.c-header-slider .c-news-slider{top:0;right:50px}.c-header-slider .c-news-slider__arrow{margin-top:0}.c-header-slider .c-news-slider__arrow img{height:60px}.c-header-slider .c-news-slider__arrow--prev{top:5px;left:auto;right:42px}.c-header-slider .c-news-slider__arrow--next{top:5px;right:5px}.c-header-slider .c-news-slider__break,.c-header-slider .c-news-slider__play{position:absolute;border:0;background:rgba(255,255,255,0.82);top:80px;right:10px;width:32px;height:32px;color:#002D55;z-index:9;font-size:1.3rem;-webkit-transition:background 300ms ease-in-out 0s;-moz-transition:background 300ms ease-in-out 0s;-ms-transition:background 300ms ease-in-out 0s;-o-transition:background 300ms ease-in-out 0s;transition:background 300ms ease-in-out 0s}@media only screen and (min-width: 64.0625em){.c-header-slider .c-news-slider__break,.c-header-slider .c-news-slider__play{top:71px}}@media only screen and (max-width: 45em){.c-header-slider .c-news-slider__break,.c-header-slider .c-news-slider__play{top:13px;left:10px}}.c-header-slider .c-news-slider__play{border:0;background:rgba(255,255,255,0.82)}.c-header-slider .news_item .c-stage-teaser__text p{display:none}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.c-imageserie-wrap{text-align:justify}.c-imageserie-element .c-imageserie-wrap{display:flex;justify-content:space-between;padding-bottom:25px}.c-imageserie-element .c-imageserie-wrap img{width:20%;height:auto;margin:0 0 0.5rem 0}.c-imageserie-element .c-imageserie-wrap a{display:inline-block;margin:0 0 0.5rem 0}.c-imageserie-element .c-imageserie-wrap a img{margin:0;float:none}@media only screen and (max-width: 45em){.c-imageserie-element .c-imageserie-wrap{flex-direction:column;align-items:center;justify-content:center}.c-imageserie-element .c-imageserie-wrap img{width:80%}}.imageserie-grey-bg{background:#efeeea;padding-top:35px;margin-bottom:35px}.imageserie-wrap-55{width:50%;text-align:center;float:left}.imageserie-wrap-center{width:100%;text-align:center}@media only screen and (max-width: 32em){.imageserie-wrap-55{float:none;width:100%}}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.c-shoppinglist{overflow:hidden}.shoppinglist-row-33,.shoppinglist-row-23,.shoppinglist-row-11{overflow:hidden;width:100%}.shoppinglist-row-23{width:70%;margin-left:auto;margin-right:auto}.c-shoppinglist__item{text-align:center;width:33%;float:left;margin-bottom:2rem;min-width:258px}.shoppinglist-row-23 .c-shoppinglist__item{width:50%}.shoppinglist-row-11 .c-shoppinglist__item{width:100%}.c-shoppinglist__item p{text-align:center;color:#75716D;font-size:16px;line-height:140%}.c-shoppinglist__item p b{font-size:150%;font-weight:bold}.c-shoppinglist__item input.button-text{padding:0.5em 0.75em;width:auto;display:inline-block;margin:0 auto;margin-top:15px;border:0;line-height:80%;font-size:95%;text-decoration:none;color:#fff;background-color:#002D55;border-radius:0;-webkit-transition:background-color 300ms ease-in-out 0s;-moz-transition:background-color 300ms ease-in-out 0s;-ms-transition:background-color 300ms ease-in-out 0s;-o-transition:background-color 300ms ease-in-out 0s;transition:background-color 300ms ease-in-out 0s}.c-shoppinglist__item input.button-text:hover{background-color:#E60005}.c-shoppinglist__item .o-media__imageholder{text-align:center}.c-shoppinglist__item img{display:inline;width:auto !important;height:auto !important;max-width:200px !important;max-height:200px}@media only screen and (max-width: 830px){.shoppinglist-row-33 .c-shoppinglist__item{width:50%}.shoppinglist-row-33 .c-shoppinglist__item:last-of-type{width:100%}.shoppinglist-row-23{width:100%}}@media only screen and (max-width: 572px){.c-shoppinglist__item{width:100% !important}}.c-shoppinglist__item input.button-text:hover{background-color:#E60005}.c-shoppinglist__item .o-media__imageholder{text-align:center}@media only screen and (max-width: 830px){.shoppinglist-row-33 .c-shoppinglist__item{width:50%}.shoppinglist-row-33 .c-shoppinglist__item:last-of-type{width:100%}.shoppinglist-row-23{width:100%}}@media only screen and (max-width: 572px){.c-shoppinglist__item{width:100% !important}}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/@media only screen and (max-width: 45em){ul.c-sitemap__list{padding-left:25px}ul.c-sitemap__list ul.c-sitemap__list{padding-left:15px}}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.logo-fundraising{margin-top:150px}@media screen and (max-width: 489px){.logo-fundraising{margin-top:280px !important}}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/#marker{text-align:center;background-color:#f2f2f2;margin-bottom:2rem}#marker .wrapper{margin:0 auto}#marker .subrow-1{width:49%;float:left;text-align:left}#marker .subrow-2{width:49%;float:right;text-align:left}#marker .subrow-1 ul,#marker .subrow-2 ul.list{list-style-type:disc;float:none;padding-left:2.5rem}#marker .subrow-2 .infobox ul li{width:35%;float:left}#marker .subrow-1 ul.facts{list-style-type:none;padding-left:0;padding-bottom:1.5rem}#marker .subrow-1 ul.facts li{min-width:220px;width:50%;float:left}#marker .subrow-1 ul.facts li img{max-width:100%;width:auto;height:auto;max-height:82px}#marker a,#marker a:link,#marker a:hover,#marker a:focus,#marker a:active{font-size:100%;text-decoration:none;color:#75716D;font-family:Arial,Helvetica,sans-serif;-webkit-transition:color 300ms ease-in-out 0s;-moz-transition:color 300ms ease-in-out 0s;-ms-transition:color 300ms ease-in-out 0s;-o-transition:color 300ms ease-in-out 0s;transition:color 300ms ease-in-out 0s}#marker a.icon-intern{color:#75716D;display:inline;margin-left:1.3rem;text-decoration:none !important}#marker a.icon-intern:before{content:'\f14c';font-family:FontAwesome;font-size:100%;padding:0 0.35rem 0 0;margin-left:-1.3rem;-webkit-transition:background-color 300ms ease-in-out 0s;-moz-transition:background-color 300ms ease-in-out 0s;-ms-transition:background-color 300ms ease-in-out 0s;-o-transition:background-color 300ms ease-in-out 0s;transition:background-color 300ms ease-in-out 0s}#marker a.icon-intern:hover{color:#FF0004}#marker a.icon-intern:hover:before{color:#FF0004}#marker .subrow-2 .infobox ul li{width:35%;float:left}#marker ul{list-style-type:none}#marker .infobox ul li.large_box{width:60%}.c-page-body #marker .info{display:none}.c-page-body #marker .info.syrien{display:block}.c-page-body #marker{margin-top:3rem}.c-page-body #marker .info{padding-bottom:2.5rem}/*!
* Icons
* Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
*/.icon__headline{position:relative;min-height:70px;line-height:70px;margin-left:90px;margin-bottom:1.5rem}.icon__headline a{display:inline-block}.icon__headline i.icon{position:absolute;margin-top:0;margin-left:-90px;width:70px;height:70px;display:inline-block;background-size:70px 70px;background-position:0 0;background-repeat:no-repeat;margin-top:0}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.c-video{overflow:hidden}.c-video__imageholder{position:relative;display:inline-block;width:100%;-webkit-transition:all 300ms ease-in-out 0s;-moz-transition:all 300ms ease-in-out 0s;-ms-transition:all 300ms ease-in-out 0s;-o-transition:all 300ms ease-in-out 0s;transition:all 300ms ease-in-out 0s}.c-video__imageholder:before{font-family:"FontAwesome";content:'\f144';font-size:5rem;line-height:3rem;color:#fff;position:absolute;z-index:50;top:46%;left:48%;cursor:pointer}.c-video__imageholder video{width:100%;height:auto}.c-video__imageholder img{position:absolute;top:0;left:0;width:100%;height:100%;display:block;object-fit:cover;-webkit-transition:all 300ms ease-in-out 0s;-moz-transition:all 300ms ease-in-out 0s;-ms-transition:all 300ms ease-in-out 0s;-o-transition:all 300ms ease-in-out 0s;transition:all 300ms ease-in-out 0s}.c-video__imageholder.play:before{content:none}.c-video__imageholder.play img{opacity:0;height:0;z-index:-1}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/@media screen and (max-width: 1024px) and (min-width: 721px){.c-page-body__column #c15334{position:absolute;float:none;width:50%;right:1%}.c-page-body__column #c15334 .o-cms-content{width:100%}.c-page-body__column #c15336{position:relative;float:none}.c-page-body__column #c15335{margin-left:0;float:left}#c8903 .c-gallery__slider .o-slider img{width:60%}}@media screen and (max-width: 1024px){#c14360{width:100%}#c14360+div{margin-left:0;margin-right:2.5%}#c14360+div+div+div{margin-left:0;margin-right:2.5%}}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*//*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.h-text--left{text-align:left}.h-text--right{text-align:right}.h-text--center,.c-address-locator--intext .c-address-locator__section,.c-service-locator--intext .c-service-locator__section{text-align:center}.h-text--justify{text-align:justify}.h-relative{position:relative}.h-responsiveTable{overflow:hidden;overflow-x:scroll}@media only screen and (max-width: 30em){.h-responsiveTable{margin-bottom:15px}.h-responsiveTable::-webkit-scrollbar{width:12px !important;-webkit-appearance:none !important}.h-responsiveTable::-webkit-scrollbar:horizontal{height:12px}.h-responsiveTable::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3) !important;-webkit-border-radius:10px !important;border-radius:10px !important}.h-responsiveTable::-webkit-scrollbar-thumb{-webkit-border-radius:10px !important;border-radius:10px !important;background:#41617D !important;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.5) !important}.h-responsiveTable::-webkit-scrollbar-thumb:window-inactive{background:#41617D !important}}.text-justify{text-align:justify}.text-right{text-align:right}@media (max-width: 720px){.text-right{text-align:left}}.text-center{text-align:center}#marker a.icon-intern:hover{color:#e46450 !important}#marker a.icon-intern:hover:before{color:#e46450 !important}p.align-center{text-align:center !important}h1.align-center,h2.align-center,h3.align-center,h4.align-center,h5.align-center{text-align:center !important}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.h-clear--all-borders{border-width:0}.h-clear--top-border{border-top-width:0}.h-clear--right-border{border-right-width:0}.h-clear--bottom-border{border-bottom-width:0}.h-clear--left-border{border-left-width:0}.h-add--top-border{border-top:1px solid rgba(77,82,86,0.6)}.h-add--right-border{border-right:1px solid rgba(77,82,86,0.6)}.h-add--bottom-border{border-bottom:1px solid rgba(77,82,86,0.6)}.h-add--left-border{border-left:1px solid rgba(77,82,86,0.6)}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.h-center-page,.c-page-body,.c-page-foot{margin-left:auto;margin-right:auto}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*//*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.h-column-2-3{float:left;width:100%}@media only screen and (min-width: 45.0625em){.h-column-2-3{width:70%}}.h-column-1-3{float:left;position:relative;width:100%}@media only screen and (min-width: 45.0625em){.h-column-1-3{width:30%}}.h-column-logo{width:100%;padding:20px}@media only screen and (min-width: 45.0625em){.h-column-logo{padding:0;position:relative;top:0;width:100%}}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.h-embed{height:0;position:relative;padding-bottom:66%;margin-bottom:20px}.h-embed>*{border:0;height:100%;left:0;position:absolute !important;top:0;width:100%}.h-embed-grid{height:0;position:relative;padding-bottom:66%;margin-bottom:20px}.h-embed-grid>*{border:0;height:100%;left:0;position:absolute !important;top:0;width:100%}.h-embed-slider{height:0;position:relative;padding-bottom:67%;margin-bottom:20px}.h-embed-slider>*{border:0;height:100%;left:0;position:absolute !important;top:0;width:100%}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.h-left{float:left}.h-right{float:right}.h-submit{float:right}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.h-font-size--1up,.o-icon-list{font-size:111%;line-height:1.42}.h-font-size--2up{font-size:120%}.h-font-size--1down{font-size:90%}.h-font-size--2down,.o-meta{font-size:76%}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.h-hide{display:none;visibility:hidden}.h-hide--on-small{display:none;visibility:hidden}@media only screen and (min-width: 45.0625em){.h-hide--on-small{display:block;visibility:visible}}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.h-icon--before{background-position:0 center;padding-left:30px;padding-right:0}.h-icon--after{background-position:right center;padding-left:0;padding-right:30px}.h-icon--squared,.o-icon-list__icon{background-color:#002D55;background-position:center center;background-size:1.64705882rem 1.64705882rem;display:inline-block;height:2.35294118rem;padding:0;width:2.35294118rem}@media only screen and (min-width: 64.0625em){.h-icon--squared,.o-icon-list__icon{height:2.94117647rem;width:2.94117647rem;background-size:2.94117647rem 2.94117647rem}}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.h-image-proportional{display:inline-block;overflow:hidden;position:relative;width:100%}.h-image-proportional img{bottom:0;left:0;position:absolute;right:0;top:0}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.h-clear--top-margin{margin-top:0}.h-clear--right-margin{margin-right:0}.h-clear--bottom-margin{margin-bottom:0}.h-clear--left-margin{margin-left:0}.h-add--top-margin-1{margin-top:4.16666667%}.h-add--right-margin-1{margin-right:4.16666667%}.h-add--bottom-margin-1{margin-bottom:4.16666667%}.h-add--left-margin-1{margin-left:4.16666667%}.h-add--top-margin-2{margin-top:8.33333333%}.h-add--right-margin-2{margin-right:8.33333333%}.h-add--bottom-margin-2{margin-bottom:8.33333333%}.h-add--left-margin-2{margin-left:8.33333333%}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.h-padded{padding:8%}.h-padded--sides{padding:0 8%}.h-clear--all-padding{padding:0}.h-clear--top-padding{padding-top:0}.h-clear--right-padding{padding-right:0}.h-clear--bottom-padding{padding-bottom:0}.h-clear--left-padding{padding-left:0}.h-add--top-padding-1{padding-top:4.16666667%}.h-add--right-padding-1{padding-right:4.16666667%}.h-add--bottom-padding-1{padding-bottom:4.16666667%}.h-add--left-padding-1{padding-left:4.16666667%}.h-add--top-padding-2{padding-top:8.33333333%}.h-add--right-padding-2{padding-right:8.33333333%}.h-add--bottom-padding-2{padding-bottom:8.33333333%}.h-add--left-padding-2{padding-left:8.33333333%}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.h-sr-only,.o-simple-form__button-label{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.h-sr-focus:active,.h-sr-focus:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.h-text-lowercase{text-transform:lowercase}.h-text-uppercase,.c-teaser__region{text-transform:uppercase}.h-text-capitalize{text-transform:capitalize}.h-text-nowrap{white-space:nowrap}.h-text-truncate{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.h-text-indent{margin-left:30px}.h-text__currency{font-size:34px;position:absolute;right:0;top:0;height:2.35294118rem;line-height:2.35294118rem}@media only screen and (min-width: 64.0625em){.h-text__currency{height:2.94117647rem;line-height:2.94117647rem}}.h-text__hint{font-size:14px;color:#554F4A}.h-text__hint--currency strong{font-style:italic}/*!
* inuitcss, by @csswizardry
*
* github.com/inuitcss | inuitcss.com
*/.clearfix:after,.o-media:after,.h-clearfix:after,.o-button-select:after,.o-simple-form__section:after,.c-download-list:after,.c-menu-footer:after{content:"";display:table;clear:both}@media only screen and (min-width: 45.0625em){.t-small-push-0{position:relative;left:0;right:auto}.t-small-pull-0{position:relative;right:0;left:auto}.t-small-push-1{position:relative;left:4.16666667%;right:auto}.t-small-pull-1{position:relative;right:4.16666667%;left:auto}.t-small-push-2{position:relative;left:8.33333333%;right:auto}.t-small-pull-2{position:relative;right:8.33333333%;left:auto}.t-small-push-3{position:relative;left:12.5%;right:auto}.t-small-pull-3{position:relative;right:12.5%;left:auto}.t-small-push-4{position:relative;left:16.66666667%;right:auto}.t-small-pull-4{position:relative;right:16.66666667%;left:auto}.t-small-push-5{position:relative;left:20.83333333%;right:auto}.t-small-pull-5{position:relative;right:20.83333333%;left:auto}.t-small-push-6{position:relative;left:25%;right:auto}.t-small-pull-6{position:relative;right:25%;left:auto}.t-small-push-7{position:relative;left:29.16666667%;right:auto}.t-small-pull-7{position:relative;right:29.16666667%;left:auto}.t-small-push-8{position:relative;left:33.33333333%;right:auto}.t-small-pull-8{position:relative;right:33.33333333%;left:auto}.t-small-push-9{position:relative;left:37.5%;right:auto}.t-small-pull-9{position:relative;right:37.5%;left:auto}.t-small-push-10{position:relative;left:41.66666667%;right:auto}.t-small-pull-10{position:relative;right:41.66666667%;left:auto}.t-small-push-11{position:relative;left:45.83333333%;right:auto}.t-small-pull-11{position:relative;right:45.83333333%;left:auto}.t-small-push-12{position:relative;left:50%;right:auto}.t-small-pull-12{position:relative;right:50%;left:auto}.t-small-push-13{position:relative;left:54.16666667%;right:auto}.t-small-pull-13{position:relative;right:54.16666667%;left:auto}.t-small-push-14{position:relative;left:58.33333333%;right:auto}.t-small-pull-14{position:relative;right:58.33333333%;left:auto}.t-small-push-15{position:relative;left:62.5%;right:auto}.t-small-pull-15{position:relative;right:62.5%;left:auto}.t-small-push-16{position:relative;left:66.66666667%;right:auto}.t-small-pull-16{position:relative;right:66.66666667%;left:auto}.t-small-push-17{position:relative;left:70.83333333%;right:auto}.t-small-pull-17{position:relative;right:70.83333333%;left:auto}.t-small-push-18{position:relative;left:75%;right:auto}.t-small-pull-18{position:relative;right:75%;left:auto}.t-small-push-19{position:relative;left:79.16666667%;right:auto}.t-small-pull-19{position:relative;right:79.16666667%;left:auto}.t-small-push-20{position:relative;left:83.33333333%;right:auto}.t-small-pull-20{position:relative;right:83.33333333%;left:auto}.t-small-push-21{position:relative;left:87.5%;right:auto}.t-small-pull-21{position:relative;right:87.5%;left:auto}.t-small-push-22{position:relative;left:91.66666667%;right:auto}.t-small-pull-22{position:relative;right:91.66666667%;left:auto}.t-small-push-23{position:relative;left:95.83333333%;right:auto}.t-small-pull-23{position:relative;right:95.83333333%;left:auto}.column,.columns{position:relative;padding-left:1.47058824rem;padding-right:1.47058824rem;float:left}.t-small-1{width:4.16666667%}.t-small-2{width:8.33333333%}.t-small-3{width:12.5%}.t-small-4{width:16.66666667%}.t-small-5{width:20.83333333%}.t-small-6{width:25%}.t-small-7{width:29.16666667%}.t-small-8{width:33.33333333%}.t-small-9{width:37.5%}.t-small-10{width:41.66666667%}.t-small-11{width:45.83333333%}.t-small-12{width:50%}.t-small-13{width:54.16666667%}.t-small-14{width:58.33333333%}.t-small-15{width:62.5%}.t-small-16{width:66.66666667%}.t-small-17{width:70.83333333%}.t-small-18{width:75%}.t-small-19{width:79.16666667%}.t-small-20{width:83.33333333%}.t-small-21{width:87.5%}.t-small-22{width:91.66666667%}.t-small-23{width:95.83333333%}.t-small-24{width:100%}.t-small-offset-0{margin-left:0 !important}.t-small-offset-1{margin-left:4.16666667% !important}.t-small-offset-2{margin-left:8.33333333% !important}.t-small-offset-3{margin-lef
* Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/@font-face{font-family:'FontAwesome';src:url("/typo3conf/ext/frs_drk_template/Resources/Public/Fonts/fontawesome-webfont.eot?v=4.4.0");src:url("/typo3conf/ext/frs_drk_template/Resources/Public/Fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"),url("/typo3conf/ext/frs_drk_template/Resources/Public/Fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"),url("/typo3conf/ext/frs_drk_template/Resources/Public/Fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"),url("/typo3conf/ext/frs_drk_template/Resources/Public/Fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"),url("/typo3conf/ext/frs_drk_template/Resources/Public/Fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");font-weight:normal;font-style:normal;font-display:swap}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{co
@media print{.c-page-foot,.c-page-head{display:none}.o-stage{display:none}.c-article .o-section__footer{display:none}.c-article .c-page-body__column--aside{display:none}.c-article .c-menu-print__list{display:none}.c-toplink{display:none}.c-page-body__column--main{width:100%;left:0}.c-menu-main{display:none}.article__header,.o-section__header{margin-left:0}.o-accordion__content{display:block}.c-flyout{display:none}.c-menu-breadcrumb{display:none}.c-readspeaker{display:none}.c-menu-timeline-top{display:none}.o-media__video--container{display:none}.o-media--left>.o-media__img,.o-media--left>.o-media__video--container{float:left;width:250px;margin:0 20px 10px 0;height:auto}.o-media--left>.o-media__img img,.o-media--left>.o-media__video--container img{width:250px;height:auto}.o-media--right>.o-media__img,.o-media--right>.o-media__video--container{float:right;width:250px;height:auto;margin:0 0 10px 20px}.o-media--right>.o-media__img img,.o-media--right>.o-media__video--container img{width:250px;height:auto}.o-media--stacked>.o-media__img{max-width:600px}.c-teaser__img--left{max-width:200px}.c-page-body__column--main{padding:0}.c-paginationcontainer{display:none}.popup-layer,#cookiePolicyBar{display:none}.c-donation-link-footer{display:none}.c-menu-share{display:none}video{display:none !important}a[href]:after{font-size:11pt;background-color:inherit;color:#666;content:" (https://www.drk.de" attr(href) ")";font-style:italic}a.external-link[href]:after,table a.external-link[href]:after,a.external-link-new-window[href]:after,table a.external-link-new-window[href]:after{content:" (" attr(href) ")"}a.mail[href]:after,table a[href]:after,.csc-textpic-imagewrap a[href]:after{content:" "}.o-icon-list__item a{border:none}.control{display:none}.c-stage-teaser{clear:both;float:none;width:100%}.o-gridblock--3columns li{float:none;width:75%}.o-gridblock--3columns img{width:50%;height:auto !important}.cover-img img{width:auto !important;height:auto !important}.powermail_form{padding:0 0.5rem !important}.o-icon-list__item{line-height:1.3}.carousel-feature{width:auto !important;height:auto !important}.carousel-ctrl{display:none}noscript,.noscript,.audio-player{display:none}.c-news-slider__arrow{display:none !important}#cookiePolicyBar,.cc-window,.cc-revoke{display:none !important}.c-page--twocolumns .c-gallery__slider{vertical-align:top}.c-page--twocolumns .c-gallery__slider img{padding:0 !important;margin:0 !important}}
</style><script>window.resources={loadScript:function(e){return new Promise((function(t,r){let o=document.createElement("script");o.onload=t,o.onerror=r,o.src=e,document.head.appendChild(o)}))},loadLink:async function(e,t){return new Promise((function(r,o){let s=document.createElement("link");s.onload=function(){r()},s.onerror=o,s.rel="stylesheet",s.type="text/css",s.media=t,s.href=e,document.head.appendChild(s)}))},loadjQueryFramework:function(e){return window.jQuery?Promise.resolve():window.resources.loadScript(e)},loadLazySizeFramework:function(e){return window.lazySizes?Promise.resolve():window.resources.loadScript(e)},getScript:function(e){return this.script[e]},getLink:function(e){return this.link[e]},getPath:function(e){return this.path[e]},getNotAvailable:function(e){console.log(e+" not available.",'"'+e+'"')},script:{jquery:"/typo3conf/ext/frs_drk_template/Resources/Public/Vendor/jquery/jquery-3.6.0.min.js",jquery_drilldown:"/typo3conf/ext/frs_drk_template/Resources/Public/Vendor/jquery-drilldown/dist/jquery.drilldown.js",jquery_visible:"/typo3conf/ext/frs_drk_template/Resources/Public/Vendor/jquery-visible/jquery.visible.js",foundation:"/typo3conf/ext/frs_drk_template/Resources/Public/Vendor/foundation/js/foundation/foundation.min.js",foundation_reveal:"/typo3conf/ext/frs_drk_template/Resources/Public/Vendor/foundation/js/foundation/foundation.reveal.min.js",foundation_topbar:"/typo3conf/ext/frs_drk_template/Resources/Public/Vendor/foundation/js/foundation/foundation.topbar.min.js",parsley:"/typo3conf/ext/frs_drk_template/Resources/Public/Vendor/parsleyjs/dist/parsley.min.js",slick:"/typo3conf/ext/frs_drk_template/Resources/Public/Vendor/slick.js/slick/slick.min.js",lightgallery_vendor:"/typo3conf/ext/frs_drk_template/Resources/Public/Vendor/lightgallery/dist/js/lightgallery-all.js",lightgallery:"/typo3conf/ext/frs_drk_template/Resources/Public/JavaScript/content/lightgallery.js",lazysize:"/typo3conf/ext/frs_drk_template/Resources/Public/Vendor/lazysizes/lazysizes.min.js",initial:"/typo3conf/ext/frs_drk_template/Resources/Public/JavaScript/modules/initial.min.js",loader:"/typo3conf/ext/frs_drk_template/Resources/Public/JavaScript/modules/loader.min.js",readspeaker:"/typo3conf/ext/frs_drk_template/Resources/Public/Vendor/readspeaker/ReadSpeaker.js?pids=embhl",accordion:"/typo3conf/ext/frs_drk_template/Resources/Public/JavaScript/content/accordion.js",tab:"/typo3conf/ext/frs_drk_template/Resources/Public/JavaScript/content/tab.js",newsletter:"/typo3conf/ext/frs_drk_template/Resources/Public/JavaScript/content/newsletter.js",powermail:"/typo3conf/ext/frs_drk_template/Resources/Public/JavaScript/content/powermail.js",header:"/typo3conf/ext/frs_drk_template/Resources/Public/JavaScript/content/header.js",drilldown:"/typo3conf/ext/frs_drk_template/Resources/Public/JavaScript/content/drilldown.js",audioplayer:"/typo3conf/ext/frs_drk_template/Resources/Public/JavaScript/content/audio-player.js",video:"/typo3conf/ext/frs_drk_template/Resources/Public/JavaScript/content/video.js",stage_image:"/typo3conf/ext/frs_drk_template/Resources/Public/JavaScript/content/stageImage.js",typeahead:"/typo3conf/ext/frs_drk_template/Resources/Public/Vendor/typeahead/typeahead.jquery.min.js",bloodhound:"/typo3conf/ext/frs_drk_template/Resources/Public/Vendor/typeahead/bloodhound.min.js",jobboard:"/typo3conf/ext/frs_drk_template/Resources/Public/JavaScript/content/jobboard.js",pagedirectory:"/typo3conf/ext/frs_drk_template/Resources/Public/JavaScript/content/pagedirectory.js",main_misc:"/typo3conf/ext/frs_drk_template/Resources/Public/JavaScript/content/main_misc.js",reloaded_misc:"/typo3conf/ext/frs_drk_template/Resources/Public/JavaScript/content/reloaded_misc.js",membership:"/typo3conf/ext/frs_drk_template/Resources/Public/JavaScript/content/membership-application.js",moment:"/typo3conf/ext/frs_drk_template/Resources/Public/Vendor/moment/min/moment.min.js",moment_en:"/typo3conf/ext/frs_drk_template/Resources/Public/Vendor/moment/locale/en-gb.js",moment_de:"/typo3conf/ext/frs_drk_template/Resources/Public/Vendor/moment/locale/de.js",pika
</head>
<body class="main">
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-K48M44" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<main class="c-page-body c-page--twocolumns">
<header class="c-page-head js-sticky"><nav class="o-top-bar" data-topbar><div class="o-top-bar__section o-top-bar__section--left"><div class="c-page-head__title" itemscope itemtype="http://schema.org/Organization"><div class="h-hide" style="display:none; visibility:hidden; width:0 !important; height:0 !important;"><div style="display:none;"><a href="https://www.drk.de/presse/pressemitteilungen/meldung/" itemprop="url">Link</a></div><div style="display:none;"><link itemprop="additionalType" href="http://schema.org/NGO" /><link itemprop="additionalType" href="http://schema.org/Website" /></div><div style="display:none;"><span itemprop="name">Deutsches Rotes Kreuz</span><span itemprop="legalName">Deutsches Rotes Kreuz e.V.</span><span itemprop="telephone">+49 30 85 40 40</span><span itemprop="faxNumber">+49 30 85 40 44 50</span><span itemprop="email">drk@drk.de</span><span itemprop="brand" itemscope itemtype="https://schema.org/Organization"><span itemprop="name">DRK</span></span><span itemprop="address" itemscope itemtype="https://schema.org/PostalAddress"><span itemprop="addressLocality">Berlin</span><span itemprop="addressRegion">DE</span><span itemprop="postalCode">12205</span><span itemprop="streetAddress">Carstennstraße 58</span></span><span itemprop="FoundingLocation">Genf</span><span itemprop="FoundingDate">1863-10-26</span><span itemprop="memberOf" itemscope itemtype="https://schema.org/Organization"><span itemprop="name">Internationale Rotkreuz- und Rothalbmondbewegung</span></span><img itemprop="logo" src="https://www.drk.de/typo3conf/ext/frs_drk_template/Resources/Public/Images/png/favicon.png" alt="DRK Logo" width="128" height="128" /><span itemprop="potentialAction" itemscope itemtype="https://schema.org/SearchAction"><span itemprop="target">https://www.drk.de/suche/?drk[q]={search_term_string}</span><span itemprop="query-input">required name=search_term_string</span></span></div><div style="display:none"><span itemprop="sameAs">https://www.facebook.com/roteskreuz/</span><span itemprop="sameAs">https://twitter.com/roteskreuz_de</span><span itemprop="sameAs">https://www.instagram.com/drkbundesverband/</span><span itemprop="sameAs">https://www.xing.com/company/drk</span></div><div style="display:none;"><span itemprop="description">Erfahren Sie hier alles rund um die Aufgaben des DRK, unsere Projekte und unsere Angebote. Wir freuen uns, wenn Sie unsere Arbeit mit einer Spende unterstützen.</span></div></div><a class="c-page-head__home-link" title="Deutsches Rotes Kreuz" href="/"><svg role="img" class="c-page-head__logo"
aria-labelledby="sprite-logo-drk"><title class="h-sr-only" id="sprite-logo-drk">
Deutsches Rotes Kreuz
</title><use
xlink:href="/typo3conf/ext/frs_drk_template/Resources/Public/Images/svg/spritemap.svg#sprite-logo-drk"></use></svg></a></div></div><div class="o-top-bar__section o-top-bar__section--right"><div class="c-academy-link c-donation-link"><a href="https://akademie.drk.de" target="_blank" title="Link zur Virtuellen Managementakademie">
Virtuelle Managementakademie
</a></div><div class="c-donation-link"><a href="/spenden/privatperson-spenden/jetzt-spenden/" title="Jetzt Spenden" role="button" tabindex="0"><span class="c-donation-link__text">
Jetzt Spenden
</span></a></div><ul class="c-language-switch"><li class="c-language-switch__item"><span class="c-language-switch__link c-language-switch__link--active">DE</span></li><li class="c-language-switch__item"><a href="/en/" class="c-language-switch__link">EN</a></li></ul><div class="c-newsletter-subscribe" title="Kontaktformular"><a href="/das-drk/kontakt/"><span class="c-newsletter-subscribe__btn-container"><svg viewBox="0 0 20 20" role="img" class="c-newsletter-subscribe__btn-img o-icon-button__icon"
aria-label="Kontaktformular"
height="23"
width="42"><title class="h-sr-only">
Kontaktformular
</title><path fill="#002D55" d="M20 3.5a.5.5 0 0 0-.5-.5H.5a.497.497 0 0 0-.5.5v13a.5.5 0 0 0 .5.5h19a.503.503 0 0 0 .5-.5v-13zm-10 8.793L1.707 4h16.586L10 12.293zM6.293 10L1 15.293V4.707L6.293 10zm.707.707l2.646 2.646a.5.5 0 0 0 .708 0L13 10.708 18.293 16H1.707L7 10.707zM13.707 10L19 4.707v10.586L13.707 10z" /></svg></span></a></div><div class="c-light-speaking-link"><a class="clearfix" title="Leichte Sprache" href="/leichte-sprache/selbstdarstellung/"><picture><source srcset="/typo3conf/ext/frs_drk_template/Resources/Public/Images/svg/leichte-sprache.svg" type="image/svg+xml"><img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" data-src="/typo3conf/ext/frs_drk_template/Resources/Public/Images/svg/leichte-sprache.svg" alt="Leichte Sprache" width="20" height="29" class="lazyload" /></picture><noscript><img src="/typo3conf/ext/frs_drk_template/Resources/Public/Images/svg/leichte-sprache.png" alt="Leichte Sprache" width="20" height="29" /></noscript></a></div><form class="c-search-form" action="/suche/" method="get" target="_top" data-suggest="/suche/?type=7384" data-suggest-header="Top Treffer" accept-charset="utf-8" novalidate=""><div class="c-search-form__item"><button id="tx_solr-btn-head" type="submit" class="c-search-form__submit o-icon-button" title="Suche starten"><span class="c-search-form__btn-text">
Suche starten
</span><svg role="img"
class="c-search-form__btn-img o-icon-button__icon"
aria-label="Suche starten"
width="20" height="20"><title class="h-sr-only">
Suche starten
</title><g stroke="#002D55" fill="none"><ellipse ry="5.947" rx="5.823" cy="6.448" cx="6.323" /><path d="M10.55 10.392l7.842 8.023" /></g></svg></button></div><div class="c-search-form__item search-nav"><label class="c-search-form__label"></label><input name="drk[q]"
type="text"
pattern=".{3,}"
title="mindestens 4 Zeichen benötigt"
placeholder="Suche"
class="c-search-form__field tx-drk-small tx-drk-suggest"
required></div></form><span role="button" class="c-menu-main-toggle js-menu-main-toggle" data-toggle-target="#c-menu-main" title="Menü öffnen und schließen"><span class="c-menu-main-toggle__label js-toggle-label"
title="Menü öffnen und schließen">
Menü
</span><span class="c-menu-main-toggle__icon-wrap c-menu-main-toggle--close js-toggle"><svg role="img" class="c-menu-main-toggle__icon"
aria-labelledby="sprite-close"><title class="h-sr-only" id="sprite-close">
Schließen
</title><use xlink:href="/typo3conf/ext/frs_drk_template/Resources/Public/Images/svg/spritemap.svg#sprite-close"></use></svg></span><span class="c-menu-main-toggle__icon-wrap js-toggle c-menu-main-toggle--open is-active"><svg viewBox="-33.5 34.5 26.131 24.139" role="img" class="c-menu-main-toggle__icon"
aria-labelledby="sprite-menu"><title class="h-sr-only" id="sprite-menu">
Menü
</title><path fill="#FFF" d="M-33.5 45.5h26v2h-26v-2zM-33.5 56.5h26v2h-26v-2zM-33.5 34.5h26v2h-26v-2z" /></svg></span></span></div></nav></header>
<nav id="c-menu-main" class="c-menu-main" aria-label="Hauptmenu"><ul class="c-menu-main__list c-menu-main__list--l1"><li class="c-menu-main__item c-menu-main__item--l1 c-menu-main--sublist__call"><a href="/hilfe-weltweit/" title="Hilfe weltweit" class="c-menu-main__link"><span class="c-menu-link">Hilfe weltweit</span></a><ul class="c-menu-main__list c-menu-main__list--l2"><li class="c-menu-main__item c-menu-main__item--l2"><a href="/corona-nothilfe-weltweit/" title="Corona-Auslandshilfe" class="c-menu-main__link">Corona-Auslandshilfe</a></li><li class="c-menu-main__item c-menu-main__item--l2"><a href="/hilfe-weltweit/aktuelles-weltweit/" title="Aktuelles weltweit" class="c-menu-main__link">Aktuelles weltweit</a></li><li class="c-menu-main__item c-menu-main__item--l2"><a href="/hilfe-weltweit/wann-wir-helfen/" title="Wann wir helfen" class="c-menu-main__link">Wann wir helfen</a></li><li class="c-menu-main__item c-menu-main__item--l2"><a href="/hilfe-weltweit/wo-wir-helfen/" title="Wo wir helfen" class="c-menu-main__link">Wo wir helfen</a></li><li class="c-menu-main__item c-menu-main__item--l2"><a href="/hilfe-weltweit/was-wir-tun/" title="Was wir tun" class="c-menu-main__link">Was wir tun</a></li><li class="c-menu-main__item c-menu-main__item--l2"><a href="/hilfe-weltweit/wie-wir-arbeiten/" title="Wirkungsmessung" class="c-menu-main__link">Wirkungsmessung</a></li></ul><a href="#" class="c-menu-main__collapseicon" title="Untermenü öffnen"> + </a></li><li class="c-menu-main__item c-menu-main__item--l1 c-menu-main--sublist__call"><a href="/hilfe-in-deutschland/" title="Hilfe in Deutschland" class="c-menu-main__link"><span class="c-menu-link">Hilfe in Deutschland</span></a><ul class="c-menu-main__list c-menu-main__list--l2"><li class="c-menu-main__item c-menu-main__item--l2"><a href="/hilfe-in-deutschland/flutkatastrophe-drk-hilfseinsatz-in-deutschland/" title="Flutkatastrophe: DRK-Hilfseinsatz in Deutschland" class="c-menu-main__link">Flutkatastrophe: DRK-Hilfseinsatz in Deutschland</a></li><li class="c-menu-main__item c-menu-main__item--l2"><a href="/coronavirus/" title="Coronavirus: Informationen" class="c-menu-main__link">Coronavirus: Informationen</a></li><li class="c-menu-main__item c-menu-main__item--l2"><a href="/hilfe-in-deutschland/" title="Übersicht Angebote" class="c-menu-main__link">Übersicht Angebote</a></li><li class="c-menu-main__item c-menu-main__item--l2"><a href="/hilfe-in-deutschland/senioren/" title="Senioren" class="c-menu-main__link">Senioren</a></li><li class="c-menu-main__item c-menu-main__item--l2"><a href="/hilfe-in-deutschland/gesundheit-und-praevention/" title="Gesundheit und Prävention" class="c-menu-main__link">Gesundheit und Prävention</a></li><li class="c-menu-main__item c-menu-main__item--l2"><a href="/hilfe-in-deutschland/kinder-jugend-und-familie/" title="Kinder, Jugend und Familie" class="c-menu-main__link">Kinder, Jugend und Familie</a></li><li class="c-menu-main__item c-menu-main__item--l2"><a href="/hilfe-in-deutschland/behindertenhilfe/" title="Behindertenhilfe" class="c-menu-main__link">Behindertenhilfe</a></li><li class="c-menu-main__item c-menu-main__item--l2"><a href="/hilfe-in-deutschland/existenzsichernde-hilfe/" title="Existenzsichernde Hilfe" class="c-menu-main__link">Existenzsichernde Hilfe</a></li><li class="c-menu-main__item c-menu-main__item--l2"><a href="/hilfe-in-deutschland/migration-integration-und-teilhabe/" title="Migration, Integration und Teilhabe" class="c-menu-main__link">Migration, Integration und Teilhabe</a></li><li class="c-menu-main__item c-menu-main__item--l2"><a href="/hilfe-in-deutschland/suchdienst/" title="Suchdienst" class="c-menu-main__link">Suchdienst</a></li><li class="c-menu-main__item c-menu-main__item--l2"><a href="/hilfe-in-deutschland/erste-hilfe/" title="Erste Hilfe" class="c-menu-main__link">Erste Hilfe</a></li><li class="c-menu-main__item c-menu-main__item--l2"><a href="/hilfe-in-deutschland/bevoelkerungsschutz/" title="Bevölkerungsschutz" class="c-menu-main__link">Bevölkerungsschutz</a></li><li class="c-menu-main
<form class="c-search-form" action="/suche/" method="get" target="_top" data-suggest="/suche/?type=7384" data-suggest-header="Top Treffer" accept-charset="utf-8" novalidate=""><div class="c-search-form__item"><button id="tx_solr-btn-head-mobile" type="submit" class="c-search-form__submit o-icon-button" title="Suche starten"><span class="c-search-form__btn-text">
Suche starten
</span><svg role="img"
class="c-search-form__btn-img o-icon-button__icon"
aria-label="Suche starten"
width="20" height="20"><title class="h-sr-only">
Suche starten
</title><g stroke="#002D55" fill="none"><ellipse ry="5.947" rx="5.823" cy="6.448" cx="6.323" /><path d="M10.55 10.392l7.842 8.023" /></g></svg></button></div><div class="c-search-form__item search-nav"><label class="c-search-form__label"></label><input name="drk[q]"
type="text"
pattern=".{3,}"
title="mindestens 4 Zeichen benötigt"
placeholder="Suche"
class="c-search-form__field tx-drk-small tx-drk-suggest"
required></div></form>
<div class="c-newsletter-subscribe" title="Kontaktformular"><a href="/das-drk/kontakt/"><span class="c-newsletter-subscribe__btn-container"><svg viewBox="0 0 20 20" role="img" class="c-newsletter-subscribe__btn-img o-icon-button__icon"
aria-label="Kontaktformular"
height="23"
width="42"><title class="h-sr-only">
Kontaktformular
</title><path fill="#002D55" d="M20 3.5a.5.5 0 0 0-.5-.5H.5a.497.497 0 0 0-.5.5v13a.5.5 0 0 0 .5.5h19a.503.503 0 0 0 .5-.5v-13zm-10 8.793L1.707 4h16.586L10 12.293zM6.293 10L1 15.293V4.707L6.293 10zm.707.707l2.646 2.646a.5.5 0 0 0 .708 0L13 10.708 18.293 16H1.707L7 10.707zM13.707 10L19 4.707v10.586L13.707 10z" /></svg></span></a></div>
<ul class="c-language-switch"><li class="c-language-switch__item"><span class="c-language-switch__link c-language-switch__link--active">DE</span></li><li class="c-language-switch__item"><a href="/en/" class="c-language-switch__link">EN</a></li></ul>
<div class="c-light-speaking-link">
<a class="clearfix" title="Leichte Sprache" href="/leichte-sprache/selbstdarstellung/">
<picture>
<source srcset="/typo3conf/ext/frs_drk_template/Resources/Public/Images/svg/leichte-sprache.svg" type="image/svg+xml">
<img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" data-src="/typo3conf/ext/frs_drk_template/Resources/Public/Images/svg/leichte-sprache.svg" alt="Leichte Sprache" width="20" height="29" class="lazyload" />
</picture>
<noscript>
<img src="/typo3conf/ext/frs_drk_template/Resources/Public/Images/svg/leichte-sprache.png" alt="Leichte Sprache" width="20" height="29" />
</noscript>
</a>
</div>
</div></nav>
<article class="c-article o-section">
<div class="o-section__wrapper">
<div class="c-menu-breadcrumb o-gridblock">
<div class="c-menu-breadcrumb__wrapper">
<div class="h-hide">
Sie befinden sich hier:
</div>
<ol class="c-menu-breadcrumb__list" itemscope itemtype="https://schema.org/BreadcrumbList"><li class="c-menu-breadcrumb__item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"><a href="/presse/" title="Presse" class="c-menu-breadcrumb__link" itemprop="item"><span itemprop="name">Presse</span></a><meta itemprop="position" content="1" /></li><li class="c-menu-breadcrumb__item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"><a href="/presse/pressemitteilungen/" title="Pressemitteilungen" class="c-menu-breadcrumb__link" itemprop="item"><span itemprop="name">Pressemitteilungen</span></a><meta itemprop="position" content="2" /></li><li class="c-menu-breadcrumb__item c-menu-breadcrumb__link is-active" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"><a href="/presse/pressemitteilungen/meldung/" class="c-menu-breadcrumb__link is-active" itemprop="item"><span itemprop="name">UN-Klimakonferenz in Glasgow - DRK: Immer mehr Menschen wegen Klimawandel auf Hilfe angewiesen</span></a><meta itemprop="position" content="3"></li></ol>
</div>
</div>
<div id="readspeaker_button1"
class="c-readspeaker rs_skip rsbtn rs_preserve">
<a rel="nofollow" class="rsbtn_play c-readspeaker__link"
accesskey="L"
title="Um den Text anzuhören, verwenden Sie bitte ReadSpeaker"
href="https://app-eu.readspeaker.com/cgi-bin/rsent?customerid=8639&amp;lang=de_de&amp;voice=Max&amp;readid=readspeakerContent&amp;url=https%3A%2F%2Fwww.drk.de%2Fpresse%2Fpressemitteilungen%2Fmeldung%2Fdrk-immer-mehr-menschen-wegen-klimawandel-auf-hilfe-angewiesen%2F">
<span class="rsbtn_left rsimg rspart">
<span class="rsbtn_text c-readspeaker__content">
<span>Vorlesen</span>
</span>
</span>
<span class="rsbtn_right rsimg rsplay rspart"></span>
</a>
</div>
<div id="readspeakerContent">
<!--TYPO3SEARCH_begin-->
<div class="o-cms-content" id="c1786"><div class="o-cms-content__body"><div class="h-hide" style="display:none; visibility:hidden; width:0 !important; height:0 !important;"
itemscope itemtype="https://schema.org/NewsArticle"><a itemprop="mainEntityOfPage" class="rs_skip"
href="https://www.drk.de/presse/pressemitteilungen/meldung/drk-immer-mehr-menschen-wegen-klimawandel-auf-hilfe-angewiesen/">UN-Klimakonferenz in Glasgow - DRK: Immer mehr Menschen wegen Klimawandel auf Hilfe angewiesen</a><span itemprop="inLanguage" class="rs_skip">de-DE</span><time itemprop="datePublished" class="rs_skip" datetime="2021-10-27T20:35:36+01:00">2021-10-27T20:35:36+01:00</time><time itemprop="dateCreated" class="rs_skip"
datetime="2021-10-27T20:35:36+01:00">
2021-10-27T20:35:36+01:00
</time><time itemprop="dateModified" class="rs_skip"
datetime="2021-10-28T13:21:30+01:00">
2021-10-28T13:21:30+01:00
</time><span itemprop="headline" class="rs_skip">UN-Klimakonferenz in Glasgow - DRK: Immer mehr Menschen wegen Klimawandel auf Hilfe angewiesen</span><span itemprop="description" class="rs_skip">Vor Beginn der UN-Klimakonferenz am 31. Oktober im schottischen Glasgow ruft das Deutsche Rote Kreuz (DRK) zur Stärkung der vorausschauenden humanitären Hilfe auf. „Der Klimawandel schafft beispiellose humanitäre Not“, sagt DRK-Generalsekretär Christian Reuter. Nach Angaben der Internationalen Föderation der Rotkreuz- und Rothalbmond-Gesellschaften (IFRC) seien seit Anfang 2020 über 17.000 Menschen bei 433 Extremwetterereignissen ums Leben gekommen. Mehr als 139 Millionen Menschen seien von Überflutungen, Dürre, Stürmen und Waldbränden betroffen und schätzungsweise 658 Millionen vulnerable Personen seien extremen Temperaturen und Hitzewellen ausgesetzt gewesen. "Wir rechnen damit, dass die Anzahl der Menschen, die aufgrund der Folgen des Klimawandels auf humanitäre Hilfe angewiesen sind, bis 2050 auf 200 Millionen Menschen pro Jahr ansteigen könnte," sagt Reuter.</span><img itemprop="image" class="rs_skip" src="https://www.drk.de/fileadmin/user_upload/02_Hilfe_weltweit/022_Wo_wir_helfen/0222_Asien/Bangladesch/artikelbild_Bangladesch-frau-in-ueberschwemmungsgebiet.jpg" alt="image from page"/><img itemprop="thumbnailURL" class="rs_skip" src="https://www.drk.de/fileadmin/_processed_/8/3/csm_artikelbild_Bangladesch-frau-in-ueberschwemmungsgebiet_20179ae2ff.jpg" alt="Hilfe für Menschen bei Überschemmungen "/><span itemprop="articlebody" class="rs_skip">„Das DRK und seine Schwestergesellschaften vor Ort leisten immer häufiger Nothilfe bei klimawandelbedingten Katastrophen. Gleichzeitig setzen wir zunehmend auf den Ansatz der vorausschauenden humanitären Hilfe,“ so Reuter. Hierbei geht es darum, Menschen nicht erst nach dem Eintritt einer Katastrophe mit Hilfsmitteln und Ressourcen zu unterstützen, wie zumeist üblich. Stattdessen werden, wenn Prognosen ein Extremereignis voraussagen, automatisch Gelder freigegeben, um im Vorfeld einer drohenden Katastrophe Maßnahmen einzuleiten und so Auswirkungen zu mindern. Dieser Ansatz trägt dazu bei, menschliches Leid zu lindern und die Wirksamkeit der humanitären Hilfe zu erhöhen.
Seit 2014 unterstützt das DRK seine Schwestergesellschaften bei der Entwicklung der vorausschauenden humanitären Hilfe und ist damit in 17 Ländern aktiv. Zudem betreibt das DRK gemeinsam mit der IFRC und dem Klimazentrum der Internationalen Rotkreuz- und Rothalbmond-Bewegung den „Anticipation Hub“, eine virtuelle Netzwerk- und Wissensplattform, die dem Austausch dient, Gelerntes einfacher zugänglich macht und die gemeinsame Arbeit fördert. Neben höheren Selbstverpflichtungen und größerer Unterstützung für besonders gefährdete Gruppen sollte bei der UN-Klimakonferenz auch die vorrausschauende humanitäre Hilfe gestärkt werden. „Dabei geht es um verstärkte Investitionen in lokale Frühwarnsysteme und Vorhersagekapazitäten, die Stärkung lokaler Akteure sowie die Integration der vorausschauenden humanitären Hilfe in bestehende Mechanismen des Katastrophen-Risikomanagements,“ sagt Reuter.
Um auf den Klimawandel als globale Bedrohung aufmerksam zu machen, nimmt das DRK ab dem 1. November 2021 an der weltweiten #climatechangedme Kampagne der Internationalen Rotkreuz- und Rothalbmond-Bewegung teil.
Zu unserer Kampagnenseite:&nbsp; https://www.drk.de/climatechangedme Zum Anticipation Hub:&nbsp; https://www.anticipation-hub.org/
Wir vermitteln gern Expertinnen oder Experten zum Thema.</span><div itemprop="publisher" class="rs_skip" itemscope itemtype="https://schema.org/Organization"><span itemprop="name">Deutsches Rotes Kreuz e.V.</span><span itemprop="logo" itemscope itemtype="http://schema.org/ImageObject"><img itemprop="url" src="https://www.drk.de/fileadmin/user_upload/Newsbilder/allgemein/DRK-Logo-60x115.jpg" alt="DRK Logo" width="115" height="60" style="width:115px;"><meta itemprop="width" content="115"><meta itemprop="height" content="60"></span></div><div itemprop="author" class="rs_skip" itemscope itemtype="https://schema.org/Organization"><span itemprop="name">Deutsches Rotes Kreuz e.V.</span><span itemprop="logo" itemscope itemtype="http://schema.org/ImageObject"><img itemprop="url" src="https://www.drk.de/fileadmin/user_upload/Newsbilder/allgemein/DRK-Logo-60x115.jpg" alt="DRK Logo" width="115" height="60" style="width:115px;"><meta itemprop="width" content="115"><meta itemprop="height" content="60"></span></div></div><header class="c-article__header o-section__header"><h1>
UN-Klimakonferenz in Glasgow - DRK: Immer mehr Menschen wegen Klimawandel auf Hilfe angewiesen
</h1></header><div class="c-page-body__column c-page-body__column--main"><p class="c-article__meta">
Berlin, 28.10.2021, 058/21
</p><div class="o-textblock"><p><strong>
Vor Beginn der UN-Klimakonferenz am 31. Oktober im schottischen Glasgow ruft das Deutsche Rote Kreuz (DRK) zur Stärkung der vorausschauenden humanitären Hilfe auf. „Der Klimawandel schafft beispiellose humanitäre Not“, sagt DRK-Generalsekretär Christian Reuter. Nach Angaben der Internationalen Föderation der Rotkreuz- und Rothalbmond-Gesellschaften (IFRC) seien seit Anfang 2020 über 17.000 Menschen bei 433 Extremwetterereignissen ums Leben gekommen. Mehr als 139 Millionen Menschen seien von Überflutungen, Dürre, Stürmen und Waldbränden betroffen und schätzungsweise 658 Millionen vulnerable Personen seien extremen Temperaturen und Hitzewellen ausgesetzt gewesen. &quot;Wir rechnen damit, dass die Anzahl der Menschen, die aufgrund der Folgen des Klimawandels auf humanitäre Hilfe angewiesen sind, bis 2050 auf 200 Millionen Menschen pro Jahr ansteigen könnte,&quot; sagt Reuter.
</strong></p></div><div class="o-media o-media--left js-lightbox-gallery"><!-- fal media files --><figure class="o-media__img js-slider-item"><div class="o-media__imageholder clearfix"><picture><source media="(max-width: 320px)" srcset="/fileadmin/_processed_/8/3/csm_artikelbild_Bangladesch-frau-in-ueberschwemmungsgebiet_6fe925db90.jpg"><source media="(min-width: 721px)"
srcset="/fileadmin/_processed_/8/3/csm_artikelbild_Bangladesch-frau-in-ueberschwemmungsgebiet_6fe925db90.jpg"><source media="(min-width: 390px)"
srcset="/fileadmin/user_upload/02_Hilfe_weltweit/022_Wo_wir_helfen/0222_Asien/Bangladesch/artikelbild_Bangladesch-frau-in-ueberschwemmungsgebiet.jpg"><img src="/fileadmin/_processed_/8/3/csm_artikelbild_Bangladesch-frau-in-ueberschwemmungsgebiet_6fe925db90.jpg"
alt="Foto: junge Frau im Wasser vor überfluteten Hütten"
title="Hilfe für Menschen bei Überschemmungen "
width="660" height="440"
class="o-media__img lazyload" /></picture><noscript><img class="c-teaser__img c-teaser__img--left o-media__img" title="Hilfe für Menschen bei Überschemmungen " src="/fileadmin/user_upload/02_Hilfe_weltweit/022_Wo_wir_helfen/0222_Asien/Bangladesch/artikelbild_Bangladesch-frau-in-ueberschwemmungsgebiet.jpg" width="660" height="440" alt="Foto: junge Frau im Wasser vor überfluteten Hütten" /></noscript></div></figure><div class="c-flyout js-flyout"><div class="c-flyout__body js-toggle-visible is-in-viewport"><div class="c-flyout__content"><div class="o-media o-media--stacked"><figure class="o-media__img"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"
data-src="/fileadmin/_processed_/b/1/csm_Lesezeichen_Spende_Paket_db7838a4f1.jpg"
alt=""
title=""
width="318" height="214"
class="lazyload"
/><noscript><img src="/fileadmin/_processed_/b/1/csm_Lesezeichen_Spende_Paket_db7838a4f1.jpg"
width="318" height="214"
alt=""
title="" /></noscript></figure><div class="o-media__body"><span class="flyoutH4">Helfen Sie mit!</span><p>Jede kleine Spende hilft den notleidenden Menschen dieser Welt!</p></div></div></div><div class="c-flyout__foot c-flyout__foot--borderless"><form action="/spenden/privatperson-spenden/jetzt-spenden/" method="post"><div><input type="hidden" name="tx_frsdrkdonations_donation[__referrer][@extension]" value="" /><input type="hidden" name="tx_frsdrkdonations_donation[__referrer][@controller]" value="Standard" /><input type="hidden" name="tx_frsdrkdonations_donation[__referrer][@action]" value="callToAction" /><input type="hidden" name="tx_frsdrkdonations_donation[__referrer][arguments]" value="YTowOnt994c2dd2cc5af7af2ca95f2f15c9c9c74636c0836" /><input type="hidden" name="tx_frsdrkdonations_donation[__referrer][@request]" value="a:3:{s:10:&quot;@extension&quot;;N;s:11:&quot;@controller&quot;;s:8:&quot;Standard&quot;;s:7:&quot;@action&quot;;s:12:&quot;callToAction&quot;;}389775ca18c917cdf70db660fad3151a4c01eff8" /><input type="hidden" name="tx_frsdrkdonations_donation[__trustedProperties]" value="a:1:{s:8:&quot;donation&quot;;a:1:{s:7:&quot;purpose&quot;;i:1;}}4ab8d0e13ceda4dcf9543ca9a8b76a7586966216" /></div><input type="hidden" name="tx_frsdrkdonations_donation[donation][purpose]" value="152" /><button class="c-flyout__action" type="submit" name="" value=""><svg role="img"
aria-label="Jetzt spenden!"
class="c-flyout__action-icon sprite sprite-small-icon"><path d="M4.977 0l9.248 9.247-9.248 9.247-.707-.707 8.54-8.54L4.27.707z" /><title class="h-sr-only">Jetzt spenden!</title></svg><span class="c-flyout__action-text">Jetzt spenden!</span></button></form></div></div></div><div class="o-media__body"><p>„Das DRK und seine Schwestergesellschaften vor Ort leisten immer häufiger Nothilfe bei klimawandelbedingten Katastrophen. Gleichzeitig setzen wir zunehmend auf den Ansatz der vorausschauenden humanitären Hilfe,“ so Reuter. Hierbei geht es darum, Menschen nicht erst nach dem Eintritt einer Katastrophe mit Hilfsmitteln und Ressourcen zu unterstützen, wie zumeist üblich. Stattdessen werden, wenn Prognosen ein Extremereignis voraussagen, automatisch Gelder freigegeben, um im Vorfeld einer drohenden Katastrophe Maßnahmen einzuleiten und so Auswirkungen zu mindern. Dieser Ansatz trägt dazu bei, menschliches Leid zu lindern und die Wirksamkeit der humanitären Hilfe zu erhöhen.</p><p>Seit 2014 unterstützt das DRK seine Schwestergesellschaften bei der Entwicklung der vorausschauenden humanitären Hilfe und ist damit in 17 Ländern aktiv. Zudem betreibt das DRK gemeinsam mit der IFRC und dem Klimazentrum der Internationalen Rotkreuz- und Rothalbmond-Bewegung den „Anticipation Hub“, eine virtuelle Netzwerk- und Wissensplattform, die dem Austausch dient, Gelerntes einfacher zugänglich macht und die gemeinsame Arbeit fördert. Neben höheren Selbstverpflichtungen und größerer Unterstützung für besonders gefährdete Gruppen sollte bei der UN-Klimakonferenz auch die vorrausschauende humanitäre Hilfe gestärkt werden. „Dabei geht es um verstärkte Investitionen in lokale Frühwarnsysteme und Vorhersagekapazitäten, die Stärkung lokaler Akteure sowie die Integration der vorausschauenden humanitären Hilfe in bestehende Mechanismen des Katastrophen-Risikomanagements,“ sagt Reuter.</p><p>Um auf den Klimawandel als globale Bedrohung aufmerksam zu machen, nimmt das DRK ab dem 1. November 2021 an der weltweiten #climatechangedme Kampagne der Internationalen Rotkreuz- und Rothalbmond-Bewegung teil.</p><p><strong>Zu unserer Kampagnenseite:&nbsp;</strong><a href="https://www.drk.de/climatechangedme" target="_blank">https://www.drk.de/climatechangedme</a><br><strong>Zum Anticipation Hub:&nbsp;</strong><a href="https://www.anticipation-hub.org/" target="_blank">https://www.anticipation-hub.org/</a></p><p><strong>Wir vermitteln gern Expertinnen oder Experten zum Thema.</strong></p></div></div><div class="c-article__lotto"><img src="/typo3temp/assets/_processed_/2/a/csm_Lotto_Deutschland_DRK_b84d209502.jpg "
data-src="/typo3temp/assets/_processed_/2/a/csm_Lotto_Deutschland_DRK_f872bfcd16.jpg"
width="120"
height="50"
alt="Lotto Deutschland - Partner des DRK"
class="lazyload"
/><noscript><img alt="Lotto Deutschland - Partner des DRK" src="/typo3temp/assets/_processed_/2/a/csm_Lotto_Deutschland_DRK_4efff62437.jpg" width="120" height="51" /></noscript></div><div class="c-menu-print"><ul class="c-menu-print__list"><li class="c-menu-print__label">
Diese Seite:
</li><li class="c-menu-print__item"><a href="javascript:window.print()" class="c-menu-print__link" rel="nofollow"
title="Seite drucken"><svg role="img"
class="c-menu-print__icon o-icon-button__icon"
aria-label="Seite drucken"><title class="h-sr-only">
Seite drucken
</title><use
xlink:href="/typo3conf/ext/frs_drk_template/Resources/Public/Images/svg/spritemap.svg#sprite-print"></use></svg></a></li>
<li class="c-menu-print__item">
<a class="o-meta-list__tag o-meta-list__tag--pdf" title="Seite als PDF speichern" rel="nofollow" href="/presse/pressemitteilungen/meldung/drk-immer-mehr-menschen-wegen-klimawandel-auf-hilfe-angewiesen/?tx_web2pdf_pi1%5Baction%5D=&amp;tx_web2pdf_pi1%5Bargument%5D=printPage&amp;tx_web2pdf_pi1%5Bcontroller%5D=Pdf&amp;cHash=0914b1118552367ed5b7898ddc1c50c2">
<svg role="img"
class="c-menu-print__icon o-icon-button__icon"
aria-label="Seite als PDF speichern">
<title class="h-sr-only">
Seite als PDF speichern
</title>
<use
xlink:href="/typo3conf/ext/frs_drk_template/Resources/Public/Images/svg/spritemap.svg#sprite-file-pdf"></use>
</svg>
</a>
</li>
</ul></div></div><aside class="c-page-body__column c-page-body__column--aside"><div class="c-menu-share"><div class="social-media_title c-menu-share__headline flyoutH4">Beitrag teilen</div><ul class="c-menu-share__list"><li class="c-menu-share__item"><a href="https://twitter.com/share?url=https://www.drk.de/presse/pressemitteilungen/meldung/drk-immer-mehr-menschen-wegen-klimawandel-auf-hilfe-angewiesen/"
class="c-menu-share__link"
rel="nofollow"
title="Bei Twitter teilen"><svg viewBox="0 0 32 32" role="img" class="c-menu-share__icon o-icon-button__icon"
aria-label="Bei Twitter teilen"><title class="h-sr-only">
Bei Twitter teilen
</title><path d="M31 6.697c-1.103.49-2.29.82-3.534.968a6.176 6.176 0 0 0 2.706-3.405 12.303 12.303 0 0 1-3.908 1.494 6.156 6.156 0 0 0-10.49 5.613A17.476 17.476 0 0 1 3.09 4.937a6.132 6.132 0 0 0-.832 3.094 6.152 6.152 0 0 0 2.737 5.124 6.13 6.13 0 0 1-2.787-.77v.08a6.16 6.16 0 0 0 4.937 6.033 6.206 6.206 0 0 1-2.78.104 6.16 6.16 0 0 0 5.748 4.276A12.34 12.34 0 0 1 2.47 25.51c-.497 0-.987-.028-1.47-.085a17.41 17.41 0 0 0 9.437 2.766c11.32 0 17.51-9.378 17.51-17.51 0-.268-.004-.534-.015-.8A12.492 12.492 0 0 0 31 6.698z" /></svg></a></li><li class="c-menu-share__item"><a href="https://www.facebook.com/sharer/sharer.php?u=https://www.drk.de/presse/pressemitteilungen/meldung/drk-immer-mehr-menschen-wegen-klimawandel-auf-hilfe-angewiesen/"
class="c-menu-share__link"
rel="nofollow"
title="Bei Facebook teilen"><svg viewBox="0 0 32 32" role="img" class="c-menu-share__icon o-icon-button__icon"
aria-label="Bei Facebook teilen"><title class="h-sr-only">
Bei Facebook teilen
</title><path d="M12.816 31V17.315H8.21V11.98h4.606V8.05c0-4.565 2.788-7.05 6.86-7.05 1.95 0 3.625.146 4.114.212V5.98l-2.825.003c-2.213 0-2.643 1.052-2.643 2.597v3.402h5.282l-.688 5.334H18.32V31" /></svg></a></li><li class="c-menu-share__item"><a href="https://www.xing.com/social_plugins/share?url=https://www.drk.de/presse/pressemitteilungen/meldung/drk-immer-mehr-menschen-wegen-klimawandel-auf-hilfe-angewiesen/"
target="_blank"
class="c-menu-share__link"
rel="nofollow"
title=""><svg viewBox="0 0 32 32" role="img" class="c-menu-share__icon o-icon-button__icon" aria-label="zum Xing-Profil"><title class="h-sr-only"></title><path d="M11.6,12.8c0,0.3-1.7,3.2-4.9,9c-0.3,0.6-0.9,0.9-1.5,0.9H0.6c-0.3,0-0.6,0-0.6-0.3s0-0.6,0-0.6l4.9-8.7l0,0L1.7,7.3
C1.5,7,1.5,6.7,1.7,6.7c0-0.3,0.3-0.3,0.6-0.3H7c0.6,0,0.9,0.3,1.2,0.9L11.6,12.8z M27.3,0.3c0,0.3,0,0.6,0,0.6L17.2,19.2l0,0
l6.7,11.9c0,0.3,0.3,0.6,0,0.6c0,0.3-0.3,0.3-0.6,0.3h-4.9c-0.6,0-0.9-0.3-1.2-0.9l-6.7-11.9c0.3-0.3,3.8-6.4,10.5-18.3
C21.2,0.3,21.5,0,22.1,0h4.7C27.1,0,27.3,0,27.3,0.3z"/></svg></a></li><li class="c-menu-share__item"><a href="https://www.linkedin.com/shareArticle?url=https://www.drk.de/presse/pressemitteilungen/meldung/drk-immer-mehr-menschen-wegen-klimawandel-auf-hilfe-angewiesen/"
class="c-menu-share__link"
rel="nofollow"
title="Bei LinkedIn teilen"><svg viewBox="0 0 438.5 438.5" role="img" class="c-menu-share__icon o-icon-button__icon"
aria-label="Bei LinkedIn teilen"><title class="h-sr-only">
Bei LinkedIn teilen
</title><g><g><rect x="5.4" y="145.9" class="st0" width="94.2" height="282.9"/><path d="M408.8,171.7c-19.8-21.6-46-32.4-78.5-32.4c-12,0-22.9,1.5-32.7,4.4c-9.8,2.9-18.1,7.1-24.8,12.4
c-6.8,5.3-12.1,10.3-16.1,14.8c-3.8,4.3-7.5,9.4-11.1,15.1v-40.2h-93.9l0.3,13.7c0.2,9.1,0.3,37.3,0.3,84.5
c0,47.2-0.2,108.8-0.6,184.7h93.9V270.9c0-9.7,1-17.4,3.1-23.1c4-9.7,10-17.8,18.1-24.4c8.1-6.6,18.1-9.9,30.1-9.9
c16.4,0,28.4,5.7,36.1,17c7.7,11.3,11.6,27,11.6,47v151.3h93.9V266.7C438.5,225,428.6,193.3,408.8,171.7z"/><path d="M53.1,9.7c-15.8,0-28.6,4.6-38.4,13.8C4.9,32.8,0,44.4,0,58.5C0,72.4,4.8,84,14.3,93.4
c9.5,9.3,22.1,14,37.7,14h0.6c16,0,28.9-4.7,38.7-14c9.8-9.3,14.6-20.9,14.4-34.8c-0.2-14.1-5-25.7-14.6-35
C81.6,14.3,68.9,9.7,53.1,9.7z"/></g></g></svg></a></li></ul></div><!-- related things --><div class="o-cms-content"></div></aside><div class="o-section__footer"></div></div></div>
<!--TYPO3SEARCH_end-->
</div>
</div>
</article>
<footer class="c-page-foot o-section"><div class="o-section__wrapper"><nav class="c-menu-footer"><div class="c-page-foot__column"><ul class="c-menu-footer__list c-menu-footer__list--l1"><li class="c-menu-footer__item c-menu-footer__item--l1">Spenden</li><li class="c-menu-footer__item c-menu-footer__item--l2"><a href="/spenden/als-privatperson-spenden/" title="Als Privatperson spenden" class="c-menu-footer__link">Als Privatperson spenden</a></li><li class="c-menu-footer__item c-menu-footer__item--l2"><a href="/spenden/als-unternehmen-engagieren-csr/" title="Als Unternehmen engagieren" class="c-menu-footer__link">Als Unternehmen engagieren</a></li><li class="c-menu-footer__item c-menu-footer__item--l2"><a href="/spenden/als-schule-helfen/" title="Als Schule helfen" class="c-menu-footer__link">Als Schule helfen</a></li><li class="c-menu-footer__item c-menu-footer__item--l2"><a href="/spenden/als-stiftung-helfen/" title="Als Stiftung helfen" class="c-menu-footer__link">Als Stiftung helfen</a></li><li class="c-menu-footer__item c-menu-footer__item--l2"><a href="/spenden/dauerspender-werden/" title="Dauerspender werden" class="c-menu-footer__link">Dauerspender werden</a></li><li class="c-menu-footer__item c-menu-footer__item--l2"><a href="/spenden/pate-werden/" title="Jetzt Pate werden" class="c-menu-footer__link">Jetzt Pate werden</a></li><li class="c-menu-footer__item c-menu-footer__item--l2"><a href="/spenden/spenderservice/" title="Spenderservice" class="c-menu-footer__link">Spenderservice</a></li><li class="c-menu-footer__item c-menu-footer__item--l2"><a href="/spenden/stiftung-rotkreuz-auslandshilfe/" title="Stifter werden" class="c-menu-footer__link">Stifter werden</a></li><li class="c-menu-footer__item c-menu-footer__item--l2"><a href="/hilfe-weltweit/wie-wir-arbeiten/" title="Wirkungsmessung" class="c-menu-footer__link">Wirkungsmessung</a></li></ul></div><div class="c-page-foot__column"><ul class="c-menu-footer__list c-menu-footer__list--l1"><li class="c-menu-footer__item c-menu-footer__item--l1">Mitwirken</li><li class="c-menu-footer__item c-menu-footer__item--l2"><a href="http://www.drk-intern.de" target="_blank" title="DRK intern" class="c-menu-footer__link">DRK intern</a></li><li class="c-menu-footer__item c-menu-footer__item--l2"><a href="/mitwirken/blutspende/" title="Blutspende" class="c-menu-footer__link">Blutspende</a></li><li class="c-menu-footer__item c-menu-footer__item--l2"><a href="/mitwirken/ehrenamt/" title="Ehrenamt" class="c-menu-footer__link">Ehrenamt</a></li><li class="c-menu-footer__item c-menu-footer__item--l2"><a href="/mitwirken/mitglied-werden/" title="Mitglied werden" class="c-menu-footer__link">Mitglied werden</a></li><li class="c-menu-footer__item c-menu-footer__item--l2"><a href="/mitwirken/stellenboerse/" title="Stellenbörse" class="c-menu-footer__link">Stellenbörse</a></li><li class="c-menu-footer__item c-menu-footer__item--l2"><a href="/das-drk/auftrag-ziele-aufgaben-und-selbstverstaendnis-des-drk/drk-strategie-2030/" title="DRK-Strategie 2030" class="c-menu-footer__link">DRK-Strategie 2030</a></li></ul></div><div class="c-page-foot__column"><ul class="c-menu-footer__list c-menu-footer__list--l1"><li class="c-menu-footer__item c-menu-footer__item--l1">Informieren</li><li class="c-menu-footer__item c-menu-footer__item--l2"><a href="/hilfe-weltweit/" title="Hilfe weltweit" class="c-menu-footer__link">Hilfe weltweit</a></li><li class="c-menu-footer__item c-menu-footer__item--l2"><a href="/hilfe-in-deutschland/" title="Hilfe in Deutschland" class="c-menu-footer__link">Hilfe in Deutschland</a></li><li class="c-menu-footer__item c-menu-footer__item--l2"><a href="/das-drk/" title="Das DRK" class="c-menu-footer__link">Das DRK</a></li><li class="c-menu-footer__item c-menu-footer__item--l2"><a href="/presse/" title="Presse" class="c-menu-footer__link">Presse</a></li><li class="c-menu-footer__item c-menu-footer__item--l2"><a href="/das-drk/geschichte/" title="Geschichte" class="c-menu-footer__link">Geschichte</a></li><li class="c-menu-footer__item c-menu-footer__item--l2"><a href="/mitwirken/n
Spendentransparenz
</a></p><ul><li><a href="http://www.spendenrat.de" title="Deutscher Spendenrat" target="_blank" class="clearfix"><svg role="img" width="142" height="45" viewBox="0 0 202 46"><g fill="none" fill-rule="evenodd"><g fill="#000"><path d="M108.813 33.067c.59.295 1.04.677 1.35 1.146.297.447.495.968.595 1.564.088.408.132 1.058.132 1.952h-6.494c.027.898.24 1.62.637 2.162.397.544 1.012.815 1.844.815.778 0 1.4-.256 1.862-.77.264-.297.45-.642.562-1.033h1.464c-.04.325-.167.688-.385 1.088a3.87 3.87 0 0 1-.73.98c-.453.44-1.013.74-1.68.894-.36.088-.764.132-1.217.132-1.103 0-2.038-.4-2.804-1.204-.768-.802-1.15-1.926-1.15-3.37 0-1.424.385-2.58 1.157-3.468.772-.888 1.782-1.332 3.028-1.332.63 0 1.238.148 1.828.443zm.546 3.48c-.06-.646-.202-1.162-.422-1.548-.41-.718-1.09-1.077-2.044-1.077-.684 0-1.258.247-1.72.74-.464.494-.71 1.122-.737 1.883h4.922zm3.358-3.724h1.415v1.257c.42-.518.863-.89 1.332-1.116.47-.227.99-.34 1.564-.34 1.256 0 2.106.44 2.547 1.316.243.48.364 1.166.364 2.06v5.684h-1.513V36.1c0-.54-.08-.977-.24-1.308-.265-.552-.745-.827-1.44-.827-.353 0-.642.036-.868.107-.41.122-.768.364-1.077.728-.248.293-.41.595-.484.906-.075.312-.112.757-.112 1.336v4.642h-1.49v-8.86zm10.97 6.916c.403.64 1.05.96 1.937.96.69 0 1.256-.297 1.7-.89.444-.593.666-1.444.666-2.553 0-1.12-.228-1.948-.686-2.486-.458-.536-1.023-.805-1.696-.805-.75 0-1.358.286-1.824.86-.466.574-.7 1.418-.7 2.532 0 .948.202 1.743.605 2.382zm3.343-6.644c.266.165.566.455.903.87v-4.477h1.43v12.194h-1.34V40.45c-.347.547-.757.94-1.232 1.184-.473.243-1.016.364-1.63.364-.986 0-1.84-.415-2.563-1.245-.723-.83-1.084-1.935-1.084-3.314 0-1.29.33-2.41.988-3.355.66-.946 1.602-1.42 2.827-1.42.678 0 1.246.144 1.704.43zm10.053-.03c.59.296 1.04.678 1.35 1.147.296.447.495.968.594 1.564.09.408.133 1.058.133 1.952h-6.495c.028.898.24 1.62.637 2.162.397.544 1.012.815 1.845.815.778 0 1.398-.256 1.862-.77.263-.297.45-.642.56-1.033h1.466c-.04.325-.167.688-.385 1.088a3.87 3.87 0 0 1-.73.98c-.454.44-1.013.74-1.68.894-.36.088-.765.132-1.217.132-1.103 0-2.038-.4-2.805-1.204-.766-.802-1.15-1.926-1.15-3.37 0-1.424.387-2.58 1.16-3.468.77-.888 1.78-1.332 3.027-1.332.628 0 1.238.148 1.828.443zm.546 3.48c-.062-.645-.202-1.16-.423-1.547-.408-.718-1.09-1.077-2.043-1.077-.684 0-1.258.247-1.72.74-.464.494-.71 1.122-.737 1.883h4.922zm3.358-3.723h1.415v1.257c.42-.518.863-.89 1.332-1.116.47-.227.99-.34 1.563-.34 1.258 0 2.107.44 2.55 1.316.24.48.363 1.166.363 2.06v5.684h-1.513V36.1c0-.54-.08-.977-.24-1.308-.265-.552-.745-.827-1.44-.827-.353 0-.642.036-.87.107-.407.122-.765.364-1.074.728-.248.293-.41.595-.484.906-.076.312-.113.757-.113 1.336v4.642h-1.49v-8.86zm9.465 0h1.414v1.53c.116-.297.4-.66.853-1.087.452-.428.973-.642 1.563-.642a19.765 19.765 0 0 1 .48.04v1.574a2.224 2.224 0 0 0-.488-.042c-.75 0-1.327.242-1.73.724a2.527 2.527 0 0 0-.603 1.667v5.097h-1.49v-8.86zm7.214 7.52c.314.25.687.373 1.117.373.524 0 1.03-.122 1.522-.364.827-.403 1.24-1.062 1.24-1.978v-1.2a2.548 2.548 0 0 1-.702.29 5.992 5.992 0 0 1-.844.166l-.902.116c-.54.07-.946.184-1.216.34-.458.258-.687.672-.687 1.24 0 .43.158.77.472 1.017zm3.135-4.03c.342-.043.57-.186.687-.43.065-.13.098-.322.098-.57 0-.507-.18-.875-.54-1.104-.363-.23-.88-.345-1.553-.345-.777 0-1.33.21-1.654.63-.18.23-.3.576-.355 1.033h-1.39c.028-1.092.382-1.852 1.063-2.28.68-.426 1.47-.64 2.37-.64 1.043 0 1.89.198 2.54.596.646.397.968 1.014.968 1.853v5.104c0 .156.032.28.095.374.065.093.2.14.403.14.066 0 .14-.004.223-.012.083-.008.17-.02.265-.037v1.1a4.148 4.148 0 0 1-.53.124 3.87 3.87 0 0 1-.495.024c-.513 0-.885-.182-1.117-.546-.12-.193-.207-.466-.256-.82-.304.398-.74.743-1.308 1.035a4.043 4.043 0 0 1-1.878.438c-.82 0-1.493-.248-2.014-.747-.52-.5-.782-1.124-.782-1.874 0-.823.256-1.46.77-1.912.512-.453 1.185-.73 2.018-.836l2.374-.298zm4.973-5.964h1.505v2.473h1.415v1.216h-1.415v5.782c0 .31.105.516.315.62.116.06.31.092.58.092a4.445 4.445 0 0 0 .52-.025v1.174c-.17.05-.35.085-.533.107a5.073 5.073 0 0 1-.6.034c-.695 0-1.167-.178-1.415-.533-.248-.355-.372-.817-.372-1.385V34.04h-1.2v-1.217h1.2V30.35zM87.615 22.765c.557 0 1.015-.057 1.373-.173.64-.215 1.164-.63 1.572-1.24.326-.492.56-1.12.703-
Social Media-Kanäle
</p><ul class="c-menu-social__list"><li class="c-menu-social__item"><a href="https://twitter.com/roteskreuz_de"
class="c-menu-social__link"
target="_blank"
title="zum Twitter-Profil Deutsches Rotes Kreuz"><svg role="img"
width="35" height="49"
class="c-menu-social__icon o-icon-button__icon"
aria-label="zum Twitter-Profil Deutsches Rotes Kreuz"><title class="h-sr-only">
zum Twitter-Profil Deutsches Rotes Kreuz
</title><path d="M31 6.697c-1.103.49-2.29.82-3.534.968a6.176 6.176 0 0 0 2.706-3.405 12.303 12.303 0 0 1-3.908 1.494 6.156 6.156 0 0 0-10.49 5.613A17.476 17.476 0 0 1 3.09 4.937a6.132 6.132 0 0 0-.832 3.094 6.152 6.152 0 0 0 2.737 5.124 6.13 6.13 0 0 1-2.787-.77v.08a6.16 6.16 0 0 0 4.937 6.033 6.206 6.206 0 0 1-2.78.104 6.16 6.16 0 0 0 5.748 4.276A12.34 12.34 0 0 1 2.47 25.51c-.497 0-.987-.028-1.47-.085a17.41 17.41 0 0 0 9.437 2.766c11.32 0 17.51-9.378 17.51-17.51 0-.268-.004-.534-.015-.8A12.492 12.492 0 0 0 31 6.698z" /></svg><span>Twitter DRK</span></a></li><li class="c-menu-social__item"><a href="https://twitter.com/DRKvorOrt"
class="c-menu-social__link"
target="_blank"
title="zum Twitter-Profil Deutsches Rotes Kreuz vor Ort"><svg role="img"
width="35" height="49"
class="c-menu-social__icon o-icon-button__icon"
aria-label="zum Twitter-Profil Deutsches Rotes Kreuz vor Ort"><title class="h-sr-only">
zum Twitter-Profil Deutsches Rotes Kreuz vor Ort
</title><path d="M31 6.697c-1.103.49-2.29.82-3.534.968a6.176 6.176 0 0 0 2.706-3.405 12.303 12.303 0 0 1-3.908 1.494 6.156 6.156 0 0 0-10.49 5.613A17.476 17.476 0 0 1 3.09 4.937a6.132 6.132 0 0 0-.832 3.094 6.152 6.152 0 0 0 2.737 5.124 6.13 6.13 0 0 1-2.787-.77v.08a6.16 6.16 0 0 0 4.937 6.033 6.206 6.206 0 0 1-2.78.104 6.16 6.16 0 0 0 5.748 4.276A12.34 12.34 0 0 1 2.47 25.51c-.497 0-.987-.028-1.47-.085a17.41 17.41 0 0 0 9.437 2.766c11.32 0 17.51-9.378 17.51-17.51 0-.268-.004-.534-.015-.8A12.492 12.492 0 0 0 31 6.698z" /></svg><span>
Twitter DRK vor Ort
</span></a></li><li class="c-menu-social__item"><a href="https://de-de.facebook.com/roteskreuz/"
class="c-menu-social__link"
target="_blank"
title="zum Facebook-Profil"><svg role="img"
width="35" height="49"
class="c-menu-social__icon o-icon-button__icon"
aria-label="zum Facebook-Profil"><title class="h-sr-only">
zum Facebook-Profil
</title><path d="M12.816 31V17.315H8.21V11.98h4.606V8.05c0-4.565 2.788-7.05 6.86-7.05 1.95 0 3.625.146 4.114.212V5.98l-2.825.003c-2.213 0-2.643 1.052-2.643 2.597v3.402h5.282l-.688 5.334H18.32V31" /></svg><span>Facebook</span></a></li><li class="c-menu-social__item"><a href="https://www.youtube.com/DRKonline"
class="c-menu-social__link"
target="_blank"
title="zum Youtube-Profil des DRK"><svg role="img"
width="35" height="49"
class="c-menu-social__icon o-icon-button__icon"
aria-label="zum Youtube-Profil des DRK"><title class="h-sr-only">
zum Youtube-Profil des DRK
</title><path d="M31.68 9.602s-.31-2.205-1.27-3.176c-1.217-1.274-2.582-1.28-3.207-1.355-4.478-.323-11.195-.323-11.195-.323h-.014s-6.717 0-11.195.324c-.627.075-1.99.08-3.208 1.356C.632 7.396.32 9.602.32 9.602S0 12.192 0 14.782v2.427c0 2.588.32 5.178.32 5.178s.31 2.205 1.27 3.177c1.218 1.274 2.817 1.233 3.53 1.367 2.56.246 10.88.322 10.88.322s6.725-.01 11.202-.334c.625-.075 1.99-.08 3.206-1.355.96-.972 1.272-3.177 1.272-3.177s.32-2.59.32-5.18v-2.427c0-2.59-.32-5.178-.32-5.178zM12.697 20.15v-8.99l8.645 4.51-8.644 4.48z" /></svg><span>Youtube</span></a></li><li class="c-menu-social__item"><a href="https://blog.drk.de/"
class="c-menu-social__link"
target="_blank"
title="zum Blog des DRK"><svg role="img"
width="35" height="49"
class="c-menu-social__icon o-icon-button__icon"
aria-label="zum Blog des DRK"><title class="h-sr-only">
zum Blog des DRK
</title><path d="M16 0C7.178 0 0 7.177 0 16c0 8.822 7.178 16 16 16s16-7.178 16-16c0-8.823-7.178-16-16-16M1.615 16c0-2.086.447-4.066 1.245-5.855l6.862 18.8c-4.8-2.33-8.107-7.252-8.107-12.946M16 30.385c-1.412 0-2.774-.207-4.064-.586l4.317-12.542 4.42 12.114c.03.07.065.137.105.198a14.35 14.35 0 0 1-4.778.816m1.982-21.13c.866-.047 1.646-.138 1.646-.138.775-.092.684-1.23-.092-1.186 0 0-2.33.183-3.834.183-1.414 0-3.79-.183-3.79-.183-.774-.045-.865 1.14-.09 1.186 0 0 .733.09 1.51.137l2.24 6.14-3.148 9.442L7.187 9.255c.866-.046 1.646-.137 1.646-.137.775-.092.684-1.23-.092-1.186 0 0-2.328.183-3.833.183-.27 0-.588-.006-.926-.018C6.554 4.192 10.976 1.614 16 1.614c3.745 0 7.154 1.432 9.714 3.776-.062-.003-.122-.01-.187-.01-1.413 0-2.415 1.23-2.415 2.552 0 1.186.684 2.188 1.413 3.374.547.958 1.186 2.188 1.186 3.968 0 1.23-.473 2.66-1.094 4.65l-1.435 4.793-5.198-15.462zm10.64-.158a14.313 14.313 0 0 1 1.763 6.9c0 5.31-2.876 9.94-7.152 12.436l4.394-12.704c.82-2.052 1.094-3.693 1.094-5.152 0-.53-.035-1.02-.097-1.48" /></svg><span>DRK Blog</span></a></li><li class="c-menu-social__item"><a href="https://www.instagram.com/germanredcross/"
class="c-menu-social__link"
target="_blank"
title="zum Instagram-Profil des DRK"><svg role="img"
width="35" height="49"
class="c-menu-social__icon o-icon-button__icon"
aria-label="zum Instagram-Profil des DRK"><title class="h-sr-only">
zum Instagram-Profil des DRK
</title><path d="M32,16c0,3.2,0,5.4-0.1,6.7c-0.1,2.9-1,5.1-2.6,6.7c-1.5,1.5-3.8,2.4-6.7,2.6C21.4,32,19.2,32,16,32s-5.4,0-6.7-0.1
c-2.9-0.1-5.1-1-6.7-2.6c-1.5-1.5-2.4-3.8-2.6-6.7C0,21.4,0,19.2,0,16s0-5.4,0.1-6.7c0.1-2.9,1-5.1,2.6-6.7s3.8-2.4,6.7-2.6
C10.6,0,12.8,0,16,0s5.4,0,6.7,0.1c2.9,0.1,5.1,1,6.7,2.6s2.4,3.8,2.6,6.7C32,10.6,32,12.8,32,16z M17.5,2.8c-1,0-1.5,0-1.5,0
s-0.6,0-1.5,0c-1,0-1.7,0-2.2,0c-0.5,0-1.2,0-2,0c-0.9,0-1.5,0.1-2.2,0.3S6.9,3.3,6.5,3.6C5.9,3.8,5.2,4.2,4.7,4.7S3.8,5.9,3.6,6.5
C3.3,6.9,3.2,7.4,3.1,8.1c0,0.6-0.1,1.3-0.1,2.2s0,1.5,0,2s0,1.3,0,2.2c0,1,0,1.5,0,1.5s0,0.6,0,1.5c0,1,0,1.7,0,2.2s0,1.2,0,2
c0,0.9,0.1,1.5,0.3,2.2c0.1,0.6,0.3,1,0.4,1.5c0.3,0.6,0.6,1.3,1.2,1.8s1.2,0.9,1.8,1.2c0.4,0.1,0.9,0.3,1.5,0.4
c0.6,0.1,1.3,0.1,2.2,0.3c0.9,0,1.5,0,2,0s1.3,0,2.2,0c1,0,1.5,0,1.5,0s0.6,0,1.5,0c1,0,1.7,0,2.2,0s1.2,0,2,0
c0.9,0,1.5-0.1,2.2-0.3c0.6-0.1,1-0.3,1.5-0.4c0.6-0.3,1.3-0.6,1.8-1.2s0.9-1.2,1.2-1.8c0.1-0.4,0.3-0.9,0.4-1.5
c0.1-0.6,0.1-1.3,0.3-2.2c0-0.9,0-1.5,0-2c0-0.5,0-1.3,0-2.2c0-1,0-1.5,0-1.5s0-0.6,0-1.5c0-1,0-1.7,0-2.2c0-0.5,0-1.2,0-2
c0-0.9-0.1-1.5-0.3-2.2c-0.1-0.6-0.3-1-0.4-1.5c-0.3-0.6-0.6-1.3-1.2-1.8s-1.2-0.9-1.8-1.2c-0.4-0.1-0.9-0.3-1.5-0.4
s-1.3-0.1-2.2-0.3c-0.9,0-1.5,0-2,0C19.3,2.8,18.6,2.8,17.5,2.8z M21.8,10.2c1.5,1.5,2.4,3.6,2.4,5.8s-0.8,4.2-2.4,5.8
c-1.5,1.5-3.6,2.4-5.8,2.4c-2.3,0-4.2-0.8-5.8-2.4c-1.5-1.5-2.4-3.6-2.4-5.8s0.8-4.2,2.4-5.8c1.5-1.5,3.6-2.4,5.8-2.4
C18.3,7.8,20.2,8.6,21.8,10.2z M19.7,19.7c1-1,1.5-2.3,1.5-3.7s-0.5-2.7-1.5-3.7s-2.3-1.5-3.7-1.5c-1.5,0-2.7,0.5-3.7,1.5
s-1.5,2.3-1.5,3.7s0.5,2.7,1.5,3.7c1,1,2.3,1.5,3.7,1.5C17.5,21.4,18.7,20.9,19.7,19.7z M25.9,6.1c0.4,0.4,0.5,0.8,0.5,1.4
c0,0.5-0.1,1-0.5,1.4s-0.8,0.5-1.4,0.5c-0.5,0-1-0.1-1.4-0.5s-0.5-0.8-0.5-1.4c0-0.5,0.1-1,0.5-1.4c0.4-0.4,0.8-0.5,1.4-0.5
C25.1,5.5,25.5,5.8,25.9,6.1z"/></svg><span>Instagram</span></a></li><li class="c-menu-social__item c-menu-social_item-linkedin"><a href="https://www.linkedin.com/company/germanredcross"
class="c-menu-social__link"
target="_blank"
title="zum LinkedIn-Profil"><svg viewBox="0 0 438.5 438.5" role="img"
width="35" height="49"
class="c-menu-social__icon o-icon-button__icon"
aria-label="zum LinkedIn-Profil"><title class="h-sr-only">
zum LinkedIn-Profil
</title><g><g><rect x="5.4" y="145.9" class="st0" width="94.2" height="282.9"></rect><path d="M408.8,171.7c-19.8-21.6-46-32.4-78.5-32.4c-12,0-22.9,1.5-32.7,4.4c-9.8,2.9-18.1,7.1-24.8,12.4 c-6.8,5.3-12.1,10.3-16.1,14.8c-3.8,4.3-7.5,9.4-11.1,15.1v-40.2h-93.9l0.3,13.7c0.2,9.1,0.3,37.3,0.3,84.5 c0,47.2-0.2,108.8-0.6,184.7h93.9V270.9c0-9.7,1-17.4,3.1-23.1c4-9.7,10-17.8,18.1-24.4c8.1-6.6,18.1-9.9,30.1-9.9 c16.4,0,28.4,5.7,36.1,17c7.7,11.3,11.6,27,11.6,47v151.3h93.9V266.7C438.5,225,428.6,193.3,408.8,171.7z"></path><path d="M53.1,9.7c-15.8,0-28.6,4.6-38.4,13.8C4.9,32.8,0,44.4,0,58.5C0,72.4,4.8,84,14.3,93.4 c9.5,9.3,22.1,14,37.7,14h0.6c16,0,28.9-4.7,38.7-14c9.8-9.3,14.6-20.9,14.4-34.8c-0.2-14.1-5-25.7-14.6-35 C81.6,14.3,68.9,9.7,53.1,9.7z"></path></g></g></svg><span>LinkedIn</span></a></li></ul></div><div><p class="c-menu-social__headline clearfix">
Auszeichnungen
</p><ul class="o-list-bare c-menu-footer__donationicons"><li class="c-menu-footer__donationitem c-menu-footer__donationitem"><img data-src="/fileadmin/user_upload/Buehnenbilder/Startseite/LE-Siegel-DE2020-sw.png" class="lazyload" alt="Leading Employee Deutschland 2020" src="/typo3temp/assets/_processed_/6/3/csm_placeholder_white_bad3814667.png" width="93" height="134" /></li><li class="c-menu-footer__donationitem"><img data-src="/fileadmin/user_upload/Buehnenbilder/Startseite/DRK-superbrands-Germany-2018-2019-Siegel-103x103.jpg" class="lazyload" alt="Leading Employee Deutschland 2020" src="/typo3temp/assets/_processed_/6/3/csm_placeholder_white_a8a8147835.png" width="93" height="93" /></li><li class="c-menu-footer__donationitem c-menu-footer__donationitem-top"><img data-src="/fileadmin/user_upload/Buehnenbilder/Startseite/reddot-award-2017.jpg" class="lazyload" alt="Reddot Award 2017" src="/typo3temp/assets/_processed_/6/3/csm_placeholder_white_5012522345.png" width="93" height="67" /></li><li class="c-menu-footer__donationitem"><img data-src="/fileadmin/user_upload/Buehnenbilder/Startseite/DRK_popular_charities_drk_2016-103x103.jpg" class="lazyload" alt="DRK 2016" src="/typo3temp/assets/_processed_/6/3/csm_placeholder_white_a8a8147835.png" width="93" height="93" /></li></ul></div></div></div></footer><div class="c-donation-link-footer"><a href="/spenden/spendenformular/mit-dem-drk-dauerhaft-helfen/" title="Jetzt Spenden" class="pate-werden"><span class="c-donation-link__text">
Dauerspender werden
</span><img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" data-src="/typo3conf/ext/frs_drk_template/Resources/Public/Images/svg/dauer-spenden.svg" class="lazyload" width="50" height="50" alt="Dauerspender werden"><noscript><img src="/typo3conf/ext/frs_drk_template/Resources/Public/Images/svg/dauer-spenden.svg" width="50" height="50" alt="Dauerspender werden"></noscript></a><a href="/spenden/privatperson-spenden/jetzt-spenden/" title="Jetzt Spenden" class="jetzt-spenden"><span class="c-donation-link__text">
Jetzt Spenden
</span><img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" data-src="/typo3conf/ext/frs_drk_template/Resources/Public/Images/svg/spenden.svg" class="lazyload" width="50" height="50" alt="Jetzt Spenden"><noscript><img src="/typo3conf/ext/frs_drk_template/Resources/Public/Images/svg/spenden.svg" width="50" height="50" alt="Jetzt Spenden"></noscript></a></div><div id="a-audio__player" class="no-print"><div class="audio-player-outer-wrapper"><div class="audio-player-inner-wrapper"><div class="control control-play"><svg version="1.1" id="play" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 27 32" style="enable-background:new 0 0 27 32;" xml:space="preserve"><polygon points="27,16 0,0 0,32 "/></svg><svg version="1.1" id="pause" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 23 32" style="enable-background:new 0 0 23 32;" xml:space="preserve"><g><rect width="8" height="32"/><rect x="15" width="8" height="32"/></g></svg></div><div class="audio-player"><audio controls id="player1" ></audio><p class="audio-information">
Title
</p><div class="controls"><div id="currenttime"></div><div class="progressbar-outer"><div id="progressbar"><div id="progress"></div></div></div><div id="durationtime"><span></span></div></div></div><div class="control control-close"><svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 27 27" style="enable-background:new 0 0 27 27;" xml:space="preserve"><g><rect x="-3.6" y="11.5" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -5.5919 13.5)" width="34.3" height="3.9"/><rect x="11.5" y="-3.6" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -5.5919 13.5)" width="3.9" height="34.3"/></g></svg></div></div></div></div>
<a href="#" class="c-toplink" title="zum Anfang">
zum Anfang
</a>
</main>
<link rel="preload" href="/typo3conf/ext/frs_drk_template/Resources/Public/JavaScript/modules/loader.min.js" as="script"><script src="/typo3conf/ext/frs_drk_template/Resources/Public/JavaScript/loader.min.js"></script><link rel="preload" href="/typo3conf/ext/frs_drk_template/Resources/Public/Css/main-readspeaker.css" as="style"><script rel="preload" src="/typo3conf/ext/frs_drk_template/Resources/Public/JavaScript/readspeaker/main_readspeaker.js"></script><script rel="preload" src="/typo3conf/ext/frs_drk_template/Resources/Public/Vendor/readspeaker/ReadSpeaker.js?pids=embhl"></script><link rel="preload" href="/typo3conf/ext/frs_drk_template/Resources/Public/Vendor/readspeaker/ReadSpeaker.Styles.css?v=2.5.16.6672" as="style"><link rel="preload" href="/typo3conf/ext/frs_drk_template/Resources/Public/Vendor/readspeaker/mods/enlargeHL/ReadSpeaker.enlargeHL.css?v=...3406" as="style">
</body>
</html>