@import url('https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined');
.openapi-topic{--color-http-200:#9bbb58;--color-http-201:#9bbb58;--color-http-202:#9bbb58;--color-http-203:#9bbb58;--color-http-204:#9bbb58;--color-http-200-light:#d7e4bc;--color-http-201-light:#d7e4bc;--color-http-202-light:#d7e4bc;--color-http-203-light:#d7e4bc;--color-http-204-light:#d7e4bc;--color-http-300:#558ed5;--color-http-301:#558ed5;--color-http-302:#558ed5;--color-http-303:#558ed5;--color-http-304:#558ed5;--color-http-300-light:#bbd2ee;--color-http-301-light:#bbd2ee;--color-http-302-light:#bbd2ee;--color-http-303-light:#bbd2ee;--color-http-304-light:#bbd2ee;--color-http-400:#fc8c03;--color-http-401:#fc8c03;--color-http-402:#fc8c03;--color-http-403:#fc8c03;--color-http-404:#fc8c03;--color-http-400-light:#fed19a;--color-http-401-light:#fed19a;--color-http-402-light:#fed19a;--color-http-403-light:#fed19a;--color-http-404-light:#fed19a;--color-http-500:#cf2317;--color-http-501:#cf2317;--color-http-502:#cf2317;--color-http-503:#cf2317;--color-http-504:#cf2317;--color-http-500-light:#f4a09a;--color-http-501-light:#f4a09a;--color-http-502-light:#f4a09a;--color-http-503-light:#f4a09a;--color-http-504-light:#f4a09a}.openapi-topic .server{background:#def;display:inline-block;padding:.5rem;font-size:.9rem;border-radius:.3rem;margin-right:1rem;vertical-align:top}.openapi-topic .server .url-value{font-family:monospace;background-color:#fff;padding:.5rem;border-radius:.3rem;font-size:.8rem}.openapi-topic .server .desc-value{margin-top:.5rem}.openapi-topic .authentication-details{font-size:.9rem;margin-left:1rem}.openapi-topic .authentication-scopes{margin-left:1rem;font-size:.9rem}.openapi-topic .authentication-scopes span{font-size:.8rem;text-transform:uppercase;font-weight:bold}.openapi-topic .authentication-scopes dl{display:grid;grid-auto-flow:column;grid-template-rows:repeat(2,auto);justify-content:left;margin:.25rem 0 1rem 1rem}.openapi-topic .authentication-scopes dt,.openapi-topic .authentication-scopes dd{margin:0 1rem 0 0;padding:.1rem 1rem .1rem .1rem;border-right:1px solid #def}.openapi-topic .authentication-scopes dt{text-transform:uppercase;font-size:.7rem;font-weight:600;color:#999}.openapi-topic .authentication{font-size:.9rem}.openapi-topic .authentication span:not(.param-type){padding:.25rem .5rem;background-color:#def;margin-right:.5rem;border-radius:.3rem}.openapi-topic .authentication a{margin-right:.5rem}.openapi-topic .http-verb-container{width:100%;margin:1rem 0}.openapi-topic .http-verb-container .http-verb-path{padding:0;background-color:transparent;color:#3b4151;border:none}.openapi-topic .http-verb-container .http-verb-path .http-method{font-weight:700;margin-right:.75rem;padding:.5rem .75rem;text-transform:uppercase;border-radius:.5rem;color:#fff;font-size:14px}.openapi-topic .http-verb-container .http-verb-path .http-path{font-family:monospace}.openapi-topic .http-verb-container.get-verb .http-method{background-color:#0f6ab4}.openapi-topic .http-verb-container.put-verb .http-method{background-color:#c5862b}.openapi-topic .http-verb-container.delete-verb .http-method{background-color:#a41e22}.openapi-topic .http-verb-container.post-verb .http-method{background-color:#ffba00}.openapi-topic .operation-summary{margin:1rem 0;padding:.5em 1em;background:#f0f0f0;font-size:.9rem;border-radius:.5rem}.openapi-topic .operation-summary blockquote{margin:0}.openapi-topic .example-header{font-size:.8em;background:#eee;padding:.5rem .6rem;display:flex;align-items:center;justify-content:start}.openapi-topic .example-header select{height:1.7rem}.openapi-topic .example-header span{flex-grow:2}.openapi-topic .examples{z-index:10;overflow:hidden;width:33%}.openapi-topic .examples .code-example{margin:0 0 2rem 0;border-radius:.5rem;overflow:hidden}.openapi-topic .examples .code-example .example{border:none;background-color:#282832;color:#fff;font-size:.7rem;margin:0;overflow:hidden auto;max-height:20rem;border-radius:0 0 .5rem .5rem;padding:1em;display:block}.openapi-topic .examples .code-example .select-example:not(.selected-example){display:none !important}.openapi-topic .examples .curl-example code{white-space:unset}.openapi-topic .examples .curl-example code > div:first-child{margin-left:0}.openapi-topic .examples .curl-example code > div{margin-left:34px}.openapi-topic .examples .curl-example code > div:not(:last-child)::after{content:"\\"}.openapi-topic .examples .curl-example .code-flag{color:#fc8c03}.openapi-topic .examples .curl-example .code-string{color:#9bbb58}.openapi-topic .examples code{white-space:pre-wrap;overflow-wrap:anywhere}.openapi-topic .field-label{margin:1rem 0 1rem 0;border-bottom:2px solid #def;border-radius:0 0 0 .5rem}.openapi-topic .field-label span{display:inline-block;font-weight:bold;font-size:.9rem;text-transform:uppercase;background-color:#def;border-radius:.5rem .5rem 0 .5rem;padding:.25rem .5rem calc(.25rem - 2px) .5rem}.openapi-topic .param{padding-left:1rem}.openapi-topic .param-head{display:inline-block;font-size:.7rem;padding:.2rem .3rem}.openapi-topic .param-name{margin-bottom:1rem}.openapi-topic .param-name :not(.param-required){font-weight:bold}.openapi-topic .param-name >div:first-child{display:inline-block;font-size:16px;margin-right:.3em}.openapi-topic span[example=""]{font-size:.8rem}.openapi-topic .inline-example{overflow-x:auto;display:inline-flex;align-items:stretch;margin-top:.5rem}.openapi-topic .inline-example span{background-color:#eee;font-size:.8rem;padding:.25rem .5rem;text-transform:uppercase;border-radius:.3rem 0 0 .3rem;font-weight:bold}.openapi-topic .inline-example code{font-family:monospace;padding:.25rem .5rem;background-color:#ddd;border-radius:0 .3rem .3rem 0}.openapi-topic .param-status{text-transform:uppercase;font-size:.8rem;padding:.1rem .2rem;display:inline-block}.openapi-topic .param-required{background-color:#d2691e;color:#fff}.openapi-topic .param-deprecated{background-color:#f0f0f0;color:#999}.openapi-topic .param-header{font-size:.9rem;margin-bottom:.25rem;position:relative}.openapi-topic .param-header .param-name{font-weight:bold;font-size:.9rem;margin-right:1em}.openapi-topic .param-header::before{content:"\A";position:absolute;margin-left:-1rem;width:.5em;height:1em;border-radius:0 .5em .5em 0;background-color:#def}.openapi-topic .field{margin-top:1rem}.openapi-topic .field-items{display:flex;flex-direction:column;gap:.5rem}.openapi-topic .field-items .field-items:not(:empty){border-left:1px solid #def;padding-top:.25rem}.openapi-topic .field-items .tabcontent > .field-items{border:none}.openapi-topic .param-type,.openapi-topic .param-format,.openapi-topic .fill-item,.openapi-topic .type-link{font-family:monospace;font-style:normal;font-size:.8rem;color:#789;display:inline-block;margin:0 .3em}.openapi-topic .param-desc,.openapi-topic .model-description{font-size:1em;margin:.5rem 0;color:#666;white-space:pre-line}.openapi-topic .tabcontent{padding:1rem;background-color:#f9f9f9;margin-bottom:2rem}.openapi-topic .tabcontent .response-message{font-size:.8rem;font-family:monospace;margin:0}.openapi-topic .indented.response-message{font-size:.8rem;font-family:monospace;line-height:1.3;margin-bottom:2rem}.openapi-topic .subheader{font-size:.9rem;font-weight:600;margin:1rem -1rem .5rem -1rem;padding:.5rem 1rem;background-color:#eee}.openapi-topic .param-enum .param-enum-header{font-size:.95rem;margin-right:1rem}.openapi-topic .param-enum .param-enum-value{color:#777;font-family:monospace}.openapi-topic .param-enum .param-enum-value:not(:last-child)::after{content:", "}.openapi-topic hr{height:1px;border:none;border-bottom:2px dotted #def;background-color:transparent;clear:both}.openapi-topic .default{font-size:.8rem}.openapi-topic .default .inline-default{font-family:monospace;display:inline-block;color:#777}.openapi-topic div:empty,.openapi-topic span:empty,.openapi-topic p:empty{display:none}.openapi-topic details.param{overflow-x:auto}.openapi-topic details.param summary{list-style:none;cursor:pointer}.openapi-topic details.param summary::after{content:'Expand';color:#a9a9a9;float:right}.openapi-topic details.param[open] > summary::after{content:'Collapse';color:#808080;transition:color .3s}.openapi-topic .param:has(> .empty-level) summary{pointer-events:none;cursor:auto}.openapi-topic .param:has(> .empty-level) summary::after{content:''}.openapi-topic .auth-item{margin-bottom:24px}.openapi-topic .request-fields{display:flex;gap:2rem;align-items:flex-start}.openapi-topic .request-fields .fields{width:66%}.openapi-topic .response-fields{display:flex;gap:1rem}.openapi-topic .response-fields .response-description{width:66%}.openapi-topic ft-copy-block{--ft-copy-block-border-color:--ft-theme-primary;--ft-copy-block-background-color:--ft-theme-primary;--ft-copy-block-border-width:0;--ft-copy-block-spacing:0 0 0 0;--ft-button-background-color:rgba(0,0,0,.5);--ft-button-color:#fff;--ft-button-icon-size:1rem;min-height:20px}.stoplight-markdown-topic blockquote{display:grid;grid-template-columns:40px auto;padding:15px;border:2px solid var(--context-color);border-bottom-width:4px;border-radius:7px;border-color:var(--context-color)}.stoplight-markdown-topic blockquote *{margin:2px 0;grid-column-start:2}.stoplight-markdown-topic blockquote ft-icon{grid-column-start:1;color:var(--context-color)}.stoplight-markdown-topic blockquote .blockquote-heading-1,.stoplight-markdown-topic blockquote .blockquote-heading-2,.stoplight-markdown-topic blockquote .blockquote-heading-3,.stoplight-markdown-topic blockquote .blockquote-heading-4,.stoplight-markdown-topic blockquote .blockquote-heading-5,.stoplight-markdown-topic blockquote .blockquote-heading-6,.stoplight-markdown-topic blockquote .blockquote-heading-7,.stoplight-markdown-topic blockquote .blockquote-heading-8,.stoplight-markdown-topic blockquote .blockquote-heading-9,.stoplight-markdown-topic blockquote .blockquote-heading-10{font-weight:bold}.stoplight-markdown-topic .ft-danger-callout{--context-color:var(--ft-color-error)}.stoplight-markdown-topic .ft-warning-callout{--context-color:var(--ft-color-warning)}.stoplight-markdown-topic .ft-success-callout{--context-color:#05b870}.stoplight-markdown-topic .ft-info-callout{--context-color:var(--ft-color-info)}.stoplight-markdown-topic .ft-plain-callout{--context-color:var(--ft-color-info)}.stoplight-markdown-topic .ft-codeblock-title{font-weight:bold}.stoplight-markdown-topic .ft-stoplight-codeblock{background-color:#000;color:#fff;padding:10px;border-radius:5px}
.topic *[data-custom-style="MarginalNoteBold"],.topic *[data-custom-style="MarginText"],.topic *[data-custom-style="Marginal Note Bold"],.topic *[data-custom-style="Siemens Überschrift in Tabellen"],.topic *[data-custom-style="Bold"],.topic *[data-custom-style="Strong"],.topic *[data-custom-style="Fett"],.topic *[data-custom-style="Insert"],.topic *[data-custom-style="Title:Sub"],.topic *[data-custom-style="Zwischenüberschrift"],.topic *[data-custom-style="b_medium"]{font-weight:bold}.topic *[data-custom-style="Marginal Note Normal"],.topic *[data-custom-style="MarginalNoteNormal"],.topic *[data-custom-style="Marginal Note"],.topic *[data-custom-style="Marginal Note Italic"],.topic *[data-custom-style="MarginText"],.topic *[data-custom-style="MarginalLine"],.topic *[data-custom-style="Emphasis"],.topic *[data-custom-style="Italic"]{font-style:italic}.topic *[data-custom-style="Superscript"],.topic *[data-custom-style="Sup_medium"]{vertical-align:super;font-size:smaller}.topic *[data-custom-style="Subscript"]{vertical-align:sub;font-size:smaller}.topic table{border-collapse:collapse;border-style:solid;border-width:1px;border-spacing:0;margin-top:10px;margin-bottom:16px;max-width:100%}.topic td,.topic th{border-collapse:collapse;border-style:solid;border-width:1px;padding-right:5px;padding-left:5px;padding-top:0;padding-bottom:0;text-align:left;vertical-align:top}.topic .table.tabletype-noframe.table-scaled{border-style:none}.topic .table.tabletype-noframe.table-fixed{border-style:none}.topic .tabletype-noframe td{border-style:none}.topic th{background-color:#becdd7}.topic img,.topic embed{max-width:100%;min-width:15px;height:auto}.topic .table.tabletype-noframe.table-scaled{border:none}.topic .table.tabletype-noframe.table-fixed{border:none}.topic .subheading{font-style:normal;font-weight:300;font-size:1.2em}.topic .margin-text{font-style:normal;font-weight:normal;font-size:1.3em}.topic .safety-header{text-align:center}.topic .safety-measures{margin-left:17%}.topic .safety-measures ul.schema-condition li{margin-left:23px !important}.topic .safety-measures ul.schema-result li{margin-left:25px !important}.topic ol.schema-safety-instructions{list-style-type:disc}.topic .safety-measures ol.schema-instruction li{list-style-type:disc}.topic .safety{margin-bottom:10px;border:1px solid #000}.topic .safety-cause{font-size:125%;font-weight:bold;margin-left:20%;margin-top:3%}.topic .safety-severity-info{max-width:630px}.topic .safety-severity-warning{max-width:630px}.topic .safety-severity-notice{max-width:630px}.topic .safety-severity-danger{max-width:630px}.topic .safety-severity-caution{max-width:630px;min-height:110px}.topic .safety-severity-warning > .safety-header{background-color:#f49527;color:#000;font-size:125%;font-weight:bold;margin-bottom:10px;padding:5px}.topic .safety-severity-notice > .safety-header{background-color:#2596d1;color:#fff;font-size:125%;font-weight:bold;margin-bottom:10px;padding:5px}.topic .safety-severity-danger > .safety-header{background-color:#ef3b2f;color:#fff;font-size:125%;font-weight:bold;margin-bottom:10px;padding:5px}.topic .safety-severity-caution > .safety-header{background-color:#fd0;color:#000;font-size:125%;font-weight:bold;margin-bottom:10px;padding:5px}.topic .safety-header{background-color:#808080;color:#fff;font-size:125%;font-weight:bold;margin-bottom:10px;padding:5px}.topic .safety-symbol > img{margin-left:5%;margin-right:5%;text-align:center}.topic .safety-consequence{margin-left:20%}.topic ul.schema-condition > li:before{content:"\25B7";display:inline-block;font-size:12pt;margin-left:-35px;text-align:center;text-indent:0;width:25px}.topic ul.schema-condition{list-style-type:none;margin-bottom:0;margin-top:.6em;padding-left:45px}.topic ul.schema-result > li:before{content:"\21E8";display:inline-block;margin-left:-35px;text-align:center;text-indent:0;width:25px}.topic ul.schema-result{list-style-type:none;margin-bottom:0;margin-top:.6em;padding-left:45px}.topic ul.schema-subaction > li:before{content:"\2212";display:inline-block;margin-left:-35px;text-align:center;text-indent:0;width:30px}.topic ul.schema-subaction{list-style-type:none;margin-bottom:0;margin-top:.6em;padding-left:60px}.topic ul.schema-intermediateresult > li:before{content:"\21E8";display:inline-block;margin-left:-35px;text-align:center;text-indent:0;width:30px}.topic ul.schema-intermediateresult{list-style-type:none;margin-bottom:0;margin-top:.6em;padding-left:60px}.topic .table-fixed{max-width:100%;width:100%}.topic .table-scaled{margin-top:.5em;width:100%}.topic table.tabletype-legend.table-fixed{margin-top:.5em;width:auto}.topic .pager-pages .pager{font-color:#e60ebd;opacity:1}.topic .ft-btn-inner-text .ft-btn .ft-btn-no-bg .ft-btn-no-border .pager-current-page{font-color:#e60ebd;opacity:1}.topic #content{position:absolute;z-index:2;top:0;left:0;width:100%;height:100%;overflow:scroll}.topic .fontclass_ZH-ch{font-style:normal;font-size:400;font-family:"SimSun",times,serif}.topic figure{margin:auto}.topic figcaption.image-title{font-style:italic;font-size:.8em}.topic .table caption{text-align:left;font-style:italic;font-size:.8em;caption-side:bottom;margin-top:.5em}.topic .text-center{text-align:center}.topic ul.schema-instruction{list-style-type:none}.topic ul.schema-instruction > li:first-of-type:before{content:"\25C8";display:inline-block;font-family:"custom-font-2";font-size:12pt;margin-left:-25px !important;text-align:center;text-indent:0;width:25px}.topic .ui-bold{font-weight:bold}.topic th span.ui-bold{font-weight:normal}.topic p.safety-cause span.ui-bold{font-weight:normal}.topic h2 span.ui-bold{font-weight:normal}.topic .ui-code{font-family:monospace,monospace;line-height:1em;padding:0}.topic .ui-italic{font-style:italic}.topic figcaption span.ui-italic{font-style:normal}.topic .list-indent-1,.topic .list-indent-2{list-style-type:none}.title{margin-bottom:1.2rem}.title h1,.title h2,.title h3,.title h4,.title h5,.title h6{font-style:normal;font-weight:600}.title h1{font-size:2.1rem}.title h2{font-size:1.7rem}.title h3{font-size:1.4rem}.title h4{font-size:1.2rem}.title h5{font-size:1.2rem}.title h6{font-size:1.2rem}.background-image .outdated_content{background-image:url("https://sid.siemens.com/internal/api/webapp/theme/bg-image/image1");background-size:contain;background-repeat:no-repeat}.background-image .internal_content{background-image:url("https://sid.siemens.com/internal/api/webapp/theme/bg-image/image2");background-size:contain;background-repeat:no-repeat;background-position:center;opacity:.25}.background-image .kwicmatch{color:#f00}.background-image h1{color:#f00}@font-face{font-family:"custom-font1";font-display:swap;src:url("https://sid.siemens.com/stylesheets/custom-font/SiemensSans_Prof_Roman.ttf") format("truetype"),url("https://sid.siemens.com/stylesheets/custom-font/SiemensSans_Prof_Roman.otf") format("opentype"),url("https://sid.siemens.com/stylesheets/custom-font/SiemensSans_Prof_Roman.woff") format("woff")}@font-face{font-family:"custom-font2";font-display:swap;src:url("https://sid.siemens.com/stylesheets/custom-font/SiemensSans_Prof_Roman.ttf") format("truetype"),url("https://sid.siemens.com/stylesheets/custom-font/SiemensSans_Prof_Roman.otf") format("opentype"),url("https://sid.siemens.com/stylesheets/custom-font/SiemensSans_Prof_Roman.woff") format("woff")}@font-face{font-family:'SymbolaRegular';src:url(../public/fonts/Symbola.ttf) format('truetype');src:url(../public/fonts/Symbola_hint.ttf) format('truetype')}@font-face{font-family:'simpl-icons_v1';src:url(../public/fonts/simpl-icons_v1.ttf) format('truetype')}@font-face{font-family:'simpl-element-icons';src:url(../public/fonts/simpl-element-icons.ttf) format('truetype')}.facets-level-label-text{white-space:nowrap}.home-editorial-title{font-size:1.2em}@media (max-width: 600px){html{font-size:80%}}.backtohomelogo-only-on-small-viewports{display:inline-flex}.backtohomelogo-image{max-height:fit-content;max-width:fit-content}.footer-links{font-size:.9em}.footer-copyright{font-size:.9em}.searchpage-search-book-title{display:none}.searchresult-new-component .format-pdf{background-image:url(../public/images/PDF.svg) !important}.viewercontent-content-icon-wrapper .format-pdf{background-image:url(../public/images/PDF.svg) !important}.searchresult-new-component .format-jpeg{background-image:url(../public/images/JPG.svg) !important}.searchresult-new-component .format-mp4{background-image:url(../public/images/MP4.svg) !important}.searchresult-new-component .format-video{background-image:url(../public/images/MOV.svg) !important}.viewercontent-content-icon-wrapper .format-video{background-image:url(../public/images/MOV.svg) !important}.searchresult-new-component .format-image{background-image:url(../public/images/TIF.svg) !important}.viewercontent-content-icon-wrapper .format-image{background-image:url(../public/images/TIF.svg) !important}.searchresult-new-component .format-zip{background-image:url(../public/images/ZIP.svg) !important}.viewercontent-content-icon-wrapper .format-zip{background-image:url(../public/images/ZIP.svg) !important}.searchresult-new-component .format-gif{background-image:url(../public/images/GIF.svg) !important}.searchresult-new-component .format-png{background-image:url(../public/images/PNG.svg) !important}.searchresult-new-component .format-excel{background-image:url(../public/images/XLS.svg) !important}.viewercontent-content-icon-wrapper .format-excel{background-image:url(../public/images/XLS.svg) !important}.searchresult-new-component .format-powerpoint{background-image:url(../public/images/PPT.svg) !important}.viewercontent-content-icon-wrapper .format-powerpoint{background-image:url(../public/images/PPT.svg) !important}.searchresult-new-component .format-word{background-image:url(../public/images/DOC.svg) !important}.viewercontent-content-icon-wrapper .format-word{background-image:url(../public/images/DOC.svg) !important}.searchresult-new-component .format-stp{background-image:url(../public/images/neutral.svg) !important}.viewercontent-content-icon-wrapper .format-stp{background-image:url(../public/images/neutral.svg) !important}.searchresult-new-component .format-unknown{background-image:url(../public/images/neutral.svg) !important}.viewercontent-content-icon-wrapper .format-unknown{background-image:url(../public/images/neutral.svg) !important}.searchresult-new-component .format-text{background-image:url(../public/images/TXT.svg) !important}.viewercontent-content-icon-wrapper .format-text{background-image:url(../public/images/TXT.svg) !important}.searchresult-new-component .format-eps{background-image:url(../public/images/EPS.svg) !important}.viewercontent-content-icon-wrapper .format-eps{background-image:url(../public/images/EPS.svg) !important}.searchbar-multilang-warning{color:#ffa500}.login-sso-provider-image-button-0{display:none !important}.login-sso-provider-image-button-1{display:none !important}.ft-btn.login-sso-provider-image-button{width:100px;height:100px;background-size:100px !important}.fluid-aside-tab-description{font-weight:bold}.list-indent-1,.list-indent-2{list-style-type:none}.text-center{text-align:center}p.error-message{font-size:1.5em}.nosearchresults-container{display:flex !important;flex-direction:column !important;counter-increment:indication-counter}.nosearchresults-privileges{order:1 !important}.nosearchresults-indication-container{order:4}.nosearchresults-filters{order:3 !important}.nosearchresults-keywords{order:2 !important}.nosearchresults-new-blank-search{order:5 !important}.nosearchresults-content-locale{order:6 !important}.nosearchresults-privileges::before{content:'1| ' !important}.nosearchresults-content-locale > button{display:none}.nosearchresults-keywords > button{display:none}.nosearchresults-new-blank-search > button{display:none}.basket-button-container .ft-btn-inner-text{font-weight:bold;color:#fff}.basket-button-container .ft-icon{color:#fff}.admin-menu-button-container .ft-btn-inner-text{font-weight:bold;color:#fff}.admin-menu-button-container .ft-icon{color:#fff}.analyticsbutton .ft-btn-inner-text{font-weight:bold;color:#fff}.analyticsbutton .ft-icon{color:#fff}.userinfo-my-library-container .ft-btn-inner-text{font-weight:bold;color:#fff}.userinfo-my-library-container .ft-icon{color:#fff}.userinfo-my-account-container .ft-btn-inner-text{font-weight:bold;color:#fff}.userinfo-my-account-container .ft-icon{color:#fff}.header-logged-out-actions .ft-btn-inner-text{font-weight:bold;color:#fff}.header-logged-out-actions .ft-icon{color:#fff}.langswitcher-container .ft-btn-inner-text{font-weight:bold;color:#fff}.langswitcher-container .ft-icon{color:#fff}.offline-home-introduction-section{background-color:#000028}.coverbar-buttons-container{display:block}.coverbar-buttons-container .ft-btn[data-context-menu='DOWNLOAD'] .ft-btn-inner-text{opacity:1 !important;padding:0 .3em !important;position:initial !important;visibility:visible !important}figure{margin:auto}figcaption.image-title{font-style:italic;font-size:.8em}.table caption{text-align:left;font-style:italic;font-size:.8em;caption-side:bottom;margin-top:.5em}.ft-tag,-button,-value{background:inherit;color:#fff !important;background-color:#007993 !important;border-radius:20px !important}.ft-tag{line-height:1.4 !important}.ft-tag i.ft-icon.ft-icon-close{color:#fff !important}.search-aside-filters-buttons-container{border-bottom:1px solid #9999a9;font-size:larger}.basket-button-container .ft-icon::before{font-family:'Material Icons';content:'\e8cb'}.basket-button-container .qty:not(:empty)::before{content:'('}.basket-button-container .qty:not(:empty)::after{content:')'}.searchresult-title,.searchresult-basket{display:inline}.searchresult-basket{margin-left:.25em;font-size:1.44em !important}.searchresult-basket-button{--ft-button-dense-horizontal-padding:calc(0.3em + 1px);--ft-button-dense-vertical-padding:calc(0.3em + 1px);--ft-button-dense-border-radius:.2rem;--ft-button-font-size:1em;--ft-button-color:#000;--ft-tooltip-background-color:#0098a6;position:relative;vertical-align:text-bottom}.searchresult-basket-button::part(tooltip){font-size:.5em}.searchresult-basket-button::part(icon){--ft-icon-font-size:1em}.searchresult-basket-button::part(ripple){display:none}.searchresult-basket-button[data-status='add']::part(button),.searchresult-basket-button[data-status='remove']::part(button){--ft-button-color:#0098a6;border-color:#0098a6;transition:all .25s}.searchresult-basket-button[data-status='add']::part(button):hover,.searchresult-basket-button[data-status='remove']::part(button):hover,.searchresult-basket-button[data-status='add']::part(button):focus,.searchresult-basket-button[data-status='remove']::part(button):focus{--ft-button-color:#00708c;border-color:#00708c}.searchresult-basket-button[data-status='add']::after,.searchresult-basket-button[data-status='remove']::after{position:absolute;top:0;right:0;width:1em;background-color:#fff;border-radius:50%;transform:translate(50%,-50%);font-family:consolas,monospace;font-size:.8em;line-height:1;font-weight:700;text-align:center;color:#0098a6}.searchresult-basket-button[data-status='add']::after{content:'+'}.searchresult-basket-button[data-status='remove']::after{content:'-'}.searchresult-basket-button[data-status='not-logued']::part(button){opacity:.25;cursor:not-allowed}@media screen and (min-width: 48em){.searchresult-basket{font-size:1.728em !important}}.metadata-is-ft-originid{display:none}.fluid-aside-tab-id-mylib-basket .ft-icon::before{font-family:'Material Icons Outlined';content:'\e8cb'}ft-search-bar,ft-search-bar-wrapper{--ft-search-bar-mobile-open-top:calc(4.50001em);--ft-search-bar-mobile-open-bottom:1}.platformname{color:#fff;margin:23px 0 0 12px;font-family:custom-font1,system-ui,SymbolaRegular,simpl-element-icons,SimSun;font-size:1em}@media (max-width: 575px){.platformname{display:none}}@media (min-width: 760px) and (max-width: 920px){.platformname{position:absolute;height:75px !important;top:23px;left:0}.ft-search-bar--mobile-menu-open{top:74px !important}.homepageintroduction-titles-wrapper{display:none}.header-inner-wrapper{height:75px}ft-search-bar::part(container){margin-top:10px !important}}