body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
   overflow-x: hidden;
}
*
{
   scrollbar-color: rgba(28,114,4,1.00) rgba(5,74,1,1.00);
}
*::-webkit-scrollbar
{
   width: 16px;
}
*::-webkit-scrollbar-track
{
   background: rgba(5,74,1,1.00);
}
*::-webkit-scrollbar-thumb
{
   background-color: rgba(28,114,4,1.00);
}
*::-webkit-scrollbar-corner
{
   background: rgba(5,74,1,1.00);
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape)
{
   #wb_LayoutGrid1
   {
      background-attachment: scroll !important;
   }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5)
{
   #wb_LayoutGrid1
   {
      background-attachment: scroll !important;
   }
}
#wb_header
{
   clear: both;
   position: fixed;
   left: 0;
   top: 0;
   z-index: 7777;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#header
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 10px 0 10px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1170px;
}
#header > .col-1, #header > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#header > .col-1, #header > .col-2
{
   flex: 0 0 auto;
}
#header > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 25%;
   max-width: 25%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#header > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 75%;
   max-width: 75%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: flex-start;
   text-align: left;
}
@media (max-width: 320px)
{
#header > .col-1, #header > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
.headerMenu .nav
{
   font-family: Arial;
   font-weight: bold;
   font-size: 16px;
   font-style: normal;
   color: #288C0F;
   text-align: left;
   text-transform: none;
}
#headerMenu, .headerMenu .nav, .headerMenu *
{
   margin: 0;
   padding: 0;
   box-sizing: border-box;
   line-height: 1;
   list-style: none;
}
.headerMenu .nav:before,
.headerMenu .nav:after 
{
   content: " ";
   display: table;
}
.headerMenu .nav:after 
{
   clear: both;
}
.headerMenu .nav a 
{
   text-decoration: none;
}
.headerMenu .nav ul
{
   margin-top: 0;
   margin-bottom: 0;
}
.headerMenu .nav ul ul
{
   margin-bottom: 0;
}
.headerMenu .container 
{
   margin-right: auto;
   margin-left: auto;
   padding: 0;
}
.headerMenu .container:before,
.headerMenu .container:after 
{
   content: " ";
   display: table;
}
.headerMenu .container:after 
{
   clear: both;
}
.headerMenu .collapse 
{
   display: none;
}
.headerMenu .collapse.show 
{
   display: block;
}
.headerMenu .collapsing 
{
   position: relative;
   height: 0;
   overflow: hidden;
   transition: height .35s ease;
}
.headerMenu .arrow, .headerMenu .arrow-right
{
   display: inline-block;
   margin-left: 4px;
   width: 0;
   height: 0;
   vertical-align: middle;
   border-top: 4px solid #000;
   border-right: 4px solid transparent;
   border-left: 4px solid transparent;
   border-bottom: 0 dotted;
   }
.headerMenu .dropdown 
{
   position: relative;
}
.headerMenu .dropdown-toggle:focus 
{
   outline: 0;
}
.headerMenu .dropdown-menu 
{
   position: absolute;
   top: 100%;
   left: 0;
   z-index: 1000;
   display: none;
   float: left;
   min-width: 160px;
   padding: 5px 0;
   margin: 2px 0 0;
   list-style: none;
   font-size: 16px;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid rgba(255,255,255,1.00);
   border-radius: 6px;
   background-clip: padding-box;
}
.headerMenu .dropdown-menu .divider
{
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
   background-color: #FFFFFF;
}
.headerMenu .dropdown-menu > li > a
{
   display: block;
   padding: 3px 20px 3px 20px;
   clear: both;
   line-height: 1.428571429;
   color: #288C0F;
   text-transform: none;
   white-space: nowrap;
}
.headerMenu .dropdown-menu > li > a:hover,
.headerMenu .dropdown-menu > li > a:focus 
{
   text-decoration: none;
   color: #288C0F;
   background-color: #EDEDED;
   background-image: none;
}
.headerMenu .dropdown-menu > li > a.active,
.headerMenu .dropdown-menu > li > a.active:hover,
.headerMenu .dropdown-menu > li > a.active:focus
{
   color: #288C0F;
   background-color: #EDEDED;
   background-image: none;
   text-decoration: none;
   outline: 0;
}
.headerMenu .show > .dropdown-menu
{
   display: block;
}
.headerMenu .show > a
{
   outline: 0;
}
.headerMenu .dropdown-header
{
   display: block;
   padding: 3px 20px;
   line-height: 1.428571429;
   color: #aeaeae;
}
.headerMenu .dropdown-backdrop
{
   position: fixed;
   left: 0;
   right: 0;
   bottom: 0;
   top: 0;
   z-index: 990;
}
.headerMenu .dropdown.show .dropdown-menu
{
   animation-name: headerMenu-animation;
   animation-duration: 500ms;
   animation-iteration-count: 1;
   animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
   animation-fill-mode: forwards;
}
@keyframes headerMenu-animation
{
   0%
   {
      opacity: 0;
      transform: translateY(-10px);
   }
   100%
   {
      opacity: 1;
      transform: translateY(0);
   }
}
.headerMenu .nav > li 
{
   position: relative;
   display: block;
}
.headerMenu .nav > li > a
{
   position: relative;
   display: block;
   padding: 15px 15px 15px 15px;
}
.headerMenu .nav .show > a,
.headerMenu .nav .show > a:hover,
.headerMenu .nav .show > a:focus
{
    border-color: #FFFFFF;
}
.headerMenu .nav .nav-divider
{
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
   background-color: #FFFFFF;
}
.headerMenu .nav .arrow
{
   border-top-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
}
.headerMenu
{
   position: relative;
}
.headerMenu:before,
.headerMenu:after
{
   content: " ";
   display: table;
}
.headerMenu:after
{
   clear: both;
}
.headerMenu .navbar-header:before,
.headerMenu .navbar-header:after
{
   content: " ";
   display: table;
}
.headerMenu .navbar-header:after
{
   clear: both;
}
.headerMenu-navbar-collapse 
{
   overflow-x: visible;
   -webkit-overflow-scrolling: touch;
}
.headerMenu-navbar-collapse:before,
.headerMenu-navbar-collapse:after
{
   content: " ";
   display: table;
}
.headerMenu-navbar-collapse:after
{
   clear: both;
}
.headerMenu-navbar-collapse.show
{
   overflow-y: auto;
}
.headerMenu .navbar-toggle 
{
   position: relative;
   float: right;
   width: 52px;
   height: 52px;
   padding: 15px 15px 15px 15px;
   background-color: transparent;
   border: 1px solid transparent;
   border-radius: 6px;
}
.headerMenu .navbar-toggle .line
{
   background-color: #000000;
}
.headerMenu .navbar-toggle .line
{
   display: block;
   width: 22px;
   height: 4px;
   border-radius: 0px;
   transition: all 500ms linear;
}
.headerMenu .navbar-toggle .line
{
   margin: 4px auto;
}
.headerMenu .navbar-toggle  .line:first-child
{
   margin-top: 0px !important;
}
.headerMenu .navbar-toggle  .line:last-child
{
   margin-bottom: 0px !important;
}
.headerMenu .navbar-nav
{
   margin: 6px -15px;
}
.headerMenu .navbar-nav > li > .dropdown-menu
{
   margin-top: 0;
}
.headerMenu .navbar-nav > li > a
{
   color: #288C0F;
}
.headerMenu .navbar-nav > li > a:hover,
.headerMenu .navbar-nav > li > a:focus
{
   background-color: #EDEDED;
   background-image: none;
   color: #288C0F;
   text-decoration: none;
}
.headerMenu .navbar-nav > li > a.active,
.headerMenu .navbar-nav > li > a.active:hover,
.headerMenu .navbar-nav > li > a.active:focus
{
   color: #288C0F;
   background-color: #EDEDED;
   background-image: none;
}
.headerMenu .navbar-toggle
{
   border: 1px solid transparent;
}
.headerMenu .navbar-toggle:hover,
.headerMenu .navbar-toggle:focus
{
   background-color: transparent;
}
.headerMenu-navbar-collapse
{
   border-color: rgba(255,255,255,1.00);
}
.headerMenu .navbar-nav > .dropdown > a:hover .arrow,
.headerMenu .navbar-nav > .dropdown > a:focus .arrow
{
   border-top-color: #288C0F;
   border-bottom-color: #288C0F;
}
.headerMenu .navbar-nav > .show > a,
.headerMenu .navbar-nav > .show > a:hover,
.headerMenu .navbar-nav > .show > a:focus
{
   background-color: #EDEDED;
   background-image: none;
   color: #288C0F;
}
.headerMenu .navbar-nav > .show > a .arrow,
.headerMenu .navbar-nav > .show > a:hover .arrow,
.headerMenu .navbar-nav > .show > a:focus .arrow
{
   border-top-color: #288C0F;
   border-bottom-color: #288C0F;
}
.headerMenu .navbar-nav > .dropdown > a .arrow
{
   border-top-color: #288C0F;
   border-bottom-color: #288C0F;
}
.headerMenu .navbar-link
{
   color: #288C0F;
}
.headerMenu .navbar-link:hover
{
   color: #288C0F;
}
.headerMenu .navbar-header
{
   color: #000000;
}
.headerMenu .dropdown-hover > .dropdown-menu
{
   margin-top:-1px !important;
}
@media (min-width: 480px) 
{
.headerMenu .navbar-right .dropdown-menu
{
   right: 0;
   left: auto;
}
.headerMenu .navbar-header
{
   float: left;
}
.headerMenu-navbar-collapse
{
   width: auto;
   border-top: 0;
   box-shadow: none;
}
.headerMenu-navbar-collapse.collapse
{
   display: block!important;
   height: auto!important;
   padding-bottom: 0;
   overflow: visible!important;
}
.headerMenu-navbar-collapse.show
{
   overflow-y: auto;
}
.headerMenu .navbar-toggle
{
   display: none;
}
.headerMenu .navbar-nav
{
   float: right;
   margin: 0;
}
.headerMenu .navbar-nav > li
{
   float: left;
}
.headerMenu .container > .navbar-header,
.headerMenu .container > .headerMenu-navbar-collapse
{
   margin-right: 0;
   margin-left: 0;
}
.headerMenu .navbar-nav > .dropdown > a:hover .arrow,
.headerMenu .navbar-nav > .dropdown > a:focus .arrow
{
   border-top-color: #076B0C;
   border-bottom-color: #076B0C;
}
}
@media (max-width: 480px) 
{
.headerMenu 
{
   background-color: transparent;
   background-image: none;
   border: 1px solid rgba(255,255,255,0.00);
}
.headerMenu .navbar-nav
{
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
}
.headerMenu .navbar-nav .show .dropdown-menu
{
   position: static !important;
   transform: translate3d(0px, 0px, 0px) !important;
   float: none;
   width: auto;
   margin-top: 0;
   background-color: transparent;
   border: 0;
   box-shadow: none;
}
.headerMenu .navbar-nav .show .dropdown-menu > li > a,
.headerMenu .navbar-nav .show .dropdown-menu .dropdown-header
{
   padding: 5px 15px 5px 15px;
}
.headerMenu .navbar-nav .show .dropdown-menu > li > a
{
   line-height: 20px;
}
}
@media (min-width: 480px) 
{
.headerMenu 
{
   background-color: transparent;
   background-image: none;
   border: 1px solid rgba(255,255,255,0.00);
   border-radius: 6px;
}
.headerMenu .navbar-nav > li > a
{
   color: #000000;
}
.headerMenu .navbar-nav > li > a:hover,
.headerMenu .navbar-nav > li > a:focus
{
   color: #076B0C;
   background-color: transparent;
   background-image: none;
}
.headerMenu .navbar-nav > li > a.active,
.headerMenu .navbar-nav > li > a.active:hover,
.headerMenu .navbar-nav > li > a.active:focus
{
   color: #076B0C;
   background-color: transparent;
   background-image: none;
}
.headerMenu .navbar-nav > .show > a,
.headerMenu .navbar-nav > .show > a:hover,
.headerMenu .navbar-nav > .show > a:focus
{
   background-color: transparent;
   background-image: none;
   color: #076B0C;
}
.headerMenu .navbar-nav > .dropdown > a:hover .arrow
{
   border-top-color: #076B0C;
   border-bottom-color: #076B0C;
}
.headerMenu .navbar-nav > .dropdown > a .arrow
{
   border-top-color: #000000;
   border-bottom-color: #000000;
}
.headerMenu .navbar-nav > li > a.active > .arrow,
.headerMenu .navbar-nav > li > a.active:hover > .arrow,
.headerMenu .navbar-nav > li > a.active:focus > .arrow
{
   border-top-color: #076B0C;
   border-bottom-color: #076B0C;
}
.headerMenu .navbar-nav > .show > a .arrow,
.headerMenu .navbar-nav > .show > a:hover .arrow,
.headerMenu .navbar-nav > .show > a:focus .arrow
{
   border-top-color: #076B0C;
   border-bottom-color: #076B0C;
}
.headerMenu .navbar-link
{
   color: #000000;
}
.headerMenu .navbar-link:hover 
{
   color: #fff;
}
}
.headerMenu .navbar-nav > li:first-child > a
{
   border-top-left-radius: 6px;
   border-bottom-left-radius: 6px;
}
.headerMenu .dropdown-menu > li:last-child > a
{
   border-bottom-left-radius: 6px;
   border-bottom-right-radius: 6px;
}
#headerMenu i
{
   font-size: 16px;
   position: relative;
   left: 0;
   top: 0;
   margin-right: 4px;
   width: 16px;
}
#wb_headerMenu
{
   z-index: 1111 !important;
}
#wb_footerText 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 25px 0 0 0;
   margin: 0;
   text-align: center;
}
#wb_footerText
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: 400;
   font-size: 15px;
   line-height: 16px;
}
#wb_footerText p, #wb_footerText ul
{
   margin: 0;
   padding: 0;
   list-style-position: inside;
}
#wb_footerText
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_headermobil
{
   clear: both;
   position: fixed;
   left: 0;
   top: 0;
   z-index: 7777;
   table-layout: fixed;
   display: none;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#headermobil
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 10px 0 10px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1170px;
}
#headermobil > .col-1, #headermobil > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 5px;
   padding-left: 5px;
   position: relative;
}
#headermobil > .col-1, #headermobil > .col-2
{
   flex: 0 0 auto;
}
#headermobil > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 250px;
   max-width: 250px;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: flex-start;
   text-align: left;
}
#headermobil > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis:  calc((100% - 250px) * 1 / 1);
   max-width:  calc((100% - 250px) * 1 / 1);
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: flex-end;
   text-align: right;
}
@media (max-width: 320px)
{
#headermobil > .col-1, #headermobil > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_Card14
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #000000;
   border-right-color: #000000;
   border-bottom-color: #000000;
   border-left-color: #000000;
   text-align: center;
}
#Card14-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card14-card-item0
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   border-top: 4px #288C0F solid;
   border-width: 4px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card14-card-item1
{
   box-sizing: border-box;
   margin: 0 20px 20px 20px;
   padding: 0;
   color: #054A01;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
}
#Card14-card-item2
{
   box-sizing: border-box;
   margin: 0 20px 20px 20px;
   padding: 0;
   color: #263F49;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 13px;
   line-height: 16.9px;
}
#Card14-card-item3
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0;
   color: #263F49;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   line-height: 16.9px;
}
#Card14-card-item4
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0;
   color: #054A01;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card14-card-item5
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #054A01;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card14-card-item6
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0;
   color: #263F49;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card14-card-item6 a
{
   color: inherit;
   text-decoration: none;
}
#Card14-card-item7
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #054A01;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card14-card-item7 a
{
   color: inherit;
   text-decoration: none;
}
#Card14-card-item8
{
   display: inline-block;
   line-height: 1.0;
   height: 37px;
   box-sizing: border-box;
   margin: 0 10px 0 0 ;
   border: 1px solid #000000;
   border-radius: 50%;
   background-color: #288C0F;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card14-card-item8
{
   color: #FFFFFF;
   background-color: #288C0F;
   border-color: #288C0F;
   transform: rotate(0deg) ;
   transition: color 200ms linear 0ms, background-color 200ms linear 0ms, border-color 200ms linear 0ms, transform 200ms linear 0ms;
}
#Card14-card-item8:hover
{
   color: #288C0F;
   background-color: #FFFFFF;
   border-color: #288C0F;
   transform: rotate(0deg) scale(1.2,1.2) ;
   transition: color 200ms linear 0ms, background-color 200ms linear 0ms, border-color 200ms linear 0ms, transform 200ms linear 0ms;
}
#Card14-card-item8 a
{
   color: inherit;
   display: block;
   padding: 8px 8px 8px 8px;
   text-decoration: none;
}
#Card14-card-item8 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 19px;
   width: 19px;
}
#Card14-card-item9
{
   display: inline-block;
   line-height: 1.0;
   height: 37px;
   box-sizing: border-box;
   margin: 0 10px 0 0 ;
   border: 1px solid #000000;
   border-radius: 50%;
   background-color: #288C0F;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card14-card-item9
{
   color: #FFFFFF;
   background-color: #288C0F;
   border-color: #288C0F;
   transform: rotate(0deg) ;
   transition: color 200ms linear 0ms, background-color 200ms linear 0ms, border-color 200ms linear 0ms, transform 200ms linear 0ms;
}
#Card14-card-item9:hover
{
   color: #288C0F;
   background-color: #FFFFFF;
   border-color: #288C0F;
   transform: rotate(0deg) scale(1.2,1.2) ;
   transition: color 200ms linear 0ms, background-color 200ms linear 0ms, border-color 200ms linear 0ms, transform 200ms linear 0ms;
}
#Card14-card-item9 a
{
   color: inherit;
   display: block;
   padding: 8px 8px 8px 8px;
   text-decoration: none;
}
#Card14-card-item9 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 19px;
   width: 19px;
}
#Card14-card-item10
{
   display: inline-block;
   line-height: 1.0;
   height: 37px;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   border: 1px solid #000000;
   border-radius: 50%;
   background-color: #288C0F;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card14-card-item10
{
   color: #FFFFFF;
   background-color: #288C0F;
   border-color: #288C0F;
   transform: rotate(0deg) ;
   transition: color 200ms linear 0ms, background-color 200ms linear 0ms, border-color 200ms linear 0ms, transform 200ms linear 0ms;
}
#Card14-card-item10:hover
{
   color: #288C0F;
   background-color: #FFFFFF;
   border-color: #288C0F;
   transform: rotate(0deg) scale(1.2,1.2) ;
   transition: color 200ms linear 0ms, background-color 200ms linear 0ms, border-color 200ms linear 0ms, transform 200ms linear 0ms;
}
#Card14-card-item10 a
{
   color: inherit;
   display: block;
   padding: 8px 8px 8px 8px;
   text-decoration: none;
}
#Card14-card-item10 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 19px;
   width: 19px;
}
#wb_Card15
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: left;
}
#Card15-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card15-card-item0
{
   box-sizing: border-box;
   margin: 0 0 6px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card15-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 0 12px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card15-card-item1
{
   color: #FFFFFF;
   transition: color 200ms linear 0ms;
}
#Card15-card-item1:hover
{
   color: #288C0F;
   transition: color 200ms linear 0ms;
}
#Card15-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card15-card-item1 i
{
   color: #D0C9BD;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card15-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 12px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card15-card-item2
{
   color: #FFFFFF;
   transition: color 200ms linear 0ms;
}
#Card15-card-item2:hover
{
   color: #288C0F;
   transition: color 200ms linear 0ms;
}
#Card15-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card15-card-item2 i
{
   color: #D0C9BD;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card15-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 12px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card15-card-item3
{
   color: #FFFFFF;
   transition: color 200ms linear 0ms;
}
#Card15-card-item3:hover
{
   color: #288C0F;
   transition: color 200ms linear 0ms;
}
#Card15-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#Card15-card-item3 i
{
   color: #D0C9BD;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card15-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 12px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card15-card-item4
{
   color: #FFFFFF;
   transition: color 200ms linear 0ms;
}
#Card15-card-item4:hover
{
   color: #288C0F;
   transition: color 200ms linear 0ms;
}
#Card15-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#Card15-card-item4 i
{
   color: #D0C9BD;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card15-card-item5
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 12px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card15-card-item5
{
   color: #FFFFFF;
   transition: color 200ms linear 0ms;
}
#Card15-card-item5:hover
{
   color: #288C0F;
   transition: color 200ms linear 0ms;
}
#Card15-card-item5 a
{
   color: inherit;
   text-decoration: none;
}
#Card15-card-item5 i
{
   color: #D0C9BD;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card15-card-item6
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 12px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card15-card-item6
{
   color: #FFFFFF;
   transition: color 200ms linear 0ms;
}
#Card15-card-item6:hover
{
   color: #288C0F;
   transition: color 200ms linear 0ms;
}
#Card15-card-item6 a
{
   color: inherit;
   text-decoration: none;
}
#Card15-card-item6 i
{
   color: #D0C9BD;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#wb_Card15
{
   transition: all 500ms linear 0ms;
}
#wb_Card15:hover
{
   box-shadow: 0px 21px 35px rgba(0,0,0,0.2);
   transition: box-shadow 500ms linear 0ms;
}
#wb_Card16
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: left;
}
#Card16-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card16-card-item0
{
   box-sizing: border-box;
   margin: 0 0 6px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card16-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 0 12px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card16-card-item1
{
   color: #FFFFFF;
   transition: color 200ms linear 0ms;
}
#Card16-card-item1:hover
{
   color: #288C0F;
   transition: color 200ms linear 0ms;
}
#Card16-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card16-card-item1 i
{
   color: #D0C9BD;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card16-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 12px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card16-card-item2
{
   color: #FFFFFF;
   transition: color 200ms linear 0ms;
}
#Card16-card-item2:hover
{
   color: #288C0F;
   transition: color 200ms linear 0ms;
}
#Card16-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card16-card-item2 i
{
   color: #D0C9BD;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card16-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 12px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card16-card-item3
{
   color: #FFFFFF;
   transition: color 200ms linear 0ms;
}
#Card16-card-item3:hover
{
   color: #288C0F;
   transition: color 200ms linear 0ms;
}
#Card16-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#Card16-card-item3 i
{
   color: #D0C9BD;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card16-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 12px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card16-card-item4
{
   color: #FFFFFF;
   transition: color 200ms linear 0ms;
}
#Card16-card-item4:hover
{
   color: #288C0F;
   transition: color 200ms linear 0ms;
}
#Card16-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#Card16-card-item4 i
{
   color: #D0C9BD;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card16-card-item5
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 12px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card16-card-item5
{
   color: #FFFFFF;
   transition: color 200ms linear 0ms;
}
#Card16-card-item5:hover
{
   color: #288C0F;
   transition: color 200ms linear 0ms;
}
#Card16-card-item5 a
{
   color: inherit;
   text-decoration: none;
}
#Card16-card-item5 i
{
   color: #D0C9BD;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#wb_Card16
{
   transition: all 500ms linear 0ms;
}
#wb_Card16:hover
{
   box-shadow: 0px 21px 35px rgba(0,0,0,0.2);
   transition: box-shadow 500ms linear 0ms;
}
#wb_Heading8
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 6px 0 ;
   padding: 0;
   text-align: left;
}
#Heading8
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_Text7 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 10px 0 10px 0;
   margin: 0;
   text-align: left;
}
#wb_Text7
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: 400;
   font-size: 13px;
   line-height: 16px;
}
#wb_Text7 p, #wb_Text7 ul
{
   margin: 0;
   padding: 0;
   list-style-position: inside;
}
#wb_Text7
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_headerimage
{
   height: 100%;
   margin: 0;
   vertical-align: top;
}
#headerimage
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 5px 5px 5px 5px;
   display: block;
   width: 100%;
   height: 100%;
   vertical-align: top;
   object-fit: contain;
}
#headerimage
{
   transform: rotate(0deg) ;
   transition: transform 250ms ease-out 0ms;
}
#headerimage:hover
{
   transform: rotate(0deg) scale(1.05,1.05) ;
   transition: transform 250ms ease-out 0ms;
}
#wb_LayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   height: 33vh;
   background-color: transparent;
   background-image: url('../images/HG1.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: fixed;
   background-position: 50% 0;
   background-size: cover;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid1
{
   box-sizing: border-box;
   height: 33vh;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 188px 0 150px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#LayoutGrid1 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 50px;
   padding-left: 50px;
   position: relative;
}
#LayoutGrid1 > .col-1
{
   flex: 0 0 auto;
}
#LayoutGrid1 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#LayoutGrid1 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#LayoutGrid1-divider-bottom
{
   overflow: hidden;
   position: absolute;
   line-height: 0;
   bottom: 0%;
   left: 0;
   width: 100%;
   height: 100px;
   transform: scaleY(-1.01);
}
#LayoutGrid1-divider-bottom svg
{
   display: block;
   width: 100%;
   height: 100%;
   position: relative;
   left: 50%;
   transform: translateX(-50%);
}
#LayoutGrid1-divider-bottom .divider-fill
{
   fill: rgba(255,255,255,1.00);
   transform-origin: bottom;
   transform: rotateY(0deg);
}
#wb_LayoutGrid2
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid2
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 80px 0 120px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1170px;
}
#LayoutGrid2 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid2 > .col-1
{
   flex: 0 0 auto;
}
#LayoutGrid2 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#LayoutGrid2 > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
@media (max-width: 1024px)
{
#LayoutGrid2 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_Heading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   vertical-align: top;
   margin: 0;
   padding: 0 0 30px 0;
   text-align: left;
}
#Heading1
{
   color: #054A01;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 20px 0 20px 0;
   margin: 0;
   text-align: left;
}
#wb_Text1
{
   color: #666666;
   font-family: Arial;
   font-weight: 400;
   font-size: 19px;
   line-height: 25px;
}
#wb_Text1 p, #wb_Text1 ul
{
   margin: 0;
   padding: 0;
   list-style-position: inside;
}
#wb_Text1
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_LayoutGrid12
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-image: linear-gradient(to top, #000000 0%, #054A01 100%);
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid12
{
   box-sizing: border-box;
   padding: 50px 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1170px;
}
#LayoutGrid12 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid12 > .row > .col-1, #LayoutGrid12 > .row > .col-2, #LayoutGrid12 > .row > .col-3, #LayoutGrid12 > .row > .col-4
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid12 > .row > .col-1, #LayoutGrid12 > .row > .col-2, #LayoutGrid12 > .row > .col-3, #LayoutGrid12 > .row > .col-4
{
   float: left;
}
#LayoutGrid12 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid12 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 16.66666667%;
   text-align: left;
}
#LayoutGrid12 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 16.66666667%;
   text-align: left;
}
#LayoutGrid12 > .row > .col-4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid12:before,
#LayoutGrid12:after,
#LayoutGrid12 .row:before,
#LayoutGrid12 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid12:after,
#LayoutGrid12 .row:after
{
   clear: both;
}
@media (max-width: 1024px)
{
#LayoutGrid12 > .row > .col-1, #LayoutGrid12 > .row > .col-2, #LayoutGrid12 > .row > .col-3, #LayoutGrid12 > .row > .col-4
{
   float: none;
   width: 100%;
}
}
#LayoutGrid12-divider-top
{
   overflow: hidden;
   position: absolute;
   top: 0%;
   width: 100%;
   height: 50px;
   line-height: 0;
   left: 0;
}
#LayoutGrid12-divider-top svg
{
   display: block;
   width: 200%;
   height: 100%;
   position: relative;
   left: 50%;
   top: 0;
   transform: translateX(-50%);
}
#LayoutGrid12-divider-top .divider-fill
{
   fill: rgba(255,255,255,1.00);
   transform-origin: bottom;
   transform: rotateY(0deg);
}
#wb_LayoutGrid-DS-IM
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: none;
   text-align: center;
   width: 100%;
   background-color: #003F02;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid-DS-IM
{
   box-sizing: border-box;
   padding: 0 15px 25px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#LayoutGrid-DS-IM > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid-DS-IM > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid-DS-IM > .row > .col-1
{
   float: left;
}
#LayoutGrid-DS-IM > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#LayoutGrid-DS-IM:before,
#LayoutGrid-DS-IM:after,
#LayoutGrid-DS-IM .row:before,
#LayoutGrid-DS-IM .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid-DS-IM:after,
#LayoutGrid-DS-IM .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid-DS-IM > .row > .col-1
{
   float: none;
   width: 100%;
}
}
#wb_footer
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #003F02;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#footer
{
   box-sizing: border-box;
   padding: 0 15px 25px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#footer > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#footer > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#footer > .row > .col-1
{
   float: left;
}
#footer > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#footer:before,
#footer:after,
#footer .row:before,
#footer .row:after
{
   display: table;
   content: " ";
}
#footer:after,
#footer .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#footer > .row > .col-1
{
   float: none;
   width: 100%;
}
}
#wb_headerimagemobil
{
   height: 100%;
   margin: 0;
   vertical-align: top;
}
#headerimagemobil
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 5px 5px 5px 5px;
   display: block;
   width: 100%;
   height: 100%;
   vertical-align: top;
   object-fit: contain;
}
#wb_OverlayMenu1
{
   position: relative;
}
#wb_OverlayMenu1
{
   margin: 0;
}
#OverlayMenu1
{
   background-color: #F6F6F6;
   background-image: none;
   border: 0px solid #C5C5C5;
   border-radius: 0px;
   cursor: pointer;
   user-select: none;
}
#OverlayMenu1:hover
{
   background-color: #EDEDED;
   background-image: none;
   border-color: #CCCCCC;
}
#OverlayMenu1
{
   display: block;
   width: 100px;
   height: 100px;
   position: relative;
   overflow: hidden;
}
#OverlayMenu1 .line
{
   width: 32px;
   border-radius: 3px;
   height: 6px;
   background: #000000;
   display: block;
   margin: 6px auto;
   transition: all 500ms linear;
}
#OverlayMenu1 .line:first-child
{
   margin-top: 34px;
}
#OverlayMenu1-close
{
   background: transparent;
   font-size: 10px;
   height: 2.8em; 
   outline: none;
   position: absolute;
   right: 10px;
   text-align: left;
   top: 10px;
   width: 3em; 
}
#OverlayMenu1-close:before, #OverlayMenu1-close:after
{
   background: #000000;
   content: "";
   display: block;
   height: 0.6em;
   left: 0;
   opacity: 1;
   position: absolute;
   top: 0;
   width: 100%;
}
#OverlayMenu1-close span
{
   background: #000000;
   height: 0.6em;
   margin-top: -0.3em;
   position: absolute;
   top: 50%;
   transform-origin: 50% 50%;
   width: 100%;
}
#OverlayMenu1-close span::after
{
   background: #000000;
   content: "";
   display: block;
   height: 0.6em;
   position: absolute;
   transform-origin: 50% 50%;
   width: 100%;
}
#OverlayMenu1-close:before
{
   margin-top: -0.3em;
   opacity: 0;
   top: 50%;
}
#OverlayMenu1-close:after
{
   bottom: 50%;
   opacity: 0;
}
#OverlayMenu1-close span
{
   background: #000000;
   transform: rotate(-45deg);
}
#OverlayMenu1-close span:after
{
   background: #000000;
   transform: rotate(-90deg);
}
#OverlayMenu1-overlay
{
   display: flex;
   align-items: center;
   justify-content: center;
   height: 100%;
   left: 0;
   overflow-y: auto;
   position: fixed;
   top: 0;
   width: 100%;
   z-index: -1;
   background-color: rgba(246,246,246,0.87);
}
#OverlayMenu1-overlay ul
{
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   text-decoration: none;
   text-transform: none;
   list-style: none;
   margin: 0;
   padding: 0;
}
.OverlayMenu1
{
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: row;
   width: 100%;
   max-width: 970px;
}
.OverlayMenu1 a
{
   text-decoration: none;
}
.OverlayMenu1 ul
{
   list-style: none;
   padding: 0;
   text-align: center;
}
.OverlayMenu1 li
{
   position: relative;
}
.OverlayMenu1 li a
{
   display: block;
   position: relative;
   padding: 10px 15px 10px 15px;
   color: #000000;
   outline: none;
}
.OverlayMenu1 li a:hover
{
   color: #000000;
   background-color: #EDEDED;
}
#OverlayMenu1-overlay
{
   opacity: 0;
   visibility: hidden;
   transition: opacity 300ms, visibility 0s 300ms;
}
#OverlayMenu1-overlay.show
{
   z-index: 7778 !important;
   opacity: 1;
   visibility: visible;
   transition: opacity 0.5s;
}
#OverlayMenu1-overlay .OverlayMenu1
{
   animation: 300ms linear 300ms both none;
}
#OverlayMenu1-overlay.show .OverlayMenu1
{
   animation-name: animate-fade-in-up;
}
#OverlayMenu1-overlay.hide .OverlayMenu1
{
   animation-name: none;
}
#OverlayMenu1-overlay .overlay-icon
{
   margin: 0 10px 0 0 ;
}
#OverlayMenu1-social
{
   padding: 40px 0 0 0;
}
#OverlayMenu1-social .social-icon 
{
   border-radius: 50%;
   background-color: #000000;
   color: #F6F6F6;
   display: inline-block;
   font-size: 19px;
   margin: 0 .5em;
   padding: 7px;
   transition: all .2s linear 0s;
   width: 19px;
}
#OverlayMenu1-social .social-icon:hover 
{
   background-color: #000000;
   color: #EDEDED;
}
.OverlayMenu1-effect
{
   transition: all 500ms linear;
}
#wb_Card16mobil
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: left;
}
#Card16mobil-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card16mobil-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 12px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card16mobil-card-item0
{
   color: #FFFFFF;
   transition: color 200ms linear 0ms;
}
#Card16mobil-card-item0:hover
{
   color: #288C0F;
   transition: color 200ms linear 0ms;
}
#Card16mobil-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#Card16mobil-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 12px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card16mobil-card-item1
{
   color: #FFFFFF;
   transition: color 200ms linear 0ms;
}
#Card16mobil-card-item1:hover
{
   color: #288C0F;
   transition: color 200ms linear 0ms;
}
#Card16mobil-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card16mobil
{
   transition: all 500ms linear 0ms;
}
#wb_Card16mobil:hover
{
   box-shadow: 0px 21px 35px rgba(0,0,0,0.2);
   transition: box-shadow 500ms linear 0ms;
}
#ThemeableButtonDS
{
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   display: inline-block;
   position: relative;
   vertical-align: middle;
   user-select: none;
   overflow: visible;
   text-decoration: none;
   cursor: pointer;
}
#wb_ThemeableButtonDS
{
   border-radius: 0px;
   margin: 0;
   box-shadow: 0px 2px 5px rgba(0,0,0,0.00);
   vertical-align: top;
}
#ThemeableButtonDS
{
   box-sizing: border-box;
   padding: 2px 2px 2px 2px;
   text-align: center;
}
#wb_ThemeableButtonDS .ui-button
{
   display: flex;
   align-items: center;
   margin: 0;
   justify-content: center;
}
#ThemeableButtonDS
{
   color: inherit;
}
#wb_ThemeableButtonDS .ui-corner-all, #wb_ThemeableButtonDS .ui-corner-left
{
   border-bottom-left-radius: 0px;
   border-top-left-radius: 0px;
}
#wb_ThemeableButtonDS .ui-corner-all, #wb_ThemeableButtonDS .ui-corner-right
{
   border-bottom-right-radius: 0px;
   border-top-right-radius: 0px;
}
#wb_ThemeableButtonDS .ui-button
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   color: #FFFFFF;
}
#wb_ThemeableButtonDS .ui-state-hover, #wb_ThemeableButtonDS .ui-button:hover
{
   border-color: #000000;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
}
#wb_ThemeableButtonDS .ui-button:disabled
{
   opacity: .5;
   pointer-events: none;
}
#wb_ThemeableButtonDS .ui-state-active, #wb_ThemeableButtonDS .ui-button:active
{
   border-color: #FFFFFF;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
}
#ThemeableButtonIM
{
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   display: inline-block;
   position: relative;
   vertical-align: middle;
   user-select: none;
   overflow: visible;
   text-decoration: none;
   cursor: pointer;
}
#wb_ThemeableButtonIM
{
   border-radius: 0px;
   margin: 0;
   box-shadow: 0px 2px 5px rgba(0,0,0,0.00);
   vertical-align: top;
}
#ThemeableButtonIM
{
   box-sizing: border-box;
   padding: 2px 2px 2px 2px;
   text-align: center;
}
#wb_ThemeableButtonIM .ui-button
{
   display: flex;
   align-items: center;
   margin: 0;
   justify-content: center;
}
#ThemeableButtonIM
{
   color: inherit;
}
#wb_ThemeableButtonIM .ui-corner-all, #wb_ThemeableButtonIM .ui-corner-left
{
   border-bottom-left-radius: 0px;
   border-top-left-radius: 0px;
}
#wb_ThemeableButtonIM .ui-corner-all, #wb_ThemeableButtonIM .ui-corner-right
{
   border-bottom-right-radius: 0px;
   border-top-right-radius: 0px;
}
#wb_ThemeableButtonIM .ui-button
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   color: #FFFFFF;
}
#wb_ThemeableButtonIM .ui-state-hover, #wb_ThemeableButtonIM .ui-button:hover
{
   border-color: #000000;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
}
#wb_ThemeableButtonIM .ui-button:disabled
{
   opacity: .5;
   pointer-events: none;
}
#wb_ThemeableButtonIM .ui-state-active, #wb_ThemeableButtonIM .ui-button:active
{
   border-color: #FFFFFF;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
}
#wb_Imagefotter
{
   height: 100%;
   margin: 5px 5px 5px 5px;
   vertical-align: top;
}
#Imagefotter
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 5px 100px 0 0;
   display: block;
   width: 100%;
   height: 100%;
   vertical-align: top;
   object-fit: contain;
}
#Imagefotter
{
   transform: rotate(0deg) ;
   transition: transform 250ms ease-out 0ms;
}
#Imagefotter:hover
{
   transform: rotate(0deg) scale(1.05,1.05) ;
   transition: transform 250ms ease-out 0ms;
}
#Button1
{
   box-sizing: border-box;
   line-height: 30px;
   text-decoration: none;
   vertical-align: top;
   border: 1px solid #288C0F;
   border-radius: 10px;
   background-color: #003F02;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   padding: 5px 5px 5px 5px;
   text-align: center;
   -webkit-appearance: none;
   margin: 20px 0 20px 0 ;
}
#Button1:focus
{
   outline: 0;
}
#Button1
{
   color: #FFFFFF;
   background-color: #288C0F;
   border-color: #288C0F;
   transform: rotate(0deg) ;
   transition: color 200ms linear 0ms, background-color 200ms linear 0ms, border-color 200ms linear 0ms, transform 200ms linear 0ms;
}
#Button1:hover
{
   color: #FFFFFF;
   background-color: #003F02;
   border-color: #288C0F;
   transform: rotate(0deg) scale(1.05,1.05) ;
   transition: color 200ms linear 0ms, background-color 200ms linear 0ms, border-color 200ms linear 0ms, transform 200ms linear 0ms;
}
#wb_OverlayMenu1
{
   display: none;
   width: 100px;
   height: 100px;
   z-index: 3;
}
#wb_ThemeableButtonIM
{
   display: none;
   width: 67px;
   height: 32px;
   z-index: 15;
}
#Button1
{
   display: inline-block;
   width: 119px;
   height: 42px;
   z-index: 12;
}
#wb_Heading8
{
   display: block;
   width: 100%;
   z-index: 10;
}
#wb_Card14
{
   display: flex;
   width: 100%;
   z-index: 6;
}
#wb_Card15
{
   display: flex;
   width: 100%;
   z-index: 7;
}
#wb_Card16
{
   display: flex;
   width: 100%;
   z-index: 8;
}
#wb_headerimagemobil
{
   display: none;
   width: 100%;
   height: auto;
   z-index: 2;
}
#wb_headerimage
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 0;
}
#ThemeableButtonDS
{
   width: 100%;
   height: 100%;
}
#wb_ThemeableButtonDS
{
   display: none;
   width: 67px;
   height: 32px;
   z-index: 14;
}
#wb_headerMenu
{
   display: block;
   width: 100%;
   z-index: 1;
}
#ContentPlaceHolder1
{
   border: 0px solid #DDDDDD;
   border-radius: 0px;
   background-color: #FFFFFF;
   background-image: none;
   z-index: 20;
}
#ThemeableButtonIM
{
   width: 100%;
   height: 100%;
}
#wb_Heading1
{
   display: inline-block;
   width: 174px;
   height: 37px;
   z-index: 4;
}
#wb_Imagefotter
{
   display: block;
   width: calc(100% - 10px);
   height: auto;
   text-align: center;
   z-index: 13;
}
#wb_Card16mobil
{
   display: none;
   width: 100%;
   z-index: 9;
}
@media only screen and (min-width: 800px) and (max-width: 1139px)
{
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#wb_header
{
   visibility: hidden;
   display: none;
}
#wb_header
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#header
{
   height: auto;
   padding: 10px 0 10px 0;
}
#wb_headerMenu
{
   width: 100%;
   visibility: hidden;
   display: none;
   margin: 0;
}
#headerMenu, .headerMenu .nav, .headerMenu .dropdown-menu
{
   font-weight: bold;
   font-size: 16px;
}
#wb_footerText
{
   visibility: visible;
   display: block;
}
#wb_footerText
{
   font-size: 15px;
   margin: 0;
   padding: 25px 0 0 0;
   text-align: center;
   line-height: 16px;
}
#wb_headermobil
{
   visibility: visible;
   display: table;
   background-color: #003F02;
   background-image: none;
   background-image: none;
}
#wb_headermobil
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#headermobil
{
   height: auto;
   padding: 7px 0 7px 0;
}
#wb_Card14
{
   width: calc(100% - 100px);
   visibility: visible;
   display: flex;
   margin: 0 50px -50px 50px;
   background-color: #FFFFFF;
   background-image: none;
}
#Card14-card-item0
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   border-top: 4px #288C0F solid;
   border-width: 4px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card14-card-item1
{
   box-sizing: border-box;
   margin: 0 20px 20px 20px;
   padding: 0;
   color: #054A01;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
}
#Card14-card-item2
{
   box-sizing: border-box;
   margin: 0 20px 20px 20px;
   padding: 0;
   color: #263F49;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 13px;
   line-height: 16.9px;
}
#Card14-card-item3
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0;
   color: #263F49;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   line-height: 16.9px;
}
#Card14-card-item4
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0;
   color: #054A01;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card14-card-item5
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #054A01;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card14-card-item6
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0;
   color: #263F49;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card14-card-item6 a
{
   color: inherit;
   text-decoration: none;
}
#Card14-card-item7
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #054A01;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card14-card-item7 a
{
   color: inherit;
   text-decoration: none;
}
#Card14-card-item8
{
   display: inline-block;
   line-height: 1.0;
   height: 37px;
   box-sizing: border-box;
   margin: 0 10px 0 0 ;
   border: 1px solid #000000;
   border-radius: 50%;
   background-color: #288C0F;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card14-card-item8
{
   color: #FFFFFF;
   background-color: #288C0F;
   border-color: #288C0F;
   transform: rotate(0deg) ;
   transition: color 200ms linear 0ms, background-color 200ms linear 0ms, border-color 200ms linear 0ms, transform 200ms linear 0ms;
}
#Card14-card-item8:hover
{
   color: #288C0F;
   background-color: #FFFFFF;
   border-color: #288C0F;
   transform: rotate(0deg) scale(1.2,1.2) ;
   transition: color 200ms linear 0ms, background-color 200ms linear 0ms, border-color 200ms linear 0ms, transform 200ms linear 0ms;
}
#Card14-card-item8 a
{
   color: inherit;
   display: block;
   padding: 8px 8px 8px 8px;
   text-decoration: none;
}
#Card14-card-item8 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 19px;
   width: 19px;
}
#Card14-card-item9
{
   display: inline-block;
   line-height: 1.0;
   height: 37px;
   box-sizing: border-box;
   margin: 0 10px 0 0 ;
   border: 1px solid #000000;
   border-radius: 50%;
   background-color: #288C0F;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card14-card-item9
{
   color: #FFFFFF;
   background-color: #288C0F;
   border-color: #288C0F;
   transform: rotate(0deg) ;
   transition: color 200ms linear 0ms, background-color 200ms linear 0ms, border-color 200ms linear 0ms, transform 200ms linear 0ms;
}
#Card14-card-item9:hover
{
   color: #288C0F;
   background-color: #FFFFFF;
   border-color: #288C0F;
   transform: rotate(0deg) scale(1.2,1.2) ;
   transition: color 200ms linear 0ms, background-color 200ms linear 0ms, border-color 200ms linear 0ms, transform 200ms linear 0ms;
}
#Card14-card-item9 a
{
   color: inherit;
   display: block;
   padding: 8px 8px 8px 8px;
   text-decoration: none;
}
#Card14-card-item9 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 19px;
   width: 19px;
}
#Card14-card-item10
{
   display: inline-block;
   line-height: 1.0;
   height: 37px;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   border: 1px solid #000000;
   border-radius: 50%;
   background-color: #288C0F;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card14-card-item10
{
   color: #FFFFFF;
   background-color: #288C0F;
   border-color: #288C0F;
   transform: rotate(0deg) ;
   transition: color 200ms linear 0ms, background-color 200ms linear 0ms, border-color 200ms linear 0ms, transform 200ms linear 0ms;
}
#Card14-card-item10:hover
{
   color: #288C0F;
   background-color: #FFFFFF;
   border-color: #288C0F;
   transform: rotate(0deg) scale(1.2,1.2) ;
   transition: color 200ms linear 0ms, background-color 200ms linear 0ms, border-color 200ms linear 0ms, transform 200ms linear 0ms;
}
#Card14-card-item10 a
{
   color: inherit;
   display: block;
   padding: 8px 8px 8px 8px;
   text-decoration: none;
}
#Card14-card-item10 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 19px;
   width: 19px;
}
#wb_Card14
{
   text-align: center;
}
#wb_Card15
{
   width: 100%;
   visibility: hidden;
   display: none;
   margin: 0;
}
#Card15-card-item0
{
   box-sizing: border-box;
   margin: 0 0 6px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card15-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 0 12px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card15-card-item1
{
   color: #FFFFFF;
   transition: color 200ms linear 0ms;
}
#Card15-card-item1:hover
{
   color: #288C0F;
   transition: color 200ms linear 0ms;
}
#Card15-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card15-card-item1 i
{
   color: #D0C9BD;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card15-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 12px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card15-card-item2
{
   color: #FFFFFF;
   transition: color 200ms linear 0ms;
}
#Card15-card-item2:hover
{
   color: #288C0F;
   transition: color 200ms linear 0ms;
}
#Card15-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card15-card-item2 i
{
   color: #D0C9BD;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card15-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 12px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card15-card-item3
{
   color: #FFFFFF;
   transition: color 200ms linear 0ms;
}
#Card15-card-item3:hover
{
   color: #288C0F;
   transition: color 200ms linear 0ms;
}
#Card15-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#Card15-card-item3 i
{
   color: #D0C9BD;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card15-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 12px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card15-card-item4
{
   color: #FFFFFF;
   transition: color 200ms linear 0ms;
}
#Card15-card-item4:hover
{
   color: #288C0F;
   transition: color 200ms linear 0ms;
}
#Card15-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#Card15-card-item4 i
{
   color: #D0C9BD;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card15-card-item5
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 12px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card15-card-item5
{
   color: #FFFFFF;
   transition: color 200ms linear 0ms;
}
#Card15-card-item5:hover
{
   color: #288C0F;
   transition: color 200ms linear 0ms;
}
#Card15-card-item5 a
{
   color: inherit;
   text-decoration: none;
}
#Card15-card-item5 i
{
   color: #D0C9BD;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card15-card-item6
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 12px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card15-card-item6
{
   color: #FFFFFF;
   transition: color 200ms linear 0ms;
}
#Card15-card-item6:hover
{
   color: #288C0F;
   transition: color 200ms linear 0ms;
}
#Card15-card-item6 a
{
   color: inherit;
   text-decoration: none;
}
#Card15-card-item6 i
{
   color: #D0C9BD;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#wb_Card15
{
   text-align: left;
}
#wb_Card16
{
   width: calc(100% - 30px);
   visibility: hidden;
   display: none;
   margin: 0 15px 50px 15px;
}
#Card16-card-item0
{
   box-sizing: border-box;
   margin: 0 0 6px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card16-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 0 12px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card16-card-item1
{
   color: #FFFFFF;
   transition: color 200ms linear 0ms;
}
#Card16-card-item1:hover
{
   color: #288C0F;
   transition: color 200ms linear 0ms;
}
#Card16-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card16-card-item1 i
{
   color: #D0C9BD;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card16-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 12px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card16-card-item2
{
   color: #FFFFFF;
   transition: color 200ms linear 0ms;
}
#Card16-card-item2:hover
{
   color: #288C0F;
   transition: color 200ms linear 0ms;
}
#Card16-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card16-card-item2 i
{
   color: #D0C9BD;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card16-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 12px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card16-card-item3
{
   color: #FFFFFF;
   transition: color 200ms linear 0ms;
}
#Card16-card-item3:hover
{
   color: #288C0F;
   transition: color 200ms linear 0ms;
}
#Card16-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#Card16-card-item3 i
{
   color: #D0C9BD;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card16-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 12px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card16-card-item4
{
   color: #FFFFFF;
   transition: color 200ms linear 0ms;
}
#Card16-card-item4:hover
{
   color: #288C0F;
   transition: color 200ms linear 0ms;
}
#Card16-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#Card16-card-item4 i
{
   color: #D0C9BD;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card16-card-item5
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 12px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card16-card-item5
{
   color: #FFFFFF;
   transition: color 200ms linear 0ms;
}
#Card16-card-item5:hover
{
   color: #288C0F;
   transition: color 200ms linear 0ms;
}
#Card16-card-item5 a
{
   color: inherit;
   text-decoration: none;
}
#Card16-card-item5 i
{
   color: #D0C9BD;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#wb_Card16
{
   text-align: left;
}
#wb_Heading8
{
   width: 100%;
   visibility: hidden;
   display: none;
   margin: 0 0 6px 0 ;
   padding: 0 15px 0 15px;
}
#wb_Text7
{
   visibility: hidden;
   display: none;
}
#wb_Text7
{
   font-size: 13px;
   margin: 0;
   padding: 10px 15px 20px 15px;
   text-align: left;
   line-height: 16px;
}
#wb_headerimage
{
   width: 100%;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 5px 5px 5px 5px;
}
#headerimage
{
   margin-left: auto;
   margin-right: auto;
}
#ContentPlaceHolder1
{
   left: 0px;
   top: 107px;
   width: 800px;
   height: 441px;
   visibility: visible;
   display: inline;
}
#wb_LayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid1
{
   height: 33vh;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid1
{
   height: 33vh;
   padding: 188px 0 150px 0;
}
#LayoutGrid1-divider-bottom
{
   height: 100px;
}
#LayoutGrid1-divider-bottom
{
   bottom: 0%;
}
#wb_LayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid2
{
   height: auto;
   padding: 40px 0 80px 0;
}
#wb_Heading1
{
   width: 172px;
   height: 32px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0 15px 30px 15px;
}
#wb_Text1
{
   visibility: visible;
   display: block;
}
#wb_Text1
{
   font-size: 19px;
   margin: 0;
   padding: 10px 15px 40px 15px;
   text-align: left;
   line-height: 25px;
}
#wb_LayoutGrid12
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid12
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid12
{
   height: auto;
   padding: 50px 15px 0 15px;
}
#LayoutGrid12 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid12 > .row > .col-1, #LayoutGrid12 > .row > .col-2, #LayoutGrid12 > .row > .col-3, #LayoutGrid12 > .row > .col-4
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid12 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid12 > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid12 > .row > .col-3
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid12 > .row > .col-4
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid12-divider-top
{
   height: 50px;
}
#LayoutGrid12-divider-top
{
   top: 0%;
   left: 0;
}
#wb_LayoutGrid-DS-IM
{
   visibility: visible;
   display: table;
   background-color: #000000;
   background-image: none;
}
#wb_LayoutGrid-DS-IM
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid-DS-IM
{
   height: auto;
   padding: 20px 15px 20px 15px;
}
#LayoutGrid-DS-IM .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid-DS-IM > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid-DS-IM > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_footer
{
   visibility: visible;
   display: table;
}
#wb_footer
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#footer
{
   height: auto;
   padding: 0 15px 25px 15px;
}
#footer .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#footer > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#footer > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#GoUp
{
}
#wb_headerimagemobil
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 5px 5px 5px 5px;
}
#headerimagemobil
{
   margin-left: auto;
   margin-right: auto;
}
#wb_OverlayMenu1
{
   width: 68px;
   height: 51px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#OverlayMenu1
{
   background-color: rgba(0,0,0,0.00);
   background-image: none;
   border: 0px solid #C5C5C5;
   border-radius: 0px;
   width: 68px;
   height: 51px;
}
#OverlayMenu1:hover
{
   background-color: rgba(0,0,0,0.00);
   background-image: none;
   border-color: #CCCCCC;
}
#OverlayMenu1 .line
{
   background: #FFFFFF;
}
#OverlayMenu1 .line
{
   top: 5px;
}
#OverlayMenu1 .line:first-child
{
   margin-top: 9px;
}
#OverlayMenu1-overlay ul
{
   font-size: 19px;
   text-align: center;
}
#wb_Card16mobil
{
   width: calc(100% - 30px);
   visibility: hidden;
   display: none;
   margin: 0 15px 30px 15px;
}
#Card16mobil-card-item0
{
   box-sizing: border-box;
   margin: 0 0 0 -200px;
   padding: 0 0 12px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card16mobil-card-item0
{
   color: #FFFFFF;
   transition: color 200ms linear 0ms;
}
#Card16mobil-card-item0:hover
{
   color: #288C0F;
   transition: color 200ms linear 0ms;
}
#Card16mobil-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#Card16mobil-card-item1
{
   box-sizing: border-box;
   margin: -27px 0 0 185px;
   padding: 0 0 12px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card16mobil-card-item1
{
   color: #FFFFFF;
   transition: color 200ms linear 0ms;
}
#Card16mobil-card-item1:hover
{
   color: #288C0F;
   transition: color 200ms linear 0ms;
}
#Card16mobil-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card16mobil
{
   text-align: center;
}
#wb_ThemeableButtonDS
{
   width: 67px;
   height: 17px;
   visibility: visible;
   display: inline-block;
   margin: 10px 15px 10px 15px;
}
#ThemeableButtonDS
{
   font-size: 13px;
}
#wb_ThemeableButtonDS .ui-button
{
   line-height: 13px;
   padding: 2px 2px 2px 2px;
}
#wb_ThemeableButtonIM
{
   width: 67px;
   height: 17px;
   visibility: visible;
   display: inline-block;
   margin: 10px 15px 10px 15px;
}
#ThemeableButtonIM
{
   font-size: 13px;
}
#wb_ThemeableButtonIM .ui-button
{
   line-height: 13px;
   padding: 2px 2px 2px 2px;
}
#wb_Imagefotter
{
   width: calc(100% - 10px);
   visibility: hidden;
   display: none;
   margin: 5px 5px 5px 5px;
   padding: 5px 100px 0 0;
}
#Imagefotter
{
   width: 98.48%;
   margin-left: 0;
   margin-right: auto;
}
#Button1
{
   width: 158px;
   height: 22px;
   visibility: hidden;
   display: none;
   margin: 20px 0 20px 0 ;
   padding: 5px 5px 5px 5px;
}
#Button1
{
   line-height: 10px;
}
#FilePublisher1
{
   left: 274px;
   top: 1377px;
   width: 100px;
   height: 100px;
   visibility: visible;
   display: inline;
}
}
@media only screen and (max-width: 799px)
{
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#wb_header
{
   visibility: hidden;
   display: none;
}
#wb_header
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#header
{
   height: auto;
   padding: 10px 0 10px 0;
}
#wb_headerMenu
{
   width: 100%;
   visibility: hidden;
   display: none;
   margin: 0;
}
#headerMenu, .headerMenu .nav, .headerMenu .dropdown-menu
{
   font-weight: bold;
   font-size: 16px;
}
#wb_footerText
{
   visibility: visible;
   display: block;
}
#wb_footerText
{
   font-size: 15px;
   margin: 0;
   padding: 25px 0 0 0;
   text-align: center;
   line-height: 19px;
}
#wb_headermobil
{
   visibility: visible;
   display: table;
   background-color: #003F02;
   background-image: none;
   background-image: none;
}
#wb_headermobil
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#headermobil
{
   height: auto;
   padding: 0;
}
#wb_Card14
{
   width: calc(100% - 100px);
   visibility: visible;
   display: flex;
   margin: 0 50px -70px 50px;
   background-color: #FFFFFF;
   background-image: none;
}
#Card14-card-item0
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   border-top: 4px #288C0F solid;
   border-width: 4px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card14-card-item1
{
   box-sizing: border-box;
   margin: 0 20px 20px 20px;
   padding: 0;
   color: #054A01;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
}
#Card14-card-item2
{
   box-sizing: border-box;
   margin: 0 20px 20px 20px;
   padding: 0;
   color: #263F49;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 13px;
   line-height: 16.9px;
}
#Card14-card-item3
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0;
   color: #263F49;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   line-height: 16.9px;
}
#Card14-card-item4
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0;
   color: #054A01;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card14-card-item5
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #054A01;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card14-card-item6
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0;
   color: #263F49;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card14-card-item6 a
{
   color: inherit;
   text-decoration: none;
}
#Card14-card-item7
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #054A01;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card14-card-item7 a
{
   color: inherit;
   text-decoration: none;
}
#Card14-card-item8
{
   display: inline-block;
   line-height: 1.0;
   height: 37px;
   box-sizing: border-box;
   margin: 0 10px 0 0 ;
   border: 1px solid #000000;
   border-radius: 50%;
   background-color: #288C0F;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card14-card-item8
{
   color: #FFFFFF;
   background-color: #288C0F;
   border-color: #288C0F;
   transform: rotate(0deg) ;
   transition: color 200ms linear 0ms, background-color 200ms linear 0ms, border-color 200ms linear 0ms, transform 200ms linear 0ms;
}
#Card14-card-item8:hover
{
   color: #288C0F;
   background-color: #FFFFFF;
   border-color: #288C0F;
   transform: rotate(0deg) scale(1.2,1.2) ;
   transition: color 200ms linear 0ms, background-color 200ms linear 0ms, border-color 200ms linear 0ms, transform 200ms linear 0ms;
}
#Card14-card-item8 a
{
   color: inherit;
   display: block;
   padding: 8px 8px 8px 8px;
   text-decoration: none;
}
#Card14-card-item8 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 19px;
   width: 19px;
}
#Card14-card-item9
{
   display: inline-block;
   line-height: 1.0;
   height: 37px;
   box-sizing: border-box;
   margin: 0 10px 0 0 ;
   border: 1px solid #000000;
   border-radius: 50%;
   background-color: #288C0F;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card14-card-item9
{
   color: #FFFFFF;
   background-color: #288C0F;
   border-color: #288C0F;
   transform: rotate(0deg) ;
   transition: color 200ms linear 0ms, background-color 200ms linear 0ms, border-color 200ms linear 0ms, transform 200ms linear 0ms;
}
#Card14-card-item9:hover
{
   color: #288C0F;
   background-color: #FFFFFF;
   border-color: #288C0F;
   transform: rotate(0deg) scale(1.2,1.2) ;
   transition: color 200ms linear 0ms, background-color 200ms linear 0ms, border-color 200ms linear 0ms, transform 200ms linear 0ms;
}
#Card14-card-item9 a
{
   color: inherit;
   display: block;
   padding: 8px 8px 8px 8px;
   text-decoration: none;
}
#Card14-card-item9 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 19px;
   width: 19px;
}
#Card14-card-item10
{
   display: inline-block;
   line-height: 1.0;
   height: 37px;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   border: 1px solid #000000;
   border-radius: 50%;
   background-color: #288C0F;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card14-card-item10
{
   color: #FFFFFF;
   background-color: #288C0F;
   border-color: #288C0F;
   transform: rotate(0deg) ;
   transition: color 200ms linear 0ms, background-color 200ms linear 0ms, border-color 200ms linear 0ms, transform 200ms linear 0ms;
}
#Card14-card-item10:hover
{
   color: #288C0F;
   background-color: #FFFFFF;
   border-color: #288C0F;
   transform: rotate(0deg) scale(1.2,1.2) ;
   transition: color 200ms linear 0ms, background-color 200ms linear 0ms, border-color 200ms linear 0ms, transform 200ms linear 0ms;
}
#Card14-card-item10 a
{
   color: inherit;
   display: block;
   padding: 8px 8px 8px 8px;
   text-decoration: none;
}
#Card14-card-item10 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 19px;
   width: 19px;
}
#wb_Card14
{
   text-align: center;
}
#wb_Card15
{
   width: 100%;
   visibility: hidden;
   display: none;
   margin: 0;
}
#Card15-card-item0
{
   box-sizing: border-box;
   margin: 0 0 6px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card15-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 0 12px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card15-card-item1
{
   color: #FFFFFF;
   transition: color 200ms linear 0ms;
}
#Card15-card-item1:hover
{
   color: #288C0F;
   transition: color 200ms linear 0ms;
}
#Card15-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card15-card-item1 i
{
   color: #D0C9BD;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card15-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 12px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card15-card-item2
{
   color: #FFFFFF;
   transition: color 200ms linear 0ms;
}
#Card15-card-item2:hover
{
   color: #288C0F;
   transition: color 200ms linear 0ms;
}
#Card15-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card15-card-item2 i
{
   color: #D0C9BD;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card15-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 12px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card15-card-item3
{
   color: #FFFFFF;
   transition: color 200ms linear 0ms;
}
#Card15-card-item3:hover
{
   color: #288C0F;
   transition: color 200ms linear 0ms;
}
#Card15-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#Card15-card-item3 i
{
   color: #D0C9BD;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card15-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 12px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card15-card-item4
{
   color: #FFFFFF;
   transition: color 200ms linear 0ms;
}
#Card15-card-item4:hover
{
   color: #288C0F;
   transition: color 200ms linear 0ms;
}
#Card15-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#Card15-card-item4 i
{
   color: #D0C9BD;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card15-card-item5
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 12px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card15-card-item5
{
   color: #FFFFFF;
   transition: color 200ms linear 0ms;
}
#Card15-card-item5:hover
{
   color: #288C0F;
   transition: color 200ms linear 0ms;
}
#Card15-card-item5 a
{
   color: inherit;
   text-decoration: none;
}
#Card15-card-item5 i
{
   color: #D0C9BD;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card15-card-item6
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 12px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card15-card-item6
{
   color: #FFFFFF;
   transition: color 200ms linear 0ms;
}
#Card15-card-item6:hover
{
   color: #288C0F;
   transition: color 200ms linear 0ms;
}
#Card15-card-item6 a
{
   color: inherit;
   text-decoration: none;
}
#Card15-card-item6 i
{
   color: #D0C9BD;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#wb_Card15
{
   text-align: left;
}
#wb_Card16
{
   width: 100%;
   visibility: hidden;
   display: none;
   margin: 0 0 50px 0 ;
}
#Card16-card-item0
{
   box-sizing: border-box;
   margin: 0 0 6px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card16-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 0 12px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card16-card-item1
{
   color: #FFFFFF;
   transition: color 200ms linear 0ms;
}
#Card16-card-item1:hover
{
   color: #288C0F;
   transition: color 200ms linear 0ms;
}
#Card16-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card16-card-item1 i
{
   color: #D0C9BD;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card16-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 12px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card16-card-item2
{
   color: #FFFFFF;
   transition: color 200ms linear 0ms;
}
#Card16-card-item2:hover
{
   color: #288C0F;
   transition: color 200ms linear 0ms;
}
#Card16-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card16-card-item2 i
{
   color: #D0C9BD;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card16-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 12px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card16-card-item3
{
   color: #FFFFFF;
   transition: color 200ms linear 0ms;
}
#Card16-card-item3:hover
{
   color: #288C0F;
   transition: color 200ms linear 0ms;
}
#Card16-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#Card16-card-item3 i
{
   color: #D0C9BD;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card16-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 12px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card16-card-item4
{
   color: #FFFFFF;
   transition: color 200ms linear 0ms;
}
#Card16-card-item4:hover
{
   color: #288C0F;
   transition: color 200ms linear 0ms;
}
#Card16-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#Card16-card-item4 i
{
   color: #D0C9BD;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card16-card-item5
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 12px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card16-card-item5
{
   color: #FFFFFF;
   transition: color 200ms linear 0ms;
}
#Card16-card-item5:hover
{
   color: #288C0F;
   transition: color 200ms linear 0ms;
}
#Card16-card-item5 a
{
   color: inherit;
   text-decoration: none;
}
#Card16-card-item5 i
{
   color: #D0C9BD;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#wb_Card16
{
   text-align: left;
}
#wb_Heading8
{
   width: 100%;
   visibility: hidden;
   display: none;
   margin: 0 0 6px 0 ;
   padding: 0;
}
#wb_Text7
{
   visibility: hidden;
   display: none;
}
#wb_Text7
{
   font-size: 13px;
   margin: 0;
   padding: 10px 0 20px 0;
   text-align: left;
   line-height: 16px;
}
#wb_headerimage
{
   width: 100%;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 5px 5px 5px 5px;
}
#headerimage
{
   margin-left: auto;
   margin-right: auto;
}
#ContentPlaceHolder1
{
   left: 0px;
   top: 86px;
   width: 768px;
   height: 441px;
   visibility: visible;
   display: inline;
}
#wb_LayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid1
{
   height: 33vh;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid1
{
   height: 33vh;
   padding: 188px 0 150px 0;
}
#LayoutGrid1-divider-bottom
{
   height: 100px;
}
#LayoutGrid1-divider-bottom
{
   bottom: 0%;
}
#wb_LayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid2
{
   height: auto;
   padding: 20px 0 40px 0;
}
#wb_Heading1
{
   width: 174px;
   height: 42px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0 15px 30px 15px;
}
#wb_Text1
{
   visibility: visible;
   display: block;
}
#wb_Text1
{
   font-size: 19px;
   margin: 0;
   padding: 10px 15px 40px 15px;
   text-align: left;
   line-height: 25px;
}
#wb_LayoutGrid12
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid12
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid12
{
   height: auto;
   padding: 50px 15px 0 15px;
}
#LayoutGrid12 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid12 > .row > .col-1, #LayoutGrid12 > .row > .col-2, #LayoutGrid12 > .row > .col-3, #LayoutGrid12 > .row > .col-4
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid12 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid12 > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid12 > .row > .col-3
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid12 > .row > .col-4
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid12-divider-top
{
   height: 50px;
}
#LayoutGrid12-divider-top
{
   top: 0%;
   left: 0;
}
#wb_LayoutGrid-DS-IM
{
   visibility: visible;
   display: table;
   background-color: #000000;
   background-image: none;
}
#wb_LayoutGrid-DS-IM
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid-DS-IM
{
   height: auto;
   padding: 10px 15px 10px 15px;
}
#LayoutGrid-DS-IM .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid-DS-IM > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid-DS-IM > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_footer
{
   visibility: visible;
   display: table;
}
#wb_footer
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#footer
{
   height: auto;
   padding: 0 15px 25px 15px;
}
#footer .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#footer > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#footer > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#GoUp
{
}
#wb_headerimagemobil
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 5px 5px 5px 5px;
}
#headerimagemobil
{
   margin-left: auto;
   margin-right: auto;
}
#wb_OverlayMenu1
{
   width: 56px;
   height: 49px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#OverlayMenu1
{
   background-color: rgba(0,0,0,0.00);
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 56px;
   height: 49px;
}
#OverlayMenu1:hover
{
   background-color: rgba(0,0,0,0.00);
   background-image: none;
   border-color: #FFFFFF;
}
#OverlayMenu1 .line
{
   background: #FFFFFF;
}
#OverlayMenu1 .line
{
   top: 4px;
}
#OverlayMenu1 .line:first-child
{
   margin-top: 8px;
}
#OverlayMenu1-overlay ul
{
   font-size: 19px;
   text-align: center;
}
#wb_Card16mobil
{
   width: calc(100% - 30px);
   visibility: hidden;
   display: none;
   margin: -15px 15px 35px 15px;
}
#Card16mobil-card-item0
{
   box-sizing: border-box;
   margin: 0 0 0 -140px;
   padding: 0 0 12px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card16mobil-card-item0
{
   color: #FFFFFF;
   transition: color 200ms linear 0ms;
}
#Card16mobil-card-item0:hover
{
   color: #288C0F;
   transition: color 200ms linear 0ms;
}
#Card16mobil-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#Card16mobil-card-item1
{
   box-sizing: border-box;
   margin: -27px 0 0 135px;
   padding: 0 0 12px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card16mobil-card-item1
{
   color: #FFFFFF;
   transition: color 200ms linear 0ms;
}
#Card16mobil-card-item1:hover
{
   color: #288C0F;
   transition: color 200ms linear 0ms;
}
#Card16mobil-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card16mobil
{
   text-align: center;
}
#wb_ThemeableButtonDS
{
   width: 67px;
   height: 32px;
   visibility: visible;
   display: inline-block;
   margin: 10px 15px 10px 15px;
}
#ThemeableButtonDS
{
   font-size: 11px;
}
#wb_ThemeableButtonDS .ui-button
{
   line-height: 28px;
   padding: 2px 2px 2px 2px;
}
#wb_ThemeableButtonIM
{
   width: 67px;
   height: 32px;
   visibility: visible;
   display: inline-block;
   margin: 10px 15px 10px 15px;
}
#ThemeableButtonIM
{
   font-size: 11px;
}
#wb_ThemeableButtonIM .ui-button
{
   line-height: 28px;
   padding: 2px 2px 2px 2px;
}
#wb_Imagefotter
{
   width: calc(100% - 10px);
   visibility: hidden;
   display: none;
   margin: 5px 5px 5px 5px;
   padding: 5px 100px 0 0;
}
#Imagefotter
{
   width: 80.77%;
   margin-left: 0;
   margin-right: auto;
}
#Button1
{
   width: 158px;
   height: 22px;
   visibility: hidden;
   display: none;
   margin: 20px 0 20px 0 ;
   padding: 5px 5px 5px 5px;
}
#Button1
{
   line-height: 10px;
}
#FilePublisher1
{
   left: 267px;
   top: 1452px;
   width: 95px;
   height: 100px;
   visibility: visible;
   display: inline;
}
}
#wb_header
{
   position: fixed !important;
   float: none !important;
   transition: all 500ms linear;   
   z-index: 9990 !important;
}
#wb_header.affix
{
   background: #003F02;
   transition: all 500ms linear;   
}
#wb_header.affix #headerMenu a
{
   color: #FFFFFF;
}
#wb_header #headerMenu .navbar-nav
{
   background-color: rgba(255,255,255,0.6);
}
#wb_header.affix #headerMenu .navbar-nav
{
   background-color: transparent;
}
#wb_header.affix .headerMenu .navbar-nav > .dropdown > a .caret 
{
   border-top-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
}
#wb_header.affix .headerMenu .dropdown-menu > li > a
{
   color: #003F02 !important;
}
#wb_header.affix #headerLogo a
{
   color: #FFFFFF;
}
@media (max-width: 480px) 
{
#wb_header.affix .headerMenu .navbar-nav>li>a 
{
   color: #090504  !important;
}
#wb_header.affix .headerMenu .navbar-nav>li>a:hover,
#wb_header.affix .headerMenu .navbar-nav>li>a:focus 
{
   background-color: #EDEDED !important;
   color: #2B2B2B  !important;
}
#wb_header.affix .headerMenu .navbar-nav > .dropdown > a .caret 
{
   border-top-color: #2B2B2B;
   border-bottom-color: #2B2B2B;
}
#wb_header.affix
{
   background: transparent;
}
}
