body
{
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
   overflow-x: hidden;
}
body:after
{
   background-color: #FFFFFF;
   content: "";
   height: 100vh;
   left: 0;
   position: fixed;
   right: 0;
   top: 0;
   z-index: -1;
}
a
{
   color: #F5F5F5;
   text-decoration: none;
}
a:active
{
   color: #C0C0C0;
}
a:hover
{
   color: #C0C0C0;
   text-decoration: none;
}
.visibility-hidden
{
   visibility: hidden;
}
#wb_layoutGridHeader
{
   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;
}
#layoutGridHeader
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1280px;
}
#layoutGridHeader > .col-1, #layoutGridHeader > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#layoutGridHeader > .col-1, #layoutGridHeader > .col-2
{
   flex: 0 0 auto;
}
#layoutGridHeader > .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;
}
#layoutGridHeader > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 5px 5px 5px 5px;
}
#layoutGridHeader > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis:  calc((100% - 250px) / 1);
   max-width:  calc((100% - 250px) / 1);
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: flex-end;
   text-align: right;
}
#layoutGridHeader > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 5px 5px 0 5px;
}
@media (max-width: 320px)
{
#layoutGridHeader > .col-1, #layoutGridHeader > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
.DropdownMenu1 .nav
{
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-size: 19px;
   font-style: normal;
   color: #000000;
   text-align: left;
   text-transform: none;
}
#DropdownMenu1, .DropdownMenu1 .nav, .DropdownMenu1 *
{
   margin: 0;
   padding: 0;
   box-sizing: border-box;
   line-height: 1;
   list-style: none;
}
.DropdownMenu1 .nav:before,
.DropdownMenu1 .nav:after 
{
   content: " ";
   display: table;
}
.DropdownMenu1 .nav:after 
{
   clear: both;
}
.DropdownMenu1 .nav a 
{
   text-decoration: none;
}
.DropdownMenu1 .nav ul
{
   margin-top: 0;
   margin-bottom: 0;
}
.DropdownMenu1 .nav ul ul
{
   margin-bottom: 0;
}
.DropdownMenu1 .container 
{
   margin-right: auto;
   margin-left: auto;
   padding: 10px 0 10px 0;
}
.DropdownMenu1 .container:before,
.DropdownMenu1 .container:after 
{
   content: " ";
   display: table;
}
.DropdownMenu1 .container:after 
{
   clear: both;
}
.DropdownMenu1 .collapse 
{
   display: none;
}
.DropdownMenu1 .collapse.show 
{
   display: block;
}
.DropdownMenu1 .collapsing 
{
   position: relative;
   height: 0;
   overflow: hidden;
   transition: height .35s ease;
}
.DropdownMenu1 .arrow, .DropdownMenu1 .arrow-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;
}
.DropdownMenu1 .dropdown 
{
   position: relative;
}
.DropdownMenu1 .dropdown-toggle:focus 
{
   outline: 0;
}
.DropdownMenu1 .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: 19px;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid rgba(255,255,255,1.00);
   border-radius: 6px;
   background-clip: padding-box;
}
.DropdownMenu1 .dropdown-menu .divider
{
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
   background-color: #FFFFFF;
}
.DropdownMenu1 .dropdown-menu > li > a
{
   display: block;
   padding: 3px 20px 3px 20px;
   clear: both;
   line-height: 1.428571429;
   color: #000000;
   text-transform: none;
   white-space: nowrap;
}
.DropdownMenu1 .dropdown-menu > li > a:hover,
.DropdownMenu1 .dropdown-menu > li > a:focus 
{
   text-decoration: none;
   color: #000000;
   background-color: #D3D3D3;
   background-image: none;
}
.DropdownMenu1 .dropdown-menu > li > a.active,
.DropdownMenu1 .dropdown-menu > li > a.active:hover,
.DropdownMenu1 .dropdown-menu > li > a.active:focus
{
   color: #000000;
   background-color: #D3D3D3;
   background-image: none;
   text-decoration: none;
   outline: 0;
}
.DropdownMenu1 .show > .dropdown-menu
{
   display: block;
}
.DropdownMenu1 .show > a
{
   outline: 0;
}
.DropdownMenu1 .dropdown-header
{
   display: block;
   padding: 3px 20px;
   line-height: 1.428571429;
   color: #aeaeae;
}
.DropdownMenu1 .dropdown-backdrop
{
   position: fixed;
   left: 0;
   right: 0;
   bottom: 0;
   top: 0;
   z-index: 990;
}
.DropdownMenu1 .dropdown.show .dropdown-menu
{
   animation-name: DropdownMenu1-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 DropdownMenu1-animation
{
   0%
   {
      opacity: 0;
      transform: translateY(-10px);
   }
   100%
   {
      opacity: 1;
      transform: translateY(0);
   }
}
.DropdownMenu1 .nav > li 
{
   position: relative;
   display: block;
}
.DropdownMenu1 .nav > li > a
{
   position: relative;
   display: block;
   padding: 15px 15px 15px 15px;
}
.DropdownMenu1 .nav .show > a,
.DropdownMenu1 .nav .show > a:hover,
.DropdownMenu1 .nav .show > a:focus
{
    border-color: #000000;
}
.DropdownMenu1 .nav .nav-divider
{
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
   background-color: #FFFFFF;
}
.DropdownMenu1 .nav .arrow
{
   border-top-color: #000000;
   border-bottom-color: #000000;
}
.DropdownMenu1
{
   position: relative;
}
.DropdownMenu1:before,
.DropdownMenu1:after
{
   content: " ";
   display: table;
}
.DropdownMenu1:after
{
   clear: both;
}
.DropdownMenu1 .navbar-header:before,
.DropdownMenu1 .navbar-header:after
{
   content: " ";
   display: table;
}
.DropdownMenu1 .navbar-header:after
{
   clear: both;
}
.DropdownMenu1-navbar-collapse 
{
   overflow-x: visible;
   -webkit-overflow-scrolling: touch;
}
.DropdownMenu1-navbar-collapse:before,
.DropdownMenu1-navbar-collapse:after
{
   content: " ";
   display: table;
}
.DropdownMenu1-navbar-collapse:after
{
   clear: both;
}
.DropdownMenu1-navbar-collapse.show
{
   overflow-y: auto;
}
.DropdownMenu1 .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;
}
.DropdownMenu1 .navbar-toggle .line
{
   display: block;
   width: 22px;
   height: 4px;
   border-radius: 0px;
   transition: all 500ms linear;
}
.DropdownMenu1 .navbar-toggle .line
{
   margin: 4px auto;
}
.DropdownMenu1 .navbar-toggle  .line:first-child
{
   margin-top: 0px !important;
}
.DropdownMenu1 .navbar-nav
{
   margin: 6px -15px;
}
.DropdownMenu1 .navbar-nav > li > .dropdown-menu
{
   margin-top: 0;
}
.DropdownMenu1 .navbar-nav > li > a
{
   color: #000000;
}
.DropdownMenu1 .navbar-nav > li > a:hover,
.DropdownMenu1 .navbar-nav > li > a:focus
{
   background-color: #D3D3D3;
   background-image: none;
   color: #000000;
   text-decoration: none;
}
.DropdownMenu1 .navbar-nav > li > a.active,
.DropdownMenu1 .navbar-nav > li > a.active:hover,
.DropdownMenu1 .navbar-nav > li > a.active:focus
{
   color: #000000;
   background-color: #D3D3D3;
   background-image: none;
}
.DropdownMenu1 .navbar-toggle
{
   border: 1px solid transparent;
}
.DropdownMenu1 .navbar-toggle:hover,
.DropdownMenu1 .navbar-toggle:focus
{
   background-color: transparent;
}
.DropdownMenu1 .navbar-toggle .line
{
   background-color: #F5F5F5;
}
.DropdownMenu1-navbar-collapse
{
   border-color: rgba(255,255,255,1.00);
}
.DropdownMenu1 .navbar-nav > .dropdown > a:hover .arrow,
.DropdownMenu1 .navbar-nav > .dropdown > a:focus .arrow
{
   border-top-color: #000000;
   border-bottom-color: #000000;
}
.DropdownMenu1 .navbar-nav > .show > a,
.DropdownMenu1 .navbar-nav > .show > a:hover,
.DropdownMenu1 .navbar-nav > .show > a:focus
{
   background-color: #D3D3D3;
   background-image: none;
   color: #000000;
}
.DropdownMenu1 .navbar-nav > .show > a .arrow,
.DropdownMenu1 .navbar-nav > .show > a:hover .arrow,
.DropdownMenu1 .navbar-nav > .show > a:focus .arrow
{
   border-top-color: #000000;
   border-bottom-color: #000000;
}
.DropdownMenu1 .navbar-nav > .dropdown > a .arrow
{
   border-top-color: #000000;
   border-bottom-color: #000000;
}
.DropdownMenu1 .navbar-link
{
   color: #000000;
}
.DropdownMenu1 .navbar-link:hover
{
   color: #000000;
}
.DropdownMenu1 .navbar-header
{
   color: #F5F5F5;
}
.DropdownMenu1 .dropdown-hover > .dropdown-menu
{
   margin-top:-1px !important;
}
@media (min-width: 320px) 
{
.DropdownMenu1 .navbar-right .dropdown-menu
{
   right: 0;
   left: auto;
}
.DropdownMenu1 .navbar-header
{
   float: left;
}
.DropdownMenu1-navbar-collapse
{
   width: auto;
   border-top: 0;
   box-shadow: none;
}
.DropdownMenu1-navbar-collapse.collapse
{
   display: block!important;
   height: auto!important;
   padding-bottom: 0;
   overflow: visible!important;
}
.DropdownMenu1-navbar-collapse.show
{
   overflow-y: auto;
}
.DropdownMenu1 .navbar-toggle
{
   display: none;
}
.DropdownMenu1 .navbar-nav
{
   float: right;
   margin: 0;
}
.DropdownMenu1 .navbar-nav > li
{
   float: left;
}
.DropdownMenu1 .container > .navbar-header,
.DropdownMenu1 .container > .DropdownMenu1-navbar-collapse
{
   margin-right: 0;
   margin-left: 0;
}
.DropdownMenu1 .navbar-nav > .dropdown > a:hover .arrow,
.DropdownMenu1 .navbar-nav > .dropdown > a:focus .arrow
{
   border-top-color: #C0C0C0;
   border-bottom-color: #C0C0C0;
}
}
@media (max-width: 320px) 
{
.DropdownMenu1 
{
   background-color: transparent;
   background-image: none;
   border: 1px solid rgba(255,255,255,0.00);
}
.DropdownMenu1 .navbar-nav
{
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
}
.DropdownMenu1 .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;
}
.DropdownMenu1 .navbar-nav .show .dropdown-menu > li > a,
.DropdownMenu1 .navbar-nav .show .dropdown-menu .dropdown-header
{
   padding: 5px 15px 5px 15px;
}
.DropdownMenu1 .navbar-nav .show .dropdown-menu > li > a
{
   line-height: 20px;
}
}
@media (min-width: 320px) 
{
.DropdownMenu1 
{
   background-color: transparent;
   background-image: none;
   border: 1px solid rgba(255,255,255,0.00);
   border-radius: 6px;
}
.DropdownMenu1 .navbar-nav > li > a
{
   color: #F5F5F5;
}
.DropdownMenu1 .navbar-nav > li > a:hover,
.DropdownMenu1 .navbar-nav > li > a:focus
{
   color: #C0C0C0;
   background-color: transparent;
   background-image: none;
}
.DropdownMenu1 .navbar-nav > li > a.active,
.DropdownMenu1 .navbar-nav > li > a.active:hover,
.DropdownMenu1 .navbar-nav > li > a.active:focus
{
   color: #C0C0C0;
   background-color: transparent;
   background-image: none;
}
.DropdownMenu1 .navbar-nav > .show > a,
.DropdownMenu1 .navbar-nav > .show > a:hover,
.DropdownMenu1 .navbar-nav > .show > a:focus
{
   background-color: transparent;
   background-image: none;
   color: #C0C0C0;
}
.DropdownMenu1 .navbar-nav > .dropdown > a:hover .arrow
{
   border-top-color: #C0C0C0;
   border-bottom-color: #C0C0C0;
}
.DropdownMenu1 .navbar-nav > .dropdown > a .arrow
{
   border-top-color: #F5F5F5;
   border-bottom-color: #F5F5F5;
}
.DropdownMenu1 .navbar-nav > li > a.active > .arrow,
.DropdownMenu1 .navbar-nav > li > a.active:hover > .arrow,
.DropdownMenu1 .navbar-nav > li > a.active:focus > .arrow
{
   border-top-color: #C0C0C0;
   border-bottom-color: #C0C0C0;
}
.DropdownMenu1 .navbar-nav > .show > a .arrow,
.DropdownMenu1 .navbar-nav > .show > a:hover .arrow,
.DropdownMenu1 .navbar-nav > .show > a:focus .arrow
{
   border-top-color: #C0C0C0;
   border-bottom-color: #C0C0C0;
}
.DropdownMenu1 .navbar-link
{
   color: #F5F5F5;
}
.DropdownMenu1 .navbar-link:hover 
{
   color: #fff;
}
}
.DropdownMenu1 .navbar-nav > li:first-child > a
{
   border-top-left-radius: 6px;
   border-bottom-left-radius: 6px;
}
.DropdownMenu1 .dropdown-menu > li:last-child > a
{
   border-bottom-left-radius: 6px;
   border-bottom-right-radius: 6px;
}
#DropdownMenu1 .svg-icon
{
   fill: currentColor;
   height: 16px;
   position: relative;
   left: 0;
   top: 0;
   margin-right: 4px;
   width: 16px;
}
#wb_DropdownMenu1
{
   z-index: 1111 !important;
}
#wb_Text_Kontakt1a 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 25px 0 25px 0;
   margin: 0;
   text-align: center;
}
#wb_Text_Kontakt1a
{
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: 400;
   font-size: 21px;
   line-height: 27px;
}
#wb_Text_Kontakt1a p, #wb_Text_Kontakt1a ul
{
   margin: 0;
   padding: 0;
}
#wb_Text_Kontakt1a
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_LayoutGrid-Breakpoint
{
   clear: both;
   position: fixed;
   left: 0;
   top: 0;
   z-index: 7777;
   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;
}
#LayoutGrid-Breakpoint
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1280px;
}
#LayoutGrid-Breakpoint > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#LayoutGrid-Breakpoint > .col-1
{
   flex: 0 0 auto;
}
#LayoutGrid-Breakpoint > .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: flex-end;
   align-self: stretch;
   align-items: flex-end;
   justify-content: flex-start;
   text-align: left;
}
@media (max-width: 480px)
{
#LayoutGrid-Breakpoint > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_Card_Links1
{
   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;
}
#Card_Links1-card-body
{
   padding: 10px 100px 10px 10px;
   flex: 1 1 auto;
   font-size: 0;
}
#Card_Links1-card-item0
{
   box-sizing: border-box;
   margin: 0 0 6px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
}
#Card_Links1-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 16px 0 0 0;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 22.8px;
}
#wb_Card_Links2
{
   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;
}
#Card_Links2-card-body
{
   padding: 10px 10px 10px 10px;
   flex: 1 1 auto;
   font-size: 0;
}
#Card_Links2-card-item0
{
   box-sizing: border-box;
   margin: 0 0 6px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
}
#Card_Links2-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 16px 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links2-card-item1:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links2-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links2-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links2-card-item2:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links2-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links2-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links2-card-item3:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links2-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links2-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links2-card-item4:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links2-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links2-card-item5
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links2-card-item5:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links2-card-item5 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card_Links3
{
   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;
}
#Card_Links3-card-body
{
   padding: 10px 10px 10px 10px;
   flex: 1 1 auto;
   font-size: 0;
}
#Card_Links3-card-item0
{
   box-sizing: border-box;
   margin: 0 0 6px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
}
#Card_Links3-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 16px 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item1:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links3-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item2:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links3-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item3:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links3-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item4:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links3-card-item5
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item5:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item5 a
{
   color: inherit;
   display: block;
   padding: 0 0 16px 0;
   text-decoration: none;
}
#Card_Links3-card-item5 .svg-icon
{
   fill: currentColor;
   width: 19px;
   height: 19px;
   overflow: visible;
   margin-right: 0px;
}
#Card_Links3-card-item5 .svg-icon:hover
{
   fill: #303244;
   transition: fill 200ms linear 0ms;
}
#Card_Links3-card-item6
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item6:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item6 a
{
   color: inherit;
   display: block;
   padding: 0 0 16px 10px;
   text-decoration: none;
}
#Card_Links3-card-item6 .svg-icon
{
   fill: currentColor;
   width: 19px;
   height: 19px;
   overflow: visible;
   margin-right: 0px;
}
#Card_Links3-card-item6 .svg-icon:hover
{
   fill: #303244;
   transition: fill 200ms linear 0ms;
}
#Card_Links3-card-item7
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item7:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item7 a
{
   color: inherit;
   display: block;
   padding: 0 0 16px 10px;
   text-decoration: none;
}
#Card_Links3-card-item7 .svg-icon
{
   fill: currentColor;
   width: 19px;
   height: 19px;
   overflow: visible;
   margin-right: 0px;
}
#Card_Links3-card-item7 .svg-icon:hover
{
   fill: #303244;
   transition: fill 200ms linear 0ms;
}
#Card_Links3-card-item8
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item8:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item8 a
{
   color: inherit;
   display: block;
   padding: 0 0 16px 10px;
   text-decoration: none;
}
#Card_Links3-card-item8 .svg-icon
{
   fill: currentColor;
   width: 19px;
   height: 19px;
   overflow: visible;
   margin-right: 0px;
}
#Card_Links3-card-item8 .svg-icon:hover
{
   fill: #303244;
   transition: fill 200ms linear 0ms;
}
#Card_Links3-card-item9
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item9:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item9 a
{
   color: inherit;
   display: block;
   padding: 0 0 16px 10px;
   text-decoration: none;
}
#Card_Links3-card-item9 .svg-icon
{
   fill: currentColor;
   width: 19px;
   height: 19px;
   overflow: visible;
   margin-right: 0px;
}
#Card_Links3-card-item9 .svg-icon:hover
{
   fill: #303244;
   transition: fill 200ms linear 0ms;
}
#wb_Text_Footer 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text_Footer
{
   color: #7E96A1;
   font-family: Arial;
   font-weight: normal;
   font-size: 16px;
}
#wb_Text_Footer div
{
   text-align: center;
}
#wb_Text_Footer
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Logo_Footer
{
   margin: 0 0 16px 0 ;
   vertical-align: top;
}
#Logo_Footer
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: inline-block;
   width: 200px;
   height: 71px;
   vertical-align: top;
}
#wb_Logo_Header
{
   margin: 10px 0 10px 0 ;
   vertical-align: top;
}
#Logo_Header
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: inline-block;
   width: 200px;
   height: 71px;
   vertical-align: top;
}
#wb_LayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #2A2C39;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid1
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 200px 0 70px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1280px;
}
#LayoutGrid1 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid1 > .col-1
{
   flex: 0 0 auto;
}
#LayoutGrid1 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 747px)
{
#LayoutGrid1 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#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 #4F4F4F;
   border-radius: 10px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid2
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 150px 0 140px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1280px;
}
#LayoutGrid2 > .col-1, #LayoutGrid2 > .col-2, #LayoutGrid2 > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid2 > .col-1, #LayoutGrid2 > .col-2, #LayoutGrid2 > .col-3
{
   flex: 0 0 auto;
}
#LayoutGrid2 > .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;
}
#LayoutGrid2 > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 25px 0 25px 0;
}
#LayoutGrid2 > .col-2
{
   background-color: #2A2C39;
   background-image: none;
   border: 1px solid #696969;
   border-radius: 8px;
   flex-basis: 83.33333333%;
   max-width: 83.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-end;
   align-self: stretch;
   align-items: flex-end;
   justify-content: center;
   text-align: center;
}
#LayoutGrid2 > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 25px 0 25px 0;
}
#LayoutGrid2 > .col-3
{
   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;
}
#LayoutGrid2 > .col-3 > .col-3-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 25px 0 25px 0;
}
@media (max-width: 747px)
{
#LayoutGrid2 > .col-1, #LayoutGrid2 > .col-2, #LayoutGrid2 > .col-3
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#LayoutGrid2-divider-top
{
   overflow: hidden;
   position: absolute;
   top: -0.1%;
   width: 100%;
   height: 50px;
   line-height: 0;
   left: 0;
   transform: scaleY(-1.01);
}
#LayoutGrid2-divider-top svg
{
   display: block;
   width: 101%;
   height: 100%;
   position: relative;
   left: 50%;
   top: 0;
   transform: translateX(-50%);
}
#LayoutGrid2-divider-top .divider-fill
{
   fill: rgba(42,44,57,1.00);
   transform-origin: bottom;
   transform: rotateY(0deg);
}
#wb_Text1a 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 5px 5px 5px 5px;
   margin: 10px 10px 10px 10px;
   text-align: left;
}
#wb_Text1a div
{
   text-align: left;
}
#wb_Text1a
{
   display: block;
   margin: 10px 10px 10px 10px;
   box-sizing: border-box;
   width: calc(100% - 20px);
}
#wb_Heading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 15px 10px 15px 10px;
   padding: 5px 5px 5px 5px;
   text-align: center;
}
#Heading1
{
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: italic;
   font-size: 37px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_Text1b 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   display: none;
   padding: 5px 5px 5px 5px;
   margin: 10px 10px 10px 10px;
   text-align: left;
}
#wb_Text1b div
{
   text-align: left;
}
#wb_Text1b
{
   display: none;
   margin: 10px 10px 10px 10px;
   box-sizing: border-box;
   width: calc(100% - 20px);
}
#wb_LayoutGrid_Kontakt
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #2A2C39;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid_Kontakt
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 100px 0 80px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1280px;
}
#LayoutGrid_Kontakt > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid_Kontakt > .col-1
{
   flex: 0 0 auto;
}
#LayoutGrid_Kontakt > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#LayoutGrid_Kontakt > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0 25px 0 25px;
}
@media (max-width: 747px)
{
#LayoutGrid_Kontakt > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#LayoutGrid_Kontakt-divider-top
{
   overflow: hidden;
   position: absolute;
   top: -0.3%;
   width: 100%;
   height: 50px;
   line-height: 0;
   left: 0;
   transform: scale(-1.0, -1.01);
}
#LayoutGrid_Kontakt-divider-top svg
{
   display: block;
   width: 101%;
   height: 100%;
   position: relative;
   left: 50%;
   top: 0;
   transform: translateX(-50%);
}
#LayoutGrid_Kontakt-divider-top .divider-fill
{
   fill: rgba(255,255,255,1.00);
   transform-origin: bottom;
   transform: rotateY(0deg);
}
#wb_layoutGrid_Links
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #4285F4;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#layoutGrid_Links
{
   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: 1280px;
}
#layoutGrid_Links > .col-1, #layoutGrid_Links > .col-2, #layoutGrid_Links > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#layoutGrid_Links > .col-1, #layoutGrid_Links > .col-2, #layoutGrid_Links > .col-3
{
   flex: 0 0 auto;
}
#layoutGrid_Links > .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: flex-start;
   text-align: left;
}
#layoutGrid_Links > .col-2
{
   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;
}
#layoutGrid_Links > .col-3
{
   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;
}
@media (max-width: 747px)
{
#layoutGrid_Links > .col-1, #layoutGrid_Links > .col-2, #layoutGrid_Links > .col-3
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_layoutGridFooter
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #2A2C39;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#layoutGridFooter
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 30px 0 30px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1280px;
}
#layoutGridFooter > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#layoutGridFooter > .col-1
{
   flex: 0 0 auto;
}
#layoutGridFooter > .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: 747px)
{
#layoutGridFooter > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_a1900 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_a1900 div
{
   text-align: left;
}
#wb_a1900
{
   display: inline-block;
   margin: 0;
   width: 70px;
   height: 15px;
}
#wb_a1346 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   display: none;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_a1346 div
{
   text-align: left;
}
#wb_a1346
{
   display: none;
   margin: 0;
   width: 45px;
   height: 21px;
}
#wb_a1004 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   display: none;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_a1004 div
{
   text-align: left;
}
#wb_a1004
{
   display: none;
   margin: 0;
   width: 45px;
   height: 21px;
}
#wb_a748 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   display: none;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_a748 div
{
   text-align: left;
}
#wb_a748
{
   display: none;
   margin: 0;
   width: 45px;
   height: 21px;
}
#wb_a460 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   display: none;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_a460 div
{
   text-align: left;
}
#wb_a460
{
   display: none;
   margin: 0;
   width: 45px;
   height: 21px;
}
#wb_mobileMenu
{
   display: none;
   position: relative;
   width: 60px;
   height: 60px;
   z-index: 2;
}
#wb_Logo_Header
{
   display: inline-block;
   width: 200px;
   height: 71px;
   z-index: 0;
}
#wb_Logo_Footer
{
   display: inline-block;
   width: 200px;
   height: 71px;
   z-index: 15;
}
#wb_Card_Links3
{
   display: flex;
   width: 100%;
   z-index: 14;
}
#wb_Card_Links2
{
   display: flex;
   width: 100%;
   z-index: 13;
}
#wb_Card_Links1
{
   display: flex;
   width: 100%;
   z-index: 12;
}
#wb_Heading1
{
   display: block;
   width: calc(100% - 20px);
   z-index: 8;
}
#wb_DropdownMenu1
{
   display: block;
   width: 100%;
   z-index: 1;
}
@media only screen and (min-width: 1346px) and (max-width: 1899px)
{
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#wb_layoutGridHeader
{
   visibility: visible;
   display: table;
   background-color: transparent;
   background-image: none;
   box-shadow: 0px 0px 0px rgba(255,255,255,0.78);
}
#wb_layoutGridHeader
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#layoutGridHeader
{
   height: auto;
   padding: 0;
}
#wb_DropdownMenu1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 5px 0 ;
}
#DropdownMenu1, .DropdownMenu1 .nav, .DropdownMenu1 .dropdown-menu
{
   font-weight: bold;
   font-size: 19px;
}
#wb_Text_Kontakt1a
{
   visibility: visible;
   display: block;
}
#wb_Text_Kontakt1a
{
   margin: 0;
   padding: 25px 0 25px 0;
}
#wb_LayoutGrid-Breakpoint
{
   visibility: hidden;
   display: none;
   box-shadow: 0px 0px 0px rgba(105,105,105,0.78);
}
#wb_LayoutGrid-Breakpoint
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid-Breakpoint
{
   height: auto;
   padding: 0;
}
#wb_Card_Links1
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card_Links1-card-item0
{
   box-sizing: border-box;
   margin: 0 0 6px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
}
#Card_Links1-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 16px 0 0 0;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 22.8px;
}
#wb_Card_Links1
{
   text-align: left;
}
#wb_Card_Links2
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card_Links2-card-item0
{
   box-sizing: border-box;
   margin: 0 0 6px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
}
#Card_Links2-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 16px 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links2-card-item1:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links2-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links2-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links2-card-item2:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links2-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links2-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links2-card-item3:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links2-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links2-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links2-card-item4:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links2-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links2-card-item5
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links2-card-item5:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links2-card-item5 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card_Links2
{
   text-align: left;
}
#wb_Card_Links3
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card_Links3-card-item0
{
   box-sizing: border-box;
   margin: 0 0 6px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
}
#Card_Links3-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 16px 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item1:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links3-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item2:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links3-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item3:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links3-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item4:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links3-card-item5
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item5:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item5 a
{
   color: inherit;
   display: block;
   padding: 0 0 16px 0;
   text-decoration: none;
}
#Card_Links3-card-item5 .svg-icon
{
   fill: currentColor;
   width: 19px;
   height: 19px;
   overflow: visible;
   margin-right: 0px;
}
#Card_Links3-card-item5 .svg-icon:hover
{
   fill: #303244;
   transition: fill 200ms linear 0ms;
}
#Card_Links3-card-item6
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item6:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item6 a
{
   color: inherit;
   display: block;
   padding: 0 0 16px 10px;
   text-decoration: none;
}
#Card_Links3-card-item6 .svg-icon
{
   fill: currentColor;
   width: 19px;
   height: 19px;
   overflow: visible;
   margin-right: 0px;
}
#Card_Links3-card-item6 .svg-icon:hover
{
   fill: #303244;
   transition: fill 200ms linear 0ms;
}
#Card_Links3-card-item7
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item7:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item7 a
{
   color: inherit;
   display: block;
   padding: 0 0 16px 10px;
   text-decoration: none;
}
#Card_Links3-card-item7 .svg-icon
{
   fill: currentColor;
   width: 19px;
   height: 19px;
   overflow: visible;
   margin-right: 0px;
}
#Card_Links3-card-item7 .svg-icon:hover
{
   fill: #303244;
   transition: fill 200ms linear 0ms;
}
#Card_Links3-card-item8
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item8:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item8 a
{
   color: inherit;
   display: block;
   padding: 0 0 16px 10px;
   text-decoration: none;
}
#Card_Links3-card-item8 .svg-icon
{
   fill: currentColor;
   width: 19px;
   height: 19px;
   overflow: visible;
   margin-right: 0px;
}
#Card_Links3-card-item8 .svg-icon:hover
{
   fill: #303244;
   transition: fill 200ms linear 0ms;
}
#Card_Links3-card-item9
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item9:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item9 a
{
   color: inherit;
   display: block;
   padding: 0 0 16px 10px;
   text-decoration: none;
}
#Card_Links3-card-item9 .svg-icon
{
   fill: currentColor;
   width: 19px;
   height: 19px;
   overflow: visible;
   margin-right: 0px;
}
#Card_Links3-card-item9 .svg-icon:hover
{
   fill: #303244;
   transition: fill 200ms linear 0ms;
}
#wb_Card_Links3
{
   text-align: left;
}
#wb_Text_Footer
{
   visibility: visible;
   display: block;
}
#wb_Text_Footer
{
   font-size: 16px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Logo_Footer
{
   width: 173px;
   height: 61px;
   visibility: visible;
   display: inline-block;
   margin: 0 0 16px 0 ;
   padding: 0;
}
#Logo_Footer
{
   width: 173px;
   height: 61px;
}
#wb_Logo_Header
{
   width: 185px;
   height: 65px;
   visibility: visible;
   display: inline-block;
   margin: 5px 0 5px 0 ;
   padding: 0;
}
#Logo_Header
{
   width: 185px;
   height: 65px;
}
#wb_mobileMenu
{
   width: 60px;
   height: 60px;
   visibility: hidden;
   display: none;
}
#wb_LayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid1
{
   height: auto;
   padding: 170px 0 70px 0;
}
#wb_LayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid2
{
   height: auto;
   padding: 150px 0 140px 0;
}
#LayoutGrid2-divider-top
{
   height: 50px;
}
#LayoutGrid2-divider-top
{
   top: -0.1%;
   left: 0;
}
#wb_Text1a
{
   visibility: visible;
   display: block;
}
#wb_Text1a
{
   margin: 10px 10px 10px 10px;
   padding: 5px 5px 5px 5px;
}
#wb_Heading1
{
   width: calc(100% - 20px);
   visibility: visible;
   display: block;
   margin: 15px 10px 15px 10px;
   padding: 5px 5px 5px 5px;
   font-size: 37px;
   font-weight: normal;
   font-style: italic;
   text-decoration: none;
}
#wb_Heading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading1
{
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: italic;
   font-size: 37px;
   text-align: center;
   text-transform: none;
}
#wb_Text1b
{
   visibility: visible;
   display: block;
}
#wb_Text1b
{
   margin: 10px 10px 10px 10px;
   padding: 5px 5px 5px 5px;
}
#wb_LayoutGrid_Kontakt
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid_Kontakt
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid_Kontakt
{
   height: auto;
   padding: 100px 0 80px 0;
}
#LayoutGrid_Kontakt-divider-top
{
   height: 50px;
}
#LayoutGrid_Kontakt-divider-top
{
   top: -0.3%;
   left: 0;
}
#wb_layoutGrid_Links
{
   visibility: visible;
   display: table;
}
#wb_layoutGrid_Links
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#layoutGrid_Links
{
   height: auto;
   padding: 80px 0 80px 0;
}
#layoutGrid_Links > .col-1, #layoutGrid_Links > .col-2, #layoutGrid_Links > .col-3
{
   padding-right: 15px;
   padding-left: 15px;
}
#layoutGrid_Links > .col-1
{
   display: flex;
   flex-basis: 50%;
   max-width: 50%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#layoutGrid_Links > .col-2
{
   display: flex;
   flex-basis: 25%;
   max-width: 25%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#layoutGrid_Links > .col-3
{
   display: flex;
   flex-basis: 25%;
   max-width: 25%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#wb_layoutGridFooter
{
   visibility: visible;
   display: table;
}
#wb_layoutGridFooter
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#layoutGridFooter
{
   height: auto;
   padding: 30px 0 30px 0;
}
#layoutGridFooter > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#layoutGridFooter > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#wb_a1900
{
   width: 45px;
   height: 21px;
   visibility: hidden;
   display: none;
}
#wb_a1900
{
   margin: 0;
   padding: 0;
}
#wb_a1346
{
   width: 70px;
   height: 15px;
   visibility: visible;
   display: inline-block;
}
#wb_a1346
{
   margin: 0;
   padding: 0;
}
#wb_a1004
{
   width: 45px;
   height: 21px;
   visibility: hidden;
   display: none;
}
#wb_a1004
{
   margin: 0;
   padding: 0;
}
#wb_a748
{
   width: 45px;
   height: 21px;
   visibility: hidden;
   display: none;
}
#wb_a748
{
   margin: 0;
   padding: 0;
}
#wb_a460
{
   width: 45px;
   height: 21px;
   visibility: hidden;
   display: none;
}
#wb_a460
{
   margin: 0;
   padding: 0;
}
#Extension1
{
}
#FilePublisher1
{
   left: 218px;
   top: 1710px;
   width: 78px;
   height: 78px;
   visibility: visible;
   display: inline;
}
}
@media only screen and (min-width: 1004px) and (max-width: 1345px)
{
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#wb_layoutGridHeader
{
   visibility: visible;
   display: table;
   background-color: transparent;
   background-image: none;
   box-shadow: 0px 0px 0px #000000;
}
#wb_layoutGridHeader
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#layoutGridHeader
{
   height: auto;
   padding: 0;
}
#wb_DropdownMenu1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 5px 0 ;
}
#DropdownMenu1, .DropdownMenu1 .nav, .DropdownMenu1 .dropdown-menu
{
   font-weight: bold;
   font-size: 19px;
}
#wb_Text_Kontakt1a
{
   visibility: visible;
   display: block;
}
#wb_Text_Kontakt1a
{
   margin: 0;
   padding: 25px 0 25px 0;
}
#wb_LayoutGrid-Breakpoint
{
   visibility: hidden;
   display: none;
   box-shadow: 0px 0px 0px rgba(105,105,105,0.78);
}
#wb_LayoutGrid-Breakpoint
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid-Breakpoint
{
   height: auto;
   padding: 0;
}
#wb_Card_Links1
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card_Links1-card-item0
{
   box-sizing: border-box;
   margin: 0 0 6px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
}
#Card_Links1-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 16px 0 0 0;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 22.8px;
}
#wb_Card_Links1
{
   text-align: left;
}
#wb_Card_Links2
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card_Links2-card-item0
{
   box-sizing: border-box;
   margin: 0 0 6px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
}
#Card_Links2-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 16px 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links2-card-item1:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links2-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links2-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links2-card-item2:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links2-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links2-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links2-card-item3:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links2-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links2-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links2-card-item4:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links2-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links2-card-item5
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links2-card-item5:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links2-card-item5 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card_Links2
{
   text-align: left;
}
#wb_Card_Links3
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card_Links3-card-item0
{
   box-sizing: border-box;
   margin: 0 0 6px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
}
#Card_Links3-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 16px 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item1:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links3-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item2:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links3-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item3:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links3-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item4:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links3-card-item5
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item5:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item5 a
{
   color: inherit;
   display: block;
   padding: 0 0 16px 0;
   text-decoration: none;
}
#Card_Links3-card-item5 .svg-icon
{
   fill: currentColor;
   width: 19px;
   height: 19px;
   overflow: visible;
   margin-right: 0px;
}
#Card_Links3-card-item5 .svg-icon:hover
{
   fill: #303244;
   transition: fill 200ms linear 0ms;
}
#Card_Links3-card-item6
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item6:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item6 a
{
   color: inherit;
   display: block;
   padding: 0 0 16px 10px;
   text-decoration: none;
}
#Card_Links3-card-item6 .svg-icon
{
   fill: currentColor;
   width: 19px;
   height: 19px;
   overflow: visible;
   margin-right: 0px;
}
#Card_Links3-card-item6 .svg-icon:hover
{
   fill: #303244;
   transition: fill 200ms linear 0ms;
}
#Card_Links3-card-item7
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item7:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item7 a
{
   color: inherit;
   display: block;
   padding: 0 0 16px 10px;
   text-decoration: none;
}
#Card_Links3-card-item7 .svg-icon
{
   fill: currentColor;
   width: 19px;
   height: 19px;
   overflow: visible;
   margin-right: 0px;
}
#Card_Links3-card-item7 .svg-icon:hover
{
   fill: #303244;
   transition: fill 200ms linear 0ms;
}
#Card_Links3-card-item8
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item8:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item8 a
{
   color: inherit;
   display: block;
   padding: 0 0 16px 10px;
   text-decoration: none;
}
#Card_Links3-card-item8 .svg-icon
{
   fill: currentColor;
   width: 19px;
   height: 19px;
   overflow: visible;
   margin-right: 0px;
}
#Card_Links3-card-item8 .svg-icon:hover
{
   fill: #303244;
   transition: fill 200ms linear 0ms;
}
#Card_Links3-card-item9
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item9:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item9 a
{
   color: inherit;
   display: block;
   padding: 0 0 16px 10px;
   text-decoration: none;
}
#Card_Links3-card-item9 .svg-icon
{
   fill: currentColor;
   width: 19px;
   height: 19px;
   overflow: visible;
   margin-right: 0px;
}
#Card_Links3-card-item9 .svg-icon:hover
{
   fill: #303244;
   transition: fill 200ms linear 0ms;
}
#wb_Card_Links3
{
   text-align: left;
}
#wb_Text_Footer
{
   visibility: visible;
   display: block;
}
#wb_Text_Footer
{
   font-size: 16px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Logo_Footer
{
   width: 173px;
   height: 61px;
   visibility: visible;
   display: inline-block;
   margin: 0 0 16px 0 ;
   padding: 0;
}
#Logo_Footer
{
   width: 173px;
   height: 61px;
}
#wb_Logo_Header
{
   width: 176px;
   height: 62px;
   visibility: visible;
   display: inline-block;
   margin: 5px 0 5px 0 ;
   padding: 0;
}
#Logo_Header
{
   width: 176px;
   height: 62px;
}
#wb_mobileMenu
{
   width: 60px;
   height: 60px;
   visibility: hidden;
   display: none;
}
#wb_LayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid1
{
   height: auto;
   padding: 130px 0 30px 0;
}
#wb_LayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid2
{
   height: auto;
   padding: 140px 0 90px 0;
}
#LayoutGrid2-divider-top
{
   height: 50px;
}
#LayoutGrid2-divider-top
{
   top: -0.1%;
   left: 0;
}
#wb_Text1a
{
   visibility: visible;
   display: block;
}
#wb_Text1a
{
   margin: 10px 10px 10px 10px;
   padding: 5px 5px 5px 5px;
}
#wb_Heading1
{
   width: calc(100% - 20px);
   visibility: visible;
   display: block;
   margin: 15px 10px 15px 10px;
   padding: 5px 5px 5px 5px;
   font-size: 37px;
   font-weight: normal;
   font-style: italic;
   text-decoration: none;
}
#wb_Heading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading1
{
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: italic;
   font-size: 37px;
   text-align: center;
   text-transform: none;
}
#wb_Text1b
{
   visibility: hidden;
   display: none;
}
#wb_Text1b
{
   margin: 10px 10px 10px 10px;
   padding: 5px 5px 5px 5px;
}
#wb_LayoutGrid_Kontakt
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid_Kontakt
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid_Kontakt
{
   height: auto;
   padding: 100px 0 80px 0;
}
#LayoutGrid_Kontakt-divider-top
{
   height: 50px;
}
#LayoutGrid_Kontakt-divider-top
{
   top: -0.3%;
   left: 0;
}
#wb_layoutGrid_Links
{
   visibility: visible;
   display: table;
}
#wb_layoutGrid_Links
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#layoutGrid_Links
{
   height: auto;
   padding: 80px 0 80px 0;
}
#layoutGrid_Links > .col-1, #layoutGrid_Links > .col-2, #layoutGrid_Links > .col-3
{
   padding-right: 15px;
   padding-left: 15px;
}
#layoutGrid_Links > .col-1
{
   display: flex;
   flex-basis: 50%;
   max-width: 50%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#layoutGrid_Links > .col-2
{
   display: flex;
   flex-basis: 25%;
   max-width: 25%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#layoutGrid_Links > .col-3
{
   display: flex;
   flex-basis: 25%;
   max-width: 25%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#wb_layoutGridFooter
{
   visibility: visible;
   display: table;
}
#wb_layoutGridFooter
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#layoutGridFooter
{
   height: auto;
   padding: 30px 0 30px 0;
}
#layoutGridFooter > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#layoutGridFooter > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#wb_a1900
{
   width: 45px;
   height: 21px;
   visibility: hidden;
   display: none;
}
#wb_a1900
{
   margin: 0;
   padding: 0;
}
#wb_a1346
{
   width: 45px;
   height: 21px;
   visibility: hidden;
   display: none;
}
#wb_a1346
{
   margin: 0;
   padding: 0;
}
#wb_a1004
{
   width: 60px;
   height: 15px;
   visibility: visible;
   display: inline-block;
}
#wb_a1004
{
   margin: 0;
   padding: 0;
}
#wb_a748
{
   width: 45px;
   height: 21px;
   visibility: hidden;
   display: none;
}
#wb_a748
{
   margin: 0;
   padding: 0;
}
#wb_a460
{
   width: 45px;
   height: 21px;
   visibility: hidden;
   display: none;
}
#wb_a460
{
   margin: 0;
   padding: 0;
}
#Extension1
{
}
#FilePublisher1
{
   left: 218px;
   top: 1562px;
   width: 83px;
   height: 80px;
   visibility: visible;
   display: inline;
}
}
@media only screen and (min-width: 748px) and (max-width: 1003px)
{
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#wb_layoutGridHeader
{
   visibility: visible;
   display: table;
   background-color: transparent;
   background-image: none;
   box-shadow: 0px 0px 0px #000000;
}
#wb_layoutGridHeader
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#layoutGridHeader
{
   height: auto;
   padding: 0;
}
#wb_DropdownMenu1
{
   width: 100%;
   visibility: hidden;
   display: none;
   margin: 0 0 5px 0 ;
}
#DropdownMenu1, .DropdownMenu1 .nav, .DropdownMenu1 .dropdown-menu
{
   font-weight: bold;
   font-size: 19px;
}
#wb_Text_Kontakt1a
{
   visibility: visible;
   display: block;
}
#wb_Text_Kontakt1a
{
   margin: 0;
   padding: 25px 0 25px 0;
}
#wb_LayoutGrid-Breakpoint
{
   visibility: hidden;
   display: none;
   box-shadow: 0px 0px 0px rgba(105,105,105,0.78);
}
#wb_LayoutGrid-Breakpoint
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid-Breakpoint
{
   height: auto;
   padding: 0;
}
#wb_Card_Links1
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card_Links1-card-item0
{
   box-sizing: border-box;
   margin: 0 0 6px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card_Links1-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 16px 0 0 0;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 22.8px;
}
#wb_Card_Links1
{
   text-align: left;
}
#wb_Card_Links2
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card_Links2-card-item0
{
   box-sizing: border-box;
   margin: 0 0 6px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card_Links2-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 16px 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links2-card-item1:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links2-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links2-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links2-card-item2:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links2-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links2-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links2-card-item3:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links2-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links2-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links2-card-item4:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links2-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links2-card-item5
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links2-card-item5:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links2-card-item5 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card_Links2
{
   text-align: left;
}
#wb_Card_Links3
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card_Links3-card-item0
{
   box-sizing: border-box;
   margin: 0 0 6px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 16px 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item1:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links3-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item2:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links3-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item3:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links3-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item4:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links3-card-item5
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item5:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item5 a
{
   color: inherit;
   display: block;
   padding: 0 0 16px 0;
   text-decoration: none;
}
#Card_Links3-card-item5 .svg-icon
{
   fill: currentColor;
   width: 19px;
   height: 19px;
   overflow: visible;
   margin-right: 0px;
}
#Card_Links3-card-item5 .svg-icon:hover
{
   fill: #303244;
   transition: fill 200ms linear 0ms;
}
#Card_Links3-card-item6
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item6:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item6 a
{
   color: inherit;
   display: block;
   padding: 0 0 16px 10px;
   text-decoration: none;
}
#Card_Links3-card-item6 .svg-icon
{
   fill: currentColor;
   width: 19px;
   height: 19px;
   overflow: visible;
   margin-right: 0px;
}
#Card_Links3-card-item6 .svg-icon:hover
{
   fill: #303244;
   transition: fill 200ms linear 0ms;
}
#Card_Links3-card-item7
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item7:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item7 a
{
   color: inherit;
   display: block;
   padding: 0 0 16px 10px;
   text-decoration: none;
}
#Card_Links3-card-item7 .svg-icon
{
   fill: currentColor;
   width: 19px;
   height: 19px;
   overflow: visible;
   margin-right: 0px;
}
#Card_Links3-card-item7 .svg-icon:hover
{
   fill: #303244;
   transition: fill 200ms linear 0ms;
}
#Card_Links3-card-item8
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item8:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item8 a
{
   color: inherit;
   display: block;
   padding: 0 0 16px 10px;
   text-decoration: none;
}
#Card_Links3-card-item8 .svg-icon
{
   fill: currentColor;
   width: 19px;
   height: 19px;
   overflow: visible;
   margin-right: 0px;
}
#Card_Links3-card-item8 .svg-icon:hover
{
   fill: #303244;
   transition: fill 200ms linear 0ms;
}
#Card_Links3-card-item9
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item9:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item9 a
{
   color: inherit;
   display: block;
   padding: 0 0 16px 10px;
   text-decoration: none;
}
#Card_Links3-card-item9 .svg-icon
{
   fill: currentColor;
   width: 19px;
   height: 19px;
   overflow: visible;
   margin-right: 0px;
}
#Card_Links3-card-item9 .svg-icon:hover
{
   fill: #303244;
   transition: fill 200ms linear 0ms;
}
#wb_Card_Links3
{
   text-align: left;
}
#wb_Text_Footer
{
   visibility: visible;
   display: block;
}
#wb_Text_Footer
{
   font-size: 15px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Logo_Footer
{
   width: 165px;
   height: 58px;
   visibility: visible;
   display: inline-block;
   margin: 0 0 16px 0 ;
   padding: 0;
}
#Logo_Footer
{
   width: 165px;
   height: 58px;
}
#wb_Logo_Header
{
   width: 184px;
   height: 65px;
   visibility: visible;
   display: inline-block;
   margin: 5px 0 5px 0 ;
   padding: 0;
}
#Logo_Header
{
   width: 184px;
   height: 65px;
}
#wb_mobileMenu
{
   width: 60px;
   height: 60px;
   visibility: visible;
   display: inline-block;
}
#wb_LayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid1
{
   height: auto;
   padding: 140px 0 60px 0;
}
#wb_LayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid2
{
   height: auto;
   padding: 130px 0 90px 0;
}
#LayoutGrid2-divider-top
{
   height: 50px;
}
#LayoutGrid2-divider-top
{
   top: -0.1%;
   left: 0;
}
#wb_Text1a
{
   visibility: hidden;
   display: none;
}
#wb_Text1a
{
   margin: 10px 10px 10px 10px;
   padding: 5px 5px 5px 5px;
}
#wb_Heading1
{
   width: calc(100% - 20px);
   visibility: visible;
   display: block;
   margin: 15px 10px 15px 10px;
   padding: 5px 5px 5px 5px;
   font-size: 35px;
   font-weight: normal;
   font-style: italic;
   text-decoration: none;
}
#wb_Heading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading1
{
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: italic;
   font-size: 35px;
   text-align: center;
   text-transform: none;
}
#wb_Text1b
{
   visibility: visible;
   display: block;
}
#wb_Text1b
{
   margin: 10px 10px 10px 10px;
   padding: 5px 5px 5px 5px;
}
#wb_LayoutGrid_Kontakt
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid_Kontakt
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid_Kontakt
{
   height: auto;
   padding: 70px 0 30px 0;
}
#LayoutGrid_Kontakt-divider-top
{
   height: 50px;
}
#LayoutGrid_Kontakt-divider-top
{
   top: -0.3%;
   left: 0;
}
#wb_layoutGrid_Links
{
   visibility: visible;
   display: table;
}
#wb_layoutGrid_Links
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#layoutGrid_Links
{
   height: auto;
   padding: 50px 0 50px 0;
}
#layoutGrid_Links > .col-1, #layoutGrid_Links > .col-2, #layoutGrid_Links > .col-3
{
   padding-right: 15px;
   padding-left: 15px;
}
#layoutGrid_Links > .col-1
{
   display: flex;
   flex-basis: 50%;
   max-width: 50%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#layoutGrid_Links > .col-2
{
   display: flex;
   flex-basis: 25%;
   max-width: 25%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#layoutGrid_Links > .col-3
{
   display: flex;
   flex-basis: 25%;
   max-width: 25%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#wb_layoutGridFooter
{
   visibility: visible;
   display: table;
}
#wb_layoutGridFooter
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#layoutGridFooter
{
   height: auto;
   padding: 30px 0 30px 0;
}
#layoutGridFooter > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#layoutGridFooter > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#wb_a1900
{
   width: 45px;
   height: 21px;
   visibility: hidden;
   display: none;
}
#wb_a1900
{
   margin: 0;
   padding: 0;
}
#wb_a1346
{
   width: 45px;
   height: 21px;
   visibility: hidden;
   display: none;
}
#wb_a1346
{
   margin: 0;
   padding: 0;
}
#wb_a1004
{
   width: 45px;
   height: 21px;
   visibility: hidden;
   display: none;
}
#wb_a1004
{
   margin: 0;
   padding: 0;
}
#wb_a748
{
   width: 60px;
   height: 15px;
   visibility: visible;
   display: inline-block;
}
#wb_a748
{
   margin: 0;
   padding: 0;
}
#wb_a460
{
   width: 45px;
   height: 21px;
   visibility: hidden;
   display: none;
}
#wb_a460
{
   margin: 0;
   padding: 0;
}
#Extension1
{
}
#FilePublisher1
{
   left: 216px;
   top: 1340px;
   width: 76px;
   height: 75px;
   visibility: visible;
   display: inline;
}
}
@media only screen and (max-width: 747px)
{
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#wb_layoutGridHeader
{
   visibility: visible;
   display: table;
   background-color: transparent;
   background-image: none;
   box-shadow: 0px 0px 0px #000000;
}
#wb_layoutGridHeader
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#layoutGridHeader
{
   height: auto;
   padding: 0;
}
#wb_DropdownMenu1
{
   width: 100%;
   visibility: hidden;
   display: none;
   margin: 0 0 5px 0 ;
}
#DropdownMenu1, .DropdownMenu1 .nav, .DropdownMenu1 .dropdown-menu
{
   font-weight: bold;
   font-size: 19px;
}
#wb_Text_Kontakt1a
{
   visibility: visible;
   display: block;
}
#wb_Text_Kontakt1a
{
   margin: 0;
   padding: 25px 0 25px 0;
}
#wb_LayoutGrid-Breakpoint
{
   visibility: hidden;
   display: none;
   box-shadow: 0px 0px 0px rgba(105,105,105,0.79);
}
#wb_LayoutGrid-Breakpoint
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid-Breakpoint
{
   height: auto;
   padding: 0;
}
#wb_Card_Links1
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card_Links1-card-item0
{
   box-sizing: border-box;
   margin: 0 0 6px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
}
#Card_Links1-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 16px 0 0 0;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 22.8px;
}
#wb_Card_Links1
{
   text-align: left;
}
#wb_Card_Links2
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card_Links2-card-item0
{
   box-sizing: border-box;
   margin: 0 0 6px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
}
#Card_Links2-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 16px 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links2-card-item1:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links2-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links2-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links2-card-item2:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links2-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links2-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links2-card-item3:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links2-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links2-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links2-card-item4:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links2-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links2-card-item5
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links2-card-item5:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links2-card-item5 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card_Links2
{
   text-align: left;
}
#wb_Card_Links3
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card_Links3-card-item0
{
   box-sizing: border-box;
   margin: 0 0 6px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
}
#Card_Links3-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 16px 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item1:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links3-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item2:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links3-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item3:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links3-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item4:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links3-card-item5
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item5:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item5 a
{
   color: inherit;
   display: block;
   padding: 0 0 16px 0;
   text-decoration: none;
}
#Card_Links3-card-item5 .svg-icon
{
   fill: currentColor;
   width: 19px;
   height: 19px;
   overflow: visible;
   margin-right: 0px;
}
#Card_Links3-card-item5 .svg-icon:hover
{
   fill: #303244;
   transition: fill 200ms linear 0ms;
}
#Card_Links3-card-item6
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item6:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item6 a
{
   color: inherit;
   display: block;
   padding: 0 0 16px 10px;
   text-decoration: none;
}
#Card_Links3-card-item6 .svg-icon
{
   fill: currentColor;
   width: 19px;
   height: 19px;
   overflow: visible;
   margin-right: 0px;
}
#Card_Links3-card-item6 .svg-icon:hover
{
   fill: #303244;
   transition: fill 200ms linear 0ms;
}
#Card_Links3-card-item7
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item7:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item7 a
{
   color: inherit;
   display: block;
   padding: 0 0 16px 10px;
   text-decoration: none;
}
#Card_Links3-card-item7 .svg-icon
{
   fill: currentColor;
   width: 19px;
   height: 19px;
   overflow: visible;
   margin-right: 0px;
}
#Card_Links3-card-item7 .svg-icon:hover
{
   fill: #303244;
   transition: fill 200ms linear 0ms;
}
#Card_Links3-card-item8
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item8:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item8 a
{
   color: inherit;
   display: block;
   padding: 0 0 16px 10px;
   text-decoration: none;
}
#Card_Links3-card-item8 .svg-icon
{
   fill: currentColor;
   width: 19px;
   height: 19px;
   overflow: visible;
   margin-right: 0px;
}
#Card_Links3-card-item8 .svg-icon:hover
{
   fill: #303244;
   transition: fill 200ms linear 0ms;
}
#Card_Links3-card-item9
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item9:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item9 a
{
   color: inherit;
   display: block;
   padding: 0 0 16px 10px;
   text-decoration: none;
}
#Card_Links3-card-item9 .svg-icon
{
   fill: currentColor;
   width: 19px;
   height: 19px;
   overflow: visible;
   margin-right: 0px;
}
#Card_Links3-card-item9 .svg-icon:hover
{
   fill: #303244;
   transition: fill 200ms linear 0ms;
}
#wb_Card_Links3
{
   text-align: left;
}
#wb_Text_Footer
{
   visibility: visible;
   display: block;
}
#wb_Text_Footer
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Logo_Footer
{
   width: 126px;
   height: 44px;
   visibility: visible;
   display: inline-block;
   margin: 0 0 16px 0 ;
   padding: 0;
}
#Logo_Footer
{
   width: 126px;
   height: 44px;
}
#wb_Logo_Header
{
   width: 97px;
   height: 34px;
   visibility: visible;
   display: inline-block;
   margin: 5px 0 5px 0 ;
   padding: 0;
}
#Logo_Header
{
   width: 97px;
   height: 34px;
}
#wb_mobileMenu
{
   width: 46px;
   height: 50px;
   visibility: visible;
   display: inline-block;
}
#wb_LayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid1
{
   height: auto;
   padding: 80px 0 20px 0;
}
#wb_LayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid2
{
   height: auto;
   padding: 70px 0 50px 0;
}
#LayoutGrid2-divider-top
{
   height: 50px;
}
#LayoutGrid2-divider-top
{
   top: -0.1%;
   left: 0;
}
#wb_Text1a
{
   visibility: hidden;
   display: none;
}
#wb_Text1a
{
   margin: 10px 10px 10px 10px;
   padding: 5px 5px 5px 5px;
}
#wb_Heading1
{
   width: calc(100% - 20px);
   visibility: visible;
   display: block;
   margin: 15px 10px 15px 10px;
   padding: 5px 5px 5px 5px;
   font-size: 32px;
   font-weight: normal;
   font-style: italic;
   text-decoration: none;
}
#wb_Heading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading1
{
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: italic;
   font-size: 32px;
   text-align: center;
   text-transform: none;
}
#wb_Text1b
{
   visibility: visible;
   display: block;
}
#wb_Text1b
{
   margin: 10px 10px 10px 10px;
   padding: 5px 5px 5px 5px;
}
#wb_LayoutGrid_Kontakt
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid_Kontakt
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid_Kontakt
{
   height: auto;
   padding: 70px 0 50px 0;
}
#LayoutGrid_Kontakt-divider-top
{
   height: 50px;
}
#LayoutGrid_Kontakt-divider-top
{
   top: -0.3%;
   left: 0;
}
#wb_layoutGrid_Links
{
   visibility: visible;
   display: table;
}
#wb_layoutGrid_Links
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#layoutGrid_Links
{
   height: auto;
   padding: 50px 0 50px 0;
}
#layoutGrid_Links > .col-1, #layoutGrid_Links > .col-2, #layoutGrid_Links > .col-3
{
   padding-right: 15px;
   padding-left: 15px;
}
#layoutGrid_Links > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#layoutGrid_Links > .col-2
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#layoutGrid_Links > .col-3
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#wb_layoutGridFooter
{
   visibility: visible;
   display: table;
}
#wb_layoutGridFooter
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#layoutGridFooter
{
   height: auto;
   padding: 30px 0 30px 0;
}
#layoutGridFooter > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#layoutGridFooter > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#wb_a1900
{
   width: 50px;
   height: 21px;
   visibility: hidden;
   display: none;
}
#wb_a1900
{
   margin: 0;
   padding: 0;
}
#wb_a1346
{
   width: 67px;
   height: 21px;
   visibility: hidden;
   display: none;
}
#wb_a1346
{
   margin: 0;
   padding: 0;
}
#wb_a1004
{
   width: 44px;
   height: 21px;
   visibility: hidden;
   display: none;
}
#wb_a1004
{
   margin: 0;
   padding: 0;
}
#wb_a748
{
   width: 70px;
   height: 21px;
   visibility: hidden;
   display: none;
}
#wb_a748
{
   margin: 0;
   padding: 0;
}
#wb_a460
{
   width: 50px;
   height: 15px;
   visibility: visible;
   display: inline-block;
}
#wb_a460
{
   margin: 0;
   padding: 0;
}
#Extension1
{
}
#FilePublisher1
{
   left: 112px;
   top: 1742px;
   width: 76px;
   height: 73px;
   visibility: visible;
   display: inline;
}
}
.bubbleMenu li a{font-family:Rubik;font-weight:700;}
#wb_layoutGridHeader
{
   position: fixed !important;
   float: none !important;
   transition: all 500ms linear;   
   z-index: 9990 !important;
}
#wb_layoutGridHeader.affix
{
   background: #303244;
   transition: all 500ms linear;   
}
#wb_layoutGridHeader.affix #headerMenu a
{
   color: #FFFFFF;
}
#wb_layoutGridHeader #headerMenu .navbar-nav
{
   background-color: rgba(255,255,255,0.2);
}
#wb_layoutGridHeader.affix #headerMenu .navbar-nav
{
   background-color: transparent;
}
#wb_layoutGridHeader.affix .headerMenu .navbar-nav > .dropdown > a .caret 
{
   border-top-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
}
#wb_layoutGridHeader.affix .headerMenu .dropdown-menu > li > a
{
   color: #000000 !important;
}
#wb_layoutGridHeader.affix #headerLogo a
{
   color: #FFFFFF;
}
@media (max-width: 320px) 
{
#wb_layoutGridHeader.affix .headerMenu .navbar-nav>li>a 
{
   color: #FFFFFF  !important;
}
#wb_layoutGridHeader.affix .headerMenu .navbar-nav>li>a:hover,
#wb_layoutGridHeader.affix .headerMenu .navbar-nav>li>a:focus 
{
   background-color: #EDEDED !important;
   color: #FFFFFF  !important;
}
#wb_layoutGridHeader.affix .headerMenu .navbar-nav > .dropdown > a .caret 
{
   border-top-color: #2B2B2B;
   border-bottom-color: #2B2B2B;
}
#wb_layoutGridHeader.affix
{
   background: transparent;
}
}
.theme_webdesign {
    --cc-bg: #2a2c39;
    --cc-text: #b8bfcc;
    --cc-btn-primary-bg: #4285F4;
    --cc-btn-primary-text: var(--cc-bg);
    --cc-btn-primary-hover-bg: #1266f1;
    --cc-btn-secondary-bg: #1f212a;
    --cc-btn-secondary-text: #bdc2d6;
    --cc-btn-secondary-hover-bg: #14151c;
    --cc-toggle-bg-off: #1f212a;
    --cc-toggle-bg-on: #4285F4;
    --cc-toggle-bg-readonly: #4285F4;
    --cc-toggle-knob-bg: #4b4d65;
    --cc-toggle-knob-icon-color: #e7e7e7;
    --cc-block-text: var(--cc-text);
    --cc-cookie-category-block-bg: #353748;
    --cc-cookie-category-block-bg-hover: #404356;
    --cc-section-border: #2A2C39;
    --cc-cookie-table-border: #1d2029;
    --cc-overlay-bg: rgba(42, 44, 57, .40);
    --cc-webkit-scrollbar-bg: #14151c;
    --cc-webkit-scrollbar-bg-hover: #1f212a;
}

.theme_webdesign #c-ttl,
.theme_webdesign #s-bl td:before,
.theme_webdesign #s-ttl,
.theme_webdesign .cc_div .b-tl,
.theme_webdesign .cc_div .c-bn,
.theme_webdesign .cc_div a{
    color: #b8c2e6;
}

.theme_webdesign #s-bl .c-bl{
    border-color: #111317;
}

.theme_webdesign .cc_div .b-tg,
.theme_webdesign .cc_div .b-tg .c-tg,
.theme_webdesign .cc_div .c-tgl,
.theme_webdesign .cc_div span.t-lb,
.theme_webdesign .cc_div .c-bn,
.theme_webdesign #cm,
.theme_webdesign #s-bl .act .b-acc,
.theme_webdesign #s-inr,
.theme_webdesign .cc_div .b-tl,
.theme_webdesign .cc_div .c-bl,
.theme_webdesign .cc_div .b-tg .c-tg:after{
    border-radius: 1;
}
