





/* Start doore stack page CSS code */	.doo-re-grid{	  -webkit-box-sizing: border-box !important;	  -moz-box-sizing: border-box !important;	  box-sizing: border-box !important;	  vertical-align: top;	}		.doo-re-grid *, .doo-re-grid *:after, .doo-re-grid *:before {	  -webkit-box-sizing: border-box !important;	  -moz-box-sizing: border-box !important;	  box-sizing: border-box !important;	}			[class*='re-col-'] {	  display: inline-block;	}			.re-col-desk-0 {	  width: 0;	  display: none;	}	.re-col-desk-1 {	  width: 8.333333%;	  display: inline-block;	}	.re-col-desk-2 {	  width: 16.666666%;	  display: inline-block;	}	.re-col-desk-3 {	  width: 25%;	  display: inline-block;	}	.re-col-desk-4 {	  width: 33.333333%;	  display: inline-block;	}	.re-col-desk-5 {	  width: 41.666666%;	  display: inline-block;	}	.re-col-desk-6 {	  width: 50%;	  display: inline-block;	}	.re-col-desk-7 {	  width: 58.333333%;	  display: inline-block;	}	.re-col-desk-8 {	  width: 66.666666%;	  display: inline-block;	}	.re-col-desk-9 {	  width: 75%;	  display: inline-block;	}	.re-col-desk-10 {	  width: 83.333333%;	  display: inline-block;	}	.re-col-desk-11 {	  width: 91.666666%;	  display: inline-block;	}	.re-col-desk-12 {	  width: 100%;	  display: inline-block;	}			/* End doore stack page CSS code */

:root{--light-gray:rgba(230, 230, 230, 1.00);--medium-gray:rgba(202, 202, 202, 1.00);--dark-gray:rgba(138, 138, 138, 1.00);--black:rgba(10, 10, 10, 1.00);--black-color:var(--black);--white:rgba(254, 254, 254, 1.00);--white-color:var(--white);--primary:rgba(13, 101, 35, 1.00);--secondary:rgba(0, 159, 0, 1.00);--success:rgba(40, 99, 63, 1.00);--warning:rgba(240, 138, 36, 1.00);--alert:rgba(240, 65, 36, 1.00);--primary-contrast:rgba(255, 255, 255, 1.00);--secondary-contrast:rgba(51, 51, 51, 1.00);--success-contrast:rgba(254, 254, 254, 1.00);--warning-contrast:rgba(254, 254, 254, 1.00);--alert-contrast:rgba(254, 254, 254, 1.00);--primary-dark:rgba(0, 71, 5, 1.00);--secondary-dark:rgba(0, 129, 0, 1.00);--success-dark:rgba(10, 69, 33, 1.00);--warning-dark:rgba(210, 108, 6, 1.00);--alert-dark:rgba(210, 35, 6, 1.00);--header-color:rgba(25, 86, 28, 1.00);--subheader-color:rgba(138, 138, 138, 1.00);--small-color:rgba(202, 202, 202, 1.00);--text-color:rgba(34, 34, 34, 1.00);--link-color:rgba(13, 101, 35, 1.00);--link-color-hover:rgba(0, 159, 0, 1.00);--selection-background:var(--primary);--selection-text:var(--primary-contrast);--link-decoration:none;--link-decoration-hover:none;--overlay-color:rgba(0, 0, 0, 0.50);--radius:3px;--small-gutter:1.25rem;--medium-gutter:2rem;--large-gutter:2rem;--site-width:calc(1200rem/16);}::selection{background:var(--selection-background);color:var(--selection-text)}.alt{--header-color:rgba(255, 255, 255, 1.00);--subheader-color:rgba(230, 230, 230, 1.00);--small-color:rgba(202, 202, 202, 1.00);--text-color:rgba(255, 255, 255, 1.00);--link-color:rgba(0, 140, 186, 1.00);--link-color-hover:rgba(0, 102, 136, 1.00);--link-decoration:none;--link-decoration-hover:none}.grid-container{max-width:var(--site-width)}.radius{border-radius:var(--radius)}body{font-size:calc(16rem/16)}h1,.h1{font-size:calc(18rem/16)}h2,.h2{font-size:calc(14rem/16)}h3,.h3{font-size:calc(12rem/16)}h4,.h4{font-size:calc(10rem/16)}h5,.h5{font-size:calc(8rem/16)}h6,.h6{font-size:calc(6rem/16)}small{font-size:20%}.button{font-size:calc(16rem/16)}.button.tiny{font-size:calc(10rem/16)}.button.small{font-size:calc(12rem/16)}.button.large{font-size:calc(20rem/16)}@media only screen and (min-width:40em){body{font-size:calc(16rem/16)}h1,.h1{font-size:calc(24rem/16)}h2,.h2{font-size:calc(20rem/16)}h3,.h3{font-size:calc(18rem/16)}h4,.h4{font-size:calc(16rem/16)}h5,.h5{font-size:calc(12rem/16)}h6,.h6{font-size:calc(8rem/16)}small{font-size:15%}}@media only screen and (min-width:64em){body{font-size:calc(16rem/16)}h1,.h1{font-size:calc(30rem/16)}h2,.h2{font-size:calc(26rem/16)}h3,.h3{font-size:calc(24rem/16)}h4,.h4{font-size:calc(22rem/16)}h5,.h5{font-size:calc(16rem/16)}h6,.h6{font-size:calc(8rem/16)}small{font-size:15%}}a{color:var(--link-color);-webkit-text-decoration:var(--link-decoration);text-decoration:var(--link-decoration)}a:hover,a:focus{color:var(--link-color-hover);-webkit-text-decoration:var(--link-decoration-hover);text-decoration:var(--link-decoration-hover)}.menu a{color:var(--menu-link-color);background:var(--menu-bg-color)}.menu a:hover{color:var(--menu-link-color-hover)}h1,h2,h3,h4,h5,h6{color:var(--header-color)}small{color:var(--small-color)}.subheader{color:var(--subheader-color)}.text ul,.text ol{list-style-position:outside}.text>ul,.text>ol,.text .mez>div>ul,.text .mez>div>ol{margin-left:1.25rem}.text ul{list-style-type:disc}.text ul ul,.text ol ul{list-style-type:circle}.text ol{list-style-type:decimal}.text ol ol,.text ul ol{list-style-type:lower-alpha}.radius,.radius:before,.radius:after{border-radius:calc(3rem/16)}body{}
.header_company{--header-color:rgba(73, 159, 57, 1.00);--subheader-color:rgba(138, 138, 138, 1.00);--small-color:rgba(202, 202, 202, 1.00);--text-color:rgba(34, 34, 34, 1.00);--link-color:rgba(0, 140, 186, 1.00);--link-color-hover:rgba(0, 102, 136, 1.00);--link-decoration:none;--link-decoration-hover:none}
.header_slogan{--header-color:rgba(12, 95, 45, 1.00);--subheader-color:rgba(138, 138, 138, 1.00);--small-color:rgba(202, 202, 202, 1.00);--text-color:rgba(34, 34, 34, 1.00);--link-color:rgba(0, 140, 186, 1.00);--link-color-hover:rgba(0, 102, 136, 1.00);--link-decoration:none;--link-decoration-hover:none}
            .header_companytext{font-size:calc(60rem/16) ;font-weight:800 ;}@media only screen and (min-width:40em) {            .header_companytext{font-size:calc(60rem/16) ;line-height:1.50 }}@media only screen and (min-width:64em) {            .header_companytext{font-size:calc(60rem/16) ;line-height:1.50 }}
  h1,.h1,          .myclass{font-size:calc(16rem/16) ;font-weight:400 ;}@media only screen and (min-width:40em) {  h1,.h1,          .myclass{font-size:calc(20rem/16) ;line-height:1.50 }}@media only screen and (min-width:64em) {  h1,.h1,          .myclass{font-size:calc(24rem/16) ;line-height:1.50 }}
  h1,.h1,          .h1{font-size:calc(22rem/16) ;font-weight:400 ;}@media only screen and (min-width:40em) {  h1,.h1,          .h1{font-size:calc(28rem/16) ;line-height:1.50 }}@media only screen and (min-width:64em) {  h1,.h1,          .h1{font-size:calc(34rem/16) ;line-height:1.50 }}
  h1,.h1,          .content_h1{font-size:calc(18rem/16) ;font-weight:400 ;}@media only screen and (min-width:40em) {  h1,.h1,          .content_h1{font-size:calc(24rem/16) ;line-height:1.50 }}@media only screen and (min-width:64em) {  h1,.h1,          .content_h1{font-size:calc(30rem/16) ;line-height:1.50 }}
.lb_open{--header-color:rgba(34, 34, 34, 1.00);--subheader-color:rgba(138, 138, 138, 1.00);--small-color:rgba(202, 202, 202, 1.00);--text-color:rgba(34, 34, 34, 1.00);--link-color:rgba(41, 147, 8, 1.00);--link-color-hover:rgba(25, 86, 28, 1.00);--link-decoration:none;--link-decoration-hover:none}
            .lb_open{font-size:calc(12rem/16) ;font-weight:400 ;}@media only screen and (min-width:40em) {            .lb_open{font-size:calc(14rem/16) ;line-height:1.50 }}@media only screen and (min-width:64em) {            .lb_open{font-size:calc(18rem/16) ;line-height:1.50 }}
            .ftest{font-size:calc(60rem/16) ;}@media only screen and (min-width:40em) {            .ftest{font-size:calc(60rem/16) ;line-height:1.50 }}@media only screen and (min-width:64em) {            .ftest{font-size:calc(60rem/16) ;line-height:1.50 }}
