body
{
   background-color: #F5F5F5;
   background-image: url('images/Hände halten Haus aus Papier_AdobeStock_498227214_1750x625.jpg');
   background-attachment: fixed;
   background-position: left center;
   background-repeat: no-repeat;
   background-size: cover;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
#wb_header
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: rgba(255,255,255,0.56);
   background-image: none;
   border: 0px solid transparent;
   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;
}
#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: 8.33333333%;
   max-width: 8.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-end;
   align-self: stretch;
   align-items: flex-end;
   justify-content: center;
   text-align: center;
}
#header > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 91.66666667%;
   max-width: 91.66666667%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-end;
   align-self: stretch;
   align-items: flex-end;
   justify-content: flex-end;
   text-align: right;
}
#header > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0 20px 0 0;
}
@media (max-width: 640px)
{
#header > .col-1, #header > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
.HauptMenu .nav
{
   font-family: Arial;
   font-weight: bold;
   font-size: 17px;
   font-style: normal;
   color: #555555;
   text-align: center;
   text-transform: none;
}
#HauptMenu, .HauptMenu .nav, .HauptMenu *
{
   margin: 0;
   padding: 0;
   box-sizing: border-box;
   line-height: 1;
   list-style: none;
}
.HauptMenu .nav:before,
.HauptMenu .nav:after 
{
   content: " ";
   display: table;
}
.HauptMenu .nav:after 
{
   clear: both;
}
.HauptMenu .nav a 
{
   text-decoration: none;
}
.HauptMenu .nav ul
{
   margin-top: 0;
   margin-bottom: 0;
}
.HauptMenu .nav ul ul
{
   margin-bottom: 0;
}
.HauptMenu .container 
{
   margin-right: auto;
   margin-left: auto;
   padding: 0;
}
.HauptMenu .container:before,
.HauptMenu .container:after 
{
   content: " ";
   display: table;
}
.HauptMenu .container:after 
{
   clear: both;
}
.HauptMenu .collapse 
{
   display: none;
}
.HauptMenu .collapse.show 
{
   display: block;
}
.HauptMenu .collapsing 
{
   position: relative;
   height: 0;
   overflow: hidden;
   transition: height .35s ease;
}
.HauptMenu .caret, .HauptMenu .caret-right
{
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 4px;
   vertical-align: middle;
   border-top: 4px solid #000;
   border-right: 4px solid transparent;
   border-left: 4px solid transparent;
   border-bottom: 0 dotted;
}
.HauptMenu .dropdown 
{
   position: relative;
}
.HauptMenu .dropdown-toggle:focus 
{
   outline: 0;
}
.HauptMenu .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: 17px;
   background-color: #E6E6E6;
   background-image: none;
   border: 1px solid rgba(211,211,211,1.00);
   border-radius: 6px;
   background-clip: padding-box;
}
.HauptMenu .dropdown-menu .divider
{
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
   background-color: #D3D3D3;
}
.HauptMenu .dropdown-menu > li > a
{
   display: block;
   padding: 3px 20px 3px 0px;
   clear: both;
   line-height: 1.428571429;
   color: #555555;
   text-transform: none;
   white-space: nowrap;
}
.HauptMenu .dropdown-menu > li > a:hover,
.HauptMenu .dropdown-menu > li > a:focus 
{
   text-decoration: none;
   color: #FFAA00;
   background-color: #DADADA;
   background-image: none;
}
.HauptMenu .dropdown-menu > li > a.active,
.HauptMenu .dropdown-menu > li > a.active:hover,
.HauptMenu .dropdown-menu > li > a.active:focus
{
   color: #FFAA00;
   background-color: #DADADA;
   background-image: none;
   text-decoration: none;
   outline: 0;
}
.HauptMenu .show > .dropdown-menu
{
   display: block;
}
.HauptMenu .show > a
{
   outline: 0;
}
.HauptMenu .dropdown-header
{
   display: block;
   padding: 3px 20px;
   line-height: 1.428571429;
   color: #aeaeae;
}
.HauptMenu .dropdown-backdrop
{
   position: fixed;
   left: 0;
   right: 0;
   bottom: 0;
   top: 0;
   z-index: 990;
}
.HauptMenu .dropdown.show .dropdown-menu
{
   animation-name: HauptMenu-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 HauptMenu-animation
{
   0%
   {
      opacity: 0;
      transform: translateY(-10px);
   }
   100%
   {
      opacity: 1;
      transform: translateY(0);
   }
}
.HauptMenu .nav > li 
{
   position: relative;
   display: block;
}
.HauptMenu .nav > li > a
{
   position: relative;
   display: block;
   padding: 10px 10px 10px 10px;
}
.HauptMenu .nav .show > a,
.HauptMenu .nav .show > a:hover,
.HauptMenu .nav .show > a:focus
{
    border-color: #F5F5F5;
}
.HauptMenu .nav .nav-divider
{
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
   background-color: #D3D3D3;
}
.HauptMenu .nav .caret
{
   border-top-color: #F5F5F5;
   border-bottom-color: #F5F5F5;
}
.HauptMenu
{
   position: relative;
}
.HauptMenu:before,
.HauptMenu:after
{
   content: " ";
   display: table;
}
.HauptMenu:after
{
   clear: both;
}
.HauptMenu .navbar-header:before,
.HauptMenu .navbar-header:after
{
   content: " ";
   display: table;
}
.HauptMenu .navbar-header:after
{
   clear: both;
}
.HauptMenu-navbar-collapse 
{
   overflow-x: visible;
   -webkit-overflow-scrolling: touch;
}
.HauptMenu-navbar-collapse:before,
.HauptMenu-navbar-collapse:after
{
   content: " ";
   display: table;
}
.HauptMenu-navbar-collapse:after
{
   clear: both;
}
.HauptMenu-navbar-collapse.show
{
   overflow-y: auto;
}
.HauptMenu .navbar-toggle 
{
   position: relative;
   float: right;
   padding: 11px 10px 10px 10px;
   background-color: transparent;
   border: 1px solid transparent;
   border-radius: 6px;
}
.HauptMenu .navbar-toggle .icon-bar 
{
   display: block;
   width: 22px;
   height: 2px;
   border-radius: 1px;
}
.HauptMenu .navbar-toggle .icon-bar+.icon-bar
{
   margin-top: 4px;
}
.HauptMenu .navbar-nav
{
   margin: 6px -15px;
}
.HauptMenu .navbar-nav > li > .dropdown-menu
{
   margin-top: 0;
}
.HauptMenu .navbar-nav > li > a
{
   color: #555555;
}
.HauptMenu .navbar-nav > li > a:hover,
.HauptMenu .navbar-nav > li > a:focus
{
   background-color: #DADADA;
   background-image: none;
   color: #FFAA00;
   text-decoration: none;
}
.HauptMenu .navbar-nav > li > a.active,
.HauptMenu .navbar-nav > li > a.active:hover,
.HauptMenu .navbar-nav > li > a.active:focus
{
   color: #FFAA00;
   background-color: #DADADA;
   background-image: none;
}
.HauptMenu .navbar-toggle
{
   border: 1px solid transparent;
}
.HauptMenu .navbar-toggle:hover,
.HauptMenu .navbar-toggle:focus
{
   background-color: transparent;
}
.HauptMenu .navbar-toggle .icon-bar
{
   background-color: #6D747E;
}
.HauptMenu-navbar-collapse
{
   border-color: rgba(211,211,211,1.00);
}
.HauptMenu .navbar-nav > .dropdown > a:hover .caret,
.HauptMenu .navbar-nav > .dropdown > a:focus .caret
{
   border-top-color: #FFAA00;
   border-bottom-color: #FFAA00;
}
.HauptMenu .navbar-nav > .show > a,
.HauptMenu .navbar-nav > .show > a:hover,
.HauptMenu .navbar-nav > .show > a:focus
{
   background-color: #DADADA;
   background-image: none;
   color: #FFAA00;
}
.HauptMenu .navbar-nav > .show > a .caret,
.HauptMenu .navbar-nav > .show > a:hover .caret,
.HauptMenu .navbar-nav > .show > a:focus .caret
{
   border-top-color: #FFAA00;
   border-bottom-color: #FFAA00;
}
.HauptMenu .navbar-nav > .dropdown > a .caret
{
   border-top-color: #555555;
   border-bottom-color: #555555;
}
.HauptMenu .navbar-link
{
   color: #555555;
}
.HauptMenu .navbar-link:hover
{
   color: #FFAA00;
}
.HauptMenu .navbar-header
{
   color: #6D747E;
}
.HauptMenu .dropdown-hover > .dropdown-menu
{
   margin-top:-1px !important;
}
@media (min-width: 980px) 
{
.HauptMenu .navbar-right .dropdown-menu
{
   right: 0;
   left: auto;
}
.HauptMenu .navbar-header
{
   float: left;
}
.HauptMenu-navbar-collapse
{
   width: auto;
   border-top: 0;
   box-shadow: none;
}
.HauptMenu-navbar-collapse.collapse
{
   display: block!important;
   height: auto!important;
   padding-bottom: 0;
   overflow: visible!important;
}
.HauptMenu-navbar-collapse.show
{
   overflow-y: auto;
}
.HauptMenu .navbar-toggle
{
   display: none;
}
.HauptMenu .navbar-nav
{
   float: right;
   margin: 0;
}
.HauptMenu .navbar-nav > li
{
   float: left;
}
.HauptMenu .container > .navbar-header,
.HauptMenu .container > .HauptMenu-navbar-collapse
{
   margin-right: 0;
   margin-left: 0;
}
.HauptMenu .navbar-nav > .dropdown > a:hover .caret,
.HauptMenu .navbar-nav > .dropdown > a:focus .caret
{
   border-top-color: #212121;
   border-bottom-color: #212121;
}
}
@media (max-width: 980px) 
{
.HauptMenu 
{
   background-color: transparent;
   background-image: none;
   border: 1px solid rgba(170,170,170,0.00);
}
.HauptMenu .navbar-nav
{
   margin: 0;
   background-color: #E6E6E6;
   background-image: none;
}
.HauptMenu .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;
}
.HauptMenu .navbar-nav .show .dropdown-menu > li > a,
.HauptMenu .navbar-nav .show .dropdown-menu .dropdown-header
{
   padding: 5px 15px 5px 15px;
}
.HauptMenu .navbar-nav .show .dropdown-menu > li > a
{
   line-height: 20px;
}
}
@media (min-width: 980px) 
{
.HauptMenu 
{
   background-color: transparent;
   background-image: none;
   border: 1px solid rgba(170,170,170,0.00);
   border-radius: 6px;
}
.HauptMenu .navbar-nav > li > a
{
   color: #6D747E;
}
.HauptMenu .navbar-nav > li > a:hover,
.HauptMenu .navbar-nav > li > a:focus
{
   color: #212121;
   background-color: #FFFFFF;
   background-image: none;
}
.HauptMenu .navbar-nav > li > a.active,
.HauptMenu .navbar-nav > li > a.active:hover,
.HauptMenu .navbar-nav > li > a.active:focus
{
   color: #212121;
   background-color: #FFFFFF;
   background-image: none;
}
.HauptMenu .navbar-nav > .show > a,
.HauptMenu .navbar-nav > .show > a:hover,
.HauptMenu .navbar-nav > .show > a:focus
{
   background-color: #FFFFFF;
   background-image: none;
   color: #212121;
}
.HauptMenu .navbar-nav > .dropdown > a:hover .caret
{
   border-top-color: #212121;
   border-bottom-color: #212121;
}
.HauptMenu .navbar-nav > .dropdown > a .caret
{
   border-top-color: #6D747E;
   border-bottom-color: #6D747E;
}
.HauptMenu .navbar-nav > li > a.active > .caret,
.HauptMenu .navbar-nav > li > a.active:hover > .caret,
.HauptMenu .navbar-nav > li > a.active:focus > .caret
{
   border-top-color: #212121;
   border-bottom-color: #212121;
}
.HauptMenu .navbar-nav > .show > a .caret,
.HauptMenu .navbar-nav > .show > a:hover .caret,
.HauptMenu .navbar-nav > .show > a:focus .caret
{
   border-top-color: #212121;
   border-bottom-color: #212121;
}
.HauptMenu .navbar-link
{
   color: #6D747E;
}
.HauptMenu .navbar-link:hover 
{
   color: #fff;
}
}
.HauptMenu .navbar-nav > li:first-child > a
{
   border-top-left-radius: 6px;
   border-bottom-left-radius: 6px;
}
.HauptMenu .dropdown-menu > li:last-child > a
{
   border-bottom-left-radius: 6px;
   border-bottom-right-radius: 6px;
}
#HauptMenu i
{
   font-size: 16px;
   position: relative;
   left: 0;
   top: 0;
   margin-right: 4px;
   width: 16px;
}
#wb_HauptMenu
{
   z-index: 1111 !important;
}
#wb_LayoutGrid1
{
   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;
}
#LayoutGrid1
{
   box-sizing: border-box;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid1 > .row
{
   margin-right: 0;
   margin-left: 0;
}
#LayoutGrid1 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#LayoutGrid1 > .row > .col-1
{
   float: left;
}
#LayoutGrid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   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: 640px)
{
#LayoutGrid1 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#Line2
{
   border-color: #2C4C97;
   border-style: solid;
   border-bottom-width: 4px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 0;
   padding: 0;
}
#wb_LayoutGrid5
{
   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;
}
#LayoutGrid5
{
   box-sizing: border-box;
   padding: 50px 20px 15px 20px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid5 > .row
{
   margin-right: -20px;
   margin-left: -20px;
}
#LayoutGrid5 > .row > .col-1, #LayoutGrid5 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 20px;
   padding-left: 20px;
   position: relative;
}
#LayoutGrid5 > .row > .col-1, #LayoutGrid5 > .row > .col-2
{
   float: left;
}
#LayoutGrid5 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 50%;
   text-align: center;
}
#LayoutGrid5 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 50%;
   text-align: center;
}
#LayoutGrid5:before,
#LayoutGrid5:after,
#LayoutGrid5 .row:before,
#LayoutGrid5 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid5:after,
#LayoutGrid5 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid5 > .row > .col-1, #LayoutGrid5 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_Card3
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #D21316;
   border-radius: 20px;
   box-shadow: 0px 0px 5px #000000;
   text-align: center;
}
#Card3-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
.stretched-link::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
   background-color: rgba(0,0,0,0);
}
#Card3-card-item0
{
   box-sizing: border-box;
   margin: 15px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 85px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 85px;
}
#Card3-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 8px 20px;
   padding: 0 0 25px 0;
   color: #000000;
   font-family: "Arial Narrow";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
}
#wb_Card3:hover
{
   transform: rotate(0deg) scale(1.05,1.05) ;
   transition: transform 250ms ease-in 0ms;
}
#wb_Card3
{
   transform: rotate(0deg) scale(1,1) ;
   transition: transform 250ms ease-out 50ms;
}
#wb_Card8
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #D21316;
   border-radius: 20px;
   box-shadow: 0px 0px 5px #000000;
   text-align: center;
}
#Card8-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
.stretched-link::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
   background-color: rgba(0,0,0,0);
}
#Card8-card-item0
{
   box-sizing: border-box;
   margin: 15px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 85px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 85px;
}
#Card8-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 8px 20px;
   padding: 0 0 25px 0;
   color: #000000;
   font-family: "Arial Narrow";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
}
#wb_Card8:hover
{
   transform: rotate(0deg) scale(1.05,1.05) ;
   transition: transform 250ms ease-in 0ms;
}
#wb_Card8
{
   transform: rotate(0deg) scale(1,1) ;
   transition: transform 250ms ease-out 50ms;
}
#wb_Card11
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #D21316;
   border-radius: 20px;
   box-shadow: 0px 0px 5px #000000;
   text-align: center;
}
#Card11-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
.stretched-link::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
   background-color: rgba(0,0,0,0);
}
#Card11-card-item0
{
   box-sizing: border-box;
   margin: 15px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 85px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 85px;
}
#Card11-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 8px 20px;
   padding: 0 0 25px 0;
   color: #000000;
   font-family: "Arial Narrow";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
}
#wb_Card11:hover
{
   transform: rotate(0deg) scale(1.05,1.05) ;
   transition: transform 250ms ease-in 0ms;
}
#wb_Card11
{
   transform: rotate(0deg) scale(1,1) ;
   transition: transform 250ms ease-out 50ms;
}
#wb_LayoutGrid8
{
   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;
}
#LayoutGrid8
{
   box-sizing: border-box;
   padding: 15px 20px 15px 20px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid8 > .row
{
   margin-right: -20px;
   margin-left: -20px;
}
#LayoutGrid8 > .row > .col-1, #LayoutGrid8 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 20px;
   padding-left: 20px;
   position: relative;
}
#LayoutGrid8 > .row > .col-1, #LayoutGrid8 > .row > .col-2
{
   float: left;
}
#LayoutGrid8 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 50%;
   text-align: center;
}
#LayoutGrid8 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 50%;
   text-align: center;
}
#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, #LayoutGrid8 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid9
{
   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;
}
#LayoutGrid9
{
   box-sizing: border-box;
   padding: 40px 15px 40px 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid9 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid9 > .row > .col-1, #LayoutGrid9 > .row > .col-2, #LayoutGrid9 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid9 > .row > .col-1, #LayoutGrid9 > .row > .col-2, #LayoutGrid9 > .row > .col-3
{
   float: left;
}
#LayoutGrid9 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 16.66666667%;
   text-align: left;
}
#LayoutGrid9 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 66.66666667%;
   text-align: left;
}
#LayoutGrid9 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 16.66666667%;
   text-align: left;
}
#LayoutGrid9:before,
#LayoutGrid9:after,
#LayoutGrid9 .row:before,
#LayoutGrid9 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid9:after,
#LayoutGrid9 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid9 > .row > .col-1, #LayoutGrid9 > .row > .col-2, #LayoutGrid9 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_Card1
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #D21316;
   border-radius: 20px;
   box-shadow: 0px 0px 5px #000000;
   text-align: center;
}
#Card1-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
.stretched-link::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
   background-color: rgba(0,0,0,0);
}
#Card1-card-item0
{
   box-sizing: border-box;
   margin: 15px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 85px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 85px;
}
#Card1-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 8px 20px;
   padding: 0 0 25px 0;
   color: #000000;
   font-family: "Arial Narrow";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
}
#wb_Card1:hover
{
   transform: rotate(0deg) scale(1.05,1.05) ;
   transition: transform 250ms ease-in 0ms;
}
#wb_Card1
{
   transform: rotate(0deg) scale(1,1) ;
   transition: transform 250ms ease-out 50ms;
}
#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: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid3 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid3 > .row > .col-1, #LayoutGrid3 > .row > .col-2, #LayoutGrid3 > .row > .col-3
{
   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, #LayoutGrid3 > .row > .col-3
{
   float: left;
}
#LayoutGrid3 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 16.66666667%;
   text-align: left;
}
#LayoutGrid3 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 66.66666667%;
   text-align: left;
}
#LayoutGrid3 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 16.66666667%;
   text-align: left;
}
#LayoutGrid3:before,
#LayoutGrid3:after,
#LayoutGrid3 .row:before,
#LayoutGrid3 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid3:after,
#LayoutGrid3 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid3 > .row > .col-1, #LayoutGrid3 > .row > .col-2, #LayoutGrid3 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_Card7
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: rgba(191,191,191,0.60);
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 20px;
   box-shadow: 0px 0px 10px rgba(0,0,0,0.20);
   text-align: left;
}
#Card7-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card7-card-item0
{
   display: inline-block;
   height: 53px;
   box-sizing: border-box;
   margin: 20px 0 0 20px;
   padding: 0;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #A50E12;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 53px;
}
#Card7-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 53px;
   width: 53px;
}
#Card7-card-item1
{
   box-sizing: border-box;
   margin: -32px 0 0 80px;
   padding: 0;
   color: #282828;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
}
#Card7-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 30px 80px;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 20px;
}
#wb_LayoutGrid2
{
   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;
}
#LayoutGrid2
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#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: left;
}
#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;
}
}
