body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: "Roboto Condensed Light";
   font-weight: normal;
   font-size: 19px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
a
{
   color: #000000;
   text-decoration: none;
}
a:hover
{
   color: #AF0104;
   text-decoration: none;
}
@font-face
{
   font-family: "Roboto Condensed";
   font-display: swap;
   src: url('../roboto-condensed-v25-latin-300.woff2') format('woff2'),
        url('../roboto-condensed-v25-latin-300.woff') format('woff'),
        url('../roboto-condensed-v25-latin-300.ttf') format('truetype'),
        url('../roboto-condensed-v25-latin-300.svg#RobotoCondensed') format('svg'),
        url('../roboto-condensed-v25-latin-300.eot') format('embedded-opentype');
}
@font-face
{
   font-family: "Roboto Condensed";
   font-display: swap;
   src: url('../roboto-condensed-v25-latin-300.woff2') format('woff2'),
        url('../roboto-condensed-v25-latin-300.woff') format('woff'),
        url('../roboto-condensed-v25-latin-300.ttf') format('truetype'),
        url('../roboto-condensed-v25-latin-300.svg#RobotoCondensed') format('svg'),
        url('../roboto-condensed-v25-latin-300.eot') format('embedded-opentype');
}
a.style2
{
   color: #000000;
   text-decoration: none;
   transition: all 300ms linear;
   position: relative;
   display: inline-block;
}
a.style2::after
{
   background: transparent;
   content: "";
   display: block;
   position: absolute;
   top: 100%;
   width: 100%;
   left: 0;
   height: 1px;
   background: #800000;
   opacity: 0;
   transform: translateY(10px);
   margin-top: 1px;
   transition: all 300ms linear;
}
a.style2:hover::after
{
   background: #800000;
   opacity: 1;
   transform: translateY(0px);
}
a.style2:visited
{
   color: #4F4F4F;
   text-decoration: none;
}
a.style2:active
{
   color: #4F4F4F;
   text-decoration: none;
}
a.style2:hover
{
   color: #800000;
   text-decoration: none;
}
#wb_Mastergrid
{
   clear: both;
   position: -webkit-sticky;
   position: sticky;
   top: 0;
   z-index: 7776;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #DCDCDC;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 3px;
   border-left-width: 0px;
   border-top-style: none;
   border-right-style: none;
   border-bottom-style: solid;
   border-left-style: none;
   border-top-color: #AF0104;
   border-right-color: #AF0104;
   border-bottom-color: #FFFFFF;
   border-left-color: #AF0104;
   box-sizing: border-box;
   margin: 0;
}
#Mastergrid
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1250px;
}
#Mastergrid > .col-1, #Mastergrid > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 10px;
   padding-left: 10px;
   position: relative;
}
#Mastergrid > .col-1, #Mastergrid > .col-2
{
   flex: 0 0 auto;
}
#Mastergrid > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 16.66666667%;
   max-width: 16.66666667%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#Mastergrid > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 83.33333333%;
   max-width: 83.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 1038px)
{
#Mastergrid > .col-1, #Mastergrid > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_main_menu
{
   display: block;
   background-color: rgba(220,220,220,0.00);
   font-family: Arial;
   font-weight: normal;
   text-align: center;
   width: 100%;
   margin: 0;
   z-index: 1111 !important;
}
#main_menu
{
   display: inline-block;
   background-color: rgba(220,220,220,0.00);
   height: 44px;
}
#wb_main_menu ul
{
   list-style: none;
   margin: 0;
   padding: 0;
   position: relative;
}
#wb_main_menu ul:after
{
   clear: both;
   content: "";
   display: block;
}
#wb_main_menu ul li
{
   border-radius: 0;
   display: list-item;
   float: left;
   list-style: none;
   z-index: 9999;
}
#wb_main_menu ul li i
{
   font-size: 13px;
   width: 13px;
   margin-bottom: 0px;
}
#wb_main_menu ul li a
{
   background-color: rgba(220,220,220,0.00);
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 17px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   padding: 13px 10px 0 10px;
   text-align: center;
}
#wb_main_menu > ul > li > a 
{
   height: 31px;
}
.main_menu a 
{
   display: block;
}
#wb_main_menu li:hover > a, #wb_main_menu li .active
{
   background-color: #DCDCDC;
   color: #AF0104;
}
#wb_main_menu ul ul
{
   display: none;
   position: absolute;
   top: 44px;
}
#wb_main_menu ul li:hover > ul
{
   display: list-item;
}
#wb_main_menu ul ul li 
{
   float: none;
   position: relative;
   width: 206px;
}
#wb_main_menu ul ul li a
{
   background-color: #696969;
   border: 0px solid #696969;
   color: #FFFFFF;
}
#wb_main_menu ul ul li:hover > a, #wb_main_menu ul ul li .active
{
   background-color: #A9A9A9;
   color: #FFFFFF;
}
#wb_main_menu ul ul li i 
{
   margin-right: 4px;
   vertical-align: middle;
}
#wb_main_menu ul ul li a 
{
   padding-top: 10px;
   padding-right: 2px;
   padding-bottom: 10px;
   text-align: left;
   vertical-align: middle;
}
#wb_main_menu ul ul ul li 
{
   left: 206px;
   position: relative;
   top: -44px;
}
#wb_main_menu .arrow-down 
{
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 5px;
   vertical-align: middle;
   border-top: 4px solid #000000;
   border-right: 4px solid transparent;
   border-left: 4px solid transparent;
   border-bottom: 0 dotted;
}
#wb_main_menu .arrow-left 
{
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 5px;
   vertical-align: middle;
   border-left: 4px solid #FFFFFF;
   border-top: 4px solid transparent;
   border-bottom: 4px solid transparent;
   border-right: 0 dotted;
}
#wb_main_menu li:hover > a .arrow-down, #wb_main_menu li .active .arrow-down
{ 
   border-top-color: #AF0104;
}
#wb_main_menu ul ul li:hover > a .arrow-left, #wb_main_menu ul ul li .active .arrow-left
{ 
   border-left-color: #FFFFFF;
}
#wb_main_menu .toggle,[id^=main_menu-submenu]
{
   display: none;
}
@media all and (max-width:1160px) 
{
#wb_main_menu
{
   margin: 0;
   text-align: left;
}
#wb_main_menu ul li a, #wb_main_menu .toggle
{
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   padding: 10px 2px 10px 2px;
}
#wb_main_menu .toggle + a
{
   display: none !important;
}
.main_menu 
{
   display: none;
   z-index: 9999;
}
#main_menu 
{
   background-color: transparent;
   display: none;
}
#wb_main_menu > ul > li > a 
{
   height: auto !important;
   margin: 0;
}
#wb_main_menu .toggle 
{
   display: block;
   background-color: rgba(220,220,220,0.00);
   color: #000000;
   padding: 0 2px 0 2px;
   line-height: 39px;
   text-decoration: none;
   border: none;
   position: relative;
}
#wb_main_menu .toggle:hover
{
   background-color: #DCDCDC;
   color: #AF0104;
}
[id^=main_menu-submenu]:checked + ul 
{
   display: block !important;
}
#main_menu-title
{
   height: 44px !important;
   line-height: 44px !important;
   text-align: center;
}
#wb_main_menu ul li 
{
   display: block;
   width: 100% !important;
   text-align: center;
}
#wb_main_menu ul ul .toggle,
#wb_main_menu ul ul a 
{
   padding: 0 4px;
}
#wb_main_menu a:hover,
#wb_main_menu ul ul ul a 
{
   background-color: #696969;
   color: #FFFFFF;
}
#wb_main_menu ul li ul li .toggle,
#wb_main_menu ul ul a 
{
   background-color: #696969;
   color: #FFFFFF;
}
#wb_main_menu ul ul ul a 
{
   padding: 10px 2px 10px 6px;
}
#wb_main_menu ul li a 
{
   text-align: center;
}
#wb_main_menu ul li a br 
{
   display: none;
}
#wb_main_menu ul li i 
{
   margin-right: 4px;
}
#wb_main_menu ul ul 
{
   float: none;
   position: static;
}
#wb_main_menu ul ul li:hover > ul,
#wb_main_menu ul li:hover > ul 
{
   display: none;
}
#wb_main_menu ul ul li 
{
   display: block;
   width: 100%;
}
#wb_main_menu ul ul ul li 
{
   position: static;
}
#main_menu-icon 
{
   display: block;
   position: absolute;
   right: 10px;
   top: 10px;
   user-select: none;
}
#main_menu-icon span 
{
   display: block;
   margin-top: 4px;
   height: 2px;
   background-color: #000000;
   color: #000000;
   width: 24px;
}
#wb_main_menu ul li ul li .toggle:hover
{
   background-color: #A9A9A9;
   color: #FFFFFF;
}
#wb_main_menu .toggle .arrow-down 
{
   border-top-color: #000000;
}
#wb_main_menu .toggle:hover .arrow-down, #wb_main_menu li .active .arrow-down
{
   border-top-color: #AF0104;
}
#wb_main_menu ul li ul li .toggle .arrow-down 
{
   border-top-color: #FFFFFF;
}
#wb_main_menu ul li ul li .toggle:hover .arrow-down, #wb_main_menu ul li ul li .active .arrow-down
{
   border-top-color: #FFFFFF;
}
}
#wb_impressumLayoutGrid5
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: none;
   border-right-style: none;
   border-bottom-style: none;
   border-left-style: none;
   border-top-color: #D7BB95;
   border-right-color: #A9A9A9;
   border-bottom-color: #A9A9A9;
   border-left-color: #000000;
   box-sizing: border-box;
   margin: 0;
}
#impressumLayoutGrid5
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 20px 0 20px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1250px;
}
#impressumLayoutGrid5 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#impressumLayoutGrid5 > .col-1
{
   flex: 0 0 auto;
}
#impressumLayoutGrid5 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#impressumLayoutGrid5 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_kombi_behandlungenHeading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0;
   animation: ;
   text-align: center;
}
#kombi_behandlungenHeading1
{
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 37px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_wirLayoutGrid1
{
   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;
}
#wirLayoutGrid1
{
   box-sizing: border-box;
   padding: 0 15px 100px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1250px;
}
#wirLayoutGrid1 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wirLayoutGrid1 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#wirLayoutGrid1 > .row > .col-1
{
   float: left;
}
#wirLayoutGrid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#wirLayoutGrid1:before,
#wirLayoutGrid1:after,
#wirLayoutGrid1 .row:before,
#wirLayoutGrid1 .row:after
{
   display: table;
   content: " ";
}
#wirLayoutGrid1:after,
#wirLayoutGrid1 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#wirLayoutGrid1 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_wirLayoutGrid5
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border-top-width: 1px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: none;
   border-right-style: none;
   border-bottom-style: none;
   border-left-style: none;
   border-top-color: #D7BB95;
   border-right-color: #000000;
   border-bottom-color: #000000;
   border-left-color: #000000;
   box-sizing: border-box;
   margin: 0;
}
#wirLayoutGrid5
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0 0 20px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1250px;
}
#wirLayoutGrid5 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#wirLayoutGrid5 > .col-1
{
   flex: 0 0 auto;
}
#wirLayoutGrid5 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#wirLayoutGrid5 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_wirImage7
{
   margin: 0;
   vertical-align: top;
}
#wirImage7
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 2000px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_acrylmoebelLayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #F5F5F5;
   background-image: none;
   border: 1px solid #A9A9A9;
   border-radius: 5px;
   box-sizing: border-box;
   margin: 0;
}
#acrylmoebelLayoutGrid1
{
   box-sizing: border-box;
   padding: 10px 15px 10px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1250px;
}
#acrylmoebelLayoutGrid1 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#acrylmoebelLayoutGrid1 > .row > .col-1, #acrylmoebelLayoutGrid1 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#acrylmoebelLayoutGrid1 > .row > .col-1, #acrylmoebelLayoutGrid1 > .row > .col-2
{
   float: left;
}
#acrylmoebelLayoutGrid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#acrylmoebelLayoutGrid1 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#acrylmoebelLayoutGrid1:before,
#acrylmoebelLayoutGrid1:after,
#acrylmoebelLayoutGrid1 .row:before,
#acrylmoebelLayoutGrid1 .row:after
{
   display: table;
   content: " ";
}
#acrylmoebelLayoutGrid1:after,
#acrylmoebelLayoutGrid1 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#acrylmoebelLayoutGrid1 > .row > .col-1, #acrylmoebelLayoutGrid1 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#acrylmoebelSlideShow1 .image
{
   border-width: 0;
   border-radius: inherit;
   display: block;
   float: left;
   height: auto;
   width: 100%;
}
#acrylmoebelSlideShow1 li
{
   border-radius: inherit;
   position: absolute;
   width: 100%;
   left: 0;
   top: 0;
}
#acrylmoebelSlideShow1
{
   display: inline-block;
   position: relative;
   list-style: none;
   width: 100%;
   padding: 0;
   margin: 0;
}
#acrylmoebelSlideShow1 .carousel-control-next, #acrylmoebelSlideShow1 .carousel-control-prev
{
   cursor: pointer;
   position: absolute;
   text-align: center;
   top: 0;
   left: 0;
   opacity: 0.5;
   transition: opacity 0.3s ease;
}
#acrylmoebelSlideShow1 .carousel-control-next-icon, #acrylmoebelSlideShow1 .carousel-control-prev-icon
{
   display: inline-block;
   width: 32px;
   height: 32px;
   background: transparent no-repeat center center;
   background-size: 100% 100%;
}
#acrylmoebelSlideShow1 .carousel-control-next:hover, #acrylmoebelSlideShow1 .carousel-control-prev:hover
{
   text-decoration: none;
   outline: 0;
   opacity: 1;
}
#acrylmoebelSlideShow1 .carousel-control-prev-icon
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23DCDCDC%22%20viewBox%3d%220%200%20128%20128%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M101%2027%20L64%2064%20L101%20101%20C102%20102%2c%20103%20104%2c%20103%20105%20C103%20107%2c%20102%20108%2c%20101%20109%20L89%20121%20C88%20122%2c%2087%20123%2c%2085%20123%20C84%20123%2c%2082%20122%2c%2081%20121%20L28%2068%20C27%2067%2c%2026%2066%2c%2026%2064%20C26%2063%2c%2027%2061%2c%2028%2060%20L81%207%20C82%206%2c%2084%205%2c%2085%205%20C87%205%2c%2088%206%2c%2089%207%20L101%2019%20C102%2020%2c%20103%2021%2c%20103%2023%20C103%2025%2c%20102%2026%2c%20101%2027%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#acrylmoebelSlideShow1 .carousel-control-next-icon
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23DCDCDC%22%20viewBox%3d%220%200%20128%20128%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M101%2068%20L48%20121%20C46%20122%2c%2045%20123%2c%2043%20123%20C42%20123%2c%2040%20122%2c%2039%20121%20L27%20109%20C26%20108%2c%2026%20107%2c%2026%20105%20C26%20104%2c%2026%20102%2c%2027%20101%20L65%2064%20L27%2027%20C26%2026%2c%2026%2025%2c%2026%2023%20C26%2021%2c%2026%2020%2c%2027%2019%20L39%207%20C40%206%2c%2042%205%2c%2043%205%20C45%205%2c%2046%206%2c%2048%207%20L101%2060%20C102%2061%2c%20102%2063%2c%20102%2064%20C102%2066%2c%20102%2067%2c%20101%2068%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#acrylmoebelSlideShow1
{
   border: 0px solid #DEE2E6;
   border-radius: 0px;
   box-sizing: border-box;
}
#wb_acrylmoebelText1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_acrylmoebelText1
{
   color: #000000;
   font-family: Arial;
   font-weight: 400;
   font-size: 19px;
   line-height: 21px;
}
#wb_acrylmoebelText1 p, #wb_acrylmoebelText1 ul
{
   margin: 0;
   padding: 0;
}
#wb_acrylmoebelText1
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#Button1
{
   box-sizing: border-box;
   line-height: 36px;
   text-decoration: none;
   vertical-align: top;
   border: 0px solid #000000;
   border-radius: 6px;
   background-color: #AF0104;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
   padding: 0;
   text-align: center;
   -webkit-appearance: none;
   margin: 15px 0 0 0 ;
}
#Button1:focus
{
   outline: 0;
}
#Button1:hover
{
   background-color: #2E8B57;
   transition: background-color 0ms linear 0ms;
}
#wb_ladenbauLayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #F5F5F5;
   background-image: none;
   border: 1px solid #A9A9A9;
   border-radius: 5px;
   box-sizing: border-box;
   margin: 0;
}
#ladenbauLayoutGrid1
{
   box-sizing: border-box;
   padding: 10px 15px 10px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1250px;
}
#ladenbauLayoutGrid1 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#ladenbauLayoutGrid1 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#ladenbauLayoutGrid1 > .row > .col-1
{
   float: left;
}
#ladenbauLayoutGrid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#ladenbauLayoutGrid1:before,
#ladenbauLayoutGrid1:after,
#ladenbauLayoutGrid1 .row:before,
#ladenbauLayoutGrid1 .row:after
{
   display: table;
   content: " ";
}
#ladenbauLayoutGrid1:after,
#ladenbauLayoutGrid1 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#ladenbauLayoutGrid1 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_ladenbauImage1
{
   margin: 0;
   vertical-align: top;
}
#ladenbauImage1
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 2000px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_MF_footer_grid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 3px;
   border-right-width: 3px;
   border-bottom-width: 3px;
   border-left-width: 3px;
   border-top-style: solid;
   border-right-style: none;
   border-bottom-style: none;
   border-left-style: none;
   border-top-color: #AF0104;
   border-right-color: #765507;
   border-bottom-color: #A97C41;
   border-left-color: #765507;
   box-sizing: border-box;
   margin: 0;
}
#MF_footer_grid1
{
   box-sizing: border-box;
   padding: 5px 15px 10px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1250px;
}
#MF_footer_grid1 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#MF_footer_grid1 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#MF_footer_grid1 > .row > .col-1
{
   float: left;
}
#MF_footer_grid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#MF_footer_grid1:before,
#MF_footer_grid1:after,
#MF_footer_grid1 .row:before,
#MF_footer_grid1 .row:after
{
   display: table;
   content: " ";
}
#MF_footer_grid1:after,
#MF_footer_grid1 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#MF_footer_grid1 > .row > .col-1
{
   float: none;
   width: 100%;
}
}
#wb_LayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #2C3E50;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid1
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0 0 10px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1250px;
}
#LayoutGrid1 > .col-1, #LayoutGrid1 > .col-2, #LayoutGrid1 > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid1 > .col-1, #LayoutGrid1 > .col-2, #LayoutGrid1 > .col-3
{
   flex: 0 0 auto;
}
#LayoutGrid1 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#LayoutGrid1 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#LayoutGrid1 > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
@media (max-width: 768px)
{
#LayoutGrid1 > .col-1, #LayoutGrid1 > .col-2, #LayoutGrid1 > .col-3
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_mf_footer_grid_1_txt_1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 5px 0 0 0 ;
   text-align: center;
}
#wb_mf_footer_grid_1_txt_1 div
{
   text-align: center;
}
#wb_mf_footer_grid_1_txt_1
{
   display: block;
   margin: 5px 0 0 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_mf_footer_grid_1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_mf_footer_grid_1 div
{
   text-align: center;
}
#wb_mf_footer_grid_1
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_MFText1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 5px 0 0 0 ;
   text-align: center;
}
#wb_MFText1 div
{
   text-align: center;
}
#wb_MFText1
{
   display: block;
   margin: 5px 0 0 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_dlogo
{
   margin: 5px 0 5px 0 ;
   vertical-align: top;
}
#dlogo
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 50px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_MFImage1
{
   margin: 0;
   vertical-align: top;
}
#MFImage1
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 120px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