@font-face{font-style:normal;font-family:'calibri';font-display:swap;font-stretch:normal;font-weight:400;src:local('MyFont'),url('http://www.en-apolda.de/resources/calibri/calibri/Calibri.woff') format('woff')}@font-face{font-style:normal;font-family:'calibri';font-display:swap;font-stretch:normal;font-weight:700;src:local('MyFont Bold'),url('http://www.en-apolda.de/resources/calibri/calibribold/Calibri-Bold.woff') format('woff')}html,body,            .myclass{font-family:"calibri",Helvetica, Arial, sans-serif }
.TOPpadding#header{padding-top:10.00px ;padding-right:0.00px ;padding-bottom:0.00px ;padding-left:0.00px ;}@media only screen and (min-width:40em){.TOPpadding#header{padding-top:15.00px ;padding-right:0.00px ;padding-bottom:0.00px ;padding-left:0.00px }}@media only screen and (min-width:64em){.TOPpadding#header{padding-top:20.00px ;padding-right:0.00px ;padding-bottom:0.00px ;padding-left:0.00px }}
.myclass{position:fixed    ;z-index:1 ;top:unset ;bottom:unset ;left:unset ;right:unset ;}
.align_bottom{display:flex;align-items:flex-end;aspect-ratio:16/9;}
.news_bg{background-color:rgba(25, 86, 28, 0.10) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.news_bg{background-attachment:scroll!important}}
.c-con_margin{margin-top:0.00% ;margin-right:0.00% ;margin-bottom:0.00% ;margin-left:2.00% ;}@media only screen and (min-width:40em){.c-con_margin{margin-top:0.00% ;margin-right:2.00% ;margin-bottom:0.00% ;margin-left:2.00% }}@media only screen and (min-width:64em){.c-con_margin{margin-top:0.00% ;margin-right:2.00% ;margin-bottom:0.00% ;margin-left:2.00% }}
.pad_bott4pr{padding-top:0.00% ;padding-right:0.00% ;padding-bottom:1.00% ;padding-left:0.00% ;}@media only screen and (min-width:40em){.pad_bott4pr{padding-top:0.00% ;padding-right:0.00% ;padding-bottom:2.00% ;padding-left:0.00% }}@media only screen and (min-width:64em){.pad_bott4pr{padding-top:0.00% ;padding-right:0.00% ;padding-bottom:4.00% ;padding-left:0.00% }}
.news_heightfull{height:100% ;}  
.news_border{border-color:rgba(25, 86, 28, 1.00) rgba(25, 86, 28, 1.00) rgba(25, 86, 28, 1.00) rgba(25, 86, 28, 1.00) ;border-width:2px ;border-style:dotted ;border-radius:10px 10px 10px 10px ;}
@media screen and (min-width: 64em){.lightbox_width_l{width:50.00px ;}}@media only screen and (min-width:40em){.lightbox_width_l{width:700.00px }}@media only screen and (min-width:64em){.lightbox_width_l{width:700.00px }}
@media screen and (min-width: 40em) and (max-width: 63.9375em){.lightbox_width_m{width:70.00px ;}}@media only screen and (min-width:40em){.lightbox_width_m{width:640.00px }}@media only screen and (min-width:64em){.lightbox_width_m{width:700.00px }}
@media screen and (max-width: 39.9375em){.lightbox_width_s{width:400.00px ;}}@media only screen and (min-width:40em){.lightbox_width_s{width:50.00px }}@media only screen and (min-width:64em){.lightbox_width_s{width:50.00px }}
.pad_faq5pr{padding-top:5.00% ;padding-right:0.00% ;padding-bottom:5.00% ;padding-left:0.00% ;}@media only screen and (min-width:40em){.pad_faq5pr{padding-top:5.00% ;padding-right:0.00% ;padding-bottom:5.00% ;padding-left:0.00% }}@media only screen and (min-width:64em){.pad_faq5pr{padding-top:5.00% ;padding-right:0.00% ;padding-bottom:5.00% ;padding-left:0.00% }}
.h4{padding-top:30.00px ;padding-right:0.00px ;padding-bottom:0.00px ;padding-left:0.00px ;}@media only screen and (min-width:40em){.h4{padding-top:40.00px ;padding-right:0.00px ;padding-bottom:0.00px ;padding-left:0.00px }}@media only screen and (min-width:64em){.h4{padding-top:50.00px ;padding-right:0.00px ;padding-bottom:0.00px ;padding-left:0.00px }}
.h3{padding-top:30.00px ;padding-right:0.00px ;padding-bottom:0.00px ;padding-left:0.00px ;}@media only screen and (min-width:40em){.h3{padding-top:40.00px ;padding-right:0.00px ;padding-bottom:0.00px ;padding-left:0.00px }}@media only screen and (min-width:64em){.h3{padding-top:50.00px ;padding-right:0.00px ;padding-bottom:0.00px ;padding-left:0.00px }}
.posright_headerlogo{position: absolute   ;z-index:1 ;top:unset ;bottom:unset ;left:unset ;right:0px ;}
.padd_headerlogo{padding-top:0 ;padding-right:1rem ;padding-bottom:4rem ;}  
.marg_headerlogo{margin-right:4rem ;}  
.border_dg2px{border-color:rgba(12, 95, 45, 1.00) ;border-width:2px ;border-style:solid ;}
.marg_t48bpx{margin-top:3rem ;margin-bottom:5rem ;}  
.marg_t48px{margin-top:3rem ;}  
.mar_t80px{margin-top:5rem ;}  
.mar_t24px{margin-top:1.5rem ;}  
.bgcol_grey1{background-color:rgba(204, 204, 204, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.bgcol_grey1{background-attachment:scroll!important}}
.mar_tlr5px{margin-top:0.25rem ;margin-right:0.25rem ;margin-left:0.25rem ;}  
.mar_t8px{margin-top:0.5rem ;}  
.mar_t32px{margin-top:2rem ;}  
.mar_t48px{margin-top:3rem ;}  
.mar_lr8px{margin-right:0.5rem ;margin-left:0.5rem ;}  
.newsborder_green{border-color:rgba(12, 95, 45, 1.00) ;border-width:2px ;border-style:solid ;}
.newsborder_black{border-color:rgba(0, 0, 0, 1.00) ;border-width:2px ;border-style:solid ;}
.mar_l4px{margin-left:0.25rem ;}  

@font-face{font-family:calibri;font-style:normal;font-weight:normal;src:url("http://www.en-apolda.de/resources/calibri/calibri/Calibri.eot");src:url("http://www.en-apolda.de/resources/calibri/calibri/Calibri.eot?#iefix") format("embedded-opentype");src:url("http://www.en-apolda.de/resources/calibri/calibri/Calibri.svg#font-pro") format("svg");src:url("http://www.en-apolda.de/resources/calibri/calibri/Calibri.otf") format("opentype");src:url("http://www.en-apolda.de/resources/calibri/calibri/Calibri.ttf") format("truetype");src:url("http://www.en-apolda.de/resources/calibri/calibri/Calibri.woff2") format("woff2");src:url("http://www.en-apolda.de/resources/calibri/calibri/Calibri.woff") format("woff");}@font-face{font-family:calibri;font-style:normal;font-weight:bold;src:url("http://www.en-apolda.de/resources/calibri/calibribold/Calibri-Bold.eot");src:url("http://www.en-apolda.de/resources/calibri/calibribold/Calibri-Bold.eot?#iefix") format("embedded-opentype");src:url("http://www.en-apolda.de/resources/calibri/calibribold/Calibri-Bold.svg#font-pro") format("svg");src:url("http://www.en-apolda.de/resources/calibri/calibribold/Calibri-Bold.otf") format("opentype");src:url("http://www.en-apolda.de/resources/calibri/calibribold/Calibri-Bold.ttf") format("truetype");src:url("http://www.en-apolda.de/resources/calibri/calibribold/Calibri-Bold.woff2") format("woff2");src:url("http://www.en-apolda.de/resources/calibri/calibribold/Calibri-Bold.woff") format("woff");}@font-face{font-family:calibri;font-style:italic;font-weight:normal;src:url("http://www.en-apolda.de/resources/calibri/calibribolditalic/Calibri-Bold-Italic.eot");src:url("http://www.en-apolda.de/resources/calibri/calibribolditalic/Calibri-Bold-Italic.eot?#iefix") format("embedded-opentype");src:url("http://www.en-apolda.de/resources/calibri/calibribolditalic/Calibri-Bold-Italic.svg#font-pro") format("svg");src:url("http://www.en-apolda.de/resources/calibri/calibribolditalic/Calibri-Bold-Italic.otf") format("opentype");src:url("http://www.en-apolda.de/resources/calibri/calibribolditalic/Calibri-Bold-Italic.ttf") format("truetype");src:url("http://www.en-apolda.de/resources/calibri/calibribolditalic/Calibri-Bold-Italic.woff2") format("woff2");src:url("http://www.en-apolda.de/resources/calibri/calibribolditalic/Calibri-Bold-Italic.woff") format("woff");}@font-face{font-family:calibri;font-style:italic;font-weight:bold;src:url("http://www.en-apolda.de/resources/calibri/calibriitalic/Calibri-Italic.eot");src:url("http://www.en-apolda.de/resources/calibri/calibriitalic/Calibri-Italic.eot?#iefix") format("embedded-opentype");src:url("http://www.en-apolda.de/resources/calibri/calibriitalic/Calibri-Italic.svg#font-pro") format("svg");src:url("http://www.en-apolda.de/resources/calibri/calibriitalic/Calibri-Italic.otf") format("opentype");src:url("http://www.en-apolda.de/resources/calibri/calibriitalic/Calibri-Italic.ttf") format("truetype");src:url("http://www.en-apolda.de/resources/calibri/calibriitalic/Calibri-Italic.woff2") format("woff2");src:url("http://www.en-apolda.de/resources/calibri/calibriitalic/Calibri-Italic.woff") format("woff");}
 h1,.font-family-h1,h1 a,.font-family-h1 a, h2,.font-family-h2,h2 a,.font-family-h2 a, h3,.font-family-h3,h3 a,.font-family-h3 a, h4,.font-family-h4,h4 a,.font-family-h4 a, h5,.font-family-h5,h5 a,.font-family-h5 a, h6,.font-family-h6,h6 a,.font-family-h6 a, blockquote, a, ul,ul li,ol,ol li,dl,dl dd, fieldset,input,textarea,form label,input + label,fieldset label,input + datalist,legend, button,.button,.btn, p:not(.custom-font),.font-family-text,.text_stack:not(.custom-font),.fontpro-stacks_in_210_2{font-family:"calibri",Arial }p:not(.custom-font),p.font-family-text:not(.custom-font),.text_stack:not(.custom-font){font-family:"calibri",Arial }
.BGwhite{background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.BGwhite{background-attachment:scroll!important}}
:root{--darkgreen:rgba(13, 101, 35, 1.00)}
:root{--lightgreen:rgba(0, 159, 0, 1.00)}
.BGgreenD{background-color:rgba(13, 101, 35, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.BGgreenD{background-attachment:scroll!important}}
            .navifontstyle_lm{font-size:calc(16rem/16) ;font-weight:400 ;}@media only screen and (min-width:40em) {            .navifontstyle_lm{font-size:calc(16rem/16) ;line-height:1.50 }}@media only screen and (min-width:64em) {            .navifontstyle_lm{font-size:calc(16rem/16) ;line-height:1.50 }}
.padding_b5_3_2p{padding-top:0.00% ;padding-right:0.00% ;padding-bottom:2.00% ;padding-left:0.00% ;}@media only screen and (min-width:40em){.padding_b5_3_2p{padding-top:0.00% ;padding-right:0.00% ;padding-bottom:3.00% ;padding-left:0.00% }}@media only screen and (min-width:64em){.padding_b5_3_2p{padding-top:0.00% ;padding-right:0.00% ;padding-bottom:5.00% ;padding-left:0.00% }}
.button.b-p {
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto; }

.button.b-p {
  overflow: visible;
  -webkit-appearance: button;
  cursor: pointer; }

.button.b-p[disabled] {
  cursor: default; }

.button.b-p::-moz-focus-inner {
  border: 0;
  padding: 0; }

.button.b-p {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: inherit;
  font-weight: inherit;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  transition: all 300ms ease-out; }
  .button.b-p.large {
    padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
    font-size: 1.25rem; }
  .button.b-p.small {
    padding: .875rem 1.75rem .9375rem 1.75rem;
    font-size: .8125rem; }
  .button.b-p.tiny {
    padding: .625rem 1.25rem .6875rem 1.25rem;
    font-size: .6875rem; }
  .button.b-p.expand {
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%; }
  .button.b-p.left-align {
    text-align: left;
    text-indent: .75rem; }
  .button.b-p.right-align {
    text-align: right;
    padding-right: .75rem; }
  .button.b-p.radius, .button.b-p.radius::before, .button.b-p.radius::after {
    border-radius: 3px; }
  .button.b-p.round, .button.b-p.radius::before, .button.b-p.round::after {
    border-radius: 1000px; }
  .button.b-p.disabled, .button.b-p[disabled] {
    background-color: #008CBA;
    border-color: #007095;
    color: #fff;
    box-shadow: none;
    cursor: default;
    opacity: .7; }
  .button.b-p.right {
    float: right !important; }

.button.b-p::-moz-focus-inner {
  border: 0;
  padding: 0; }

@media only screen and (min-width: 40.063em) {
  .button.b-p {
    display: inline-block; } }

.bp-styles-warning {
  display: none; }

.button.b-p:not(.custom) {
  background-color: rgba(2, 117, 216, 1.00);
  color: rgba(255, 255, 255, 1.00); }
  .button.b-p:not(.custom):hover {
    color: rgba(255, 255, 255, 1.00);
    background-color: #014c8c; }
  .button.b-p.secondary:not(.custom) {
    background-color: rgba(231, 231, 231, 1.00);
    color: rgba(51, 51, 51, 1.00); }
    .button.b-p.secondary:not(.custom):hover {
      color: rgba(51, 51, 51, 1.00);
      background-color: #c1c1c1; }
  .button.b-p.alert:not(.custom) {
    background-color: rgba(217, 83, 79, 1.00); }
    .button.b-p.alert:not(.custom):hover {
      background-color: #b52b27; }
  .button.b-p.success:not(.custom) {
    background-color: rgba(92, 184, 92, 1.00); }
    .button.b-p.success:not(.custom):hover {
      background-color: #3d8b3d; }
  .button.b-p.radius:not(.custom) {
    border-radius: 4px; }
  .button.b-p.ghost:not(.custom) {
    background-color: transparent;
    border-width: 1px;
    border-color: rgba(2, 117, 216, 1.00);
    color: rgba(2, 117, 216, 1.00); }
    .button.b-p.ghost:not(.custom):hover {
      color: rgba(255, 255, 255, 1.00);
      border-color: #014c8c;
      background-color: #014c8c; }
    .button.b-p.ghost.secondary:not(.custom) {
      border-color: rgba(231, 231, 231, 1.00);
      color: rgba(231, 231, 231, 1.00); }
      .button.b-p.ghost.secondary:not(.custom):hover {
        color: rgba(51, 51, 51, 1.00);
        border-color: #c1c1c1;
        background-color: #c1c1c1; }
    .button.b-p.ghost.alert:not(.custom) {
      border-color: rgba(217, 83, 79, 1.00);
      color: rgba(217, 83, 79, 1.00); }
      .button.b-p.ghost.alert:not(.custom):hover {
        color: rgba(255, 255, 255, 1.00);
        border-color: #b52b27;
        background-color: #b52b27; }
    .button.b-p.ghost.success:not(.custom) {
      border-color: rgba(92, 184, 92, 1.00);
      color: rgba(92, 184, 92, 1.00); }
      .button.b-p.ghost.success:not(.custom):hover {
        color: rgba(255, 255, 255, 1.00);
        border-color: #3d8b3d;
        background-color: #3d8b3d; }
  .button.b-p.outline-ghost:not(.custom) {
    border-color: rgba(204, 204, 204, 1.00);
    border-width: 1px;
    color: rgba(55, 58, 60, 1.00);
    background-color: transparent; }
    .button.b-p.outline-ghost:not(.custom):hover {
      color: #121314;
      border-color: #a6a6a6;
      background-color: rgba(212, 212, 212, 0.00); }
            .header-segment{font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif }
.header-segment{color:rgba(13, 101, 35, 1.00) ;}
.header-segment{padding-top:10.00px ;padding-right:0.00px ;padding-bottom:0.00px ;padding-left:0.00px ;}@media only screen and (min-width:40em){.header-segment{padding-top:20.00px ;padding-right:0.00px ;padding-bottom:0.00px ;padding-left:0.00px }}@media only screen and (min-width:64em){.header-segment{padding-top:30.00px ;padding-right:0.00px ;padding-bottom:0.00px ;padding-left:0.00px }}
:root{--white:rgba(255, 255, 255, 1.00)}
.myclass{}
.myclass{background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}
.bg_darkgreen{background-color:rgba(12, 95, 45, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.bg_darkgreen{background-attachment:scroll!important}}
.height_4px{height:0.25rem ;min-height:0px ;max-height:1000px ;}  
@media screen and (min-width: 40em){ .topnavi_lm>.dropdown a, .dropdown.topnavi_lm a{--menu-link-color:rgba(255, 255, 255, 1.00);--menu-link-color-hover:rgba(73, 159, 57, 1.00);--menu-bg-color:rgba(255, 255, 255, 0.00);--menu-caret-color:rgba(255, 255, 255, 1.00);--menu-border-accent:2px solid var(--menu-link-color)} .topnavi_lm>.dropdown .menu-text, .dropdown.topnavi_lm .menu-text{--menu-text-color:rgba(255, 255, 255, 1.00)} .topnavi_lm>.dropdown .submenu a:hover, .dropdown.topnavi_lm .submenu a:hover{--menu-bg-color:rgba(255, 255, 255, 1.00)} .topnavi_lm>.dropdown>li>a, .dropdown.topnavi_lm>li>a{padding-top:0.75rem;padding-bottom:0.75rem} .topnavi_lm>.dropdown .submenu>li>a, .dropdown.topnavi_lm .submenu>li>a{padding-top:0.75rem;padding-bottom:0.75rem} .topnavi_lm>.dropdown li.active>a, .topnavi_lm>.dropdown li.is-active>a, .topnavi_lm>.dropdown a.is-active, .dropdown.topnavi_lm li.active>a, .dropdown.topnavi_lm li.is-active>a, .dropdown.topnavi_lm a.is-active{--menu-bg-color:rgba(73, 159, 57, 1.00);--menu-link-color:rgba(255, 255, 255, 1.00);--menu-caret-color:rgba(255, 255, 255, 1.00);--menu-link-color-hover:rgba(255, 255, 255, 1.00)} .topnavi_lm>.dropdown .submenu li.active>a, .topnavi_lm>.dropdown .submenu li.is-active>a, .topnavi_lm>.dropdown .submenu a.is-active, .dropdown.topnavi_lm .submenu li.active>a, .dropdown.topnavi_lm .submenu li.is-active>a, .dropdown.topnavi_lm .submenu a.is-active{--menu-caret-color:rgba(73, 159, 57, 1.00)} .topnavi_lm>.dropdown .submenu a, .dropdown.topnavi_lm .submenu a{--menu-caret-color:rgba(12, 95, 45, 1.00)} .topnavi_lm>.dropdown .submenu, .dropdown.topnavi_lm .submenu{--submenu-bg-color:rgba(255, 255, 255, 1.00);--submenu-border:2px solid rgba(202, 202, 202, 1.00)} .topnavi_lm>.dropdown .submenu a, .dropdown.topnavi_lm .submenu a{--menu-bg-color:transparent;--menu-link-color:rgba(12, 95, 45, 1.00);--menu-link-color-hover:rgba(73, 159, 57, 1.00)} .topnavi_lm>.dropdown .submenu .menu-text, .dropdown.topnavi_lm .submenu .menu-text{--menu-text-color:rgba(68, 68, 68, 1.00)} .topnavi_lm>.dropdown .submenu li.active>a, .topnavi_lm>.dropdown .submenu li.is-active>a, .topnavi_lm>.dropdown .submenu a.is-active, .dropdown.topnavi_lm .submenu li.active>a, .dropdown.topnavi_lm .submenu li.is-active>a, .dropdown.topnavi_lm .submenu a.is-active{--menu-caret-color:rgba(73, 159, 57, 1.00);--menu-bg-color:rgba(73, 159, 57, 1.00);--menu-link-color:rgba(255, 255, 255, 1.00);--menu-link-color-hover:rgba(255, 255, 255, 1.00)}}
@media screen and (max-width: 39.9375em){ .topnavi_small>.accordion-menu a, .accordion-menu.topnavi_small a{--menu-link-color:rgba(12, 95, 45, 1.00);--menu-link-color-hover:rgba(73, 159, 57, 1.00);--menu-bg-color:rgba(255, 255, 255, 0.00);--menu-caret-color:rgba(12, 95, 45, 1.00);--menu-border-accent:2px solid var(--menu-link-color)} .topnavi_small>.accordion-menu .menu-text, .accordion-menu.topnavi_small .menu-text{--menu-text-color:rgba(68, 68, 68, 1.00)} .topnavi_small>.accordion-menu>li>a, .accordion-menu.topnavi_small>li>a{padding-top:0.5rem;padding-bottom:0.5rem} .topnavi_small>.accordion-menu .submenu>li>a, .accordion-menu.topnavi_small .submenu>li>a{padding-top:0.5rem;padding-bottom:0.5rem} .topnavi_small>.accordion-menu li.active>a, .topnavi_small>.accordion-menu li.is-active>a, .topnavi_small>.accordion-menu a.is-active, .accordion-menu.topnavi_small li.active>a, .accordion-menu.topnavi_small li.is-active>a, .accordion-menu.topnavi_small a.is-active{--menu-bg-color:rgba(73, 159, 57, 1.00);--menu-link-color:rgba(255, 255, 255, 1.00);--menu-caret-color:rgba(255, 255, 255, 1.00);--menu-link-color-hover:rgba(255, 255, 255, 1.00)} .topnavi_small>.accordion-menu .submenu li.active>a, .topnavi_small>.accordion-menu .submenu li.is-active>a, .topnavi_small>.accordion-menu .submenu a.is-active, .accordion-menu.topnavi_small .submenu li.active>a, .accordion-menu.topnavi_small .submenu li.is-active>a, .accordion-menu.topnavi_small .submenu a.is-active{--menu-caret-color:rgba(73, 159, 57, 1.00)} .topnavi_small>.accordion-menu .submenu a, .accordion-menu.topnavi_small .submenu a{--menu-caret-color:rgba(12, 95, 45, 1.00)} .topnavi_small>.accordion-menu .submenu, .accordion-menu.topnavi_small .submenu{--submenu-bg-color:rgba(255, 255, 255, 1.00);--submenu-border:2px solid rgba(202, 202, 202, 1.00)} .topnavi_small>.accordion-menu .submenu a, .accordion-menu.topnavi_small .submenu a{--menu-bg-color:transparent;--menu-link-color:rgba(12, 95, 45, 1.00);--menu-link-color-hover:rgba(73, 159, 57, 1.00)} .topnavi_small>.accordion-menu .submenu .menu-text, .accordion-menu.topnavi_small .submenu .menu-text{--menu-text-color:rgba(68, 68, 68, 1.00)} .topnavi_small>.accordion-menu .submenu li.active>a, .topnavi_small>.accordion-menu .submenu li.is-active>a, .topnavi_small>.accordion-menu .submenu a.is-active, .accordion-menu.topnavi_small .submenu li.active>a, .accordion-menu.topnavi_small .submenu li.is-active>a, .accordion-menu.topnavi_small .submenu a.is-active{--menu-caret-color:rgba(73, 159, 57, 1.00);--menu-bg-color:rgba(73, 159, 57, 1.00);--menu-link-color:rgba(255, 255, 255, 1.00);--menu-link-color-hover:rgba(255, 255, 255, 1.00)}}
         .menu li,   .fonstyle_lm{font-weight:800 ;}
            .headercompany{font-size:calc(24rem/16) ;font-weight:400 ;}@media only screen and (min-width:40em) {            .headercompany{font-size:calc(30rem/16) ;line-height:1.50 }}@media only screen and (min-width:64em) {            .headercompany{font-size:calc(36rem/16) ;line-height:1.50 }}
.headercompany{color:rgba(73, 159, 57, 1.00) ;}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_12_2772 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_12_2772 {
		display: none !important;
	}
}


#stacks_in_12_3010 {
	font-weight: bold;
}

#stacks_in_12_2783 {
	font-size: 150%;
	font-weight: bolder;
}


#stacks_in_12_2035 {
	font-weight: bolder;
}
.top-bar{padding:0 ;}  
.large-menu .menu{padding-top:1.25rem ;padding-right:0.75rem ;padding-bottom:1.25rem ;padding-left:0.75rem ;}  
.stacks_in_12_2751_126{line-height:0}.stacks_in_12_2751_126 svg{display:inline-block;max-width:30px;height:auto;}.stacks_in_12_2751_126.full-width svg{width:100%;height:auto}

.spacerStack {
	height: 30.00px;
}

#spacerStackstacks_in_12_89 {
	height: 30.00px;
}




























@media print {
	#spacerStackstacks_in_12_89 {
		display: none !important;
	}
}

.spacerStack {
	height: 30.00px;
}

#spacerStackstacks_in_13 {
	height: 30.00px;
}




























@media print {
	#spacerStackstacks_in_13 {
		display: none !important;
	}
}
/* Start dooReflow stack each CSS code */	#stacks_in_24 .grid-pad{		margin-left: -15px;		margin-right: -15px;		margin-top: -15px;		margin-bottom: -15px;	}	#stacks_in_24 [class*='re-col-']{	  padding-left: 15px;	  padding-right: 15px;	  padding-top: 15px;	  padding-bottom: 15px;	  vertical-align: middle;	}			@media all and (max-width: 1024px) {		#stacks_in_24 [class*='re-col-tabl'] {		  display: inline-block;		}		#stacks_in_24 .re-col-tabl-0 {		  width: 0;		  display: none;		}		#stacks_in_24 .re-col-tabl-1 {		  width: 8.333333%;		  display: inline-block;		}		#stacks_in_24 .re-col-tabl-2 {		  width: 16.666666%;		  display: inline-block;		}		#stacks_in_24 .re-col-tabl-3 {		  width: 25%;		  display: inline-block;		}		#stacks_in_24 .re-col-tabl-4 {		  width: 33.333333%;		  display: inline-block;		}		#stacks_in_24 .re-col-tabl-5 {		  width: 41.666666%;		  display: inline-block;		}		#stacks_in_24 .re-col-tabl-6 {		  width: 50%;		  display: inline-block;		}		#stacks_in_24 .re-col-tabl-7 {		  width: 58.333333%;		  display: inline-block;		}		#stacks_in_24 .re-col-tabl-8 {		  width: 66.666666%;		  display: inline-block;		}		#stacks_in_24 .re-col-tabl-9 {		  width: 75%;		  display: inline-block;		}		#stacks_in_24 .re-col-tabl-10 {		  width: 80.333333%;		  display: inline-block;		}		#stacks_in_24 .re-col-tabl-11 {		  width: 91.666666%;		  display: inline-block;		}		#stacks_in_24 .re-col-tabl-12 {		  width: 100%;		  display: inline-block;		}	}			@media all and (max-width: 768px) {		[class*='re-col-tab'] {		  display: inline-block;		}		#stacks_in_24 .re-col-tab-0 {		  width: 0;		  display: none;		}		#stacks_in_24 .re-col-tab-1 {		  width: 8.333333%;		  display: inline-block;		}		#stacks_in_24 .re-col-tab-2 {		  width: 16.666666%;		  display: inline-block;		}		#stacks_in_24 .re-col-tab-3 {		  width: 25%;		  display: inline-block;		}		#stacks_in_24 .re-col-tab-4 {		  width: 33.333333%;		  display: inline-block;		}		#stacks_in_24 .re-col-tab-5 {		  width: 41.666666%;		  display: inline-block;		}		#stacks_in_24 .re-col-tab-6 {		  width: 50%;		  display: inline-block;		}		#stacks_in_24 .re-col-tab-7 {		  width: 58.333333%;		  display: inline-block;		}		#stacks_in_24 .re-col-tab-8 {		  width: 66.666666%;		  display: inline-block;		}		#stacks_in_24 .re-col-tab-9 {		  width: 75%;		  display: inline-block;		}		#stacks_in_24 .re-col-tab-10 {		  width: 80.333333%;		  display: inline-block;		}		#stacks_in_24 .re-col-tab-11 {		  width: 91.666666%;		  display: inline-block;		}		#stacks_in_24 .re-col-tab-12 {		  width: 100%;		  display: inline-block;		}	}			@media all and (max-width: 480px) {		[class*='re-col-mob'] {		  display: inline-block;		}		#stacks_in_24 .re-col-mob-0 {		  width: 0;		  display: none;		}		#stacks_in_24 .re-col-mob-1 {		  width: 8.333333%;		  display: inline-block;		}		#stacks_in_24 .re-col-mob-2 {		  width: 16.666666%;		  display: inline-block;		}		#stacks_in_24 .re-col-mob-3 {		  width: 25%;		  display: inline-block;		}		#stacks_in_24 .re-col-mob-4 {		  width: 33.333333%;		  display: inline-block;		}		#stacks_in_24 .re-col-mob-5 {		  width: 41.666666%;		  display: inline-block;		}		#stacks_in_24 .re-col-mob-6 {		  width: 50%;		  display: inline-block;		}		#stacks_in_24 .re-col-mob-7 {		  width: 58.333333%;		  display: inline-block;		}		#stacks_in_24 .re-col-mob-8 {		  width: 66.666666%;		  display: inline-block;		}		#stacks_in_24 .re-col-mob-9 {		  width: 75%;		  display: inline-block;		}		#stacks_in_24 .re-col-mob-10 {		  width: 80.333333%;		  display: inline-block;		}		#stacks_in_24 .re-col-mob-11 {		  width: 91.666666%;		  display: inline-block;		}		#stacks_in_24 .re-col-mob-12 {		  width: 100%;		  display: inline-block;		}	}		/* End dooReflow stack each CSS code */
#stacks_in_24 {
	padding: 0px 0px 25px 0px;
}
/* SmartList2 Stack v1.0.1 */



#stacks_in_54 .SmartListWrapper {
	border-collapse: collapse;
}


#stacks_in_54 .SmartListWrapper ol {
	counter-reset: stacks_in_54-counter 0;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	
	
	
	
}


