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);
}
.visibility-hidden
{
   visibility: hidden;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape)
{
   #wb_home, #wb_LayoutGrid8, #wb_LayoutGrid8Mobil
   {
      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_home, #wb_LayoutGrid8, #wb_LayoutGrid8Mobil
   {
      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_home
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   height: 100vh;
   background-color: transparent;
   background-image: url('../images/HG2.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;
}
#home
{
   box-sizing: border-box;
   height: 100vh;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 188px 0 150px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#home > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 50px;
   padding-left: 50px;
   position: relative;
}
#home > .col-1
{
   flex: 0 0 auto;
}
#home > .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)
{
#home > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#home-divider-bottom
{
   overflow: hidden;
   position: absolute;
   line-height: 0;
   bottom: 0%;
   left: 0;
   width: 100%;
   height: 100px;
   transform: scaleY(-1.01);
}
#home-divider-bottom svg
{
   display: block;
   width: 100%;
   height: 100%;
   position: relative;
   left: 50%;
   transform: translateX(-50%);
}
#home-divider-bottom .divider-fill
{
   fill: rgba(255,255,255,1.00);
   transform-origin: bottom;
   transform: rotateY(0deg);
}
#wb_LayoutGrid1
{
   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;
}
#LayoutGrid1
{
   box-sizing: border-box;
   padding: 80px 15px 80px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1170px;
}
#LayoutGrid1 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid1 > .row > .col-1, #LayoutGrid1 > .row > .col-2, #LayoutGrid1 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid1 > .row > .col-1, #LayoutGrid1 > .row > .col-2, #LayoutGrid1 > .row > .col-3
{
   float: left;
}
#LayoutGrid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid1 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0 20px 0 0;
}
#LayoutGrid1 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid1 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid1:before,
#LayoutGrid1:after,
#LayoutGrid1 .row:before,
#LayoutGrid1 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid1:after,
#LayoutGrid1 .row:after
{
   clear: both;
}
@media (max-width: 1139px)
{
#LayoutGrid1 > .row > .col-1, #LayoutGrid1 > .row > .col-2, #LayoutGrid1 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid2
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-image: radial-gradient(circle at 50% 25%, #288C0F 0%, #003F02 100%);
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid2
{
   box-sizing: border-box;
   padding: 40px 15px 40px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 800px;
}
#LayoutGrid2 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid2 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid2 > .row > .col-1
{
   float: left;
}
#LayoutGrid2 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#LayoutGrid2 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0 25px 0 25px;
}
#LayoutGrid2:before,
#LayoutGrid2:after,
#LayoutGrid2 .row:before,
#LayoutGrid2 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid2:after,
#LayoutGrid2 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid2 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid2mobil
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: none;
   text-align: center;
   width: 100%;
   background-image: radial-gradient(circle at 50% 25%, #288C0F 0%, #003F02 100%);
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid2mobil
{
   box-sizing: border-box;
   padding: 40px 15px 40px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 800px;
}
#LayoutGrid2mobil > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid2mobil > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid2mobil > .row > .col-1
{
   float: left;
}
#LayoutGrid2mobil > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#LayoutGrid2mobil > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0 25px 0 25px;
}
#LayoutGrid2mobil:before,
#LayoutGrid2mobil:after,
#LayoutGrid2mobil .row:before,
#LayoutGrid2mobil .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid2mobil:after,
#LayoutGrid2mobil .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid2mobil > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_seilklettertechnik
{
   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;
}
#seilklettertechnik
{
   box-sizing: border-box;
   padding: 80px 15px 20px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1170px;
}
#seilklettertechnik > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#seilklettertechnik > .row > .col-1, #seilklettertechnik > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#seilklettertechnik > .row > .col-1, #seilklettertechnik > .row > .col-2
{
   float: left;
}
#seilklettertechnik > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#seilklettertechnik > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#seilklettertechnik > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: center;
}
#seilklettertechnik > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#seilklettertechnik:before,
#seilklettertechnik:after,
#seilklettertechnik .row:before,
#seilklettertechnik .row:after
{
   display: table;
   content: " ";
}
#seilklettertechnik:after,
#seilklettertechnik .row:after
{
   clear: both;
}
@media (max-width: 1024px)
{
#seilklettertechnik > .row > .col-1, #seilklettertechnik > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_philosopie
{
   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;
}
#philosopie
{
   box-sizing: border-box;
   padding: 20px 15px 80px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1170px;
}
#philosopie > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#philosopie > .row > .col-1, #philosopie > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#philosopie > .row > .col-1, #philosopie > .row > .col-2
{
   float: left;
}
#philosopie > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: center;
}
#philosopie > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#philosopie > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#philosopie > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#philosopie:before,
#philosopie:after,
#philosopie .row:before,
#philosopie .row:after
{
   display: table;
   content: " ";
}
#philosopie:after,
#philosopie .row:after
{
   clear: both;
}
@media (max-width: 1024px)
{
#philosopie > .row > .col-1, #philosopie > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_leistungen
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #054A01;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#leistungen
{
   box-sizing: border-box;
   padding: 80px 15px 25px 15px;
   margin-right: auto;
   margin-left: auto;
}
#leistungen > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#leistungen > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#leistungen > .row > .col-1
{
   float: left;
}
#leistungen > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#leistungen:before,
#leistungen:after,
#leistungen .row:before,
#leistungen .row:after
{
   display: table;
   content: " ";
}
#leistungen:after,
#leistungen .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#leistungen > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid6
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-image: linear-gradient(to top, #288C0F 0%, #054A01 100%);
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid6
{
   box-sizing: border-box;
   padding: 25px 15px 80px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1170px;
}
#LayoutGrid6 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid6 > .row > .col-1, #LayoutGrid6 > .row > .col-2, #LayoutGrid6 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid6 > .row > .col-1, #LayoutGrid6 > .row > .col-2, #LayoutGrid6 > .row > .col-3
{
   float: left;
}
#LayoutGrid6 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid6 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid6 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid6:before,
#LayoutGrid6:after,
#LayoutGrid6 .row:before,
#LayoutGrid6 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid6:after,
#LayoutGrid6 .row:after
{
   clear: both;
}
@media (max-width: 1139px)
{
#LayoutGrid6 > .row > .col-1, #LayoutGrid6 > .row > .col-2, #LayoutGrid6 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid6mobil
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: none;
   text-align: center;
   width: 100%;
   background-image: linear-gradient(to top, #288C0F 0%, #054A01 100%);
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid6mobil
{
   box-sizing: border-box;
   padding: 25px 15px 80px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1170px;
}
#LayoutGrid6mobil > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid6mobil > .row > .col-1, #LayoutGrid6mobil > .row > .col-2, #LayoutGrid6mobil > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid6mobil > .row > .col-1, #LayoutGrid6mobil > .row > .col-2, #LayoutGrid6mobil > .row > .col-3
{
   float: left;
}
#LayoutGrid6mobil > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid6mobil > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid6mobil > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid6mobil:before,
#LayoutGrid6mobil:after,
#LayoutGrid6mobil .row:before,
#LayoutGrid6mobil .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid6mobil:after,
#LayoutGrid6mobil .row:after
{
   clear: both;
}
@media (max-width: 1139px)
{
#LayoutGrid6mobil > .row > .col-1, #LayoutGrid6mobil > .row > .col-2, #LayoutGrid6mobil > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_ueber-uns
{
   clear: both;
   position: relative;
   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;
}
#ueber-uns
{
   box-sizing: border-box;
   padding: 80px 15px 50px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 800px;
}
#ueber-uns > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#ueber-uns > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#ueber-uns > .row > .col-1
{
   float: left;
}
#ueber-uns > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#ueber-uns > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0 25px 0 25px;
}
#ueber-uns:before,
#ueber-uns:after,
#ueber-uns .row:before,
#ueber-uns .row:after
{
   display: table;
   content: " ";
}
#ueber-uns:after,
#ueber-uns .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#ueber-uns > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid3
{
   clear: both;
   position: relative;
   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;
}
#LayoutGrid3
{
   box-sizing: border-box;
   padding: 50px 15px 50px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1170px;
}
#LayoutGrid3 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid3 > .row > .col-1, #LayoutGrid3 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid3 > .row > .col-1, #LayoutGrid3 > .row > .col-2
{
   float: left;
}
#LayoutGrid3 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: center;
}
#LayoutGrid3 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: center;
}
#LayoutGrid3:before,
#LayoutGrid3:after,
#LayoutGrid3 .row:before,
#LayoutGrid3 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid3:after,
#LayoutGrid3 .row:after
{
   clear: both;
}
@media (max-width: 1024px)
{
#LayoutGrid3 > .row > .col-1, #LayoutGrid3 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid10
{
   clear: both;
   position: relative;
   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;
}
#LayoutGrid10
{
   box-sizing: border-box;
   padding: 50px 15px 50px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1170px;
}
#LayoutGrid10 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid10 > .row > .col-1, #LayoutGrid10 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid10 > .row > .col-1, #LayoutGrid10 > .row > .col-2
{
   float: left;
}
#LayoutGrid10 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: center;
}
#LayoutGrid10 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: center;
}
#LayoutGrid10:before,
#LayoutGrid10:after,
#LayoutGrid10 .row:before,
#LayoutGrid10 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid10:after,
#LayoutGrid10 .row:after
{
   clear: both;
}
@media (max-width: 1024px)
{
#LayoutGrid10 > .row > .col-1, #LayoutGrid10 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid8
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('../images/Baumpflege-Kollektiv.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;
}
#LayoutGrid8
{
   box-sizing: border-box;
   padding: 200px 15px 200px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 800px;
}
#LayoutGrid8 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid8 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid8 > .row > .col-1
{
   float: left;
}
#LayoutGrid8 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#LayoutGrid8 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0 25px 0 25px;
}
#LayoutGrid8:before,
#LayoutGrid8:after,
#LayoutGrid8 .row:before,
#LayoutGrid8 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid8:after,
#LayoutGrid8 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid8 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid8Mobil
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: none;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('../images/Baumpflege-Kollektiv.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;
}
#LayoutGrid8Mobil
{
   box-sizing: border-box;
   padding: 150px 15px 150px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 800px;
}
#LayoutGrid8Mobil > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid8Mobil > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid8Mobil > .row > .col-1
{
   float: left;
}
#LayoutGrid8Mobil > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#LayoutGrid8Mobil > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0 25px 0 25px;
}
#LayoutGrid8Mobil:before,
#LayoutGrid8Mobil:after,
#LayoutGrid8Mobil .row:before,
#LayoutGrid8Mobil .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid8Mobil:after,
#LayoutGrid8Mobil .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid8Mobil > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid-KEG
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #054A01;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid-KEG
{
   box-sizing: border-box;
   padding: 80px 15px 40px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 800px;
}
#LayoutGrid-KEG > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid-KEG > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid-KEG > .row > .col-1
{
   float: left;
}
#LayoutGrid-KEG > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#LayoutGrid-KEG > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0 25px 0 25px;
}
#LayoutGrid-KEG:before,
#LayoutGrid-KEG:after,
#LayoutGrid-KEG .row:before,
#LayoutGrid-KEG .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid-KEG:after,
#LayoutGrid-KEG .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid-KEG > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid-HEG
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #054A01;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid-HEG
{
   box-sizing: border-box;
   padding: 60px 15px 10px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 800px;
}
#LayoutGrid-HEG > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid-HEG > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid-HEG > .row > .col-1
{
   float: left;
}
#LayoutGrid-HEG > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#LayoutGrid-HEG > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0 25px 0 25px;
}
#LayoutGrid-HEG:before,
#LayoutGrid-HEG:after,
#LayoutGrid-HEG .row:before,
#LayoutGrid-HEG .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid-HEG:after,
#LayoutGrid-HEG .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid-HEG > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid-EG
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #054A01;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid-EG
{
   box-sizing: border-box;
   padding: 10px 15px 80px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1170px;
}
#LayoutGrid-EG > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid-EG > .row > .col-1, #LayoutGrid-EG > .row > .col-2, #LayoutGrid-EG > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid-EG > .row > .col-1, #LayoutGrid-EG > .row > .col-2, #LayoutGrid-EG > .row > .col-3
{
   float: left;
}
#LayoutGrid-EG > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#LayoutGrid-EG > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#LayoutGrid-EG > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#LayoutGrid-EG:before,
#LayoutGrid-EG:after,
#LayoutGrid-EG .row:before,
#LayoutGrid-EG .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid-EG:after,
#LayoutGrid-EG .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#LayoutGrid-EG > .row > .col-1, #LayoutGrid-EG > .row > .col-2, #LayoutGrid-EG > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid7
{
   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;
}
#LayoutGrid7
{
   box-sizing: border-box;
   padding: 80px 15px 80px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1170px;
}
#LayoutGrid7 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid7 > .row > .col-1, #LayoutGrid7 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid7 > .row > .col-1, #LayoutGrid7 > .row > .col-2
{
   float: left;
}
#LayoutGrid7 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#LayoutGrid7 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#LayoutGrid7 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: center;
}
#LayoutGrid7 > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#LayoutGrid7:before,
#LayoutGrid7:after,
#LayoutGrid7 .row:before,
#LayoutGrid7 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid7:after,
#LayoutGrid7 .row:after
{
   clear: both;
}
@media (max-width: 1024px)
{
#LayoutGrid7 > .row > .col-1, #LayoutGrid7 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid7mobil
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: none;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid7mobil
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 80px 0 80px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1170px;
}
#LayoutGrid7mobil > .col-1, #LayoutGrid7mobil > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid7mobil > .col-1, #LayoutGrid7mobil > .col-2
{
   flex: 0 0 auto;
}
#LayoutGrid7mobil > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 50%;
   max-width: 50%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#LayoutGrid7mobil > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#LayoutGrid7mobil > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 50%;
   max-width: 50%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#LayoutGrid7mobil > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
