.cc-head>*:first-child{margin-top:0}.cc-head>*:last-child{margin-bottom:15px}.contao-cookiebar{--ccb-backdrop: rgba(0, 0, 0, .75);--ccb-anim-duration: .5s;--ccb-checked-clr: #399d32;--ccb-checked-bg: #dcf3db;--ccb-unchecked-clr: #9c9b99;--ccb-unchecked-bg: #fff;--ccb-disabled-clr: #c8c7c5;--ccb-disabled-bg: #f4f4f4;position:fixed;inset:0;z-index:9999;display:flex;align-items:var(--ccb-align, center);justify-content:var(--ccb-justify, center);letter-spacing:0;padding:15px;max-height:100dvh;box-sizing:border-box;pointer-events:none;overflow:hidden;color:var(--ccb-clr, #444)}.contao-cookiebar *{box-sizing:border-box}.contao-cookiebar p{color:var(--ccb-text, #868686);line-height:1.4}.contao-cookiebar label{position:relative;display:block;padding:8px 13px 8px 0;line-height:1.2rem}.contao-cookiebar label.group{font-weight:600}.contao-cookiebar input{position:absolute;width:1px;height:1px;outline:0 none;opacity:0}.contao-cookiebar input+label{padding:8px 13px 8px 45px;cursor:pointer}.contao-cookiebar input+label:before,.contao-cookiebar input+label:after{content:"";position:absolute;border-radius:10px}.contao-cookiebar input+label:before{top:7px;left:0;width:35px;height:18px;margin:0;box-sizing:content-box;background:var(--ccb-unchecked-bg);border:1px solid var(--ccb-unchecked-clr);transition:border-color .2s}.contao-cookiebar input+label:after{display:block;top:11px;left:4px;width:12px;height:12px;background:var(--ccb-unchecked-clr);transition:background .2s,margin-left .2s,padding .2s}.contao-cookiebar input+label:active:after{padding-left:5px}.contao-cookiebar input.cc-group-half+label:after{background:linear-gradient(to right, var(--ccb-unchecked-clr) 0%, var(--ccb-unchecked-clr) 50%, var(--ccb-checked-clr) 50%, var(--ccb-checked-clr) 100%)}.contao-cookiebar input:checked+label:after{background:var(--ccb-checked-clr);margin-left:17px}.contao-cookiebar input:checked+label:active:after{margin-left:12px}.contao-cookiebar input:checked+label:before{background:var(--ccb-checked-bg);border-color:var(--ccb-checked-clr)}.contao-cookiebar input:disabled+label{pointer-events:none}.contao-cookiebar input:disabled+label:after{background:var(--ccb-disabled-clr)}.contao-cookiebar input:disabled+label:before{background:var(--ccb-disabled-bg);border-color:var(--ccb-disabled-clr)}.contao-cookiebar .cc-btn{display:inline-block;cursor:pointer;width:100%;padding:8px 14px;margin-bottom:8px;font-size:15px;outline:0 none;border:1px solid var(--ccb-btn-bdr, #cfcfcf);border-radius:4px;color:var(--ccb-btn-clr, #444);background:var(--ccb-btn-bg, #f5f5f5)}.contao-cookiebar .cc-btn:hover{background:var(--ccb-btn-bg-hvr, #ececec)}.contao-cookiebar .cc-btn:last-child{margin-bottom:0}.contao-cookiebar .grayscale{--ccb-btn-bg: #f1efef;--ccb-btn-bg-hvr: #ececec}.contao-cookiebar .grayscale .success{--ccb-btn-bg: #fbfbfb;--ccb-btn-bg-hvr: #f7f7f7}.contao-cookiebar .highlight .success{--ccb-btn-bg: #4e9e3e;--ccb-btn-bg-hvr: #4c933f;--ccb-btn-bdr: #3e7830;--ccb-btn-clr: #fff}.cc-inner{display:inline-block;overflow-y:auto;max-height:100%;max-width:100%;padding:23px;border-radius:3px;opacity:0;pointer-events:none;visibility:hidden;font-size:1rem;text-align:left;background:var(--ccb-bg, #fff);box-shadow:var(--ccb-box-shadow, rgba(99, 99, 99, 0.2)) 0 2px 8px 0;animation:var(--ccb-anim, cookiebar-middle-in) var(--ccb-anim-duration) ease-in-out forwards}.cc-group{position:relative;border:1px solid var(--ccb-bdr, #d0d0d0);border-radius:5px;margin-bottom:10px}.cc-cookie-info{font-size:.875rem;background:var(--ccb-info-bg, #fff);border:1px solid var(--ccb-info-bdr, #efefef);padding:10px;border-radius:5px}.cc-cookie-info>div>span{font-weight:600}.cc-cookie-info>div+div{margin-top:5px;word-wrap:break-word}.cc-cookie-info+button.cc-detail-btn-details{margin-top:15px}.cc-cookies{background:var(--ccb-cookies-bg, #fbfbfb);border-radius:0 0 5px 5px}.cc-cookies>p{font-size:.875rem}.cc-cookies>p,.cc-cookies>.cc-cookie{margin:0;padding:15px;border-top:1px solid var(--ccb-cookies-bdr, #fbfbfb)}.cc-cookie label.cookie+*{margin-top:10px}.cc-cookie p{margin:0 0 15px;font-size:.875rem}.cc-cookie-desc p{margin-bottom:0}.cc-footer,.cc-info{text-align:center}.cc-info{margin-top:15px}.cc-info>p{font-size:.875rem}.cc-info>a{display:inline-block;font-size:.813rem;color:var(--ccb-detail-clr, #a2a2a2);text-decoration:none}.cc-info>a:hover{color:var(--ccb-detail-clr-hvr, #717171)}.cc-info>a+a:before{display:inline-block;content:"·";margin-right:5px}.cc-active .cc-inner{opacity:1;pointer-events:auto;visibility:visible}.cc-active.cc-blocked{pointer-events:auto;animation:cookiebar-overlay-in var(--ccb-anim-duration) ease-in-out forwards}.cc-saved.cc-inner{opacity:0;pointer-events:none;visibility:hidden}.cc-saved.cc-blocked{pointer-events:none;animation:cookiebar-overlay-out var(--ccb-anim-duration) ease-in-out forwards}.cc-left{--ccb-justify: flex-start}.cc-right{--ccb-justify: flex-end}.cc-top{--ccb-align: flex-start}.cc-top.cc-active{--ccb-anim: cookiebar-top-in}.cc-top.cc-saved{--ccb-anim: cookiebar-top-out}.cc-middle.cc-active{--ccb-anim: cookiebar-middle-in}.cc-middle.cc-saved{--ccb-anim: cookiebar-middle-out}.cc-bottom{--ccb-align: flex-end}.cc-bottom.cc-active{--ccb-anim: cookiebar-bottom-in}.cc-bottom.cc-saved{--ccb-anim: cookiebar-bottom-out}@media(min-width: 768px){.contao-cookiebar .cc-btn{width:auto;margin-bottom:0}.cc-inner{max-width:var(--ccb-max-width, 750px)}}@keyframes cookiebar-overlay-in{0%{background:rgba(0,0,0,0)}to{background:var(--ccb-backdrop)}}@keyframes cookiebar-overlay-out{0%{background:var(--ccb-backdrop)}to{background:rgba(0,0,0,0);visibility:hidden}}@keyframes cookiebar-top-in{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes cookiebar-top-out{0%{opacity:1;visibility:visible;transform:translateY(0)}to{opacity:0;visibility:hidden;transform:translateY(-100%)}}@keyframes cookiebar-middle-in{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes cookiebar-middle-out{0%{opacity:1;visibility:visible;transform:scale(1)}to{opacity:0;visibility:hidden;transform:scale(0)}}@keyframes cookiebar-bottom-in{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes cookiebar-bottom-out{0%{opacity:1;visibility:visible;transform:translateY(0)}to{opacity:0;visibility:hidden;transform:translateY(100%)}}.cc-group{display:flex;flex-wrap:wrap;justify-content:space-between;align-content:center}.cc-group>label{flex-grow:1;margin:5px 0 5px 10px}.cc-cookies{display:none;width:100%}.cc-detail-btn{padding:8px 10px;line-height:1.2rem}.cc-detail-btn-details{text-decoration:underline;padding:0;margin:0 0 10px}.cc-detail-btn,.cc-detail-btn-details{display:inline-block;color:var(--ccb-detail-clr, #a2a2a2);border:0 none;outline:0 none;background:rgba(0,0,0,0);font-size:13px;letter-spacing:0;text-transform:initial;cursor:pointer}.cc-detail-btn span:nth-child(2),.cc-detail-btn-details span:nth-child(2){display:none}.cc-detail-btn.cc-active span:nth-child(1),.cc-detail-btn-details.cc-active span:nth-child(1){display:none}.cc-detail-btn.cc-active span:nth-child(2),.cc-detail-btn-details.cc-active span:nth-child(2){display:inline}.cc-detail-btn:hover,.cc-detail-btn-details:hover{background:rgba(0,0,0,0);color:var(--ccb-detail-clr-hvr, #717171)}
@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:400;src:url(../../files/theme/fonts/montserrat/montserrat-regular-webfont.woff2) format("woff2"),url(../../files/theme/fonts/montserrat/montserrat-regular-webfont.woff) format("woff"),url(../../files/theme/fonts/montserrat/montserrat-regular-webfont.ttf) format("truetype")}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:600;src:url(../../files/theme/fonts/montserrat/montserrat-medium-webfont.woff2) format("woff2"),url(../../files/theme/fonts/montserrat/montserrat-medium-webfont.woff) format("woff"),url(../../files/theme/fonts/montserrat/montserrat-medium-webfont.ttf) format("truetype")}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:700;src:url(../../files/theme/fonts/montserrat/montserrat-bold-webfont.woff2) format("woff2"),url(../../files/theme/fonts/montserrat/montserrat-bold-webfont.woff) format("woff"),url(../../files/theme/fonts/montserrat/montserrat-bold-webfont.ttf) format("truetype")}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:900;src:url(../../files/theme/fonts/montserrat/montserrat-extrabold-webfont.woff2) format("woff2"),url(../../files/theme/fonts/montserrat/montserrat-extrabold-webfont.woff) format("woff"),url(../../files/theme/fonts/montserrat/montserrat-extrabold-webfont.ttf) format("truetype")}@font-face{font-display:swap;font-family:Lato;font-style:normal;font-weight:700;src:url(../../files/theme/fonts/lato/lato-bold.woff2) format("woff2"),url(../../files/theme/fonts/lato/lato-bold.woff) format("woff"),url(../../files/theme/fonts/lato/lato-bold.ttf) format("truetype")}@font-face{font-display:swap;font-family:Lato;font-style:normal;font-weight:400;src:url(../../files/theme/fonts/lato/lato-regular.woff2) format("woff2"),url(../../files/theme/fonts/lato/lato-regular.woff) format("woff"),url(../../files/theme/fonts/lato/lato-regular.ttf) format("truetype")}/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:0;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}[data-whatinput=mouse] *,[data-whatinput=mouse] :focus,[data-whatinput=touch] *,[data-whatinput=touch] :focus,[data-whatintent=mouse] *,[data-whatintent=mouse] :focus,[data-whatintent=touch] *,[data-whatintent=touch] :focus{outline:none}[draggable=false]{-webkit-touch-callout:none;-webkit-user-select:none}.foundation-mq{font-family:"small=0em&medium=47.5em&large=62em&xlarge=75em"}html{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:1.125rem}*,:after,:before{-webkit-box-sizing:inherit;-moz-box-sizing:inherit;box-sizing:inherit}body{background:#fefefe;color:#0a0a0a;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-weight:400;line-height:1.2;margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{display:inline-block;height:auto;max-width:100%;vertical-align:middle;-ms-interpolation-mode:bicubic}textarea{border-radius:0;height:auto;min-height:50px}select{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%}.map_canvas embed,.map_canvas img,.map_canvas object,.mqa-display embed,.mqa-display img,.mqa-display object{max-width:none!important}button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;border-radius:0;cursor:auto;line-height:1;padding:0}[data-whatinput=mouse] button{outline:0}pre{overflow:auto;-webkit-overflow-scrolling:touch}button,input,optgroup,select,textarea{font-family:inherit}.is-visible{display:block!important}figure{text-align:center}figcaption{font-size:.7777777778rem;margin-top:.4444444444rem}blockquote,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,li,ol,p,pre,td,th,ul{margin:0;padding:0}p{font-size:inherit;line-height:1.4;margin-bottom:1rem;text-rendering:optimizeLegibility}em,i{font-style:italic}b,em,i,strong{line-height:inherit}b,strong{font-weight:700}small{font-size:80%;line-height:inherit}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{color:#488f1d;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-style:normal;font-weight:400;text-rendering:optimizeLegibility}.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{color:#cacaca;line-height:0}.h1,.h2,h1,h2{font-size:1.5555555556rem}.h1,.h2,.h3,h1,h2,h3{line-height:1.2;margin-bottom:1rem;margin-top:0}.h3,h3{font-size:1.3333333333rem}.h4,.h5,h4,h5{font-size:1.1111111111rem}.h4,.h5,.h6,h4,h5,h6{line-height:1.2;margin-bottom:1rem;margin-top:0}.h6,h6{font-size:.8888888889rem}@media print,screen and (min-width:47.5em){.h1,.h2,h1,h2{font-size:1.7777777778rem}.h3,h3{font-size:1.4444444444rem}.h4,.h5,h4,h5{font-size:1.2222222222rem}.h6,h6{font-size:.8888888889rem}}a{color:#488f1d;cursor:pointer;line-height:inherit;text-decoration:none}a:focus,a:hover{color:#284f10}a img,hr{border:0}hr{border-bottom:1px solid #cacaca;clear:both;height:0;margin:0 auto;max-width:80rem}dl,ol,ul{line-height:1.6;list-style-position:outside;margin-bottom:1rem}li{font-size:inherit}ul{list-style-type:disc}ol,ul{margin-left:1.25rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0;margin-left:1.25rem}dl{margin-bottom:1rem}dl dt{font-weight:700;margin-bottom:.3rem}blockquote{border-left:1px solid #cacaca;margin:0 0 1rem;padding:.5625rem 1.25rem 0 1.1875rem}blockquote,blockquote p{color:#8a8a8a;line-height:1.4}abbr,abbr[title]{border-bottom:1px dotted #0a0a0a;cursor:help;text-decoration:none}figure,kbd{margin:0}kbd{background-color:#e6e6e6;color:#0a0a0a;font-family:Consolas,Liberation Mono,Courier,monospace;padding:.125rem .25rem 0}a{display:inline-block}h1,h2{font-weight:600}h3{font-weight:300;margin-bottom:.4444444444rem}h3.content-text{margin-bottom:.8888888889rem}h4{color:#314366;font-weight:600}h1,h2,h3,h4,h5,h6{width:inherit}hr{padding-top:1.6666666667rem}strong{font-weight:600}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%}footer,header,main{display:table-row;height:1px}body,html{margin-left:auto;margin-right:auto;max-width:177.7777777778rem}body,html,main{height:100%}main{position:relative;z-index:1}body:before{content:"small";height:1px;overflow:hidden;position:absolute!important;width:1px;clip:rect(0,0,0,0);left:0}@media screen and (min-width:31.25em){body:before{content:"medium"}}@media print,screen and (min-width:62em){body:before{content:"large"}}[type=color],[type=date],[type=datetime-local],[type=datetime],[type=email],[type=month],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=time],[type=url],[type=week],textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fefefe;border:1px solid #cacaca;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:#0a0a0a;display:block;font-family:inherit;font-size:.8888888889rem;font-weight:400;height:2.2777777778rem;line-height:1.5;margin:0 0 1rem;padding:.5rem;-webkit-transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;transition:box-shadow .5s,border-color .25s ease-in-out;transition:box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s;width:100%}[type=color]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=datetime]:focus,[type=email]:focus,[type=month]:focus,[type=number]:focus,[type=password]:focus,[type=search]:focus,[type=tel]:focus,[type=text]:focus,[type=time]:focus,[type=url]:focus,[type=week]:focus,textarea:focus{background-color:#fefefe;border:1px solid #8a8a8a;-webkit-box-shadow:0 0 5px #cacaca;box-shadow:0 0 5px #cacaca;outline:none;-webkit-transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;transition:box-shadow .5s,border-color .25s ease-in-out;transition:box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s}textarea{max-width:100%}textarea[rows]{height:auto}input:disabled,input[readonly],textarea:disabled,textarea[readonly]{background-color:#e6e6e6;cursor:not-allowed}[type=button],[type=submit]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}::-webkit-input-placeholder{color:#cacaca}::-moz-placeholder{color:#cacaca}:-ms-input-placeholder{color:#cacaca}::-ms-input-placeholder{color:#cacaca}::placeholder{color:#cacaca}fieldset{border:0;margin:0;padding:0}legend{margin-bottom:.5rem;max-width:100%}.fieldset{border:none;margin:1.1111111111rem 0;padding:0}.fieldset legend{margin:0 0 0 -.1666666667rem;padding:0 .1875rem}[type=checkbox],[type=file],[type=radio]{margin:0 0 1rem}[type=checkbox]+label,[type=radio]+label{display:inline-block;margin-bottom:0;margin-left:.5rem;margin-right:1rem;vertical-align:baseline}[type=checkbox]+label[for],[type=radio]+label[for]{cursor:pointer}label>[type=checkbox],label>[type=radio]{margin-right:.5rem}[type=file]{width:100%}label{color:#0a0a0a;display:block;font-size:.8888888889rem;font-weight:400;line-height:1.8;margin:0}label.middle{line-height:1.2;margin:0 0 1rem;padding:.5555555556rem 0}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fefefe;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"></polygon></svg>');-webkit-background-origin:content-box;background-origin:content-box;background-position:right -1rem center;background-repeat:no-repeat;-webkit-background-size:9px 6px;background-size:9px 6px;border:1px solid #cacaca;border-radius:0;color:#0a0a0a;font-family:inherit;font-size:.8888888889rem;font-weight:400;height:2.2777777778rem;line-height:1.5;margin:0 0 1rem;padding:.5rem 1.5rem .5rem .5rem;-webkit-transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;transition:box-shadow .5s,border-color .25s ease-in-out;transition:box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s}@media screen and (min-width:0\0){select{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==")}}select:focus{background-color:#fefefe;border:1px solid #8a8a8a;-webkit-box-shadow:0 0 5px #cacaca;box-shadow:0 0 5px #cacaca;outline:none;-webkit-transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;transition:box-shadow .5s,border-color .25s ease-in-out;transition:box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s}select:disabled{background-color:#e6e6e6;cursor:not-allowed}select::-ms-expand{display:none}select[multiple]{background-image:none;height:auto}select:not([multiple]){padding-bottom:0;padding-top:0}.submit,input,select{border-radius:0}#wrapper{background-color:#fefefe;display:table;height:100%;overflow:hidden;table-layout:fixed;width:100%}.grid-container{display:grid;grid-auto-flow:dense;grid-template-columns:repeat(12,[col-start] 1fr);margin:0 auto;max-width:80rem;padding-left:.5555555556rem;padding-right:.5555555556rem;width:100%}@media print,screen and (min-width:47.5em){.grid-container{padding-left:.8333333333rem;padding-right:.8333333333rem}}.grid-container.width--100{max-width:100%;padding:0}.grid-container.width--75{max-width:122rem}.grid-container>*{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;grid-column-end:span 12;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.main .grid-container>*{position:relative}.grid-container script{display:none!important}.grid-container .grid-container{padding-left:0;padding-right:0}.grid-x{grid-gap:.5555555556rem 0}@media screen and (min-width:31.25em){.grid-x{grid-gap:.8333333333rem}}@media print,screen and (min-width:47.5em){.grid-x{-webkit-column-gap:1.6666666667rem;-moz-column-gap:1.6666666667rem;column-gap:1.6666666667rem;row-gap:0}.grid-y{row-gap:1.6666666667rem}}.cell{display:grid;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.small-1{grid-column-end:span 1}.small-2{grid-column-end:span 2}.small-3{grid-column-end:span 3}.small-4{grid-column-end:span 4}.small-5{grid-column-end:span 5}.small-6{grid-column-end:span 6}.small-7{grid-column-end:span 7}.small-8{grid-column-end:span 8}.small-9{grid-column-end:span 9}.small-10{grid-column-end:span 10}.small-11{grid-column-end:span 11}.small-12{grid-column-end:span 12}@media print,screen and (min-width:47.5em){.medium-1{grid-column-end:span 1}.medium-2{grid-column-end:span 2}.medium-3{grid-column-end:span 3}.medium-4{grid-column-end:span 4}.medium-5{grid-column-end:span 5}.medium-6{grid-column-end:span 6}.medium-7{grid-column-end:span 7}.medium-8{grid-column-end:span 8}.medium-9{grid-column-end:span 9}.medium-10{grid-column-end:span 10}.medium-11{grid-column-end:span 11}.medium-12{grid-column-end:span 12}}@media print,screen and (min-width:62em){.large-1{grid-column-end:span 1}.large-2{grid-column-end:span 2}.large-3{grid-column-end:span 3}.large-4{grid-column-end:span 4}.large-5{grid-column-end:span 5}.large-6{grid-column-end:span 6}.large-7{grid-column-end:span 7}.large-8{grid-column-end:span 8}.large-9{grid-column-end:span 9}.large-10{grid-column-end:span 10}.large-11{grid-column-end:span 11}.large-12{grid-column-end:span 12}}.block-grid{display:grid;grid-template-columns:inherit;grid-gap:.5555555556rem 0;grid-auto-flow:inherit}@media screen and (min-width:31.25em){.block-grid{grid-gap:.8333333333rem}}@media print,screen and (min-width:47.5em){.block-grid{grid-gap:1.6666666667rem 1.6666666667rem}}.block-grid>*{grid-column-end:span 12;grid-row-end:span 1;position:relative}@media screen and (min-width:31.25em){.block-grid>*{grid-column-end:span 6;grid-row-end:span 1}}@media print,screen and (min-width:62em){.block-grid>*{grid-column-end:span 3;grid-row-end:span 1}}.block-grid.small-up-2>*{grid-column-end:span 6}@media print,screen and (min-width:47.5em){.block-grid.medium-up-2>*{grid-column-end:span 6}.block-grid.medium-up-3>*{grid-column-end:span 4}.block-grid.medium-up-4>*{grid-column-end:span 3}}@media print,screen and (min-width:62em){.block-grid.large-up-2>*{grid-column-end:span 6}.block-grid.large-up-3>*{grid-column-end:span 4}.block-grid.large-up-4>*{grid-column-end:span 3}.block-grid.large-up-5>*{grid-column-end:span 2}}.o-hyperlink--hidden{bottom:0;cursor:pointer;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:10}.content-image{display:block;height:100%;overflow:hidden;position:relative;width:auto}.content-image__image{background-position:50%;background-repeat:no-repeat;-webkit-background-size:cover;background-size:cover;height:100%;left:0;position:absolute;top:0;width:100%}.video_container{height:0;max-width:100%;overflow:hidden;padding-bottom:56.25%;position:relative}.video_container>embed,.video_container>iframe,.video_container>object,.video_container>video{background:transparent;border:none;height:100%;left:0;position:absolute;top:0;width:100%;z-index:2000}.c-header{height:2.5rem}@media print,screen and (min-width:47.5em){.c-header{height:9.7222222222rem}.c-header.is-sticky{background-color:#f5f6f7;left:0;margin:0 auto;position:fixed;right:0;top:0;width:100%;z-index:1000}.c-header.is-sticky~.c-main .c-main__inside{margin-top:9.7222222222rem}}.c-header__top{background-color:#f5f6f7;border-bottom:1px solid #488f1d;display:none;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:.8333333333rem;height:2.5rem;margin:4.1666666667rem auto 0;max-width:80rem;padding:0 .8333333333rem .5555555556rem;position:relative;text-align:right;width:100%}@media print,screen and (min-width:47.5em){.c-header__top{display:block}}@media print,screen and (min-width:62em){.c-header__top{padding-left:14.4444444444rem;padding-top:.5555555556rem}}.c-header__top>div{display:inline-block;margin-right:.8333333333rem;vertical-align:top}@media print,screen and (min-width:62em){.c-header__top>div{margin-right:.5555555556rem}}@media screen and (min-width:75em){.c-header__top>div{margin-right:.8333333333rem}}.c-header__top>div:last-child{margin-right:0}.c-header__top figure{position:relative}.c-header__top figure a{display:inline-block}.c-header__top figure a:before{content:"";display:block;height:100%;left:0;position:absolute;top:0;width:100%}.c-header__top figure figcaption{display:none;margin-left:.1666666667rem;margin-right:.2777777778rem}@media print,screen and (min-width:62em){.c-header__top figure figcaption{display:inline-block}}@media screen and (min-width:75em){.c-header__top figure figcaption{margin-left:.5555555556rem;margin-right:1.6666666667rem}}.c-header__top figure a,.c-header__top figure figcaption{color:#314366;font-size:.8888888889rem;margin-top:0;vertical-align:middle}.c-header__inside{background-color:#f5f6f7;height:3.0555555556rem;max-width:80rem;padding-top:0;position:relative;z-index:200}@media print,screen and (min-width:47.5em){.c-header__inside{border-top:none;height:3.0555555556rem;padding-bottom:.2777777778rem;padding-top:.8333333333rem}}.c-header__inside .content-button{padding-left:1.1111111111rem;padding-right:1.1111111111rem;position:relative;right:.8333333333rem;top:.5555555556rem;width:auto;z-index:100}@media print,screen and (min-width:47.5em){.c-header__inside .content-button{position:absolute;right:.8333333333rem;top:-1.6666666667rem}}@media screen and (min-width:58.75em){.c-header__inside .content-button{border-radius:.2777777778rem;top:1.6666666667rem}}.c-header__inside .content-button .button__label,.c-header__inside .content-button a{color:inherit;cursor:pointer;font-size:1rem;font-weight:400;line-height:1.4;text-transform:uppercase}.c-header__logo{left:.5555555556rem;position:absolute;top:0;width:auto;z-index:3000}@media print,screen and (min-width:47.5em){.c-header__logo{left:.8333333333rem;top:-6.1111111111rem}}.c-logo__link{background-image:url(../../files/theme/img/dgm-deutschland-logo.svg);background-position:0 0;background-repeat:no-repeat;-webkit-background-size:contain;background-size:contain;height:2.7777777778rem;margin:.2222222222rem;-webkit-transition:.4s;transition:.4s;width:6.1111111111rem}@media print,screen and (min-width:47.5em){.c-logo__link{height:5.2777777778rem;width:11.6666666667rem}}.c-footer__logo .c-logo__link{background-image:url(../../files/theme/img/dgm-deutschland-logo-footer.svg);height:5.2777777778rem;width:11.6666666667rem}.c-nav-header{font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.c-nav-header__menu-button{cursor:pointer;display:inline-block;position:absolute;right:.5555555556rem;top:.2777777778rem;width:1.7777777778rem;z-index:250}.c-nav-header__menu-icon span,.c-nav-header__menu-icon:after,.c-nav-header__menu-icon:before{background:#488f1d;border-radius:3px;content:"";display:block;height:6px;margin:7px 0;-webkit-transition:.5s;transition:.5s}@media print,screen and (min-width:47.5em){.c-nav-header__menu-icon span,.c-nav-header__menu-icon:after,.c-nav-header__menu-icon:before{background:#fefefe}}.c-nav-header__menu-text{display:none;font-size:.6111111111rem;text-align:center}.c-nav-header__checkbox{display:none}@media print,screen and (max-width:47.49875em){.c-nav-header__checkbox:checked~.c-nav-header__inside .c-nav-header__wrapper{display:block;opacity:1;visibility:visible;z-index:2000}.c-nav-header__checkbox:checked~.c-nav-header__inside .c-nav-header__menu-icon:before{background:#488f1d;-webkit-transform:translateY(13px) rotate(135deg);-ms-transform:translateY(13px) rotate(135deg);transform:translateY(13px) rotate(135deg)}.c-nav-header__checkbox:checked~.c-nav-header__inside .c-nav-header__menu-icon:after{background-color:#488f1d;-webkit-transform:translateY(-13px) rotate(-135deg);-ms-transform:translateY(-13px) rotate(-135deg);transform:translateY(-13px) rotate(-135deg)}.c-nav-header__checkbox:checked~.c-nav-header__inside .c-nav-header__menu-icon span{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.c-nav-header__wrapper{background-color:#488f1d;bottom:0;display:none;list-style-type:none;margin-bottom:0;margin-left:0;margin-top:0;overflow-y:auto;padding-top:2.7777777778rem;position:fixed;right:0;top:3.0555555556rem;width:17.7777777778rem;-webkit-overflow-scrolling:touch;text-align:right}}.c-nav-header__wrapper .c-nav-header__iconlinks{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:space-evenly;-webkit-justify-content:space-evenly;-moz-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}@media print,screen and (min-width:47.5em){.c-nav-header__wrapper .c-nav-header__iconlinks{display:none}}.c-nav-header__wrapper .c-nav-header__iconlinks .content-hyperlink{display:inline-block}.c-nav-header__wrapper .c-nav-header__iconlinks .content-hyperlink figcaption{display:none}.c-nav-header .mod_navigation{clear:both}@media print,screen and (min-width:47.5em){.c-nav-header .mod_navigation{border-top:0;display:block;left:.1111111111rem;padding-top:.8333333333rem;position:absolute;right:.1111111111rem;top:0;-webkit-transition:.4s;transition:.4s;width:auto;z-index:100}}@media print,screen and (min-width:62em){.c-nav-header .mod_navigation{left:.8333333333rem;right:.8333333333rem}}.c-nav-header .mod_navigation .level_1{font-size:1.1111111111rem;font-weight:600;list-style-type:none;margin:0}@media print,screen and (min-width:47.5em){.c-nav-header .mod_navigation .level_1{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-size:.7777777778rem;margin-top:0;text-align:justify;width:100%;z-index:200;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-webkit-align-items:stretch;-moz-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}}@media screen and (min-width:50.625em){.c-nav-header .mod_navigation .level_1{font-size:.8333333333rem}}@media screen and (min-width:53.75em){.c-nav-header .mod_navigation .level_1{font-size:.8888888889rem}}@media screen and (min-width:63.75em){.c-nav-header .mod_navigation .level_1{font-size:1rem}}.c-nav-header .mod_navigation .level_1>li>a{color:#fefefe}.c-nav-header .mod_navigation .level_1>li>a.active,.c-nav-header .mod_navigation .level_1>li>a.trail,.c-nav-header .mod_navigation .level_1>li>a:focus,.c-nav-header .mod_navigation .level_1>li>a:hover{color:#fefefe;font-weight:700}.c-nav-header .mod_navigation .level_1>li>a:after{color:transparent;content:attr(data-text);display:block;font-weight:700;height:1px;overflow:hidden;visibility:hidden}.c-nav-header .mod_navigation .level_1>li>span{display:block}.c-nav-header .mod_navigation .level_1>li>span.active,.c-nav-header .mod_navigation .level_1>li>span.trail,.c-nav-header .mod_navigation .level_1>li>span:focus,.c-nav-header .mod_navigation .level_1>li>span:hover{color:#fefefe;font-weight:700}@media print,screen and (max-width:47.49875em){.c-nav-header .mod_navigation .level_1>li{padding-bottom:.2777777778rem;padding-right:3.0555555556rem;position:relative}.c-nav-header .mod_navigation .level_1>li:first-child,.c-nav-header .mod_navigation .level_1>li:last-child{display:none}}@media print,screen and (min-width:47.5em){.c-nav-header .mod_navigation .level_1>li{border-bottom:0;display:inline-block;padding-bottom:0;padding-left:.1111111111rem;padding-right:.1111111111rem;position:static;text-align:left;vertical-align:middle}}@media screen and (min-width:47.5em)and (min-width:63.75em){.c-nav-header .mod_navigation .level_1>li{padding-left:.2777777778rem;padding-right:.2777777778rem}}@media screen and (min-width:47.5em)and (min-width:75em){.c-nav-header .mod_navigation .level_1>li{padding-left:.5555555556rem;padding-right:.5555555556rem}}@media print,screen and (min-width:47.5em){.c-nav-header .mod_navigation .level_1>li:first-child{display:none}.c-nav-header .mod_navigation .level_1>li:last-child{height:0;margin-top:-100%;padding-left:100%}.c-nav-header .mod_navigation .level_1>li>a{background-color:transparent;color:#314366;position:relative;text-align:left;width:100%}.c-nav-header .mod_navigation .level_1>li.active,.c-nav-header .mod_navigation .level_1>li.trail,.c-nav-header .mod_navigation .level_1>li:focus,.c-nav-header .mod_navigation .level_1>li:hover{color:#488f1d}.c-nav-header .mod_navigation .level_1>li.active>a,.c-nav-header .mod_navigation .level_1>li.trail>a,.c-nav-header .mod_navigation .level_1>li:focus>a,.c-nav-header .mod_navigation .level_1>li:hover>a{color:#488f1d;font-weight:600;z-index:10}.c-nav-header .mod_navigation .level_1>li span.active,.c-nav-header .mod_navigation .level_1>li span.trail,.c-nav-header .mod_navigation .level_1>li span:focus,.c-nav-header .mod_navigation .level_1>li span:hover{color:#488f1d;font-weight:600}.c-nav-header .mod_navigation .level_1>li.filler:after{display:none}.c-nav-header .mod_navigation .level_1>li:hover:after{background-color:transparent;content:"";display:table;height:1.9444444444rem;margin-left:-1.1111111111rem;position:absolute;top:2.2222222222rem;width:100%;z-index:1}.c-nav-header .mod_navigation .level_1>li:hover .level_2{display:grid;opacity:1;position:absolute;-webkit-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1);visibility:visible;width:100vw}.c-nav-header .mod_navigation .level_1>li:hover .level_2>ul{display:grid}}.c-nav-header .mod_navigation .level_2{display:none;font-size:1rem;position:absolute}.c-nav-header .mod_navigation .level_2,.c-nav-header .mod_navigation .level_2>ul{list-style-type:none;margin-left:0;text-transform:none}.c-nav-header .mod_navigation .level_2 a{color:#fefefe}.c-nav-header .mod_navigation .level_2 .c-nav-header__info{display:none}@media print,screen and (max-width:47.49875em){.c-nav-header .mod_navigation .level_2{font-weight:500;margin-bottom:.3888888889rem;margin-left:.8333333333rem;margin-top:.3888888889rem}.c-nav-header .mod_navigation .level_2 li{font-weight:600;margin-bottom:.5555555556rem;position:relative}.c-nav-header .mod_navigation .level_2 a.active,.c-nav-header .mod_navigation .level_2 a.trail,.c-nav-header .mod_navigation .level_2 a:focus,.c-nav-header .mod_navigation .level_2 a:hover,.c-nav-header .mod_navigation .level_2 li.active,.c-nav-header .mod_navigation .level_2 li.trail,.c-nav-header .mod_navigation .level_2 li:focus,.c-nav-header .mod_navigation .level_2 li:hover{color:#fefefe;font-weight:700}}@media print,screen and (min-width:47.5em){.c-nav-header .mod_navigation .level_2{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#488f1d;display:grid;grid-template-areas:"navigation subnavigation";left:0;margin-left:-.5555555556rem;max-width:80rem;min-width:15.5555555556rem;opacity:0;padding:1.6666666667rem .8333333333rem .5555555556rem;top:3.0555555556rem;-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:top;-ms-transform-origin:top;transform-origin:top;-webkit-transition:opacity .9s,-webkit-transform .7s ease;transition:opacity .9s,-webkit-transform .7s ease;transition:transform .7s ease,opacity .9s;transition:transform .7s ease,opacity .9s,-webkit-transform .7s ease;visibility:hidden;z-index:auto}}@media screen and (min-width:47.5em)and (min-width:75em){.c-nav-header .mod_navigation .level_2{margin-left:-.8333333333rem}}@media print,screen and (min-width:47.5em){.c-nav-header .mod_navigation .level_2.noinfo>li:not(.c-nav-header__info):not(.submenu):nth-child(2){margin-top:1.6666666667rem}.c-nav-header .mod_navigation .level_2.noinfo>li:not(.c-nav-header__info):not(.submenu):nth-child(3){margin-top:3.3333333333rem}.c-nav-header .mod_navigation .level_2.noinfo>li:not(.c-nav-header__info):not(.submenu):nth-child(4){margin-top:5rem}.c-nav-header .mod_navigation .level_2.noinfo>li:not(.c-nav-header__info):not(.submenu):nth-child(5){margin-top:6.6666666667rem}.c-nav-header .mod_navigation .level_2.noinfo>li:not(.c-nav-header__info):not(.submenu):nth-child(6){margin-top:8.3333333333rem}.c-nav-header .mod_navigation .level_2.noinfo>li:not(.c-nav-header__info):not(.submenu):nth-child(7){margin-top:10rem}.c-nav-header .mod_navigation .level_2.noinfo>li:not(.c-nav-header__info):not(.submenu):nth-child(8){margin-top:11.6666666667rem}.c-nav-header .mod_navigation .level_2.noinfo>li:not(.c-nav-header__info):not(.submenu):nth-child(9){margin-top:13.3333333333rem}.c-nav-header .mod_navigation .level_2.noinfo>li:not(.c-nav-header__info):not(.submenu):nth-child(10){margin-top:15rem}.c-nav-header .mod_navigation .level_2.hasinfo{grid-template-areas:"article navigation subnavigation"}.c-nav-header .mod_navigation .level_2.hasinfo>li:not(.c-nav-header__info):not(.submenu):nth-child(3){margin-top:1.6666666667rem}.c-nav-header .mod_navigation .level_2.hasinfo>li:not(.c-nav-header__info):not(.submenu):nth-child(4){margin-top:3.3333333333rem}.c-nav-header .mod_navigation .level_2.hasinfo>li:not(.c-nav-header__info):not(.submenu):nth-child(5){margin-top:5rem}.c-nav-header .mod_navigation .level_2.hasinfo>li:not(.c-nav-header__info):not(.submenu):nth-child(6){margin-top:6.6666666667rem}.c-nav-header .mod_navigation .level_2.hasinfo>li:not(.c-nav-header__info):not(.submenu):nth-child(7){margin-top:8.3333333333rem}.c-nav-header .mod_navigation .level_2.hasinfo>li:not(.c-nav-header__info):not(.submenu):nth-child(8){margin-top:10rem}.c-nav-header .mod_navigation .level_2.hasinfo>li:not(.c-nav-header__info):not(.submenu):nth-child(9){margin-top:11.6666666667rem}.c-nav-header .mod_navigation .level_2.hasinfo>li:not(.c-nav-header__info):not(.submenu):nth-child(10){margin-top:13.3333333333rem}.c-nav-header .mod_navigation .level_2:after,.c-nav-header .mod_navigation .level_2:before{background-color:#488f1d;content:"";height:100%;position:absolute;width:100%}.c-nav-header .mod_navigation .level_2:before{left:-100%}.c-nav-header .mod_navigation .level_2:after{right:-100%}.c-nav-header .mod_navigation .level_2 li{color:#fefefe;font-weight:600;grid-area:navigation;line-height:1.4;margin-bottom:.5555555556rem;padding-bottom:0;padding-right:.8333333333rem;position:relative;z-index:20}.c-nav-header .mod_navigation .level_2 li.submenu{grid-area:subnavigation}.c-nav-header .mod_navigation .level_2 li.submenu span{max-width:16.6666666667rem}.c-nav-header .mod_navigation .level_2 li.last{margin-bottom:0}.c-nav-header .mod_navigation .level_2 li:last-child{border:none}.c-nav-header .mod_navigation .level_2 li.active{color:#fefefe}.c-nav-header .mod_navigation .level_2 a{color:#fefefe;display:inline-block;font-weight:600;line-height:1.1;width:100%}.c-nav-header .mod_navigation .level_2 a.active,.c-nav-header .mod_navigation .level_2 a.trail,.c-nav-header .mod_navigation .level_2 a:focus,.c-nav-header .mod_navigation .level_2 a:hover{color:#fefefe;font-weight:700}.c-nav-header .mod_navigation .level_2 a:after{color:transparent;content:attr(data-text);display:block;font-weight:700;height:1px;overflow:hidden;visibility:hidden}.c-nav-header .mod_navigation .level_2 span{display:block;line-height:1.4}.c-nav-header .mod_navigation .level_2 span.active,.c-nav-header .mod_navigation .level_2 span.trail,.c-nav-header .mod_navigation .level_2 span:focus,.c-nav-header .mod_navigation .level_2 span:hover{color:#fefefe!important;font-weight:700!important}.c-nav-header .mod_navigation .level_2 .c-nav-header__info{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-size:1.2222222222rem;font-weight:700;grid-area:article}}.c-nav-header .mod_navigation .level_2 .submenu__button{display:block;right:-3.0555555556rem}@media print,screen and (min-width:47.5em){.c-nav-header .mod_navigation .level_2 .submenu__button{display:none}}@media print,screen and (max-width:47.49875em){.c-nav-header .mod_navigation .level_2 .submenu__checkbox:checked~.level_3{display:block;opacity:1;position:relative;visibility:visible}}.c-nav-header .mod_navigation .level_3{list-style:none;margin-bottom:.3888888889rem;margin-left:0;padding-top:0}@media print,screen and (max-width:47.49875em){.c-nav-header .mod_navigation .level_3{display:none;margin-top:.5555555556rem}}@media print,screen and (min-width:47.5em){.c-nav-header .mod_navigation .level_3{margin-left:1.1111111111rem;margin-top:0}}.c-nav-header .mod_navigation .level_3>li{font-size:1rem;font-weight:400;line-height:1.1;margin-bottom:.5555555556rem}.c-nav-header .mod_navigation .level_3>li:last-child{border:none;margin-bottom:0}@media print,screen and (min-width:47.5em){.c-nav-header .mod_navigation .level_3>li{margin-bottom:0;padding-right:.8333333333rem}.c-nav-header .mod_navigation .level_3>li span.active{margin-bottom:.4444444444rem}}.c-nav-header .mod_navigation .level_3 a{display:inline-block;font-weight:400}.c-nav-header .mod_navigation .level_3 a.active,.c-nav-header .mod_navigation .level_3 a.trail,.c-nav-header .mod_navigation .level_3 a:focus,.c-nav-header .mod_navigation .level_3 a:hover{font-weight:600!important}.c-nav-header .mod_navigation .level_3 a:after{color:transparent;content:attr(data-text);display:block;font-weight:600;height:1px;overflow:hidden;visibility:hidden}.c-nav-header .mod_navigation .level_3 span.active,.c-nav-header .mod_navigation .level_3 span.trail,.c-nav-header .mod_navigation .level_3 span:focus,.c-nav-header .mod_navigation .level_3 span:hover{font-weight:600!important}.c-nav-header .mod_navigation .level_4{font-size:1rem;font-weight:400;list-style:none;margin-bottom:.3888888889rem;margin-left:0;padding-top:.2777777778rem}@media print,screen and (min-width:47.5em){.c-nav-header .mod_navigation .level_4{font-size:.8888888889rem;margin-left:.3888888889rem;padding-top:0}}.c-nav-header .mod_navigation .level_4>li{line-height:1.2;margin-bottom:.5555555556rem}.c-nav-header .mod_navigation .level_4>li:last-child{border:none;margin-bottom:0}@media print,screen and (min-width:47.5em){.c-nav-header .mod_navigation .level_4>li{margin-bottom:.2777777778rem}}.c-nav-header .mod_navigation .submenu__checkbox{display:none}@media print,screen and (max-width:47.49875em){.c-nav-header .mod_navigation .submenu__checkbox:checked~.level_2{display:block;opacity:1;position:relative;visibility:visible}.c-nav-header .mod_navigation .submenu__checkbox:checked~.submenu__button .submenu__icon:after{display:none}}.c-nav-header .mod_navigation .submenu__button{background-color:#f5f6f7;border:1px solid #fefefe;cursor:pointer;float:right;height:1.7777777778rem;margin-bottom:0;margin-right:.6666666667rem;position:absolute;right:0;top:.0555555556rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:1.7777777778rem}@media print,screen and (min-width:47.5em){.c-nav-header .mod_navigation .submenu__button{display:none}}.c-nav-header .mod_navigation .submenu__button .submenu__icon{background-color:#488f1d;display:block;height:.1666666667rem;margin:.7777777778rem .3333333333rem;width:1.0555555556rem}.c-nav-header .mod_navigation .submenu__button .submenu__icon:after{background-color:#488f1d;content:"";display:block;height:1.0555555556rem;margin:-.4444444444rem .4444444444rem;position:absolute;width:.1666666667rem}.c-nav-header .mod_navigation .no-siblings .submenu__button{display:none}.c-hero__image-wrapper{height:100%;position:absolute;width:100%;z-index:10}.c-hero__image{background-repeat:no-repeat;-webkit-background-size:cover;background-size:cover;height:100%;width:100%}.c-hero__text-wrapper{color:#fefefe;display:inline-grid;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;position:relative;text-align:center;z-index:20}.c-hero__headline{color:inherit;display:block;font-size:1.2222222222rem;line-height:1;margin-bottom:0;padding:.8333333333rem 1.6666666667rem 1.1111111111rem}.c-hero__headline--first,.c-hero__headline--second{display:block;font-weight:900}@media screen and (min-width:28.125em){.c-hero__headline{font-size:1.5555555556rem}}@media print,screen and (min-width:47.5em){.c-hero__headline{font-size:2.5rem;padding-bottom:1.1111111111rem}}@media print,screen and (min-width:62em){.c-hero__headline{font-size:3.3333333333rem;padding-bottom:1.1111111111rem}}.c-hero__text{color:#dae9d2;display:inline-block;font-size:1rem;font-weight:700;margin:-1.6666666667rem 1.6666666667rem 0;padding:.8333333333rem;width:auto}.c-hero__text p{font-family:inherit}.c-hero__text p:last-child{margin-bottom:0;margin-top:0}@media print,screen and (min-width:47.5em){.c-hero__text{font-size:2rem;padding:.8333333333rem 1.6666666667rem}}.c-heroimage{display:grid;height:18.8888888889rem;position:relative;top:0;width:100%;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;justify-items:center}@media print,screen and (min-width:47.5em){.c-heroimage{height:30rem}.c-heroimage--small{height:22.7777777778rem}.c-heroimage{-webkit-box-align:end;-webkit-align-items:end;-moz-box-align:end;-ms-flex-align:end;align-items:end}}@media print,screen and (min-width:62em){.c-heroimage{height:37.7777777778rem}.c-heroimage--small{height:30.5555555556rem}}.c-heroimage .c-hero__text-wrapper{justify-items:center;justify-self:center;margin-bottom:0;margin-left:.5555555556rem;margin-right:.5555555556rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media print,screen and (min-width:47.5em){.c-heroimage .c-hero__text-wrapper{margin-bottom:4.4444444444rem;margin-left:.8333333333rem;margin-right:0}}.c-heroimage--small .c-hero__text-wrapper{margin-bottom:0}@media print,screen and (min-width:62em){.c-heroimage--small .c-hero__text-wrapper{margin-bottom:2.2222222222rem}}.c-hyperlinkimage{display:block;position:relative}.c-hyperlinkimage__image{position:relative}.c-hyperlinkimage__headline{bottom:0;display:grid;padding:.8333333333rem;position:absolute;width:auto;-webkit-box-align:end;-webkit-align-items:end;-moz-box-align:end;-ms-flex-align:end;align-items:end}.c-hyperlinkimage__headline h1,.c-hyperlinkimage__headline h2,.c-hyperlinkimage__headline h3,.c-hyperlinkimage__headline h4,.c-hyperlinkimage__headline h5,.c-hyperlinkimage__headline h6{color:#fefefe;font-size:1.5555555556rem;font-weight:700;line-height:1.2;margin:0}.c-main .ce_form{background-color:transparent;margin-left:auto;margin-right:auto;max-width:24.4444444444rem;padding:.8333333333rem;width:100%}@media print,screen and (min-width:47.5em){.c-main .ce_form{max-width:100%;padding:1.6666666667rem}}.c-main .ce_form--filter{background-color:transparent;padding:0}.c-main .ce_form--filter label{font-size:1.6666666667rem;padding-left:.4444444444rem}.c-main .ce_form--filter select{border:#0a0a0a;font-size:1.1111111111rem}.c-main .ce_form.u-bgcolor--green{background-color:#488f1d}@media print,screen and (min-width:47.5em){.c-main .ce_form.u-bgcolor--green{-webkit-box-shadow:4px 4px 5px 0 rgba(0,0,0,.3);box-shadow:4px 4px 5px 0 rgba(0,0,0,.3)}}.widget label{font-weight:400}.u-bgcolor--green .widget label{color:#fefefe}.widget-headline h2{font-size:1.1111111111rem}.c-main .widget-explanation h1,.c-main .widget-explanation h2,.c-main .widget-explanation h3{color:#fefefe;font-size:1.3333333333rem;font-weight:400;margin-bottom:.8333333333rem}.c-main .widget-explanation p{font-size:1rem}.c-main .widget-explanation a[href^=files]{padding-bottom:.4444444444rem;padding-top:.3888888889rem;text-align:center;width:100%}.widget-checkbox{margin-bottom:.8333333333rem}.widget-checkbox input[type=checkbox]{display:table;float:left;margin-top:.4444444444rem}.widget-checkbox label{display:table;font-size:.8888888889rem;margin-left:1.1111111111rem}.u-bgcolor--green .widget-checkbox label{color:#fefefe}.widget-textarea textarea{margin-bottom:1.6666666667rem}.widget-submit{margin-top:1.3888888889rem}.widget-submit button{background:#488f1d;color:#fefefe;cursor:pointer;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1.1111111111rem;font-weight:600;padding-bottom:.8888888889rem;padding-top:.8333333333rem;text-align:center;width:100%}.u-bgcolor--green .widget-submit button{background:#314366}.altcha{background-color:#fefefe!important;max-width:100%!important}.altcha label{color:#0a0a0a!important}.c-form__fieldset{display:none}span.mandatory{color:red;margin-left:.1666666667rem}.c-hyperlinktext{display:block;position:relative}.c-hyperlinktext__image{position:relative;text-align:center}.c-hyperlinktext__headline{margin-bottom:.8333333333rem;text-align:center}.c-hyperlinktext__link{color:#488f1d;font-weight:600;text-align:center}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.c-fliptile__checkbox{display:none}@media(hover:none)and (pointer:coarse){.c-fliptile__checkbox:checked~.c-fliptile__wrapper{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.c-fliptile__checkbox:checked~.c-fliptile__wrapper .c-fliptile__front{-webkit-animation:fadeOut .8s;animation:fadeOut .8s;opacity:0}.c-fliptile__checkbox:checked~.c-fliptile__wrapper .c-fliptile__back{-webkit-animation:fadeIn .8s;animation:fadeIn .8s;opacity:1}}.c-fliptile{display:block;position:relative}@media(hover:hover)and (pointer:fine){.c-fliptile:hover{z-index:100}.c-fliptile:hover .c-fliptile__wrapper{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.c-fliptile:hover .c-fliptile__front{-webkit-animation:fadeOut .8s;animation:fadeOut .8s;opacity:0}.c-fliptile:hover .c-fliptile__back{-webkit-animation:fadeIn .8s;animation:fadeIn .8s;opacity:1}}.c-fliptile__wrapper{height:100%;position:relative;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transition:.8s;transition:.8s;width:100%}.c-fliptile__front{-webkit-align-content:center;display:grid;-ms-flex-line-pack:center;align-content:center;aspect-ratio:16/9;background-color:#314366;-o-object-fit:contain;object-fit:contain;padding-left:.8333333333rem;padding-right:.8333333333rem;width:100%}.c-fliptile__headline{text-align:center}.c-fliptile__headline h1,.c-fliptile__headline h2,.c-fliptile__headline h3,.c-fliptile__headline h4,.c-fliptile__headline h5,.c-fliptile__headline h6{color:#fefefe}.c-fliptile__back{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#f5f6f7;left:0;min-height:100%;opacity:0;overflow:hidden;padding:1.6666666667rem .8333333333rem;position:absolute;right:0;top:0;-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.c-fliptile__back h1,.c-fliptile__back h2,.c-fliptile__back h3,.c-fliptile__back h4,.c-fliptile__back h5,.c-fliptile__back h6{margin-bottom:.8333333333rem}.c-fliptile__back strong{color:#488f1d}.c-fliptile__label{cursor:pointer;height:100%;left:0;position:absolute;top:0;width:100%}.content-headline{display:block}.content-headline__first{color:#314366;display:block;font-size:calc(100% - .16667rem);margin-bottom:.4444444444rem}@media print,screen and (min-width:47.5em){.content-headline__first{font-size:calc(100% - .22222rem)}}.content-headline__second{display:block;margin-bottom:.4444444444rem}.media.grid-x{display:grid;grid-template-columns:repeat(12,[col-start] 1fr)}.media--left>.cell:first-child{-webkit-box-ordinal-group:3;-webkit-order:2;-moz-box-ordinal-group:3;-ms-flex-order:2;order:2}.media--left>.cell:nth-child(2){-webkit-box-ordinal-group:2;-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1}.c-timeline.grid-x{display:grid;grid-template-columns:repeat(12,[col-start] 1fr)}.c-timeline__year{color:#fefefe;font-size:2.2222222222rem;font-weight:700;line-height:1.2;margin-bottom:0;text-align:left;text-shadow:-1px -1px 0 #488f1d,0 -1px 0 #488f1d,1px -1px 0 #488f1d,1px 0 0 #488f1d,1px 1px 0 #488f1d,0 1px 0 #488f1d,-1px 1px 0 #488f1d,-1px 0 0 #488f1d}@media print,screen and (min-width:47.5em){.c-timeline__year{font-size:2.2222222222rem;margin-bottom:1.6666666667rem}}@media print,screen and (min-width:62em){.c-timeline__year{font-size:2.5rem}}@media screen and (min-width:75em){.c-timeline__year{font-size:2.7777777778rem}}.c-timeline__text>*{font-size:.8888888889rem}.u-bgcolor--gray .c-timeline__year{color:#f5f6f7}.c-newslist{background-color:#fefefe;border:1px solid #d4d9dc;padding:.8333333333rem;text-align:center}.c-newslist--figure-mb figure{margin-bottom:.8333333333rem}.c-newslist h1,.c-newslist h2,.c-newslist h3,.c-newslist h4,.c-newslist h5,.c-newslist h6{color:#314366;font-size:1.1111111111rem;font-weight:600;margin-bottom:.8333333333rem}.c-newstext h3,.c-newstext h4,.c-newstext h5,.c-newstext h6{color:#314366;font-size:1.3333333333rem;font-weight:600}.c-seminarlist{background-color:#fefefe;border:1px solid #d4d9dc;padding:.8333333333rem;position:relative}.c-seminarlist__booked{-webkit-align-content:center;background-color:hsla(0,0%,99.6%,.8);bottom:0;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;left:.8333333333rem;position:absolute;right:.8333333333rem;top:0;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center}/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */.pswp{--pswp-bg:#000;--pswp-placeholder-bg:#222;--pswp-root-z-index:100000;--pswp-preloader-color:rgba(79,79,79,.4);--pswp-preloader-color-secondary:hsla(0,0%,100%,.9);--pswp-icon-color:#fff;--pswp-icon-color-secondary:#4f4f4f;--pswp-icon-stroke-color:#4f4f4f;--pswp-icon-stroke-width:2px;--pswp-error-text-color:var(--pswp-icon-color);contain:layout style size;display:none;height:100%;left:0;opacity:.003;position:fixed;top:0;-ms-touch-action:none;touch-action:none;width:100%;z-index:var(--pswp-root-z-index);-webkit-tap-highlight-color:rgba(0,0,0,0)}.pswp,.pswp:focus{outline:0}.pswp *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.pswp img{max-width:none}.pswp--open{display:block}.pswp,.pswp__bg{-webkit-transform:translateZ(0);transform:translateZ(0);will-change:opacity}.pswp__bg{background:var(--pswp-bg);opacity:.005}.pswp,.pswp__scroll-wrap{overflow:hidden}.pswp__bg,.pswp__container,.pswp__content,.pswp__img,.pswp__item,.pswp__scroll-wrap,.pswp__zoom-wrap{height:100%;left:0;position:absolute;top:0;width:100%}.pswp__img,.pswp__zoom-wrap{height:auto;width:auto}.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img{cursor:move;cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,.pswp__img{cursor:-webkit-zoom-out;cursor:-moz-zoom-out;cursor:zoom-out}.pswp__button,.pswp__container,.pswp__counter,.pswp__img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__item{overflow:hidden;z-index:1}.pswp__hidden{display:none!important}.pswp__content{pointer-events:none}.pswp__content>*{pointer-events:auto}.pswp__error-msg-container{display:grid}.pswp__error-msg{color:var(--pswp-error-text-color);font-size:1em;line-height:1;margin:auto}.pswp .pswp__hide-on-close{opacity:.005;pointer-events:none;-webkit-transition:opacity var(--pswp-transition-duration) cubic-bezier(.4,0,.22,1);transition:opacity var(--pswp-transition-duration) cubic-bezier(.4,0,.22,1);will-change:opacity;z-index:10}.pswp--ui-visible .pswp__hide-on-close{opacity:1;pointer-events:auto}.pswp__button{-webkit-appearance:none;background:none;border:0;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;display:block;height:60px;margin:0;opacity:.85;overflow:hidden;padding:0;position:relative;width:50px;-webkit-touch-callout:none}.pswp__button:active,.pswp__button:focus,.pswp__button:hover{background:none;border:0;-webkit-box-shadow:none;box-shadow:none;opacity:1;padding:0;-webkit-transition:none;transition:none}.pswp__button:disabled{cursor:auto;opacity:.3}.pswp__icn{color:var(--pswp-icon-color-secondary);fill:var(--pswp-icon-color);height:32px;left:9px;overflow:hidden;pointer-events:none;position:absolute;top:14px;width:32px}.pswp__icn-shadow{fill:none;stroke:var(--pswp-icon-stroke-color);stroke-width:var(--pswp-icon-stroke-width)}.pswp__icn:focus{outline:0}.pswp__img--with-bg,div.pswp__img--placeholder{background:var(--pswp-placeholder-bg)}.pswp__top-bar{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:60px;left:0;position:absolute;top:0;width:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;pointer-events:none!important;z-index:10}.pswp__top-bar>*{pointer-events:auto;will-change:opacity}.pswp__button--close{margin-right:6px}.pswp__button--arrow{height:100px;margin-top:-50px;position:absolute;top:0;top:50%;width:75px}.pswp__button--arrow:disabled{cursor:default;display:none}.pswp__button--arrow .pswp__icn{background:none;border-radius:0;height:60px;margin-top:-30px;top:50%;width:60px}.pswp--one-slide .pswp__button--arrow{display:none}.pswp--touch .pswp__button--arrow{visibility:hidden}.pswp--has_mouse .pswp__button--arrow{visibility:visible}.pswp__button--arrow--prev{left:0;right:auto}.pswp__button--arrow--next{right:0}.pswp__button--arrow--next .pswp__icn{left:auto;right:14px;-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)}.pswp__button--zoom{display:none}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__zoom-icn-bar-v{display:none}.pswp__preloader{height:60px;margin-right:auto;overflow:hidden;position:relative;width:50px}.pswp__preloader .pswp__icn{-webkit-animation:pswp-clockwise .6s linear infinite;animation:pswp-clockwise .6s linear infinite;opacity:0;-webkit-transition:opacity .2s linear;transition:opacity .2s linear}.pswp__preloader--active .pswp__icn{opacity:.85}@-webkit-keyframes pswp-clockwise{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes pswp-clockwise{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.pswp__counter{height:30px;margin-top:15px;-webkit-margin-start:20px;-moz-margin-start:20px;color:var(--pswp-icon-color);font-size:14px;line-height:30px;margin-inline-start:20px;opacity:.85;text-shadow:1px 1px 3px var(--pswp-icon-color-secondary)}.pswp--one-slide .pswp__counter{display:none}.c-productlist{border:1px solid #488f1d;padding:.8333333333rem .8333333333rem 1.6666666667rem;position:relative}.c-product__image{max-width:16.6666666667rem}@media print,screen and (min-width:47.5em){.c-product__image{max-width:none}}.c-product__button{background-color:#488f1d;color:#fefefe;font-weight:600;padding:.8333333333rem;width:100%}.c-product__details{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.c-product__detail-item,.c-product__details{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.c-product__detail-item{margin-bottom:.5555555556rem}.c-product__label{font-weight:700;min-width:11.1111111111rem}.c-product__icon{display:inline-block;line-height:1.5;margin-right:1.1111111111rem;white-space:nowrap}@media print,screen and (min-width:62em){.c-product__icon{margin-right:1.6666666667rem}}.c-product__icon:last-child{margin-right:0}.c-product__icon--check{background:url(../../files/theme/img/dgm-check.svg) no-repeat 50%;-webkit-background-size:contain;background-size:contain;display:inline-block;height:.8888888889rem;margin-right:.2222222222rem;vertical-align:middle;width:.8888888889rem}.c-product__button.content-button{margin-left:0}.c-product__gallery-main{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in;display:block}.c-product__gallery-main img{height:auto;width:100%}.c-product__gallery-strip{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:.4444444444rem;margin-top:.5555555556rem}.c-product__gallery-thumb{cursor:pointer;display:block;height:4.4444444444rem;opacity:.75;overflow:hidden;-webkit-transition:opacity .2s;transition:opacity .2s;width:4.4444444444rem}.c-product__gallery-thumb:hover{opacity:1}.c-product__gallery-thumb img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.block-grid>form.c-product-filter{grid-column:1/-1;-webkit-box-orient:horizontal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:end;-webkit-align-items:flex-end;-moz-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;gap:.5555555556rem;justify-content:flex-start;margin-bottom:1.1111111111rem}.block-grid>form.c-product-filter,.c-product-filter__group{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-moz-box-direction:normal}.c-product-filter__group{-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:.2222222222rem}.c-product-filter__label{color:#314366;font-weight:700;margin:0}.c-product-filter__select{margin:0;max-width:17.7777777778rem;min-width:12.2222222222rem;width:auto}.c-product-filter__submit{margin:0}@media print{.c-product-filter{display:none}}.c-tabs{margin-top:1.6666666667rem;width:100%}.c-tabs__input{display:none}@media print,screen and (min-width:47.5em){.c-tabs__input:first-of-type:checked~.c-tabs__nav .c-tabs__label--1{background-color:#488f1d;color:#fefefe;font-weight:700}.c-tabs__input:first-of-type:checked~.c-tabs__panel--1{display:block}.c-tabs__input:nth-of-type(2):checked~.c-tabs__nav .c-tabs__label--2{background-color:#488f1d;color:#fefefe;font-weight:700}.c-tabs__input:nth-of-type(2):checked~.c-tabs__panel--2{display:block}.c-tabs__input:nth-of-type(3):checked~.c-tabs__nav .c-tabs__label--3{background-color:#488f1d;color:#fefefe;font-weight:700}.c-tabs__input:nth-of-type(3):checked~.c-tabs__panel--3{display:block}.c-tabs__input:nth-of-type(4):checked~.c-tabs__nav .c-tabs__label--4{background-color:#488f1d;color:#fefefe;font-weight:700}.c-tabs__input:nth-of-type(4):checked~.c-tabs__panel--4{display:block}.c-tabs__input:nth-of-type(5):checked~.c-tabs__nav .c-tabs__label--5{background-color:#488f1d;color:#fefefe;font-weight:700}.c-tabs__input:nth-of-type(5):checked~.c-tabs__panel--5{display:block}}.c-tabs__nav{display:none}@media print,screen and (min-width:47.5em){.c-tabs__nav{border-bottom:1px solid #d4d9dc;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:.1111111111rem;margin-bottom:0}}.c-tabs__label{background-color:transparent;border-radius:.2222222222rem .2222222222rem 0 0;color:#314366;cursor:pointer;font-size:1rem;font-weight:600;min-width:0;padding:.5555555556rem 1.1111111111rem;-webkit-transition:background-color .2s,color .2s;transition:background-color .2s,color .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.c-tabs__label:hover{color:#488f1d}.c-tabs__panel{display:none}@media print,screen and (min-width:47.5em){.c-tabs__panel{background-color:#fefefe;border:1px solid #d4d9dc;border-top:none;padding:1.3888888889rem}}@media print,screen and (max-width:47.49875em){.c-tabs__panel{display:block;margin-top:.8333333333rem}}.c-tabs__panel--1{margin-top:0}.c-tabs__panel-label{display:none}@media print,screen and (max-width:47.49875em){.c-tabs__panel-label{background-color:#488f1d;color:#fefefe;display:block;font-size:1rem;font-weight:700;padding:.6666666667rem .8333333333rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.c-tabs__panel-content{background-color:#fefefe;border:1px solid #d4d9dc;border-top:none;display:block;padding:.8333333333rem .8333333333rem 1.1111111111rem}}@media print{.c-tabs__nav{display:none}.c-tabs__panel{border:none;display:block;padding:0}.c-tabs__panel-label{display:none}.c-tabs__panel-content{border:none;display:block;padding:0}}.content-button{background-color:#488f1d;color:#fefefe;cursor:pointer;display:inline-block;margin:0 auto;max-width:16.6666666667rem;padding:.4444444444rem 0 .3888888889rem;text-align:center;width:100%}.content-button .button__label,.content-button a{color:inherit;cursor:pointer;line-height:1.4;padding-left:1.6666666667rem;padding-right:1.6666666667rem;position:relative;width:100%}.c-button--view-more{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.c-button--view-more .chevron-down{display:block;fill:#314366;height:1.1111111111rem;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);width:1.6666666667rem}.pagination{display:grid;grid-column-end:span 12!important;width:100%}.pagination p{display:none}.pagination ul{list-style:none;margin-left:0;text-align:center}.pagination li{display:inline-block;font-size:1.1111111111rem;padding-right:.8333333333rem}.pagination li:last-child{padding-right:0}.c-main .mod_search{position:relative;width:100%}.c-main .mod_search .widget-submit{margin-top:0;width:16.6666666667rem}@media screen and (min-width:40.3125em){.c-main .mod_search .widget-submit{display:inline-block;left:17.2222222222rem;position:absolute;top:0}}.c-main .mod_search .formbody{position:relative}.c-main .mod_search .widget-text{display:inline-block;width:16.6666666667rem}.c-main .mod_search input{height:2.8333333333rem}.c-main .c-search-result{margin-bottom:.8333333333rem;position:relative}.c-main .c-search-result h3{margin-bottom:0}.c-main .c-search-result .url{font-size:.7777777778rem;margin-bottom:.2222222222rem}.c-main .c-search-result .context{font-size:.8888888889rem;line-height:1.3;margin-bottom:0}.c-main .c-search-result a{bottom:0;height:100%;position:absolute;top:0;width:100%}.c-footer{background-color:#d4d9dc;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:.8888888889rem;text-align:center}@media print,screen and (min-width:47.5em){.c-footer{text-align:left}}.c-footer h3,.c-footer h4,.c-footer h5{color:#488f1d;font-size:1rem}@media print,screen and (max-width:47.49875em){.c-footer a.c-logo__link{margin:0 auto}}.c-footer p{font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.c-footer ul{display:inline-block;list-style-type:none;margin-left:0;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-webkit-align-items:stretch;-moz-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.c-footer ul a,.c-footer ul li{color:#0a0a0a}@media print,screen and (min-width:47.5em){.c-footer ul{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.c-footer ul li{padding-right:.8333333333rem}.c-footer ul li:last-child{padding-right:0}}.c-footer__main{margin-left:auto;margin-right:auto;max-width:80rem}@media print,screen and (min-width:47.5em){.c-footer__navigation{-webkit-align-self:end;-ms-flex-item-align:end;align-self:end}}.c-sidebar{position:fixed;right:0;top:40%;-webkit-transform:translateY(-40%);-ms-transform:translateY(-40%);transform:translateY(-40%);z-index:100}@media print,screen and (min-width:47.5em){.c-sidebar{z-index:9999}}.c-sidebar .content-hyperlink{display:block;margin:0 0 .8333333333rem}.c-modal{text-align:left}.c-modal h1,.c-modal h2,.c-modal h3{line-height:1;padding-left:0}.c-modal .widget label{color:#0a0a0a}.c-modal .widget label span{display:inline-block}.c-modal__checkbox{display:none}.c-modal__checkbox:checked~.c-modal__background{display:block;opacity:1;overflow:auto;visibility:visible;z-index:2000}.c-modal__background{background-color:hsla(0,0%,4%,.45);bottom:0;display:none;left:0;overflow-y:auto;position:fixed;right:0;top:0;z-index:1005;-webkit-overflow-scrolling:touch}.c-modal__window{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:transparent;background-color:#f5f6f7;border:0;border-radius:0;display:none;display:table;height:auto;margin:0 auto;min-height:0;overflow-y:auto;padding:0;position:relative;top:0;z-index:1006}[data-whatinput=mouse] .c-modal__window{outline:0}@media print,screen and (min-width:47.5em){.c-modal__window{min-height:0}}.c-modal__window .column{min-width:0}.c-modal__window>:last-child{margin-bottom:0}@media print,screen and (min-width:47.5em){.c-modal__window{height:auto;margin:2.7777777778rem auto;max-height:90%;padding-left:.8333333333rem;padding-right:.8333333333rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.c-modal__window .formbody{max-width:30.5555555556rem}.c-modal__window .formbody.grid-x{max-width:61.1111111111rem}}.c-modal__close{color:#488f1d;cursor:pointer;font-size:4rem;line-height:1;position:absolute;right:.5555555556rem;top:0;z-index:2000}.c-modal__container{height:auto;overflow-y:auto;padding:3.3333333333rem 1.6666666667rem;position:relative}.c-modal__container p,.c-modal__container strong{color:#0a0a0a!important}.c-modal__container ul{list-style:disc;margin-left:1.1111111111rem}.c-modal__container .column{padding:0;position:relative}.c-modal__container input,.c-modal__container textarea{border-color:#f5f6f7}.c-modal__container .ce_form{background-color:transparent;max-width:100%}.c-modal__container--video{background-color:rgba(0,0,0,.7);padding:.8333333333rem}.u-pt{padding-top:.8333333333rem}.u-pt--0,.u-pt--none{padding-top:0}.u-pt--8,.u-pt--small{padding-top:.4444444444rem}.u-pt--15{padding-top:.8333333333rem}.u-pt--30,.u-pt--medium{padding-top:1.6666666667rem}.u-pt--45,.u-pt--large{padding-top:2.5rem}.u-pt--60,.u-pt--xlarge{padding-top:3.3333333333rem}.u-pt--90,.u-pt--xxlarge{padding-top:5rem}@media print,screen and (max-width:47.49875em){.u-pt--0\@small,.u-pt--none\@small{padding-top:0}.u-pt--8\@small,.u-pt--small\@small{padding-top:.4444444444rem}.u-pt--15\@small,.u-pt\@small{padding-top:.8333333333rem}.u-pt--30\@small,.u-pt--medium\@small{padding-top:1.6666666667rem}.u-pt--45small,.u-pt--large\@small{padding-top:2.5rem}.u-pt--60small,.u-pt--xlarge\@small{padding-top:3.3333333333rem}.u-pt--90\@small,.u-pt--xxlarge\@small{padding-top:5rem}}.u-pb{padding-bottom:.8333333333rem}.u-pb--0,.u-pb--none{padding-bottom:0}.u-pb--8,.u-pb--small{padding-bottom:.4444444444rem}.u-pb--15{padding-bottom:.8333333333rem}.u-pb--30,.u-pb--medium{padding-bottom:1.6666666667rem}.u-pb--45,.u-pb--large{padding-bottom:2.5rem}.u-pb--60,.u-pb--xlarge{padding-bottom:3.3333333333rem}.u-pb--90,.u-pb--xxlarge{padding-bottom:5rem}@media print,screen and (max-width:47.49875em){.u-pb--0\@small,.u-pb--none\@small{padding-bottom:0}.u-pb--8\@small,.u-pb--small\@small{padding-bottom:.4444444444rem}.u-pb--15\@small,.u-pb\@small{padding-bottom:.8333333333rem}.u-pb--30\@small,.u-pb--medium\@small{padding-bottom:1.6666666667rem}.u-pb--45small,.u-pb--large\@small{padding-bottom:2.5rem}.u-pb--60small,.u-pb--xlarge\@small{padding-bottom:3.3333333333rem}.u-pb--90\@small,.u-pb--xxlarge\@small{padding-bottom:5rem}}.u-no-padding{padding:0!important}.u-mb{margin-bottom:.8333333333rem}.u-mb--0,.u-mb--none{margin-bottom:0}.u-mb--4{margin-bottom:.2222222222rem}.u-mb--8,.u-mb--small{margin-bottom:.4444444444rem}.u-mb--10{margin-bottom:.5555555556rem}.u-mb--15{margin-bottom:.8333333333rem}.u-mb--30,.u-mb--medium{margin-bottom:1.6666666667rem}.u-mb--45,.u-mb--large{margin-bottom:2.5rem}.u-mb--60,.u-mb--xlarge{margin-bottom:3.3333333333rem}.u-mb--90,.u-mb--xxlarge{margin-bottom:5rem}@media print,screen and (max-width:47.49875em){.u-mb--0\@small,.u-mb--none\@small{margin-bottom:0}.u-mb--8\@small,.u-mb--small\@small{margin-bottom:.4444444444rem}.u-mb--15\@small,.u-mb\@small{margin-bottom:.8333333333rem}.u-mb--30\@small,.u-mb--medium\@small{margin-bottom:1.6666666667rem}.u-mb--45small,.u-mb--large\@small{margin-bottom:2.5rem}.u-mb--60small,.u-mb--xlarge\@small{margin-bottom:3.3333333333rem}.u-mb--90\@small,.u-mb--xxlarge\@small{margin-bottom:5rem}}.u-mt{margin-top:.8333333333rem}.u-mt--0,.u-mt--none{margin-top:0}.u-mt--8,.u-mt--small{margin-top:.4444444444rem}.u-mt--15{margin-top:.8333333333rem}.u-mt--30,.u-mt--medium{margin-top:1.6666666667rem}.u-mt--45,.u-mt--large{margin-top:2.5rem}.u-mt--60,.u-mt--xlarge{margin-top:3.3333333333rem}.u-mt--90,.u-mt--xxlarge{margin-top:5rem}@media print,screen and (max-width:47.49875em){.u-mt--0\@small,.u-mt--none\@small{padding-top:0}.u-mt--8\@small,.u-mt--small\@small{padding-top:.4444444444rem}.u-mt--15\@small,.u-mt\@small{padding-top:.8333333333rem}.u-mt--30\@small,.u-mt--medium\@small{padding-top:1.6666666667rem}.u-mt--45small,.u-mt--large\@small{padding-top:2.5rem}.u-mt--60small,.u-mt--xlarge\@small{padding-top:3.3333333333rem}.u-mt--90\@small,.u-mt--xxlarge\@small{padding-top:5rem}}.no-js .o-media--lazyloading,.no-js img.lazyload{display:none}.c-gallery-modal img,.c-main .lazyloaded{-webkit-animation-duration:.9s;animation-duration:.9s;-webkit-animation-name:scale-1-to-0;animation-name:scale-1-to-0}@-webkit-keyframes scale-1-to-0{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes scale-1-to-0{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1)}}.is-flickity-fullscreen,.u-no-scroll{overflow:hidden;position:static}.u-no-script~div{position:relative}.js-equalizer__item{display:block;min-height:3.4444444444rem}.js-equalizer__item .content-headline{display:inline-block;line-height:1.2}.u-weight--700,.u-weight--bolder{font-weight:700}.u-weight--600,.u-weight--bold{font-weight:600!important}.u-weight--400,.u-weight--regular{font-weight:400}.u-weight--300,.u-weight--light{font-weight:300}.u-size--14{font-size:.7777777778rem}.u-size--14 a,.u-size--14 p{font-size:.7777777778rem!important}.u-size--16{font-size:.8888888889rem}.u-size--16 a,.u-size--16 p{font-size:.8888888889rem!important}.u-size--18{font-size:1rem}.u-size--18 a,.u-size--18 p{font-size:1rem!important}.u-size--20{font-size:1.1111111111rem}.u-size--22{font-size:1.2222222222rem}.u-size--24{font-size:1.3333333333rem}.u-size--26{font-size:1.4444444444rem}.u-size--28{font-size:1.5555555556rem}.u-size--30{font-size:1.6666666667rem}.u-font--headline{font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.u-center{text-align:center;width:100%}.u-color--white,.u-color--white>a{color:#fefefe}.u-color--blue{color:#314366}.u-color--green{color:#488f1d}.u-bgcolor--green{background-color:#488f1d}.u-bgcolor--blue{background-color:#314366}.u-bgcolor--gray{background-color:#f5f6f7}.u-bgcolor--gray.cell{padding:.8333333333rem}@media print,screen and (min-width:47.5em){.u-bgcolor--gray.cell{padding:1.6666666667rem}}.u-bgcolor--gray-dark{background-color:#d4d9dc}.u-bgcolor--white{background-color:#fefefe}.is-hidden{display:none!important}.invisible,.is-invisible{height:1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;clip:rect(0,0,0,0)!important;border:0!important;right:0;white-space:nowrap!important}.hide{display:none!important}.invisible{visibility:hidden}.visible{visibility:visible}@media print,screen and (max-width:47.49875em){.hide-for-small-only{display:none!important}}@media screen and (max-width:0em),screen and (min-width:47.5em){.show-for-small-only{display:none!important}}@media print,screen and (min-width:47.5em){.hide-for-medium{display:none!important}}@media screen and (max-width:47.49875em){.show-for-medium{display:none!important}}@media print,screen and (min-width:47.5em)and (max-width:61.99875em){.hide-for-medium-only{display:none!important}}@media screen and (max-width:47.49875em),screen and (min-width:62em){.show-for-medium-only{display:none!important}}@media print,screen and (min-width:62em){.hide-for-large{display:none!important}}@media screen and (max-width:61.99875em){.show-for-large{display:none!important}}@media print,screen and (min-width:62em)and (max-width:74.99875em){.hide-for-large-only{display:none!important}}@media screen and (max-width:61.99875em),screen and (min-width:75em){.show-for-large-only{display:none!important}}.show-for-sr,.show-on-focus{height:1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;clip:rect(0,0,0,0)!important;border:0!important;white-space:nowrap!important}.show-on-focus:active,.show-on-focus:focus{height:auto!important;overflow:visible!important;position:static!important;width:auto!important;clip:auto!important;white-space:normal!important}.hide-for-portrait,.show-for-landscape{display:block!important}@media screen and (orientation:landscape){.hide-for-portrait,.show-for-landscape{display:block!important}}@media screen and (orientation:portrait){.hide-for-portrait,.show-for-landscape{display:none!important}}.hide-for-landscape,.show-for-portrait{display:none!important}@media screen and (orientation:landscape){.hide-for-landscape,.show-for-portrait{display:none!important}}@media screen and (orientation:portrait){.hide-for-landscape,.show-for-portrait{display:block!important}}.show-for-dark-mode{display:none}.hide-for-dark-mode{display:block}@media screen and (prefers-color-scheme:dark){.show-for-dark-mode{display:block!important}.hide-for-dark-mode{display:none!important}}.show-for-ie{display:none}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.show-for-ie{display:block!important}.hide-for-ie{display:none!important}}.show-for-sticky{display:none}.is-stuck .show-for-sticky{display:block}.is-stuck .hide-for-sticky{display:none}a.rsfh-delete{display:none!important}.u-block{display:block}.rte{width:100%}.u-border--bottom-white{border-bottom:1px solid #fefefe}