#stacks_in_54 .SmartListWrapper ol>li {
	display: table-row;
	border-right: 1em solid transparent;
	
	counter-increment: stacks_in_54-counter 1;
	border-bottom: 0px solid transparent;
}


#stacks_in_54 .SmartListWrapper ol>li:last-of-type {
	border-bottom: none;
}




#stacks_in_54 .SmartListWrapper ol>li>span {
	display: table-cell;
	text-align: right;
}



#stacks_in_54 .SmartListWrapper ol>li>span:before {
	
		content:  counter(stacks_in_54-counter, decimal) "."; /* FALLBACK */
		content:  counter(stacks_in_54-counter, upper-roman) ".";
	
	
	
	
	
	padding-right: 0.2em;
	padding-left: 0.2em; /* for some Font Awesome icons */

	
	
	
	

	white-space: nowrap;

	font-family: inherit;
	
	
	
}



/* End of SmartList2 Stack */
#stacks_in_54 {
	padding: 0px 0px 10px 0px;
}
/* SmartList2 item Stack v1.0.0 */

.SmartListWrapper .stacks_in_64_custom_li  {
	
	
	
	
}


.SmartListWrapper .stacks_in_64_custom_li>span  {
	display: table-cell;
	padding-right: 0.2em;
	white-space: nowrap;

	
	


}


