body
{
   color: #000000;
   font-family: "Open Sans";
   font-weight: 400;
   font-weight: 400;
   font-weight: 400;
   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: #000000;
   text-decoration: underline;
}
a:hover
{
   color: #696969;
   text-decoration: underline;
}
.visibility-hidden
{
   visibility: hidden;
}
#wb_header
{
   clear: both;
   position: fixed;
   left: 0;
   top: 0;
   z-index: 7777;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #005F6A;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
   box-shadow: 0px 4px 8px rgba(0,0,0,0.19);
}
#header
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#header > .col-1, #header > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#header > .col-1, #header > .col-2
{
   flex: 0 0 auto;
}
#header > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 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;
}
#header > .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: center;
   text-align: center;
}
@media (max-width: 480px)
{
#header > .col-1, #header > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_headerImage
{
   height: 100%;
   margin: 0;
   vertical-align: top;
}
#headerImage
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 5px 5px 5px 5px;
   display: block;
   width: 100%;
   height: 100%;
   vertical-align: top;
   object-fit: contain;
}
#wb_headerMenu1
{
   display: block;
   background-color: rgba(255,255,255,0.00);
   font-family: "Open Sans";
   font-weight: bold;
   text-align: right;
   width: 100%;
   margin: 0;
   z-index: 1111 !important;
}
#headerMenu1
{
   display: inline-block;
   background-color: rgba(255,255,255,0.00);
   height: 52px;
}
#wb_headerMenu1 ul
{
   list-style: none;
   margin: 0;
   padding: 0;
   position: relative;
}
#wb_headerMenu1 ul:after
{
   clear: both;
   content: "";
   display: block;
}
#wb_headerMenu1 ul li
{
   border-radius: 0;
   display: list-item;
   float: left;
   list-style: none;
   z-index: 9999;
}
#wb_headerMenu1 ul li i
{
   font-size: 0px;
   width: 0px;
   margin-bottom: 0px;
}
#wb_headerMenu1 ul li a
{
   background-color: rgba(255,255,255,0.00);
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: bold;
   font-size: 16px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   padding: 15px 20px 15px 20px;
   text-align: center;
}
#wb_headerMenu1 > ul > li > a 
{
   height: 22px;
}
.headerMenu1 a 
{
   display: block;
}
#wb_headerMenu1 li:hover > a, #wb_headerMenu1 li .active
{
   background-color: rgba(255,255,255,0.00);
   color: #06A9B1;
}
#wb_headerMenu1 ul ul
{
   display: none;
   position: absolute;
   top: 52px;
}
#wb_headerMenu1 ul li:hover > ul
{
   display: list-item;
}
#wb_headerMenu1 ul ul li 
{
   float: none;
   position: relative;
   width: 269px;
}
#wb_headerMenu1 ul ul li a
{
   background-color: #06A9B1;
   border: 0px solid #FFFFFF;
   color: #FFFFFF;
}
#wb_headerMenu1 ul ul li:hover > a, #wb_headerMenu1 ul ul li .active
{
   background-color: #FFFFFF;
   color: #06A9B1;
}
#wb_headerMenu1 ul ul li i 
{
   margin-right: 0px;
   vertical-align: middle;
}
#wb_headerMenu1 ul ul li a 
{
   padding-top: 15px;
   padding-right: 20px;
   padding-bottom: 15px;
   text-align: left;
   vertical-align: middle;
}
#wb_headerMenu1 ul ul ul li 
{
   left: 269px;
   position: relative;
   top: -52px;
}
#wb_headerMenu1 .arrow-down 
{
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 2px;
   vertical-align: middle;
   border-top: 4px solid #FFFFFF;
   border-right: 4px solid transparent;
   border-left: 4px solid transparent;
   border-bottom: 0 dotted;
}
#wb_headerMenu1 .arrow-left 
{
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 2px;
   vertical-align: middle;
   border-left: 4px solid #FFFFFF;
   border-top: 4px solid transparent;
   border-bottom: 4px solid transparent;
   border-right: 0 dotted;
}
#wb_headerMenu1 li:hover > a .arrow-down, #wb_headerMenu1 li .active .arrow-down
{ 
   border-top-color: #06A9B1;
}
#wb_headerMenu1 ul ul li:hover > a .arrow-left, #wb_headerMenu1 ul ul li .active .arrow-left
{ 
   border-left-color: #06A9B1;
}
#wb_headerMenu1 .toggle,[id^=headerMenu1-submenu]
{
   display: none;
}
@media all and (max-width:768px) 
{
#wb_headerMenu1
{
   margin: 0;
   text-align: left;
}
#wb_headerMenu1 ul li a, #wb_headerMenu1 .toggle
{
   font-size: 16px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   padding: 15px 20px 15px 20px;
}
#wb_headerMenu1 .toggle + a
{
   display: none !important;
}
.headerMenu1 
{
   display: none;
   z-index: 9999;
}
#headerMenu1 
{
   background-color: transparent;
   display: none;
}
#wb_headerMenu1 > ul > li > a 
{
   height: auto !important;
   margin: 0;
}
#wb_headerMenu1 .toggle 
{
   display: block;
   background-color: rgba(255,255,255,0.00);
   color: #FFFFFF;
   padding: 0 20px 0 20px;
   line-height: 53px;
   text-decoration: none;
   border: none;
   position: relative;
}
#wb_headerMenu1 .toggle:hover
{
   background-color: rgba(255,255,255,0.00);
   color: #06A9B1;
}
[id^=headerMenu1-submenu]:checked + ul 
{
   display: block !important;
}
#headerMenu1-title
{
   height: 52px !important;
   line-height: 52px !important;
   text-align: center;
}
#wb_headerMenu1 ul li 
{
   display: block;
   width: 100% !important;
   text-align: left;
}
#wb_headerMenu1 ul ul .toggle,
#wb_headerMenu1 ul ul a 
{
   padding: 0 40px;
}
#wb_headerMenu1 a:hover,
#wb_headerMenu1 ul ul ul a 
{
   background-color: #06A9B1;
   color: #FFFFFF;
}
#wb_headerMenu1 ul li ul li .toggle,
#wb_headerMenu1 ul ul a 
{
   background-color: #06A9B1;
   color: #FFFFFF;
}
#wb_headerMenu1 ul ul ul a 
{
   padding: 15px 20px 15px 60px;
}
#wb_headerMenu1 ul li a 
{
   text-align: left;
}
#wb_headerMenu1 ul li a br 
{
   display: none;
}
#wb_headerMenu1 ul li i 
{
   margin-right: 0px;
}
#wb_headerMenu1 ul ul 
{
   float: none;
   position: static;
}
#wb_headerMenu1 ul ul li:hover > ul,
#wb_headerMenu1 ul li:hover > ul 
{
   display: none;
}
#wb_headerMenu1 ul ul li 
{
   display: block;
   width: 100%;
}
#wb_headerMenu1 ul ul ul li 
{
   position: static;
}
#headerMenu1-icon 
{
   display: block;
   position: absolute;
   left: 20px;
   top: 14px;
   user-select: none;
}
#headerMenu1-icon span 
{
   display: block;
   margin-top: 4px;
   height: 2px;
   background-color: #FFFFFF;
   color: #FFFFFF;
   width: 24px;
}
#wb_headerMenu1 ul li ul li .toggle:hover
{
   background-color: #FFFFFF;
   color: #06A9B1;
}
#wb_headerMenu1 .toggle .arrow-down 
{
   border-top-color: #FFFFFF;
}
#wb_headerMenu1 .toggle:hover .arrow-down, #wb_headerMenu1 li .active .arrow-down
{
   border-top-color: #06A9B1;
}
#wb_headerMenu1 ul li ul li .toggle .arrow-down 
{
   border-top-color: #FFFFFF;
}
#wb_headerMenu1 ul li ul li .toggle:hover .arrow-down, #wb_headerMenu1 ul li ul li .active .arrow-down
{
   border-top-color: #06A9B1;
}
}
#wb_headermobil
{
   clear: both;
   position: fixed;
   left: 0;
   top: 0;
   z-index: 7777;
   table-layout: fixed;
   display: none;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
   box-shadow: 0px 4px 8px rgba(0,0,0,0.19);
}
#headermobil
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#headermobil > .col-1, #headermobil > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#headermobil > .col-1, #headermobil > .col-2
{
   flex: 0 0 auto;
}
#headermobil > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 250px;
   max-width: 250px;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: flex-start;
   text-align: left;
}
#headermobil > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis:  calc((100% - 250px) / 1);
   max-width:  calc((100% - 250px) / 1);
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 320px)
{
#headermobil > .col-1, #headermobil > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_LayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('../images/Kontakt.jpg');
   background-repeat: no-repeat;
   background-position: left top;
   background-attachment: scroll;
   background-size: 100% 100%;
   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 200px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#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: flex-start;
   text-align: left;
}
@media (max-width: 768px)
{
#LayoutGrid1 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#LayoutGrid1-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   border-radius: 0px;
   background-color: #346BAE;
   opacity: 0.29;
}
#wb_LayoutGrid_mobil
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: none;
   text-align: center;
   width: 100%;
   background-image: linear-gradient(315deg, #06A9B1 0%, #005F6A 100%);
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid_mobil
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 300px 0 100px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid_mobil > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid_mobil > .col-1
{
   flex: 0 0 auto;
}
#LayoutGrid_mobil > .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: flex-start;
   text-align: left;
}
@media (max-width: 768px)
{
#LayoutGrid_mobil > .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: #E6F8FF;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid2
{
   box-sizing: border-box;
   padding: 10px 15px 20px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid2 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid2 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid2 > .row > .col-1
{
   float: left;
}
#LayoutGrid2 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#LayoutGrid2 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 50px 0 50px 0;
}
#LayoutGrid2:before,
#LayoutGrid2:after,
#LayoutGrid2 .row:before,
#LayoutGrid2 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid2:after,
#LayoutGrid2 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#LayoutGrid2 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_Heading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid rgba(0,0,0,0.00);
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 20px 0 20px 0 ;
   padding: 10px 10px 10px 10px;
   text-align: center;
}
#Heading1
{
   color: #005F6A;
   font-family: "FONTSPRING DEMO - Aventra";
   font-weight: normal;
   font-style: normal;
   font-size: 43px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#Heading1 a
{
   color: inherit;
   text-decoration: none;
}
#wb_LayoutGrid4
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid4
{
   box-sizing: border-box;
   padding: 10px 15px 30px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid4 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid4 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid4 > .row > .col-1
{
   float: left;
}
#LayoutGrid4 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#LayoutGrid4 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0;
}
#LayoutGrid4:before,
#LayoutGrid4:after,
#LayoutGrid4 .row:before,
#LayoutGrid4 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid4:after,
#LayoutGrid4 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#LayoutGrid4 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid_Kontakt
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #F0F9FA;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 14px;
   box-sizing: border-box;
   margin: 0;
   box-shadow: 5px 5px 20px rgba(0,0,0,0.16);
}
#LayoutGrid_Kontakt
{
   box-sizing: border-box;
   padding: 20px 50px 20px 50px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid_Kontakt > .row
{
   margin-right: -50px;
   margin-left: -50px;
}
#LayoutGrid_Kontakt > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 50px;
   padding-left: 50px;
   position: relative;
}
#LayoutGrid_Kontakt > .row > .col-1
{
   float: left;
}
#LayoutGrid_Kontakt > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#LayoutGrid_Kontakt > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 50px 50px 50px 50px;
}
#LayoutGrid_Kontakt:before,
#LayoutGrid_Kontakt:after,
#LayoutGrid_Kontakt .row:before,
#LayoutGrid_Kontakt .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid_Kontakt:after,
#LayoutGrid_Kontakt .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#LayoutGrid_Kontakt > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#Input_Email
{
   box-sizing: border-box;
   line-height: 40px;
   margin: 0;
   border: 1px solid #000000;
   border-radius: 10px;
   background-color: #FFFFFF;
   background-image: none;
   color: #454545;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
   padding: 4px 10px 4px 10px;
}
#Input_Email:focus
{
   outline: 0;
}
#Input_Email::placeholder
{
   color: #808080;
   opacity: 1;
}
#Input_Email::-ms-input-placeholder
{
   color: #808080;
}
#Label_Email
{
   box-sizing: border-box;
   margin: 25px 0 5px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
   vertical-align: top;
   padding: 4px 4px 4px 4px;
}
#Label_Email:focus
{
   outline: 0;
}
#Label_Name
{
   box-sizing: border-box;
   margin: 25px 0 5px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
   vertical-align: top;
   padding: 4px 4px 4px 4px;
}
#Label_Name:focus
{
   outline: 0;
}
#Input_Name
{
   box-sizing: border-box;
   line-height: 40px;
   margin: 0;
   border: 1px solid #000000;
   border-radius: 10px;
   background-color: #FFFFFF;
   background-image: none;
   color: #454545;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
   padding: 4px 10px 4px 10px;
}
#Input_Name:focus
{
   outline: 0;
}
#Input_Name::placeholder
{
   color: #808080;
   opacity: 1;
}
#Input_Name::-ms-input-placeholder
{
   color: #808080;
}
#Label_Nachicht
{
   box-sizing: border-box;
   margin: 25px 0 5px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
   vertical-align: top;
   padding: 4px 4px 4px 4px;
}
#Label_Nachicht:focus
{
   outline: 0;
}
#Input_Nachicht
{
   box-sizing: border-box;
   border: 1px solid #000000;
   border-radius: 10px;
   background-color: #FFFFFF;
   background-image: none;
   color: #454545;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
   padding: 4px 10px 4px 10px;
   margin: 0 0 25px 0 ;
   overflow: auto;
   resize: none;
}
#Input_Nachicht:focus
{
   outline: 0;
}
#Button1
{
   border: 2px solid #005F6A;
   border-radius: 10px;
   background-color: #005F6A;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 16px;
   padding: 1px 6px 1px 6px;
   text-align: center;
   -webkit-appearance: none;
   margin: 20px 0 15px 0 ;
}
#Button1:focus
{
   outline: 0;
}
#Button1:hover
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #06A9B1;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Button1
{
   background-color: #005F6A;
   color: #FFFFFF;
   border-color: #005F6A;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#FlexContainer3
{
   display: flex;
   position: relative;
   padding: 2px 10px 2px 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 0;
}
#wb_Checkbox1
{
   margin: 15px 0 10px 0 ;
}
#wb_Checkbox1
{
   position: relative;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_Checkbox1, #wb_Checkbox1 *, #wb_Checkbox1 *::before, #wb_Checkbox1 *::after
{
   box-sizing: border-box;
}
#wb_Checkbox1 input[type='checkbox']
{
   position: relative;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 23px;
   height: 23px;
   left: 0;
   top: 0;
}
#wb_Checkbox1 label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_Checkbox1 label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 23px;
   height: 23px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #000000;
   border-radius: 5px;
}
#wb_Checkbox1 label::after
{
   display: inline-block;
   position: absolute;
   width: 23px;
   height: 23px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 23px;
}
#wb_Checkbox1 input[type='checkbox']:checked + label::after
{
   content: " ";
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%2092%2092%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M85%2024%20C86%2025%2c%2087%2027%2c%2087%2028%20C87%2030%2c%2086%2031%2c%2085%2032%20L48%2069%20L41%2076%20C40%2078%2c%2039%2078%2c%2037%2078%20C35%2078%2c%2034%2078%2c%2033%2076%20L26%2069%20L7%2051%20C6%2050%2c%206%2048%2c%206%2047%20C6%2045%2c%206%2044%2c%207%2043%20L14%2036%20C15%2034%2c%2017%2034%2c%2018%2034%20C20%2034%2c%2021%2034%2c%2023%2036%20L37%2050%20L70%2017%20C71%2016%2c%2072%2015%2c%2074%2015%20C76%2015%2c%2077%2016%2c%2078%2017%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
   background-size: 80% 80%;
}
#wb_Checkbox1 input[type='checkbox']:checked + label::before
{
   background-color: #005F6A;
   background-image: none;
   border-color: #005F6A;
}
#wb_Checkbox1 input[type='checkbox']:focus + label::before
{
   outline: thin dotted;
}
#wb_Text2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 5px 5px 5px 5px;
   margin: 15px 0 15px 0 ;
   text-align: left;
}
#wb_Text2 div
{
   text-align: left;
}
#Auswahl_Frage1
{
   border: 1px solid #000000;
   border-radius: 10px;
   background-color: #FFFFFF;
   background-image: none;
   color: #454545;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   margin: 0;
   text-align: left;
   padding: 4px 10px 4px 10px;
   box-sizing: border-box;
}
#Auswahl_Frage1:focus
{
   outline: 0;
}
#Label-Frage1
{
   box-sizing: border-box;
   margin: 25px 0 5px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
   vertical-align: top;
   padding: 4px 4px 4px 4px;
}
#Label-Frage1:focus
{
   outline: 0;
}
#wb_LayoutGrid7
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid7
{
   box-sizing: border-box;
   padding: 5px 0 5px 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid7 > .row
{
   margin-right: 0;
   margin-left: 0;
}
#LayoutGrid7 > .row > .col-1, #LayoutGrid7 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#LayoutGrid7 > .row > .col-1, #LayoutGrid7 > .row > .col-2
{
   float: left;
}
#LayoutGrid7 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 16.66666667%;
   text-align: left;
}
#LayoutGrid7 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 83.33333333%;
   text-align: left;
}
#LayoutGrid7:before,
#LayoutGrid7:after,
#LayoutGrid7 .row:before,
#LayoutGrid7 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid7:after,
#LayoutGrid7 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid7 > .row > .col-1, #LayoutGrid7 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#Label1
{
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
   vertical-align: top;
   padding: 4px 4px 4px 4px;
}
#Label1:focus
{
   outline: 0;
}
#wb_RadioButton1
{
   margin: 0;
}
#wb_RadioButton1
{
   position: relative;
}
#wb_RadioButton1, #wb_RadioButton1 *, #wb_RadioButton1 *::before, #wb_RadioButton1 *::after
{
   box-sizing: border-box;
}
#wb_RadioButton1 input[type='radio']
{
   position: relative;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 20px;
   height: 20px;
   left: 0;
   top: 0;
}
#wb_RadioButton1 label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_RadioButton1 label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 20px;
   height: 20px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #CCCCCC;
   border-radius: 50%;
}
#wb_RadioButton1 label::after
{
   display: inline-block;
   position: absolute;
   width: 20px;
   height: 20px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 20px;
   border-radius: 50%;
   color: #FFFFFF;
   content: " ";
   transform: scale(0, 0);
}
#wb_RadioButton1 input[type='radio']:checked + label::after
{
   background-color: #005F6A;
   background-image: none;
   border-color: #005F6A;
   transform: scale(0.66, 0.66);
}
#wb_RadioButton1 input[type='radio']:focus + label::before
{
   outline: thin dotted;
}
#wb_LayoutGrid8
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid8
{
   box-sizing: border-box;
   padding: 5px 0 5px 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid8 > .row
{
   margin-right: 0;
   margin-left: 0;
}
#LayoutGrid8 > .row > .col-1, #LayoutGrid8 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#LayoutGrid8 > .row > .col-1, #LayoutGrid8 > .row > .col-2
{
   float: left;
}
#LayoutGrid8 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 16.66666667%;
   text-align: left;
}
#LayoutGrid8 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 83.33333333%;
   text-align: left;
}
#LayoutGrid8:before,
#LayoutGrid8:after,
#LayoutGrid8 .row:before,
#LayoutGrid8 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid8:after,
#LayoutGrid8 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid8 > .row > .col-1, #LayoutGrid8 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#Label2
{
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
   vertical-align: top;
   padding: 4px 4px 4px 4px;
}
#Label2:focus
{
   outline: 0;
}
#wb_RadioButton2
{
   margin: 0;
}
#wb_RadioButton2
{
   position: relative;
}
#wb_RadioButton2, #wb_RadioButton2 *, #wb_RadioButton2 *::before, #wb_RadioButton2 *::after
{
   box-sizing: border-box;
}
#wb_RadioButton2 input[type='radio']
{
   position: relative;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 20px;
   height: 20px;
   left: 0;
   top: 0;
}
#wb_RadioButton2 label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_RadioButton2 label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 20px;
   height: 20px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #CCCCCC;
   border-radius: 50%;
}
#wb_RadioButton2 label::after
{
   display: inline-block;
   position: absolute;
   width: 20px;
   height: 20px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 20px;
   border-radius: 50%;
   color: #FFFFFF;
   content: " ";
   transform: scale(0, 0);
}
#wb_RadioButton2 input[type='radio']:checked + label::after
{
   background-color: #005F6A;
   background-image: none;
   border-color: #005F6A;
   transform: scale(0.66, 0.66);
}
#wb_RadioButton2 input[type='radio']:focus + label::before
{
   outline: thin dotted;
}
#wb_LayoutGrid9
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid9
{
   box-sizing: border-box;
   padding: 5px 0 5px 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid9 > .row
{
   margin-right: 0;
   margin-left: 0;
}
#LayoutGrid9 > .row > .col-1, #LayoutGrid9 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#LayoutGrid9 > .row > .col-1, #LayoutGrid9 > .row > .col-2
{
   float: left;
}
#LayoutGrid9 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 16.66666667%;
   text-align: left;
}
#LayoutGrid9 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 83.33333333%;
   text-align: left;
}
#LayoutGrid9:before,
#LayoutGrid9:after,
#LayoutGrid9 .row:before,
#LayoutGrid9 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid9:after,
#LayoutGrid9 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid9 > .row > .col-1, #LayoutGrid9 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#Label3
{
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
   vertical-align: top;
   padding: 4px 4px 4px 4px;
}
#Label3:focus
{
   outline: 0;
}
#wb_RadioButton3
{
   margin: 0;
}
#wb_RadioButton3
{
   position: relative;
}
#wb_RadioButton3, #wb_RadioButton3 *, #wb_RadioButton3 *::before, #wb_RadioButton3 *::after
{
   box-sizing: border-box;
}
#wb_RadioButton3 input[type='radio']
{
   position: relative;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 20px;
   height: 20px;
   left: 0;
   top: 0;
}
#wb_RadioButton3 label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_RadioButton3 label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 20px;
   height: 20px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #CCCCCC;
   border-radius: 50%;
}
#wb_RadioButton3 label::after
{
   display: inline-block;
   position: absolute;
   width: 20px;
   height: 20px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 20px;
   border-radius: 50%;
   color: #FFFFFF;
   content: " ";
   transform: scale(0, 0);
}
#wb_RadioButton3 input[type='radio']:checked + label::after
{
   background-color: #005F6A;
   background-image: none;
   border-color: #005F6A;
   transform: scale(0.66, 0.66);
}
#wb_RadioButton3 input[type='radio']:focus + label::before
{
   outline: thin dotted;
}
#wb_LayoutGrid5
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 25px 0 0 0 ;
}
#LayoutGrid5
{
   box-sizing: border-box;
   padding: 5px 0 5px 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid5 > .row
{
   margin-right: 0;
   margin-left: 0;
}
#LayoutGrid5 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#LayoutGrid5 > .row > .col-1
{
   float: left;
}
#LayoutGrid5 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#LayoutGrid5:before,
#LayoutGrid5:after,
#LayoutGrid5 .row:before,
#LayoutGrid5 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid5:after,
#LayoutGrid5 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid5 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#Label_Frage3
{
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
   vertical-align: top;
   padding: 0;
}
#Label_Frage3:focus
{
   outline: 0;
}
#wb_LayoutGrid6
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
}
#LayoutGrid6
{
   box-sizing: border-box;
   padding: 5px 0 5px 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid6 > .row
{
   margin-right: 0;
   margin-left: 0;
}
#LayoutGrid6 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#LayoutGrid6 > .row > .col-1
{
   float: left;
}
#LayoutGrid6 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#LayoutGrid6:before,
#LayoutGrid6:after,
#LayoutGrid6 .row:before,
#LayoutGrid6 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid6:after,
#LayoutGrid6 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid6 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#Label_Telefon
{
   box-sizing: border-box;
   margin: 25px 0 5px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
   vertical-align: top;
   padding: 4px 4px 4px 4px;
}
#Label_Telefon:focus
{
   outline: 0;
}
#Input_Telefon
{
   box-sizing: border-box;
   line-height: 40px;
   margin: 0;
   border: 1px solid #000000;
   border-radius: 10px;
   background-color: #FFFFFF;
   background-image: none;
   color: #454545;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
   padding: 4px 10px 4px 10px;
}
#Input_Telefon:focus
{
   outline: 0;
}
#Input_Telefon::placeholder
{
   color: #808080;
   opacity: 1;
}
#Input_Telefon::-ms-input-placeholder
{
   color: #808080;
}
#Label_Frage4
{
   box-sizing: border-box;
   margin: 25px 0 5px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
   vertical-align: top;
   padding: 4px 4px 4px 4px;
}
#Label_Frage4:focus
{
   outline: 0;
}
#Input_Frage4
{
   box-sizing: border-box;
   line-height: 40px;
   margin: 0;
   border: 1px solid #000000;
   border-radius: 10px;
   background-color: #FFFFFF;
   background-image: none;
   color: #454545;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
   padding: 4px 10px 4px 10px;
}
#Input_Frage4:focus
{
   outline: 0;
}
#Input_Frage4::placeholder
{
   color: #808080;
   opacity: 1;
}
#Input_Frage4::-ms-input-placeholder
{
   color: #808080;
}
#wb_Image1
{
   margin: 20px 10px 20px 10px;
   vertical-align: top;
}
#Image1
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 98.15%;
   height: auto;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_LayoutGrid13
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 14px;
   box-sizing: border-box;
   margin: 0;
   box-shadow: 5px 5px 20px rgba(0,0,0,0.16);
}
#LayoutGrid13
{
   box-sizing: border-box;
   padding: 50px 50px 50px 50px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid13 > .row
{
   margin-right: -50px;
   margin-left: -50px;
}
#LayoutGrid13 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 50px;
   padding-left: 50px;
   position: relative;
}
#LayoutGrid13 > .row > .col-1
{
   float: left;
}
#LayoutGrid13 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#LayoutGrid13:before,
#LayoutGrid13:after,
#LayoutGrid13 .row:before,
#LayoutGrid13 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid13:after,
#LayoutGrid13 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid13 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_Text4 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 15px 15px 15px 15px;
   margin: 10px 10px 50px 10px;
   text-align: left;
}
#wb_Text4 div
{
   text-align: left;
}
#wb_Text4
{
   display: block;
   margin: 10px 10px 50px 10px;
   box-sizing: border-box;
   width: calc(100% - 20px);
}
#wb_LayoutGrid12
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 14px;
   box-sizing: border-box;
   margin: 0;
   min-height: 600px;
   box-shadow: 5px 5px 20px rgba(0,0,0,0.16);
}
#LayoutGrid12
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 50px 0 50px 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid12 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 50px;
   padding-left: 50px;
   position: relative;
}
#LayoutGrid12 > .col-1
{
   flex: 0 0 auto;
}
#LayoutGrid12 > .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: flex-start;
   text-align: left;
}
@media (max-width: 480px)
{
#LayoutGrid12 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_Image2
{
   margin: 30px 0 30px 0 ;
   vertical-align: top;
}
#Image2
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 5px 5px 5px 5px;
   display: block;
   width: 100%;
   height: auto;
   max-width: 371px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_Text3 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 15px 15px 15px 15px;
   margin: 10px 10px 50px 10px;
   text-align: left;
}
#wb_Text3 div
{
   text-align: left;
}
#wb_Text3
{
   display: block;
   margin: 10px 10px 50px 10px;
   box-sizing: border-box;
   width: calc(100% - 20px);
}
#Label-Frage2
{
   box-sizing: border-box;
   margin: 25px 0 5px 0 ;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
   vertical-align: top;
   padding: 4px 4px 4px 4px;
}
#Label-Frage2:focus
{
   outline: 0;
}
#Auswahl_Frage2
{
   border: 1px solid #000000;
   border-radius: 10px;
   background-color: #FFFFFF;
   background-image: none;
   color: #454545;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   margin: 0;
   text-align: left;
   padding: 4px 10px 4px 10px;
   box-sizing: border-box;
}
#Auswahl_Frage2:focus
{
   outline: 0;
}
#wb_LayoutGrid11
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid11
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 50px 0 140px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid11 > .col-1, #LayoutGrid11 > .col-2, #LayoutGrid11 > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 10px;
   padding-left: 10px;
   position: relative;
}
#LayoutGrid11 > .col-1, #LayoutGrid11 > .col-2, #LayoutGrid11 > .col-3
{
   flex: 0 0 auto;
}
#LayoutGrid11 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis:  calc((100% - 40px) / 2);
   max-width:  calc((100% - 40px) / 2);
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#LayoutGrid11 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 40px;
   max-width: 40px;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid11 > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#LayoutGrid11 > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis:  calc((100% - 40px) / 2);
   max-width:  calc((100% - 40px) / 2);
   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: 768px)
{
#LayoutGrid11 > .col-1, #LayoutGrid11 > .col-2, #LayoutGrid11 > .col-3
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#LayoutGrid11-divider-top
{
   overflow: hidden;
   position: absolute;
   top: 0%;
   width: 100%;
   height: 200px;
   line-height: 0;
   left: 0;
}
#LayoutGrid11-divider-top svg
{
   display: block;
   width: 100%;
   height: 100%;
   position: relative;
   left: 50%;
   top: 0;
   transform: translateX(-50%);
}
#LayoutGrid11-divider-top .divider-fill
{
   fill: rgba(230,248,255,1.00);
   transform-origin: bottom;
   transform: rotateY(0deg);
}
#wb_Card1
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 100px 200px 0 200px;
   background-color: rgba(255,255,255,0.63);
   background-image: none;
   border: 0px solid #000000;
   border-radius: 10px;
   text-align: center;
}
#Card1-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card1-card-item0
{
   box-sizing: border-box;
   margin: 30px 0 20px 0 ;
   padding: 0;
}
#Card1-card-item0 h1
{
   color: #005F6A;
   font-family: "FONTSPRING DEMO - Aventra";
   font-weight: bold;
   font-style: normal;
   font-size: 48px;
   margin: 0;
}
#Card1-card-item1
{
   box-sizing: border-box;
   margin: 10px 5px 10px 5px;
   padding: 0;
   color: #005F6A;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 20px;
   line-height: 40px;
   text-align: center;
}
#wb_Card_mobil
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 200px 0 200px;
   background-color: rgba(255,255,255,0.63);
   background-image: none;
   border: 0px solid #000000;
   border-radius: 10px;
   text-align: center;
}
#Card_mobil-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card_mobil-card-item0
{
   box-sizing: border-box;
   margin: 30px 0 20px 0 ;
   padding: 0;
}
#Card_mobil-card-item0 h1
{
   color: #005F6A;
   font-family: "FONTSPRING DEMO - Aventra";
   font-weight: bold;
   font-style: normal;
   font-size: 48px;
   margin: 0;
}
#Card_mobil-card-item1
{
   box-sizing: border-box;
   margin: 10px 5px 10px 5px;
   padding: 0;
   color: #005F6A;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 20px;
   line-height: 40px;
   text-align: center;
}
#wb_fotter
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #005F6A;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#fotter
{
   box-sizing: border-box;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#fotter > .row
{
   margin-right: 0;
   margin-left: 0;
}
#fotter > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#fotter > .row > .col-1
{
   float: left;
}
#fotter > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#fotter:before,
#fotter:after,
#fotter .row:before,
#fotter .row:after
{
   display: table;
   content: " ";
}
#fotter:after,
#fotter .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#fotter > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid_footer
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid_footer
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid_footer > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid_footer > .row > .col-1, #LayoutGrid_footer > .row > .col-2, #LayoutGrid_footer > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid_footer > .row > .col-1, #LayoutGrid_footer > .row > .col-2, #LayoutGrid_footer > .row > .col-3
{
   float: left;
}
#LayoutGrid_footer > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#LayoutGrid_footer > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 50px 0 50px 0;
}
#LayoutGrid_footer > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#LayoutGrid_footer > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 50px 0 50px 0;
}
#LayoutGrid_footer > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#LayoutGrid_footer > .row > .col-3 > .col-3-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 50px 0 50px 0;
}
#LayoutGrid_footer:before,
#LayoutGrid_footer:after,
#LayoutGrid_footer .row:before,
#LayoutGrid_footer .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid_footer:after,
#LayoutGrid_footer .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#LayoutGrid_footer > .row > .col-1, #LayoutGrid_footer > .row > .col-2, #LayoutGrid_footer > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_footerText1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 6px 0;
   margin: 0;
   text-align: left;
}
#wb_footerText1 div
{
   text-align: left;
}
#wb_footerText1
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_footerMenu1
{
   border: 0px solid #C0C0C0;
   border-radius: 0px;
   background-color: transparent;
   margin: 0;
   text-align: left;
   position: relative;
   z-index: 1111 !important;
}
#wb_footerMenu1 ul
{
   list-style-type: none;
   margin: 0;
   padding: 0;
    font-size: 0;
   width: 100%;
}
#wb_footerMenu1 li
{
   display: inline-block;
   margin: 0;
   padding: 0px 0px 0px 0px;
   width: 100%;
}
#wb_footerMenu1 a
{
   display: block;
   color: #FFFFFF;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 17px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   text-align: left;
   vertical-align: middle;
}
#wb_footerMenu1 > ul > li > a
{
   width: 100%;
   box-sizing: border-box;
   height: 40px;
   padding: 0 0px 0px 0px;
   line-height: 40px;
}
#wb_footerMenu1 li:hover a, #wb_footerMenu1 a:hover
{
   color: #06A9B1;
   border: 0px solid #06A9B1;
   background-color: transparent;
   background-image: none;
}
#wb_footerMenu1 .firstmain a
{
   margin-top: 0px;
}
#wb_footerMenu1 li.lastmain
{
   padding-bottom: 0px;
}
#wb_footerMenu1 br
{
   clear: both;
   font-size: 1px;
   height: 0;
   line-height: 0;
}
#wb_footerText2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 6px 0;
   margin: 0;
   text-align: left;
}
#wb_footerText2 div
{
   text-align: left;
}
#wb_footerText2
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_footerMenu2
{
   border: 0px solid #C0C0C0;
   border-radius: 0px;
   background-color: transparent;
   margin: 0;
   text-align: left;
   position: relative;
   z-index: 1111 !important;
}
#wb_footerMenu2 ul
{
   list-style-type: none;
   margin: 0;
   padding: 0;
    font-size: 0;
   width: 100%;
}
#wb_footerMenu2 li
{
   display: inline-block;
   margin: 0;
   padding: 0px 0px 0px 0px;
   width: 100%;
}
#wb_footerMenu2 a
{
   display: block;
   color: #FFFFFF;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 17px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   text-align: left;
   vertical-align: middle;
}
#wb_footerMenu2 > ul > li > a
{
   width: 100%;
   box-sizing: border-box;
   height: 40px;
   padding: 0 0px 0px 0px;
   line-height: 40px;
}
#wb_footerMenu2 li:hover a, #wb_footerMenu2 a:hover
{
   color: #06A9B1;
   border: 0px solid #06A9B1;
   background-color: transparent;
   background-image: none;
}
#wb_footerMenu2 .firstmain a
{
   margin-top: 0px;
}
#wb_footerMenu2 li.lastmain
{
   padding-bottom: 0px;
}
#wb_footerMenu2 br
{
   clear: both;
   font-size: 1px;
   height: 0;
   line-height: 0;
}
#wb_footerBottom
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #004851;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#footerBottom
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 25px 0 25px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#footerBottom > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#footerBottom > .col-1
{
   flex: 0 0 auto;
}
#footerBottom > .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: flex-start;
   text-align: left;
}
@media (max-width: 480px)
{
#footerBottom > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_footerCopyrights 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_footerCopyrights div
{
   text-align: center;
}
#wb_footerCopyrights
{
   display: inline-block;
   margin: 0;
   width: 181px;
   height: 18px;
}
#wb_headerimagemobil
{
   height: 100%;
   margin: 0;
   vertical-align: top;
}
#headerimagemobil
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 5px 5px 5px 5px;
   display: block;
   width: 100%;
   height: 100%;
   vertical-align: top;
   object-fit: contain;
}
#wb_fotterImage
{
   margin: 0;
   vertical-align: top;
}
#fotterImage
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: inline-block;
   width: 324px;
   height: 122px;
   vertical-align: top;
}
#Label_Nachicht
{
   display: block;
   width: 100%;
   line-height: 19px;
   z-index: 34;
}
#wb_RadioButton2
{
   display: inline-block;
   width: 20px;
   height: 20px;
   z-index: 12;
}
#Input_Name
{
   display: block;
   width: 100%;
   height: 50px;
   z-index: 21;
}
#wb_RadioButton3
{
   display: inline-block;
   width: 20px;
   height: 20px;
   z-index: 14;
}
#Label_Telefon
{
   display: block;
   width: 100%;
   line-height: 19px;
   z-index: 22;
}
#wb_Card1
{
   display: flex;
   width: calc(100% - 400px);
   z-index: 4;
}
#wb_Image1
{
   display: block;
   width: calc(100% - 20px);
   height: auto;
   z-index: 6;
}
#wb_Image2
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 93;
}
#Button1
{
   display: inline-block;
   width: 302px;
   height: 62px;
   z-index: 37;
}
#wb_RadioButton1
{
   display: inline-block;
   width: 20px;
   height: 20px;
   z-index: 10;
}
#Label_Name
{
   display: block;
   width: 100%;
   line-height: 19px;
   z-index: 20;
}
#RadioButton3
{
   display: inline-block;
}
#RadioButton2
{
   display: inline-block;
}
#RadioButton1
{
   display: inline-block;
}
#wb_headerimagemobil
{
   display: none;
   width: 100%;
   height: auto;
   z-index: 2;
}
#Input_Telefon
{
   display: block;
   width: 100%;
   height: 50px;
   z-index: 23;
}
#wb_Card_mobil
{
   display: none;
   width: calc(100% - 400px);
   z-index: 5;
}
#wb_headerImage
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 0;
}
#Checkbox1
{
   display: block;
}
#Auswahl_Frage2
{
   display: block;
   width: 100%;
   height: 52px;
   z-index: 29;
}
#Auswahl_Frage1
{
   display: block;
   width: 100%;
   height: 52px;
   z-index: 27;
}
#Label_Email
{
   display: block;
   width: 100%;
   line-height: 19px;
   z-index: 24;
}
#wb_footerMenu2
{
   display: block;
   width: 100%;
   z-index: 102;
}
#wb_footerMenu1
{
   display: block;
   width: 100%;
   z-index: 100;
}
#Input_Frage4
{
   display: block;
   width: 100%;
   height: 50px;
   z-index: 33;
}
#Input_Email
{
   display: block;
   width: 100%;
   height: 50px;
   z-index: 25;
}
#wb_headerMenu1
{
   display: block;
   width: 100%;
   z-index: 1;
}
#wb_fotterImage
{
   display: inline-block;
   width: 324px;
   height: 122px;
   z-index: 98;
}
#ContentPlaceHolder1
{
   border: 0px solid #DDDDDD;
   border-radius: 0px;
   background-color: #FFFFFF;
   background-image: none;
   z-index: 115;
}
#wb_Heading1
{
   display: block;
   width: 100%;
   z-index: 7;
}
#wb_Checkbox1
{
   display: inline-block;
   width: 23px;
   height: 23px;
   z-index: 18;
}
#Label3
{
   display: block;
   width: 100%;
   line-height: 19px;
   z-index: 13;
}
#Label_Frage4
{
   display: block;
   width: 100%;
   line-height: 19px;
   z-index: 32;
}
#Label2
{
   display: block;
   width: 100%;
   line-height: 19px;
   z-index: 11;
}
#Label_Frage3
{
   display: block;
   width: 100%;
   line-height: 19px;
   z-index: 8;
}
#Label-Frage2
{
   display: block;
   width: 100%;
   line-height: 19px;
   z-index: 28;
}
#Label-Frage1
{
   display: block;
   width: 100%;
   line-height: 19px;
   z-index: 26;
}
#Input_Nachicht
{
   display: block;
   width: 100%;
   height: 242px;
   z-index: 35;
}
#Label1
{
   display: block;
   width: 100%;
   line-height: 19px;
   z-index: 9;
}
#wb_headerMenumobil
{
   display: none;
   position: relative;
   width: 60px;
   height: 60px;
   z-index: 3;
}
@media only screen and (min-width: 800px) and (max-width: 1139px)
{
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#wb_header
{
   visibility: hidden;
   display: none;
}
#wb_header
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#header
{
   height: auto;
   padding: 0;
}
#wb_headerImage
{
   width: 100%;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 5px 5px 5px 5px;
}
#headerImage
{
   margin-left: auto;
   margin-right: auto;
}
#wb_headerMenu1
{
   width: 100%;
   visibility: hidden;
   display: none;
   margin: 0;
   text-align: right;
}
#FilePublisher1
{
   left: 0px;
   top: 903px;
   width: 76px;
   height: 69px;
   visibility: visible;
   display: inline;
}
#wb_headermobil
{
   visibility: visible;
   display: table;
   background-color: #005F6A;
   background-image: none;
}
#wb_headermobil
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#headermobil
{
   height: auto;
   padding: 0;
}
#ContentPlaceHolder1
{
   left: 0px;
   top: 109px;
   width: 1004px;
   height: 413px;
   visibility: visible;
   display: inline;
}
#wb_LayoutGrid1
{
   visibility: visible;
   display: table;
   background-color: transparent;
   background-image: url('../images/Kontakt.jpg');
   background-repeat: no-repeat;
   background-position: left top;
   background-attachment: scroll;
   background-size: 100% 100%;
}
#wb_LayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid1
{
   height: auto;
   padding: 50px 0 50px 0;
}
#LayoutGrid1 > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid1 > .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: center;
   text-align: center;
}
#wb_LayoutGrid_mobil
{
   visibility: hidden;
   display: none;
   background-image: linear-gradient(315deg, #06A9B1 0%, #005F6A 100%);
}
#wb_LayoutGrid_mobil
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid_mobil
{
   height: auto;
   padding: 50px 0 50px 0;
}
#LayoutGrid_mobil > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid_mobil > .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: center;
   text-align: center;
}
#wb_LayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid2
{
   height: auto;
   padding: 10px 15px 40px 15px;
}
#LayoutGrid2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid2 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid2 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid2 > .row > .col-1 > .col-1-padding
{
   width: 100%;
   padding: 10px 0 10px 0;
}
#wb_Heading1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 20px 0 20px 0 ;
   padding: 10px 10px 10px 10px;
   font-size: 43px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid rgba(0,0,0,0.00);
   border-radius: 0px;
   text-align: center;
}
#Heading1
{
   color: #005F6A;
   font-family: "FONTSPRING DEMO - Aventra";
   font-weight: normal;
   font-style: normal;
   font-size: 43px;
   text-align: center;
   text-transform: none;
}
#Heading1 a
{
   color: inherit;
}
#wb_LayoutGrid4
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid4
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid4
{
   height: auto;
   padding: 10px 15px 30px 15px;
}
#LayoutGrid4 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid4 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid4 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid4 > .row > .col-1 > .col-1-padding
{
   width: 100%;
   padding: 50px 0 50px 0;
}
#wb_LayoutGrid_Kontakt
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid_Kontakt
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid_Kontakt
{
   height: auto;
   padding: 20px 50px 20px 50px;
}
#LayoutGrid_Kontakt .row
{
   margin-right: -50px;
   margin-left: -50px;
}
#LayoutGrid_Kontakt > .row > .col-1
{
   padding-right: 50px;
   padding-left: 50px;
}
#LayoutGrid_Kontakt > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid_Kontakt > .row > .col-1 > .col-1-padding
{
   width: 100%;
   padding: 0;
}
#Input_Email
{
   width: 100%;
   height: 50px;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 4px 10px 4px 10px;
   text-align: left;
}
#Input_Email
{
   line-height: 40px;
}
#Label_Email
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 25px 0 5px 0 ;
   padding: 4px 4px 4px 4px;
   text-align: left;
}
#Label_Email
{
   line-height: -11px;
}
#Label_Name
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 25px 0 5px 0 ;
   padding: 4px 4px 4px 4px;
   text-align: left;
}
#Label_Name
{
   line-height: -11px;
}
#Input_Name
{
   width: 100%;
   height: 50px;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 4px 10px 4px 10px;
   text-align: left;
}
#Input_Name
{
   line-height: 40px;
}
#Label_Nachicht
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 25px 0 5px 0 ;
   padding: 4px 4px 4px 4px;
   text-align: left;
}
#Label_Nachicht
{
   line-height: -11px;
}
#Input_Nachicht
{
   width: 100%;
   height: 217px;
   visibility: visible;
   display: block;
   margin: 0 0 25px 0 ;
   padding: 4px 10px 4px 10px;
   text-align: left;
}
#Button1
{
   width: 211px;
   height: 62px;
   visibility: visible;
   display: inline-block;
   margin: 20px 0 15px 0 ;
   padding: 1px 6px 1px 6px;
}
#FlexContainer3
{
   visibility: visible;
   display: flex;
}
#FlexContainer3
{
   min-height: 0;
   margin: 0;
   padding: 2px 10px 2px 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#wb_Checkbox1
{
   width: 23px;
   height: 23px;
   visibility: visible;
   display: inline;
   margin: 15px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_Checkbox1 input[type='checkbox']
{
   width: 23px;
   height: 23px;
}
#wb_Checkbox1 label::before
{
   width: 23px;
   height: 23px;
   border-color: #000000;
}
#wb_Checkbox1 label::after
{
   width: 23px;
   height: 23px;
   line-height: 23px;
}
#wb_Checkbox1 input[type='checkbox']:checked + label::after
{
   color: #FFFFFF;
}
#wb_Checkbox1 input[type='checkbox']:checked + label::before
{
   background-color: #005F6A;
   background-image: none;
   border-color: #005F6A;
}
#wb_Text2
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text2
{
   margin: 15px 0 15px 0 ;
   padding: 5px 5px 5px 5px;
}
#Auswahl_Frage1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 4px 10px 4px 10px;
}
#Label-Frage1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 25px 0 5px 0 ;
   padding: 4px 4px 4px 4px;
   text-align: left;
}
#Label-Frage1
{
   line-height: -11px;
}
#wb_LayoutGrid7
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid7
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid7
{
   height: auto;
   padding: 5px 0 5px 0;
}
#LayoutGrid7 .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#LayoutGrid7 > .row > .col-1, #LayoutGrid7 > .row > .col-2
{
   padding-right: 0px;
   padding-left: 0px;
}
#LayoutGrid7 > .row > .col-1
{
   display: block;
   width: 16.66666667%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid7 > .row > .col-2
{
   display: block;
   width: 83.33333333%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#Label1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 4px 4px 4px 4px;
   text-align: left;
}
#Label1
{
   line-height: 19px;
}
#wb_RadioButton1
{
   width: 20px;
   height: 20px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#wb_RadioButton1 input[type='radio']
{
   width: 20px;
   height: 20px;
}
#wb_RadioButton1 label::before
{
   width: 20px;
   height: 20px;
   border-color: #CCCCCC;
}
#wb_RadioButton1 label::after
{
   width: 20px;
   height: 20px;
   line-height: 20px;
   color: #FFFFFF;
}
#wb_RadioButton1 input[type='radio']:checked + label::after
{
   background-color: #005F6A;
   background-image: none;
   border-color: #005F6A;
}
#wb_LayoutGrid8
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid8
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid8
{
   height: auto;
   padding: 5px 0 5px 0;
}
#LayoutGrid8 .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#LayoutGrid8 > .row > .col-1, #LayoutGrid8 > .row > .col-2
{
   padding-right: 0px;
   padding-left: 0px;
}
#LayoutGrid8 > .row > .col-1
{
   display: block;
   width: 16.66666667%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid8 > .row > .col-2
{
   display: block;
   width: 83.33333333%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#Label2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 4px 4px 4px 4px;
   text-align: left;
}
#Label2
{
   line-height: 19px;
}
#wb_RadioButton2
{
   width: 20px;
   height: 20px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#wb_RadioButton2 input[type='radio']
{
   width: 20px;
   height: 20px;
}
#wb_RadioButton2 label::before
{
   width: 20px;
   height: 20px;
   border-color: #CCCCCC;
}
#wb_RadioButton2 label::after
{
   width: 20px;
   height: 20px;
   line-height: 20px;
   color: #FFFFFF;
}
#wb_RadioButton2 input[type='radio']:checked + label::after
{
   background-color: #005F6A;
   background-image: none;
   border-color: #005F6A;
}
#wb_LayoutGrid9
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid9
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid9
{
   height: auto;
   padding: 5px 0 5px 0;
}
#LayoutGrid9 .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#LayoutGrid9 > .row > .col-1, #LayoutGrid9 > .row > .col-2
{
   padding-right: 0px;
   padding-left: 0px;
}
#LayoutGrid9 > .row > .col-1
{
   display: block;
   width: 16.66666667%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid9 > .row > .col-2
{
   display: block;
   width: 83.33333333%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#Label3
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 4px 4px 4px 4px;
   text-align: left;
}
#Label3
{
   line-height: 19px;
}
#wb_RadioButton3
{
   width: 20px;
   height: 20px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#wb_RadioButton3 input[type='radio']
{
   width: 20px;
   height: 20px;
}
#wb_RadioButton3 label::before
{
   width: 20px;
   height: 20px;
   border-color: #CCCCCC;
}
#wb_RadioButton3 label::after
{
   width: 20px;
   height: 20px;
   line-height: 20px;
   color: #FFFFFF;
}
#wb_RadioButton3 input[type='radio']:checked + label::after
{
   background-color: #005F6A;
   background-image: none;
   border-color: #005F6A;
}
#wb_LayoutGrid5
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid5
{
   height: auto;
   margin-top: 25px;
   margin-bottom: 0px;
}
#LayoutGrid5
{
   height: auto;
   padding: 5px 0 5px 0;
}
#LayoutGrid5 .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#LayoutGrid5 > .row > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#LayoutGrid5 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#Label_Frage3
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
   text-align: left;
}
#Label_Frage3
{
   line-height: 19px;
}
#wb_LayoutGrid6
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid6
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 5px;
}
#LayoutGrid6
{
   height: auto;
   padding: 5px 0 5px 0;
}
#LayoutGrid6 .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#LayoutGrid6 > .row > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#LayoutGrid6 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#Label_Telefon
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 25px 0 5px 0 ;
   padding: 4px 4px 4px 4px;
   text-align: left;
}
#Label_Telefon
{
   line-height: -11px;
}
#Input_Telefon
{
   width: 100%;
   height: 50px;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 4px 10px 4px 10px;
   text-align: left;
}
#Input_Telefon
{
   line-height: 40px;
}
#Label_Frage4
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 25px 0 5px 0 ;
   padding: 4px 4px 4px 4px;
   text-align: left;
}
#Label_Frage4
{
   line-height: -11px;
}
#Input_Frage4
{
   width: 100%;
   height: 50px;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 4px 10px 4px 10px;
   text-align: left;
}
#Input_Frage4
{
   line-height: 40px;
}
#wb_Image1
{
   width: calc(100% - 20px);
   visibility: visible;
   display: block;
   margin: 20px 10px 20px 10px;
   padding: 0;
}
#Image1
{
   width: 97.84%;
   margin-left: auto;
   margin-right: auto;
}
#wb_LayoutGrid13
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid13
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid13
{
   height: auto;
   padding: 50px 50px 50px 50px;
}
#LayoutGrid13 .row
{
   margin-right: -50px;
   margin-left: -50px;
}
#LayoutGrid13 > .row > .col-1
{
   padding-right: 50px;
   padding-left: 50px;
}
#LayoutGrid13 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_Text4
{
   visibility: visible;
   display: block;
}
#wb_Text4
{
   margin: 10px 10px 50px 10px;
   padding: 15px 15px 15px 15px;
}
#wb_LayoutGrid12
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid12
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid12
{
   height: auto;
   padding: 50px 0 50px 0;
}
#LayoutGrid12 > .col-1
{
   padding-right: 50px;
   padding-left: 50px;
}
#LayoutGrid12 > .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;
}
#wb_Image2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 30px 0 30px 0 ;
   padding: 5px 5px 5px 5px;
}
#Image2
{
   margin-left: auto;
   margin-right: auto;
}
#wb_Text3
{
   visibility: visible;
   display: block;
}
#wb_Text3
{
   margin: 10px 10px 50px 10px;
   padding: 15px 15px 15px 15px;
}
#Label-Frage2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 25px 0 5px 0 ;
   padding: 4px 4px 4px 4px;
   text-align: left;
}
#Label-Frage2
{
   line-height: -11px;
}
#Auswahl_Frage2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 4px 10px 4px 10px;
}
#wb_LayoutGrid11
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid11
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid11
{
   height: auto;
   padding: 50px 0 80px 0;
}
#LayoutGrid11-divider-top
{
   height: 200px;
}
#LayoutGrid11-divider-top
{
   top: 0%;
   left: 0;
}
#wb_Card1
{
   width: calc(100% - 240px);
   visibility: visible;
   display: flex;
   margin: 100px 120px 0 120px;
}
#Card1-card-item0
{
   box-sizing: border-box;
   margin: 30px 0 20px 0 ;
   padding: 0;
}
#Card1-card-item0 h1
{
   color: #005F6A;
   font-family: "FONTSPRING DEMO - Aventra";
   font-weight: bold;
   font-style: normal;
   font-size: 48px;
   margin: 0;
}
#Card1-card-item1
{
   box-sizing: border-box;
   margin: 10px 5px 10px 5px;
   padding: 0;
   color: #005F6A;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 20px;
   line-height: 40px;
   text-align: center;
}
#wb_Card1
{
   text-align: center;
}
#wb_Card_mobil
{
   width: calc(100% - 240px);
   visibility: hidden;
   display: none;
   margin: 100px 120px 0 120px;
}
#Card_mobil-card-item0
{
   box-sizing: border-box;
   margin: 30px 0 20px 0 ;
   padding: 0;
}
#Card_mobil-card-item0 h1
{
   color: #005F6A;
   font-family: "FONTSPRING DEMO - Aventra";
   font-weight: bold;
   font-style: normal;
   font-size: 48px;
   margin: 0;
}
#Card_mobil-card-item1
{
   box-sizing: border-box;
   margin: 10px 5px 10px 5px;
   padding: 0;
   color: #005F6A;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 20px;
   line-height: 40px;
   text-align: center;
}
#wb_Card_mobil
{
   text-align: center;
}
#wb_fotter
{
   visibility: visible;
   display: table;
}
#wb_fotter
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#fotter
{
   height: auto;
   padding: 0;
}
#fotter .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#fotter > .row > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#fotter > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_LayoutGrid_footer
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid_footer
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid_footer
{
   height: auto;
   padding: 0 15px 0 15px;
}
#LayoutGrid_footer .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid_footer > .row > .col-1, #LayoutGrid_footer > .row > .col-2, #LayoutGrid_footer > .row > .col-3
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid_footer > .row > .col-1
{
   display: block;
   width: 50%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid_footer > .row > .col-1 > .col-1-padding
{
   width: 100%;
   padding: 50px 0 50px 0;
}
#LayoutGrid_footer > .row > .col-2
{
   display: block;
   width: 25%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid_footer > .row > .col-2 > .col-2-padding
{
   width: 100%;
   padding: 50px 0 50px 0;
}
#LayoutGrid_footer > .row > .col-3
{
   display: block;
   width: 25%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid_footer > .row > .col-3 > .col-3-padding
{
   width: 100%;
   padding: 50px 0 50px 0;
}
#wb_footerText1
{
   visibility: visible;
   display: block;
}
#wb_footerText1
{
   margin: 0;
   padding: 0 0 6px 0;
}
#wb_footerMenu1
{
   width: 100%;
   visibility: visible;
   display: inline-block;
   margin: 0;
   text-align: left;
}
#wb_footerMenu1 li
{
   width: 100%;
}
#wb_footerMenu1 a
{
   color: #FFFFFF;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 17px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   text-align: left;
}
#wb_footerMenu1 > ul > li > a
{
   width: 100%;
   box-sizing: border-box;
   height: 40px;
   padding: 0 0px 0px 0px;
   line-height: 40px;
}
#wb_footerMenu1 li:hover a, #wb_footerMenu1 a:hover
{
   color: #06A9B1;
   border: 0px solid #06A9B1;
   background-color: transparent;
   background-image: none;
}
#wb_footerMenu1 li
{
   padding-bottom: 0px !important;
}
#wb_footerText2
{
   visibility: visible;
   display: block;
}
#wb_footerText2
{
   margin: 0;
   padding: 0 0 6px 0;
}
#wb_footerMenu2
{
   width: 100%;
   visibility: visible;
   display: inline-block;
   margin: 0;
   text-align: left;
}
#wb_footerMenu2 li
{
   width: 100%;
}
#wb_footerMenu2 a
{
   color: #FFFFFF;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 17px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   text-align: left;
}
#wb_footerMenu2 > ul > li > a
{
   width: 100%;
   box-sizing: border-box;
   height: 40px;
   padding: 0 0px 0px 0px;
   line-height: 40px;
}
#wb_footerMenu2 li:hover a, #wb_footerMenu2 a:hover
{
   color: #06A9B1;
   border: 0px solid #06A9B1;
   background-color: transparent;
   background-image: none;
}
#wb_footerMenu2 li
{
   padding-bottom: 0px !important;
}
#wb_footerBottom
{
   visibility: visible;
   display: table;
}
#wb_footerBottom
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#footerBottom
{
   height: auto;
   padding: 25px 0 25px 0;
}
#footerBottom > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#footerBottom > .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_footerCopyrights
{
   width: 974px;
   height: 18px;
   visibility: visible;
   display: inline-block;
}
#wb_footerCopyrights
{
   margin: 0;
   padding: 0;
}
#wb_headerimagemobil
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 5px 5px 5px 5px;
}
#headerimagemobil
{
   margin-left: auto;
   margin-right: auto;
}
#wb_fotterImage
{
   width: 259px;
   height: 98px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#fotterImage
{
   width: 259px;
   height: 98px;
}
#GoUp
{
}
#wb_headerMenumobil
{
   width: 60px;
   height: 60px;
   visibility: visible;
   display: inline-block;
}
}
@media only screen and (max-width: 799px)
{
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#wb_header
{
   visibility: hidden;
   display: none;
}
#wb_header
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#header
{
   height: auto;
   padding: 0;
}
#wb_headerImage
{
   width: 100%;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 5px 5px 5px 5px;
}
#headerImage
{
   margin-left: auto;
   margin-right: auto;
}
#wb_headerMenu1
{
   width: 100%;
   visibility: hidden;
   display: none;
   margin: 0;
   text-align: right;
}
#FilePublisher1
{
   left: 0px;
   top: 1282px;
   width: 76px;
   height: 69px;
   visibility: visible;
   display: inline;
}
#wb_headermobil
{
   visibility: visible;
   display: table;
   background-color: #005F6A;
   background-image: none;
}
#wb_headermobil
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#headermobil
{
   height: auto;
   padding: 0;
}
#ContentPlaceHolder1
{
   left: 0px;
   top: 111px;
   width: 768px;
   height: 413px;
   visibility: visible;
   display: inline;
}
#wb_LayoutGrid1
{
   visibility: hidden;
   display: none;
   background-color: transparent;
   background-image: url('../images/Kontakt.jpg');
   background-repeat: no-repeat;
   background-position: left top;
   background-attachment: scroll;
   background-size: auto;
}
#wb_LayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid1
{
   height: auto;
   padding: 50px 0 50px 0;
}
#LayoutGrid1 > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid1 > .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_LayoutGrid_mobil
{
   visibility: visible;
   display: table;
   background-image: linear-gradient(135deg, #005F6A 0%, #06A9B1 100%);
}
#wb_LayoutGrid_mobil
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid_mobil
{
   height: auto;
   padding: 50px 0 50px 0;
}
#LayoutGrid_mobil > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid_mobil > .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_LayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid2
{
   height: auto;
   padding: 10px 15px 20px 15px;
}
#LayoutGrid2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid2 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid2 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid2 > .row > .col-1 > .col-1-padding
{
   width: 100%;
   padding: 20px 10px 25px 10px;
}
#wb_Heading1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 20px 0 20px 0 ;
   padding: 10px 10px 10px 10px;
   font-size: 32px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid rgba(0,0,0,0.00);
   border-radius: 0px;
   text-align: center;
}
#Heading1
{
   color: #005F6A;
   font-family: "FONTSPRING DEMO - Aventra";
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
   text-align: center;
   text-transform: none;
}
#Heading1 a
{
   color: inherit;
}
#wb_LayoutGrid4
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid4
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid4
{
   height: auto;
   padding: 10px 15px 30px 15px;
}
#LayoutGrid4 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid4 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid4 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid4 > .row > .col-1 > .col-1-padding
{
   width: 100%;
   padding: 10px 0 10px 0;
}
#wb_LayoutGrid_Kontakt
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid_Kontakt
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid_Kontakt
{
   height: auto;
   padding: 20px 50px 20px 50px;
}
#LayoutGrid_Kontakt .row
{
   margin-right: -50px;
   margin-left: -50px;
}
#LayoutGrid_Kontakt > .row > .col-1
{
   padding-right: 50px;
   padding-left: 50px;
}
#LayoutGrid_Kontakt > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid_Kontakt > .row > .col-1 > .col-1-padding
{
   width: 100%;
   padding: 0;
}
#Input_Email
{
   width: 100%;
   height: 50px;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 4px 10px 4px 10px;
   text-align: left;
}
#Input_Email
{
   line-height: 40px;
}
#Label_Email
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 25px 0 5px 0 ;
   padding: 4px 4px 4px 4px;
   text-align: left;
}
#Label_Email
{
   line-height: -11px;
}
#Label_Name
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 25px 0 5px 0 ;
   padding: 4px 4px 4px 4px;
   text-align: left;
}
#Label_Name
{
   line-height: -11px;
}
#Input_Name
{
   width: 100%;
   height: 50px;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 4px 10px 4px 10px;
   text-align: left;
}
#Input_Name
{
   line-height: 40px;
}
#Label_Nachicht
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 25px 0 5px 0 ;
   padding: 4px 4px 4px 4px;
   text-align: left;
}
#Label_Nachicht
{
   line-height: -11px;
}
#Input_Nachicht
{
   width: 100%;
   height: 217px;
   visibility: visible;
   display: block;
   margin: 0 0 25px 0 ;
   padding: 4px 10px 4px 10px;
   text-align: left;
}
#Button1
{
   width: 211px;
   height: 62px;
   visibility: visible;
   display: inline-block;
   margin: 20px 0 15px 0 ;
   padding: 1px 6px 1px 6px;
}
#FlexContainer3
{
   visibility: visible;
   display: flex;
}
#FlexContainer3
{
   min-height: 0;
   margin: 0;
   padding: 2px 10px 2px 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#wb_Checkbox1
{
   width: 23px;
   height: 23px;
   visibility: visible;
   display: inline;
   margin: 15px 0 10px 0 ;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_Checkbox1 input[type='checkbox']
{
   width: 23px;
   height: 23px;
}
#wb_Checkbox1 label::before
{
   width: 23px;
   height: 23px;
   border-color: #000000;
}
#wb_Checkbox1 label::after
{
   width: 23px;
   height: 23px;
   line-height: 23px;
}
#wb_Checkbox1 input[type='checkbox']:checked + label::after
{
   color: #FFFFFF;
}
#wb_Checkbox1 input[type='checkbox']:checked + label::before
{
   background-color: #005F6A;
   background-image: none;
   border-color: #005F6A;
}
#wb_Text2
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text2
{
   margin: 15px 0 15px 0 ;
   padding: 5px 5px 5px 5px;
}
#Auswahl_Frage1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 4px 10px 4px 10px;
}
#Label-Frage1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 25px 0 5px 0 ;
   padding: 4px 4px 4px 4px;
   text-align: left;
}
#Label-Frage1
{
   line-height: -11px;
}
#wb_LayoutGrid7
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid7
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid7
{
   height: auto;
   padding: 5px 0 5px 0;
}
#LayoutGrid7 .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#LayoutGrid7 > .row > .col-1, #LayoutGrid7 > .row > .col-2
{
   padding-right: 0px;
   padding-left: 0px;
}
#LayoutGrid7 > .row > .col-1
{
   display: block;
   width: 16.66666667%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid7 > .row > .col-2
{
   display: block;
   width: 83.33333333%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#Label1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 4px 4px 4px 4px;
   text-align: left;
}
#Label1
{
   line-height: 19px;
}
#wb_RadioButton1
{
   width: 20px;
   height: 20px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#wb_RadioButton1 input[type='radio']
{
   width: 20px;
   height: 20px;
}
#wb_RadioButton1 label::before
{
   width: 20px;
   height: 20px;
   border-color: #CCCCCC;
}
#wb_RadioButton1 label::after
{
   width: 20px;
   height: 20px;
   line-height: 20px;
   color: #FFFFFF;
}
#wb_RadioButton1 input[type='radio']:checked + label::after
{
   background-color: #005F6A;
   background-image: none;
   border-color: #005F6A;
}
#wb_LayoutGrid8
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid8
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid8
{
   height: auto;
   padding: 5px 0 5px 0;
}
#LayoutGrid8 .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#LayoutGrid8 > .row > .col-1, #LayoutGrid8 > .row > .col-2
{
   padding-right: 0px;
   padding-left: 0px;
}
#LayoutGrid8 > .row > .col-1
{
   display: block;
   width: 16.66666667%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid8 > .row > .col-2
{
   display: block;
   width: 83.33333333%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#Label2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 4px 4px 4px 4px;
   text-align: left;
}
#Label2
{
   line-height: 19px;
}
#wb_RadioButton2
{
   width: 20px;
   height: 20px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#wb_RadioButton2 input[type='radio']
{
   width: 20px;
   height: 20px;
}
#wb_RadioButton2 label::before
{
   width: 20px;
   height: 20px;
   border-color: #CCCCCC;
}
#wb_RadioButton2 label::after
{
   width: 20px;
   height: 20px;
   line-height: 20px;
   color: #FFFFFF;
}
#wb_RadioButton2 input[type='radio']:checked + label::after
{
   background-color: #005F6A;
   background-image: none;
   border-color: #005F6A;
}
#wb_LayoutGrid9
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid9
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid9
{
   height: auto;
   padding: 5px 0 5px 0;
}
#LayoutGrid9 .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#LayoutGrid9 > .row > .col-1, #LayoutGrid9 > .row > .col-2
{
   padding-right: 0px;
   padding-left: 0px;
}
#LayoutGrid9 > .row > .col-1
{
   display: block;
   width: 16.66666667%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid9 > .row > .col-2
{
   display: block;
   width: 83.33333333%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#Label3
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 4px 4px 4px 4px;
   text-align: left;
}
#Label3
{
   line-height: 19px;
}
#wb_RadioButton3
{
   width: 20px;
   height: 20px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#wb_RadioButton3 input[type='radio']
{
   width: 20px;
   height: 20px;
}
#wb_RadioButton3 label::before
{
   width: 20px;
   height: 20px;
   border-color: #CCCCCC;
}
#wb_RadioButton3 label::after
{
   width: 20px;
   height: 20px;
   line-height: 20px;
   color: #FFFFFF;
}
#wb_RadioButton3 input[type='radio']:checked + label::after
{
   background-color: #005F6A;
   background-image: none;
   border-color: #005F6A;
}
#wb_LayoutGrid5
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid5
{
   height: auto;
   margin-top: 25px;
   margin-bottom: 0px;
}
#LayoutGrid5
{
   height: auto;
   padding: 5px 0 5px 0;
}
#LayoutGrid5 .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#LayoutGrid5 > .row > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#LayoutGrid5 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#Label_Frage3
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
   text-align: left;
}
#Label_Frage3
{
   line-height: 19px;
}
#wb_LayoutGrid6
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid6
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 5px;
}
#LayoutGrid6
{
   height: auto;
   padding: 5px 0 5px 0;
}
#LayoutGrid6 .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#LayoutGrid6 > .row > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#LayoutGrid6 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#Label_Telefon
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 25px 0 5px 0 ;
   padding: 4px 4px 4px 4px;
   text-align: left;
}
#Label_Telefon
{
   line-height: -11px;
}
#Input_Telefon
{
   width: 100%;
   height: 50px;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 4px 10px 4px 10px;
   text-align: left;
}
#Input_Telefon
{
   line-height: 40px;
}
#Label_Frage4
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 25px 0 5px 0 ;
   padding: 4px 4px 4px 4px;
   text-align: left;
}
#Label_Frage4
{
   line-height: -11px;
}
#Input_Frage4
{
   width: 100%;
   height: 50px;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 4px 10px 4px 10px;
   text-align: left;
}
#Input_Frage4
{
   line-height: 40px;
}
#wb_Image1
{
   width: calc(100% - 20px);
   visibility: visible;
   display: block;
   margin: 0 10px 0 10px;
   padding: 0;
}
#Image1
{
   width: 97.01%;
   margin-left: auto;
   margin-right: auto;
}
#wb_LayoutGrid13
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid13
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid13
{
   height: auto;
   padding: 50px 50px 50px 50px;
}
#LayoutGrid13 .row
{
   margin-right: -50px;
   margin-left: -50px;
}
#LayoutGrid13 > .row > .col-1
{
   padding-right: 50px;
   padding-left: 50px;
}
#LayoutGrid13 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_Text4
{
   visibility: visible;
   display: block;
}
#wb_Text4
{
   margin: 10px 10px 50px 10px;
   padding: 15px 15px 15px 15px;
}
#wb_LayoutGrid12
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid12
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid12
{
   height: auto;
   padding: 50px 0 50px 0;
}
#LayoutGrid12 > .col-1
{
   padding-right: 50px;
   padding-left: 50px;
}
#LayoutGrid12 > .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;
}
#wb_Image2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 30px 0 30px 0 ;
   padding: 5px 5px 5px 5px;
}
#Image2
{
   margin-left: auto;
   margin-right: auto;
}
#wb_Text3
{
   visibility: visible;
   display: block;
}
#wb_Text3
{
   margin: 10px 10px 50px 10px;
   padding: 15px 15px 15px 15px;
}
#Label-Frage2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 25px 0 5px 0 ;
   padding: 4px 4px 4px 4px;
   text-align: left;
}
#Label-Frage2
{
   line-height: -11px;
}
#Auswahl_Frage2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 4px 10px 4px 10px;
}
#wb_LayoutGrid11
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid11
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid11
{
   height: auto;
   padding: 50px 0 80px 0;
}
#LayoutGrid11-divider-top
{
   height: 200px;
}
#LayoutGrid11-divider-top
{
   top: 0%;
   left: 0;
}
#wb_Card1
{
   width: calc(100% - 20px);
   visibility: hidden;
   display: none;
   margin: 100px 10px 0 10px;
}
#Card1-card-item0
{
   box-sizing: border-box;
   margin: 30px 10px 20px 10px;
   padding: 0;
}
#Card1-card-item0 h1
{
   color: #005F6A;
   font-family: "FONTSPRING DEMO - Aventra";
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   margin: 0;
}
#Card1-card-item1
{
   box-sizing: border-box;
   margin: 10px 10px 10px 10px;
   padding: 0;
   color: #005F6A;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
   line-height: 25.5px;
   text-align: center;
}
#wb_Card1
{
   text-align: center;
}
#wb_Card_mobil
{
   width: calc(100% - 20px);
   visibility: visible;
   display: flex;
   margin: 105px 10px 0 10px;
}
#Card_mobil-card-item0
{
   box-sizing: border-box;
   margin: 30px 10px 20px 10px;
   padding: 0;
}
#Card_mobil-card-item0 h1
{
   color: #005F6A;
   font-family: "FONTSPRING DEMO - Aventra";
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   margin: 0;
}
#Card_mobil-card-item1
{
   box-sizing: border-box;
   margin: 10px 10px 10px 10px;
   padding: 0;
   color: #005F6A;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
   line-height: 25.5px;
   text-align: center;
}
#wb_Card_mobil
{
   text-align: center;
}
#wb_fotter
{
   visibility: visible;
   display: table;
}
#wb_fotter
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#fotter
{
   height: auto;
   padding: 0;
}
#fotter .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#fotter > .row > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#fotter > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_LayoutGrid_footer
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid_footer
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid_footer
{
   height: auto;
   padding: 0 15px 0 15px;
}
#LayoutGrid_footer .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid_footer > .row > .col-1, #LayoutGrid_footer > .row > .col-2, #LayoutGrid_footer > .row > .col-3
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid_footer > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid_footer > .row > .col-1 > .col-1-padding
{
   width: 100%;
   padding: 50px 0 20px 0;
}
#LayoutGrid_footer > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid_footer > .row > .col-2 > .col-2-padding
{
   width: 100%;
   padding: 20px 0 20px 0;
}
#LayoutGrid_footer > .row > .col-3
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid_footer > .row > .col-3 > .col-3-padding
{
   width: 100%;
   padding: 20px 0 50px 0;
}
#wb_footerText1
{
   visibility: visible;
   display: block;
}
#wb_footerText1
{
   margin: 0 0 0 15px;
   padding: 0 0 6px 0;
}
#wb_footerMenu1
{
   width: calc(100% - 15px);
   visibility: visible;
   display: inline-block;
   margin: 0 0 5px 15px;
   text-align: left;
}
#wb_footerMenu1 li
{
   width: 100%;
}
#wb_footerMenu1 a
{
   color: #FFFFFF;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 17px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   text-align: left;
}
#wb_footerMenu1 > ul > li > a
{
   width: 100%;
   box-sizing: border-box;
   height: 40px;
   padding: 0 0px 0px 0px;
   line-height: 40px;
}
#wb_footerMenu1 li:hover a, #wb_footerMenu1 a:hover
{
   color: #06A9B1;
   border: 0px solid #06A9B1;
   background-color: transparent;
   background-image: none;
}
#wb_footerMenu1 li
{
   padding-bottom: 0px !important;
}
#wb_footerText2
{
   visibility: visible;
   display: block;
}
#wb_footerText2
{
   margin: 0 0 0 15px;
   padding: 0 0 6px 0;
}
#wb_footerMenu2
{
   width: calc(100% - 15px);
   visibility: visible;
   display: inline-block;
   margin: 0 0 5px 15px;
   text-align: left;
}
#wb_footerMenu2 li
{
   width: 100%;
}
#wb_footerMenu2 a
{
   color: #FFFFFF;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 17px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   text-align: left;
}
#wb_footerMenu2 > ul > li > a
{
   width: 100%;
   box-sizing: border-box;
   height: 40px;
   padding: 0 0px 0px 0px;
   line-height: 40px;
}
#wb_footerMenu2 li:hover a, #wb_footerMenu2 a:hover
{
   color: #06A9B1;
   border: 0px solid #06A9B1;
   background-color: transparent;
   background-image: none;
}
#wb_footerMenu2 li
{
   padding-bottom: 0px !important;
}
#wb_footerBottom
{
   visibility: visible;
   display: table;
}
#wb_footerBottom
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#footerBottom
{
   height: auto;
   padding: 25px 0 25px 0;
}
#footerBottom > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#footerBottom > .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_footerCopyrights
{
   width: 738px;
   height: 18px;
   visibility: visible;
   display: inline-block;
}
#wb_footerCopyrights
{
   margin: 0;
   padding: 0;
}
#wb_headerimagemobil
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 5px 5px 5px 5px;
}
#headerimagemobil
{
   margin-left: auto;
   margin-right: auto;
}
#wb_fotterImage
{
   width: 226px;
   height: 85px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#fotterImage
{
   width: 226px;
   height: 85px;
}
#GoUp
{
}
#wb_headerMenumobil
{
   width: 49px;
   height: 50px;
   visibility: visible;
   display: inline-block;
}
}
.bubbleMenu li a{font-family:Open Sans;}
.theme_pflegeberatung {
    --cc-bg: #d7fbff;
    --cc-text: #2d2926;
    --cc-btn-primary-bg: #005F6A;
    --cc-btn-primary-text: #ffffff;
    --cc-btn-primary-hover-bg: #008d9e;
    --cc-btn-secondary-bg: #04878D;
    --cc-btn-secondary-text: #ffffff;
    --cc-btn-secondary-hover-bg: #007684;
    --cc-toggle-bg-off: #005F6A;
    --cc-toggle-bg-on: #007684;
    --cc-toggle-bg-readonly: #007684;
    --cc-toggle-knob-bg: #F0F0F0;
    --cc-toggle-knob-icon-color: #2d2a27;
    --cc-block-text: #2D2D2D;
    --cc-cookie-category-block-bg: #008d9e;
    --cc-cookie-category-block-bg-hover: #00a4b8;
    --cc-section-border: #005F6A;
    --cc-cookie-table-border: #e1e7f3;
    --cc-overlay-bg: rgba(52, 107, 174, .45);
    --cc-webkit-scrollbar-bg: #007684;
    --cc-webkit-scrollbar-bg-hover: #005F6A;
}
.theme_pflegeberatung #c-ttl{
    color: var(--cc-btn-primary-bg);
}
/* Custom border radius */
.theme_pflegeberatung #cm,
.theme_pflegeberatung #s-bl .act .b-acc,
.theme_pflegeberatung #s-inr,
.theme_pflegeberatung .cc_div .b-tl,
.theme_pflegeberatung .cc_div .c-bl{
    border-radius: 0.5em;
}
.theme_pflegeberatung .cc_div .c-bn{
    border-radius: .7em;
}