@media (max-width: 1024px)
{
#LayoutGrid7mobil > .col-1, #LayoutGrid7mobil > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_kontakt
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-image: radial-gradient(circle at 50% 25%, #288C0F 0%, #003F02 100%);
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#kontakt
{
   box-sizing: border-box;
   padding: 80px 15px 100px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 800px;
}
#kontakt > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#kontakt > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#kontakt > .row > .col-1
{
   float: left;
}
#kontakt > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#kontakt > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0 25px 0 25px;
}
#kontakt:before,
#kontakt:after,
#kontakt .row:before,
#kontakt .row:after
{
   display: table;
   content: " ";
}
#kontakt:after,
#kontakt .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#kontakt > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#kontakt-divider-bottom
{
   overflow: hidden;
   position: absolute;
   line-height: 0;
   bottom: -0.3%;
   left: 0;
   width: 100%;
   height: 50px;
}
#kontakt-divider-bottom svg
{
   display: block;
   width: 101%;
   height: 100%;
   position: relative;
   left: 50%;
   transform: translateX(-50%);
}
#kontakt-divider-bottom .divider-fill
{
   fill: rgba(255,255,255,1.00);
   transform-origin: bottom;
   transform: rotateY(0deg);
}
#wb_Heading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #054A01;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0 0 20px 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: 0 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_Image1
{
   margin: 0;
   vertical-align: top;
}
#Image1
{
   border: 0px solid #000000;
   border-radius: 20px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 600px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_Heading3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0 0 10px 0;
   text-align: left;
}
#Heading3
{
   color: #054A01;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_Text3 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 10px 0 20px 0;
   margin: 0;
   text-align: left;
}
#wb_Text3
{
   color: #666666;
   font-family: Arial;
   font-weight: 400;
   font-size: 19px;
   line-height: 25px;
}
#wb_Text3 p, #wb_Text3 ul
{
   margin: 0;
   padding: 0;
   list-style-position: inside;
}
#wb_Text3
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Heading7
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 8px 0 ;
   padding: 0;
   text-align: center;
}
#Heading7
{
   color: #054A01;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_Text6 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 8px 0 ;
   text-align: center;
}
#wb_Text6 div
{
   text-align: center;
}
#wb_Text6
{
   display: block;
   margin: 0 0 8px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_Card13
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: left;
}
#Card13-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card13-card-item0
{
   box-sizing: border-box;
   margin: 0 0 -100px 0 ;
   padding: 0;
   border: 1px solid #054A01;
   border-radius: 50%;
   max-width: 125px;
   width: 100%;
   height: 125px;
}
#Card13-card-item0:hover
{
   transform: rotate(0deg) scale(1.3,1.3) ;
   transition: transform 300ms linear 0ms;
}
#Card13-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 300ms linear 0ms;
}
#Card13-card-item1
{
   box-sizing: border-box;
   margin: 0 20px 0 150px;
   padding: 0;
   color: #054A01;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card13-card-item2
{
   box-sizing: border-box;
   margin: 10px 20px 10px 150px;
   padding: 0;
   color: #666666;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card13-card-item3
{
   box-sizing: border-box;
   margin: 10px 20px 50px 150px;
   padding: 0;
   color: #288C0F;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card13-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card12
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: left;
}
#Card12-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card12-card-item0
{
   box-sizing: border-box;
   margin: 0 0 -100px 0 ;
   padding: 0;
   border: 1px solid #054A01;
   border-radius: 50%;
   max-width: 125px;
   width: 100%;
   height: 125px;
}
#Card12-card-item0:hover
{
   transform: rotate(0deg) scale(1.3,1.3) ;
   transition: transform 300ms linear 0ms;
}
#Card12-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 300ms linear 0ms;
}
#Card12-card-item1
{
   box-sizing: border-box;
   margin: 0 20px 0 150px;
   padding: 0;
   color: #054A01;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card12-card-item2
{
   box-sizing: border-box;
   margin: 10px 20px 10px 150px;
   padding: 0;
   color: #666666;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card12-card-item3
{
   box-sizing: border-box;
   margin: 10px 20px 50px 150px;
   padding: 0;
   color: #288C0F;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card12-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Image4
{
   margin: 0;
   vertical-align: top;
}
#Image4
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: inline-block;
   width: 338px;
   height: 86px;
   vertical-align: top;
}
#Image4:hover
{
   transform: rotate(0deg) scale(1.3,1.3) ;
   transition: transform 300ms linear 0ms;
}
#Image4
{
   transform: rotate(0deg) ;
   transition: transform 300ms linear 0ms;
}
#wb_Card5
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 10px 0 60px 0 ;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: left;
}
#Card5-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card5-card-item0
{
   display: inline-block;
   line-height: 1.0;
   height: 32px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #7A7A7A;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #076B0C;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
}
#wb_Card5:hover #Card5-card-item0
{
   transform: rotate(0deg) scale(1.3,1.3) ;
   transition: transform 300ms linear 0ms;
}
#Card5-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 300ms linear 0ms;
}
#Card5-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 32px;
   width: 32px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Bootstrap Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card5-card-item0 .check-square:before
{
   content: "\f26d";
}
#Card5-card-item1
{
   box-sizing: border-box;
   margin: -30px 0 0 50px;
   padding: 0;
   color: #054A01;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
}
#wb_Heading2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#Heading2
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 35px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_Text2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 20px 0 ;
   text-align: center;
}
#wb_Text2 div
{
   text-align: center;
}
#wb_Text2
{
   display: block;
   margin: 0 0 20px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_Heading5
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: center;
}
#Heading5
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_Card3
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 60px 0 60px 0 ;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: left;
}
#Card3-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card3-card-item0
{
   display: inline-block;
   line-height: 1.0;
   height: 32px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #7A7A7A;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #076B0C;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
}
#wb_Card3:hover #Card3-card-item0
{
   transform: rotate(0deg) scale(1.3,1.3) ;
   transition: transform 300ms linear 0ms;
}
#Card3-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 300ms linear 0ms;
}
#Card3-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 32px;
   width: 32px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Bootstrap Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card3-card-item0 .check-square:before
{
   content: "\f26d";
}
#Card3-card-item1
{
   box-sizing: border-box;
   margin: -30px 0 0 50px;
   padding: 0;
   color: #054A01;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
}
#wb_Card4
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 60px 0 10px 0 ;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: left;
}
#Card4-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card4-card-item0
{
   display: inline-block;
   line-height: 1.0;
   height: 32px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #7A7A7A;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #076B0C;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
}
#wb_Card4:hover #Card4-card-item0
{
   transform: rotate(0deg) scale(1.3,1.3) ;
   transition: transform 300ms linear 0ms;
}
#Card4-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 300ms linear 0ms;
}
#Card4-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 32px;
   width: 32px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Bootstrap Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card4-card-item0 .check-square:before
{
   content: "\f26d";
}
#Card4-card-item1
{
   box-sizing: border-box;
   margin: -30px 0 0 50px;
   padding: 0;
   color: #054A01;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
}
#wb_Card1
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 10px 0 60px 0 ;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: left;
}
#Card1-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card1-card-item0
{
   display: inline-block;
   line-height: 1.0;
   height: 32px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #7A7A7A;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #076B0C;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
}
#wb_Card1:hover #Card1-card-item0
{
   transform: rotate(0deg) scale(1.3,1.3) ;
   transition: transform 300ms linear 0ms;
}
#Card1-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 300ms linear 0ms;
}
#Card1-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 32px;
   width: 32px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Bootstrap Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card1-card-item0 .check-square:before
{
   content: "\f26d";
}
#Card1-card-item1
{
   box-sizing: border-box;
   margin: -30px 0 0 50px;
   padding: 0;
   color: #054A01;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
}
#wb_Card6
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 60px 0 60px 0 ;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: left;
}
#Card6-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card6-card-item0
{
   display: inline-block;
   line-height: 1.0;
   height: 32px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #7A7A7A;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #076B0C;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
}
#wb_Card6:hover #Card6-card-item0
{
   transform: rotate(0deg) scale(1.3,1.3) ;
   transition: transform 300ms linear 0ms;
}
#Card6-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 300ms linear 0ms;
}
#Card6-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 32px;
   width: 32px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Bootstrap Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card6-card-item0 .check-square:before
{
   content: "\f26d";
}
#Card6-card-item1
{
   box-sizing: border-box;
   margin: -30px 0 0 50px;
   padding: 0;
   color: #054A01;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
}
#wb_Card7
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 60px 0 60px 0 ;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: left;
}
#Card7-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card7-card-item0
{
   display: inline-block;
   line-height: 1.0;
   height: 32px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #7A7A7A;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #076B0C;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
}
#wb_Card7:hover #Card7-card-item0
{
   transform: rotate(0deg) scale(1.3,1.3) ;
   transition: transform 300ms linear 0ms;
}
#Card7-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 300ms linear 0ms;
}
#Card7-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 32px;
   width: 32px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Bootstrap Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card7-card-item0 .check-square:before
{
   content: "\f26d";
}
#Card7-card-item1
{
   box-sizing: border-box;
   margin: -30px 0 0 50px;
   padding: 0;
   color: #054A01;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
}
#wb_Card2
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 60px 0 60px 0 ;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: left;
}
#Card2-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card2-card-item0
{
   display: inline-block;
   line-height: 1.0;
   height: 32px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #7A7A7A;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #076B0C;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
}
#wb_Card2:hover #Card2-card-item0
{
   transform: rotate(0deg) scale(1.3,1.3) ;
   transition: transform 300ms linear 0ms;
}
#Card2-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 300ms linear 0ms;
}
#Card2-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 32px;
   width: 32px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Bootstrap Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card2-card-item0 .check-square:before
{
   content: "\f26d";
}
#Card2-card-item1
{
   box-sizing: border-box;
   margin: -30px 0 0 50px;
   padding: 0;
   color: #054A01;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
}
#wb_Card8
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 60px 0 10px 0 ;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: left;
}
#Card8-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card8-card-item0
{
   display: inline-block;
   line-height: 1.0;
   height: 32px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #7A7A7A;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #076B0C;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
}
#wb_Card8:hover #Card8-card-item0
{
   transform: rotate(0deg) scale(1.3,1.3) ;
   transition: transform 300ms linear 0ms;
}
#Card8-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 300ms linear 0ms;
}
#Card8-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 32px;
   width: 32px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Bootstrap Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card8-card-item0 .check-square:before
{
   content: "\f26d";
}
#Card8-card-item1
{
   box-sizing: border-box;
   margin: -30px 0 0 50px;
   padding: 0;
   color: #054A01;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
}
#ThemeableButton1
{
   font-family: Arial;
   font-weight: normal;
   font-size: 19px;
   font-style: normal;
   display: inline-block;
   position: relative;
   vertical-align: middle;
   user-select: none;
   overflow: visible;
   text-decoration: none;
   cursor: pointer;
}
#wb_ThemeableButton1
{
   border-radius: 10px;
   margin: 0;
   box-shadow: 0px 2px 5px rgba(0,0,0,0.13);
   vertical-align: top;
}
#ThemeableButton1
{
   box-sizing: border-box;
   padding: 0 5px 0 40px;
   text-align: left;
}
#wb_ThemeableButton1 .ui-button
{
   display: flex;
   align-items: center;
   margin: 0;
   justify-content: flex-start;
}
#ThemeableButton1
{
   color: inherit;
}
#wb_ThemeableButton1 .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%2072%2072%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M51%2032%20C51%2032%2c%2051%2031%2c%2051%2031%20C51%2030%2c%2051%2030%2c%2051%2029%20C50%2029%2c%2050%2029%2c%2050%2029%20C45%2029%2c%2041%2029%2c%2037%2031%20C33%2032%2c%2030%2034%2c%2027%2036%20C24%2038%2c%2021%2041%2c%2017%2045%20C17%2045%2c%2017%2046%2c%2017%2046%20C17%2046%2c%2017%2047%2c%2017%2047%20C18%2048%2c%2018%2048%2c%2019%2048%20C19%2048%2c%2020%2048%2c%2020%2047%20C21%2047%2c%2022%2046%2c%2023%2044%20C24%2043%2c%2025%2042%2c%2025%2042%20C29%2038%2c%2033%2036%2c%2037%2035%20C40%2033%2c%2045%2032%2c%2050%2032%20C50%2032%2c%2050%2032%2c%2051%2032%20Z%20M73%2023%20C73%2025%2c%2073%2028%2c%2073%2030%20C71%2037%2c%2069%2042%2c%2065%2046%20C61%2051%2c%2056%2054%2c%2050%2057%20C45%2060%2c%2039%2062%2c%2033%2062%20C28%2062%2c%2025%2061%2c%2021%2060%20C20%2059%2c%2019%2059%2c%2017%2058%20C15%2057%2c%2014%2057%2c%2014%2057%20C13%2057%2c%2013%2057%2c%2013%2058%20C12%2058%2c%2011%2059%2c%2011%2060%20C10%2061%2c%2010%2062%2c%209%2063%20C8%2064%2c%207%2065%2c%206%2065%20C4%2065%2c%203%2064%2c%203%2064%20C2%2063%2c%201%2062%2c%201%2061%20C1%2061%2c%201%2061%2c%200%2061%20C0%2061%2c%200%2060%2c%200%2060%20C0%2060%2c%200%2060%2c%200%2060%20C0%2060%2c%200%2059%2c%200%2059%20C0%2058%2c%200%2057%2c%201%2056%20C2%2055%2c%203%2054%2c%204%2053%20C5%2052%2c%206%2052%2c%207%2051%20C8%2050%2c%208%2050%2c%208%2049%20C8%2049%2c%208%2049%2c%207%2048%20C7%2047%2c%207%2046%2c%207%2046%20C6%2045%2c%206%2043%2c%206%2042%20C6%2039%2c%207%2036%2c%208%2033%20C9%2030%2c%2011%2027%2c%2013%2025%20C15%2023%2c%2017%2021%2c%2020%2019%20C23%2018%2c%2025%2017%2c%2028%2016%20C30%2015%2c%2032%2015%2c%2034%2015%20C37%2014%2c%2039%2014%2c%2042%2014%20C44%2014%2c%2046%2014%2c%2049%2014%20C51%2014%2c%2053%2013%2c%2055%2013%20C57%2012%2c%2059%2012%2c%2059%2011%20C60%2011%2c%2060%2010%2c%2061%2010%20C61%209%2c%2062%209%2c%2062%209%20C62%208%2c%2063%208%2c%2063%208%20C64%207%2c%2064%207%2c%2065%207%20C65%207%2c%2066%207%2c%2067%207%20C68%207%2c%2069%207%2c%2070%209%20C71%2010%2c%2072%2012%2c%2072%2014%20C73%2015%2c%2073%2017%2c%2073%2019%20C73%2020%2c%2073%2022%2c%2073%2023%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
   display: inline-block;
   overflow: visible;
   position: absolute;
   left: 14px;
   margin: 0;
   top: 50%;
   transform: translateY(-50%);
   width: 18px;
   height: 18px;
}
#wb_ThemeableButton1:hover .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23003F02%22%20viewBox%3d%220%200%2072%2072%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M51%2032%20C51%2032%2c%2051%2031%2c%2051%2031%20C51%2030%2c%2051%2030%2c%2051%2029%20C50%2029%2c%2050%2029%2c%2050%2029%20C45%2029%2c%2041%2029%2c%2037%2031%20C33%2032%2c%2030%2034%2c%2027%2036%20C24%2038%2c%2021%2041%2c%2017%2045%20C17%2045%2c%2017%2046%2c%2017%2046%20C17%2046%2c%2017%2047%2c%2017%2047%20C18%2048%2c%2018%2048%2c%2019%2048%20C19%2048%2c%2020%2048%2c%2020%2047%20C21%2047%2c%2022%2046%2c%2023%2044%20C24%2043%2c%2025%2042%2c%2025%2042%20C29%2038%2c%2033%2036%2c%2037%2035%20C40%2033%2c%2045%2032%2c%2050%2032%20C50%2032%2c%2050%2032%2c%2051%2032%20Z%20M73%2023%20C73%2025%2c%2073%2028%2c%2073%2030%20C71%2037%2c%2069%2042%2c%2065%2046%20C61%2051%2c%2056%2054%2c%2050%2057%20C45%2060%2c%2039%2062%2c%2033%2062%20C28%2062%2c%2025%2061%2c%2021%2060%20C20%2059%2c%2019%2059%2c%2017%2058%20C15%2057%2c%2014%2057%2c%2014%2057%20C13%2057%2c%2013%2057%2c%2013%2058%20C12%2058%2c%2011%2059%2c%2011%2060%20C10%2061%2c%2010%2062%2c%209%2063%20C8%2064%2c%207%2065%2c%206%2065%20C4%2065%2c%203%2064%2c%203%2064%20C2%2063%2c%201%2062%2c%201%2061%20C1%2061%2c%201%2061%2c%200%2061%20C0%2061%2c%200%2060%2c%200%2060%20C0%2060%2c%200%2060%2c%200%2060%20C0%2060%2c%200%2059%2c%200%2059%20C0%2058%2c%200%2057%2c%201%2056%20C2%2055%2c%203%2054%2c%204%2053%20C5%2052%2c%206%2052%2c%207%2051%20C8%2050%2c%208%2050%2c%208%2049%20C8%2049%2c%208%2049%2c%207%2048%20C7%2047%2c%207%2046%2c%207%2046%20C6%2045%2c%206%2043%2c%206%2042%20C6%2039%2c%207%2036%2c%208%2033%20C9%2030%2c%2011%2027%2c%2013%2025%20C15%2023%2c%2017%2021%2c%2020%2019%20C23%2018%2c%2025%2017%2c%2028%2016%20C30%2015%2c%2032%2015%2c%2034%2015%20C37%2014%2c%2039%2014%2c%2042%2014%20C44%2014%2c%2046%2014%2c%2049%2014%20C51%2014%2c%2053%2013%2c%2055%2013%20C57%2012%2c%2059%2012%2c%2059%2011%20C60%2011%2c%2060%2010%2c%2061%2010%20C61%209%2c%2062%209%2c%2062%209%20C62%208%2c%2063%208%2c%2063%208%20C64%207%2c%2064%207%2c%2065%207%20C65%207%2c%2066%207%2c%2067%207%20C68%207%2c%2069%207%2c%2070%209%20C71%2010%2c%2072%2012%2c%2072%2014%20C73%2015%2c%2073%2017%2c%2073%2019%20C73%2020%2c%2073%2022%2c%2073%2023%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#wb_ThemeableButton1:active .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%2072%2072%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M51%2032%20C51%2032%2c%2051%2031%2c%2051%2031%20C51%2030%2c%2051%2030%2c%2051%2029%20C50%2029%2c%2050%2029%2c%2050%2029%20C45%2029%2c%2041%2029%2c%2037%2031%20C33%2032%2c%2030%2034%2c%2027%2036%20C24%2038%2c%2021%2041%2c%2017%2045%20C17%2045%2c%2017%2046%2c%2017%2046%20C17%2046%2c%2017%2047%2c%2017%2047%20C18%2048%2c%2018%2048%2c%2019%2048%20C19%2048%2c%2020%2048%2c%2020%2047%20C21%2047%2c%2022%2046%2c%2023%2044%20C24%2043%2c%2025%2042%2c%2025%2042%20C29%2038%2c%2033%2036%2c%2037%2035%20C40%2033%2c%2045%2032%2c%2050%2032%20C50%2032%2c%2050%2032%2c%2051%2032%20Z%20M73%2023%20C73%2025%2c%2073%2028%2c%2073%2030%20C71%2037%2c%2069%2042%2c%2065%2046%20C61%2051%2c%2056%2054%2c%2050%2057%20C45%2060%2c%2039%2062%2c%2033%2062%20C28%2062%2c%2025%2061%2c%2021%2060%20C20%2059%2c%2019%2059%2c%2017%2058%20C15%2057%2c%2014%2057%2c%2014%2057%20C13%2057%2c%2013%2057%2c%2013%2058%20C12%2058%2c%2011%2059%2c%2011%2060%20C10%2061%2c%2010%2062%2c%209%2063%20C8%2064%2c%207%2065%2c%206%2065%20C4%2065%2c%203%2064%2c%203%2064%20C2%2063%2c%201%2062%2c%201%2061%20C1%2061%2c%201%2061%2c%200%2061%20C0%2061%2c%200%2060%2c%200%2060%20C0%2060%2c%200%2060%2c%200%2060%20C0%2060%2c%200%2059%2c%200%2059%20C0%2058%2c%200%2057%2c%201%2056%20C2%2055%2c%203%2054%2c%204%2053%20C5%2052%2c%206%2052%2c%207%2051%20C8%2050%2c%208%2050%2c%208%2049%20C8%2049%2c%208%2049%2c%207%2048%20C7%2047%2c%207%2046%2c%207%2046%20C6%2045%2c%206%2043%2c%206%2042%20C6%2039%2c%207%2036%2c%208%2033%20C9%2030%2c%2011%2027%2c%2013%2025%20C15%2023%2c%2017%2021%2c%2020%2019%20C23%2018%2c%2025%2017%2c%2028%2016%20C30%2015%2c%2032%2015%2c%2034%2015%20C37%2014%2c%2039%2014%2c%2042%2014%20C44%2014%2c%2046%2014%2c%2049%2014%20C51%2014%2c%2053%2013%2c%2055%2013%20C57%2012%2c%2059%2012%2c%2059%2011%20C60%2011%2c%2060%2010%2c%2061%2010%20C61%209%2c%2062%209%2c%2062%209%20C62%208%2c%2063%208%2c%2063%208%20C64%207%2c%2064%207%2c%2065%207%20C65%207%2c%2066%207%2c%2067%207%20C68%207%2c%2069%207%2c%2070%209%20C71%2010%2c%2072%2012%2c%2072%2014%20C73%2015%2c%2073%2017%2c%2073%2019%20C73%2020%2c%2073%2022%2c%2073%2023%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#wb_ThemeableButton1 .ui-corner-all, #wb_ThemeableButton1 .ui-corner-left
{
   border-bottom-left-radius: 10px;
   border-top-left-radius: 10px;
}
#wb_ThemeableButton1 .ui-corner-all, #wb_ThemeableButton1 .ui-corner-right
{
   border-bottom-right-radius: 10px;
   border-top-right-radius: 10px;
}
#ThemeableButton1
{
   transform: rotate(0deg) ;
   transition: transform 250ms ease-out 0ms;
}
#ThemeableButton1:hover
{
   transform: rotate(0deg) scale(1.2,1.2) ;
   transition: transform 250ms ease-out 0ms;
}
#wb_ThemeableButton1 .ui-button
{
   background-color: #003F02;
   background-image: none;
   border: 2px solid #FFFFFF;
   color: #FFFFFF;
}
#wb_ThemeableButton1 .ui-state-hover, #wb_ThemeableButton1 .ui-button:hover
{
   border-color: #CCCCCC;
   background-color: #EDEDED;
   background-image: none;
   color: #003F02;
}
#wb_ThemeableButton1 .ui-button:disabled
{
   opacity: .5;
   pointer-events: none;
}
#wb_ThemeableButton1 .ui-state-active, #wb_ThemeableButton1 .ui-button:active
{
   border-color: #FFFFFF;
   background-color: #007204;
   background-image: none;
   color: #FFFFFF;
}
#wb_Card11
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 20px 5px 20px 5px;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 20px;
   text-align: left;
}
#Card11-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card11-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 20px;
   width: 100%;
   height: auto;
}
#wb_Card11:hover #Card11-card-item0
{
   transform: rotate(0deg) scale(1.5,1.5) ;
   transition: transform 500ms ease-out 0ms;
}
#Card11-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 500ms ease-out 0ms;
}
#Card11-card-item1
{
   box-sizing: border-box;
   margin: 25px 25px 20px 25px;
   padding: 0;
   color: #054A01;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   text-align: left;
}
#Card11-card-item2
{
   box-sizing: border-box;
   margin: 10px 25px 10px 25px;
   border-top: 2px #4F4F4F solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card11-card-item3
{
   box-sizing: border-box;
   margin: 20px 25px 20px 25px;
   padding: 0;
   color: #666666;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 26.6px;
   text-align: left;
}
#wb_Card9
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 20px 5px 20px 5px;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 20px;
   text-align: left;
}
#Card9-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card9-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 20px;
   width: 100%;
   height: auto;
}
#wb_Card9:hover #Card9-card-item0
{
   transform: rotate(0deg) scale(1.5,1.5) ;
   transition: transform 500ms ease-out 0ms;
}
#Card9-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 500ms ease-out 0ms;
}
#Card9-card-item1
{
   box-sizing: border-box;
   margin: 25px 25px 20px 25px;
   padding: 0;
   color: #054A01;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   text-align: left;
}
#Card9-card-item2
{
   box-sizing: border-box;
   margin: 10px 25px 10px 25px;
   border-top: 2px #4F4F4F solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card9-card-item3
{
   box-sizing: border-box;
   margin: 20px 25px 20px 25px;
   padding: 0;
   color: #666666;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 26.6px;
   text-align: left;
}
#wb_Card10
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 20px 5px 20px 5px;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 20px;
   text-align: left;
}
#Card10-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card10-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 20px;
   width: 100%;
   height: auto;
}
#wb_Card10:hover #Card10-card-item0
{
   transform: rotate(0deg) scale(1.5,1.5) ;
   transition: transform 500ms ease-out 0ms;
}
#Card10-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 500ms ease-out 0ms;
}
#Card10-card-item1
{
   box-sizing: border-box;
   margin: 25px 25px 20px 25px;
   padding: 0;
   color: #054A01;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   text-align: left;
}
#Card10-card-item2
{
   box-sizing: border-box;
   margin: 10px 25px 10px 25px;
   border-top: 2px #4F4F4F solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card10-card-item3
{
   box-sizing: border-box;
   margin: 20px 25px 20px 25px;
   padding: 0;
   color: #666666;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 26.6px;
   text-align: left;
}
#wb_Image2
{
   margin: 0;
   vertical-align: top;
}
#Image2
{
   border: 0px solid #000000;
   border-radius: 20px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 600px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_Heading4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0 0 10px 0;
   text-align: left;
}
#Heading4
{
   color: #054A01;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_Text4 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 10px 0 20px 0;
   margin: 0;
   text-align: left;
}
#wb_Text4
{
   color: #666666;
   font-family: Arial;
   font-weight: 400;
   font-size: 19px;
   line-height: 25px;
}
#wb_Text4 p, #wb_Text4 ul
{
   margin: 0;
   padding: 0;
   list-style-position: inside;
}
#wb_Text4
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Image3
{
   margin: 0;
   vertical-align: top;
}
#Image3
{
   border: 0px solid #000000;
   border-radius: 20px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 600px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_Heading6
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0 0 10px 0;
   text-align: left;
}
#Heading6
{
   color: #054A01;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_Text5 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 10px 0 20px 0;
   margin: 0;
   text-align: left;
}
#wb_Text5
{
   color: #666666;
   font-family: Arial;
   font-weight: 400;
   font-size: 19px;
   line-height: 29px;
}
#wb_Text5 p, #wb_Text5 ul
{
   margin: 0;
   padding: 0;
   list-style-position: inside;
}
#wb_Text5
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#Button2
{
   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: 10px 0 10px 0 ;
}
#Button2:focus
{
   outline: 0;
}
#Button2
{
   color: #FFFFFF;
   background-color: #003F02;
   border-color: #003F02;
   transform: rotate(0deg) ;
   transition: color 200ms linear 0ms, background-color 200ms linear 0ms, border-color 200ms linear 0ms, transform 200ms linear 0ms;
}
#Button2:hover
{
   color: #FFFFFF;
   background-color: #288C0F;
   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_Image3mobil
{
   margin: 0;
   vertical-align: top;
}
#Image3mobil
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 600px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_Heading6mobil
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0 0 10px 0;
   text-align: left;
}
#Heading6mobil
{
   color: #054A01;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_Text5mobil 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   display: none;
   padding: 10px 0 20px 0;
   margin: 0;
   text-align: left;
}
#wb_Text5mobil
{
   color: #666666;
   font-family: Arial;
   font-weight: 400;
   font-size: 19px;
   line-height: 25px;
}
#wb_Text5mobil p, #wb_Text5mobil ul
{
   margin: 0;
   padding: 0;
   list-style-position: inside;
}
#wb_Text5mobil
{
   display: none;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#Button1mobil
{
   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: 10px 0 10px 0 ;
}
#Button1mobil:focus
{
   outline: 0;
}
#Button1mobil
{
   color: #FFFFFF;
   background-color: #003F02;
   border-color: #003F02;
   transform: rotate(0deg) ;
   transition: color 200ms linear 0ms, background-color 200ms linear 0ms, border-color 200ms linear 0ms, transform 200ms linear 0ms;
}
#Button1mobil:hover
{
   color: #FFFFFF;
   background-color: #288C0F;
   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_Image2mobil
{
   margin: 0;
   vertical-align: top;
}
#Image2mobil
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 600px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_Heading2Mobil
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#Heading2Mobil
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 35px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_Text8 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   display: none;
   padding: 0;
   margin: 0 0 20px 0 ;
   text-align: center;
}
#wb_Text8 div
{
   text-align: center;
}
#wb_Text8
{
   display: none;
   margin: 0 0 20px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#ThemeableButton1moibil
{
   font-family: Arial;
   font-weight: normal;
   font-size: 19px;
   font-style: normal;
   display: inline-block;
   position: relative;
   vertical-align: middle;
   user-select: none;
   overflow: visible;
   text-decoration: none;
   cursor: pointer;
}
#wb_ThemeableButton1moibil
{
   border-radius: 2px;
   margin: 0;
   box-shadow: 0px 2px 5px rgba(0,0,0,0.13);
   vertical-align: top;
}
#ThemeableButton1moibil
{
   box-sizing: border-box;
   padding: 0 0 0 35px;
   text-align: left;
}
#wb_ThemeableButton1moibil .ui-button
{
   display: flex;
   align-items: center;
   margin: 0;
   justify-content: flex-start;
}
#ThemeableButton1moibil
{
   color: inherit;
}
#wb_ThemeableButton1moibil .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%2072%2072%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M51%2032%20C51%2032%2c%2051%2031%2c%2051%2031%20C51%2030%2c%2051%2030%2c%2051%2029%20C50%2029%2c%2050%2029%2c%2050%2029%20C45%2029%2c%2041%2029%2c%2037%2031%20C33%2032%2c%2030%2034%2c%2027%2036%20C24%2038%2c%2021%2041%2c%2017%2045%20C17%2045%2c%2017%2046%2c%2017%2046%20C17%2046%2c%2017%2047%2c%2017%2047%20C18%2048%2c%2018%2048%2c%2019%2048%20C19%2048%2c%2020%2048%2c%2020%2047%20C21%2047%2c%2022%2046%2c%2023%2044%20C24%2043%2c%2025%2042%2c%2025%2042%20C29%2038%2c%2033%2036%2c%2037%2035%20C40%2033%2c%2045%2032%2c%2050%2032%20C50%2032%2c%2050%2032%2c%2051%2032%20Z%20M73%2023%20C73%2025%2c%2073%2028%2c%2073%2030%20C71%2037%2c%2069%2042%2c%2065%2046%20C61%2051%2c%2056%2054%2c%2050%2057%20C45%2060%2c%2039%2062%2c%2033%2062%20C28%2062%2c%2025%2061%2c%2021%2060%20C20%2059%2c%2019%2059%2c%2017%2058%20C15%2057%2c%2014%2057%2c%2014%2057%20C13%2057%2c%2013%2057%2c%2013%2058%20C12%2058%2c%2011%2059%2c%2011%2060%20C10%2061%2c%2010%2062%2c%209%2063%20C8%2064%2c%207%2065%2c%206%2065%20C4%2065%2c%203%2064%2c%203%2064%20C2%2063%2c%201%2062%2c%201%2061%20C1%2061%2c%201%2061%2c%200%2061%20C0%2061%2c%200%2060%2c%200%2060%20C0%2060%2c%200%2060%2c%200%2060%20C0%2060%2c%200%2059%2c%200%2059%20C0%2058%2c%200%2057%2c%201%2056%20C2%2055%2c%203%2054%2c%204%2053%20C5%2052%2c%206%2052%2c%207%2051%20C8%2050%2c%208%2050%2c%208%2049%20C8%2049%2c%208%2049%2c%207%2048%20C7%2047%2c%207%2046%2c%207%2046%20C6%2045%2c%206%2043%2c%206%2042%20C6%2039%2c%207%2036%2c%208%2033%20C9%2030%2c%2011%2027%2c%2013%2025%20C15%2023%2c%2017%2021%2c%2020%2019%20C23%2018%2c%2025%2017%2c%2028%2016%20C30%2015%2c%2032%2015%2c%2034%2015%20C37%2014%2c%2039%2014%2c%2042%2014%20C44%2014%2c%2046%2014%2c%2049%2014%20C51%2014%2c%2053%2013%2c%2055%2013%20C57%2012%2c%2059%2012%2c%2059%2011%20C60%2011%2c%2060%2010%2c%2061%2010%20C61%209%2c%2062%209%2c%2062%209%20C62%208%2c%2063%208%2c%2063%208%20C64%207%2c%2064%207%2c%2065%207%20C65%207%2c%2066%207%2c%2067%207%20C68%207%2c%2069%207%2c%2070%209%20C71%2010%2c%2072%2012%2c%2072%2014%20C73%2015%2c%2073%2017%2c%2073%2019%20C73%2020%2c%2073%2022%2c%2073%2023%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
   display: inline-block;
   overflow: visible;
   position: absolute;
   left: 14px;
   margin: 0;
   top: 50%;
   transform: translateY(-50%);
   width: 18px;
   height: 18px;
}
#wb_ThemeableButton1moibil:hover .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23003F02%22%20viewBox%3d%220%200%2072%2072%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M51%2032%20C51%2032%2c%2051%2031%2c%2051%2031%20C51%2030%2c%2051%2030%2c%2051%2029%20C50%2029%2c%2050%2029%2c%2050%2029%20C45%2029%2c%2041%2029%2c%2037%2031%20C33%2032%2c%2030%2034%2c%2027%2036%20C24%2038%2c%2021%2041%2c%2017%2045%20C17%2045%2c%2017%2046%2c%2017%2046%20C17%2046%2c%2017%2047%2c%2017%2047%20C18%2048%2c%2018%2048%2c%2019%2048%20C19%2048%2c%2020%2048%2c%2020%2047%20C21%2047%2c%2022%2046%2c%2023%2044%20C24%2043%2c%2025%2042%2c%2025%2042%20C29%2038%2c%2033%2036%2c%2037%2035%20C40%2033%2c%2045%2032%2c%2050%2032%20C50%2032%2c%2050%2032%2c%2051%2032%20Z%20M73%2023%20C73%2025%2c%2073%2028%2c%2073%2030%20C71%2037%2c%2069%2042%2c%2065%2046%20C61%2051%2c%2056%2054%2c%2050%2057%20C45%2060%2c%2039%2062%2c%2033%2062%20C28%2062%2c%2025%2061%2c%2021%2060%20C20%2059%2c%2019%2059%2c%2017%2058%20C15%2057%2c%2014%2057%2c%2014%2057%20C13%2057%2c%2013%2057%2c%2013%2058%20C12%2058%2c%2011%2059%2c%2011%2060%20C10%2061%2c%2010%2062%2c%209%2063%20C8%2064%2c%207%2065%2c%206%2065%20C4%2065%2c%203%2064%2c%203%2064%20C2%2063%2c%201%2062%2c%201%2061%20C1%2061%2c%201%2061%2c%200%2061%20C0%2061%2c%200%2060%2c%200%2060%20C0%2060%2c%200%2060%2c%200%2060%20C0%2060%2c%200%2059%2c%200%2059%20C0%2058%2c%200%2057%2c%201%2056%20C2%2055%2c%203%2054%2c%204%2053%20C5%2052%2c%206%2052%2c%207%2051%20C8%2050%2c%208%2050%2c%208%2049%20C8%2049%2c%208%2049%2c%207%2048%20C7%2047%2c%207%2046%2c%207%2046%20C6%2045%2c%206%2043%2c%206%2042%20C6%2039%2c%207%2036%2c%208%2033%20C9%2030%2c%2011%2027%2c%2013%2025%20C15%2023%2c%2017%2021%2c%2020%2019%20C23%2018%2c%2025%2017%2c%2028%2016%20C30%2015%2c%2032%2015%2c%2034%2015%20C37%2014%2c%2039%2014%2c%2042%2014%20C44%2014%2c%2046%2014%2c%2049%2014%20C51%2014%2c%2053%2013%2c%2055%2013%20C57%2012%2c%2059%2012%2c%2059%2011%20C60%2011%2c%2060%2010%2c%2061%2010%20C61%209%2c%2062%209%2c%2062%209%20C62%208%2c%2063%208%2c%2063%208%20C64%207%2c%2064%207%2c%2065%207%20C65%207%2c%2066%207%2c%2067%207%20C68%207%2c%2069%207%2c%2070%209%20C71%2010%2c%2072%2012%2c%2072%2014%20C73%2015%2c%2073%2017%2c%2073%2019%20C73%2020%2c%2073%2022%2c%2073%2023%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#wb_ThemeableButton1moibil:active .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%2072%2072%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M51%2032%20C51%2032%2c%2051%2031%2c%2051%2031%20C51%2030%2c%2051%2030%2c%2051%2029%20C50%2029%2c%2050%2029%2c%2050%2029%20C45%2029%2c%2041%2029%2c%2037%2031%20C33%2032%2c%2030%2034%2c%2027%2036%20C24%2038%2c%2021%2041%2c%2017%2045%20C17%2045%2c%2017%2046%2c%2017%2046%20C17%2046%2c%2017%2047%2c%2017%2047%20C18%2048%2c%2018%2048%2c%2019%2048%20C19%2048%2c%2020%2048%2c%2020%2047%20C21%2047%2c%2022%2046%2c%2023%2044%20C24%2043%2c%2025%2042%2c%2025%2042%20C29%2038%2c%2033%2036%2c%2037%2035%20C40%2033%2c%2045%2032%2c%2050%2032%20C50%2032%2c%2050%2032%2c%2051%2032%20Z%20M73%2023%20C73%2025%2c%2073%2028%2c%2073%2030%20C71%2037%2c%2069%2042%2c%2065%2046%20C61%2051%2c%2056%2054%2c%2050%2057%20C45%2060%2c%2039%2062%2c%2033%2062%20C28%2062%2c%2025%2061%2c%2021%2060%20C20%2059%2c%2019%2059%2c%2017%2058%20C15%2057%2c%2014%2057%2c%2014%2057%20C13%2057%2c%2013%2057%2c%2013%2058%20C12%2058%2c%2011%2059%2c%2011%2060%20C10%2061%2c%2010%2062%2c%209%2063%20C8%2064%2c%207%2065%2c%206%2065%20C4%2065%2c%203%2064%2c%203%2064%20C2%2063%2c%201%2062%2c%201%2061%20C1%2061%2c%201%2061%2c%200%2061%20C0%2061%2c%200%2060%2c%200%2060%20C0%2060%2c%200%2060%2c%200%2060%20C0%2060%2c%200%2059%2c%200%2059%20C0%2058%2c%200%2057%2c%201%2056%20C2%2055%2c%203%2054%2c%204%2053%20C5%2052%2c%206%2052%2c%207%2051%20C8%2050%2c%208%2050%2c%208%2049%20C8%2049%2c%208%2049%2c%207%2048%20C7%2047%2c%207%2046%2c%207%2046%20C6%2045%2c%206%2043%2c%206%2042%20C6%2039%2c%207%2036%2c%208%2033%20C9%2030%2c%2011%2027%2c%2013%2025%20C15%2023%2c%2017%2021%2c%2020%2019%20C23%2018%2c%2025%2017%2c%2028%2016%20C30%2015%2c%2032%2015%2c%2034%2015%20C37%2014%2c%2039%2014%2c%2042%2014%20C44%2014%2c%2046%2014%2c%2049%2014%20C51%2014%2c%2053%2013%2c%2055%2013%20C57%2012%2c%2059%2012%2c%2059%2011%20C60%2011%2c%2060%2010%2c%2061%2010%20C61%209%2c%2062%209%2c%2062%209%20C62%208%2c%2063%208%2c%2063%208%20C64%207%2c%2064%207%2c%2065%207%20C65%207%2c%2066%207%2c%2067%207%20C68%207%2c%2069%207%2c%2070%209%20C71%2010%2c%2072%2012%2c%2072%2014%20C73%2015%2c%2073%2017%2c%2073%2019%20C73%2020%2c%2073%2022%2c%2073%2023%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#wb_ThemeableButton1moibil .ui-corner-all, #wb_ThemeableButton1moibil .ui-corner-left
{
   border-bottom-left-radius: 2px;
   border-top-left-radius: 2px;
}
#wb_ThemeableButton1moibil .ui-corner-all, #wb_ThemeableButton1moibil .ui-corner-right
{
   border-bottom-right-radius: 2px;
   border-top-right-radius: 2px;
}
#ThemeableButton1moibil
{
   transform: rotate(0deg) ;
   transition: transform 250ms ease-out 0ms;
}
#ThemeableButton1moibil:hover
{
   transform: rotate(0deg) scale(1.2,1.2) ;
   transition: transform 250ms ease-out 0ms;
}
#wb_ThemeableButton1moibil .ui-button
{
   background-color: #003F02;
   background-image: none;
   border: 2px solid #FFFFFF;
   color: #FFFFFF;
}
#wb_ThemeableButton1moibil .ui-state-hover, #wb_ThemeableButton1moibil .ui-button:hover
{
   border-color: #CCCCCC;
   background-color: #EDEDED;
   background-image: none;
   color: #003F02;
}
#wb_ThemeableButton1moibil .ui-button:disabled
{
   opacity: .5;
   pointer-events: none;
}
#wb_ThemeableButton1moibil .ui-state-active, #wb_ThemeableButton1moibil .ui-button:active
{
   border-color: #FFFFFF;
   background-color: #007204;
   background-image: none;
   color: #FFFFFF;
}
#wb_Card11mobil
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 20px 5px 20px 5px;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 3px;
   text-align: left;
}
#Card11mobil-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card11mobil-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 20px;
   width: 100%;
   height: auto;
}
#wb_Card11mobil:hover #Card11mobil-card-item0
{
   transform: rotate(0deg) scale(1.5,1.5) ;
   transition: transform 500ms ease-out 0ms;
}
#Card11mobil-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 500ms ease-out 0ms;
}
#Card11mobil-card-item1
{
   box-sizing: border-box;
   margin: 25px 25px 20px 25px;
   padding: 0;
   color: #054A01;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   text-align: left;
}
#Card11mobil-card-item2
{
   box-sizing: border-box;
   margin: 10px 25px 10px 25px;
   border-top: 2px #4F4F4F solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card11mobil-card-item3
{
   box-sizing: border-box;
   margin: 20px 25px 20px 25px;
   padding: 0;
   color: #666666;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 26.6px;
   text-align: left;
}
#wb_Card9mobil
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 20px 5px 20px 5px;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 3px;
   text-align: left;
}
#Card9mobil-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card9mobil-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 20px;
   width: 100%;
   height: auto;
}
#wb_Card9mobil:hover #Card9mobil-card-item0
{
   transform: rotate(0deg) scale(1.5,1.5) ;
   transition: transform 500ms ease-out 0ms;
}
#Card9mobil-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 500ms ease-out 0ms;
}
#Card9mobil-card-item1
{
   box-sizing: border-box;
   margin: 25px 25px 20px 25px;
   padding: 0;
   color: #054A01;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   text-align: left;
}
#Card9mobil-card-item2
{
   box-sizing: border-box;
   margin: 10px 25px 10px 25px;
   border-top: 2px #4F4F4F solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card9mobil-card-item3
{
   box-sizing: border-box;
   margin: 20px 25px 20px 25px;
   padding: 0;
   color: #666666;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 26.6px;
   text-align: left;
}
#wb_Card10mobil
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 20px 5px 20px 5px;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 3px;
   text-align: left;
}
#Card10mobil-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card10mobil-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 20px;
   width: 100%;
   height: auto;
}
#wb_Card10mobil:hover #Card10mobil-card-item0
{
   transform: rotate(0deg) scale(1.5,1.5) ;
   transition: transform 500ms ease-out 0ms;
}
#Card10mobil-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 500ms ease-out 0ms;
}
#Card10mobil-card-item1
{
   box-sizing: border-box;
   margin: 25px 25px 20px 25px;
   padding: 0;
   color: #054A01;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   text-align: left;
}
#Card10mobil-card-item2
{
   box-sizing: border-box;
   margin: 10px 25px 10px 25px;
   border-top: 2px #4F4F4F solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card10mobil-card-item3
{
   box-sizing: border-box;
   margin: 20px 25px 20px 25px;
   padding: 0;
   color: #666666;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 26.6px;
   text-align: left;
}
#wb_Text6a 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 8px 0 0 0 ;
   text-align: center;
}
#wb_Text6a div
{
   text-align: center;
}
#wb_Text6a
{
   display: block;
   margin: 8px 0 0 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_Card17
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: left;
}
#Card17-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card17-card-item0
{
   box-sizing: border-box;
   margin: 0 0 -100px 0 ;
   padding: 0;
   border: 1px solid #054A01;
   border-radius: 50%;
   max-width: 125px;
   width: 100%;
   height: 125px;
}
#Card17-card-item0:hover
{
   transform: rotate(0deg) scale(1.3,1.3) ;
   transition: transform 300ms linear 0ms;
}
#Card17-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 300ms linear 0ms;
}
#Card17-card-item1
{
   box-sizing: border-box;
   margin: 0 20px 0 150px;
   padding: 0;
   color: #054A01;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card17-card-item2
{
   box-sizing: border-box;
   margin: 10px 20px 10px 150px;
   padding: 0;
   color: #666666;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card17-card-item3
{
   box-sizing: border-box;
   margin: 10px 20px 50px 150px;
   padding: 0;
   color: #288C0F;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card17-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card18
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: left;
}
#Card18-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card18-card-item0
{
   box-sizing: border-box;
   margin: 0 0 -100px 0 ;
   padding: 0;
   border: 1px solid #054A01;
   border-radius: 50%;
   max-width: 125px;
   width: 100%;
   height: 125px;
}
#Card18-card-item0:hover
{
   transform: rotate(0deg) scale(1.3,1.3) ;
   transition: transform 300ms linear 0ms;
}
#Card18-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 300ms linear 0ms;
}
#Card18-card-item1
{
   box-sizing: border-box;
   margin: 0 20px 0 150px;
   padding: 0;
   color: #054A01;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card18-card-item2
{
   box-sizing: border-box;
   margin: 10px 20px 10px 150px;
   padding: 0;
   color: #666666;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card18-card-item3
{
   box-sizing: border-box;
   margin: 10px 20px 50px 150px;
   padding: 0;
   color: #288C0F;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card18-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Heading-KEG
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#Heading-KEG
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 35px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_Text-KEG 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 20px 0 ;
   text-align: center;
}
#wb_Text-KEG div
{
   text-align: center;
}
#wb_Text-KEG
{
   display: block;
   margin: 0 0 20px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#IconButton-KEG
{
   font-family: Arial;
   font-weight: normal;
   font-size: 19px;
   font-style: normal;
   display: inline-block;
   position: relative;
   vertical-align: middle;
   user-select: none;
   overflow: visible;
   text-decoration: none;
   cursor: pointer;
}
#wb_IconButton-KEG
{
   border-radius: 10px;
   margin: 20px 0 0 0 ;
   box-shadow: 0px 2px 5px rgba(0,0,0,0.13);
   vertical-align: top;
}
#IconButton-KEG
{
   box-sizing: border-box;
   padding: 0 5px 0 40px;
   text-align: center;
}
#wb_IconButton-KEG .ui-button
{
   display: flex;
   align-items: center;
   margin: 0;
   justify-content: center;
}
#IconButton-KEG
{
   color: inherit;
}
#wb_IconButton-KEG .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%2072%2072%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M51%2032%20C51%2032%2c%2051%2031%2c%2051%2031%20C51%2030%2c%2051%2030%2c%2051%2029%20C50%2029%2c%2050%2029%2c%2050%2029%20C45%2029%2c%2041%2029%2c%2037%2031%20C33%2032%2c%2030%2034%2c%2027%2036%20C24%2038%2c%2021%2041%2c%2017%2045%20C17%2045%2c%2017%2046%2c%2017%2046%20C17%2046%2c%2017%2047%2c%2017%2047%20C18%2048%2c%2018%2048%2c%2019%2048%20C19%2048%2c%2020%2048%2c%2020%2047%20C21%2047%2c%2022%2046%2c%2023%2044%20C24%2043%2c%2025%2042%2c%2025%2042%20C29%2038%2c%2033%2036%2c%2037%2035%20C40%2033%2c%2045%2032%2c%2050%2032%20C50%2032%2c%2050%2032%2c%2051%2032%20Z%20M73%2023%20C73%2025%2c%2073%2028%2c%2073%2030%20C71%2037%2c%2069%2042%2c%2065%2046%20C61%2051%2c%2056%2054%2c%2050%2057%20C45%2060%2c%2039%2062%2c%2033%2062%20C28%2062%2c%2025%2061%2c%2021%2060%20C20%2059%2c%2019%2059%2c%2017%2058%20C15%2057%2c%2014%2057%2c%2014%2057%20C13%2057%2c%2013%2057%2c%2013%2058%20C12%2058%2c%2011%2059%2c%2011%2060%20C10%2061%2c%2010%2062%2c%209%2063%20C8%2064%2c%207%2065%2c%206%2065%20C4%2065%2c%203%2064%2c%203%2064%20C2%2063%2c%201%2062%2c%201%2061%20C1%2061%2c%201%2061%2c%200%2061%20C0%2061%2c%200%2060%2c%200%2060%20C0%2060%2c%200%2060%2c%200%2060%20C0%2060%2c%200%2059%2c%200%2059%20C0%2058%2c%200%2057%2c%201%2056%20C2%2055%2c%203%2054%2c%204%2053%20C5%2052%2c%206%2052%2c%207%2051%20C8%2050%2c%208%2050%2c%208%2049%20C8%2049%2c%208%2049%2c%207%2048%20C7%2047%2c%207%2046%2c%207%2046%20C6%2045%2c%206%2043%2c%206%2042%20C6%2039%2c%207%2036%2c%208%2033%20C9%2030%2c%2011%2027%2c%2013%2025%20C15%2023%2c%2017%2021%2c%2020%2019%20C23%2018%2c%2025%2017%2c%2028%2016%20C30%2015%2c%2032%2015%2c%2034%2015%20C37%2014%2c%2039%2014%2c%2042%2014%20C44%2014%2c%2046%2014%2c%2049%2014%20C51%2014%2c%2053%2013%2c%2055%2013%20C57%2012%2c%2059%2012%2c%2059%2011%20C60%2011%2c%2060%2010%2c%2061%2010%20C61%209%2c%2062%209%2c%2062%209%20C62%208%2c%2063%208%2c%2063%208%20C64%207%2c%2064%207%2c%2065%207%20C65%207%2c%2066%207%2c%2067%207%20C68%207%2c%2069%207%2c%2070%209%20C71%2010%2c%2072%2012%2c%2072%2014%20C73%2015%2c%2073%2017%2c%2073%2019%20C73%2020%2c%2073%2022%2c%2073%2023%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
   display: inline-block;
   overflow: visible;
   position: absolute;
   left: 14px;
   margin: 0;
   top: 50%;
   transform: translateY(-50%);
   width: 18px;
   height: 18px;
}
#wb_IconButton-KEG:hover .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23003F02%22%20viewBox%3d%220%200%2072%2072%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M51%2032%20C51%2032%2c%2051%2031%2c%2051%2031%20C51%2030%2c%2051%2030%2c%2051%2029%20C50%2029%2c%2050%2029%2c%2050%2029%20C45%2029%2c%2041%2029%2c%2037%2031%20C33%2032%2c%2030%2034%2c%2027%2036%20C24%2038%2c%2021%2041%2c%2017%2045%20C17%2045%2c%2017%2046%2c%2017%2046%20C17%2046%2c%2017%2047%2c%2017%2047%20C18%2048%2c%2018%2048%2c%2019%2048%20C19%2048%2c%2020%2048%2c%2020%2047%20C21%2047%2c%2022%2046%2c%2023%2044%20C24%2043%2c%2025%2042%2c%2025%2042%20C29%2038%2c%2033%2036%2c%2037%2035%20C40%2033%2c%2045%2032%2c%2050%2032%20C50%2032%2c%2050%2032%2c%2051%2032%20Z%20M73%2023%20C73%2025%2c%2073%2028%2c%2073%2030%20C71%2037%2c%2069%2042%2c%2065%2046%20C61%2051%2c%2056%2054%2c%2050%2057%20C45%2060%2c%2039%2062%2c%2033%2062%20C28%2062%2c%2025%2061%2c%2021%2060%20C20%2059%2c%2019%2059%2c%2017%2058%20C15%2057%2c%2014%2057%2c%2014%2057%20C13%2057%2c%2013%2057%2c%2013%2058%20C12%2058%2c%2011%2059%2c%2011%2060%20C10%2061%2c%2010%2062%2c%209%2063%20C8%2064%2c%207%2065%2c%206%2065%20C4%2065%2c%203%2064%2c%203%2064%20C2%2063%2c%201%2062%2c%201%2061%20C1%2061%2c%201%2061%2c%200%2061%20C0%2061%2c%200%2060%2c%200%2060%20C0%2060%2c%200%2060%2c%200%2060%20C0%2060%2c%200%2059%2c%200%2059%20C0%2058%2c%200%2057%2c%201%2056%20C2%2055%2c%203%2054%2c%204%2053%20C5%2052%2c%206%2052%2c%207%2051%20C8%2050%2c%208%2050%2c%208%2049%20C8%2049%2c%208%2049%2c%207%2048%20C7%2047%2c%207%2046%2c%207%2046%20C6%2045%2c%206%2043%2c%206%2042%20C6%2039%2c%207%2036%2c%208%2033%20C9%2030%2c%2011%2027%2c%2013%2025%20C15%2023%2c%2017%2021%2c%2020%2019%20C23%2018%2c%2025%2017%2c%2028%2016%20C30%2015%2c%2032%2015%2c%2034%2015%20C37%2014%2c%2039%2014%2c%2042%2014%20C44%2014%2c%2046%2014%2c%2049%2014%20C51%2014%2c%2053%2013%2c%2055%2013%20C57%2012%2c%2059%2012%2c%2059%2011%20C60%2011%2c%2060%2010%2c%2061%2010%20C61%209%2c%2062%209%2c%2062%209%20C62%208%2c%2063%208%2c%2063%208%20C64%207%2c%2064%207%2c%2065%207%20C65%207%2c%2066%207%2c%2067%207%20C68%207%2c%2069%207%2c%2070%209%20C71%2010%2c%2072%2012%2c%2072%2014%20C73%2015%2c%2073%2017%2c%2073%2019%20C73%2020%2c%2073%2022%2c%2073%2023%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#wb_IconButton-KEG:active .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%2072%2072%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M51%2032%20C51%2032%2c%2051%2031%2c%2051%2031%20C51%2030%2c%2051%2030%2c%2051%2029%20C50%2029%2c%2050%2029%2c%2050%2029%20C45%2029%2c%2041%2029%2c%2037%2031%20C33%2032%2c%2030%2034%2c%2027%2036%20C24%2038%2c%2021%2041%2c%2017%2045%20C17%2045%2c%2017%2046%2c%2017%2046%20C17%2046%2c%2017%2047%2c%2017%2047%20C18%2048%2c%2018%2048%2c%2019%2048%20C19%2048%2c%2020%2048%2c%2020%2047%20C21%2047%2c%2022%2046%2c%2023%2044%20C24%2043%2c%2025%2042%2c%2025%2042%20C29%2038%2c%2033%2036%2c%2037%2035%20C40%2033%2c%2045%2032%2c%2050%2032%20C50%2032%2c%2050%2032%2c%2051%2032%20Z%20M73%2023%20C73%2025%2c%2073%2028%2c%2073%2030%20C71%2037%2c%2069%2042%2c%2065%2046%20C61%2051%2c%2056%2054%2c%2050%2057%20C45%2060%2c%2039%2062%2c%2033%2062%20C28%2062%2c%2025%2061%2c%2021%2060%20C20%2059%2c%2019%2059%2c%2017%2058%20C15%2057%2c%2014%2057%2c%2014%2057%20C13%2057%2c%2013%2057%2c%2013%2058%20C12%2058%2c%2011%2059%2c%2011%2060%20C10%2061%2c%2010%2062%2c%209%2063%20C8%2064%2c%207%2065%2c%206%2065%20C4%2065%2c%203%2064%2c%203%2064%20C2%2063%2c%201%2062%2c%201%2061%20C1%2061%2c%201%2061%2c%200%2061%20C0%2061%2c%200%2060%2c%200%2060%20C0%2060%2c%200%2060%2c%200%2060%20C0%2060%2c%200%2059%2c%200%2059%20C0%2058%2c%200%2057%2c%201%2056%20C2%2055%2c%203%2054%2c%204%2053%20C5%2052%2c%206%2052%2c%207%2051%20C8%2050%2c%208%2050%2c%208%2049%20C8%2049%2c%208%2049%2c%207%2048%20C7%2047%2c%207%2046%2c%207%2046%20C6%2045%2c%206%2043%2c%206%2042%20C6%2039%2c%207%2036%2c%208%2033%20C9%2030%2c%2011%2027%2c%2013%2025%20C15%2023%2c%2017%2021%2c%2020%2019%20C23%2018%2c%2025%2017%2c%2028%2016%20C30%2015%2c%2032%2015%2c%2034%2015%20C37%2014%2c%2039%2014%2c%2042%2014%20C44%2014%2c%2046%2014%2c%2049%2014%20C51%2014%2c%2053%2013%2c%2055%2013%20C57%2012%2c%2059%2012%2c%2059%2011%20C60%2011%2c%2060%2010%2c%2061%2010%20C61%209%2c%2062%209%2c%2062%209%20C62%208%2c%2063%208%2c%2063%208%20C64%207%2c%2064%207%2c%2065%207%20C65%207%2c%2066%207%2c%2067%207%20C68%207%2c%2069%207%2c%2070%209%20C71%2010%2c%2072%2012%2c%2072%2014%20C73%2015%2c%2073%2017%2c%2073%2019%20C73%2020%2c%2073%2022%2c%2073%2023%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#wb_IconButton-KEG .ui-corner-all, #wb_IconButton-KEG .ui-corner-left
{
   border-bottom-left-radius: 10px;
   border-top-left-radius: 10px;
}
#wb_IconButton-KEG .ui-corner-all, #wb_IconButton-KEG .ui-corner-right
{
   border-bottom-right-radius: 10px;
   border-top-right-radius: 10px;
}
#IconButton-KEG
{
   transform: rotate(0deg) ;
   transition: transform 250ms ease-out 0ms;
}
#IconButton-KEG:hover
{
   transform: rotate(0deg) scale(1.2,1.2) ;
   transition: transform 250ms ease-out 0ms;
}
#wb_IconButton-KEG .ui-button
{
   background-color: #1C7204;
   background-image: none;
   border: 2px solid #FFFFFF;
   color: #FFFFFF;
}
#wb_IconButton-KEG .ui-state-hover, #wb_IconButton-KEG .ui-button:hover
{
   border-color: #CCCCCC;
   background-color: #EDEDED;
   background-image: none;
   color: #003F02;
}
#wb_IconButton-KEG .ui-button:disabled
{
   opacity: .5;
   pointer-events: none;
}
#wb_IconButton-KEG .ui-state-active, #wb_IconButton-KEG .ui-button:active
{
   border-color: #FFFFFF;
   background-color: #007204;
   background-image: none;
   color: #FFFFFF;
}
#wb_Heading-EG
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#Heading-EG
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 35px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_Card3-EG
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 5px 25px 5px 25px;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 20px;
   text-align: center;
}
#Card3-EG-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card3-EG-card-item0
{
   box-sizing: border-box;
   margin: 5px 25px 5px 25px;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 26.6px;
   text-align: center;
}
#Card3-EG-card-item0
{
   color: #FFFFFF;
   transition: color 500ms linear 0ms;
}
#Card3-EG-card-item0:hover
{
   color: #009600;
   transition: color 500ms linear 0ms;
}
#Card3-EG-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#Card3-EG-card-item1
{
   box-sizing: border-box;
   margin: 5px 25px 5px 25px;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 26.6px;
   text-align: center;
}
#Card3-EG-card-item1
{
   color: #FFFFFF;
   transition: color 500ms linear 0ms;
}
#Card3-EG-card-item1:hover
{
   color: #009600;
   transition: color 500ms linear 0ms;
}
#Card3-EG-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card3-EG-card-item2
{
   box-sizing: border-box;
   margin: 5px 25px 5px 25px;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 26.6px;
   text-align: center;
}
#Card3-EG-card-item2
{
   color: #FFFFFF;
   transition: color 500ms linear 0ms;
}
#Card3-EG-card-item2:hover
{
   color: #009600;
   transition: color 500ms linear 0ms;
}
#Card3-EG-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card3-EG-card-item3
{
   box-sizing: border-box;
   margin: 5px 25px 5px 25px;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 26.6px;
   text-align: center;
}
#Card3-EG-card-item3
{
   color: #FFFFFF;
   transition: color 500ms linear 0ms;
}
#Card3-EG-card-item3:hover
{
   color: #009600;
   transition: color 500ms linear 0ms;
}
#Card3-EG-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#Card3-EG-card-item4
{
   box-sizing: border-box;
   margin: 5px 25px 5px 25px;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 26.6px;
   text-align: center;
}
#Card3-EG-card-item4
{
   color: #FFFFFF;
   transition: color 500ms linear 0ms;
}
#Card3-EG-card-item4:hover
{
   color: #009600;
   transition: color 500ms linear 0ms;
}
#Card3-EG-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card1-EG
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 5px 25px 5px 25px;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 20px;
   text-align: center;
}
#Card1-EG-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card1-EG-card-item0
{
   box-sizing: border-box;
   margin: 5px 25px 5px 25px;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 26.6px;
   text-align: center;
}
#Card1-EG-card-item0
{
   color: #FFFFFF;
   transition: color 500ms linear 0ms;
}
#Card1-EG-card-item0:hover
{
   color: #009600;
   transition: color 500ms linear 0ms;
}
#Card1-EG-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#Card1-EG-card-item1
{
   box-sizing: border-box;
   margin: 5px 25px 5px 25px;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 26.6px;
   text-align: center;
}
#Card1-EG-card-item1
{
   color: #FFFFFF;
   transition: color 500ms linear 0ms;
}
#Card1-EG-card-item1:hover
{
   color: #009600;
   transition: color 500ms linear 0ms;
}
#Card1-EG-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card1-EG-card-item2
{
   box-sizing: border-box;
   margin: 5px 25px 0 25px;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 26.6px;
   text-align: center;
}
#Card1-EG-card-item2
{
   color: #FFFFFF;
   transition: color 500ms linear 0ms;
}
#Card1-EG-card-item2:hover
{
   color: #009600;
   transition: color 500ms linear 0ms;
}
#Card1-EG-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card1-EG-card-item3
{
   box-sizing: border-box;
   margin: 5px 25px 5px 25px;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 26.6px;
   text-align: center;
}
#Card1-EG-card-item3
{
   color: #FFFFFF;
   transition: color 500ms linear 0ms;
}
#Card1-EG-card-item3:hover
{
   color: #009600;
   transition: color 500ms linear 0ms;
}
#Card1-EG-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#Card1-EG-card-item4
{
   box-sizing: border-box;
   margin: 5px 25px 5px 24px;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 26.6px;
   text-align: center;
}
#Card1-EG-card-item4
{
   color: #FFFFFF;
   transition: color 500ms linear 0ms;
}
#Card1-EG-card-item4:hover
{
   color: #009600;
   transition: color 500ms linear 0ms;
}
#Card1-EG-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card2-EG
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 5px 25px 5px 25px;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 20px;
   text-align: center;
}
#Card2-EG-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card2-EG-card-item0
{
   box-sizing: border-box;
   margin: 5px 25px 5px 25px;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 26.6px;
   text-align: center;
}
#Card2-EG-card-item0
{
   color: #FFFFFF;
   transition: color 500ms linear 0ms;
}
#Card2-EG-card-item0:hover
{
   color: #009600;
   transition: color 500ms linear 0ms;
}
#Card2-EG-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#Card2-EG-card-item1
{
   box-sizing: border-box;
   margin: 5px 25px 5px 25px;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 26.6px;
   text-align: center;
}
#Card2-EG-card-item1
{
   color: #FFFFFF;
   transition: color 500ms linear 0ms;
}
#Card2-EG-card-item1:hover
{
   color: #009600;
   transition: color 500ms linear 0ms;
}
#Card2-EG-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card2-EG-card-item2
{
   box-sizing: border-box;
   margin: 5px 25px 5px 25px;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 26.6px;
   text-align: center;
}
#Card2-EG-card-item2
{
   color: #FFFFFF;
   transition: color 500ms linear 0ms;
}
#Card2-EG-card-item2:hover
{
   color: #009600;
   transition: color 500ms linear 0ms;
}
#Card2-EG-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card2-EG-card-item3
{
   box-sizing: border-box;
   margin: 5px 25px 5px 25px;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 26.6px;
   text-align: center;
}
#Card2-EG-card-item3
{
   color: #FFFFFF;
   transition: color 500ms linear 0ms;
}
#Card2-EG-card-item3:hover
{
   color: #009600;
   transition: color 500ms linear 0ms;
}
#Card2-EG-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#Card2-EG-card-item4
{
   box-sizing: border-box;
   margin: 5px 25px 5px 25px;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 26.6px;
   text-align: center;
}
#Card2-EG-card-item4
{
   color: #FFFFFF;
   transition: color 500ms linear 0ms;
}
#Card2-EG-card-item4:hover
{
   color: #009600;
   transition: color 500ms linear 0ms;
}
#Card2-EG-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#wb_kontakt-form
{
   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;
}
#kontakt-form
{
   box-sizing: border-box;
   padding: 120px 15px 100px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#kontakt-form > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#kontakt-form > .row > .col-1, #kontakt-form > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#kontakt-form > .row > .col-1, #kontakt-form > .row > .col-2
{
   float: left;
}
#kontakt-form > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#kontakt-form > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#kontakt-form > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: center;
}
#kontakt-form > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#kontakt-form:before,
#kontakt-form:after,
#kontakt-form .row:before,
#kontakt-form .row:after
{
   display: table;
   content: " ";
}
#kontakt-form:after,
#kontakt-form .row:after
{
   clear: both;
}
@media (max-width: 1024px)
{
#kontakt-form > .row > .col-1, #kontakt-form > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#contactLabel1
{
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #666666;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 15px;
   text-align: left;
   vertical-align: top;
   padding: 4px 4px 4px 0;
}
#contactLabel1:focus
{
   outline: 0;
}
#contactName
{
   box-sizing: border-box;
   line-height: 25px;
   margin: 5px 0 10px 0 ;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 1px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #696969;
   border-right-color: #696969;
   border-bottom-color: #696969;
   border-left-color: #696969;
   background-color: #FFFFFF;
   background-image: none;
   color: #666666;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: left;
   padding: 4px 4px 4px 4px;
}
#contactName:focus
{
   outline: 0;
}
#contactLabel2
{
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #666666;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 15px;
   text-align: left;
   vertical-align: top;
   padding: 20px 4px 4px 0;
}
#contactLabel2:focus
{
   outline: 0;
}
#contactEmail
{
   box-sizing: border-box;
   line-height: 25px;
   margin: 5px 0 10px 0 ;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 1px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #696969;
   border-right-color: #696969;
   border-bottom-color: #696969;
   border-left-color: #696969;
   background-color: #FFFFFF;
   background-image: none;
   color: #666666;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: left;
   padding: 4px 4px 4px 4px;
}
#contactEmail:focus
{
   outline: 0;
}
#contactLabel4
{
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #666666;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 15px;
   text-align: left;
   vertical-align: top;
   padding: 20px 4px 4px 0;
}
#contactLabel4:focus
{
   outline: 0;
}
#contactMessage
{
   box-sizing: border-box;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 1px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #282828;
   border-right-color: #282828;
   border-bottom-color: #282828;
   border-left-color: #282828;
   background-color: #FFFFFF;
   background-image: none;
   color: #666666;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: left;
   padding: 4px 4px 4px 4px;
   margin: 5px 0 10px 0 ;
   overflow: auto;
   resize: none;
}
#contactMessage:focus
{
   outline: 0;
}
#contactButton
{
   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: 10px 0 10px 0 ;
}
#contactButton:focus
{
   outline: 0;
}
#contactButton
{
   color: #FFFFFF;
   background-color: #003F02;
   border-color: #003F02;
   transform: rotate(0deg) ;
   transition: color 200ms linear 0ms, background-color 200ms linear 0ms, border-color 200ms linear 0ms, transform 200ms linear 0ms;
}
#contactButton:hover
{
   color: #FFFFFF;
   background-color: #288C0F;
   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_contactHeading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 10px 0 10px 0;
   text-align: left;
}
#contactHeading1
{
   color: #054A01;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_contactText1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 10px 0 10px 0;
   margin: 0;
   text-align: left;
}
#wb_contactText1
{
   color: #666666;
   font-family: Arial;
   font-weight: 400;
   font-size: 19px;
   line-height: 25px;
}
#wb_contactText1 p, #wb_contactText1 ul
{
   margin: 0;
   padding: 0;
   list-style-position: inside;
}
#wb_contactText1
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_contactIcon1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 0px;
   text-align: center;
   animation: twister-down-in 2000ms linear 0ms 1 normal both;
   animation-play-state: paused;
   margin: 0 0 20px -6px;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_contactIcon1 a
{
   text-decoration: none;
}
#wb_contactIcon1 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#contactIcon1
{
   height: 64px;
   width: 70px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
.contactIcon1
{
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
.contactIcon1:before
{
   content: "\e0e1";
}
#contactIcon1 i
{
   color: #054A01;
   display: inline-block;
   font-size: 64px;
   line-height: 64px;
   vertical-align: middle;
}
#wb_contactIcon1:hover #contactIcon1 i
{
   color: #288C0F;
}
#wb_contactIcon1
{
   alle: ;
   transition: alle 500ms linear 0ms;
}
#contactLabel3
{
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #666666;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 15px;
   text-align: left;
   vertical-align: top;
   padding: 20px 4px 4px 0;
}
#contactLabel3:focus
{
   outline: 0;
}
#contactPhone
{
   box-sizing: border-box;
   line-height: 25px;
   margin: 5px 0 10px 0 ;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 1px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #696969;
   border-right-color: #696969;
   border-bottom-color: #696969;
   border-left-color: #696969;
   background-color: #FFFFFF;
   background-image: none;
   color: #666666;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: left;
   padding: 4px 4px 4px 4px;
}
#contactPhone:focus
{
   outline: 0;
}
#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_Bookmark4mobil
{
   display: none;
   width: 100%;
   z-index: 66;
}
#wb_Bookmark-KEG
{
   display: block;
   width: 100%;
   z-index: 53;
}
#Bookmark5
{
   opacity: 0;
}
#Bookmark3mobil
{
   opacity: 0;
}
#wb_Bookmark3mobil
{
   display: none;
   width: 100%;
   z-index: 30;
}
#wb_ThemeableButton1
{
   display: inline-block;
   width: 128px;
   height: 48px;
   z-index: 17;
}
#wb_Card6
{
   display: flex;
   width: 100%;
   z-index: 12;
}
#contactEmail
{
   display: block;
   width: 100%;
   height: 34px;
   z-index: 75;
}
#contactLabel1
{
   display: block;
   width: 100%;
   line-height: 18px;
   z-index: 72;
}
#wb_Heading6mobil
{
   display: none;
   width: 100%;
   z-index: 63;
}
#Bookmark4
{
   opacity: 0;
}
#wb_Card1
{
   display: flex;
   width: 100%;
   z-index: 7;
}
#contactButton
{
   display: inline-block;
   width: 158px;
   height: 42px;
   line-height: 1.0;
   z-index: 80;
}
#wb_Bookmark4
{
   display: block;
   width: 100%;
   z-index: 61;
}
#Button2
{
   display: inline-block;
   width: 171px;
   height: 42px;
   z-index: 60;
}
#wb_Heading-KEG
{
   display: block;
   width: 100%;
   z-index: 50;
}
#wb_Bookmark8
{
   display: block;
   width: 100%;
   z-index: 47;
}
#wb_Bookmark7
{
   display: block;
   width: 100%;
   z-index: 44;
}
#wb_Bookmark6
{
   display: block;
   width: 100%;
   z-index: 42;
}
#wb_Bookmark5
{
   display: block;
   width: 100%;
   z-index: 33;
}
#wb_Bookmark3
{
   display: block;
   width: 100%;
   z-index: 26;
}
#wb_Image1
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 25;
}
#wb_Bookmark2
{
   display: block;
   width: 100%;
   z-index: 24;
}
#wb_Heading2Mobil
{
   display: none;
   width: 100%;
   z-index: 19;
}
#wb_Bookmark1
{
   display: block;
   width: 100%;
   z-index: 18;
}
#wb_Bookmark0
{
   display: block;
   width: 100%;
   z-index: 5;
}
#wb_OverlayMenu1
{
   display: none;
   width: 100px;
   height: 100px;
   z-index: 3;
}
#wb_ThemeableButtonIM
{
   display: none;
   width: 67px;
   height: 32px;
   z-index: 90;
}
#Button1
{
   display: inline-block;
   width: 119px;
   height: 42px;
   z-index: 87;
}
#wb_Heading8
{
   display: block;
   width: 100%;
   z-index: 85;
}
#wb_Card14
{
   display: flex;
   width: 100%;
   z-index: 81;
}
#contactLabel3
{
   display: block;
   width: 100%;
   line-height: 18px;
   z-index: 76;
}
#wb_IconButton-KEG
{
   display: inline-block;
   width: 418px;
   height: 48px;
   z-index: 52;
}
#wb_Image2mobil
{
   display: none;
   width: 100%;
   height: auto;
   z-index: 31;
}
#wb_Image2
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 27;
}
#wb_Card3
{
   display: flex;
   width: 100%;
   z-index: 9;
}
#wb_Card15
{
   display: flex;
   width: 100%;
   z-index: 82;
}
#contactMessage
{
   display: block;
   width: 100%;
   height: 100px;
   z-index: 79;
}
#contactLabel2
{
   display: block;
   width: 100%;
   line-height: 18px;
   z-index: 74;
}
#wb_Image3
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 62;
}
#wb_Heading-EG
{
   display: block;
   width: 100%;
   z-index: 54;
}
#wb_Card2
{
   display: flex;
   width: 100%;
   z-index: 8;
}
#wb_Card16
{
   display: flex;
   width: 100%;
   z-index: 83;
}
#wb_Image4
{
   display: inline-block;
   width: 338px;
   height: 86px;
   z-index: 68;
}
#Bookmark8
{
   opacity: 0;
}
#wb_headerimagemobil
{
   display: none;
   width: 100%;
   height: auto;
   z-index: 2;
}
#contactLabel4
{
   display: block;
   width: 100%;
   line-height: 18px;
   z-index: 78;
}
#wb_Heading6
{
   display: block;
   width: 100%;
   z-index: 58;
}
#wb_Card17
{
   display: flex;
   width: 100%;
   z-index: 45;
}
#wb_Card11mobil
{
   display: none;
   width: calc(100% - 10px);
   z-index: 39;
}
#wb_Card9mobil
{
   display: none;
   width: calc(100% - 10px);
   z-index: 37;
}
#wb_headerimage
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 0;
}
#ThemeableButtonDS
{
   width: 100%;
   height: 100%;
}
#wb_Image3mobil
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 67;
}
#Button1mobil
{
   display: none;
   width: 171px;
   height: 42px;
   z-index: 65;
}
#Bookmark-KEG
{
   opacity: 0;
}
#wb_Heading7
{
   display: block;
   width: 100%;
   z-index: 41;
}
#wb_Card10
{
   display: flex;
   width: calc(100% - 10px);
   z-index: 35;
}
#wb_ThemeableButtonDS
{
   display: none;
   width: 67px;
   height: 32px;
   z-index: 89;
}
#wb_Card3-EG
{
   display: flex;
   width: calc(100% - 50px);
   z-index: 57;
}
#wb_Card2-EG
{
   display: flex;
   width: calc(100% - 50px);
   z-index: 56;
}
#wb_Card1-EG
{
   display: flex;
   width: calc(100% - 50px);
   z-index: 55;
}
#wb_Card10mobil
{
   display: none;
   width: calc(100% - 10px);
   z-index: 38;
}
#wb_Card11
{
   display: flex;
   width: calc(100% - 10px);
   z-index: 36;
}
#wb_Heading4
{
   display: block;
   width: 100%;
   z-index: 28;
}
#ThemeableButton1
{
   width: 100%;
   height: 100%;
}
#wb_Card12
{
   display: flex;
   width: 100%;
   z-index: 48;
}
#wb_Card9
{
   display: flex;
   width: calc(100% - 10px);
   z-index: 34;
}
#wb_Heading5
{
   display: block;
   width: 100%;
   z-index: 32;
}
#ThemeableButton1moibil
{
   width: 100%;
   height: 100%;
}
#wb_headerMenu
{
   display: block;
   width: 100%;
   z-index: 1;
}
#contactPhone
{
   display: block;
   width: 100%;
   height: 34px;
   z-index: 77;
}
#wb_Card13
{
   display: flex;
   width: 100%;
   z-index: 49;
}
#wb_Heading2
{
   display: block;
   width: 100%;
   z-index: 15;
}
#wb_Card8
{
   display: flex;
   width: 100%;
   z-index: 14;
}
#IconButton-KEG
{
   width: 100%;
   height: 100%;
}
#Bookmark3
{
   opacity: 0;
}
#wb_Heading3
{
   display: block;
   width: 100%;
   z-index: 22;
}
#ContentPlaceHolder1
{
   border: 0px solid #DDDDDD;
   border-radius: 0px;
   background-color: #FFFFFF;
   background-image: none;
   z-index: 95;
}
#Bookmark2
{
   opacity: 0;
}
#ThemeableButtonIM
{
   width: 100%;
   height: 100%;
}
#wb_contactHeading1
{
   display: block;
   width: 100%;
   z-index: 69;
}
#wb_ThemeableButton1moibil
{
   display: none;
   width: 118px;
   height: 48px;
   z-index: 21;
}
#Bookmark1
{
   opacity: 0;
}
#wb_Heading1
{
   display: block;
   width: 100%;
   z-index: 4;
}
#wb_Imagefotter
{
   display: block;
   width: calc(100% - 10px);
   height: auto;
   text-align: center;
   z-index: 88;
}
#wb_Card5
{
   display: flex;
   width: 100%;
   z-index: 11;
}
#Bookmark0
{
   opacity: 0;
}
#wb_Card16mobil
{
   display: none;
   width: 100%;
   z-index: 84;
}
#contactName
{
   display: block;
   width: 100%;
   height: 34px;
   z-index: 73;
}
#Bookmark7
{
   opacity: 0;
}
#wb_Card4
{
   display: flex;
   width: 100%;
   z-index: 10;
}
#wb_contactIcon1
{
   display: inline-block;
   width: 70px;
   height: 64px;
   text-align: center;
   z-index: 71;
}
#Bookmark4mobil
{
   opacity: 0;
}
#wb_Card18
{
   display: flex;
   width: 100%;
   z-index: 46;
}
#Bookmark6
{
   opacity: 0;
}
#wb_Card7
{
   display: flex;
   width: 100%;
   z-index: 13;
}
@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_home
{
   visibility: visible;
   display: table;
   background-color: transparent;
   background-image: url('../images/HGmobil.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: fixed;
   background-position: 50% 0;
   background-size: cover;
}
#wb_home
{
   height: 100vh;
   margin-top: 0px;
   margin-bottom: 0px;
}
#home
{
   height: 100vh;
   padding: 188px 0 150px 0;
}
#home-divider-bottom
{
   height: 100px;
}
#home-divider-bottom
{
   bottom: 0%;
}
#wb_LayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid1
{
   height: auto;
   padding: 40px 15px 40px 15px;
}
#LayoutGrid1 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_LayoutGrid2
{
   visibility: hidden;
   display: none;
   box-shadow: 0px 0px 0px #000000;
}
#wb_LayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid2
{
   height: auto;
   padding: 40px 15px 40px 15px;
}
#LayoutGrid2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_LayoutGrid2mobil
{
   visibility: visible;
   display: table;
   box-shadow: 0px 0px 0px #000000;
}
#wb_LayoutGrid2mobil
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid2mobil
{
   height: auto;
   padding: 40px 15px 40px 15px;
}
#LayoutGrid2mobil .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_seilklettertechnik
{
   visibility: visible;
   display: table;
}
#wb_seilklettertechnik
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#seilklettertechnik
{
   height: auto;
   padding: 80px 15px 20px 15px;
}
#seilklettertechnik .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_philosopie
{
   visibility: visible;
   display: table;
   box-shadow: 0px 0px 0px #000000;
}
#wb_philosopie
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#philosopie
{
   height: auto;
   padding: 20px 15px 80px 15px;
}
#philosopie .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_leistungen
{
   visibility: visible;
   display: table;
}
#wb_leistungen
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#leistungen
{
   height: auto;
   padding: 80px 15px 25px 15px;
}
#leistungen .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_LayoutGrid6
{
   visibility: hidden;
   display: none;
}
#wb_LayoutGrid6
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid6
{
   height: auto;
   padding: 25px 15px 80px 15px;
}
#LayoutGrid6 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_LayoutGrid6mobil
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid6mobil
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid6mobil
{
   height: auto;
   padding: 25px 15px 80px 15px;
}
#LayoutGrid6mobil .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_ueber-uns
{
   visibility: visible;
   display: table;
}
#wb_ueber-uns
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#ueber-uns
{
   height: auto;
   padding: 80px 15px 20px 15px;
}
#ueber-uns .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_LayoutGrid3
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid3
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid3
{
   height: auto;
   padding: 20px 15px 10px 15px;
}
#LayoutGrid3 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_LayoutGrid10
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid10
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid10
{
   height: auto;
   padding: 10px 15px 0 15px;
}
#LayoutGrid10 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_LayoutGrid8
{
   visibility: hidden;
   display: none;
}
#wb_LayoutGrid8
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid8
{
   height: auto;
   padding: 200px 15px 200px 15px;
}
#LayoutGrid8 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_LayoutGrid8Mobil
{
   visibility: visible;
   display: table;
   background-color: transparent;
   background-image: url('../images/HG2M.jpg');
   background-repeat: repeat;
   background-position: center center;
   background-attachment: fixed;
   background-position: 50% 0;
   background-size: cover;
   box-shadow: 0px 0px 0px #000000;
}
#wb_LayoutGrid8Mobil
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid8Mobil
{
   height: auto;
   padding: 100px 15px 100px 15px;
}
#LayoutGrid8Mobil .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_LayoutGrid-KEG
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid-KEG
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid-KEG
{
   height: auto;
   padding: 80px 15px 40px 15px;
}
#LayoutGrid-KEG .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_LayoutGrid-HEG
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid-HEG
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid-HEG
{
   height: auto;
   padding: 60px 15px 10px 15px;
}
#LayoutGrid-HEG .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_LayoutGrid-EG
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid-EG
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid-EG
{
   height: auto;
   padding: 10px 15px 80px 15px;
}
#LayoutGrid-EG .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_LayoutGrid7
{
   visibility: hidden;
   display: none;
}
#wb_LayoutGrid7
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid7
{
   height: auto;
   padding: 80px 15px 80px 15px;
}
#LayoutGrid7 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_LayoutGrid7mobil
{
   visibility: visible;
   display: table;
   box-shadow: 0px 0px 0px #000000;
}
#wb_LayoutGrid7mobil
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid7mobil
{
   height: auto;
   padding: 50px 0 80px 0;
}
#wb_kontakt
{
   visibility: visible;
   display: table;
}
#wb_kontakt
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#kontakt
{
   height: auto;
   padding: 100px 15px 120px 15px;
}
#kontakt .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#kontakt-divider-bottom
{
   height: 50px;
}
#kontakt-divider-bottom
{
   bottom: -0.3%;
}
#wb_Heading1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0 15px 20px 15px;
}
#wb_Text1
{
   visibility: visible;
   display: block;
}
#wb_Text1
{
   font-size: 19px;
   margin: 0;
   padding: 0 15px 20px 15px;
   text-align: left;
   line-height: 25px;
}
#wb_Image1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#Image1
{
   margin-left: auto;
   margin-right: auto;
}
#wb_Heading3
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0 15px 10px 15px;
}
#wb_Text3
{
   visibility: visible;
   display: block;
}
#wb_Text3
{
   font-size: 19px;
   margin: 0;
   padding: 10px 15px 20px 15px;
   text-align: left;
   line-height: 25px;
}
#wb_Heading7
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 8px 0 ;
   padding: 0;
}
#wb_Text6
{
   visibility: visible;
   display: block;
   box-shadow: 0px 0px 0px #000000;
}
#wb_Text6
{
   margin: 0;
   padding: 0;
}
#wb_Card13
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 20px 0 20px 0 ;
}
#Card13-card-item0
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   border: 1px solid #054A01;
   border-radius: 50%;
   max-width: 125px;
   width: 100%;
   height: 125px;
}
#Card13-card-item0:hover
{
   transform: rotate(0deg) scale(1.3,1.3) ;
   transition: transform 300ms linear 0ms;
}
#Card13-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 300ms linear 0ms;
}
#Card13-card-item1
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   padding: 0;
   color: #054A01;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card13-card-item2
{
   box-sizing: border-box;
   margin: 10px 10px 10px 10px;
   padding: 0;
   color: #666666;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card13-card-item3
{
   box-sizing: border-box;
   margin: 10px 10px 50px 10px;
   padding: 0;
   color: #288C0F;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card13-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card13
{
   text-align: center;
}
#wb_Card12
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card12-card-item0
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   border: 1px solid #054A01;
   border-radius: 50%;
   max-width: 125px;
   width: 100%;
   height: 125px;
}
#Card12-card-item0:hover
{
   transform: rotate(0deg) scale(1.3,1.3) ;
   transition: transform 300ms linear 0ms;
}
#Card12-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 300ms linear 0ms;
}
#Card12-card-item1
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   padding: 0;
   color: #054A01;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card12-card-item2
{
   box-sizing: border-box;
   margin: 10px 10px 10px 10px;
   padding: 0;
   color: #666666;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card12-card-item3
{
   box-sizing: border-box;
   margin: 10px 10px 50px 10px;
   padding: 0;
   color: #288C0F;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card12-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card12
{
   text-align: center;
}
#wb_Image4
{
   width: 338px;
   height: 86px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image4
{
   width: 338px;
   height: 86px;
}
#wb_Card5
{
   width: calc(100% - 30px);
   visibility: visible;
   display: flex;
   margin: 10px 15px 20px 15px;
}
#Card5-card-item0
{
   display: inline-block;
   line-height: 1.0;
   height: 32px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #7A7A7A;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #076B0C;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
}
#wb_Card5:hover #Card5-card-item0
{
   transform: rotate(0deg) scale(1.3,1.3) ;
   transition: transform 300ms linear 0ms;
}
#Card5-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 300ms linear 0ms;
}
#Card5-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 32px;
   width: 32px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Bootstrap Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card5-card-item0 .check-square:before
{
   content: "\f26d";
}
#Card5-card-item1
{
   box-sizing: border-box;
   margin: -30px 0 0 50px;
   padding: 0;
   color: #054A01;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
}
#wb_Card5
{
   text-align: left;
}
#wb_Heading2
{
   width: 100%;
   visibility: hidden;
   display: none;
   margin: 0 0 20px 0 ;
   padding: 0;
   font-size: 35px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading2
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 35px;
   text-align: center;
   text-transform: none;
}
#wb_Text2
{
   visibility: hidden;
   display: none;
   box-shadow: 0px 0px 0px #000000;
}
#wb_Text2
{
   margin: 0 0 20px 0 ;
   padding: 0;
}
#wb_Heading5
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_Card3
{
   width: calc(100% - 30px);
   visibility: visible;
   display: flex;
   margin: 20px 15px 20px 15px;
}
#Card3-card-item0
{
   display: inline-block;
   line-height: 1.0;
   height: 32px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #7A7A7A;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #076B0C;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
}
#wb_Card3:hover #Card3-card-item0
{
   transform: rotate(0deg) scale(1.3,1.3) ;
   transition: transform 300ms linear 0ms;
}
#Card3-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 300ms linear 0ms;
}
#Card3-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 32px;
   width: 32px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Bootstrap Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card3-card-item0 .check-square:before
{
   content: "\f26d";
}
#Card3-card-item1
{
   box-sizing: border-box;
   margin: -30px 0 0 50px;
   padding: 0;
   color: #054A01;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
}
#wb_Card3
{
   text-align: left;
}
#wb_Card4
{
   width: calc(100% - 30px);
   visibility: visible;
   display: flex;
   margin: 20px 15px 20px 15px;
}
#Card4-card-item0
{
   display: inline-block;
   line-height: 1.0;
   height: 32px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #7A7A7A;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #076B0C;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
}
#wb_Card4:hover #Card4-card-item0
{
   transform: rotate(0deg) scale(1.3,1.3) ;
   transition: transform 300ms linear 0ms;
}
#Card4-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 300ms linear 0ms;
}
#Card4-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 32px;
   width: 32px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Bootstrap Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card4-card-item0 .check-square:before
{
   content: "\f26d";
}
#Card4-card-item1
{
   box-sizing: border-box;
   margin: -30px 0 0 50px;
   padding: 0;
   color: #054A01;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
}
#wb_Card4
{
   text-align: left;
}
#wb_Card1
{
   width: calc(100% - 30px);
   visibility: visible;
   display: flex;
   margin: 30px 15px 20px 15px;
}
#Card1-card-item0
{
   display: inline-block;
   line-height: 1.0;
   height: 32px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #7A7A7A;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #076B0C;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
}
#wb_Card1:hover #Card1-card-item0
{
   transform: rotate(0deg) scale(1.3,1.3) ;
   transition: transform 300ms linear 0ms;
}
#Card1-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 300ms linear 0ms;
}
#Card1-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 32px;
   width: 32px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Bootstrap Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card1-card-item0 .check-square:before
{
   content: "\f26d";
}
#Card1-card-item1
{
   box-sizing: border-box;
   margin: -30px 0 0 50px;
   padding: 0;
   color: #054A01;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
}
#wb_Card1
{
   text-align: left;
}
#wb_Card6
{
   width: calc(100% - 30px);
   visibility: visible;
   display: flex;
   margin: 20px 15px 20px 15px;
}
#Card6-card-item0
{
   display: inline-block;
   line-height: 1.0;
   height: 32px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #7A7A7A;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #076B0C;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
}
#wb_Card6:hover #Card6-card-item0
{
   transform: rotate(0deg) scale(1.3,1.3) ;
   transition: transform 300ms linear 0ms;
}
#Card6-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 300ms linear 0ms;
}
#Card6-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 32px;
   width: 32px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Bootstrap Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card6-card-item0 .check-square:before
{
   content: "\f26d";
}
#Card6-card-item1
{
   box-sizing: border-box;
   margin: -30px 0 0 50px;
   padding: 0;
   color: #054A01;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
}
#wb_Card6
{
   text-align: left;
}
#wb_Card7
{
   width: calc(100% - 30px);
   visibility: visible;
   display: flex;
   margin: 20px 15px 20px 15px;
}
#Card7-card-item0
{
   display: inline-block;
   line-height: 1.0;
   height: 32px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #7A7A7A;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #076B0C;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
}
#wb_Card7:hover #Card7-card-item0
{
   transform: rotate(0deg) scale(1.3,1.3) ;
   transition: transform 300ms linear 0ms;
}
#Card7-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 300ms linear 0ms;
}
#Card7-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 32px;
   width: 32px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Bootstrap Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card7-card-item0 .check-square:before
{
   content: "\f26d";
}
#Card7-card-item1
{
   box-sizing: border-box;
   margin: -30px 0 0 50px;
   padding: 0;
   color: #054A01;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
}
#wb_Card7
{
   text-align: left;
}
#wb_Card2
{
   width: calc(100% - 30px);
   visibility: visible;
   display: flex;
   margin: 20px 15px 20px 15px;
}
#Card2-card-item0
{
   display: inline-block;
   line-height: 1.0;
   height: 32px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #7A7A7A;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #076B0C;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
}
#wb_Card2:hover #Card2-card-item0
{
   transform: rotate(0deg) scale(1.3,1.3) ;
   transition: transform 300ms linear 0ms;
}
#Card2-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 300ms linear 0ms;
}
#Card2-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 32px;
   width: 32px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Bootstrap Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card2-card-item0 .check-square:before
{
   content: "\f26d";
}
#Card2-card-item1
{
   box-sizing: border-box;
   margin: -30px 0 0 50px;
   padding: 0;
   color: #054A01;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
}
#wb_Card2
{
   text-align: left;
}
#wb_Card8
{
   width: calc(100% - 30px);
   visibility: visible;
   display: flex;
   margin: 20px 15px 30px 15px;
}
#Card8-card-item0
{
   display: inline-block;
   line-height: 1.0;
   height: 32px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #7A7A7A;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #076B0C;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
}
#wb_Card8:hover #Card8-card-item0
{
   transform: rotate(0deg) scale(1.3,1.3) ;
   transition: transform 300ms linear 0ms;
}
#Card8-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 300ms linear 0ms;
}
#Card8-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 32px;
   width: 32px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Bootstrap Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card8-card-item0 .check-square:before
{
   content: "\f26d";
}
#Card8-card-item1
{
   box-sizing: border-box;
   margin: -30px 0 0 50px;
   padding: 0;
   color: #054A01;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
}
#wb_Card8
{
   text-align: left;
}
#wb_Bookmark2
{
   visibility: visible;
   display: inline-block;
}
#wb_Bookmark1
{
   visibility: hidden;
   display: none;
}
#wb_ThemeableButton1
{
   width: 118px;
   height: 48px;
   visibility: hidden;
   display: none;
   margin: 0;
}
#ThemeableButton1
{
   font-size: 19px;
}
#wb_ThemeableButton1 .ui-button
{
   line-height: 44px;
   padding: 0 5px 0 40px;
}
#wb_Card11
{
   width: calc(100% - 200px);
   visibility: hidden;
   display: none;
   margin: 100px 100px 20px 100px;
}
#Card11-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 20px;
   width: 100%;
   height: auto;
}
#wb_Card11:hover #Card11-card-item0
{
   transform: rotate(0deg) scale(1.5,1.5) ;
   transition: transform 500ms ease-out 0ms;
}
#Card11-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 500ms ease-out 0ms;
}
#Card11-card-item1
{
   box-sizing: border-box;
   margin: 25px 25px 20px 25px;
   padding: 0;
   color: #054A01;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   text-align: left;
}
#Card11-card-item2
{
   box-sizing: border-box;
   margin: 10px 25px 10px 25px;
   border-top: 2px #4F4F4F solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card11-card-item3
{
   box-sizing: border-box;
   margin: 20px 25px 20px 25px;
   padding: 0;
   color: #666666;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 26.6px;
   text-align: left;
}
#wb_Card11
{
   text-align: left;
}
#wb_Card9
{
   width: calc(100% - 200px);
   visibility: hidden;
   display: none;
   margin: 20px 100px 100px 100px;
}
#Card9-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 20px;
   width: 100%;
   height: auto;
}
#wb_Card9:hover #Card9-card-item0
{
   transform: rotate(0deg) scale(1.5,1.5) ;
   transition: transform 500ms ease-out 0ms;
}
#Card9-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 500ms ease-out 0ms;
}
#Card9-card-item1
{
   box-sizing: border-box;
   margin: 25px 25px 20px 25px;
   padding: 0;
   color: #054A01;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   text-align: left;
}
#Card9-card-item2
{
   box-sizing: border-box;
   margin: 10px 25px 10px 25px;
   border-top: 2px #4F4F4F solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card9-card-item3
{
   box-sizing: border-box;
   margin: 20px 25px 20px 25px;
   padding: 0;
   color: #666666;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 26.6px;
   text-align: left;
}
#wb_Card9
{
   text-align: left;
}
#wb_Card10
{
   width: calc(100% - 200px);
   visibility: hidden;
   display: none;
   margin: 100px 100px 100px 100px;
}
#Card10-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 20px;
   width: 100%;
   height: auto;
}
#wb_Card10:hover #Card10-card-item0
{
   transform: rotate(0deg) scale(1.5,1.5) ;
   transition: transform 500ms ease-out 0ms;
}
#Card10-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 500ms ease-out 0ms;
}
#Card10-card-item1
{
   box-sizing: border-box;
   margin: 25px 25px 20px 25px;
   padding: 0;
   color: #054A01;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   text-align: left;
}
#Card10-card-item2
{
   box-sizing: border-box;
   margin: 10px 25px 10px 25px;
   border-top: 2px #4F4F4F solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card10-card-item3
{
   box-sizing: border-box;
   margin: 20px 25px 20px 25px;
   padding: 0;
   color: #666666;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 26.6px;
   text-align: left;
}
#wb_Card10
{
   text-align: left;
}
#wb_Image2
{
   width: 100%;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
}
#Image2
{
   margin-left: auto;
   margin-right: auto;
}
#wb_Heading4
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0 15px 10px 15px;
}
#wb_Text4
{
   visibility: visible;
   display: block;
}
#wb_Text4
{
   font-size: 19px;
   margin: 0;
   padding: 10px 15px 40px 15px;
   text-align: left;
   line-height: 25px;
}
#wb_Bookmark3
{
   visibility: hidden;
   display: none;
}
#wb_Image3
{
   width: 100%;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 50px 0 0 0;
}
#Image3
{
   margin-left: auto;
   margin-right: auto;
}
#wb_Heading6
{
   width: 100%;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0 0 10px 0;
}
#wb_Text5
{
   visibility: hidden;
   display: none;
}
#wb_Text5
{
   font-size: 19px;
   margin: 0;
   padding: 10px 0 20px 0;
   text-align: left;
   line-height: 25px;
}
#wb_Bookmark4
{
   visibility: hidden;
   display: none;
}
#Button2
{
   width: 158px;
   height: 42px;
   visibility: hidden;
   display: none;
   margin: 10px 0 10px 0 ;
   padding: 5px 5px 5px 5px;
}
#Button2
{
   line-height: 30px;
}
#wb_Image3mobil
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 50px 0 0 0;
}
#Image3mobil
{
   border-radius: 20px;
   margin-left: auto;
   margin-right: auto;
}
#wb_Heading6mobil
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0 15px 10px 15px;
}
#wb_Text5mobil
{
   visibility: visible;
   display: block;
}
#wb_Text5mobil
{
   font-size: 19px;
   margin: 0;
   padding: 10px 15px 20px 15px;
   text-align: left;
   line-height: 25px;
}
#wb_Bookmark4mobil
{
   visibility: visible;
   display: inline-block;
}
#Button1mobil
{
   width: 158px;
   height: 42px;
   visibility: visible;
   display: inline-block;
   margin: 10px 0 10px 0 ;
   padding: 5px 5px 5px 5px;
}
#Button1mobil
{
   line-height: 30px;
}
#wb_Image2mobil
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#Image2mobil
{
   border-radius: 20px;
   margin-left: auto;
   margin-right: auto;
}
#wb_Bookmark3mobil
{
   visibility: visible;
   display: inline-block;
}
#wb_Heading2Mobil
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 20px 0 ;
   padding: 0;
   font-size: 35px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading2Mobil
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading2Mobil
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 35px;
   text-align: center;
   text-transform: none;
}
#wb_Text8
{
   visibility: visible;
   display: block;
}
#wb_Text8
{
   margin: 0 0 20px 0 ;
   padding: 0;
}
#wb_ThemeableButton1moibil
{
   width: 118px;
   height: 48px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#ThemeableButton1moibil
{
   font-size: 19px;
}
#wb_ThemeableButton1moibil .ui-button
{
   line-height: 44px;
   padding: 0 0 0 35px;
}
#wb_Bookmark5
{
   visibility: hidden;
   display: none;
}
#wb_Card11mobil
{
   width: calc(100% - 200px);
   visibility: visible;
   display: flex;
   margin: 100px 100px 20px 100px;
   border-radius: 20px;
}
#Card11mobil-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 20px;
   width: 100%;
   height: auto;
}
#wb_Card11mobil:hover #Card11mobil-card-item0
{
   transform: rotate(0deg) scale(1.5,1.5) ;
   transition: transform 500ms ease-out 0ms;
}
#Card11mobil-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 500ms ease-out 0ms;
}
#Card11mobil-card-item1
{
   box-sizing: border-box;
   margin: 25px 25px 20px 25px;
   padding: 0;
   color: #054A01;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   text-align: left;
}
#Card11mobil-card-item2
{
   box-sizing: border-box;
   margin: 10px 25px 10px 25px;
   border-top: 2px #4F4F4F solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card11mobil-card-item3
{
   box-sizing: border-box;
   margin: 20px 25px 20px 25px;
   padding: 0;
   color: #666666;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 26.6px;
   text-align: left;
}
#wb_Card11mobil
{
   text-align: left;
}
#wb_Card9mobil
{
   width: calc(100% - 200px);
   visibility: visible;
   display: flex;
   margin: 20px 100px 100px 100px;
   border-radius: 20px;
}
#Card9mobil-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 20px;
   width: 100%;
   height: auto;
}
#wb_Card9mobil:hover #Card9mobil-card-item0
{
   transform: rotate(0deg) scale(1.5,1.5) ;
   transition: transform 500ms ease-out 0ms;
}
#Card9mobil-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 500ms ease-out 0ms;
}
#Card9mobil-card-item1
{
   box-sizing: border-box;
   margin: 25px 25px 20px 25px;
   padding: 0;
   color: #054A01;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   text-align: left;
}
#Card9mobil-card-item2
{
   box-sizing: border-box;
   margin: 10px 25px 10px 25px;
   border-top: 2px #4F4F4F solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card9mobil-card-item3
{
   box-sizing: border-box;
   margin: 20px 25px 20px 25px;
   padding: 0;
   color: #666666;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 26.6px;
   text-align: left;
}
#wb_Card9mobil
{
   text-align: left;
}
#wb_Card10mobil
{
   width: calc(100% - 200px);
   visibility: visible;
   display: flex;
   margin: 100px 100px 100px 100px;
   border-radius: 20px;
}
#Card10mobil-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 20px;
   width: 100%;
   height: auto;
}
#wb_Card10mobil:hover #Card10mobil-card-item0
{
   transform: rotate(0deg) scale(1.5,1.5) ;
   transition: transform 500ms ease-out 0ms;
}
#Card10mobil-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 500ms ease-out 0ms;
}
#Card10mobil-card-item1
{
   box-sizing: border-box;
   margin: 25px 25px 20px 25px;
   padding: 0;
   color: #054A01;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   text-align: left;
}
#Card10mobil-card-item2
{
   box-sizing: border-box;
   margin: 10px 25px 10px 25px;
   border-top: 2px #4F4F4F solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card10mobil-card-item3
{
   box-sizing: border-box;
   margin: 20px 25px 20px 25px;
   padding: 0;
   color: #666666;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 26.6px;
   text-align: left;
}
#wb_Card10mobil
{
   text-align: left;
}
#wb_Text6a
{
   visibility: visible;
   display: block;
   box-shadow: 0px 0px 0px #000000;
}
#wb_Text6a
{
   margin: 0;
   padding: 0;
}
#wb_Card17
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 20px 0 20px 0 ;
}
#Card17-card-item0
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   border: 1px solid #054A01;
   border-radius: 50%;
   max-width: 125px;
   width: 100%;
   height: 125px;
}
#Card17-card-item0:hover
{
   transform: rotate(0deg) scale(1.3,1.3) ;
   transition: transform 300ms linear 0ms;
}
#Card17-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 300ms linear 0ms;
}
#Card17-card-item1
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   padding: 0;
   color: #054A01;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card17-card-item2
{
   box-sizing: border-box;
   margin: 10px 10px 10px 10px;
   padding: 0;
   color: #666666;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card17-card-item3
{
   box-sizing: border-box;
   margin: 10px 10px 50px 10px;
   padding: 0;
   color: #288C0F;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card17-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card17
{
   text-align: center;
}
#wb_Card18
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 5px 0 0 0 ;
}
#Card18-card-item0
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   border: 1px solid #054A01;
   border-radius: 50%;
   max-width: 125px;
   width: 100%;
   height: 125px;
}
#Card18-card-item0:hover
{
   transform: rotate(0deg) scale(1.3,1.3) ;
   transition: transform 300ms linear 0ms;
}
#Card18-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 300ms linear 0ms;
}
#Card18-card-item1
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   padding: 0;
   color: #054A01;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card18-card-item2
{
   box-sizing: border-box;
   margin: 10px 10px 10px 10px;
   padding: 0;
   color: #666666;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card18-card-item3
{
   box-sizing: border-box;
   margin: 10px 10px 50px 10px;
   padding: 0;
   color: #288C0F;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card18-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card18
{
   text-align: center;
}
#wb_Bookmark0
{
   visibility: visible;
   display: inline-block;
}
#wb_Bookmark6
{
   visibility: hidden;
   display: none;
}
#wb_Bookmark8
{
   visibility: hidden;
   display: none;
}
#wb_Bookmark7
{
   visibility: hidden;
   display: none;
}
#wb_Heading-KEG
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 20px 0 ;
   padding: 0;
   font-size: 35px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading-KEG
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading-KEG
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 35px;
   text-align: center;
   text-transform: none;
}
#wb_Text-KEG
{
   visibility: visible;
   display: block;
   box-shadow: 0px 0px 0px #000000;
}
#wb_Text-KEG
{
   margin: 0 0 20px 0 ;
   padding: 0;
}
#wb_Bookmark-KEG
{
   visibility: visible;
   display: inline-block;
}
#wb_IconButton-KEG
{
   width: 421px;
   height: 48px;
   visibility: visible;
   display: inline-block;
   margin: 20px 0 0 0 ;
}
#IconButton-KEG
{
   font-size: 19px;
}
#wb_IconButton-KEG .ui-button
{
   line-height: 24px;
   padding: 10px 10px 10px 40px;
}
#wb_Heading-EG
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 20px 0 ;
   padding: 0;
   font-size: 35px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading-EG
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading-EG
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 35px;
   text-align: center;
   text-transform: none;
}
#wb_Card3-EG
{
   width: calc(100% - 50px);
   visibility: visible;
   display: flex;
   margin: 5px 25px 5px 25px;
}
#Card3-EG-card-item0
{
   box-sizing: border-box;
   margin: 5px 0 5px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 26.6px;
   text-align: center;
}
#Card3-EG-card-item0
{
   color: #FFFFFF;
   transition: color 500ms linear 0ms;
}
#Card3-EG-card-item0:hover
{
   color: #009600;
   transition: color 500ms linear 0ms;
}
#Card3-EG-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#Card3-EG-card-item1
{
   box-sizing: border-box;
   margin: 5px 0 5px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 26.6px;
   text-align: center;
}
#Card3-EG-card-item1
{
   color: #FFFFFF;
   transition: color 500ms linear 0ms;
}
#Card3-EG-card-item1:hover
{
   color: #009600;
   transition: color 500ms linear 0ms;
}
#Card3-EG-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card3-EG-card-item2
{
   box-sizing: border-box;
   margin: 5px 0 5px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 26.6px;
   text-align: center;
}
#Card3-EG-card-item2
{
   color: #FFFFFF;
   transition: color 500ms linear 0ms;
}
#Card3-EG-card-item2:hover
{
   color: #009600;
   transition: color 500ms linear 0ms;
}
#Card3-EG-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card3-EG-card-item3
{
   box-sizing: border-box;
   margin: 5px 0 5px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 26.6px;
   text-align: center;
}
#Card3-EG-card-item3
{
   color: #FFFFFF;
   transition: color 500ms linear 0ms;
}
#Card3-EG-card-item3:hover
{
   color: #009600;
   transition: color 500ms linear 0ms;
}
#Card3-EG-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#Card3-EG-card-item4
{
   box-sizing: border-box;
   margin: 5px 0 5px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 26.6px;
   text-align: center;
}
#Card3-EG-card-item4
{
   color: #FFFFFF;
   transition: color 500ms linear 0ms;
}
#Card3-EG-card-item4:hover
{
   color: #009600;
   transition: color 500ms linear 0ms;
}
#Card3-EG-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card3-EG
{
   text-align: center;
}
#wb_Card1-EG
{
   width: calc(100% - 50px);
   visibility: visible;
   display: flex;
   margin: 5px 25px 5px 25px;
}
#Card1-EG-card-item0
{
   box-sizing: border-box;
   margin: 5px 0 5px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 26.6px;
   text-align: center;
}
#Card1-EG-card-item0
{
   color: #FFFFFF;
   transition: color 500ms linear 0ms;
}
#Card1-EG-card-item0:hover
{
   color: #009600;
   transition: color 500ms linear 0ms;
}
#Card1-EG-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#Card1-EG-card-item1
{
   box-sizing: border-box;
   margin: 5px 0 5px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 26.6px;
   text-align: center;
}
#Card1-EG-card-item1
{
   color: #FFFFFF;
   transition: color 500ms linear 0ms;
}
#Card1-EG-card-item1:hover
{
   color: #009600;
   transition: color 500ms linear 0ms;
}
#Card1-EG-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card1-EG-card-item2
{
   box-sizing: border-box;
   margin: 5px 0 5px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 26.6px;
   text-align: center;
}
#Card1-EG-card-item2
{
   color: #FFFFFF;
   transition: color 500ms linear 0ms;
}
#Card1-EG-card-item2:hover
{
   color: #009600;
   transition: color 500ms linear 0ms;
}
#Card1-EG-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card1-EG-card-item3
{
   box-sizing: border-box;
   margin: 5px 0 5px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 26.6px;
   text-align: center;
}
#Card1-EG-card-item3
{
   color: #FFFFFF;
   transition: color 500ms linear 0ms;
}
#Card1-EG-card-item3:hover
{
   color: #009600;
   transition: color 500ms linear 0ms;
}
#Card1-EG-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#Card1-EG-card-item4
{
   box-sizing: border-box;
   margin: 5px 0 5px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 26.6px;
   text-align: center;
}
#Card1-EG-card-item4
{
   color: #FFFFFF;
   transition: color 500ms linear 0ms;
}
#Card1-EG-card-item4:hover
{
   color: #009600;
   transition: color 500ms linear 0ms;
}
#Card1-EG-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card1-EG
{
   text-align: center;
}
#wb_Card2-EG
{
   width: calc(100% - 50px);
   visibility: visible;
   display: flex;
   margin: 5px 25px 5px 25px;
}
#Card2-EG-card-item0
{
   box-sizing: border-box;
   margin: 5px 0 5px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 26.6px;
   text-align: center;
}
#Card2-EG-card-item0
{
   color: #FFFFFF;
   transition: color 500ms linear 0ms;
}
#Card2-EG-card-item0:hover
{
   color: #009600;
   transition: color 500ms linear 0ms;
}
#Card2-EG-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#Card2-EG-card-item1
{
   box-sizing: border-box;
   margin: 5px 0 5px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 26.6px;
   text-align: center;
}
#Card2-EG-card-item1
{
   color: #FFFFFF;
   transition: color 500ms linear 0ms;
}
#Card2-EG-card-item1:hover
{
   color: #009600;
   transition: color 500ms linear 0ms;
}
#Card2-EG-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card2-EG-card-item2
{
   box-sizing: border-box;
   margin: 5px 0 5px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 26.6px;
   text-align: center;
}
#Card2-EG-card-item2
{
   color: #FFFFFF;
   transition: color 500ms linear 0ms;
}
#Card2-EG-card-item2:hover
{
   color: #009600;
   transition: color 500ms linear 0ms;
}
#Card2-EG-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card2-EG-card-item3
{
   box-sizing: border-box;
   margin: 5px 0 5px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 26.6px;
   text-align: center;
}
#Card2-EG-card-item3
{
   color: #FFFFFF;
   transition: color 500ms linear 0ms;
}
#Card2-EG-card-item3:hover
{
   color: #009600;
   transition: color 500ms linear 0ms;
}
#Card2-EG-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#Card2-EG-card-item4
{
   box-sizing: border-box;
   margin: 5px 0 5px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 26.6px;
   text-align: center;
}
#Card2-EG-card-item4
{
   color: #FFFFFF;
   transition: color 500ms linear 0ms;
}
#Card2-EG-card-item4:hover
{
   color: #009600;
   transition: color 500ms linear 0ms;
}
#Card2-EG-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card2-EG
{
   text-align: center;
}
#wb_kontakt-form
{
   visibility: visible;
   display: table;
}
#wb_kontakt-form
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#kontakt-form
{
   height: auto;
   padding: 120px 15px 100px 15px;
}
#kontakt-form .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#contactLabel1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 4px 4px 4px 0;
   text-align: left;
   box-shadow: 0px 0px 0px #000000;
}
#contactLabel1
{
   line-height: 18px;
}
#contactName
{
   width: 100%;
   height: 34px;
   visibility: visible;
   display: block;
   margin: 5px 0 10px 0 ;
   padding: 4px 4px 4px 4px;
   text-align: left;
}
#contactName
{
   line-height: 10px;
}
#contactLabel2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 20px 4px 4px 0;
   text-align: left;
   box-shadow: 0px 0px 0px #000000;
}
#contactLabel2
{
   line-height: 18px;
}
#contactEmail
{
   width: 100%;
   height: 34px;
   visibility: visible;
   display: block;
   margin: 5px 0 10px 0 ;
   padding: 4px 4px 4px 4px;
   text-align: left;
   box-shadow: 0px 0px 0px #000000;
}
#contactEmail
{
   line-height: 10px;
}
#contactLabel4
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 20px 4px 4px 0;
   text-align: left;
}
#contactLabel4
{
   line-height: 18px;
}
#contactMessage
{
   width: 100%;
   height: 100px;
   visibility: visible;
   display: block;
   margin: 5px 0 10px 0 ;
   padding: 4px 4px 4px 4px;
   text-align: left;
}
#contactButton
{
   width: 126px;
   height: 42px;
   visibility: visible;
   display: inline-block;
   margin: 10px 0 10px 0 ;
   padding: 5px 5px 5px 5px;
}
#wb_contactHeading1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 10px 0 10px 0;
}
#wb_contactText1
{
   visibility: visible;
   display: block;
   box-shadow: 0px 0px 0px #000000;
}
#wb_contactText1
{
   font-size: 19px;
   margin: 0;
   padding: 10px 0 10px 0;
   text-align: left;
   line-height: 21px;
}
#wb_contactIcon1
{
   width: 70px;
   height: 64px;
   visibility: visible;
   display: inline-block;
   margin: 0 0 20px -6px;
   padding: 0;
}
#contactIcon1
{
   width: 70px;
   height: 64px;
}
#contactIcon1 i
{
   line-height: 64px;
   font-size: 64px;
   width: 63px;
}
#contactLabel3
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 20px 4px 4px 0;
   text-align: left;
   box-shadow: 0px 0px 0px #000000;
}
#contactLabel3
{
   line-height: 18px;
}
#contactPhone
{
   width: 100%;
   height: 34px;
   visibility: visible;
   display: block;
   margin: 5px 0 10px 0 ;
   padding: 4px 4px 4px 4px;
   text-align: left;
   box-shadow: 0px 0px 0px #000000;
}
#contactPhone
{
   line-height: 10px;
}
#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_home
{
   visibility: visible;
   display: table;
   background-color: transparent;
   background-image: url('../images/HGmobil.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: fixed;
   background-position: 50% 0;
   background-size: cover;
}
#wb_home
{
   height: 100vh;
   margin-top: 0px;
   margin-bottom: 0px;
}
#home
{
   height: 100vh;
   padding: 188px 0 150px 0;
}
#home-divider-bottom
{
   height: 100px;
}
#home-divider-bottom
{
   bottom: 0%;
}
#wb_LayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid1
{
   height: auto;
   padding: 30px 15px 40px 15px;
}
#LayoutGrid1 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_LayoutGrid2
{
   visibility: hidden;
   display: none;
   box-shadow: 0px 0px 0px #000000;
}
#wb_LayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid2
{
   height: auto;
   padding: 40px 15px 40px 15px;
}
#LayoutGrid2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_LayoutGrid2mobil
{
   visibility: visible;
   display: table;
   box-shadow: 0px 0px 0px #000000;
}
#wb_LayoutGrid2mobil
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid2mobil
{
   height: auto;
   padding: 40px 15px 40px 15px;
}
#LayoutGrid2mobil .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_seilklettertechnik
{
   visibility: visible;
   display: table;
}
#wb_seilklettertechnik
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#seilklettertechnik
{
   height: auto;
   padding: 50px 15px 20px 15px;
}
#seilklettertechnik .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_philosopie
{
   visibility: visible;
   display: table;
   box-shadow: 0px 0px 0px #000000;
}
#wb_philosopie
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#philosopie
{
   height: auto;
   padding: 0 15px 80px 15px;
}
#philosopie .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_leistungen
{
   visibility: visible;
   display: table;
}
#wb_leistungen
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#leistungen
{
   height: auto;
   padding: 80px 15px 25px 15px;
}
#leistungen .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_LayoutGrid6
{
   visibility: hidden;
   display: none;
}
#wb_LayoutGrid6
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid6
{
   height: auto;
   padding: 25px 15px 80px 15px;
}
#LayoutGrid6 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_LayoutGrid6mobil
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid6mobil
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid6mobil
{
   height: auto;
   padding: 25px 15px 80px 15px;
}
#LayoutGrid6mobil .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_ueber-uns
{
   visibility: visible;
   display: table;
}
#wb_ueber-uns
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#ueber-uns
{
   height: auto;
   padding: 60px 15px 20px 15px;
}
#ueber-uns .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_LayoutGrid3
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid3
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid3
{
   height: auto;
   padding: 30px 15px 10px 15px;
}
#LayoutGrid3 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_LayoutGrid10
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid10
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid10
{
   height: auto;
   padding: 20px 15px 20px 15px;
}
#LayoutGrid10 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_LayoutGrid8
{
   visibility: hidden;
   display: none;
}
#wb_LayoutGrid8
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid8
{
   height: auto;
   padding: 200px 15px 200px 15px;
}
#LayoutGrid8 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_LayoutGrid8Mobil
{
   visibility: visible;
   display: table;
   background-color: transparent;
   background-image: url('../images/HG2M.jpg');
   background-repeat: repeat;
   background-position: center center;
   background-attachment: fixed;
   background-position: 50% 0;
   background-size: cover;
   box-shadow: 0px 0px 0px #000000;
}
#wb_LayoutGrid8Mobil
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid8Mobil
{
   height: auto;
   padding: 100px 15px 100px 15px;
}
#LayoutGrid8Mobil .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_LayoutGrid-KEG
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid-KEG
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid-KEG
{
   height: auto;
   padding: 80px 15px 40px 15px;
}
#LayoutGrid-KEG .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_LayoutGrid-HEG
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid-HEG
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid-HEG
{
   height: auto;
   padding: 40px 15px 10px 15px;
}
#LayoutGrid-HEG .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_LayoutGrid-EG
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid-EG
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid-EG
{
   height: auto;
   padding: 10px 15px 80px 15px;
}
#LayoutGrid-EG .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_LayoutGrid7
{
   visibility: hidden;
   display: none;
}
#wb_LayoutGrid7
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid7
{
   height: auto;
   padding: 80px 15px 80px 15px;
}
#LayoutGrid7 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_LayoutGrid7mobil
{
   visibility: visible;
   display: table;
   box-shadow: 0px 0px 0px #000000;
}
#wb_LayoutGrid7mobil
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid7mobil
{
   height: auto;
   padding: 50px 0 70px 0;
}
#wb_kontakt
{
   visibility: visible;
   display: table;
}
#wb_kontakt
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#kontakt
{
   height: auto;
   padding: 80px 15px 100px 15px;
}
#kontakt .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#kontakt-divider-bottom
{
   height: 50px;
}
#kontakt-divider-bottom
{
   bottom: -0.3%;
}
#wb_Heading1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0 15px 20px 15px;
}
#wb_Text1
{
   visibility: visible;
   display: block;
}
#wb_Text1
{
   font-size: 19px;
   margin: 0;
   padding: 0 15px 20px 15px;
   text-align: left;
   line-height: 25px;
}
#wb_Image1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#Image1
{
   margin-left: auto;
   margin-right: auto;
}
#wb_Heading3
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0 15px 10px 15px;
}
#wb_Text3
{
   visibility: visible;
   display: block;
}
#wb_Text3
{
   font-size: 19px;
   margin: 0;
   padding: 10px 15px 20px 15px;
   text-align: left;
   line-height: 25px;
}
#wb_Heading7
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 8px 0 ;
   padding: 0;
}
#wb_Text6
{
   visibility: visible;
   display: block;
   box-shadow: 0px 0px 0px #000000;
}
#wb_Text6
{
   margin: 0;
   padding: 0;
}
#wb_Card13
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 30px 0 0 0 ;
}
#Card13-card-item0
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   border: 1px solid #054A01;
   border-radius: 50%;
   max-width: 125px;
   width: 100%;
   height: 125px;
}
#Card13-card-item0:hover
{
   transform: rotate(0deg) scale(1.3,1.3) ;
   transition: transform 300ms linear 0ms;
}
#Card13-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 300ms linear 0ms;
}
#Card13-card-item1
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   padding: 0;
   color: #054A01;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card13-card-item2
{
   box-sizing: border-box;
   margin: 10px 10px 10px 10px;
   padding: 0;
   color: #666666;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card13-card-item3
{
   box-sizing: border-box;
   margin: 10px 10px 50px 10px;
   padding: 0;
   color: #288C0F;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card13-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card13
{
   text-align: center;
}
#wb_Card12
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card12-card-item0
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   border: 1px solid #054A01;
   border-radius: 50%;
   max-width: 125px;
   width: 100%;
   height: 125px;
}
#Card12-card-item0:hover
{
   transform: rotate(0deg) scale(1.3,1.3) ;
   transition: transform 300ms linear 0ms;
}
#Card12-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 300ms linear 0ms;
}
#Card12-card-item1
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   padding: 0;
   color: #054A01;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card12-card-item2
{
   box-sizing: border-box;
   margin: 10px 10px 10px 10px;
   padding: 0;
   color: #666666;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card12-card-item3
{
   box-sizing: border-box;
   margin: 10px 10px 50px 10px;
   padding: 0;
   color: #288C0F;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card12-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card12
{
   text-align: center;
}
#wb_Image4
{
   width: 217px;
   height: 55px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image4
{
   width: 217px;
   height: 55px;
}
#wb_Card5
{
   width: calc(100% - 30px);
   visibility: visible;
   display: flex;
   margin: 20px 15px 20px 15px;
}
#Card5-card-item0
{
   display: inline-block;
   line-height: 1.0;
   height: 32px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #7A7A7A;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #076B0C;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
}
#wb_Card5:hover #Card5-card-item0
{
   transform: rotate(0deg) scale(1.3,1.3) ;
   transition: transform 300ms linear 0ms;
}
#Card5-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 300ms linear 0ms;
}
#Card5-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 32px;
   width: 32px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Bootstrap Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card5-card-item0 .check-square:before
{
   content: "\f26d";
}
#Card5-card-item1
{
   box-sizing: border-box;
   margin: -30px 0 0 50px;
   padding: 0;
   color: #054A01;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
}
#wb_Card5
{
   text-align: left;
}
#wb_Heading2
{
   width: 100%;
   visibility: hidden;
   display: none;
   margin: 0 0 20px 0 ;
   padding: 0;
   font-size: 29px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading2
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 29px;
   text-align: center;
   text-transform: none;
}
#wb_Text2
{
   visibility: hidden;
   display: none;
   box-shadow: 0px 0px 0px #000000;
}
#wb_Text2
{
   margin: 0 0 20px 0 ;
   padding: 0;
}
#wb_Heading5
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_Card3
{
   width: calc(100% - 30px);
   visibility: visible;
   display: flex;
   margin: 20px 15px 20px 15px;
}
#Card3-card-item0
{
   display: inline-block;
   line-height: 1.0;
   height: 32px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #7A7A7A;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #076B0C;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
}
#wb_Card3:hover #Card3-card-item0
{
   transform: rotate(0deg) scale(1.3,1.3) ;
   transition: transform 300ms linear 0ms;
}
#Card3-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 300ms linear 0ms;
}
#Card3-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 32px;
   width: 32px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Bootstrap Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card3-card-item0 .check-square:before
{
   content: "\f26d";
}
#Card3-card-item1
{
   box-sizing: border-box;
   margin: -30px 0 0 50px;
   padding: 0;
   color: #054A01;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
}
#wb_Card3
{
   text-align: left;
}
#wb_Card4
{
   width: calc(100% - 30px);
   visibility: visible;
   display: flex;
   margin: 20px 15px 20px 15px;
}
#Card4-card-item0
{
   display: inline-block;
   line-height: 1.0;
   height: 32px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #7A7A7A;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #076B0C;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
}
#wb_Card4:hover #Card4-card-item0
{
   transform: rotate(0deg) scale(1.3,1.3) ;
   transition: transform 300ms linear 0ms;
}
#Card4-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 300ms linear 0ms;
}
#Card4-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 32px;
   width: 32px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Bootstrap Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card4-card-item0 .check-square:before
{
   content: "\f26d";
}
#Card4-card-item1
{
   box-sizing: border-box;
   margin: -30px 0 0 50px;
   padding: 0;
   color: #054A01;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
}
#wb_Card4
{
   text-align: left;
}
#wb_Card1
{
   width: calc(100% - 30px);
   visibility: visible;
   display: flex;
   margin: 30px 15px 20px 15px;
}
#Card1-card-item0
{
   display: inline-block;
   line-height: 1.0;
   height: 32px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #7A7A7A;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #076B0C;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
}
#wb_Card1:hover #Card1-card-item0
{
   transform: rotate(0deg) scale(1.3,1.3) ;
   transition: transform 300ms linear 0ms;
}
#Card1-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 300ms linear 0ms;
}
#Card1-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 32px;
   width: 32px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Bootstrap Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card1-card-item0 .check-square:before
{
   content: "\f26d";
}
#Card1-card-item1
{
   box-sizing: border-box;
   margin: -30px 0 0 50px;
   padding: 0;
   color: #054A01;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
}
#wb_Card1
{
   text-align: left;
}
#wb_Card6
{
   width: calc(100% - 30px);
   visibility: visible;
   display: flex;
   margin: 20px 15px 20px 15px;
}
#Card6-card-item0
{
   display: inline-block;
   line-height: 1.0;
   height: 32px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #7A7A7A;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #076B0C;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
}
#wb_Card6:hover #Card6-card-item0
{
   transform: rotate(0deg) scale(1.3,1.3) ;
   transition: transform 300ms linear 0ms;
}
#Card6-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 300ms linear 0ms;
}
#Card6-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 32px;
   width: 32px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Bootstrap Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card6-card-item0 .check-square:before
{
   content: "\f26d";
}
#Card6-card-item1
{
   box-sizing: border-box;
   margin: -30px 0 0 50px;
   padding: 0;
   color: #054A01;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
}
#wb_Card6
{
   text-align: left;
}
#wb_Card7
{
   width: calc(100% - 30px);
   visibility: visible;
   display: flex;
   margin: 20px 15px 20px 15px;
}
#Card7-card-item0
{
   display: inline-block;
   line-height: 1.0;
   height: 32px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #7A7A7A;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #076B0C;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
}
#wb_Card7:hover #Card7-card-item0
{
   transform: rotate(0deg) scale(1.3,1.3) ;
   transition: transform 300ms linear 0ms;
}
#Card7-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 300ms linear 0ms;
}
#Card7-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 32px;
   width: 32px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Bootstrap Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card7-card-item0 .check-square:before
{
   content: "\f26d";
}
#Card7-card-item1
{
   box-sizing: border-box;
   margin: -30px 0 0 50px;
   padding: 0;
   color: #054A01;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
}
#wb_Card7
{
   text-align: left;
}
#wb_Card2
{
   width: calc(100% - 30px);
   visibility: visible;
   display: flex;
   margin: 20px 15px 20px 15px;
}
#Card2-card-item0
{
   display: inline-block;
   line-height: 1.0;
   height: 32px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #7A7A7A;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #076B0C;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
}
#wb_Card2:hover #Card2-card-item0
{
   transform: rotate(0deg) scale(1.3,1.3) ;
   transition: transform 300ms linear 0ms;
}
#Card2-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 300ms linear 0ms;
}
#Card2-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 32px;
   width: 32px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Bootstrap Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card2-card-item0 .check-square:before
{
   content: "\f26d";
}
#Card2-card-item1
{
   box-sizing: border-box;
   margin: -30px 0 0 50px;
   padding: 0;
   color: #054A01;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
}
#wb_Card2
{
   text-align: left;
}
#wb_Card8
{
   width: calc(100% - 30px);
   visibility: visible;
   display: flex;
   margin: 20px 15px 10px 15px;
}
#Card8-card-item0
{
   display: inline-block;
   line-height: 1.0;
   height: 32px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #7A7A7A;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #076B0C;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
}
#wb_Card8:hover #Card8-card-item0
{
   transform: rotate(0deg) scale(1.3,1.3) ;
   transition: transform 300ms linear 0ms;
}
#Card8-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 300ms linear 0ms;
}
#Card8-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 32px;
   width: 32px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Bootstrap Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card8-card-item0 .check-square:before
{
   content: "\f26d";
}
#Card8-card-item1
{
   box-sizing: border-box;
   margin: -30px 0 0 50px;
   padding: 0;
   color: #054A01;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
}
#wb_Card8
{
   text-align: left;
}
#wb_Bookmark2
{
   visibility: visible;
   display: inline-block;
}
#wb_Bookmark1
{
   visibility: hidden;
   display: none;
}
#wb_ThemeableButton1
{
   width: 118px;
   height: 48px;
   visibility: hidden;
   display: none;
   margin: 0;
}
#ThemeableButton1
{
   font-size: 19px;
}
#wb_ThemeableButton1 .ui-button
{
   line-height: 44px;
   padding: 0 5px 0 40px;
}
#wb_Card11
{
   width: calc(100% - 10px);
   visibility: hidden;
   display: none;
   margin: 50px 5px 20px 5px;
}
#Card11-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 20px;
   width: 100%;
   height: auto;
}
#wb_Card11:hover #Card11-card-item0
{
   transform: rotate(0deg) scale(1.5,1.5) ;
   transition: transform 500ms ease-out 0ms;
}
#Card11-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 500ms ease-out 0ms;
}
#Card11-card-item1
{
   box-sizing: border-box;
   margin: 25px 25px 20px 25px;
   padding: 0;
   color: #054A01;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   text-align: left;
}
#Card11-card-item2
{
   box-sizing: border-box;
   margin: 10px 25px 10px 25px;
   border-top: 2px #4F4F4F solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card11-card-item3
{
   box-sizing: border-box;
   margin: 20px 25px 20px 25px;
   padding: 0;
   color: #666666;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 26.6px;
   text-align: left;
}
#wb_Card11
{
   text-align: left;
}
#wb_Card9
{
   width: calc(100% - 10px);
   visibility: hidden;
   display: none;
   margin: 20px 5px 50px 5px;
}
#Card9-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 20px;
   width: 100%;
   height: auto;
}
#wb_Card9:hover #Card9-card-item0
{
   transform: rotate(0deg) scale(1.5,1.5) ;
   transition: transform 500ms ease-out 0ms;
}
#Card9-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 500ms ease-out 0ms;
}
#Card9-card-item1
{
   box-sizing: border-box;
   margin: 25px 25px 20px 25px;
   padding: 0;
   color: #054A01;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   text-align: left;
}
#Card9-card-item2
{
   box-sizing: border-box;
   margin: 10px 25px 10px 25px;
   border-top: 2px #4F4F4F solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card9-card-item3
{
   box-sizing: border-box;
   margin: 20px 25px 20px 25px;
   padding: 0;
   color: #666666;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 26.6px;
   text-align: left;
}
#wb_Card9
{
   text-align: left;
}
#wb_Card10
{
   width: calc(100% - 10px);
   visibility: hidden;
   display: none;
   margin: 50px 5px 50px 5px;
}
#Card10-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 20px;
   width: 100%;
   height: auto;
}
#wb_Card10:hover #Card10-card-item0
{
   transform: rotate(0deg) scale(1.5,1.5) ;
   transition: transform 500ms ease-out 0ms;
}
#Card10-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 500ms ease-out 0ms;
}
#Card10-card-item1
{
   box-sizing: border-box;
   margin: 25px 25px 20px 25px;
   padding: 0;
   color: #054A01;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   text-align: left;
}
#Card10-card-item2
{
   box-sizing: border-box;
   margin: 10px 25px 10px 25px;
   border-top: 2px #4F4F4F solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card10-card-item3
{
   box-sizing: border-box;
   margin: 20px 25px 20px 25px;
   padding: 0;
   color: #666666;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 26.6px;
   text-align: left;
}
#wb_Card10
{
   text-align: left;
}
#wb_Image2
{
   width: 100%;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
}
#Image2
{
   margin-left: auto;
   margin-right: auto;
}
#wb_Heading4
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0 15px 10px 15px;
}
#wb_Text4
{
   visibility: visible;
   display: block;
}
#wb_Text4
{
   font-size: 19px;
   margin: 0;
   padding: 10px 15px 40px 15px;
   text-align: left;
   line-height: 25px;
}
#wb_Bookmark3
{
   visibility: hidden;
   display: none;
}
#wb_Image3
{
   width: 100%;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
}
#Image3
{
   margin-left: auto;
   margin-right: auto;
}
#wb_Heading6
{
   width: 100%;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0 0 10px 0;
}
#wb_Text5
{
   visibility: hidden;
   display: none;
}
#wb_Text5
{
   font-size: 19px;
   margin: 0;
   padding: 10px 0 20px 0;
   text-align: left;
   line-height: 25px;
}
#wb_Bookmark4
{
   visibility: hidden;
   display: none;
}
#Button2
{
   width: 158px;
   height: 42px;
   visibility: hidden;
   display: none;
   margin: 10px 0 10px 0 ;
   padding: 5px 5px 5px 5px;
}
#Button2
{
   line-height: 30px;
}
#wb_Image3mobil
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 15px 0 0 0;
}
#Image3mobil
{
   border-radius: 20px;
   margin-left: auto;
   margin-right: auto;
}
#wb_Heading6mobil
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0 15px 10px 15px;
}
#wb_Text5mobil
{
   visibility: visible;
   display: block;
}
#wb_Text5mobil
{
   font-size: 19px;
   margin: 0;
   padding: 10px 15px 20px 15px;
   text-align: left;
   line-height: 25px;
}
#wb_Bookmark4mobil
{
   visibility: visible;
   display: inline-block;
}
#Button1mobil
{
   width: 158px;
   height: 42px;
   visibility: visible;
   display: inline-block;
   margin: 10px 0 10px 0 ;
   padding: 5px 5px 5px 5px;
}
#Button1mobil
{
   line-height: 30px;
}
#wb_Image2mobil
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#Image2mobil
{
   border-radius: 20px;
   margin-left: auto;
   margin-right: auto;
}
#wb_Bookmark3mobil
{
   visibility: visible;
   display: inline-block;
}
#wb_Heading2Mobil
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 20px 0 ;
   padding: 0;
   font-size: 29px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading2Mobil
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading2Mobil
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 29px;
   text-align: center;
   text-transform: none;
}
#wb_Text8
{
   visibility: visible;
   display: block;
}
#wb_Text8
{
   margin: 0 0 20px 0 ;
   padding: 0;
}
#wb_ThemeableButton1moibil
{
   width: 118px;
   height: 48px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#ThemeableButton1moibil
{
   font-size: 19px;
}
#wb_ThemeableButton1moibil .ui-button
{
   line-height: 44px;
   padding: 0 0 0 35px;
}
#wb_Bookmark5
{
   visibility: hidden;
   display: none;
}
#wb_Card11mobil
{
   width: calc(100% - 10px);
   visibility: visible;
   display: flex;
   margin: 50px 5px 20px 5px;
   border-radius: 20px;
}
#Card11mobil-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 20px;
   width: 100%;
   height: auto;
}
#wb_Card11mobil:hover #Card11mobil-card-item0
{
   transform: rotate(0deg) scale(1.5,1.5) ;
   transition: transform 500ms ease-out 0ms;
}
#Card11mobil-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 500ms ease-out 0ms;
}
#Card11mobil-card-item1
{
   box-sizing: border-box;
   margin: 25px 25px 20px 25px;
   padding: 0;
   color: #054A01;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   text-align: left;
}
#Card11mobil-card-item2
{
   box-sizing: border-box;
   margin: 10px 25px 10px 25px;
   border-top: 2px #4F4F4F solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card11mobil-card-item3
{
   box-sizing: border-box;
   margin: 20px 25px 20px 25px;
   padding: 0;
   color: #666666;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 26.6px;
   text-align: left;
}
#wb_Card11mobil
{
   text-align: left;
}
#wb_Card9mobil
{
   width: calc(100% - 10px);
   visibility: visible;
   display: flex;
   margin: 20px 5px 50px 5px;
   border-radius: 20px;
}
#Card9mobil-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 20px;
   width: 100%;
   height: auto;
}
#wb_Card9mobil:hover #Card9mobil-card-item0
{
   transform: rotate(0deg) scale(1.5,1.5) ;
   transition: transform 500ms ease-out 0ms;
}
#Card9mobil-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 500ms ease-out 0ms;
}
#Card9mobil-card-item1
{
   box-sizing: border-box;
   margin: 25px 25px 20px 25px;
   padding: 0;
   color: #054A01;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   text-align: left;
}
#Card9mobil-card-item2
{
   box-sizing: border-box;
   margin: 10px 25px 10px 25px;
   border-top: 2px #4F4F4F solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card9mobil-card-item3
{
   box-sizing: border-box;
   margin: 20px 25px 20px 25px;
   padding: 0;
   color: #666666;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 26.6px;
   text-align: left;
}
#wb_Card9mobil
{
   text-align: left;
}
#wb_Card10mobil
{
   width: calc(100% - 10px);
   visibility: visible;
   display: flex;
   margin: 50px 5px 50px 5px;
   border-radius: 20px;
}
#Card10mobil-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 20px;
   width: 100%;
   height: auto;
}
#wb_Card10mobil:hover #Card10mobil-card-item0
{
   transform: rotate(0deg) scale(1.5,1.5) ;
   transition: transform 500ms ease-out 0ms;
}
#Card10mobil-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 500ms ease-out 0ms;
}
#Card10mobil-card-item1
{
   box-sizing: border-box;
   margin: 25px 25px 20px 25px;
   padding: 0;
   color: #054A01;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   text-align: left;
}
#Card10mobil-card-item2
{
   box-sizing: border-box;
   margin: 10px 25px 10px 25px;
   border-top: 2px #4F4F4F solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card10mobil-card-item3
{
   box-sizing: border-box;
   margin: 20px 25px 20px 25px;
   padding: 0;
   color: #666666;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 26.6px;
   text-align: left;
}
#wb_Card10mobil
{
   text-align: left;
}
#wb_Text6a
{
   visibility: visible;
   display: block;
   box-shadow: 0px 0px 0px #000000;
}
#wb_Text6a
{
   margin: 0;
   padding: 0;
}
#wb_Card17
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 15px 0 0 0 ;
}
#Card17-card-item0
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   border: 1px solid #054A01;
   border-radius: 50%;
   max-width: 125px;
   width: 100%;
   height: 125px;
}
#Card17-card-item0:hover
{
   transform: rotate(0deg) scale(1.3,1.3) ;
   transition: transform 300ms linear 0ms;
}
#Card17-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 300ms linear 0ms;
}
#Card17-card-item1
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   padding: 0;
   color: #054A01;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card17-card-item2
{
   box-sizing: border-box;
   margin: 10px 10px 10px 10px;
   padding: 0;
   color: #666666;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card17-card-item3
{
   box-sizing: border-box;
   margin: 10px 10px 50px 10px;
   padding: 0;
   color: #288C0F;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card17-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card17
{
   text-align: center;
}
#wb_Card18
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 30px 0 0 0 ;
}
#Card18-card-item0
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   border: 1px solid #054A01;
   border-radius: 50%;
   max-width: 125px;
   width: 100%;
   height: 125px;
}
#Card18-card-item0:hover
{
   transform: rotate(0deg) scale(1.3,1.3) ;
   transition: transform 300ms linear 0ms;
}
#Card18-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 300ms linear 0ms;
}
#Card18-card-item1
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   padding: 0;
   color: #054A01;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card18-card-item2
{
   box-sizing: border-box;
   margin: 10px 10px 10px 10px;
   padding: 0;
   color: #666666;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card18-card-item3
{
   box-sizing: border-box;
   margin: 10px 10px 50px 10px;
   padding: 0;
   color: #288C0F;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card18-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card18
{
   text-align: center;
}
#wb_Bookmark0
{
   visibility: visible;
   display: inline-block;
}
#wb_Bookmark6
{
   visibility: hidden;
   display: none;
}
#wb_Bookmark8
{
   visibility: hidden;
   display: none;
}
#wb_Bookmark7
{
   visibility: hidden;
   display: none;
}
#wb_Heading-KEG
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 20px 0 ;
   padding: 0;
   font-size: 29px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading-KEG
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading-KEG
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 29px;
   text-align: center;
   text-transform: none;
}
#wb_Text-KEG
{
   visibility: visible;
   display: block;
   box-shadow: 0px 0px 0px #000000;
}
#wb_Text-KEG
{
   margin: 0 0 20px 0 ;
   padding: 0;
}
#wb_Bookmark-KEG
{
   visibility: visible;
   display: inline-block;
}
#wb_IconButton-KEG
{
   width: 304px;
   height: 68px;
   visibility: visible;
   display: inline-block;
   margin: 20px 0 0 0 ;
}
#IconButton-KEG
{
   font-size: 19px;
}
#wb_IconButton-KEG .ui-button
{
   line-height: 24px;
   padding: 20px 10px 20px 40px;
}
#wb_Heading-EG
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 20px 0 ;
   padding: 0;
   font-size: 29px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading-EG
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading-EG
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 29px;
   text-align: center;
   text-transform: none;
}
#wb_Card3-EG
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card3-EG-card-item0
{
   box-sizing: border-box;
   margin: 5px 25px 5px 25px;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 26.6px;
   text-align: center;
}
#Card3-EG-card-item0
{
   color: #FFFFFF;
   transition: color 500ms linear 0ms;
}
#Card3-EG-card-item0:hover
{
   color: #009600;
   transition: color 500ms linear 0ms;
}
#Card3-EG-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#Card3-EG-card-item1
{
   box-sizing: border-box;
   margin: 5px 25px 5px 25px;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 26.6px;
   text-align: center;
}
#Card3-EG-card-item1
{
   color: #FFFFFF;
   transition: color 500ms linear 0ms;
}
#Card3-EG-card-item1:hover
{
   color: #009600;
   transition: color 500ms linear 0ms;
}
#Card3-EG-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card3-EG-card-item2
{
   box-sizing: border-box;
   margin: 5px 25px 5px 25px;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 26.6px;
   text-align: center;
}
#Card3-EG-card-item2
{
   color: #FFFFFF;
   transition: color 500ms linear 0ms;
}
#Card3-EG-card-item2:hover
{
   color: #009600;
   transition: color 500ms linear 0ms;
}
#Card3-EG-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card3-EG-card-item3
{
   box-sizing: border-box;
   margin: 5px 25px 5px 25px;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 26.6px;
   text-align: center;
}
#Card3-EG-card-item3
{
   color: #FFFFFF;
   transition: color 500ms linear 0ms;
}
#Card3-EG-card-item3:hover
{
   color: #009600;
   transition: color 500ms linear 0ms;
}
#Card3-EG-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#Card3-EG-card-item4
{
   box-sizing: border-box;
   margin: 5px 25px 5px 25px;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 26.6px;
   text-align: center;
}
#Card3-EG-card-item4
{
   color: #FFFFFF;
   transition: color 500ms linear 0ms;
}
#Card3-EG-card-item4:hover
{
   color: #009600;
   transition: color 500ms linear 0ms;
}
#Card3-EG-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card3-EG
{
   text-align: center;
}
#wb_Card1-EG
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card1-EG-card-item0
{
   box-sizing: border-box;
   margin: 5px 25px 5px 25px;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 26.6px;
   text-align: center;
}
#Card1-EG-card-item0
{
   color: #FFFFFF;
   transition: color 500ms linear 0ms;
}
#Card1-EG-card-item0:hover
{
   color: #009600;
   transition: color 500ms linear 0ms;
}
#Card1-EG-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#Card1-EG-card-item1
{
   box-sizing: border-box;
   margin: 5px 25px 5px 25px;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 26.6px;
   text-align: center;
}
#Card1-EG-card-item1
{
   color: #FFFFFF;
   transition: color 500ms linear 0ms;
}
#Card1-EG-card-item1:hover
{
   color: #009600;
   transition: color 500ms linear 0ms;
}
#Card1-EG-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card1-EG-card-item2
{
   box-sizing: border-box;
   margin: 5px 25px 0 25px;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 26.6px;
   text-align: center;
}
#Card1-EG-card-item2
{
   color: #FFFFFF;
   transition: color 500ms linear 0ms;
}
#Card1-EG-card-item2:hover
{
   color: #009600;
   transition: color 500ms linear 0ms;
}
#Card1-EG-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card1-EG-card-item3
{
   box-sizing: border-box;
   margin: 5px 25px 5px 25px;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 26.6px;
   text-align: center;
}
#Card1-EG-card-item3
{
   color: #FFFFFF;
   transition: color 500ms linear 0ms;
}
#Card1-EG-card-item3:hover
{
   color: #009600;
   transition: color 500ms linear 0ms;
}
#Card1-EG-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#Card1-EG-card-item4
{
   box-sizing: border-box;
   margin: 5px 25px 5px 24px;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 26.6px;
   text-align: center;
}
#Card1-EG-card-item4
{
   color: #FFFFFF;
   transition: color 500ms linear 0ms;
}
#Card1-EG-card-item4:hover
{
   color: #009600;
   transition: color 500ms linear 0ms;
}
#Card1-EG-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card1-EG
{
   text-align: center;
}
#wb_Card2-EG
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card2-EG-card-item0
{
   box-sizing: border-box;
   margin: 5px 25px 5px 25px;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 26.6px;
   text-align: center;
}
#Card2-EG-card-item0
{
   color: #FFFFFF;
   transition: color 500ms linear 0ms;
}
#Card2-EG-card-item0:hover
{
   color: #009600;
   transition: color 500ms linear 0ms;
}
#Card2-EG-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#Card2-EG-card-item1
{
   box-sizing: border-box;
   margin: 5px 25px 5px 25px;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 26.6px;
   text-align: center;
}
#Card2-EG-card-item1
{
   color: #FFFFFF;
   transition: color 500ms linear 0ms;
}
#Card2-EG-card-item1:hover
{
   color: #009600;
   transition: color 500ms linear 0ms;
}
#Card2-EG-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card2-EG-card-item2
{
   box-sizing: border-box;
   margin: 5px 25px 5px 25px;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 26.6px;
   text-align: center;
}
#Card2-EG-card-item2
{
   color: #FFFFFF;
   transition: color 500ms linear 0ms;
}
#Card2-EG-card-item2:hover
{
   color: #009600;
   transition: color 500ms linear 0ms;
}
#Card2-EG-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card2-EG-card-item3
{
   box-sizing: border-box;
   margin: 5px 25px 5px 25px;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 26.6px;
   text-align: center;
}
#Card2-EG-card-item3
{
   color: #FFFFFF;
   transition: color 500ms linear 0ms;
}
#Card2-EG-card-item3:hover
{
   color: #009600;
   transition: color 500ms linear 0ms;
}
#Card2-EG-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#Card2-EG-card-item4
{
   box-sizing: border-box;
   margin: 5px 25px 5px 25px;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 26.6px;
   text-align: center;
}
#Card2-EG-card-item4
{
   color: #FFFFFF;
   transition: color 500ms linear 0ms;
}
#Card2-EG-card-item4:hover
{
   color: #009600;
   transition: color 500ms linear 0ms;
}
#Card2-EG-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card2-EG
{
   text-align: center;
}
#wb_kontakt-form
{
   visibility: visible;
   display: table;
}
#wb_kontakt-form
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#kontakt-form
{
   height: auto;
   padding: 40px 15px 100px 15px;
}
#kontakt-form .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#contactLabel1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 4px 4px 4px 0;
   text-align: left;
   box-shadow: 0px 0px 0px #000000;
}
#contactLabel1
{
   line-height: 18px;
}
#contactName
{
   width: 100%;
   height: 34px;
   visibility: visible;
   display: block;
   margin: 5px 0 10px 0 ;
   padding: 4px 4px 4px 4px;
   text-align: left;
}
#contactName
{
   line-height: 10px;
}
#contactLabel2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 20px 4px 4px 0;
   text-align: left;
   box-shadow: 0px 0px 0px #000000;
}
#contactLabel2
{
   line-height: 18px;
}
#contactEmail
{
   width: 100%;
   height: 34px;
   visibility: visible;
   display: block;
   margin: 5px 0 10px 0 ;
   padding: 4px 4px 4px 4px;
   text-align: left;
   box-shadow: 0px 0px 0px #000000;
}
#contactEmail
{
   line-height: 10px;
}
#contactLabel4
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 20px 4px 4px 0;
   text-align: left;
}
#contactLabel4
{
   line-height: 18px;
}
#contactMessage
{
   width: 100%;
   height: 100px;
   visibility: visible;
   display: block;
   margin: 5px 0 10px 0 ;
   padding: 4px 4px 4px 4px;
   text-align: left;
}
#contactButton
{
   width: 273px;
   height: 42px;
   visibility: visible;
   display: inline-block;
   margin: 10px 0 10px 0 ;
   padding: 5px 5px 5px 5px;
}
#wb_contactHeading1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 10px 0 10px 0;
}
#wb_contactText1
{
   visibility: visible;
   display: block;
   box-shadow: 0px 0px 0px #000000;
}
#wb_contactText1
{
   font-size: 19px;
   margin: 0;
   padding: 10px 0 10px 0;
   text-align: left;
   line-height: 21px;
}
#wb_contactIcon1
{
   width: 70px;
   height: 64px;
   visibility: hidden;
   display: none;
   margin: 0 0 20px -6px;
   padding: 0;
}
#contactIcon1
{
   width: 70px;
   height: 64px;
}
#contactIcon1 i
{
   line-height: 64px;
   font-size: 64px;
   width: 63px;
}
#contactLabel3
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 20px 4px 4px 0;
   text-align: left;
   box-shadow: 0px 0px 0px #000000;
}
#contactLabel3
{
   line-height: 18px;
}
#contactPhone
{
   width: 100%;
   height: 34px;
   visibility: visible;
   display: block;
   margin: 5px 0 10px 0 ;
   padding: 4px 4px 4px 4px;
   text-align: left;
   box-shadow: 0px 0px 0px #000000;
}
#contactPhone
{
   line-height: 10px;
}
#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;
}
}