.SmartListWrapper .stacks_in_64_custom_li>span:before  {
	
	
	
	
	
	
	
	
	/*font-family: inherit !important;*/
	
	
}

/* End of SmartList2 item Stack */
/* SmartList2 Stack v1.0.1 */



#stacks_in_55 .SmartListWrapper {
	border-collapse: collapse;
}


#stacks_in_55 .SmartListWrapper ol {
	counter-reset: stacks_in_55-counter 0;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	
	
	
	
}


#stacks_in_55 .SmartListWrapper ol>li {
	display: table-row;
	border-right: 1em solid transparent;
	
	counter-increment: stacks_in_55-counter 1;
	border-bottom: 0px solid transparent;
}


#stacks_in_55 .SmartListWrapper ol>li:last-of-type {
	border-bottom: none;
}




#stacks_in_55 .SmartListWrapper ol>li>span {
	display: table-cell;
	text-align: right;
}



#stacks_in_55 .SmartListWrapper ol>li>span:before {
	
		content:  counter(stacks_in_55-counter, decimal) "."; /* FALLBACK */
		content:  counter(stacks_in_55-counter, decimal) ".";
	
	
	
	
	
	padding-right: 0.2em;
	padding-left: 0.2em; /* for some Font Awesome icons */

	
	
	
	

	white-space: nowrap;

	font-family: inherit;
	
	
	
}



/* End of SmartList2 Stack */
#stacks_in_55 {
	padding: 0px 0px 10px 20px;
}
/* SmartList2 item Stack v1.0.0 */

.SmartListWrapper .stacks_in_67_custom_li  {
	
	
	
	
}


.SmartListWrapper .stacks_in_67_custom_li>span  {
	display: table-cell;
	padding-right: 0.2em;
	white-space: nowrap;

	
	


}


.SmartListWrapper .stacks_in_67_custom_li>span:before  {
	
	
	
	
	
	
	
	
	/*font-family: inherit !important;*/
	
	
}

/* End of SmartList2 item Stack */

#stacks_in_67 {
	padding: 0px 0px 10px 0px;
}
/* SmartList2 item Stack v1.0.0 */

.SmartListWrapper .stacks_in_70_custom_li  {
	
	
	
	
}


.SmartListWrapper .stacks_in_70_custom_li>span  {
	display: table-cell;
	padding-right: 0.2em;
	white-space: nowrap;

	
	


}


.SmartListWrapper .stacks_in_70_custom_li>span:before  {
	
	
	
	
	
	
	
	
	/*font-family: inherit !important;*/
	
	
}

/* End of SmartList2 item Stack */
/* SmartList2 Stack v1.0.1 */



#stacks_in_56 .SmartListWrapper {
	border-collapse: collapse;
}


#stacks_in_56 .SmartListWrapper ol {
	counter-reset: stacks_in_56-counter 1;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	
	
	
	
}


#stacks_in_56 .SmartListWrapper ol>li {
	display: table-row;
	border-right: 1em solid transparent;
	
	counter-increment: stacks_in_56-counter 1;
	border-bottom: 0px solid transparent;
}


#stacks_in_56 .SmartListWrapper ol>li:last-of-type {
	border-bottom: none;
}




#stacks_in_56 .SmartListWrapper ol>li>span {
	display: table-cell;
	text-align: right;
}



#stacks_in_56 .SmartListWrapper ol>li>span:before {
	
		content:  counter(stacks_in_56-counter, decimal) "."; /* FALLBACK */
		content:  counter(stacks_in_56-counter, upper-roman) ".";
	
	
	
	
	
	padding-right: 0.2em;
	padding-left: 0.2em; /* for some Font Awesome icons */

	
	
	
	

	white-space: nowrap;

	font-family: inherit;
	
	
	
}



/* End of SmartList2 Stack */
#stacks_in_56 {
	padding: 0px 0px 10px 0px;
}
/* SmartList2 item Stack v1.0.0 */

.SmartListWrapper .stacks_in_72_custom_li  {
	
	
	
	
}


.SmartListWrapper .stacks_in_72_custom_li>span  {
	display: table-cell;
	padding-right: 0.2em;
	white-space: nowrap;

	
	


}


.SmartListWrapper .stacks_in_72_custom_li>span:before  {
	
	
	
	
	
	
	
	
	/*font-family: inherit !important;*/
	
	
}

/* End of SmartList2 item Stack */
/* SmartList2 Stack v1.0.1 */



#stacks_in_90 .SmartListWrapper {
	border-collapse: collapse;
}


#stacks_in_90 .SmartListWrapper ol {
	counter-reset: stacks_in_90-counter 0;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	
	
	
	
}


#stacks_in_90 .SmartListWrapper ol>li {
	display: table-row;
	border-right: 1em solid transparent;
	
	counter-increment: stacks_in_90-counter 1;
	border-bottom: 0px solid transparent;
}


#stacks_in_90 .SmartListWrapper ol>li:last-of-type {
	border-bottom: none;
}




#stacks_in_90 .SmartListWrapper ol>li>span {
	display: table-cell;
	text-align: right;
}



#stacks_in_90 .SmartListWrapper ol>li>span:before {
	
		content:  counter(stacks_in_90-counter, decimal) "."; /* FALLBACK */
		content:  counter(stacks_in_90-counter, lower-alpha) ".";
	
	
	
	
	
	padding-right: 0.2em;
	padding-left: 0.2em; /* for some Font Awesome icons */

	
	
	
	

	white-space: nowrap;

	font-family: inherit;
	
	
	
}



/* End of SmartList2 Stack */
#stacks_in_90 {
	padding: 0px 0px 0px 20px;
}
/* SmartList2 item Stack v1.0.0 */

.SmartListWrapper .stacks_in_95_custom_li  {
	
	
	
	
}


.SmartListWrapper .stacks_in_95_custom_li>span  {
	display: table-cell;
	padding-right: 0.2em;
	white-space: nowrap;

	
	


}


.SmartListWrapper .stacks_in_95_custom_li>span:before  {
	
	
	
	
	
	
	
	
	/*font-family: inherit !important;*/
	
	
}

/* End of SmartList2 item Stack */

#stacks_in_95 {
	padding: 0px 0px 10px 0px;
}
/* SmartList2 Stack v1.0.1 */



#stacks_in_91 .SmartListWrapper {
	border-collapse: collapse;
}


#stacks_in_91 .SmartListWrapper ul {
	
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	
	
	
	
}


#stacks_in_91 .SmartListWrapper ul>li {
	display: table-row;
	border-right: 1em solid transparent;
	
	
	border-bottom: 0px solid transparent;
}


#stacks_in_91 .SmartListWrapper ul>li:last-of-type {
	border-bottom: none;
}




#stacks_in_91 .SmartListWrapper ul>li>span {
	display: table-cell;
	text-align: right;
}



#stacks_in_91 .SmartListWrapper ul>li>span:before {
	
	content: "\25A0";
	
	
	
	padding-right: 0.2em;
	padding-left: 0.2em; /* for some Font Awesome icons */

	
	
	
	

	white-space: nowrap;

	font-family: inherit;
	
	
	
}



/* End of SmartList2 Stack */
#stacks_in_91 {
	padding: 0px 0px 10px 40px;
}
/* SmartList2 item Stack v1.0.0 */

.SmartListWrapper .stacks_in_98_custom_li  {
	
	
	
	
}


.SmartListWrapper .stacks_in_98_custom_li>span  {
	display: table-cell;
	padding-right: 0.2em;
	white-space: nowrap;

	
	


}


.SmartListWrapper .stacks_in_98_custom_li>span:before  {
	
	
	
	
	
	
	
	
	/*font-family: inherit !important;*/
	
	
}

/* End of SmartList2 item Stack */
/* SmartList2 item Stack v1.0.0 */

.SmartListWrapper .stacks_in_101_custom_li  {
	
	
	
	
}


.SmartListWrapper .stacks_in_101_custom_li>span  {
	display: table-cell;
	padding-right: 0.2em;
	white-space: nowrap;

	
	


}


.SmartListWrapper .stacks_in_101_custom_li>span:before  {
	
	
	
	
	
	
	
	
	/*font-family: inherit !important;*/
	
	
}

/* End of SmartList2 item Stack */
/* SmartList2 item Stack v1.0.0 */

.SmartListWrapper .stacks_in_103_custom_li  {
	
	
	
	
}


.SmartListWrapper .stacks_in_103_custom_li>span  {
	display: table-cell;
	padding-right: 0.2em;
	white-space: nowrap;

	
	


}


.SmartListWrapper .stacks_in_103_custom_li>span:before  {
	
	
	
	
	
	
	
	
	/*font-family: inherit !important;*/
	
	
}

/* End of SmartList2 item Stack */
/* SmartList2 item Stack v1.0.0 */

.SmartListWrapper .stacks_in_105_custom_li  {
	
	
	
	
}


.SmartListWrapper .stacks_in_105_custom_li>span  {
	display: table-cell;
	padding-right: 0.2em;
	white-space: nowrap;

	
	


}


.SmartListWrapper .stacks_in_105_custom_li>span:before  {
	
	
	
	
	
	
	
	
	/*font-family: inherit !important;*/
	
	
}

/* End of SmartList2 item Stack */
/* SmartList2 item Stack v1.0.0 */

.SmartListWrapper .stacks_in_107_custom_li  {
	
	
	
	
}


.SmartListWrapper .stacks_in_107_custom_li>span  {
	display: table-cell;
	padding-right: 0.2em;
	white-space: nowrap;

	
	


}


.SmartListWrapper .stacks_in_107_custom_li>span:before  {
	
	
	
	
	
	
	
	
	/*font-family: inherit !important;*/
	
	
}

/* End of SmartList2 item Stack */
/* SmartList2 item Stack v1.0.0 */

.SmartListWrapper .stacks_in_109_custom_li  {
	
	
	
	
}


.SmartListWrapper .stacks_in_109_custom_li>span  {
	display: table-cell;
	padding-right: 0.2em;
	white-space: nowrap;

	
	


}


.SmartListWrapper .stacks_in_109_custom_li>span:before  {
	
	
	
	
	
	
	
	
	/*font-family: inherit !important;*/
	
	
}

/* End of SmartList2 item Stack */
/* SmartList2 item Stack v1.0.0 */

.SmartListWrapper .stacks_in_111_custom_li  {
	
	
	
	
}


.SmartListWrapper .stacks_in_111_custom_li>span  {
	display: table-cell;
	padding-right: 0.2em;
	white-space: nowrap;

	
	


}


.SmartListWrapper .stacks_in_111_custom_li>span:before  {
	
	
	
	
	
	
	
	
	/*font-family: inherit !important;*/
	
	
}

/* End of SmartList2 item Stack */
/* SmartList2 item Stack v1.0.0 */

.SmartListWrapper .stacks_in_113_custom_li  {
	
	
	
	
}


.SmartListWrapper .stacks_in_113_custom_li>span  {
	display: table-cell;
	padding-right: 0.2em;
	white-space: nowrap;

	
	


}


.SmartListWrapper .stacks_in_113_custom_li>span:before  {
	
	
	
	
	
	
	
	
	/*font-family: inherit !important;*/
	
	
}

/* End of SmartList2 item Stack */
/* SmartList2 item Stack v1.0.0 */

.SmartListWrapper .stacks_in_115_custom_li  {
	
	
	
	
}


.SmartListWrapper .stacks_in_115_custom_li>span  {
	display: table-cell;
	padding-right: 0.2em;
	white-space: nowrap;

	
	


}


.SmartListWrapper .stacks_in_115_custom_li>span:before  {
	
	
	
	
	
	
	
	
	/*font-family: inherit !important;*/
	
	
}

/* End of SmartList2 item Stack */
/* SmartList2 item Stack v1.0.0 */

.SmartListWrapper .stacks_in_117_custom_li  {
	
	
	
	
}


.SmartListWrapper .stacks_in_117_custom_li>span  {
	display: table-cell;
	padding-right: 0.2em;
	white-space: nowrap;

	
	


}


.SmartListWrapper .stacks_in_117_custom_li>span:before  {
	
	
	
	
	
	
	
	
	/*font-family: inherit !important;*/
	
	
}

/* End of SmartList2 item Stack */
/* SmartList2 item Stack v1.0.0 */

.SmartListWrapper .stacks_in_119_custom_li  {
	
	
	
	
}


.SmartListWrapper .stacks_in_119_custom_li>span  {
	display: table-cell;
	padding-right: 0.2em;
	white-space: nowrap;

	
	


}


.SmartListWrapper .stacks_in_119_custom_li>span:before  {
	
	
	
	
	
	
	
	
	/*font-family: inherit !important;*/
	
	
}

/* End of SmartList2 item Stack */
/* SmartList2 item Stack v1.0.0 */

.SmartListWrapper .stacks_in_121_custom_li  {
	
	
	
	
}


.SmartListWrapper .stacks_in_121_custom_li>span  {
	display: table-cell;
	padding-right: 0.2em;
	white-space: nowrap;

	
	


}


.SmartListWrapper .stacks_in_121_custom_li>span:before  {
	
	
	
	
	
	
	
	
	/*font-family: inherit !important;*/
	
	
}

/* End of SmartList2 item Stack */
/* SmartList2 item Stack v1.0.0 */

.SmartListWrapper .stacks_in_123_custom_li  {
	
	
	
	
}


.SmartListWrapper .stacks_in_123_custom_li>span  {
	display: table-cell;
	padding-right: 0.2em;
	white-space: nowrap;

	
	


}


.SmartListWrapper .stacks_in_123_custom_li>span:before  {
	
	
	
	
	
	
	
	
	/*font-family: inherit !important;*/
	
	
}

/* End of SmartList2 item Stack */
/* SmartList2 item Stack v1.0.0 */

.SmartListWrapper .stacks_in_125_custom_li  {
	
	
	
	
}


.SmartListWrapper .stacks_in_125_custom_li>span  {
	display: table-cell;
	padding-right: 0.2em;
	white-space: nowrap;

	
	


}


.SmartListWrapper .stacks_in_125_custom_li>span:before  {
	
	
	
	
	
	
	
	
	/*font-family: inherit !important;*/
	
	
}

/* End of SmartList2 item Stack */
/* SmartList2 item Stack v1.0.0 */

.SmartListWrapper .stacks_in_127_custom_li  {
	
	
	
	
}


.SmartListWrapper .stacks_in_127_custom_li>span  {
	display: table-cell;
	padding-right: 0.2em;
	white-space: nowrap;

	
	


}


.SmartListWrapper .stacks_in_127_custom_li>span:before  {
	
	
	
	
	
	
	
	
	/*font-family: inherit !important;*/
	
	
}

/* End of SmartList2 item Stack */
/* SmartList2 Stack v1.0.1 */



#stacks_in_92 .SmartListWrapper {
	border-collapse: collapse;
}


#stacks_in_92 .SmartListWrapper ol {
	counter-reset: stacks_in_92-counter 1;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	
	
	
	
}


#stacks_in_92 .SmartListWrapper ol>li {
	display: table-row;
	border-right: 1em solid transparent;
	
	counter-increment: stacks_in_92-counter 1;
	border-bottom: 0px solid transparent;
}


#stacks_in_92 .SmartListWrapper ol>li:last-of-type {
	border-bottom: none;
}




#stacks_in_92 .SmartListWrapper ol>li>span {
	display: table-cell;
	text-align: right;
}



#stacks_in_92 .SmartListWrapper ol>li>span:before {
	
		content:  counter(stacks_in_92-counter, decimal) "."; /* FALLBACK */
		content:  counter(stacks_in_92-counter, lower-alpha) ".";
	
	
	
	
	
	padding-right: 0.2em;
	padding-left: 0.2em; /* for some Font Awesome icons */

	
	
	
	

	white-space: nowrap;

	font-family: inherit;
	
	
	
}



/* End of SmartList2 Stack */
#stacks_in_92 {
	padding: 0px 0px 0px 20px;
}
/* SmartList2 item Stack v1.0.0 */

.SmartListWrapper .stacks_in_129_custom_li  {
	
	
	
	
}


.SmartListWrapper .stacks_in_129_custom_li>span  {
	display: table-cell;
	padding-right: 0.2em;
	white-space: nowrap;

	
	


}


.SmartListWrapper .stacks_in_129_custom_li>span:before  {
	
	
	
	
	
	
	
	
	/*font-family: inherit !important;*/
	
	
}

/* End of SmartList2 item Stack */

#stacks_in_129 {
	padding: 0px 0px 10px 0px;
}
/* SmartList2 Stack v1.0.1 */



#stacks_in_93 .SmartListWrapper {
	border-collapse: collapse;
}


#stacks_in_93 .SmartListWrapper ul {
	
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	
	
	
	
}


#stacks_in_93 .SmartListWrapper ul>li {
	display: table-row;
	border-right: 1em solid transparent;
	
	
	border-bottom: 0px solid transparent;
}


#stacks_in_93 .SmartListWrapper ul>li:last-of-type {
	border-bottom: none;
}




#stacks_in_93 .SmartListWrapper ul>li>span {
	display: table-cell;
	text-align: right;
}



#stacks_in_93 .SmartListWrapper ul>li>span:before {
	
	content: "\25A0";
	
	
	
	padding-right: 0.2em;
	padding-left: 0.2em; /* for some Font Awesome icons */

	
	
	
	

	white-space: nowrap;

	font-family: inherit;
	
	
	
}



/* End of SmartList2 Stack */
#stacks_in_93 {
	padding: 0px 0px 20px 40px;
}
/* SmartList2 item Stack v1.0.0 */

.SmartListWrapper .stacks_in_132_custom_li  {
	
	
	
	
}


.SmartListWrapper .stacks_in_132_custom_li>span  {
	display: table-cell;
	padding-right: 0.2em;
	white-space: nowrap;

	
	


}


.SmartListWrapper .stacks_in_132_custom_li>span:before  {
	
	
	
	
	
	
	
	
	/*font-family: inherit !important;*/
	
	
}

/* End of SmartList2 item Stack */
/* SmartList2 item Stack v1.0.0 */

.SmartListWrapper .stacks_in_135_custom_li  {
	
	
	
	
}


.SmartListWrapper .stacks_in_135_custom_li>span  {
	display: table-cell;
	padding-right: 0.2em;
	white-space: nowrap;

	
	


}


.SmartListWrapper .stacks_in_135_custom_li>span:before  {
	
	
	
	
	
	
	
	
	/*font-family: inherit !important;*/
	
	
}

/* End of SmartList2 item Stack */
/* SmartList2 item Stack v1.0.0 */

.SmartListWrapper .stacks_in_137_custom_li  {
	
	
	
	
}


.SmartListWrapper .stacks_in_137_custom_li>span  {
	display: table-cell;
	padding-right: 0.2em;
	white-space: nowrap;

	
	


}


.SmartListWrapper .stacks_in_137_custom_li>span:before  {
	
	
	
	
	
	
	
	
	/*font-family: inherit !important;*/
	
	
}

/* End of SmartList2 item Stack */
/* SmartList2 item Stack v1.0.0 */

.SmartListWrapper .stacks_in_139_custom_li  {
	
	
	
	
}


.SmartListWrapper .stacks_in_139_custom_li>span  {
	display: table-cell;
	padding-right: 0.2em;
	white-space: nowrap;

	
	


}


.SmartListWrapper .stacks_in_139_custom_li>span:before  {
	
	
	
	
	
	
	
	
	/*font-family: inherit !important;*/
	
	
}

/* End of SmartList2 item Stack */
/* SmartList2 Stack v1.0.1 */



#stacks_in_94 .SmartListWrapper {
	border-collapse: collapse;
}


#stacks_in_94 .SmartListWrapper ol {
	counter-reset: stacks_in_94-counter 2;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	
	
	
	
}


#stacks_in_94 .SmartListWrapper ol>li {
	display: table-row;
	border-right: 1em solid transparent;
	
	counter-increment: stacks_in_94-counter 1;
	border-bottom: 0px solid transparent;
}


#stacks_in_94 .SmartListWrapper ol>li:last-of-type {
	border-bottom: none;
}




#stacks_in_94 .SmartListWrapper ol>li>span {
	display: table-cell;
	text-align: right;
}



#stacks_in_94 .SmartListWrapper ol>li>span:before {
	
		content:  counter(stacks_in_94-counter, decimal) "."; /* FALLBACK */
		content:  counter(stacks_in_94-counter, lower-alpha) ".";
	
	
	
	
	
	padding-right: 0.2em;
	padding-left: 0.2em; /* for some Font Awesome icons */

	
	
	
	

	white-space: nowrap;

	font-family: inherit;
	
	
	
}



/* End of SmartList2 Stack */
#stacks_in_94 {
	padding: 0px 0px 10px 20px;
}
/* SmartList2 item Stack v1.0.0 */

.SmartListWrapper .stacks_in_141_custom_li  {
	
	
	
	
}


.SmartListWrapper .stacks_in_141_custom_li>span  {
	display: table-cell;
	padding-right: 0.2em;
	white-space: nowrap;

	
	


}


.SmartListWrapper .stacks_in_141_custom_li>span:before  {
	
	
	
	
	
	
	
	
	/*font-family: inherit !important;*/
	
	
}

/* End of SmartList2 item Stack */

#stacks_in_141 {
	padding: 0px 0px 10px 0px;
}
/* SmartList2 Stack v1.0.1 */



#stacks_in_145 .SmartListWrapper {
	border-collapse: collapse;
}


#stacks_in_145 .SmartListWrapper ol {
	counter-reset: stacks_in_145-counter 3;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	
	
	
	
}


#stacks_in_145 .SmartListWrapper ol>li {
	display: table-row;
	border-right: 1em solid transparent;
	
	counter-increment: stacks_in_145-counter 1;
	border-bottom: 0px solid transparent;
}


#stacks_in_145 .SmartListWrapper ol>li:last-of-type {
	border-bottom: none;
}




#stacks_in_145 .SmartListWrapper ol>li>span {
	display: table-cell;
	text-align: right;
}



#stacks_in_145 .SmartListWrapper ol>li>span:before {
	
		content:  counter(stacks_in_145-counter, decimal) "."; /* FALLBACK */
		content:  counter(stacks_in_145-counter, lower-alpha) ".";
	
	
	
	
	
	padding-right: 0.2em;
	padding-left: 0.2em; /* for some Font Awesome icons */

	
	
	
	

	white-space: nowrap;

	font-family: inherit;
	
	
	
}



/* End of SmartList2 Stack */
#stacks_in_145 {
	padding: 0px 0px 0px 20px;
}
/* SmartList2 item Stack v1.0.0 */

.SmartListWrapper .stacks_in_150_custom_li  {
	
	
	
	
}


.SmartListWrapper .stacks_in_150_custom_li>span  {
	display: table-cell;
	padding-right: 0.2em;
	white-space: nowrap;

	
	


}


.SmartListWrapper .stacks_in_150_custom_li>span:before  {
	
	
	
	
	
	
	
	
	/*font-family: inherit !important;*/
	
	
}

/* End of SmartList2 item Stack */

#stacks_in_150 {
	padding: 0px 0px 10px 0px;
}
/* SmartList2 Stack v1.0.1 */



#stacks_in_146 .SmartListWrapper {
	border-collapse: collapse;
}


#stacks_in_146 .SmartListWrapper ul {
	
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	
	
	
	
}


#stacks_in_146 .SmartListWrapper ul>li {
	display: table-row;
	border-right: 1em solid transparent;
	
	
	border-bottom: 0px solid transparent;
}


#stacks_in_146 .SmartListWrapper ul>li:last-of-type {
	border-bottom: none;
}




#stacks_in_146 .SmartListWrapper ul>li>span {
	display: table-cell;
	text-align: right;
}



#stacks_in_146 .SmartListWrapper ul>li>span:before {
	
	content: "\25A0";
	
	
	
	padding-right: 0.2em;
	padding-left: 0.2em; /* for some Font Awesome icons */

	
	
	
	

	white-space: nowrap;

	font-family: inherit;
	
	
	
}



/* End of SmartList2 Stack */
#stacks_in_146 {
	padding: 0px 0px 10px 40px;
}
/* SmartList2 item Stack v1.0.0 */

.SmartListWrapper .stacks_in_153_custom_li  {
	
	
	
	
}


.SmartListWrapper .stacks_in_153_custom_li>span  {
	display: table-cell;
	padding-right: 0.2em;
	white-space: nowrap;

	
	


}


.SmartListWrapper .stacks_in_153_custom_li>span:before  {
	
	
	
	
	
	
	
	
	/*font-family: inherit !important;*/
	
	
}

/* End of SmartList2 item Stack */
/* SmartList2 item Stack v1.0.0 */

.SmartListWrapper .stacks_in_156_custom_li  {
	
	
	
	
}


.SmartListWrapper .stacks_in_156_custom_li>span  {
	display: table-cell;
	padding-right: 0.2em;
	white-space: nowrap;

	
	


}


.SmartListWrapper .stacks_in_156_custom_li>span:before  {
	
	
	
	
	
	
	
	
	/*font-family: inherit !important;*/
	
	
}

/* End of SmartList2 item Stack */
/* SmartList2 item Stack v1.0.0 */

.SmartListWrapper .stacks_in_158_custom_li  {
	
	
	
	
}


.SmartListWrapper .stacks_in_158_custom_li>span  {
	display: table-cell;
	padding-right: 0.2em;
	white-space: nowrap;

	
	


}


.SmartListWrapper .stacks_in_158_custom_li>span:before  {
	
	
	
	
	
	
	
	
	/*font-family: inherit !important;*/
	
	
}

/* End of SmartList2 item Stack */
/* SmartList2 item Stack v1.0.0 */

.SmartListWrapper .stacks_in_160_custom_li  {
	
	
	
	
}


.SmartListWrapper .stacks_in_160_custom_li>span  {
	display: table-cell;
	padding-right: 0.2em;
	white-space: nowrap;

	
	


}


.SmartListWrapper .stacks_in_160_custom_li>span:before  {
	
	
	
	
	
	
	
	
	/*font-family: inherit !important;*/
	
	
}

/* End of SmartList2 item Stack */
/* SmartList2 item Stack v1.0.0 */

.SmartListWrapper .stacks_in_162_custom_li  {
	
	
	
	
}


.SmartListWrapper .stacks_in_162_custom_li>span  {
	display: table-cell;
	padding-right: 0.2em;
	white-space: nowrap;

	
	


}


.SmartListWrapper .stacks_in_162_custom_li>span:before  {
	
	
	
	
	
	
	
	
	/*font-family: inherit !important;*/
	
	
}

/* End of SmartList2 item Stack */
/* SmartList2 item Stack v1.0.0 */

.SmartListWrapper .stacks_in_164_custom_li  {
	
	
	
	
}


.SmartListWrapper .stacks_in_164_custom_li>span  {
	display: table-cell;
	padding-right: 0.2em;
	white-space: nowrap;

	
	


}


.SmartListWrapper .stacks_in_164_custom_li>span:before  {
	
	
	
	
	
	
	
	
	/*font-family: inherit !important;*/
	
	
}

/* End of SmartList2 item Stack */
/* SmartList2 item Stack v1.0.0 */

.SmartListWrapper .stacks_in_166_custom_li  {
	
	
	
	
}


.SmartListWrapper .stacks_in_166_custom_li>span  {
	display: table-cell;
	padding-right: 0.2em;
	white-space: nowrap;

	
	


}


.SmartListWrapper .stacks_in_166_custom_li>span:before  {
	
	
	
	
	
	
	
	
	/*font-family: inherit !important;*/
	
	
}

/* End of SmartList2 item Stack */
/* SmartList2 item Stack v1.0.0 */

.SmartListWrapper .stacks_in_168_custom_li  {
	
	
	
	
}


.SmartListWrapper .stacks_in_168_custom_li>span  {
	display: table-cell;
	padding-right: 0.2em;
	white-space: nowrap;

	
	


}


.SmartListWrapper .stacks_in_168_custom_li>span:before  {
	
	
	
	
	
	
	
	
	/*font-family: inherit !important;*/
	
	
}

/* End of SmartList2 item Stack */
/* SmartList2 item Stack v1.0.0 */

.SmartListWrapper .stacks_in_170_custom_li  {
	
	
	
	
}


.SmartListWrapper .stacks_in_170_custom_li>span  {
	display: table-cell;
	padding-right: 0.2em;
	white-space: nowrap;

	
	


}


.SmartListWrapper .stacks_in_170_custom_li>span:before  {
	
	
	
	
	
	
	
	
	/*font-family: inherit !important;*/
	
	
}

/* End of SmartList2 item Stack */
/* SmartList2 item Stack v1.0.0 */

.SmartListWrapper .stacks_in_172_custom_li  {
	
	
	
	
}


.SmartListWrapper .stacks_in_172_custom_li>span  {
	display: table-cell;
	padding-right: 0.2em;
	white-space: nowrap;

	
	


}


.SmartListWrapper .stacks_in_172_custom_li>span:before  {
	
	
	
	
	
	
	
	
	/*font-family: inherit !important;*/
	
	
}

/* End of SmartList2 item Stack */
/* SmartList2 item Stack v1.0.0 */

.SmartListWrapper .stacks_in_174_custom_li  {
	
	
	
	
}


.SmartListWrapper .stacks_in_174_custom_li>span  {
	display: table-cell;
	padding-right: 0.2em;
	white-space: nowrap;

	
	


}


.SmartListWrapper .stacks_in_174_custom_li>span:before  {
	
	
	
	
	
	
	
	
	/*font-family: inherit !important;*/
	
	
}

/* End of SmartList2 item Stack */
/* SmartList2 item Stack v1.0.0 */

.SmartListWrapper .stacks_in_176_custom_li  {
	
	
	
	
}


.SmartListWrapper .stacks_in_176_custom_li>span  {
	display: table-cell;
	padding-right: 0.2em;
	white-space: nowrap;

	
	


}


.SmartListWrapper .stacks_in_176_custom_li>span:before  {
	
	
	
	
	
	
	
	
	/*font-family: inherit !important;*/
	
	
}

/* End of SmartList2 item Stack */
/* SmartList2 Stack v1.0.1 */



#stacks_in_147 .SmartListWrapper {
	border-collapse: collapse;
}


#stacks_in_147 .SmartListWrapper ul {
	
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	
	
	
	
}


#stacks_in_147 .SmartListWrapper ul>li {
	display: table-row;
	border-right: 1em solid transparent;
	
	
	border-bottom: 0px solid transparent;
}


#stacks_in_147 .SmartListWrapper ul>li:last-of-type {
	border-bottom: none;
}




#stacks_in_147 .SmartListWrapper ul>li>span {
	display: table-cell;
	text-align: right;
}



#stacks_in_147 .SmartListWrapper ul>li>span:before {
	
	
	
	
	
	padding-right: 0.2em;
	padding-left: 0.2em; /* for some Font Awesome icons */

	
	
	
	

	white-space: nowrap;

	font-family: 'FontAwesome';
	content: "";
	
}


#stacks_in_147 .SmartListWrapper .fa-li {
	position: static !important;
	text-align: left;
}


/* End of SmartList2 Stack */
#stacks_in_147 {
	padding: 0px 0px 0px 32px;
}
/* SmartList2 item Stack v1.0.0 */

.SmartListWrapper .stacks_in_178_custom_li  {
	
	
	
	
}


.SmartListWrapper .stacks_in_178_custom_li>span  {
	display: table-cell;
	padding-right: 0.2em;
	white-space: nowrap;

	
	


}


.SmartListWrapper .stacks_in_178_custom_li>span:before  {
	
	
	
	
	
	
	
	
	/*font-family: inherit !important;*/
	
	
}

/* End of SmartList2 item Stack */

#stacks_in_178 {
	padding: 0px 0px 20px 0px;
}
/* SmartList2 Stack v1.0.1 */



#stacks_in_148 .SmartListWrapper {
	border-collapse: collapse;
}


#stacks_in_148 .SmartListWrapper ol {
	counter-reset: stacks_in_148-counter 4;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	
	
	
	
}


#stacks_in_148 .SmartListWrapper ol>li {
	display: table-row;
	border-right: 1em solid transparent;
	
	counter-increment: stacks_in_148-counter 1;
	border-bottom: 0px solid transparent;
}


#stacks_in_148 .SmartListWrapper ol>li:last-of-type {
	border-bottom: none;
}




#stacks_in_148 .SmartListWrapper ol>li>span {
	display: table-cell;
	text-align: right;
}



#stacks_in_148 .SmartListWrapper ol>li>span:before {
	
		content:  counter(stacks_in_148-counter, decimal) "."; /* FALLBACK */
		content:  counter(stacks_in_148-counter, lower-alpha) ".";
	
	
	
	
	
	padding-right: 0.2em;
	padding-left: 0.2em; /* for some Font Awesome icons */

	
	
	
	

	white-space: nowrap;

	font-family: inherit;
	
	
	
}



/* End of SmartList2 Stack */
#stacks_in_148 {
	padding: 0px 0px 30px 20px;
}
/* SmartList2 item Stack v1.0.0 */

.SmartListWrapper .stacks_in_181_custom_li  {
	
	
	
	
}


.SmartListWrapper .stacks_in_181_custom_li>span  {
	display: table-cell;
	padding-right: 0.2em;
	white-space: nowrap;

	
	


}


.SmartListWrapper .stacks_in_181_custom_li>span:before  {
	
	
	
	
	
	
	
	
	/*font-family: inherit !important;*/
	
	
}

/* End of SmartList2 item Stack */

#stacks_in_181 {
	padding: 0px 0px 10px 0px;
}
/* SmartList2 item Stack v1.0.0 */

.SmartListWrapper .stacks_in_184_custom_li  {
	
	
	
	
}


.SmartListWrapper .stacks_in_184_custom_li>span  {
	display: table-cell;
	padding-right: 0.2em;
	white-space: nowrap;

	
	


}


.SmartListWrapper .stacks_in_184_custom_li>span:before  {
	
	
	
	
	
	
	
	
	/*font-family: inherit !important;*/
	
	
}

/* End of SmartList2 item Stack */

#stacks_in_184 {
	padding: 0px 0px 10px 0px;
}
/* SmartList2 item Stack v1.0.0 */

.SmartListWrapper .stacks_in_186_custom_li  {
	
	
	
	
}


.SmartListWrapper .stacks_in_186_custom_li>span  {
	display: table-cell;
	padding-right: 0.2em;
	white-space: nowrap;

	
	


}


.SmartListWrapper .stacks_in_186_custom_li>span:before  {
	
	
	
	
	
	
	
	
	/*font-family: inherit !important;*/
	
	
}

/* End of SmartList2 item Stack */
/* SmartList2 item Stack v1.0.0 */

.SmartListWrapper .stacks_in_188_custom_li  {
	
	
	
	
}


.SmartListWrapper .stacks_in_188_custom_li>span  {
	display: table-cell;
	padding-right: 0.2em;
	white-space: nowrap;

	
	


}


.SmartListWrapper .stacks_in_188_custom_li>span:before  {
	
	
	
	
	
	
	
	
	/*font-family: inherit !important;*/
	
	
}

/* End of SmartList2 item Stack */
/* SmartList2 item Stack v1.0.0 */

.SmartListWrapper .stacks_in_190_custom_li  {
	
	
	
	
}


.SmartListWrapper .stacks_in_190_custom_li>span  {
	display: table-cell;
	padding-right: 0.2em;
	white-space: nowrap;

	
	


}


.SmartListWrapper .stacks_in_190_custom_li>span:before  {
	
	
	
	
	
	
	
	
	/*font-family: inherit !important;*/
	
	
}

/* End of SmartList2 item Stack */
/* SmartList2 item Stack v1.0.0 */

.SmartListWrapper .stacks_in_192_custom_li  {
	
	
	
	
}


.SmartListWrapper .stacks_in_192_custom_li>span  {
	display: table-cell;
	padding-right: 0.2em;
	white-space: nowrap;

	
	


}


.SmartListWrapper .stacks_in_192_custom_li>span:before  {
	
	
	
	
	
	
	
	
	/*font-family: inherit !important;*/
	
	
}

/* End of SmartList2 item Stack */
/* SmartList2 item Stack v1.0.0 */

.SmartListWrapper .stacks_in_194_custom_li  {
	
	
	
	
}


.SmartListWrapper .stacks_in_194_custom_li>span  {
	display: table-cell;
	padding-right: 0.2em;
	white-space: nowrap;

	
	


}


.SmartListWrapper .stacks_in_194_custom_li>span:before  {
	
	
	
	
	
	
	
	
	/*font-family: inherit !important;*/
	
	
}

/* End of SmartList2 item Stack */
/* SmartList2 Stack v1.0.1 */



#stacks_in_149 .SmartListWrapper {
	border-collapse: collapse;
}


#stacks_in_149 .SmartListWrapper ol {
	counter-reset: stacks_in_149-counter 2;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	
	
	
	
}


#stacks_in_149 .SmartListWrapper ol>li {
	display: table-row;
	border-right: 1em solid transparent;
	
	counter-increment: stacks_in_149-counter 1;
	border-bottom: 0px solid transparent;
}


#stacks_in_149 .SmartListWrapper ol>li:last-of-type {
	border-bottom: none;
}




#stacks_in_149 .SmartListWrapper ol>li>span {
	display: table-cell;
	text-align: right;
}



#stacks_in_149 .SmartListWrapper ol>li>span:before {
	
		content:  counter(stacks_in_149-counter, decimal) "."; /* FALLBACK */
		content:  counter(stacks_in_149-counter, upper-roman) ".";
	
	
	
	
	
	padding-right: 0.2em;
	padding-left: 0.2em; /* for some Font Awesome icons */

	
	
	
	

	white-space: nowrap;

	font-family: inherit;
	
	
	
}



/* End of SmartList2 Stack */
#stacks_in_149 {
	padding: 0px 0px 30px 0px;
}
/* SmartList2 item Stack v1.0.0 */

.SmartListWrapper .stacks_in_196_custom_li  {
	
	
	
	
}


.SmartListWrapper .stacks_in_196_custom_li>span  {
	display: table-cell;
	padding-right: 0.2em;
	white-space: nowrap;

	
	


}


.SmartListWrapper .stacks_in_196_custom_li>span:before  {
	
	
	
	
	
	
	
	
	/*font-family: inherit !important;*/
	
	
}

/* End of SmartList2 item Stack */
/* SmartList2 Stack v1.0.1 */



#stacks_in_199 .SmartListWrapper {
	border-collapse: collapse;
}


#stacks_in_199 .SmartListWrapper ol {
	counter-reset: stacks_in_199-counter 3;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	
	
	
	
}


#stacks_in_199 .SmartListWrapper ol>li {
	display: table-row;
	border-right: 1em solid transparent;
	
	counter-increment: stacks_in_199-counter 1;
	border-bottom: 0px solid transparent;
}


#stacks_in_199 .SmartListWrapper ol>li:last-of-type {
	border-bottom: none;
}




#stacks_in_199 .SmartListWrapper ol>li>span {
	display: table-cell;
	text-align: right;
}



#stacks_in_199 .SmartListWrapper ol>li>span:before {
	
		content:  counter(stacks_in_199-counter, decimal) "."; /* FALLBACK */
		content:  counter(stacks_in_199-counter, upper-roman) ".";
	
	
	
	
	
	padding-right: 0.2em;
	padding-left: 0.2em; /* for some Font Awesome icons */

	
	
	
	

	white-space: nowrap;

	font-family: inherit;
	
	
	
}



/* End of SmartList2 Stack */
#stacks_in_199 {
	padding: 0px 0px 30px 0px;
}
/* SmartList2 item Stack v1.0.0 */

.SmartListWrapper .stacks_in_202_custom_li  {
	
	
	
	
}


.SmartListWrapper .stacks_in_202_custom_li>span  {
	display: table-cell;
	padding-right: 0.2em;
	white-space: nowrap;

	
	


}


.SmartListWrapper .stacks_in_202_custom_li>span:before  {
	
	
	
	
	
	
	
	
	/*font-family: inherit !important;*/
	
	
}

/* End of SmartList2 item Stack */

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_200 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_200 {
		display: none !important;
	}
}

#stacks_in_22_47 {
	font-size: 80%;
}

#stacks_in_22_38 {
	padding: 0px 0px 20px 0px;
}

#stacks_in_22_40 {
	padding: 0px 0px 20px 0px;
}

#stacks_in_22_42 {
	padding: 0px 0px 20px 0px;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_15_8 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_15_8 {
		display: none !important;
	}
}

/* Start Obscure Email stack CSS code */.stacks_in_15_34topbar {	background-color: #3D82EA;	-moz-border-radius-topleft: 5px;	-webkit-border-top-left-radius: 5px;	border-top-left-radius: 5px;	-moz-border-radius-topright: 5px;	-webkit-border-top-right-radius: 5px;	border-top-right-radius: 5px;	-moz-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	-webkit-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	border: 3px solid #0861B3;	border-bottom: none;	padding: 6px 3px 2px 10px;	min-height: 40px;	font-weight: bold;	font-size: 16px;	color: #ffffff;	}.stacks_in_15_34mainarea {	background-color: #ffffff;	-moz-border-radius-bottomleft: 5px;	-webkit-border-bottom-left-radius: 5px;	border-bottom-left-radius: 5px;	-moz-border-radius-bottomright: 5px;	-webkit-border-bottom-right-radius: 5px;	border-bottom-right-radius: 5px;	-moz-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	-webkit-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	border: 3px solid #0861B3;	border-top: none;	padding: 10px;}.stacks_in_15_34small{font-weight: normal;font-size: 12px;}.stacks_in_15_34centerbox {	background-color: #ffffff;	border: 1px solid #CDDACF;	-moz-border-radius: 4px;	-webkit-border-radius: 4px;	border-radius: 4px;	padding: 10px;	color: #333;}.stacks_in_15_34centerbox b {	color: #DA0140;}/* End Obscure Email stack CSS code */
#stacks_in_15_27 {
	font-size: 75%;
}
#toTop{--elevator-image:url(../service_gleichbehandlungsprogramm_files/image-29-237.png);--elevator-size:51px;display:none;text-decoration:none;position:fixed;bottom:10px;right:10px;overflow:hidden;width:var(--elevator-size);height:var(--elevator-size);border:none;text-indent:-9999px;background-image:var(--elevator-image);background-repeat:no-repeat;background-position:left top;z-index:9988}#toTop:active,#toTop:focus{outline:none}#toTop:hover{background-position:left calc(var(--elevator-size) * -1)}


#stacks_in_16_182 {
	font-size: 80%;
}


#stacks_in_16_191 {
	font-size: 80%;
}



#stacks_in_16_200 {
	font-size: 80%;
}
