body
{
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
body:after
{
   background-color: #FFFFFF;
   content: "";
   height: 100vh;
   left: 0;
   position: fixed;
   right: 0;
   top: 0;
   z-index: -1;
}
a
{
   color: #7A1C3D;
   text-decoration: underline;
}
a:visited
{
   color: #910041;
}
a:active
{
   color: #C71585;
}
a:hover
{
   color: #C71585;
   text-decoration: underline;
}
.visibility-hidden
{
   visibility: hidden;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape)
{
   #wb_homeGross, #wb_Card1, #wb_Card2
   {
      background-attachment: scroll !important;
   }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5)
{
   #wb_homeGross, #wb_Card1, #wb_Card2
   {
      background-attachment: scroll !important;
   }
}
#wb_header
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: rgba(255,255,255,0.60);
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#header
{
   box-sizing: border-box;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#header > .row
{
   margin-right: 0;
   margin-left: 0;
}
#header > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#header > .row > .col-1
{
   float: left;
}
#header > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: right;
}
#header:before,
#header:after,
#header .row:before,
#header .row:after
{
   display: table;
   content: " ";
}
#header:after,
#header .row:after
{
   clear: both;
}
@media (max-width: 490px)
{
#header > .row > .col-1
{
   float: none;
   width: 100%;
}
}
.ThemeableMenu4 .nav
{
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-size: 16px;
   font-style: normal;
   color: #7A1C3D;
   text-align: left;
   text-transform: none;
}
#ThemeableMenu4, .ThemeableMenu4 .nav, .ThemeableMenu4 *
{
   margin: 0;
   padding: 0;
   box-sizing: border-box;
   line-height: 1;
   list-style: none;
}
.ThemeableMenu4 .nav:before,
.ThemeableMenu4 .nav:after 
{
   content: " ";
   display: table;
}
.ThemeableMenu4 .nav:after 
{
   clear: both;
}
.ThemeableMenu4 .nav a 
{
   text-decoration: none;
}
.ThemeableMenu4 .nav ul
{
   margin-top: 0;
   margin-bottom: 0;
}
.ThemeableMenu4 .nav ul ul
{
   margin-bottom: 0;
}
.ThemeableMenu4 .container 
{
   margin-right: auto;
   margin-left: auto;
   padding: 0;
}
.ThemeableMenu4 .container:before,
.ThemeableMenu4 .container:after 
{
   content: " ";
   display: table;
}
.ThemeableMenu4 .container:after 
{
   clear: both;
}
.ThemeableMenu4 .collapse 
{
   display: none;
}
.ThemeableMenu4 .collapse.show 
{
   display: block;
}
.ThemeableMenu4 .collapsing 
{
   position: relative;
   height: 0;
   overflow: hidden;
   transition: height .35s ease;
}
.ThemeableMenu4 .arrow, .ThemeableMenu4 .arrow-right
{
   display: inline-block;
   margin-left: 4px;
   width: 0;
   height: 0;
   vertical-align: middle;
   border-top: 4px solid #000;
   border-right: 4px solid transparent;
   border-left: 4px solid transparent;
   border-bottom: 0 dotted;
   }
.ThemeableMenu4 .arrow-right
{
   border-left: 4px solid #7A1C3D;
   border-top: 4px solid transparent;
   border-bottom: 4px solid transparent;
   border-right: 0 dotted;
}
}
.ThemeableMenu4 .dropdown-menu > li > a:hover .arrow-right, .ThemeableMenu4 .dropdown-menu > li > a:focus .arrow-right
{
   border-left-color:#7A1C3D;
}
.ThemeableMenu4 .dropdown 
{
   position: relative;
}
.ThemeableMenu4 .dropdown-toggle:focus 
{
   outline: 0;
}
.ThemeableMenu4 .dropdown-menu 
{
   position: absolute;
   top: 100%;
   left: 0;
   z-index: 1000;
   display: none;
   float: left;
   min-width: 160px;
   padding: 5px 0;
   margin: 2px 0 0;
   list-style: none;
   font-size: 16px;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid rgba(255,255,255,1.00);
   border-radius: 6px;
   background-clip: padding-box;
}
.ThemeableMenu4 .dropdown-menu .divider
{
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
   background-color: #FFFFFF;
}
.ThemeableMenu4 .dropdown-menu > li > a
{
   display: block;
   padding: 3px 20px 3px 20px;
   clear: both;
   line-height: 1.428571429;
   color: #7A1C3D;
   text-transform: none;
   white-space: nowrap;
}
.ThemeableMenu4 .dropdown-menu > li > a:hover,
.ThemeableMenu4 .dropdown-menu > li > a:focus 
{
   text-decoration: none;
   color: #7A1C3D;
   background-color: #EDEDED;
   background-image: none;
}
.ThemeableMenu4 .dropdown-menu > li > a.active,
.ThemeableMenu4 .dropdown-menu > li > a.active:hover,
.ThemeableMenu4 .dropdown-menu > li > a.active:focus
{
   color: #7A1C3D;
   background-color: #EDEDED;
   background-image: none;
   text-decoration: none;
   outline: 0;
}
.ThemeableMenu4 .show > .dropdown-menu
{
   display: block;
}
.ThemeableMenu4 .show > a
{
   outline: 0;
}
.ThemeableMenu4 .dropdown-header
{
   display: block;
   padding: 3px 20px;
   line-height: 1.428571429;
   color: #aeaeae;
}
.ThemeableMenu4 .dropdown-backdrop
{
   position: fixed;
   left: 0;
   right: 0;
   bottom: 0;
   top: 0;
   z-index: 990;
}
.ThemeableMenu4 .dropdown.show .dropdown-menu
{
   animation-name: ThemeableMenu4-animation;
   animation-duration: 500ms;
   animation-iteration-count: 1;
   animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
   animation-fill-mode: forwards;
}
@keyframes ThemeableMenu4-animation
{
   0%
   {
      opacity: 0;
      transform: translateY(-10px);
   }
   100%
   {
      opacity: 1;
      transform: translateY(0);
   }
}
.ThemeableMenu4 .nav > li 
{
   position: relative;
   display: block;
}
.ThemeableMenu4 .nav > li > a
{
   position: relative;
   display: block;
   padding: 15px 15px 15px 15px;
}
.ThemeableMenu4 .nav .show > a,
.ThemeableMenu4 .nav .show > a:hover,
.ThemeableMenu4 .nav .show > a:focus
{
    border-color: #343A40;
}
.ThemeableMenu4 .nav .nav-divider
{
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
   background-color: #FFFFFF;
}
.ThemeableMenu4 .nav .arrow
{
   border-top-color: #343A40;
   border-bottom-color: #343A40;
}
.ThemeableMenu4
{
   position: relative;
}
.ThemeableMenu4:before,
.ThemeableMenu4:after
{
   content: " ";
   display: table;
}
.ThemeableMenu4:after
{
   clear: both;
}
.ThemeableMenu4 .navbar-header:before,
.ThemeableMenu4 .navbar-header:after
{
   content: " ";
   display: table;
}
.ThemeableMenu4 .navbar-header:after
{
   clear: both;
}
.ThemeableMenu4-navbar-collapse 
{
   overflow-x: visible;
   -webkit-overflow-scrolling: touch;
}
.ThemeableMenu4-navbar-collapse:before,
.ThemeableMenu4-navbar-collapse:after
{
   content: " ";
   display: table;
}
.ThemeableMenu4-navbar-collapse:after
{
   clear: both;
}
.ThemeableMenu4-navbar-collapse.show
{
   overflow-y: auto;
}
.ThemeableMenu4 .navbar-toggle 
{
   position: relative;
   float: right;
   width: 52px;
   height: 52px;
   padding: 15px 15px 15px 15px;
   background-color: transparent;
   border: 1px solid transparent;
   border-radius: 6px;
}
.ThemeableMenu4 .navbar-toggle .line
{
   background-color: #7A1C3D;
}
.ThemeableMenu4 .navbar-toggle .line
{
   display: block;
   width: 22px;
   height: 4px;
   border-radius: 0px;
   transition: all 500ms linear;
}
.ThemeableMenu4 .navbar-toggle .line
{
   margin: 4px auto;
}
.ThemeableMenu4 .navbar-toggle  .line:first-child
{
   margin-top: 0px !important;
}
.ThemeableMenu4 .navbar-toggle  .line:last-child
{
   margin-bottom: 0px !important;
}
.ThemeableMenu4 .navbar-nav
{
   margin: 6px -15px;
}
.ThemeableMenu4 .navbar-nav > li > .dropdown-menu
{
   margin-top: 0;
}
.ThemeableMenu4 .navbar-nav > li > a
{
   color: #7A1C3D;
}
.ThemeableMenu4 .navbar-nav > li > a:hover,
.ThemeableMenu4 .navbar-nav > li > a:focus
{
   background-color: #EDEDED;
   background-image: none;
   color: #7A1C3D;
   text-decoration: none;
}
.ThemeableMenu4 .navbar-nav > li > a.active,
.ThemeableMenu4 .navbar-nav > li > a.active:hover,
.ThemeableMenu4 .navbar-nav > li > a.active:focus
{
   color: #7A1C3D;
   background-color: #EDEDED;
   background-image: none;
}
.ThemeableMenu4 .navbar-toggle
{
   border: 1px solid transparent;
}
.ThemeableMenu4 .navbar-toggle:hover,
.ThemeableMenu4 .navbar-toggle:focus
{
   background-color: transparent;
}
.ThemeableMenu4-navbar-collapse
{
   border-color: rgba(255,255,255,1.00);
}
.ThemeableMenu4 .navbar-nav > .dropdown > a:hover .arrow,
.ThemeableMenu4 .navbar-nav > .dropdown > a:focus .arrow
{
   border-top-color: #7A1C3D;
   border-bottom-color: #7A1C3D;
}
.ThemeableMenu4 .navbar-nav > .show > a,
.ThemeableMenu4 .navbar-nav > .show > a:hover,
.ThemeableMenu4 .navbar-nav > .show > a:focus
{
   background-color: #EDEDED;
   background-image: none;
   color: #7A1C3D;
}
.ThemeableMenu4 .navbar-nav > .show > a .arrow,
.ThemeableMenu4 .navbar-nav > .show > a:hover .arrow,
.ThemeableMenu4 .navbar-nav > .show > a:focus .arrow
{
   border-top-color: #7A1C3D;
   border-bottom-color: #7A1C3D;
}
.ThemeableMenu4 .navbar-nav > .dropdown > a .arrow
{
   border-top-color: #7A1C3D;
   border-bottom-color: #7A1C3D;
}
.ThemeableMenu4 .navbar-link
{
   color: #7A1C3D;
}
.ThemeableMenu4 .navbar-link:hover
{
   color: #7A1C3D;
}
.ThemeableMenu4 .navbar-header
{
   color: #7A1C3D;
}
@media (min-width: 480px) 
{
.ThemeableMenu4 .navbar-right .dropdown-menu
{
   right: 0;
   left: auto;
}
.ThemeableMenu4 .navbar-header
{
   float: left;
}
.ThemeableMenu4-navbar-collapse
{
   width: auto;
   border-top: 0;
   box-shadow: none;
}
.ThemeableMenu4-navbar-collapse.collapse
{
   display: block!important;
   height: auto!important;
   padding-bottom: 0;
   overflow: visible!important;
}
.ThemeableMenu4-navbar-collapse.show
{
   overflow-y: auto;
}
.ThemeableMenu4 .navbar-toggle
{
   display: none;
}
.ThemeableMenu4 .navbar-nav
{
   float: right;
   margin: 0;
}
.ThemeableMenu4 .navbar-nav > li
{
   float: left;
}
.ThemeableMenu4 .container > .navbar-header,
.ThemeableMenu4 .container > .ThemeableMenu4-navbar-collapse
{
   margin-right: 0;
   margin-left: 0;
}
.ThemeableMenu4 .navbar-nav > .dropdown > a:hover .arrow,
.ThemeableMenu4 .navbar-nav > .dropdown > a:focus .arrow
{
   border-top-color: #C71585;
   border-bottom-color: #C71585;
}
}
@media (max-width: 480px) 
{
.ThemeableMenu4 
{
   background-color: transparent;
   background-image: none;
   border: 1px solid rgba(255,255,255,0.00);
}
.ThemeableMenu4 .navbar-nav
{
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
}
.ThemeableMenu4 .navbar-nav .show .dropdown-menu
{
   position: static !important;
   transform: translate3d(0px, 0px, 0px) !important;
   float: none;
   width: auto;
   margin-top: 0;
   background-color: transparent;
   border: 0;
   box-shadow: none;
}
.ThemeableMenu4 .navbar-nav .show .dropdown-menu > li > a,
.ThemeableMenu4 .navbar-nav .show .dropdown-menu .dropdown-header
{
   padding: 5px 15px 5px 15px;
}
.ThemeableMenu4 .navbar-nav .show .dropdown-menu > li > a
{
   line-height: 20px;
}
.ThemeableMenu4 .arrow-right
{
   border-top: 4px solid #7A1C3D;
   border-right: 4px solid transparent;
   border-left: 4px solid transparent;
   border-bottom: 0 dotted;
}
.ThemeableMenu4 .dropdown-menu > li > a:hover .arrow-right, .ThemeableMenu4 .dropdown-menu > li > a:focus .arrow-right
{
   border-top: 4px solid #7A1C3D;
   border-right: 4px solid transparent;
   border-left: 4px solid transparent;
   border-bottom: 0 dotted;
}
}
@media (min-width: 480px) 
{
.ThemeableMenu4 
{
   background-color: transparent;
   background-image: none;
   border: 1px solid rgba(255,255,255,0.00);
   border-radius: 6px;
}
.ThemeableMenu4 .navbar-nav > li > a
{
   color: #7A1C3D;
}
.ThemeableMenu4 .navbar-nav > li > a:hover,
.ThemeableMenu4 .navbar-nav > li > a:focus
{
   color: #C71585;
   background-color: transparent;
   background-image: none;
}
.ThemeableMenu4 .navbar-nav > li > a.active,
.ThemeableMenu4 .navbar-nav > li > a.active:hover,
.ThemeableMenu4 .navbar-nav > li > a.active:focus
{
   color: #C71585;
   background-color: transparent;
   background-image: none;
}
.ThemeableMenu4 .navbar-nav > .show > a,
.ThemeableMenu4 .navbar-nav > .show > a:hover,
.ThemeableMenu4 .navbar-nav > .show > a:focus
{
   background-color: transparent;
   background-image: none;
   color: #C71585;
}
.ThemeableMenu4 .navbar-nav > .dropdown > a:hover .arrow
{
   border-top-color: #C71585;
   border-bottom-color: #C71585;
}
.ThemeableMenu4 .navbar-nav > .dropdown > a .arrow
{
   border-top-color: #7A1C3D;
   border-bottom-color: #7A1C3D;
}
.ThemeableMenu4 .navbar-nav > li > a.active > .arrow,
.ThemeableMenu4 .navbar-nav > li > a.active:hover > .arrow,
.ThemeableMenu4 .navbar-nav > li > a.active:focus > .arrow
{
   border-top-color: #C71585;
   border-bottom-color: #C71585;
}
.ThemeableMenu4 .navbar-nav > .show > a .arrow,
.ThemeableMenu4 .navbar-nav > .show > a:hover .arrow,
.ThemeableMenu4 .navbar-nav > .show > a:focus .arrow
{
   border-top-color: #C71585;
   border-bottom-color: #C71585;
}
.ThemeableMenu4 .navbar-link
{
   color: #7A1C3D;
}
.ThemeableMenu4 .navbar-link:hover 
{
   color: #fff;
}
}
.ThemeableMenu4 .navbar-nav > li:first-child > a
{
   border-top-left-radius: 6px;
   border-bottom-left-radius: 6px;
}
.ThemeableMenu4 .dropdown-menu > li:last-child > a
{
   border-bottom-left-radius: 6px;
   border-bottom-right-radius: 6px;
}
#ThemeableMenu4 i
{
   font-size: 16px;
   position: relative;
   left: 0;
   top: 0;
   margin-right: 4px;
   width: 16px;
}
#wb_ThemeableMenu4
{
   z-index: 1111 !important;
}
#wb_homeGross
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('../images/Liebe-und-Zuneigung-in-hellem-Zimmer_FLACH.jpg');
   background-repeat: repeat-y;
   background-position: center center;
   background-attachment: fixed;
   background-size: cover;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#homeGross
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 80px 0 150px 0;
   margin-right: auto;
   margin-left: auto;
}
#homeGross > .col-1, #homeGross > .col-2, #homeGross > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 5px;
   padding-left: 5px;
   position: relative;
}
#homeGross > .col-1, #homeGross > .col-2, #homeGross > .col-3
{
   flex: 0 0 auto;
}
#homeGross > .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;
}
#homeGross > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 75%;
   max-width: 75%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-end;
   align-self: stretch;
   align-items: flex-end;
   justify-content: flex-start;
   text-align: left;
}
#homeGross > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 8.33333333%;
   max-width: 8.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-end;
   align-self: stretch;
   align-items: flex-end;
   justify-content: flex-end;
   text-align: right;
}
@media (max-width: 490px)
{
#homeGross > .col-1, #homeGross > .col-2, #homeGross > .col-3
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#homeGross-divider-top
{
   overflow: hidden;
   position: absolute;
   top: 0%;
   width: 100%;
   height: 60px;
   line-height: 0;
   left: 0;
   transform: scale(-1.0, -1.01);
}
#homeGross-divider-top svg
{
   display: block;
   width: 100%;
   height: 100%;
   position: relative;
   left: 50%;
   top: 0;
   transform: translateX(-50%);
}
#homeGross-divider-top .divider-fill
{
   fill: rgba(186,176,167,1.00);
   transform-origin: bottom;
   transform: rotateY(0deg);
}
#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: 50px 15px 10px 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid7 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid7 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid7 > .row > .col-1
{
   float: left;
}
#LayoutGrid7 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#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
{
   float: none;
   width: 100% !important;
}
}
#LayoutGrid7-divider-top
{
   overflow: hidden;
   position: absolute;
   top: 0%;
   width: 100%;
   height: 50px;
   line-height: 0;
   left: 0;
   transform: scale(-1.0, -1.01);
}
#LayoutGrid7-divider-top svg
{
   display: block;
   width: 100%;
   height: 100%;
   position: relative;
   left: 50%;
   top: 0;
   transform: translateX(-50%);
}
#LayoutGrid7-divider-top .divider-fill
{
   fill: rgba(188,181,173,1.00);
   transform-origin: bottom;
   transform: rotateY(0deg);
}
.wave-animated > use
{
   animation: move-wave 25s cubic-bezier(.55,.5,.45,.5) infinite;
}
.wave-animated > use:nth-child(1)
{
   animation-delay: -2s;
   animation-duration: 7s;
}
.wave-animated > use:nth-child(2)
{
   animation-delay: -3s;
   animation-duration: 10s;
}
.wave-animated > use:nth-child(3)
{
   animation-delay: -4s;
   animation-duration: 13s;
}
.wave-animated > use:nth-child(4)
{
   animation-delay: -5s;
   animation-duration: 20s;
}
@keyframes move-wave
{
   0%
   {
      transform: scale(1.0,0.5) translate3d(-90px,0,0);
   }
   50%
   {
      transform: scale(1.0,1.0) translate3d(0px,0,0);
   }
   100%
   {
      transform: scale(1.0,0.5) translate3d(85px,0,0);
   }
}
#wb_LayoutGrid6
{
   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;
}
#LayoutGrid6
{
   box-sizing: border-box;
   padding: 10px 15px 10px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#LayoutGrid6 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid6 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   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: center;
}
#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;
}
}
#wb_FuerAnker
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: none;
   text-align: center;
   width: 100%;
   background-color: rgba(255,255,255,0.60);
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#FuerAnker
{
   box-sizing: border-box;
   padding: 50px 15px 80px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 860px;
}
#FuerAnker > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#FuerAnker > .row > .col-1, #FuerAnker > .row > .col-2, #FuerAnker > .row > .col-3, #FuerAnker > .row > .col-4
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#FuerAnker > .row > .col-1, #FuerAnker > .row > .col-2, #FuerAnker > .row > .col-3, #FuerAnker > .row > .col-4
{
   float: left;
}
#FuerAnker > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 16.66666667%;
   text-align: right;
}
#FuerAnker > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#FuerAnker > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#FuerAnker > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#FuerAnker > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#FuerAnker > .row > .col-4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 16.66666667%;
   text-align: left;
}
#FuerAnker:before,
#FuerAnker:after,
#FuerAnker .row:before,
#FuerAnker .row:after
{
   display: table;
   content: " ";
}
#FuerAnker:after,
#FuerAnker .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#FuerAnker > .row > .col-1, #FuerAnker > .row > .col-2, #FuerAnker > .row > .col-3, #FuerAnker > .row > .col-4
{
   float: none;
   width: 100% !important;
}
}
#wb_FuerUnsStehtDerMensch
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: rgba(255,255,255,0.60);
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#FuerUnsStehtDerMensch
{
   box-sizing: border-box;
   padding: 80px 15px 80px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 860px;
}
#FuerUnsStehtDerMensch > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#FuerUnsStehtDerMensch > .row > .col-1, #FuerUnsStehtDerMensch > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#FuerUnsStehtDerMensch > .row > .col-1, #FuerUnsStehtDerMensch > .row > .col-2
{
   float: left;
}
#FuerUnsStehtDerMensch > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#FuerUnsStehtDerMensch > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#FuerUnsStehtDerMensch > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#FuerUnsStehtDerMensch > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#FuerUnsStehtDerMensch:before,
#FuerUnsStehtDerMensch:after,
#FuerUnsStehtDerMensch .row:before,
#FuerUnsStehtDerMensch .row:after
{
   display: table;
   content: " ";
}
#FuerUnsStehtDerMensch:after,
#FuerUnsStehtDerMensch .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#FuerUnsStehtDerMensch > .row > .col-1, #FuerUnsStehtDerMensch > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid16
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: none;
   text-align: center;
   width: 100%;
   background-color: rgba(255,255,255,0.60);
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid16
{
   box-sizing: border-box;
   padding: 50px 15px 80px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 860px;
}
#LayoutGrid16 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid16 > .row > .col-1, #LayoutGrid16 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid16 > .row > .col-1, #LayoutGrid16 > .row > .col-2
{
   float: left;
}
#LayoutGrid16 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: right;
}
#LayoutGrid16 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#LayoutGrid16 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#LayoutGrid16 > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#LayoutGrid16:before,
#LayoutGrid16:after,
#LayoutGrid16 .row:before,
#LayoutGrid16 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid16:after,
#LayoutGrid16 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid16 > .row > .col-1, #LayoutGrid16 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_Auswahl-Bewerten-Kaufen-Beraten
{
   background-color: rgba(255,255,255,0.80);
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   position: relative;
}
#Auswahl-Bewerten-Kaufen-Beraten
{
   display: flex;
   position: relative;
   padding: 30px 10px 30px 10px;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: stretch;
   align-content: flex-start;
   margin-top: 0px;
   margin-bottom: 0px;
   margin-right: auto;
   margin-left: auto;
   max-width: 860px;
   box-sizing: border-box;
   font-size: 0;
}
@media all and (max-width:480px) 
{
#Auswahl-Bewerten-Kaufen-Beraten
{
   flex-direction: column;
   flex-wrap: nowrap;
}
}
#wb_LayoutGrid10
{
   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;
}
#LayoutGrid10
{
   box-sizing: border-box;
   padding: 10px 15px 10px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#LayoutGrid10 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid10 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid10 > .row > .col-1
{
   float: left;
}
#LayoutGrid10 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#LayoutGrid10:before,
#LayoutGrid10:after,
#LayoutGrid10 .row:before,
#LayoutGrid10 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid10:after,
#LayoutGrid10 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid10 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_Teiler
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: rgba(255,255,255,0.60);
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#Teiler
{
   box-sizing: border-box;
   padding: 5px 15px 20px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#Teiler > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#Teiler > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#Teiler > .row > .col-1
{
   float: left;
}
#Teiler > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#Teiler > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#Teiler:before,
#Teiler:after,
#Teiler .row:before,
#Teiler .row:after
{
   display: table;
   content: " ";
}
#Teiler:after,
#Teiler .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#Teiler > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid18
{
   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;
}
#LayoutGrid18
{
   box-sizing: border-box;
   padding: 10px 15px 10px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#LayoutGrid18 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid18 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid18 > .row > .col-1
{
   float: left;
}
#LayoutGrid18 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#LayoutGrid18:before,
#LayoutGrid18:after,
#LayoutGrid18 .row:before,
#LayoutGrid18 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid18:after,
#LayoutGrid18 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid18 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid11
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: rgba(255,255,255,0.60);
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid11
{
   box-sizing: border-box;
   padding: 20px 15px 80px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#LayoutGrid11 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid11 > .row > .col-1, #LayoutGrid11 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid11 > .row > .col-1, #LayoutGrid11 > .row > .col-2
{
   float: left;
}
#LayoutGrid11 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#LayoutGrid11 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#LayoutGrid11 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#LayoutGrid11 > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#LayoutGrid11:before,
#LayoutGrid11:after,
#LayoutGrid11 .row:before,
#LayoutGrid11 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid11:after,
#LayoutGrid11 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid11 > .row > .col-1, #LayoutGrid11 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid5
{
   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;
}
#LayoutGrid5
{
   box-sizing: border-box;
   padding: 10px 15px 10px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 860px;
}
#LayoutGrid5 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid5 > .row > .col-1, #LayoutGrid5 > .row > .col-2, #LayoutGrid5 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid5 > .row > .col-1, #LayoutGrid5 > .row > .col-2, #LayoutGrid5 > .row > .col-3
{
   float: left;
}
#LayoutGrid5 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 16.66666667%;
   text-align: center;
}
#LayoutGrid5 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 66.66666667%;
   text-align: center;
}
#LayoutGrid5 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 16.66666667%;
   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, #LayoutGrid5 > .row > .col-2, #LayoutGrid5 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#LayoutGrid5-divider-bottom
{
   overflow: hidden;
   position: absolute;
   line-height: 0;
   bottom: 0%;
   left: 0;
   width: 100%;
   height: 50px;
}
#LayoutGrid5-divider-bottom svg
{
   display: block;
   width: 100%;
   height: 100%;
   position: relative;
   left: 50%;
   transform: translateX(-50%);
}
#LayoutGrid5-divider-bottom .divider-fill
{
   fill: rgba(122,28,61,1.00);
   transform-origin: bottom;
   transform: rotateY(0deg);
}
.wave-animated > use
{
   animation: move-wave 25s cubic-bezier(.55,.5,.45,.5) infinite;
}
.wave-animated > use:nth-child(1)
{
   animation-delay: -2s;
   animation-duration: 7s;
}
.wave-animated > use:nth-child(2)
{
   animation-delay: -3s;
   animation-duration: 10s;
}
.wave-animated > use:nth-child(3)
{
   animation-delay: -4s;
   animation-duration: 13s;
}
.wave-animated > use:nth-child(4)
{
   animation-delay: -5s;
   animation-duration: 20s;
}
@keyframes move-wave
{
   0%
   {
      transform: scale(1.0,0.5) translate3d(-90px,0,0);
   }
   50%
   {
      transform: scale(1.0,1.0) translate3d(0px,0,0);
   }
   100%
   {
      transform: scale(1.0,0.5) translate3d(85px,0,0);
   }
}
#wb_LayoutGrid14
{
   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;
}
#LayoutGrid14
{
   box-sizing: border-box;
   padding: 50px 0 0 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid14 > .row
{
   margin-right: 0;
   margin-left: 0;
}
#LayoutGrid14 > .row > .col-1, #LayoutGrid14 > .row > .col-2, #LayoutGrid14 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#LayoutGrid14 > .row > .col-1, #LayoutGrid14 > .row > .col-2, #LayoutGrid14 > .row > .col-3
{
   float: left;
}
#LayoutGrid14 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 16.66666667%;
   text-align: center;
}
#LayoutGrid14 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 66.66666667%;
   text-align: left;
}
#LayoutGrid14 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 16.66666667%;
   text-align: left;
}
#LayoutGrid14:before,
#LayoutGrid14:after,
#LayoutGrid14 .row:before,
#LayoutGrid14 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid14:after,
#LayoutGrid14 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid14 > .row > .col-1, #LayoutGrid14 > .row > .col-2, #LayoutGrid14 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#LayoutGrid14-divider-top
{
   overflow: hidden;
   position: absolute;
   top: 0%;
   width: 100%;
   height: 50px;
   line-height: 0;
   left: 0;
   transform: scale(-1.0, -1.01);
   z-index: 7777;
}
#LayoutGrid14-divider-top svg
{
   display: block;
   width: 100%;
   height: 100%;
   position: relative;
   left: 50%;
   top: 0;
   transform: translateX(-50%);
}
#LayoutGrid14-divider-top .divider-fill
{
   fill: rgba(122,28,61,1.00);
   transform-origin: bottom;
   transform: rotateY(0deg);
}
.wave-animated > use
{
   animation: move-wave 25s cubic-bezier(.55,.5,.45,.5) infinite;
}
.wave-animated > use:nth-child(1)
{
   animation-delay: -2s;
   animation-duration: 7s;
}
.wave-animated > use:nth-child(2)
{
   animation-delay: -3s;
   animation-duration: 10s;
}
.wave-animated > use:nth-child(3)
{
   animation-delay: -4s;
   animation-duration: 13s;
}
.wave-animated > use:nth-child(4)
{
   animation-delay: -5s;
   animation-duration: 20s;
}
@keyframes move-wave
{
   0%
   {
      transform: scale(1.0,0.5) translate3d(-90px,0,0);
   }
   50%
   {
      transform: scale(1.0,1.0) translate3d(0px,0,0);
   }
   100%
   {
      transform: scale(1.0,0.5) translate3d(85px,0,0);
   }
}
#wb_LayoutGrid19
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: rgba(255,255,255,0.60);
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid19
{
   box-sizing: border-box;
   padding: 5px 15px 20px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#LayoutGrid19 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid19 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid19 > .row > .col-1
{
   float: left;
}
#LayoutGrid19 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#LayoutGrid19 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#LayoutGrid19:before,
#LayoutGrid19:after,
#LayoutGrid19 .row:before,
#LayoutGrid19 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid19:after,
#LayoutGrid19 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid19 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid13
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: rgba(255,255,255,0.60);
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid13
{
   box-sizing: border-box;
   padding: 50px 15px 80px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 860px;
}
#LayoutGrid13 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid13 > .row > .col-1, #LayoutGrid13 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid13 > .row > .col-1, #LayoutGrid13 > .row > .col-2
{
   float: left;
}
#LayoutGrid13 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#LayoutGrid13 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#LayoutGrid13 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#LayoutGrid13 > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#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, #LayoutGrid13 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid8
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #7A1C3D;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid8
{
   box-sizing: border-box;
   padding: 10px 15px 10px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#LayoutGrid8 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid8 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid8 > .row > .col-1
{
   float: left;
}
#LayoutGrid8 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#LayoutGrid8:before,
#LayoutGrid8:after,
#LayoutGrid8 .row:before,
#LayoutGrid8 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid8:after,
#LayoutGrid8 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid8 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid9
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: rgba(255,255,255,0.60);
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid9
{
   box-sizing: border-box;
   padding: 80px 10px 80px 10px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#LayoutGrid9 > .row
{
   margin-right: -10px;
   margin-left: -10px;
}
#LayoutGrid9 > .row > .col-1, #LayoutGrid9 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 10px;
   padding-left: 10px;
   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: 50%;
   text-align: center;
}
#LayoutGrid9 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#LayoutGrid9 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#LayoutGrid9 > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#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;
}
}
#LayoutGrid9-divider-top
{
   overflow: hidden;
   position: absolute;
   top: 0%;
   width: 100%;
   height: 50px;
   line-height: 0;
   left: 0;
   transform: scale(-1.0, -1.01);
}
#LayoutGrid9-divider-top svg
{
   display: block;
   width: 100%;
   height: 100%;
   position: relative;
   left: 50%;
   top: 0;
   transform: translateX(-50%);
}
#LayoutGrid9-divider-top .divider-fill
{
   fill: rgba(122,28,61,1.00);
   transform-origin: bottom;
   transform: rotateY(0deg);
}
#LayoutGrid9-divider-bottom
{
   overflow: hidden;
   position: absolute;
   line-height: 0;
   bottom: 0%;
   left: 0;
   width: 100%;
   height: 50px;
}
#LayoutGrid9-divider-bottom svg
{
   display: block;
   width: 100%;
   height: 100%;
   position: relative;
   left: 50%;
   transform: translateX(-50%);
}
#LayoutGrid9-divider-bottom .divider-fill
{
   fill: rgba(122,28,61,1.00);
   transform-origin: bottom;
   transform: rotateY(0deg);
}
.wave-animated > use
{
   animation: move-wave 25s cubic-bezier(.55,.5,.45,.5) infinite;
}
.wave-animated > use:nth-child(1)
{
   animation-delay: -2s;
   animation-duration: 7s;
}
.wave-animated > use:nth-child(2)
{
   animation-delay: -3s;
   animation-duration: 10s;
}
.wave-animated > use:nth-child(3)
{
   animation-delay: -4s;
   animation-duration: 13s;
}
.wave-animated > use:nth-child(4)
{
   animation-delay: -5s;
   animation-duration: 20s;
}
@keyframes move-wave
{
   0%
   {
      transform: scale(1.0,0.5) translate3d(-90px,0,0);
   }
   50%
   {
      transform: scale(1.0,1.0) translate3d(0px,0,0);
   }
   100%
   {
      transform: scale(1.0,0.5) translate3d(85px,0,0);
   }
}
#wb_infoblock2
{
   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;
}
#infoblock2
{
   box-sizing: border-box;
   padding: 20px 15px 40px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#infoblock2 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#infoblock2 > .row > .col-1, #infoblock2 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#infoblock2 > .row > .col-1, #infoblock2 > .row > .col-2
{
   float: left;
}
#infoblock2 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#infoblock2 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#infoblock2 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: center;
}
#infoblock2 > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#infoblock2:before,
#infoblock2:after,
#infoblock2 .row:before,
#infoblock2 .row:after
{
   display: table;
   content: " ";
}
#infoblock2:after,
#infoblock2 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#infoblock2 > .row > .col-1, #infoblock2 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#infoblock2-divider-top
{
   overflow: hidden;
   position: absolute;
   top: 0%;
   width: 100%;
   height: 50px;
   line-height: 0;
   left: 0;
   transform: scale(-1.0, -1.01);
}
#infoblock2-divider-top svg
{
   display: block;
   width: 100%;
   height: 100%;
   position: relative;
   left: 50%;
   top: 0;
   transform: translateX(-50%);
}
#infoblock2-divider-top .divider-fill
{
   fill: rgba(255,255,255,1.00);
   transform-origin: bottom;
   transform: rotateY(0deg);
}
#wb_LayoutGrid2
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid2
{
   box-sizing: border-box;
   padding: 50px 0 0 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid2 > .row
{
   margin-right: 0;
   margin-left: 0;
}
#LayoutGrid2 > .row > .col-1, #LayoutGrid2 > .row > .col-2, #LayoutGrid2 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#LayoutGrid2 > .row > .col-1, #LayoutGrid2 > .row > .col-2, #LayoutGrid2 > .row > .col-3
{
   float: left;
}
#LayoutGrid2 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 8.33333333%;
   text-align: center;
}
#LayoutGrid2 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 83.33333333%;
   text-align: left;
}
#LayoutGrid2 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 8.33333333%;
   text-align: left;
}
#LayoutGrid2:before,
#LayoutGrid2:after,
#LayoutGrid2 .row:before,
#LayoutGrid2 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid2:after,
#LayoutGrid2 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid2 > .row > .col-1, #LayoutGrid2 > .row > .col-2, #LayoutGrid2 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#LayoutGrid2-divider-top
{
   overflow: hidden;
   position: absolute;
   top: 0%;
   width: 100%;
   height: 50px;
   line-height: 0;
   left: 0;
   transform: scale(-1.0, -1.01);
}
#LayoutGrid2-divider-top svg
{
   display: block;
   width: 100%;
   height: 100%;
   position: relative;
   left: 50%;
   top: 0;
   transform: translateX(-50%);
}
#LayoutGrid2-divider-top .divider-fill
{
   fill: rgba(122,28,61,1.00);
   transform-origin: bottom;
   transform: rotateY(0deg);
}
.wave-animated > use
{
   animation: move-wave 25s cubic-bezier(.55,.5,.45,.5) infinite;
}
.wave-animated > use:nth-child(1)
{
   animation-delay: -2s;
   animation-duration: 7s;
}
.wave-animated > use:nth-child(2)
{
   animation-delay: -3s;
   animation-duration: 10s;
}
.wave-animated > use:nth-child(3)
{
   animation-delay: -4s;
   animation-duration: 13s;
}
.wave-animated > use:nth-child(4)
{
   animation-delay: -5s;
   animation-duration: 20s;
}
@keyframes move-wave
{
   0%
   {
      transform: scale(1.0,0.5) translate3d(-90px,0,0);
   }
   50%
   {
      transform: scale(1.0,1.0) translate3d(0px,0,0);
   }
   100%
   {
      transform: scale(1.0,0.5) translate3d(85px,0,0);
   }
}
#wb_LayoutGrid20
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: rgba(255,255,255,0.60);
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid20
{
   box-sizing: border-box;
   padding: 5px 15px 20px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#LayoutGrid20 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid20 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid20 > .row > .col-1
{
   float: left;
}
#LayoutGrid20 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#LayoutGrid20 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#LayoutGrid20:before,
#LayoutGrid20:after,
#LayoutGrid20 .row:before,
#LayoutGrid20 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid20:after,
#LayoutGrid20 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid20 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid3
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: rgba(255,255,255,0.80);
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid3
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#LayoutGrid3 > .col-1, #LayoutGrid3 > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid3 > .col-1, #LayoutGrid3 > .col-2
{
   flex: 0 0 auto;
}
#LayoutGrid3 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 50%;
   max-width: 50%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-end;
   align-self: stretch;
   align-items: flex-end;
   justify-content: center;
   text-align: center;
}
#LayoutGrid3 > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 100px 0 100px 0;
}
#LayoutGrid3 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 50%;
   max-width: 50%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-end;
   align-self: stretch;
   align-items: flex-end;
   justify-content: center;
   text-align: center;
}
#LayoutGrid3 > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 100px 0 100px 0;
}
@media (max-width: 480px)
{
#LayoutGrid3 > .col-1, #LayoutGrid3 > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#LayoutGrid3-divider-bottom
{
   overflow: hidden;
   position: absolute;
   line-height: 0;
   bottom: 0%;
   left: 0;
   width: 100%;
   height: 100px;
   transform: scaleX(-1.0);
}
#LayoutGrid3-divider-bottom svg
{
   display: block;
   width: 100%;
   height: 100%;
   position: relative;
   left: 50%;
   transform: translateX(-50%);
}
#LayoutGrid3-divider-bottom .divider-fill
{
   fill: rgba(255,255,255,1.00);
   transform-origin: bottom;
   transform: rotateY(0deg);
}
#wb_LayoutGrid15
{
   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;
}
#LayoutGrid15
{
   box-sizing: border-box;
   padding: 10px 15px 10px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#LayoutGrid15 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid15 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid15 > .row > .col-1
{
   float: left;
}
#LayoutGrid15 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#LayoutGrid15:before,
#LayoutGrid15:after,
#LayoutGrid15 .row:before,
#LayoutGrid15 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid15:after,
#LayoutGrid15 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid15 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid17
{
   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;
}
#LayoutGrid17
{
   box-sizing: border-box;
   padding: 10px 0 20px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#LayoutGrid17 > .row
{
   margin-right: 0;
   margin-left: 0;
}
#LayoutGrid17 > .row > .col-1, #LayoutGrid17 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#LayoutGrid17 > .row > .col-1, #LayoutGrid17 > .row > .col-2
{
   float: left;
}
#LayoutGrid17 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#LayoutGrid17 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#LayoutGrid17:before,
#LayoutGrid17:after,
#LayoutGrid17 .row:before,
#LayoutGrid17 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid17:after,
#LayoutGrid17 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid17 > .row > .col-1, #LayoutGrid17 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid12
{
   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;
}
#LayoutGrid12
{
   box-sizing: border-box;
   padding: 50px 0 0 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid12 > .row
{
   margin-right: 0;
   margin-left: 0;
}
#LayoutGrid12 > .row > .col-1, #LayoutGrid12 > .row > .col-2, #LayoutGrid12 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#LayoutGrid12 > .row > .col-1, #LayoutGrid12 > .row > .col-2, #LayoutGrid12 > .row > .col-3
{
   float: left;
}
#LayoutGrid12 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: center;
}
#LayoutGrid12 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 58.33333333%;
   text-align: center;
}
#LayoutGrid12 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 16.66666667%;
   text-align: left;
}
#LayoutGrid12:before,
#LayoutGrid12:after,
#LayoutGrid12 .row:before,
#LayoutGrid12 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid12:after,
#LayoutGrid12 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid12 > .row > .col-1, #LayoutGrid12 > .row > .col-2, #LayoutGrid12 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#LayoutGrid12-divider-top
{
   overflow: hidden;
   position: absolute;
   top: 0%;
   width: 100%;
   height: 50px;
   line-height: 0;
   left: 0;
   transform: scale(-1.0, -1.01);
}
#LayoutGrid12-divider-top svg
{
   display: block;
   width: 100%;
   height: 100%;
   position: relative;
   left: 50%;
   top: 0;
   transform: translateX(-50%);
}
#LayoutGrid12-divider-top .divider-fill
{
   fill: rgba(122,28,61,1.00);
   transform-origin: bottom;
   transform: rotateY(0deg);
}
.wave-animated > use
{
   animation: move-wave 25s cubic-bezier(.55,.5,.45,.5) infinite;
}
.wave-animated > use:nth-child(1)
{
   animation-delay: -2s;
   animation-duration: 7s;
}
.wave-animated > use:nth-child(2)
{
   animation-delay: -3s;
   animation-duration: 10s;
}
.wave-animated > use:nth-child(3)
{
   animation-delay: -4s;
   animation-duration: 13s;
}
.wave-animated > use:nth-child(4)
{
   animation-delay: -5s;
   animation-duration: 20s;
}
@keyframes move-wave
{
   0%
   {
      transform: scale(1.0,0.5) translate3d(-90px,0,0);
   }
   50%
   {
      transform: scale(1.0,1.0) translate3d(0px,0,0);
   }
   100%
   {
      transform: scale(1.0,0.5) translate3d(85px,0,0);
   }
}
#wb_PreisLayoutGrid2
{
   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;
}
#PreisLayoutGrid2
{
   box-sizing: border-box;
   padding: 40px 15px 40px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#PreisLayoutGrid2 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#PreisLayoutGrid2 > .row > .col-1, #PreisLayoutGrid2 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#PreisLayoutGrid2 > .row > .col-1, #PreisLayoutGrid2 > .row > .col-2
{
   float: left;
}
#PreisLayoutGrid2 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: center;
}
#PreisLayoutGrid2 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#PreisLayoutGrid2 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#PreisLayoutGrid2 > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#PreisLayoutGrid2:before,
#PreisLayoutGrid2:after,
#PreisLayoutGrid2 .row:before,
#PreisLayoutGrid2 .row:after
{
   display: table;
   content: " ";
}
#PreisLayoutGrid2:after,
#PreisLayoutGrid2 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#PreisLayoutGrid2 > .row > .col-1, #PreisLayoutGrid2 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#PreisLayoutGrid2-divider-bottom
{
   overflow: hidden;
   position: absolute;
   line-height: 0;
   bottom: 0%;
   left: 0;
   width: 100%;
   height: 50px;
   transform: scaleX(-1.0);
}
#PreisLayoutGrid2-divider-bottom svg
{
   display: block;
   width: 100%;
   height: 100%;
   position: relative;
   left: 50%;
   transform: translateX(-50%);
}
#PreisLayoutGrid2-divider-bottom .divider-fill
{
   fill: rgba(255,255,255,1.00);
   transform-origin: bottom;
   transform: rotateY(0deg);
}
#wb_infoBlock1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: rgba(255,255,255,0.60);
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#infoBlock1
{
   box-sizing: border-box;
   padding: 50px 15px 80px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#infoBlock1 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#infoBlock1 > .row > .col-1, #infoBlock1 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#infoBlock1 > .row > .col-1, #infoBlock1 > .row > .col-2
{
   float: left;
}
#infoBlock1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: center;
}
#infoBlock1 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#infoBlock1 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#infoBlock1 > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#infoBlock1:before,
#infoBlock1:after,
#infoBlock1 .row:before,
#infoBlock1 .row:after
{
   display: table;
   content: " ";
}
#infoBlock1:after,
#infoBlock1 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#infoBlock1 > .row > .col-1, #infoBlock1 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid21
{
   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;
}
#LayoutGrid21
{
   box-sizing: border-box;
   padding: 10px 15px 10px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#LayoutGrid21 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid21 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid21 > .row > .col-1
{
   float: left;
}
#LayoutGrid21 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#LayoutGrid21:before,
#LayoutGrid21:after,
#LayoutGrid21 .row:before,
#LayoutGrid21 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid21:after,
#LayoutGrid21 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid21 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid22
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: rgba(255,255,255,0.60);
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid22
{
   box-sizing: border-box;
   padding: 5px 15px 20px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#LayoutGrid22 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid22 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid22 > .row > .col-1
{
   float: left;
}
#LayoutGrid22 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#LayoutGrid22 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#LayoutGrid22:before,
#LayoutGrid22:after,
#LayoutGrid22 .row:before,
#LayoutGrid22 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid22:after,
#LayoutGrid22 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid22 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_AktuelleLage
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: rgba(255,255,255,0.60);
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#AktuelleLage
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#AktuelleLage > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#AktuelleLage > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#AktuelleLage > .row > .col-1
{
   float: left;
}
#AktuelleLage > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#AktuelleLage:before,
#AktuelleLage:after,
#AktuelleLage .row:before,
#AktuelleLage .row:after
{
   display: table;
   content: " ";
}
#AktuelleLage:after,
#AktuelleLage .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#AktuelleLage > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_ObjSucheBlockImage1
{
   margin: 0;
   vertical-align: top;
}
#ObjSucheBlockImage1
{
   border: 0px solid #FFFFFF;
   border-radius: 2px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 600px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_kundenrezessionen
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #7A1C3D;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#kundenrezessionen
{
   box-sizing: border-box;
   padding: 10px 15px 10px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#kundenrezessionen > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#kundenrezessionen > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#kundenrezessionen > .row > .col-1
{
   float: left;
}
#kundenrezessionen > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#kundenrezessionen > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#kundenrezessionen:before,
#kundenrezessionen:after,
#kundenrezessionen .row:before,
#kundenrezessionen .row:after
{
   display: table;
   content: " ";
}
#kundenrezessionen:after,
#kundenrezessionen .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#kundenrezessionen > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#RezessionenContainer
{
   display: block;
   width: 100%;
   position: relative;
   padding: 50px 30px 0 30px;
   margin: 0;
   background-color: #7A1C3D;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 0;
}
#RezessionenContainer-divider-top
{
   overflow: hidden;
   position: absolute;
   top: 0%;
   width: 100%;
   height: 50px;
   line-height: 0;
   left: 0;
   transform: scale(-1.0, -1.01);
}
#RezessionenContainer-divider-top svg
{
   display: block;
   width: 100%;
   height: 100%;
   position: relative;
   left: 50%;
   top: 0;
   transform: translateX(-50%);
}
#RezessionenContainer-divider-top .divider-fill
{
   fill: rgba(122,28,61,1.00);
   transform-origin: bottom;
   transform: rotateY(0deg);
}
#RezessionenContainer-divider-bottom
{
   overflow: hidden;
   position: absolute;
   line-height: 0;
   bottom: 0%;
   left: 0;
   width: 100%;
   height: 50px;
}
#RezessionenContainer-divider-bottom svg
{
   display: block;
   width: 100%;
   height: 100%;
   position: relative;
   left: 50%;
   transform: translateX(-50%);
}
#RezessionenContainer-divider-bottom .divider-fill
{
   fill: rgba(122,28,61,1.00);
   transform-origin: bottom;
   transform: rotateY(0deg);
}
#RezessionenContainer
{
   display: grid;
   grid-template-columns: repeat(1, 1fr);
   gap: 30px;
   box-sizing: border-box;
}
#wb_ReferenzobjekteLayoutGrid3
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #7A1C3D;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#ReferenzobjekteLayoutGrid3
{
   box-sizing: border-box;
   padding: 10px 15px 10px 15px;
   margin-right: auto;
   margin-left: auto;
}
#ReferenzobjekteLayoutGrid3 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#ReferenzobjekteLayoutGrid3 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#ReferenzobjekteLayoutGrid3 > .row > .col-1
{
   float: left;
}
#ReferenzobjekteLayoutGrid3 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#ReferenzobjekteLayoutGrid3 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#ReferenzobjekteLayoutGrid3:before,
#ReferenzobjekteLayoutGrid3:after,
#ReferenzobjekteLayoutGrid3 .row:before,
#ReferenzobjekteLayoutGrid3 .row:after
{
   display: table;
   content: " ";
}
#ReferenzobjekteLayoutGrid3:after,
#ReferenzobjekteLayoutGrid3 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#ReferenzobjekteLayoutGrid3 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_galleryLayoutGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: rgba(255,255,255,0.60);
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#galleryLayoutGrid
{
   box-sizing: border-box;
   padding: 80px 15px 80px 15px;
   margin-right: auto;
   margin-left: auto;
}
#galleryLayoutGrid > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#galleryLayoutGrid > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#galleryLayoutGrid > .row > .col-1
{
   float: left;
}
#galleryLayoutGrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#galleryLayoutGrid > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#galleryLayoutGrid:before,
#galleryLayoutGrid:after,
#galleryLayoutGrid .row:before,
#galleryLayoutGrid .row:after
{
   display: table;
   content: " ";
}
#galleryLayoutGrid:after,
#galleryLayoutGrid .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#galleryLayoutGrid > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#galleryLayoutGrid-divider-top
{
   overflow: hidden;
   position: absolute;
   top: 0%;
   width: 100%;
   height: 50px;
   line-height: 0;
   left: 0;
   transform: scale(-1.0, -1.01);
}
#galleryLayoutGrid-divider-top svg
{
   display: block;
   width: 100%;
   height: 100%;
   position: relative;
   left: 50%;
   top: 0;
   transform: translateX(-50%);
}
#galleryLayoutGrid-divider-top .divider-fill
{
   fill: rgba(122,28,61,1.00);
   transform-origin: bottom;
   transform: rotateY(0deg);
}
#galleryLayoutGrid-divider-bottom
{
   overflow: hidden;
   position: absolute;
   line-height: 0;
   bottom: 0%;
   left: 0;
   width: 100%;
   height: 150px;
}
#galleryLayoutGrid-divider-bottom svg
{
   display: block;
   width: 100%;
   height: 100%;
   position: relative;
   left: 50%;
   transform: translateX(-50%);
}
#galleryLayoutGrid-divider-bottom .divider-fill
{
   fill: rgba(79,79,79,1.00);
   transform-origin: bottom;
   transform: rotateY(0deg);
}
#wb_upIcon00
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #3E3E3E;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 4px 4px 4px 4px;
   vertical-align: top;
}
#wb_upIcon00 a
{
   text-decoration: none;
}
#wb_upIcon00 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#upIcon00
{
   height: 24px;
   width: 24px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#upIcon00 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 24px;
   line-height: 24px;
   vertical-align: middle;
}
#wb_upIcon00:hover #upIcon00 i
{
   color: #C71585;
}
#wb_factsIcon
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
   margin: 0 0 0 40px;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_factsIcon a
{
   text-decoration: none;
}
#wb_factsIcon a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#factsIcon
{
   height: 100px;
   width: 100px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#factsIcon i
{
   color: #A9A9A9;
   display: inline-block;
   font-size: 100px;
   line-height: 100px;
   vertical-align: middle;
}
#wb_factsIcon:hover #factsIcon i
{
   color: #FFFFFF;
}
#wb_Häuser-Wohnungen-Grundsuecke-kaufen-infoBlockHeading3
{
   background-color: rgba(255,255,255,0.78);
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 10px 0 10px 20px;
   text-align: left;
}
#Häuser-Wohnungen-Grundsuecke-kaufen-infoBlockHeading3
{
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#Häuser-Wohnungen-Grundsuecke-kaufen-infoBlockHeading3 a
{
   color: inherit;
   text-decoration: none;
}
#wb_FindenSiePassende2
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 10px 0 10px 20px;
   text-align: left;
}
#FindenSiePassende2
{
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_infoBlockText1 
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0 20px 20px 20px;
   margin: 0 0 20px 0 ;
   text-align: left;
}
#wb_infoBlockText1
{
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: 400;
   font-size: 15px;
   line-height: 21px;
}
#wb_infoBlockText1 p, #wb_infoBlockText1 ul
{
   margin: 0;
   padding: 0;
   list-style-position: inside;
}
#wb_infoBlockText1
{
   display: block;
   margin: 0 0 20px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_reviewsImage2
{
   margin: 0;
   vertical-align: top;
}
#reviewsImage2
{
   border: 0px solid #FFFFFF;
   border-radius: 2px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 600px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_infoBlockText2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 20px 20px 20px;
   margin: 0;
   text-align: left;
}
#wb_infoBlockText2
{
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: 400;
   font-size: 15px;
   line-height: 19px;
}
#wb_infoBlockText2 p, #wb_infoBlockText2 ul
{
   margin: 0;
   padding: 0;
   list-style-position: inside;
}
#wb_infoBlockText2
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Image18
{
   margin: 0;
   vertical-align: top;
}
#Image18
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: inline-block;
   width: 212px;
   height: 49px;
   vertical-align: top;
}
#wb_Heading17
{
   background-color: #7A1C3D;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   vertical-align: top;
   margin: 0 0 0 20px;
   padding: 20px 20px 20px 20px;
   text-align: center;
}
#Heading17
{
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#Heading17 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Heading2
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 20px 20px 20px 20px;
   text-align: left;
}
#Heading2
{
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_PreisImage2
{
   margin: 0;
   vertical-align: top;
}
#PreisImage2
{
   border: 0px solid #FFFFFF;
   border-radius: 2px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 600px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_PreisText2 
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 40px 20px 20px 20px;
   margin: 20px 0 0 0 ;
   text-align: left;
}
#wb_PreisText2
{
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: 400;
   font-size: 15px;
   line-height: 21px;
}
#wb_PreisText2 p, #wb_PreisText2 ul
{
   margin: 0;
   padding: 0;
   list-style-position: inside;
}
#wb_PreisText2
{
   display: block;
   margin: 20px 0 0 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_PreisHeading8
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 105px 0 0 0 ;
   padding: 10px 0 10px 20px;
   text-align: left;
}
#PreisHeading8
{
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#PreisHeading8 a
{
   color: inherit;
   text-decoration: none;
}
#wb_PreisHeading9
{
   background-color: #7A1C3D;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   vertical-align: top;
   margin: 0 0 0 20px;
   padding: 20px 20px 20px 20px;
   text-align: center;
}
#PreisHeading9
{
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#PreisHeading9 a
{
   color: inherit;
   text-decoration: none;
}
#PreisMediaPlayer1 img
{
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   border: 0px solid #000000;
   border-radius: 0px;
}
#PreisMediaPlayer1
{
   display: block;
   width: 100%;
   height: 100%;
}
#wb_PreisMediaPlayer1 img
{
   display: block;
   position: relative;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
   height: auto;
   margin-left: auto;
   margin-right: auto;
}
#wb_PreisText1 
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0 20px 20px 20px;
   margin: 0 0 20px 0 ;
   text-align: left;
}
#wb_PreisText1
{
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: 400;
   font-size: 15px;
   line-height: 21px;
}
#wb_PreisText1 p, #wb_PreisText1 ul
{
   margin: 0;
   padding: 0;
   list-style-position: inside;
}
#wb_PreisText1
{
   display: block;
   margin: 0 0 20px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_PreisHeading4
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 10px 0 10px 20px;
   text-align: left;
}
#PreisHeading4
{
   color: #969696;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_RezessionenCard1
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 0 0 30px 0 ;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: left;
}
#RezessionenCard1-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#RezessionenCard1-card-item0
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #7A1C3D;
   font-family: "Times New Roman";
   font-weight: bold;
   font-style: normal;
   font-size: 107px;
}
#RezessionenCard1-card-item1
{
   box-sizing: border-box;
   margin: -40px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#RezessionenCard1-card-item2
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #7A1C3D solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#RezessionenCard1-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: right;
}
#wb_RezessionenCard5
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 0 0 30px 0 ;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: left;
}
#RezessionenCard5-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#RezessionenCard5-card-item0
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #7A1C3D;
   font-family: "Times New Roman";
   font-weight: bold;
   font-style: normal;
   font-size: 107px;
}
#RezessionenCard5-card-item1
{
   box-sizing: border-box;
   margin: -40px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#RezessionenCard5-card-item2
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #7A1C3D solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#RezessionenCard5-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: right;
}
#wb_RezessionenCard2
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 0 0 30px 0 ;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: left;
}
#RezessionenCard2-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#RezessionenCard2-card-item0
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #7A1C3D;
   font-family: "Times New Roman";
   font-weight: bold;
   font-style: normal;
   font-size: 107px;
}
#RezessionenCard2-card-item1
{
   box-sizing: border-box;
   margin: -40px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#RezessionenCard2-card-item2
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #7A1C3D solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#RezessionenCard2-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: right;
}
#wb_RezessionenCard4
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 0 0 30px 0 ;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: left;
}
#RezessionenCard4-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#RezessionenCard4-card-item0
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #7A1C3D;
   font-family: "Times New Roman";
   font-weight: bold;
   font-style: normal;
   font-size: 107px;
}
#RezessionenCard4-card-item1
{
   box-sizing: border-box;
   margin: -40px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#RezessionenCard4-card-item2
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #7A1C3D solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#RezessionenCard4-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: right;
}
#wb_RezessionenCard6
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 0 0 30px 0 ;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: left;
}
#RezessionenCard6-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#RezessionenCard6-card-item0
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #7A1C3D;
   font-family: "Times New Roman";
   font-weight: bold;
   font-style: normal;
   font-size: 107px;
}
#RezessionenCard6-card-item1
{
   box-sizing: border-box;
   margin: -40px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#RezessionenCard6-card-item2
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #7A1C3D solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#RezessionenCard6-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: right;
}
#wb_RezessionenCard3
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 0 0 30px 0 ;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: left;
}
#RezessionenCard3-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#RezessionenCard3-card-item0
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #7A1C3D;
   font-family: "Times New Roman";
   font-weight: bold;
   font-style: normal;
   font-size: 107px;
}
#RezessionenCard3-card-item1
{
   box-sizing: border-box;
   margin: -40px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#RezessionenCard3-card-item2
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #7A1C3D solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#RezessionenCard3-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: right;
}
#wb_RezessionenCard7
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 0 0 50px 0 ;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: left;
}
#RezessionenCard7-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#RezessionenCard7-card-item0
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #7A1C3D;
   font-family: "Times New Roman";
   font-weight: bold;
   font-style: normal;
   font-size: 107px;
}
#RezessionenCard7-card-item1
{
   box-sizing: border-box;
   margin: -40px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#RezessionenCard7-card-item2
{
   box-sizing: border-box;
   margin: 5px 20px 0 20px;
   border-top: 1px #7A1C3D solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#RezessionenCard7-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: right;
}
#wb_RezessionenHeading
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 20px 0 20px 0;
   text-align: center;
}
#RezessionenHeading
{
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#RezessionenHeading a
{
   color: inherit;
   text-decoration: none;
}
#wb_RezessionenFontAwesomeIcon1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#RezessionenFontAwesomeIcon1
{
   height: 100px;
   width: 100px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#RezessionenFontAwesomeIcon1 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 100px;
   line-height: 100px;
   vertical-align: middle;
}
#wb_RezessionenFontAwesomeIcon1:hover #RezessionenFontAwesomeIcon1 i
{
   color: #FFFFFF;
}
#galleryCollage
{
   box-sizing: border-box;
   font-size: 0;
   width: 100%;
   height: 100%;
   table-layout: fixed;
   display: table;
   margin: 0;
   position: relative;
}
#galleryCollage .thumbnail img
{
   border: 0px solid #000000;
   box-sizing: border-box;
   border-radius: 0px;
}
#galleryCollage .thumbnail
{
   opacity: 0;
   position: absolute;
}
#galleryCollage .thumbnail img
{
   width: 100%;
   height: 100%;
   margin: 0;
   padding: 0;
   object-fit: cover;
}
#galleryCollage .thumbnails
{
   perspective: 1300px;
}
#galleryCollage .thumbnail.effect
{
   animation: galleryCollage-animation 600ms ease-in-out forwards;
   transform: rotateX(-80deg);
   transform-style: preserve-3d;
   transform-origin: 0% 0%;
}
@keyframes galleryCollage-animation
{
   0%
   {
   }
   100%
   {
      opacity: 1;
      transform: rotateX(0deg);
   }
}
#wb_ReferenzHeading5
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 20px 0 20px 0;
   text-align: center;
}
#ReferenzHeading5
{
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#ReferenzHeading5 a
{
   color: inherit;
   text-decoration: none;
}
#wb_ReferenzFontAwesomeIcon2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#ReferenzFontAwesomeIcon2
{
   height: 100px;
   width: 100px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#ReferenzFontAwesomeIcon2 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 100px;
   line-height: 100px;
   vertical-align: middle;
}
#wb_ReferenzFontAwesomeIcon2:hover #ReferenzFontAwesomeIcon2 i
{
   color: #A9A9A9;
}
#wb_LayoutGridFooter2
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #4F4F4F;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGridFooter2
{
   box-sizing: border-box;
   padding: 50px 15px 50px 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGridFooter2 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGridFooter2 > .row > .col-1, #LayoutGridFooter2 > .row > .col-2, #LayoutGridFooter2 > .row > .col-3, #LayoutGridFooter2 > .row > .col-4
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGridFooter2 > .row > .col-1, #LayoutGridFooter2 > .row > .col-2, #LayoutGridFooter2 > .row > .col-3, #LayoutGridFooter2 > .row > .col-4
{
   float: left;
}
#LayoutGridFooter2 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 16.66666667%;
   text-align: center;
}
#LayoutGridFooter2 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 16.66666667%;
   text-align: left;
}
#LayoutGridFooter2 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 16.66666667%;
   text-align: left;
}
#LayoutGridFooter2 > .row > .col-4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: center;
}
#LayoutGridFooter2:before,
#LayoutGridFooter2:after,
#LayoutGridFooter2 .row:before,
#LayoutGridFooter2 .row:after
{
   display: table;
   content: " ";
}
#LayoutGridFooter2:after,
#LayoutGridFooter2 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGridFooter2 > .row > .col-1, #LayoutGridFooter2 > .row > .col-2, #LayoutGridFooter2 > .row > .col-3, #LayoutGridFooter2 > .row > .col-4
{
   float: none;
   width: 100%;
}
}
#wb_footerHeading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 20px 0 0 0 ;
   padding: 0 0 20px 0;
   text-align: center;
}
#footerHeading1
{
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_footerText2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 8px 0;
   margin: 0;
   text-align: left;
}
#footerText2-max-width
{
   margin-left: 0 !important;
   margin-right: auto !important;
   max-width: 300px;
   width: 100%;
}
#wb_footerText2
{
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-size: 15px;
}
#wb_footerText2 div
{
   text-align: left;
}
#wb_footerText2
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_footerMenu1
{
   border: 0px solid #C0C0C0;
   border-radius: 0px;
   background-color: transparent;
   margin: 0 0 25px 0 ;
   text-align: left;
   position: relative;
   z-index: 1111 !important;
}
#wb_footerMenu1::after
{
   content: "";
   display: table;
clear: both;
}
#wb_footerMenu1 ul
{
   list-style-type: none;
   margin: 0;
   padding: 0;
    font-size: 0;
   position: relative;
   display: inline-block;
   width: 80px;
}
#wb_footerMenu1 li
{
   display: inline-block;
   margin: 0;
   padding: 0px 0px 0px 0px;
   width: 80px;
}
#wb_footerMenu1 a
{
   display: block;
   color: #FFFFFF;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 1px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
   border-left-color: #FFFFFF;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   text-align: left;
   vertical-align: middle;
}
#wb_footerMenu1 > ul > li > a
{
   width: 80px;
   height: 27px;
   padding: 0 0px 0px 0px;
   line-height: 27px;
}
#wb_footerMenu1 li:hover a, #wb_footerMenu1 a:hover
{
   color: #C71585;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 1px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #7A1C3D;
   border-right-color: #7A1C3D;
   border-bottom-color: #7A1C3D;
   border-left-color: #7A1C3D;
   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_footerText3 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 8px 0;
   margin: 0;
   text-align: left;
}
#footerText3-max-width
{
   margin-left: auto !important;
   margin-right: auto !important;
   max-width: 300px;
   width: 100%;
}
#wb_footerText3
{
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-size: 15px;
}
#wb_footerText3 div
{
   text-align: left;
}
#wb_footerText3
{
   display: inline-block;
   margin: 0;
   width: 51px;
   height: 16px;
}
#wb_footerMenu2
{
   border: 0px solid #C0C0C0;
   border-radius: 0px;
   background-color: transparent;
   margin: 0 0 25px 0 ;
   text-align: left;
   position: relative;
   z-index: 1111 !important;
}
#wb_footerMenu2::after
{
   content: "";
   display: table;
clear: both;
}
#wb_footerMenu2 ul
{
   list-style-type: none;
   margin: 0;
   padding: 0;
    font-size: 0;
   position: relative;
   display: inline-block;
   width: 80px;
}
#wb_footerMenu2 li
{
   display: inline-block;
   margin: 0;
   padding: 0px 0px 0px 0px;
   width: 80px;
}
#wb_footerMenu2 a
{
   display: block;
   color: #FFFFFF;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 1px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
   border-left-color: #FFFFFF;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   text-align: left;
   vertical-align: middle;
}
#wb_footerMenu2 > ul > li > a
{
   width: 80px;
   height: 27px;
   padding: 0 0px 0px 0px;
   line-height: 27px;
}
#wb_footerMenu2 li:hover a, #wb_footerMenu2 a:hover
{
   color: #C71585;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 1px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
   border-left-color: #FFFFFF;
   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_footerText4 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 10px 0;
   margin: 0;
   text-align: center;
}
#footerText4-max-width
{
   margin-left: auto !important;
   margin-right: auto !important;
   max-width: 200px;
   width: 100%;
}
#wb_footerText4
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-size: 15px;
}
#wb_footerText4 div
{
   text-align: center;
}
#wb_footerText4
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#footerShape
{
   border-width: 0;
   vertical-align: top;
}
#wb_footerShape
{
   margin: 0;
   vertical-align: top;
}
#wb_Text3 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 10px 0 10px 0 ;
   text-align: left;
}
#Text3-max-width
{
   margin-left: auto !important;
   margin-right: auto !important;
   max-width: 320px;
   width: 100%;
}
#wb_Text3
{
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-size: 21px;
}
#wb_Text3 div
{
   text-align: left;
}
#wb_Text3
{
   display: inline-block;
   margin: 10px 0 10px 0 ;
   width: 150px;
   height: 46px;
}
#wb_PlatzhalterText1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 8px 0;
   margin: 0;
   text-align: left;
}
#wb_PlatzhalterText1
{
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: italic;
   text-decoration: line-through;
   font-size: 15px;
   line-height: 16px;
}
#wb_PlatzhalterText1 p, #wb_PlatzhalterText1 ul
{
   margin: 0;
   padding: 0;
   list-style-position: inside;
}
#wb_PlatzhalterText1
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_social
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #4F4F4F;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#social
{
   box-sizing: border-box;
   padding: 25px 15px 25px 15px;
   margin-right: auto;
   margin-left: auto;
}
#social > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#social > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#social > .row > .col-1
{
   float: left;
}
#social > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#social:before,
#social:after,
#social .row:before,
#social .row:after
{
   display: table;
   content: " ";
}
#social:after,
#social .row:after
{
   clear: both;
}
@media (max-width: 0px)
{
#social > .row > .col-1
{
   float: none;
   width: 100%;
}
}
#wb_FacebookSocialIcon1
{
   background-color: #4F4F4F;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 50%;
   text-align: center;
   margin: 0;
   padding: 16px 16px 16px 16px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_FacebookSocialIcon1 a
{
   text-decoration: none;
}
#wb_FacebookSocialIcon1 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#wb_FacebookSocialIcon1:hover
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
}
#FacebookSocialIcon1
{
   height: 40px;
   width: 33px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#FacebookSocialIcon1 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 33px;
   line-height: 40px;
   vertical-align: middle;
}
#wb_FacebookSocialIcon1:hover #FacebookSocialIcon1 i
{
   color: #4F4F4F;
}
#wb_FacebookSocialIcon1
{
   transition: all 500ms linear 0ms;
}
#wb_InstagramSocialIcon2
{
   background-color: #4F4F4F;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 50%;
   text-align: center;
   margin: 0;
   padding: 16px 16px 16px 16px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_InstagramSocialIcon2 a
{
   text-decoration: none;
}
#wb_InstagramSocialIcon2 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#wb_InstagramSocialIcon2:hover
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
}
#InstagramSocialIcon2
{
   height: 40px;
   width: 33px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#InstagramSocialIcon2 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 33px;
   line-height: 40px;
   vertical-align: middle;
}
#wb_InstagramSocialIcon2:hover #InstagramSocialIcon2 i
{
   color: #4F4F4F;
}
#wb_InstagramSocialIcon2
{
   transition: all 500ms linear 0ms;
}
#wb_YoutubeSocialIcon4
{
   background-color: #4F4F4F;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 50%;
   text-align: center;
   margin: 0;
   padding: 16px 16px 16px 16px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_YoutubeSocialIcon4 a
{
   text-decoration: none;
}
#wb_YoutubeSocialIcon4 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#wb_YoutubeSocialIcon4:hover
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
}
#YoutubeSocialIcon4
{
   height: 40px;
   width: 33px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#YoutubeSocialIcon4 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 33px;
   line-height: 40px;
   vertical-align: middle;
}
#wb_YoutubeSocialIcon4:hover #YoutubeSocialIcon4 i
{
   color: #4F4F4F;
}
#wb_YoutubeSocialIcon4
{
   transition: all 500ms linear 0ms;
}
#wb_twitterIcon1
{
   background-color: #4F4F4F;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 50%;
   text-align: center;
   margin: 0;
   padding: 16px 16px 16px 16px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_twitterIcon1 a
{
   text-decoration: none;
}
#wb_twitterIcon1 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#wb_twitterIcon1:hover
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
}
#twitterIcon1
{
   height: 40px;
   width: 33px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#twitterIcon1 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 33px;
   line-height: 40px;
   vertical-align: middle;
}
#wb_twitterIcon1:hover #twitterIcon1 i
{
   color: #4F4F4F;
}
#wb_twitterIcon1
{
   transition: all 1000ms linear 0ms;
}
#wb_PinterestSocialIcon1
{
   background-color: #4F4F4F;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 50%;
   text-align: center;
   margin: 0;
   padding: 16px 16px 16px 16px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_PinterestSocialIcon1 a
{
   text-decoration: none;
}
#wb_PinterestSocialIcon1 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#wb_PinterestSocialIcon1:hover
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
}
#PinterestSocialIcon1
{
   height: 40px;
   width: 33px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#PinterestSocialIcon1 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 33px;
   line-height: 40px;
   vertical-align: middle;
}
#wb_PinterestSocialIcon1:hover #PinterestSocialIcon1 i
{
   color: #4F4F4F;
}
#wb_PinterestSocialIcon1
{
   transition: all 500ms linear 0ms;
}
#wb_footer
{
   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;
}
#footer
{
   box-sizing: border-box;
   padding: 25px 0 25px 0;
   margin-right: auto;
   margin-left: auto;
}
#footer > .row
{
   margin-right: 0;
   margin-left: 0;
}
#footer > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#footer > .row > .col-1
{
   float: left;
}
#footer > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#footer:before,
#footer:after,
#footer .row:before,
#footer .row:after
{
   display: table;
   content: " ";
}
#footer:after,
#footer .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#footer > .row > .col-1
{
   float: none;
   width: 100%;
}
}
#wb_Master_footerImage1
{
   margin: 0 2px 0 2px;
   vertical-align: top;
}
#Master_footerImage1
{
   border: 0px solid transparent;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: inline-block;
   width: 76px;
   height: 76px;
   vertical-align: top;
}
#wb_Master_page2Image5
{
   margin: 0;
   vertical-align: top;
}
#Master_page2Image5
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: inline-block;
   width: 78px;
   height: 78px;
   vertical-align: top;
}
#wb_Image2
{
   height: 100%;
   margin: 0 2px 0 2px;
   vertical-align: top;
}
#Image2
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: inline-block;
   width: 100%;
   height: 100%;
   vertical-align: top;
   object-fit: scale-down;
}
#wb_LayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid1
{
   box-sizing: border-box;
   padding: 50px 0 10px 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid1 > .row
{
   margin-right: 0;
   margin-left: 0;
}
#LayoutGrid1 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#LayoutGrid1 > .row > .col-1
{
   float: left;
}
#LayoutGrid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#LayoutGrid1:before,
#LayoutGrid1:after,
#LayoutGrid1 .row:before,
#LayoutGrid1 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid1:after,
#LayoutGrid1 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid1 > .row > .col-1
{
   float: none;
   width: 100%;
}
}
#wb_Image4
{
   margin: 0 2px 0 2px;
   vertical-align: top;
}
#Image4
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: inline-block;
   width: 74px;
   height: 78px;
   vertical-align: top;
}
#wb_Image5
{
   margin: 0 2px 0 2px;
   vertical-align: top;
}
#Image5
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: inline-block;
   width: 74px;
   height: 77px;
   vertical-align: top;
}
#wb_Image6
{
   margin: 0 2px 0 2px;
   vertical-align: top;
}
#Image6
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: inline-block;
   width: 74px;
   height: 78px;
   vertical-align: top;
}
#wb_Image7
{
   margin: 0;
   vertical-align: top;
}
#Image7
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: inline-block;
   width: 78px;
   height: 78px;
   vertical-align: top;
}
#wb_Image8
{
   margin: 0;
   vertical-align: top;
}
#Image8
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: inline-block;
   width: 253px;
   height: 78px;
   vertical-align: top;
}
#wb_copyright 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #DCDCDC;
   border-radius: 0px;
   padding: 0 10px 4px 10px;
   margin: 0 10px 20px 10px;
   text-align: center;
}
#wb_copyright
{
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-size: 16px;
}
#wb_copyright div
{
   text-align: center;
}
#wb_copyright
{
   display: block;
   margin: 0 10px 20px 10px;
   box-sizing: border-box;
   width: calc(100% - 20px);
}
#wb_Image11
{
   margin: 0 2px 0 2px;
   vertical-align: top;
}
#Image11
{
   border: 0px solid transparent;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: inline-block;
   width: 56px;
   height: 56px;
   vertical-align: top;
}
#wb_Image1
{
   margin: 0 2px 0 2px;
   vertical-align: top;
}
#Image1
{
   border: 0px solid transparent;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: inline-block;
   width: 56px;
   height: 56px;
   vertical-align: top;
}
#wb_Image9
{
   margin: 0 2px 0 2px;
   vertical-align: top;
}
#Image9
{
   border: 0px solid transparent;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: inline-block;
   width: 56px;
   height: 56px;
   vertical-align: top;
}
#wb_Image3
{
   height: 100%;
   margin: 2px 2px 0 2px;
   vertical-align: top;
}
#Image3
{
   border: 0px solid transparent;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: inline-block;
   width: 100%;
   height: 100%;
   vertical-align: top;
   object-fit: contain;
}
#wb_Image12
{
   margin: 0 2px 0 2px;
   vertical-align: top;
}
#Image12
{
   border: 0px solid transparent;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: inline-block;
   width: 56px;
   height: 56px;
   vertical-align: top;
}
#wb_Image13
{
   margin: 0 2px 0 2px;
   vertical-align: top;
}
#Image13
{
   border: 0px solid transparent;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: inline-block;
   width: 56px;
   height: 56px;
   vertical-align: top;
}
#wb_Image14
{
   margin: 0 2px 0 2px;
   vertical-align: top;
}
#Image14
{
   border: 0px solid transparent;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: inline-block;
   width: 56px;
   height: 56px;
   vertical-align: top;
}
#wb_Image15
{
   margin: 0;
   vertical-align: top;
}
#Image15
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: inline-block;
   width: 50px;
   height: 50px;
   vertical-align: top;
}
#wb_Image10
{
   margin: 0;
   vertical-align: top;
}
#Image10
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: inline-block;
   width: 136px;
   height: 76px;
   vertical-align: top;
}
#wb_Image16
{
   margin: 0 2px 0 2px;
   vertical-align: top;
}
#Image16
{
   border: 0px solid transparent;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: inline-block;
   width: 56px;
   height: 56px;
   vertical-align: top;
}
#wb_Image17
{
   margin: 0;
   vertical-align: top;
}
#Image17
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: inline-block;
   width: 50px;
   height: 77px;
   vertical-align: top;
}
#wb_Icon1
{
   background-color: #4F4F4F;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 300px;
   text-align: center;
   margin: 0;
   padding: 8px 5px 16px 5px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_Icon1 a
{
   text-decoration: none;
}
#wb_Icon1 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#wb_Icon1:hover
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
}
#Icon1
{
   height: 29px;
   width: 35px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#Icon1 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 29px;
   line-height: 29px;
   vertical-align: middle;
}
#wb_Icon1:hover #Icon1 i
{
   color: #4F4F4F;
}
#wb_Icon1
{
   transition: all 500ms linear 0ms;
}
#wb_Heading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   vertical-align: top;
   margin: 20px 0 0 20px;
   padding: 0 0 20px 0;
   text-align: left;
}
#Heading1
{
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_FusszeileLayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #4F4F4F;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#FusszeileLayoutGrid1
{
   box-sizing: border-box;
   padding: 10px 0 0 0;
   margin-right: auto;
   margin-left: auto;
}
#FusszeileLayoutGrid1 > .row
{
   margin-right: 0;
   margin-left: 0;
}
#FusszeileLayoutGrid1 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#FusszeileLayoutGrid1 > .row > .col-1
{
   float: left;
}
#FusszeileLayoutGrid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#FusszeileLayoutGrid1:before,
#FusszeileLayoutGrid1:after,
#FusszeileLayoutGrid1 .row:before,
#FusszeileLayoutGrid1 .row:after
{
   display: table;
   content: " ";
}
#FusszeileLayoutGrid1:after,
#FusszeileLayoutGrid1 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#FusszeileLayoutGrid1 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#StickyUpLayerMittig
{
   background-color: #3E3E3E;
   background-image: none;
   border-radius: 0px;
   opacity: 0.77;
}
#wb_UpIcon002
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #3E3E3E;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 4px 4px 4px 4px;
   vertical-align: top;
}
#wb_UpIcon002 a
{
   text-decoration: none;
}
#wb_UpIcon002 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#UpIcon002
{
   height: 24px;
   width: 24px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#UpIcon002 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 24px;
   line-height: 24px;
   vertical-align: middle;
}
#wb_UpIcon002:hover #UpIcon002 i
{
   color: #C71585;
}
#wb_LayoutGridMenuenormal
{
   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;
}
#LayoutGridMenuenormal
{
   box-sizing: border-box;
   padding: 15px 5px 0 5px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGridMenuenormal > .row
{
   margin-right: -5px;
   margin-left: -5px;
}
#LayoutGridMenuenormal > .row > .col-1, #LayoutGridMenuenormal > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 5px;
   padding-left: 5px;
   position: relative;
}
#LayoutGridMenuenormal > .row > .col-1, #LayoutGridMenuenormal > .row > .col-2
{
   float: left;
}
#LayoutGridMenuenormal > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: center;
}
#LayoutGridMenuenormal > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 75%;
   text-align: right;
}
#LayoutGridMenuenormal:before,
#LayoutGridMenuenormal:after,
#LayoutGridMenuenormal .row:before,
#LayoutGridMenuenormal .row:after
{
   display: table;
   content: " ";
}
#LayoutGridMenuenormal:after,
#LayoutGridMenuenormal .row:after
{
   clear: both;
}
@media (max-width: 0px)
{
#LayoutGridMenuenormal > .row > .col-1, #LayoutGridMenuenormal > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_Image2MBiLogo320
{
   margin: 0;
   vertical-align: top;
}
#Image2MBiLogo320
{
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 240px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
.ThemeableMenu1 .nav
{
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-size: 16px;
   font-style: normal;
   color: #7A1C3D;
   text-align: left;
   text-transform: none;
}
#ThemeableMenu1, .ThemeableMenu1 .nav, .ThemeableMenu1 *
{
   margin: 0;
   padding: 0;
   box-sizing: border-box;
   line-height: 1;
   list-style: none;
}
.ThemeableMenu1 .nav:before,
.ThemeableMenu1 .nav:after 
{
   content: " ";
   display: table;
}
.ThemeableMenu1 .nav:after 
{
   clear: both;
}
.ThemeableMenu1 .nav a 
{
   text-decoration: none;
}
.ThemeableMenu1 .nav ul
{
   margin-top: 0;
   margin-bottom: 0;
}
.ThemeableMenu1 .nav ul ul
{
   margin-bottom: 0;
}
.ThemeableMenu1 .container 
{
   margin-right: auto;
   margin-left: auto;
   padding: 0;
}
.ThemeableMenu1 .container:before,
.ThemeableMenu1 .container:after 
{
   content: " ";
   display: table;
}
.ThemeableMenu1 .container:after 
{
   clear: both;
}
.ThemeableMenu1 .collapse 
{
   display: none;
}
.ThemeableMenu1 .collapse.show 
{
   display: block;
}
.ThemeableMenu1 .collapsing 
{
   position: relative;
   height: 0;
   overflow: hidden;
   transition: height .35s ease;
}
.ThemeableMenu1 .arrow, .ThemeableMenu1 .arrow-right
{
   display: inline-block;
   margin-left: 4px;
   width: 0;
   height: 0;
   vertical-align: middle;
   border-top: 4px solid #000;
   border-right: 4px solid transparent;
   border-left: 4px solid transparent;
   border-bottom: 0 dotted;
   }
.ThemeableMenu1 .arrow-right
{
   border-left: 4px solid #7A1C3D;
   border-top: 4px solid transparent;
   border-bottom: 4px solid transparent;
   border-right: 0 dotted;
}
}
.ThemeableMenu1 .dropdown-menu > li > a:hover .arrow-right, .ThemeableMenu1 .dropdown-menu > li > a:focus .arrow-right
{
   border-left-color:#7A1C3D;
}
.ThemeableMenu1 .dropdown 
{
   position: relative;
}
.ThemeableMenu1 .dropdown-toggle:focus 
{
   outline: 0;
}
.ThemeableMenu1 .dropdown-menu 
{
   position: absolute;
   top: 100%;
   left: 0;
   z-index: 1000;
   display: none;
   float: left;
   min-width: 160px;
   padding: 5px 0;
   margin: 2px 0 0;
   list-style: none;
   font-size: 16px;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid rgba(255,255,255,1.00);
   border-radius: 0px;
   background-clip: padding-box;
}
.ThemeableMenu1 .dropdown-menu .divider
{
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
   background-color: #FFFFFF;
}
.ThemeableMenu1 .dropdown-menu > li > a
{
   display: block;
   padding: 3px 10px 3px 10px;
   clear: both;
   line-height: 1.428571429;
   color: #7A1C3D;
   text-transform: none;
   white-space: nowrap;
}
.ThemeableMenu1 .dropdown-menu > li > a:hover,
.ThemeableMenu1 .dropdown-menu > li > a:focus 
{
   text-decoration: none;
   color: #7A1C3D;
   background-color: #EDEDED;
   background-image: none;
}
.ThemeableMenu1 .dropdown-menu > li > a.active,
.ThemeableMenu1 .dropdown-menu > li > a.active:hover,
.ThemeableMenu1 .dropdown-menu > li > a.active:focus
{
   color: #7A1C3D;
   background-color: #EDEDED;
   background-image: none;
   text-decoration: none;
   outline: 0;
}
.ThemeableMenu1 .show > .dropdown-menu
{
   display: block;
}
.ThemeableMenu1 .show > a
{
   outline: 0;
}
.ThemeableMenu1 .dropdown-header
{
   display: block;
   padding: 3px 20px;
   line-height: 1.428571429;
   color: #aeaeae;
}
.ThemeableMenu1 .dropdown-backdrop
{
   position: fixed;
   left: 0;
   right: 0;
   bottom: 0;
   top: 0;
   z-index: 990;
}
.ThemeableMenu1 .dropdown.show .dropdown-menu
{
   animation-name: ThemeableMenu1-animation;
   animation-duration: 500ms;
   animation-iteration-count: 1;
   animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
   animation-fill-mode: forwards;
}
@keyframes ThemeableMenu1-animation
{
   0%
   {
      opacity: 0;
      transform: translateY(-10px);
   }
   100%
   {
      opacity: 1;
      transform: translateY(0);
   }
}
.ThemeableMenu1 .nav > li 
{
   position: relative;
   display: block;
}
.ThemeableMenu1 .nav > li > a
{
   position: relative;
   display: block;
   padding: 10px 15px 15px 15px;
}
.ThemeableMenu1 .nav .show > a,
.ThemeableMenu1 .nav .show > a:hover,
.ThemeableMenu1 .nav .show > a:focus
{
    border-color: #343A40;
}
.ThemeableMenu1 .nav .nav-divider
{
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
   background-color: #FFFFFF;
}
.ThemeableMenu1 .nav .arrow
{
   border-top-color: #343A40;
   border-bottom-color: #343A40;
}
.ThemeableMenu1
{
   position: relative;
}
.ThemeableMenu1:before,
.ThemeableMenu1:after
{
   content: " ";
   display: table;
}
.ThemeableMenu1:after
{
   clear: both;
}
.ThemeableMenu1 .navbar-header:before,
.ThemeableMenu1 .navbar-header:after
{
   content: " ";
   display: table;
}
.ThemeableMenu1 .navbar-header:after
{
   clear: both;
}
.ThemeableMenu1-navbar-collapse 
{
   overflow-x: visible;
   -webkit-overflow-scrolling: touch;
}
.ThemeableMenu1-navbar-collapse:before,
.ThemeableMenu1-navbar-collapse:after
{
   content: " ";
   display: table;
}
.ThemeableMenu1-navbar-collapse:after
{
   clear: both;
}
.ThemeableMenu1-navbar-collapse.show
{
   overflow-y: auto;
}
.ThemeableMenu1 .navbar-toggle 
{
   position: relative;
   float: right;
   width: 52px;
   height: 47px;
   padding: 10px 15px 15px 15px;
   background-color: transparent;
   border: 1px solid transparent;
   border-radius: 6px;
}
.ThemeableMenu1 .navbar-toggle .line
{
   background-color: #7A1C3D;
}
.ThemeableMenu1 .navbar-toggle .line
{
   display: block;
   width: 22px;
   height: 4px;
   border-radius: 0px;
   transition: all 500ms linear;
}
.ThemeableMenu1 .navbar-toggle .line
{
   margin: 4px auto;
}
.ThemeableMenu1 .navbar-toggle  .line:first-child
{
   margin-top: 0px !important;
}
.ThemeableMenu1 .navbar-toggle  .line:last-child
{
   margin-bottom: 0px !important;
}
.ThemeableMenu1 .navbar-nav
{
   margin: 6px -15px;
}
.ThemeableMenu1 .navbar-nav > li > .dropdown-menu
{
   margin-top: 0;
}
.ThemeableMenu1 .navbar-nav > li > a
{
   color: #7A1C3D;
}
.ThemeableMenu1 .navbar-nav > li > a:hover,
.ThemeableMenu1 .navbar-nav > li > a:focus
{
   background-color: #EDEDED;
   background-image: none;
   color: #7A1C3D;
   text-decoration: none;
}
.ThemeableMenu1 .navbar-nav > li > a.active,
.ThemeableMenu1 .navbar-nav > li > a.active:hover,
.ThemeableMenu1 .navbar-nav > li > a.active:focus
{
   color: #7A1C3D;
   background-color: #EDEDED;
   background-image: none;
}
.ThemeableMenu1 .navbar-toggle
{
   border: 1px solid transparent;
}
.ThemeableMenu1 .navbar-toggle:hover,
.ThemeableMenu1 .navbar-toggle:focus
{
   background-color: transparent;
}
.ThemeableMenu1-navbar-collapse
{
   border-color: rgba(255,255,255,1.00);
}
.ThemeableMenu1 .navbar-nav > .dropdown > a:hover .arrow,
.ThemeableMenu1 .navbar-nav > .dropdown > a:focus .arrow
{
   border-top-color: #7A1C3D;
   border-bottom-color: #7A1C3D;
}
.ThemeableMenu1 .navbar-nav > .show > a,
.ThemeableMenu1 .navbar-nav > .show > a:hover,
.ThemeableMenu1 .navbar-nav > .show > a:focus
{
   background-color: #EDEDED;
   background-image: none;
   color: #7A1C3D;
}
.ThemeableMenu1 .navbar-nav > .show > a .arrow,
.ThemeableMenu1 .navbar-nav > .show > a:hover .arrow,
.ThemeableMenu1 .navbar-nav > .show > a:focus .arrow
{
   border-top-color: #7A1C3D;
   border-bottom-color: #7A1C3D;
}
.ThemeableMenu1 .navbar-nav > .dropdown > a .arrow
{
   border-top-color: #7A1C3D;
   border-bottom-color: #7A1C3D;
}
.ThemeableMenu1 .navbar-link
{
   color: #7A1C3D;
}
.ThemeableMenu1 .navbar-link:hover
{
   color: #7A1C3D;
}
.ThemeableMenu1 .navbar-header
{
   color: #7A1C3D;
}
@media (min-width: 468px) 
{
.ThemeableMenu1 .navbar-right .dropdown-menu
{
   right: 0;
   left: auto;
}
.ThemeableMenu1 .navbar-header
{
   float: left;
}
.ThemeableMenu1-navbar-collapse
{
   width: auto;
   border-top: 0;
   box-shadow: none;
}
.ThemeableMenu1-navbar-collapse.collapse
{
   display: block!important;
   height: auto!important;
   padding-bottom: 0;
   overflow: visible!important;
}
.ThemeableMenu1-navbar-collapse.show
{
   overflow-y: auto;
}
.ThemeableMenu1 .navbar-toggle
{
   display: none;
}
.ThemeableMenu1 .navbar-nav
{
   float: right;
   margin: 0;
}
.ThemeableMenu1 .navbar-nav > li
{
   float: left;
}
.ThemeableMenu1 .container > .navbar-header,
.ThemeableMenu1 .container > .ThemeableMenu1-navbar-collapse
{
   margin-right: 0;
   margin-left: 0;
}
.ThemeableMenu1 .navbar-nav > .dropdown > a:hover .arrow,
.ThemeableMenu1 .navbar-nav > .dropdown > a:focus .arrow
{
   border-top-color: #C71585;
   border-bottom-color: #C71585;
}
}
@media (max-width: 468px) 
{
.ThemeableMenu1 
{
   background-color: transparent;
   background-image: none;
   border: 1px solid rgba(255,255,255,0.00);
}
.ThemeableMenu1 .navbar-nav
{
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
}
.ThemeableMenu1 .navbar-nav .show .dropdown-menu
{
   position: static !important;
   transform: translate3d(0px, 0px, 0px) !important;
   float: none;
   width: auto;
   margin-top: 0;
   background-color: transparent;
   border: 0;
   box-shadow: none;
}
.ThemeableMenu1 .navbar-nav .show .dropdown-menu > li > a,
.ThemeableMenu1 .navbar-nav .show .dropdown-menu .dropdown-header
{
   padding: 5px 15px 5px 15px;
}
.ThemeableMenu1 .navbar-nav .show .dropdown-menu > li > a
{
   line-height: 20px;
}
.ThemeableMenu1 .arrow-right
{
   border-top: 4px solid #7A1C3D;
   border-right: 4px solid transparent;
   border-left: 4px solid transparent;
   border-bottom: 0 dotted;
}
.ThemeableMenu1 .dropdown-menu > li > a:hover .arrow-right, .ThemeableMenu1 .dropdown-menu > li > a:focus .arrow-right
{
   border-top: 4px solid #7A1C3D;
   border-right: 4px solid transparent;
   border-left: 4px solid transparent;
   border-bottom: 0 dotted;
}
}
@media (min-width: 468px) 
{
.ThemeableMenu1 
{
   background-color: transparent;
   background-image: none;
   border: 1px solid rgba(255,255,255,0.00);
   border-radius: 6px;
}
.ThemeableMenu1 .navbar-nav > li > a
{
   color: #7A1C3D;
}
.ThemeableMenu1 .navbar-nav > li > a:hover,
.ThemeableMenu1 .navbar-nav > li > a:focus
{
   color: #C71585;
   background-color: transparent;
   background-image: none;
}
.ThemeableMenu1 .navbar-nav > li > a.active,
.ThemeableMenu1 .navbar-nav > li > a.active:hover,
.ThemeableMenu1 .navbar-nav > li > a.active:focus
{
   color: #C71585;
   background-color: transparent;
   background-image: none;
}
.ThemeableMenu1 .navbar-nav > .show > a,
.ThemeableMenu1 .navbar-nav > .show > a:hover,
.ThemeableMenu1 .navbar-nav > .show > a:focus
{
   background-color: transparent;
   background-image: none;
   color: #C71585;
}
.ThemeableMenu1 .navbar-nav > .dropdown > a:hover .arrow
{
   border-top-color: #C71585;
   border-bottom-color: #C71585;
}
.ThemeableMenu1 .navbar-nav > .dropdown > a .arrow
{
   border-top-color: #7A1C3D;
   border-bottom-color: #7A1C3D;
}
.ThemeableMenu1 .navbar-nav > li > a.active > .arrow,
.ThemeableMenu1 .navbar-nav > li > a.active:hover > .arrow,
.ThemeableMenu1 .navbar-nav > li > a.active:focus > .arrow
{
   border-top-color: #C71585;
   border-bottom-color: #C71585;
}
.ThemeableMenu1 .navbar-nav > .show > a .arrow,
.ThemeableMenu1 .navbar-nav > .show > a:hover .arrow,
.ThemeableMenu1 .navbar-nav > .show > a:focus .arrow
{
   border-top-color: #C71585;
   border-bottom-color: #C71585;
}
.ThemeableMenu1 .navbar-link
{
   color: #7A1C3D;
}
.ThemeableMenu1 .navbar-link:hover 
{
   color: #fff;
}
}
.ThemeableMenu1 .navbar-nav > li:first-child > a
{
   border-top-left-radius: 6px;
   border-bottom-left-radius: 6px;
}
.ThemeableMenu1 .dropdown-menu > li:last-child > a
{
   border-bottom-left-radius: 6px;
   border-bottom-right-radius: 6px;
}
#wb_ThemeableMenu1.affix
{
   top: 0 !important;
   position: fixed !important;
}
#ThemeableMenu1 i
{
   font-size: 16px;
   position: relative;
   left: 0;
   top: 0;
   margin-right: 4px;
   width: 16px;
}
#wb_ThemeableMenu1
{
   z-index: 1111 !important;
}
#wb_LOGOplusIMAGE
{
   margin: 0;
   vertical-align: top;
}
#LOGOplusIMAGE
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   filter: drop-shadow(0px 0px 10px rgba(128,128,128,1.00));
   display: inline-block;
   width: 60px;
   height: 59px;
   vertical-align: top;
}
#LOGOplusIMAGE
{
   transform: rotate(0deg) ;
   transition: transform 500ms linear 0ms;
}
#LOGOplusIMAGE:hover
{
   transform: rotate(360deg) ;
   transition: transform 500ms linear 0ms;
}
#wb_Card10
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 0 0 30px 0 ;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: left;
}
#Card10-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card10-card-item0
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #7A1C3D;
   font-family: "Times New Roman";
   font-weight: bold;
   font-style: normal;
   font-size: 107px;
}
#Card10-card-item1
{
   box-sizing: border-box;
   margin: -40px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card10-card-item2
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #7A1C3D solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card10-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: right;
}
#wb_Text18 
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 10px 30px 50px 20px;
   margin: 0;
   text-align: left;
}
#wb_Text18
{
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: 400;
   font-size: 15px;
   line-height: 19px;
}
#wb_Text18 p, #wb_Text18 ul
{
   margin: 0;
   padding: 0;
   list-style-position: inside;
}
#wb_Text18
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Card12
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 0 0 30px 0 ;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: left;
}
#Card12-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card12-card-item0
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #7A1C3D;
   font-family: "Times New Roman";
   font-weight: bold;
   font-style: normal;
   font-size: 107px;
}
#Card12-card-item1
{
   box-sizing: border-box;
   margin: -40px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card12-card-item2
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #7A1C3D solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card12-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: right;
}
#wb_Card13
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 0 0 30px 0 ;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: left;
}
#Card13-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card13-card-item0
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #7A1C3D;
   font-family: "Times New Roman";
   font-weight: bold;
   font-style: normal;
   font-size: 107px;
}
#Card13-card-item1
{
   box-sizing: border-box;
   margin: -40px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card13-card-item2
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #7A1C3D solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card13-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: right;
}
#wb_Card14
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 0 0 30px 0 ;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: left;
}
#Card14-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card14-card-item0
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #7A1C3D;
   font-family: "Times New Roman";
   font-weight: bold;
   font-style: normal;
   font-size: 107px;
}
#Card14-card-item1
{
   box-sizing: border-box;
   margin: -40px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card14-card-item2
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #7A1C3D solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card14-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: right;
}
#PhotoCollage1
{
   box-sizing: border-box;
   font-size: 0;
   width: 100%;
   height: 100%;
   table-layout: fixed;
   display: table;
   margin: 0;
   position: relative;
}
#PhotoCollage1 .thumbnail img
{
   border: 0px solid #000000;
   box-sizing: border-box;
   border-radius: 0px;
}
#PhotoCollage1 .thumbnail
{
   opacity: 0;
   position: absolute;
}
#PhotoCollage1 .thumbnail img
{
   width: 100%;
   height: 100%;
   margin: 0;
   padding: 0;
   object-fit: cover;
}
#PhotoCollage1 .thumbnails
{
   perspective: 1300px;
}
#PhotoCollage1 .thumbnail.effect
{
   animation: PhotoCollage1-animation 600ms ease-in-out forwards;
   transform: rotateX(-80deg);
   transform-style: preserve-3d;
   transform-origin: 0% 0%;
}
@keyframes PhotoCollage1-animation
{
   0%
   {
   }
   100%
   {
      opacity: 1;
      transform: rotateX(0deg);
   }
}
#Line1
{
   border-color: #FFFFFF;
   border-color: rgba(255,255,255,0.00);
   border-style: solid;
   border-bottom-width: 23px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 0;
   padding: 0;
}
#wb_Wir-begleiten-Sie 
{
   background-color: rgba(255,255,255,0.80);
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 20px 0;
   margin: 0;
   text-align: left;
}
#wb_Wir-begleiten-Sie
{
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-size: 29px;
   line-height: 36.5px;
}
#wb_Wir-begleiten-Sie p, #wb_Wir-begleiten-Sie ul
{
   margin: 0;
   padding: 0;
   list-style-position: inside;
}
#wb_Wir-begleiten-Sie
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#Auswahlmenue-Gespraech-Immoangebote
{
   border-radius: 0px;
   border: 0px solid #FFFFFF;
   background-color: transparent;
   background-image: none;
   border-collapse: separate;
   border-spacing: 0px;
   margin: 0;
}
#Auswahlmenue-Gespraech-Immoangebote td, #Auswahlmenue-Gespraech-Immoangebote th
{
   padding: 0;
}
#Auswahlmenue-Gespraech-Immoangebote p, #Auswahlmenue-Gespraech-Immoangebote ul
{
   margin: 0;
   padding: 0;
}
#Auswahlmenue-Gespraech-Immoangebote .cell0
{
   background-color: transparent;
   background-image: none;
   text-align: left;
   vertical-align: top;
   color: #000000;
   font-family: Arial;
   font-size: 13px;
   line-height: 16px;
}
#Auswahlmenue-Gespraech-Immoangebote .cell1
{
   background-color: #7A1C3D;
   background-image: none;
   text-align: center;
   vertical-align: middle;
   font-size: 0;
}
#Auswahlmenue-Gespraech-Immoangebote .cell2
{
   background-color: #7A1C3D;
   background-image: none;
   text-align: center;
   vertical-align: middle;
   font-size: 0;
}
#Auswahlmenue-Gespraech-Immoangebote .cell3
{
   background-color: transparent;
   background-image: none;
   text-align: left;
   vertical-align: top;
   color: #000000;
   font-family: Arial;
   font-size: 13px;
   line-height: 16px;
}
#Auswahlmenue-Gespraech-Immoangebote .cell4
{
   background-color: #FFFFFF;
   background-image: none;
   text-align: center;
   vertical-align: middle;
   font-size: 0;
}
#Auswahlmenue-Gespraech-Immoangebote .cell5
{
   background-color: #FFFFFF;
   background-image: none;
   text-align: center;
   vertical-align: middle;
   font-size: 0;
}
#Auswahlmenue-Gespraech-Immoangebote .cell6
{
   background-color: transparent;
   background-image: none;
   text-align: center;
   vertical-align: middle;
}
#wb_Gespraech-Icon1
{
   background-color: #7A1C3D;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_Gespraech-Icon1 a
{
   text-decoration: none;
}
#wb_Gespraech-Icon1 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#Gespraech-Icon1
{
   height: 40px;
   width: 40px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#Gespraech-Icon1 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 40px;
   line-height: 40px;
   vertical-align: middle;
}
#wb_Gespraech-Icon1:hover #Gespraech-Icon1 i
{
   color: #F5F5F5;
}
#wb_Heading7
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: center;
}
#Heading7
{
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#Heading7 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Icon2
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_Icon2 a
{
   text-decoration: none;
}
#wb_Icon2 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#Icon2
{
   height: 40px;
   width: 40px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#Icon2 i
{
   color: #7A1C3D;
   display: inline-block;
   font-size: 40px;
   line-height: 40px;
   vertical-align: middle;
}
#wb_Icon2:hover #Icon2 i
{
   color: #C71585;
}
#wb_Heading8
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: center;
}
#Heading8
{
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#Heading8 a
{
   color: inherit;
   text-decoration: none;
}
#wb_SloganH2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 30px 0 10px 0;
   text-align: center;
}
#SloganH2
{
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_Heading11
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 10px 0 10px 0;
   text-align: center;
}
#Heading11
{
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#Heading11 a
{
   color: inherit;
   text-decoration: none;
}
#wb_WasKoennenWirTunH2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 30px 0 0 0 ;
   padding: 10px 0 10px 20px;
   text-align: center;
}
#WasKoennenWirTunH2
{
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#WasKoennenWirTunH2 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Image20
{
   margin: 20px 0 0 0 ;
   vertical-align: top;
}
#Image20
{
   border: 0px solid #FFFFFF;
   border-radius: 2px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 600px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_Text1 
{
   background-color: rgba(255,255,255,0.80);
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 20px 20px 20px 20px;
   text-align: left;
}
#Text1-max-width
{
   margin-left: 0 !important;
   margin-right: auto !important;
   max-width: 1024px;
   width: 100%;
}
#wb_Text1
{
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-size: 15px;
}
#wb_Text1 div
{
   text-align: left;
}
#wb_Text1
{
   display: block;
   margin: 20px 20px 20px 20px;
   box-sizing: border-box;
   width: calc(100% - 40px);
}
#wb_Text5 
{
   background-color: rgba(255,255,255,0.80);
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 20px 0;
   margin: 20px 0 0 0 ;
   text-align: left;
}
#wb_Text5
{
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: 400;
   font-size: 24px;
   line-height: 31px;
}
#wb_Text5 p, #wb_Text5 ul
{
   margin: 0;
   padding: 0;
   list-style-position: inside;
}
#wb_Text5
{
   display: block;
   margin: 20px 0 0 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text6 
{
   background-color: rgba(255,255,255,0.80);
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 20px 20px 20px;
   margin: 45px 20px 0 20px;
   text-align: left;
}
#wb_Text6
{
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: 400;
   font-size: 16px;
   line-height: 24px;
}
#wb_Text6 p, #wb_Text6 ul
{
   margin: 0;
   padding: 0;
   list-style-position: inside;
}
#wb_Text6
{
   display: block;
   margin: 45px 20px 0 20px;
   box-sizing: border-box;
   width: calc(100% - 40px);
}
#wb_Image21
{
   margin: 0;
   vertical-align: top;
}
#Image21
{
   border: 0px solid #FFFFFF;
   border-radius: 2px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 600px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_Heading13
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 50px 0 0 0 ;
   padding: 0 0 20px 0;
   text-align: center;
}
#Heading13
{
   color: #910041;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 29px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_Heading16
{
   background-color: rgba(255,255,255,0.78);
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 20px 0 ;
   padding: 10px 0 10px 0;
   text-align: left;
}
#Heading16
{
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#Heading16 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Jetzt-bewerten
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 0 15px 0 15px;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 3px;
   box-shadow: 0px 0px 10px rgba(0,0,0,0.39);
   text-align: center;
}
#Jetzt-bewerten-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Jetzt-bewerten-card-item0
{
   display: inline-block;
   line-height: 1.0;
   height: 48px;
   box-sizing: border-box;
   margin: 40px 0 0 0 ;
   border: 0px solid #FEFEFE;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#Jetzt-bewerten-card-item0 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Jetzt-bewerten-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 48px;
   width: 48px;
}
#Jetzt-bewerten-card-item1
{
   box-sizing: border-box;
   margin: 30px 10px 30px 10px;
   padding: 0;
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
}
#Jetzt-bewerten-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Jetzt-bewerten-card-item2
{
   box-sizing: border-box;
   margin: 10px 10px 50px 10px;
   padding: 0;
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Jetzt-bewerten-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Jetzt-bewerten-card-item3
{
   display: inline-block;
   line-height: 1.0;
   height: 61px;
   box-sizing: border-box;
   margin: 5px 0 40px 0 ;
   border: 1px solid #7A1C3D;
   border-radius: 2px;
   background-color: #7A1C3D;
   background-image: none;
   color: #FEFEFE;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Jetzt-bewerten-card-item3:hover
{
   transform: rotate(0deg) scale(1.1,1.1) ;
   transition: transform 500ms ease-out 0ms;
}
#Jetzt-bewerten-card-item3
{
   transform: rotate(0deg) ;
   transition: transform 500ms ease-out 0ms;
}
#Jetzt-bewerten-card-item3 a
{
   color: inherit;
   display: block;
   padding: 20px 10px 20px 10px;
   text-decoration: none;
}
#wb_zu-ImmobilienAngeboten
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 0 15px 0 15px;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 3px;
   box-shadow: 0px 0px 10px rgba(0,0,0,0.39);
   text-align: center;
}
#zu-ImmobilienAngeboten-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#zu-ImmobilienAngeboten-card-item0
{
   display: inline-block;
   line-height: 1.0;
   height: 48px;
   box-sizing: border-box;
   margin: 40px 0 0 0 ;
   border: 0px solid #FEFEFE;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#zu-ImmobilienAngeboten-card-item0 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#zu-ImmobilienAngeboten-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 48px;
   width: 48px;
}
#zu-ImmobilienAngeboten-card-item1
{
   box-sizing: border-box;
   margin: 30px 10px 30px 10px;
   padding: 0;
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   text-align: center;
}
#zu-ImmobilienAngeboten-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#zu-ImmobilienAngeboten-card-item2
{
   box-sizing: border-box;
   margin: 10px 10px 50px 10px;
   padding: 0;
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#zu-ImmobilienAngeboten-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#zu-ImmobilienAngeboten-card-item3
{
   display: inline-block;
   line-height: 1.0;
   height: 61px;
   box-sizing: border-box;
   margin: 5px 0 40px 0 ;
   border: 1px solid #7A1C3D;
   border-radius: 2px;
   background-color: #7A1C3D;
   background-image: none;
   color: #FEFEFE;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#zu-ImmobilienAngeboten-card-item3:hover
{
   transform: rotate(0deg) scale(1.1,1.1) ;
   transition: transform 500ms ease-out 0ms;
}
#zu-ImmobilienAngeboten-card-item3
{
   transform: rotate(0deg) ;
   transition: transform 500ms ease-out 0ms;
}
#zu-ImmobilienAngeboten-card-item3 a
{
   color: inherit;
   display: block;
   padding: 20px 10px 20px 10px;
   text-decoration: none;
}
#wb_Beratung-erhalten
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 0 15px 0 15px;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 3px;
   box-shadow: 0px 0px 10px rgba(0,0,0,0.39);
   text-align: center;
}
#Beratung-erhalten-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Beratung-erhalten-card-item0
{
   display: inline-block;
   line-height: 1.0;
   height: 48px;
   box-sizing: border-box;
   margin: 40px 0 0 0 ;
   border: 0px solid #FEFEFE;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#Beratung-erhalten-card-item0 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Beratung-erhalten-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 48px;
   width: 48px;
}
#Beratung-erhalten-card-item1
{
   box-sizing: border-box;
   margin: 30px 10px 30px 10px;
   padding: 0;
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
}
#Beratung-erhalten-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Beratung-erhalten-card-item2
{
   box-sizing: border-box;
   margin: 10px 5px 50px 5px;
   padding: 0;
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Beratung-erhalten-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Beratung-erhalten-card-item3
{
   display: inline-block;
   line-height: 1.0;
   height: 61px;
   box-sizing: border-box;
   margin: 5px 0 40px 0 ;
   border: 1px solid #7A1C3D;
   border-radius: 2px;
   background-color: #7A1C3D;
   background-image: none;
   color: #FEFEFE;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Beratung-erhalten-card-item3:hover
{
   transform: rotate(0deg) scale(1.1,1.1) ;
   transition: transform 500ms ease-out 0ms;
}
#Beratung-erhalten-card-item3
{
   transform: rotate(0deg) ;
   transition: transform 500ms ease-out 0ms;
}
#Beratung-erhalten-card-item3 a
{
   color: inherit;
   display: block;
   padding: 20px 10px 20px 10px;
   text-decoration: none;
}
#Gespraech
{
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-size: 16px;
   font-style: normal;
   display: inline-block;
   position: relative;
   vertical-align: middle;
   user-select: none;
   overflow: visible;
   text-decoration: none;
   cursor: pointer;
}
#wb_Gespraech
{
   border-radius: 2px;
   margin: 20px 10px 0 0 ;
   box-shadow: 1px 1px 2px #000000;
   vertical-align: top;
}
#Gespraech
{
   box-sizing: border-box;
   padding: 0;
   text-align: center;
}
#wb_Gespraech .ui-button
{
   display: flex;
   align-items: center;
   margin: 0;
   justify-content: center;
}
#Gespraech
{
   color: inherit;
}
#wb_Gespraech .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%20160%20160%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M88%2035%20C80%2032%2c%2072%2030%2c%2063%2030%20C54%2030%2c%2046%2032%2c%2038%2035%20C30%2038%2c%2024%2042%2c%2020%2047%20C16%2052%2c%2013%2057%2c%2013%2063%20C13%2068%2c%2015%2072%2c%2018%2076%20C21%2081%2c%2025%2084%2c%2031%2088%20L40%2093%20L37%20100%20C37%2099%2c%2038%2098%2c%2039%2097%20L44%2093%20L50%2094%20C54%2095%2c%2059%2096%2c%2063%2096%20C72%2096%2c%2080%2094%2c%2088%2091%20C96%2088%2c%20102%2084%2c%20106%2079%20C111%2074%2c%20113%2069%2c%20113%2063%20C113%2057%2c%20111%2052%2c%20106%2047%20C102%2042%2c%2096%2038%2c%2088%2035%20Z%20M31%2022%20C41%2018%2c%2052%2016%2c%2063%2016%20C75%2016%2c%2085%2018%2c%2095%2022%20C105%2026%2c%20113%2032%2c%20119%2039%20C125%2046%2c%20128%2054%2c%20128%2063%20C128%2072%2c%20125%2080%2c%20119%2087%20C113%2094%2c%20105%20100%2c%2095%20104%20C85%20108%2c%2075%20110%2c%2063%20110%20C58%20110%2c%2053%20110%2c%2048%20109%20C41%20114%2c%2032%20118%2c%2021%20120%20C20%20121%2c%2018%20121%2c%2015%20122%20L15%20122%20C14%20122%2c%2013%20121%2c%2012%20121%20C11%20120%2c%2010%20119%2c%2010%20118%20C10%20118%2c%2010%20117%2c%2010%20117%20C10%20117%2c%2010%20116%2c%2010%20116%20C10%20116%2c%2010%20116%2c%2010%20115%20C11%20115%2c%2011%20115%2c%2011%20115%20C11%20114%2c%2011%20114%2c%2011%20114%20C11%20114%2c%2011%20114%2c%2012%20113%20C12%20113%2c%2012%20113%2c%2012%20113%20C12%20113%2c%2012%20113%2c%2012%20112%20C13%20112%2c%2013%20111%2c%2014%20110%20C16%20109%2c%2016%20108%2c%2017%20107%20C18%20107%2c%2018%20106%2c%2019%20105%20C20%20104%2c%2020%20103%2c%2021%20102%20C21%20101%2c%2022%20100%2c%2022%2099%20C15%2096%2c%2010%2090%2c%205%2084%20C1%2077%2c%20%2d1%2070%2c%20%2d1%2063%20C%2d1%2054%2c%202%2046%2c%207%2039%20C13%2032%2c%2021%2026%2c%2031%2022%20Z%20M138%20122%20C139%20123%2c%20139%20124%2c%20140%20125%20C140%20126%2c%20141%20127%2c%20142%20128%20C142%20129%2c%20143%20129%2c%20143%20130%20C144%20131%2c%20145%20132%2c%20146%20133%20C147%20134%2c%20148%20135%2c%20148%20135%20C148%20135%2c%20148%20135%2c%20148%20136%20C149%20136%2c%20149%20136%2c%20149%20136%20C149%20136%2c%20149%20137%2c%20149%20137%20C150%20137%2c%20150%20137%2c%20150%20137%20C150%20138%2c%20150%20138%2c%20150%20138%20C150%20138%2c%20150%20139%2c%20150%20139%20C150%20139%2c%20150%20140%2c%20150%20140%20C150%20140%2c%20150%20140%2c%20150%20141%20C150%20142%2c%20149%20143%2c%20149%20144%20C148%20144%2c%20147%20145%2c%20145%20145%20C142%20144%2c%20140%20144%2c%20139%20143%20C129%20141%2c%20120%20137%2c%20113%20132%20C108%20133%2c%20103%20133%2c%2097%20133%20C81%20133%2c%2066%20128%2c%2054%20118%20C58%20118%2c%2061%20119%2c%2063%20119%20C73%20119%2c%2082%20117%2c%2090%20115%20C99%20112%2c%20107%20108%2c%20113%20103%20C121%2098%2c%20126%2092%2c%20130%2085%20C134%2078%2c%20136%2071%2c%20136%2063%20C136%2059%2c%20135%2053%2c%20134%2048%20C143%2052%2c%20150%2058%2c%20155%2064%20C160%2071%2c%20162%2078%2c%20162%2086%20C162%2093%2c%20160%20100%2c%20155%20107%20C151%20113%2c%20145%20118%2c%20138%20122%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
   display: inline-block;
   overflow: visible;
   position: absolute;
   left: 10px;
   margin: 0;
   top: 50%;
   transform: translateY(-50%);
   width: 40px;
   height: 40px;
}
#wb_Gespraech:hover .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%20160%20160%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M88%2035%20C80%2032%2c%2072%2030%2c%2063%2030%20C54%2030%2c%2046%2032%2c%2038%2035%20C30%2038%2c%2024%2042%2c%2020%2047%20C16%2052%2c%2013%2057%2c%2013%2063%20C13%2068%2c%2015%2072%2c%2018%2076%20C21%2081%2c%2025%2084%2c%2031%2088%20L40%2093%20L37%20100%20C37%2099%2c%2038%2098%2c%2039%2097%20L44%2093%20L50%2094%20C54%2095%2c%2059%2096%2c%2063%2096%20C72%2096%2c%2080%2094%2c%2088%2091%20C96%2088%2c%20102%2084%2c%20106%2079%20C111%2074%2c%20113%2069%2c%20113%2063%20C113%2057%2c%20111%2052%2c%20106%2047%20C102%2042%2c%2096%2038%2c%2088%2035%20Z%20M31%2022%20C41%2018%2c%2052%2016%2c%2063%2016%20C75%2016%2c%2085%2018%2c%2095%2022%20C105%2026%2c%20113%2032%2c%20119%2039%20C125%2046%2c%20128%2054%2c%20128%2063%20C128%2072%2c%20125%2080%2c%20119%2087%20C113%2094%2c%20105%20100%2c%2095%20104%20C85%20108%2c%2075%20110%2c%2063%20110%20C58%20110%2c%2053%20110%2c%2048%20109%20C41%20114%2c%2032%20118%2c%2021%20120%20C20%20121%2c%2018%20121%2c%2015%20122%20L15%20122%20C14%20122%2c%2013%20121%2c%2012%20121%20C11%20120%2c%2010%20119%2c%2010%20118%20C10%20118%2c%2010%20117%2c%2010%20117%20C10%20117%2c%2010%20116%2c%2010%20116%20C10%20116%2c%2010%20116%2c%2010%20115%20C11%20115%2c%2011%20115%2c%2011%20115%20C11%20114%2c%2011%20114%2c%2011%20114%20C11%20114%2c%2011%20114%2c%2012%20113%20C12%20113%2c%2012%20113%2c%2012%20113%20C12%20113%2c%2012%20113%2c%2012%20112%20C13%20112%2c%2013%20111%2c%2014%20110%20C16%20109%2c%2016%20108%2c%2017%20107%20C18%20107%2c%2018%20106%2c%2019%20105%20C20%20104%2c%2020%20103%2c%2021%20102%20C21%20101%2c%2022%20100%2c%2022%2099%20C15%2096%2c%2010%2090%2c%205%2084%20C1%2077%2c%20%2d1%2070%2c%20%2d1%2063%20C%2d1%2054%2c%202%2046%2c%207%2039%20C13%2032%2c%2021%2026%2c%2031%2022%20Z%20M138%20122%20C139%20123%2c%20139%20124%2c%20140%20125%20C140%20126%2c%20141%20127%2c%20142%20128%20C142%20129%2c%20143%20129%2c%20143%20130%20C144%20131%2c%20145%20132%2c%20146%20133%20C147%20134%2c%20148%20135%2c%20148%20135%20C148%20135%2c%20148%20135%2c%20148%20136%20C149%20136%2c%20149%20136%2c%20149%20136%20C149%20136%2c%20149%20137%2c%20149%20137%20C150%20137%2c%20150%20137%2c%20150%20137%20C150%20138%2c%20150%20138%2c%20150%20138%20C150%20138%2c%20150%20139%2c%20150%20139%20C150%20139%2c%20150%20140%2c%20150%20140%20C150%20140%2c%20150%20140%2c%20150%20141%20C150%20142%2c%20149%20143%2c%20149%20144%20C148%20144%2c%20147%20145%2c%20145%20145%20C142%20144%2c%20140%20144%2c%20139%20143%20C129%20141%2c%20120%20137%2c%20113%20132%20C108%20133%2c%20103%20133%2c%2097%20133%20C81%20133%2c%2066%20128%2c%2054%20118%20C58%20118%2c%2061%20119%2c%2063%20119%20C73%20119%2c%2082%20117%2c%2090%20115%20C99%20112%2c%20107%20108%2c%20113%20103%20C121%2098%2c%20126%2092%2c%20130%2085%20C134%2078%2c%20136%2071%2c%20136%2063%20C136%2059%2c%20135%2053%2c%20134%2048%20C143%2052%2c%20150%2058%2c%20155%2064%20C160%2071%2c%20162%2078%2c%20162%2086%20C162%2093%2c%20160%20100%2c%20155%20107%20C151%20113%2c%20145%20118%2c%20138%20122%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#wb_Gespraech:active .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%20160%20160%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M88%2035%20C80%2032%2c%2072%2030%2c%2063%2030%20C54%2030%2c%2046%2032%2c%2038%2035%20C30%2038%2c%2024%2042%2c%2020%2047%20C16%2052%2c%2013%2057%2c%2013%2063%20C13%2068%2c%2015%2072%2c%2018%2076%20C21%2081%2c%2025%2084%2c%2031%2088%20L40%2093%20L37%20100%20C37%2099%2c%2038%2098%2c%2039%2097%20L44%2093%20L50%2094%20C54%2095%2c%2059%2096%2c%2063%2096%20C72%2096%2c%2080%2094%2c%2088%2091%20C96%2088%2c%20102%2084%2c%20106%2079%20C111%2074%2c%20113%2069%2c%20113%2063%20C113%2057%2c%20111%2052%2c%20106%2047%20C102%2042%2c%2096%2038%2c%2088%2035%20Z%20M31%2022%20C41%2018%2c%2052%2016%2c%2063%2016%20C75%2016%2c%2085%2018%2c%2095%2022%20C105%2026%2c%20113%2032%2c%20119%2039%20C125%2046%2c%20128%2054%2c%20128%2063%20C128%2072%2c%20125%2080%2c%20119%2087%20C113%2094%2c%20105%20100%2c%2095%20104%20C85%20108%2c%2075%20110%2c%2063%20110%20C58%20110%2c%2053%20110%2c%2048%20109%20C41%20114%2c%2032%20118%2c%2021%20120%20C20%20121%2c%2018%20121%2c%2015%20122%20L15%20122%20C14%20122%2c%2013%20121%2c%2012%20121%20C11%20120%2c%2010%20119%2c%2010%20118%20C10%20118%2c%2010%20117%2c%2010%20117%20C10%20117%2c%2010%20116%2c%2010%20116%20C10%20116%2c%2010%20116%2c%2010%20115%20C11%20115%2c%2011%20115%2c%2011%20115%20C11%20114%2c%2011%20114%2c%2011%20114%20C11%20114%2c%2011%20114%2c%2012%20113%20C12%20113%2c%2012%20113%2c%2012%20113%20C12%20113%2c%2012%20113%2c%2012%20112%20C13%20112%2c%2013%20111%2c%2014%20110%20C16%20109%2c%2016%20108%2c%2017%20107%20C18%20107%2c%2018%20106%2c%2019%20105%20C20%20104%2c%2020%20103%2c%2021%20102%20C21%20101%2c%2022%20100%2c%2022%2099%20C15%2096%2c%2010%2090%2c%205%2084%20C1%2077%2c%20%2d1%2070%2c%20%2d1%2063%20C%2d1%2054%2c%202%2046%2c%207%2039%20C13%2032%2c%2021%2026%2c%2031%2022%20Z%20M138%20122%20C139%20123%2c%20139%20124%2c%20140%20125%20C140%20126%2c%20141%20127%2c%20142%20128%20C142%20129%2c%20143%20129%2c%20143%20130%20C144%20131%2c%20145%20132%2c%20146%20133%20C147%20134%2c%20148%20135%2c%20148%20135%20C148%20135%2c%20148%20135%2c%20148%20136%20C149%20136%2c%20149%20136%2c%20149%20136%20C149%20136%2c%20149%20137%2c%20149%20137%20C150%20137%2c%20150%20137%2c%20150%20137%20C150%20138%2c%20150%20138%2c%20150%20138%20C150%20138%2c%20150%20139%2c%20150%20139%20C150%20139%2c%20150%20140%2c%20150%20140%20C150%20140%2c%20150%20140%2c%20150%20141%20C150%20142%2c%20149%20143%2c%20149%20144%20C148%20144%2c%20147%20145%2c%20145%20145%20C142%20144%2c%20140%20144%2c%20139%20143%20C129%20141%2c%20120%20137%2c%20113%20132%20C108%20133%2c%20103%20133%2c%2097%20133%20C81%20133%2c%2066%20128%2c%2054%20118%20C58%20118%2c%2061%20119%2c%2063%20119%20C73%20119%2c%2082%20117%2c%2090%20115%20C99%20112%2c%20107%20108%2c%20113%20103%20C121%2098%2c%20126%2092%2c%20130%2085%20C134%2078%2c%20136%2071%2c%20136%2063%20C136%2059%2c%20135%2053%2c%20134%2048%20C143%2052%2c%20150%2058%2c%20155%2064%20C160%2071%2c%20162%2078%2c%20162%2086%20C162%2093%2c%20160%20100%2c%20155%20107%20C151%20113%2c%20145%20118%2c%20138%20122%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#wb_Gespraech .ui-corner-all, #wb_Gespraech .ui-corner-left
{
   border-bottom-left-radius: 2px;
   border-top-left-radius: 2px;
}
#wb_Gespraech .ui-corner-all, #wb_Gespraech .ui-corner-right
{
   border-bottom-right-radius: 2px;
   border-top-right-radius: 2px;
}
#wb_Gespraech .ui-button
{
   background-color: #7A1C3D;
   background-image: none;
   border: 3px solid #7A1C3D;
   color: #FFFFFF;
}
#wb_Gespraech .ui-state-hover, #wb_Gespraech .ui-button:hover
{
   border-color: #7A1C3D;
   background-color: #C71585;
   background-image: none;
   color: #FFFFFF;
}
#wb_Gespraech .ui-button:disabled
{
   opacity: .5;
   pointer-events: none;
}
#wb_Gespraech .ui-state-active, #wb_Gespraech .ui-button:active
{
   border-color: #7A1C3D;
   background-color: #7A1C3D;
   background-image: none;
   color: #FFFFFF;
}
#ImmobilieKaufen
{
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-size: 16px;
   font-style: normal;
   display: inline-block;
   position: relative;
   vertical-align: middle;
   user-select: none;
   overflow: visible;
   text-decoration: none;
   cursor: pointer;
}
#wb_ImmobilieKaufen
{
   border-radius: 2px;
   margin: 20px 0 0 0 ;
   box-shadow: 1px 1px 2px #000000;
   vertical-align: top;
}
#ImmobilieKaufen
{
   box-sizing: border-box;
   padding: 0;
   text-align: center;
}
#wb_ImmobilieKaufen .ui-button
{
   display: flex;
   align-items: center;
   margin: 0;
   justify-content: center;
}
#ImmobilieKaufen
{
   color: inherit;
}
#wb_ImmobilieKaufen .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%237A1C3D%22%20viewBox%3d%220%200%20200%20200%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M166%20112%20L166%20165%20C166%20168%2c%20166%20170%2c%20164%20172%20C162%20173%2c%20160%20174%2c%20157%20174%20L112%20174%20L112%20132%20L88%20132%20L88%20174%20L43%20174%20C41%20174%2c%2038%20173%2c%2037%20172%20C35%20170%2c%2034%20168%2c%2034%20165%20L34%20112%20C34%20111%2c%2034%20111%2c%2034%20111%20C34%20111%2c%2034%20111%2c%2034%20110%20L100%2056%20L166%20110%20C166%20111%2c%20166%20111%2c%20166%20112%20Z%20M190%20106%20L184%20113%20C183%20114%2c%20182%20115%2c%20180%20115%20L180%20115%20C178%20115%2c%20177%20115%2c%20176%20114%20L100%2050%20L24%20114%20C23%20115%2c%2021%20116%2c%2020%20115%20C18%20115%2c%2017%20114%2c%2016%20113%20L11%20106%20C9%20104%2c%208%20103%2c%208%20101%20C8%20100%2c%209%2099%2c%209%2098%20L90%2031%20C93%2028%2c%2096%2027%2c%20100%2027%20C104%2027%2c%20107%2029%2c%20111%2032%20L134%2053%20L134%2033%20C134%2032%2c%20134%2030%2c%20135%2029%20C136%2028%2c%20138%2028%2c%20139%2028%20L161%2028%20C162%2028%2c%20164%2028%2c%20165%2029%20C166%2030%2c%20166%2032%2c%20166%2033%20L166%2078%20L191%2098%20C192%2099%2c%20192%20100%2c%20192%20101%20C192%20103%2c%20191%20104%2c%20190%20106%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
   display: inline-block;
   overflow: visible;
   position: absolute;
   left: 10px;
   margin: 0;
   top: 50%;
   transform: translateY(-50%);
   width: 50px;
   height: 50px;
}
#wb_ImmobilieKaufen:hover .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%237A1C3D%22%20viewBox%3d%220%200%20200%20200%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M166%20112%20L166%20165%20C166%20168%2c%20166%20170%2c%20164%20172%20C162%20173%2c%20160%20174%2c%20157%20174%20L112%20174%20L112%20132%20L88%20132%20L88%20174%20L43%20174%20C41%20174%2c%2038%20173%2c%2037%20172%20C35%20170%2c%2034%20168%2c%2034%20165%20L34%20112%20C34%20111%2c%2034%20111%2c%2034%20111%20C34%20111%2c%2034%20111%2c%2034%20110%20L100%2056%20L166%20110%20C166%20111%2c%20166%20111%2c%20166%20112%20Z%20M190%20106%20L184%20113%20C183%20114%2c%20182%20115%2c%20180%20115%20L180%20115%20C178%20115%2c%20177%20115%2c%20176%20114%20L100%2050%20L24%20114%20C23%20115%2c%2021%20116%2c%2020%20115%20C18%20115%2c%2017%20114%2c%2016%20113%20L11%20106%20C9%20104%2c%208%20103%2c%208%20101%20C8%20100%2c%209%2099%2c%209%2098%20L90%2031%20C93%2028%2c%2096%2027%2c%20100%2027%20C104%2027%2c%20107%2029%2c%20111%2032%20L134%2053%20L134%2033%20C134%2032%2c%20134%2030%2c%20135%2029%20C136%2028%2c%20138%2028%2c%20139%2028%20L161%2028%20C162%2028%2c%20164%2028%2c%20165%2029%20C166%2030%2c%20166%2032%2c%20166%2033%20L166%2078%20L191%2098%20C192%2099%2c%20192%20100%2c%20192%20101%20C192%20103%2c%20191%20104%2c%20190%20106%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#wb_ImmobilieKaufen:active .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%237A1C3D%22%20viewBox%3d%220%200%20200%20200%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M166%20112%20L166%20165%20C166%20168%2c%20166%20170%2c%20164%20172%20C162%20173%2c%20160%20174%2c%20157%20174%20L112%20174%20L112%20132%20L88%20132%20L88%20174%20L43%20174%20C41%20174%2c%2038%20173%2c%2037%20172%20C35%20170%2c%2034%20168%2c%2034%20165%20L34%20112%20C34%20111%2c%2034%20111%2c%2034%20111%20C34%20111%2c%2034%20111%2c%2034%20110%20L100%2056%20L166%20110%20C166%20111%2c%20166%20111%2c%20166%20112%20Z%20M190%20106%20L184%20113%20C183%20114%2c%20182%20115%2c%20180%20115%20L180%20115%20C178%20115%2c%20177%20115%2c%20176%20114%20L100%2050%20L24%20114%20C23%20115%2c%2021%20116%2c%2020%20115%20C18%20115%2c%2017%20114%2c%2016%20113%20L11%20106%20C9%20104%2c%208%20103%2c%208%20101%20C8%20100%2c%209%2099%2c%209%2098%20L90%2031%20C93%2028%2c%2096%2027%2c%20100%2027%20C104%2027%2c%20107%2029%2c%20111%2032%20L134%2053%20L134%2033%20C134%2032%2c%20134%2030%2c%20135%2029%20C136%2028%2c%20138%2028%2c%20139%2028%20L161%2028%20C162%2028%2c%20164%2028%2c%20165%2029%20C166%2030%2c%20166%2032%2c%20166%2033%20L166%2078%20L191%2098%20C192%2099%2c%20192%20100%2c%20192%20101%20C192%20103%2c%20191%20104%2c%20190%20106%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#wb_ImmobilieKaufen .ui-corner-all, #wb_ImmobilieKaufen .ui-corner-left
{
   border-bottom-left-radius: 2px;
   border-top-left-radius: 2px;
}
#wb_ImmobilieKaufen .ui-corner-all, #wb_ImmobilieKaufen .ui-corner-right
{
   border-bottom-right-radius: 2px;
   border-top-right-radius: 2px;
}
#wb_ImmobilieKaufen .ui-button
{
   background-color: #FFFFFF;
   background-image: none;
   border: 3px solid #FFFFFF;
   color: #7A1C3D;
}
#wb_ImmobilieKaufen .ui-state-hover, #wb_ImmobilieKaufen .ui-button:hover
{
   border-color: #FFFFFF;
   background-color: #DAD7DE;
   background-image: none;
   color: #7A1C3D;
}
#wb_ImmobilieKaufen .ui-button:disabled
{
   opacity: .5;
   pointer-events: none;
}
#wb_ImmobilieKaufen .ui-state-active, #wb_ImmobilieKaufen .ui-button:active
{
   border-color: #FFFFFF;
   background-color: #FFFFFF;
   background-image: none;
   color: #7A1C3D;
}
#wb_Text2 
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0 20px 20px 20px;
   margin: 0;
   text-align: left;
}
#wb_Text2
{
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: 400;
   font-size: 15px;
   line-height: 21px;
}
#wb_Text2 p, #wb_Text2 ul
{
   margin: 0;
   padding: 0;
   list-style-position: inside;
}
#wb_Text2
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_AlleFolgen
{
   background-color: #7A1C3D;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   vertical-align: top;
   margin: 0 0 0 20px;
   padding: 10px 20px 10px 20px;
   text-align: center;
}
#AlleFolgen
{
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#AlleFolgen a
{
   color: inherit;
   text-decoration: none;
}
#WerbespotMediaPlayer1 img
{
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   border: 0px solid #000000;
   border-radius: 0px;
}
#WerbespotMediaPlayer1
{
   display: block;
   width: 100%;
   height: 100%;
}
#wb_WerbespotMediaPlayer1 img
{
   display: block;
   position: relative;
   margin: 0 0 30px 0 ;
   box-sizing: border-box;
   width: 100%;
   height: auto;
   margin-left: auto;
   margin-right: auto;
}
#wb_hellerSchreibtisch
{
   margin: 0;
   vertical-align: top;
}
#hellerSchreibtisch
{
   border: 0px solid #FFFFFF;
   border-radius: 2px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 480px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_Text4 
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0 20px 20px 20px;
   margin: 0;
   text-align: left;
}
#wb_Text4
{
   color: #969696;
   font-family: "Trebuchet MS";
   font-weight: 400;
   font-size: 15px;
   line-height: 21px;
}
#wb_Text4 p, #wb_Text4 ul
{
   margin: 0;
   padding: 0;
   list-style-position: inside;
}
#wb_Text4
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_MenschMittelpunktH1
{
   background-color: rgba(255,255,255,0.78);
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 10px 0 10px 20px;
   text-align: left;
}
#MenschMittelpunktH1
{
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_Heading15
{
   background-color: #7A1C3D;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   vertical-align: top;
   margin: 0 0 0 20px;
   padding: 10px 20px 10px 20px;
   text-align: center;
}
#Heading15
{
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#Heading15 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Text7 
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0 20px 20px 20px;
   margin: 0;
   text-align: left;
}
#wb_Text7
{
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: 400;
   font-size: 15px;
   line-height: 19px;
}
#wb_Text7 p, #wb_Text7 ul
{
   margin: 0;
   padding: 0;
   list-style-position: inside;
}
#wb_Text7
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text8 
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0 20px 20px 20px;
   margin: 30px 0 0 0 ;
   text-align: left;
}
#wb_Text8
{
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: 400;
   font-size: 15px;
   line-height: 19px;
}
#wb_Text8 p, #wb_Text8 ul
{
   margin: 0;
   padding: 0;
   list-style-position: inside;
}
#wb_Text8
{
   display: block;
   margin: 30px 0 0 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_Image19
{
   margin: 0;
   vertical-align: top;
}
#Image19
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0 0 20px 20px;
   display: inline-block;
   width: 219px;
   height: 219px;
   vertical-align: top;
}
#wb_Heading18
{
   background-color: #FFFFFF;
   background-image: none;
   border: 2px solid #7A1C3D;
   border-radius: 0px;
   vertical-align: top;
   margin: 0 0 0 20px;
   padding: 10px 20px 10px 20px;
   text-align: center;
}
#Heading18
{
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#Heading18 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Text9 
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 30px 20px 20px 20px;
   margin: 0;
   text-align: left;
}
#wb_Text9
{
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: 400;
   font-size: 15px;
   line-height: 21px;
}
#wb_Text9 p, #wb_Text9 ul
{
   margin: 0;
   padding: 0;
   list-style-position: inside;
}
#wb_Text9
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Image22
{
   margin: 0;
   vertical-align: top;
}
#Image22
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0 0 0 20px;
   display: inline-block;
   width: 262px;
   height: 158px;
   vertical-align: top;
}
#wb_Heading19
{
   background-color: #7A1C3D;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   vertical-align: top;
   margin: 0 0 0 20px;
   padding: 10px 20px 10px 20px;
   text-align: center;
}
#Heading19
{
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#Heading19 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Image23
{
   margin: 0;
   vertical-align: top;
}
#Image23
{
   border: 0px solid #FFFFFF;
   border-radius: 2px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 480px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_Text11 
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0 20px 20px 20px;
   margin: 0;
   text-align: left;
}
#wb_Text11
{
   color: #969696;
   font-family: "Trebuchet MS";
   font-weight: 400;
   font-size: 15px;
   line-height: 21px;
}
#wb_Text11 p, #wb_Text11 ul
{
   margin: 0;
   padding: 0;
   list-style-position: inside;
}
#wb_Text11
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Heading21
{
   background-color: rgba(255,255,255,0.78);
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 10px 0 10px 20px;
   text-align: left;
}
#Heading21
{
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#Heading21 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Heading22
{
   background-color: #7A1C3D;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   vertical-align: top;
   margin: 0 0 0 20px;
   padding: 10px 20px 10px 20px;
   text-align: center;
}
#Heading22
{
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#Heading22 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Heading23
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 10px 30px;
   padding: 0;
   text-align: left;
}
#Heading23
{
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 48px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_HeadingSubtitel
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 20px 20px 20px 30px;
   padding: 0;
   text-align: left;
}
#HeadingSubtitel
{
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
   line-height: 28.8px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#HorizontalLine1
{
   border-color: #A0A0A0;
   border-style: solid;
   border-bottom-width: 1px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 10px 0 20px 20px;
   padding: 0;
}
#wb_richtigVerkaufen
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 50px 0 0 0 ;
   padding: 10px 0 10px 0;
   text-align: center;
}
#richtigVerkaufen
{
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 29px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_Card1
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: url('../images/Immobiilie-passt-nicht-mehr.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: scroll;
   background-size: cover;
   border: 0px solid rgba(0,0,0,0.50);
   border-radius: 0px;
   text-align: left;
}
#Card1-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card1-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 80px 50px 80px 50px;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: right;
}
#wb_Card1:hover #Card1-card-item0
{
   opacity: 1.0;
   background-color: rgba(0,0,0,0.63);
   transition: opacity 300ms linear 0ms, background-color 300ms linear 0ms;
}
#Card1-card-item0
{
   opacity: 0;
   background-color: rgba(0,0,0,0.63);
   transition: opacity 500ms linear 0ms, background-color 500ms linear 0ms;
}
#Card1-card-footer
{
   box-sizing: border-box;
   border-top: 0px solid rgba(0,0,0,0.50);
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-color: rgba(0,0,0,0.50);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: right;
}
#wb_Card1:hover #Card1-card-footer
{
   background-color: #000000;
   transition: background-color 300ms linear 0ms;
}
#Card1-card-footer
{
   background-color: rgba(0,0,0,0.50);
   transition: background-color 300ms linear 0ms;
}
#wb_Card2
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: url('../images/Haus_verkauft_Prosit.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: scroll;
   background-size: cover;
   border: 0px solid rgba(0,0,0,0.50);
   border-radius: 0px;
   text-align: left;
}
#Card2-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card2-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 80px 50px 80px 50px;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#wb_Card2:hover #Card2-card-item0
{
   opacity: 1.0;
   background-color: rgba(0,0,0,0.63);
   transition: opacity 300ms linear 0ms, background-color 300ms linear 0ms;
}
#Card2-card-item0
{
   opacity: 0;
   background-color: rgba(0,0,0,0.63);
   transition: opacity 500ms linear 0ms, background-color 500ms linear 0ms;
}
#Card2-card-footer
{
   box-sizing: border-box;
   border-top: 0px solid rgba(0,0,0,0.50);
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-color: rgba(0,0,0,0.50);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#wb_Card2:hover #Card2-card-footer
{
   background-color: #000000;
   transition: background-color 300ms linear 0ms;
}
#Card2-card-footer
{
   background-color: rgba(0,0,0,0.50);
   transition: background-color 300ms linear 0ms;
}
#wb_Heading27
{
   background-clip: padding-box;
   background-color: transparent;
   background-image: none;
   border: 0px outset #FFFFFF;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 30px 0 0 0 ;
   padding: 0;
   text-align: left;
}
#Heading27
{
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#Heading27 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Text10 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 20px 20px 20px;
   text-align: left;
}
#wb_Text10
{
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: 400;
   font-size: 15px;
   line-height: 19px;
}
#wb_Text10 p, #wb_Text10 ul
{
   margin: 0;
   padding: 0;
   list-style-position: inside;
}
#wb_Text10
{
   display: block;
   margin: 0 20px 20px 20px;
   box-sizing: border-box;
   width: calc(100% - 40px);
}
#wb_Text27 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 20px 40px;
   text-align: left;
}
#wb_Text27
{
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: 400;
   font-size: 15px;
   line-height: 19px;
}
#wb_Text27 p, #wb_Text27 ul
{
   margin: 0;
   padding: 0;
   list-style-position: inside;
}
#wb_Text27
{
   display: block;
   margin: 0 0 20px 40px;
   box-sizing: border-box;
   width: calc(100% - 40px);
}
#wb_Text28 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 20px 60px 20px;
   text-align: left;
}
#wb_Text28
{
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: 400;
   font-size: 15px;
   line-height: 19px;
}
#wb_Text28 p, #wb_Text28 ul
{
   margin: 0;
   padding: 0;
   list-style-position: inside;
}
#wb_Text28
{
   display: block;
   margin: 0 20px 60px 20px;
   box-sizing: border-box;
   width: calc(100% - 40px);
}
#wb_Text12 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 20px 60px 20px;
   text-align: left;
}
#wb_Text12
{
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: 400;
   font-size: 15px;
   line-height: 19px;
}
#wb_Text12 p, #wb_Text12 ul
{
   margin: 0;
   padding: 0;
   list-style-position: inside;
}
#wb_Text12
{
   display: block;
   margin: 0 20px 60px 20px;
   box-sizing: border-box;
   width: calc(100% - 40px);
}
#wb_Text13 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 20px 20px 20px 20px;
   margin: 0;
   text-align: left;
}
#wb_Text13
{
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: 400;
   font-size: 15px;
   line-height: 21px;
}
#wb_Text13 p, #wb_Text13 ul
{
   margin: 0;
   padding: 0;
   list-style-position: inside;
}
#wb_Text13
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#ThemeableButton3
{
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-size: 16px;
   font-style: normal;
   display: inline-block;
   position: relative;
   vertical-align: middle;
   user-select: none;
   overflow: visible;
   text-decoration: none;
   cursor: pointer;
}
#wb_ThemeableButton3
{
   border-radius: 0px;
   margin: 50px 0 50px 20px;
   vertical-align: top;
}
#ThemeableButton3
{
   box-sizing: border-box;
   padding: 10px 0 10px 0;
   text-align: center;
}
#wb_ThemeableButton3 .ui-button
{
   display: flex;
   align-items: center;
   margin: 0;
   justify-content: center;
}
#ThemeableButton3
{
   color: inherit;
}
#wb_ThemeableButton3 .ui-corner-all, #wb_ThemeableButton3 .ui-corner-left
{
   border-bottom-left-radius: 0px;
   border-top-left-radius: 0px;
}
#wb_ThemeableButton3 .ui-corner-all, #wb_ThemeableButton3 .ui-corner-right
{
   border-bottom-right-radius: 0px;
   border-top-right-radius: 0px;
}
#wb_ThemeableButton3 .ui-button
{
   background-color: #FFFFFF;
   background-image: none;
   border: 2px solid #7A1C3D;
   color: #7A1C3D;
}
#wb_ThemeableButton3 .ui-state-hover, #wb_ThemeableButton3 .ui-button:hover
{
   border-color: #7A1C3D;
   background-color: #DAD7DE;
   background-image: none;
   color: #7A1C3D;
}
#wb_ThemeableButton3 .ui-button:disabled
{
   opacity: .5;
   pointer-events: none;
}
#wb_ThemeableButton3 .ui-state-active, #wb_ThemeableButton3 .ui-button:active
{
   border-color: #7A1C3D;
   background-color: #DAD7DE;
   background-image: none;
   color: #FFFFFF;
}
#wb_Heading14
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #7A1C3D;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 20px 20px 20px 20px;
   text-align: left;
}
#Heading14
{
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_Heading3
{
   background-color: transparent;
   background-image: none;
   border: 2px solid #7A1C3D;
   border-radius: 0px;
   vertical-align: top;
   margin: 20px 10px 40px 10px;
   padding: 10px 10px 10px 10px;
   text-align: center;
}
#Heading3
{
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#Heading3 a
{
   color: inherit;
   text-decoration: none;
}
#wb_wirBegleitenH3
{
   background-clip: padding-box;
   background-color: transparent;
   background-image: none;
   border: 0px outset #FFFFFF;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 30px 0 0 20px;
   padding: 0;
   text-align: left;
}
#wirBegleitenH3
{
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wirBegleitenH3 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Text15 
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 30px 30px 0 20px;
   margin: 0;
   text-align: left;
}
#wb_Text15
{
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-size: 16px;
}
#wb_Text15 div
{
   text-align: left;
}
#wb_Text15
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text14 
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 10px 30px 30px 30px;
   margin: 0;
   text-align: left;
}
#wb_Text14
{
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: 400;
   font-size: 16px;
   line-height: 22px;
}
#wb_Text14 p, #wb_Text14 ul
{
   margin: 0;
   padding: 0;
   list-style-position: inside;
}
#wb_Text14
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Heading29
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 20px 20px 20px 20px;
   text-align: left;
}
#Heading29
{
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#HorizontalLine2
{
   border-color: #7A1C3D;
   border-style: solid;
   border-bottom-width: 1px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 20px 0 20px 0 ;
   padding: 0;
}
#MediaPlayer1 img
{
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   border: 0px solid #000000;
   border-radius: 0px;
}
#MediaPlayer1
{
   display: block;
   width: 100%;
   height: 100%;
}
#wb_MediaPlayer1 img
{
   display: block;
   position: relative;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
   height: auto;
   margin-left: auto;
   margin-right: auto;
}
#wb_Text16 
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 10px 30px 0 20px;
   margin: 0;
   text-align: left;
}
#wb_Text16
{
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-size: 16px;
}
#wb_Text16 div
{
   text-align: left;
}
#wb_Text16
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text17 
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 10px 30px 10px 20px;
   margin: 0;
   text-align: left;
}
#wb_Text17
{
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-size: 16px;
}
#wb_Text17 div
{
   text-align: left;
}
#wb_Text17
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Heading12
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 30px 0 0 0 ;
   padding: 10px 0 10px 20px;
   text-align: center;
}
#Heading12
{
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#Heading12 a
{
   color: inherit;
   text-decoration: none;
}
#HorizontalLine3
{
   border-color: #A0A0A0;
   border-style: solid;
   border-bottom-width: 1px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 10px 0 20px 20px;
   padding: 0;
}
#HorizontalLine4
{
   border-color: #A0A0A0;
   border-style: solid;
   border-bottom-width: 1px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 10px 0 20px 20px;
   padding: 0;
}
#wb_AKTUELLE-LAGE
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 30px 0 0 0 ;
   padding: 10px 0 10px 0;
   text-align: center;
}
#AKTUELLE-LAGE
{
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 29px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#AKTUELLE-LAGE a
{
   color: inherit;
   text-decoration: none;
}
#HorizontalLine5
{
   border-color: #A0A0A0;
   border-style: solid;
   border-bottom-width: 1px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 10px 0 20px 20px;
   padding: 0;
}
#IconButton3
{
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-size: 16px;
   font-style: normal;
   display: inline-block;
   position: relative;
   vertical-align: middle;
   user-select: none;
   overflow: visible;
   text-decoration: none;
   cursor: pointer;
}
#wb_IconButton3
{
   border-radius: 0px;
   margin: 0;
   vertical-align: top;
}
#IconButton3
{
   box-sizing: border-box;
   padding: 0;
   text-align: center;
}
#wb_IconButton3 .ui-button
{
   display: flex;
   align-items: center;
   margin: 0;
   justify-content: center;
}
#IconButton3
{
   color: inherit;
}
#wb_IconButton3 .ui-secondary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%237A1C3D%22%20viewBox%3d%220%200%20200%20200%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M82%20124%20L132%2098%20L82%2072Z%20%20M100%2028%20C112%2028%2c%20124%2028%2c%20136%2028%20C148%2029%2c%20157%2029%2c%20162%2029%20L170%2030%20C170%2030%2c%20171%2030%2c%20172%2030%20C174%2030%2c%20175%2030%2c%20175%2030%20C176%2030%2c%20177%2031%2c%20178%2031%20C179%2031%2c%20180%2031%2c%20181%2032%20C182%2032%2c%20183%2033%2c%20185%2033%20C186%2034%2c%20187%2035%2c%20188%2036%20C190%2037%2c%20191%2038%2c%20191%2038%20C192%2039%2c%20193%2040%2c%20194%2041%20C194%2042%2c%20196%2044%2c%20197%2048%20C199%2052%2c%20200%2056%2c%20200%2060%20C201%2064%2c%20201%2070%2c%20202%2075%20C202%2080%2c%20202%2085%2c%20202%2089%20L202%2092%20L202%20108%20C202%20118%2c%20202%20129%2c%20200%20140%20C200%20144%2c%20199%20148%2c%20197%20152%20C196%20155%2c%20195%20158%2c%20193%20159%20L192%20161%20C191%20162%2c%20190%20163%2c%20188%20164%20C187%20165%2c%20186%20166%2c%20184%20167%20C183%20167%2c%20182%20168%2c%20181%20168%20C180%20169%2c%20179%20169%2c%20178%20169%20C177%20169%2c%20176%20169%2c%20175%20170%20C174%20170%2c%20174%20170%2c%20172%20170%20C171%20170%2c%20170%20170%2c%20170%20170%20C152%20172%2c%20128%20172%2c%20100%20172%20C85%20172%2c%2071%20172%2c%2060%20172%20C49%20171%2c%2041%20171%2c%2037%20171%20L32%20170%20L28%20170%20C25%20169%2c%2023%20169%2c%2022%20169%20C20%20168%2c%2018%20167%2c%2016%20166%20C13%20165%2c%2011%20163%2c%209%20161%20C8%20161%2c%208%20160%2c%207%20159%20C6%20158%2c%205%20156%2c%203%20152%20C2%20148%2c%201%20144%2c%200%20140%20C0%20135%2c%20%2d1%20130%2c%20%2d1%20125%20C%2d1%20119%2c%20%2d2%20115%2c%20%2d2%20112%20L%2d2%20108%20L%2d2%2092%20C%2d2%2081%2c%20%2d1%2071%2c%200%2060%20C1%2056%2c%202%2052%2c%203%2048%20C5%2045%2c%206%2042%2c%207%2041%20L9%2039%20C10%2038%2c%2011%2037%2c%2012%2036%20C13%2035%2c%2015%2034%2c%2016%2033%20C17%2033%2c%2018%2032%2c%2019%2032%20C20%2031%2c%2021%2031%2c%2022%2031%20C24%2031%2c%2025%2030%2c%2025%2030%20C26%2030%2c%2027%2030%2c%2028%2030%20C29%2030%2c%2030%2030%2c%2031%2030%20C49%2028%2c%2073%2028%2c%20100%2028%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
   display: inline-block;
   overflow: visible;
   margin-left: 10px;
   vertical-align: middle;
   width: 50px;
   height: 50px;
}
#wb_IconButton3:hover .ui-secondary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%237A1C3D%22%20viewBox%3d%220%200%20200%20200%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M82%20124%20L132%2098%20L82%2072Z%20%20M100%2028%20C112%2028%2c%20124%2028%2c%20136%2028%20C148%2029%2c%20157%2029%2c%20162%2029%20L170%2030%20C170%2030%2c%20171%2030%2c%20172%2030%20C174%2030%2c%20175%2030%2c%20175%2030%20C176%2030%2c%20177%2031%2c%20178%2031%20C179%2031%2c%20180%2031%2c%20181%2032%20C182%2032%2c%20183%2033%2c%20185%2033%20C186%2034%2c%20187%2035%2c%20188%2036%20C190%2037%2c%20191%2038%2c%20191%2038%20C192%2039%2c%20193%2040%2c%20194%2041%20C194%2042%2c%20196%2044%2c%20197%2048%20C199%2052%2c%20200%2056%2c%20200%2060%20C201%2064%2c%20201%2070%2c%20202%2075%20C202%2080%2c%20202%2085%2c%20202%2089%20L202%2092%20L202%20108%20C202%20118%2c%20202%20129%2c%20200%20140%20C200%20144%2c%20199%20148%2c%20197%20152%20C196%20155%2c%20195%20158%2c%20193%20159%20L192%20161%20C191%20162%2c%20190%20163%2c%20188%20164%20C187%20165%2c%20186%20166%2c%20184%20167%20C183%20167%2c%20182%20168%2c%20181%20168%20C180%20169%2c%20179%20169%2c%20178%20169%20C177%20169%2c%20176%20169%2c%20175%20170%20C174%20170%2c%20174%20170%2c%20172%20170%20C171%20170%2c%20170%20170%2c%20170%20170%20C152%20172%2c%20128%20172%2c%20100%20172%20C85%20172%2c%2071%20172%2c%2060%20172%20C49%20171%2c%2041%20171%2c%2037%20171%20L32%20170%20L28%20170%20C25%20169%2c%2023%20169%2c%2022%20169%20C20%20168%2c%2018%20167%2c%2016%20166%20C13%20165%2c%2011%20163%2c%209%20161%20C8%20161%2c%208%20160%2c%207%20159%20C6%20158%2c%205%20156%2c%203%20152%20C2%20148%2c%201%20144%2c%200%20140%20C0%20135%2c%20%2d1%20130%2c%20%2d1%20125%20C%2d1%20119%2c%20%2d2%20115%2c%20%2d2%20112%20L%2d2%20108%20L%2d2%2092%20C%2d2%2081%2c%20%2d1%2071%2c%200%2060%20C1%2056%2c%202%2052%2c%203%2048%20C5%2045%2c%206%2042%2c%207%2041%20L9%2039%20C10%2038%2c%2011%2037%2c%2012%2036%20C13%2035%2c%2015%2034%2c%2016%2033%20C17%2033%2c%2018%2032%2c%2019%2032%20C20%2031%2c%2021%2031%2c%2022%2031%20C24%2031%2c%2025%2030%2c%2025%2030%20C26%2030%2c%2027%2030%2c%2028%2030%20C29%2030%2c%2030%2030%2c%2031%2030%20C49%2028%2c%2073%2028%2c%20100%2028%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#wb_IconButton3:active .ui-secondary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%237A1C3D%22%20viewBox%3d%220%200%20200%20200%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M82%20124%20L132%2098%20L82%2072Z%20%20M100%2028%20C112%2028%2c%20124%2028%2c%20136%2028%20C148%2029%2c%20157%2029%2c%20162%2029%20L170%2030%20C170%2030%2c%20171%2030%2c%20172%2030%20C174%2030%2c%20175%2030%2c%20175%2030%20C176%2030%2c%20177%2031%2c%20178%2031%20C179%2031%2c%20180%2031%2c%20181%2032%20C182%2032%2c%20183%2033%2c%20185%2033%20C186%2034%2c%20187%2035%2c%20188%2036%20C190%2037%2c%20191%2038%2c%20191%2038%20C192%2039%2c%20193%2040%2c%20194%2041%20C194%2042%2c%20196%2044%2c%20197%2048%20C199%2052%2c%20200%2056%2c%20200%2060%20C201%2064%2c%20201%2070%2c%20202%2075%20C202%2080%2c%20202%2085%2c%20202%2089%20L202%2092%20L202%20108%20C202%20118%2c%20202%20129%2c%20200%20140%20C200%20144%2c%20199%20148%2c%20197%20152%20C196%20155%2c%20195%20158%2c%20193%20159%20L192%20161%20C191%20162%2c%20190%20163%2c%20188%20164%20C187%20165%2c%20186%20166%2c%20184%20167%20C183%20167%2c%20182%20168%2c%20181%20168%20C180%20169%2c%20179%20169%2c%20178%20169%20C177%20169%2c%20176%20169%2c%20175%20170%20C174%20170%2c%20174%20170%2c%20172%20170%20C171%20170%2c%20170%20170%2c%20170%20170%20C152%20172%2c%20128%20172%2c%20100%20172%20C85%20172%2c%2071%20172%2c%2060%20172%20C49%20171%2c%2041%20171%2c%2037%20171%20L32%20170%20L28%20170%20C25%20169%2c%2023%20169%2c%2022%20169%20C20%20168%2c%2018%20167%2c%2016%20166%20C13%20165%2c%2011%20163%2c%209%20161%20C8%20161%2c%208%20160%2c%207%20159%20C6%20158%2c%205%20156%2c%203%20152%20C2%20148%2c%201%20144%2c%200%20140%20C0%20135%2c%20%2d1%20130%2c%20%2d1%20125%20C%2d1%20119%2c%20%2d2%20115%2c%20%2d2%20112%20L%2d2%20108%20L%2d2%2092%20C%2d2%2081%2c%20%2d1%2071%2c%200%2060%20C1%2056%2c%202%2052%2c%203%2048%20C5%2045%2c%206%2042%2c%207%2041%20L9%2039%20C10%2038%2c%2011%2037%2c%2012%2036%20C13%2035%2c%2015%2034%2c%2016%2033%20C17%2033%2c%2018%2032%2c%2019%2032%20C20%2031%2c%2021%2031%2c%2022%2031%20C24%2031%2c%2025%2030%2c%2025%2030%20C26%2030%2c%2027%2030%2c%2028%2030%20C29%2030%2c%2030%2030%2c%2031%2030%20C49%2028%2c%2073%2028%2c%20100%2028%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#wb_IconButton3 .ui-corner-all, #wb_IconButton3 .ui-corner-left
{
   border-bottom-left-radius: 0px;
   border-top-left-radius: 0px;
}
#wb_IconButton3 .ui-corner-all, #wb_IconButton3 .ui-corner-right
{
   border-bottom-right-radius: 0px;
   border-top-right-radius: 0px;
}
#wb_IconButton3 .ui-button
{
   background-color: #FFFFFF;
   background-image: none;
   border: 2px solid #7A1C3D;
   color: #7A1C3D;
}
#wb_IconButton3 .ui-state-hover, #wb_IconButton3 .ui-button:hover
{
   border-color: #7A1C3D;
   background-color: #E9E9E9;
   background-image: none;
   color: #7A1C3D;
}
#wb_IconButton3 .ui-button:disabled
{
   opacity: .5;
   pointer-events: none;
}
#wb_IconButton3 .ui-state-active, #wb_IconButton3 .ui-button:active
{
   border-color: #7A1C3D;
   background-color: #FFFFFF;
   background-image: none;
   color: #7A1C3D;
}
#upStickyLayerRechts
{
   background-color: #3E3E3E;
   background-image: none;
   border-radius: 0px;
   opacity: 0.77;
}
#HorizontalLine6
{
   border-color: #7A1C3D;
   border-style: solid;
   border-bottom-width: 2px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 25px 30px 25px 30px;
   padding: 0;
}
#wb_YoutubeSocialIcon4
{
   display: inline-block;
   width: 33px;
   height: 40px;
   text-align: center;
   z-index: 183;
}
#wb_Icon1
{
   display: inline-block;
   width: 35px;
   height: 29px;
   text-align: center;
   z-index: 177;
}
#wb_RezessionenCard6
{
   display: flex;
   z-index: 126;
}
#HorizontalLine5
{
   display: inline-block;
   width: 310px;
   z-index: 97;
}
#ReferenzobjekteBookmark1
{
   opacity: 0;
}
#wb_ReferenzHeading5
{
   display: block;
   width: 100%;
   z-index: 129;
}
#wb_ReferenzFontAwesomeIcon2
{
   display: inline-block;
   width: 100px;
   height: 100px;
   text-align: center;
   z-index: 128;
}
#wb_RezessionenCard1
{
   display: flex;
   z-index: 118;
}
#ObjSucheBookmark1
{
   opacity: 0;
}
#HorizontalLine2
{
   display: inline-block;
   width: 330px;
   z-index: 75;
}
#wb_Card1
{
   display: flex;
   width: 100%;
   z-index: 71;
}
#wb_HeadingSubtitel
{
   display: block;
   width: calc(100% - 50px);
   z-index: 13;
}
#wb_Image1
{
   display: inline-block;
   width: 56px;
   height: 56px;
   text-align: center;
   z-index: 190;
}
#wb_reviewsImage2
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 107;
}
#wb_PreisImage2
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 82;
}
#wb_Bookmark3
{
   display: block;
   width: 100%;
   z-index: 73;
}
#wb_Image21
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 50;
}
#wb_Image22
{
   display: inline-block;
   width: 282px;
   height: 158px;
   z-index: 45;
}
#HorizontalLine3
{
   display: inline-block;
   width: 310px;
   z-index: 37;
}
#wb_Image20
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 35;
}
#wb_Image23
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 23;
}
#wb_Bookmark2
{
   display: block;
   width: 100%;
   z-index: 22;
}
#wb_Bookmark1
{
   display: block;
   width: 100%;
   z-index: 17;
}
#wb_ImmobilieKaufen
{
   display: inline-block;
   width: 332px;
   height: 67px;
   z-index: 15;
}
#wb_upIcon00
{
   position: absolute;
   left: 14px;
   top: 4px;
   width: 24px;
   height: 24px;
   text-align: center;
   z-index: 219;
}
#wb_UpIcon002
{
   position: absolute;
   left: 9px;
   top: 8px;
   width: 24px;
   height: 24px;
   text-align: center;
   z-index: 205;
}
#wb_Image2
{
   display: inline-block;
   width: 114px;
   height: 87px;
   z-index: 185;
}
#wb_PinterestSocialIcon1
{
   display: inline-block;
   width: 33px;
   height: 40px;
   text-align: center;
   z-index: 184;
}
#wb_FacebookSocialIcon1
{
   display: inline-block;
   width: 33px;
   height: 40px;
   text-align: center;
   z-index: 181;
}
#wb_RezessionenCard3
{
   display: flex;
   z-index: 120;
}
#wb_Card14
{
   display: flex;
   z-index: 119;
}
#wb_Beratung-erhalten
{
   display: flex;
   z-index: 29;
}
#wb_Heading8
{
   display: block;
   width: 100%;
   z-index: 9;
}
#wb_Image3
{
   display: inline-block;
   width: 56px;
   height: 58px;
   z-index: 198;
}
#wb_RezessionenCard2
{
   display: flex;
   z-index: 121;
}
#wb_RezessionenFontAwesomeIcon1
{
   display: inline-block;
   width: 100px;
   height: 100px;
   text-align: center;
   z-index: 114;
}
#wb_Card2
{
   display: flex;
   width: 100%;
   z-index: 72;
}
#wb_richtigVerkaufen
{
   display: block;
   width: 100%;
   z-index: 69;
}
#HorizontalLine1
{
   display: inline-block;
   width: 310px;
   z-index: 31;
}
#wb_zu-ImmobilienAngeboten
{
   display: flex;
   z-index: 28;
}
#StickyUpLayerMittig
{
   position: fixed;
   text-align: left;
   visibility: hidden;
   left: 50%;
   margin-left: -25px;
   top: auto;
   bottom: 0px;
   width: 50px;
   height: 50px;
   z-index: 254;
}
#wb_RezessionenHeading
{
   display: block;
   width: 100%;
   z-index: 115;
}
#wb_AlleFolgen
{
   display: inline-block;
   width: 179px;
   height: 23px;
   z-index: 40;
}
#wb_SloganH2
{
   display: block;
   width: 100%;
   z-index: 16;
}
#wb_Master_footerImage1
{
   display: inline-block;
   width: 76px;
   height: 76px;
   text-align: center;
   z-index: 196;
}
#wb_footerShape
{
   display: inline-block;
   width: 97px;
   height: 39px;
   z-index: 170;
   position: relative;
}
#wb_FooterEmbeddedPage2
{
   display: block;
   width: 100%;
   z-index: 204;
}
#Line1
{
   display: block;
   width: 100%;
   z-index: 132;
}
#wb_ReferenzobjekteBookmark1
{
   display: block;
   width: 100%;
   z-index: 130;
}
#ObjBewertungBookmark2
{
   opacity: 0;
}
#wb_MenschMittelpunktH1
{
   display: block;
   width: 100%;
   z-index: 19;
}
#wb_twitterIcon1
{
   display: inline-block;
   width: 33px;
   height: 40px;
   text-align: center;
   z-index: 182;
}
#wb_Card10
{
   display: flex;
   z-index: 125;
}
#wb_FindenSiePassende2
{
   display: block;
   width: 100%;
   z-index: 93;
}
#ImmobilieKaufen
{
   width: 100%;
   height: 100%;
}
#wb_Heading7
{
   display: block;
   width: 100%;
   z-index: 7;
}
#wb_footerMenu2
{
   display: block;
   width: 100%;
   z-index: 175;
}
#wb_footerMenu1
{
   display: block;
   width: 100%;
   z-index: 173;
}
#wb_KundenVotingBookmark1
{
   display: block;
   width: 100%;
   z-index: 116;
}
#ThemeableButton3
{
   width: 100%;
   height: 100%;
}
#wb_PreisMediaPlayer1
{
   display: block;
   width: 100%;
   z-index: 85;
}
#wb_IconButton3
{
   display: inline-block;
   width: 300px;
   height: 57px;
   z-index: 53;
}
#wb_Gespraech
{
   display: inline-block;
   width: 333px;
   height: 67px;
   z-index: 14;
}
#Auswahlmenue-Gespraech-Immoangebote
{
   display: none;
   width: 100%;
   height: 15px;
   z-index: 10;
}
#wb_Card12
{
   display: flex;
   z-index: 122;
}
#PreisBookmark1
{
   opacity: 0;
}
#wb_WerbespotMediaPlayer1
{
   display: block;
   width: 100%;
   z-index: 52;
}
#wb_Card13
{
   display: flex;
   z-index: 117;
}
#wb_Heading29
{
   display: block;
   width: 100%;
   z-index: 109;
}
#wb_Heading2
{
   display: block;
   width: 100%;
   z-index: 100;
}
#wb_Heading27
{
   display: block;
   width: 100%;
   z-index: 74;
}
#wb_WasKoennenWirTunH2
{
   display: block;
   width: 100%;
   z-index: 30;
}
#wb_Heading22
{
   display: inline-block;
   width: 179px;
   height: 23px;
   z-index: 26;
}
#wb_Heading21
{
   display: block;
   width: 100%;
   z-index: 24;
}
#wb_Heading23
{
   display: block;
   width: calc(100% - 30px);
   z-index: 11;
}
#wb_Image9
{
   display: inline-block;
   width: 56px;
   height: 56px;
   text-align: center;
   z-index: 191;
}
#wb_InstagramSocialIcon2
{
   display: inline-block;
   width: 33px;
   height: 40px;
   text-align: center;
   z-index: 180;
}
#footerShape
{
   width: 97px;
   height: 39px;
}
#wb_Heading3
{
   display: inline-block;
   width: 256px;
   height: 50px;
   z-index: 105;
}
#Bookmark3
{
   opacity: 0;
}
#IconButton3
{
   width: 100%;
   height: 100%;
}
#wb_factsIcon
{
   display: none;
   width: 100px;
   height: 100px;
   text-align: center;
   z-index: 33;
}
#wb_LOGOplusIMAGE
{
   display: inline-block;
   width: 60px;
   height: 59px;
   z-index: 1;
}
#wb_PhotoCollage1
{
   display: block;
   width: 100%;
   z-index: 133;
}
#wb_galleryCollage
{
   display: block;
   width: 100%;
   z-index: 131;
}
#wb_Jetzt-bewerten
{
   display: flex;
   z-index: 27;
}
#Bookmark2
{
   opacity: 0;
}
#Gespraech
{
   width: 100%;
   height: 100%;
}
#wb_Gespraech-Icon1
{
   display: inline-block;
   width: 40px;
   height: 40px;
   text-align: center;
   z-index: 6;
}
#wb_Master_page2Image5
{
   display: inline-block;
   width: 78px;
   height: 78px;
   text-align: center;
   z-index: 197;
}
#wb_Heading1
{
   display: inline-block;
   width: 194px;
   height: 96px;
   z-index: 179;
}
#KundenVotingBookmark1
{
   opacity: 0;
}
#wb_ObjBewertungBookmark2
{
   display: block;
   width: 100%;
   z-index: 106;
}
#wb_Heading14
{
   display: block;
   width: 100%;
   z-index: 98;
}
#wb_Heading17
{
   display: inline-block;
   width: 174px;
   height: 23px;
   z-index: 95;
}
#wb_Heading16
{
   display: block;
   width: 100%;
   z-index: 90;
}
#wb_ObjSucheBookmark1
{
   display: block;
   width: 100%;
   z-index: 89;
}
#wb_Heading13
{
   display: block;
   width: 100%;
   z-index: 81;
}
#wb_Heading11
{
   display: block;
   width: 100%;
   z-index: 47;
}
#wb_Heading19
{
   display: inline-block;
   width: 222px;
   height: 23px;
   z-index: 46;
}
#wb_Heading18
{
   display: inline-block;
   width: 223px;
   height: 19px;
   z-index: 43;
}
#wb_Heading12
{
   display: block;
   width: 100%;
   z-index: 36;
}
#wb_Heading15
{
   display: inline-block;
   width: 179px;
   height: 23px;
   z-index: 21;
}
#Bookmark1
{
   opacity: 0;
}
#upStickyLayerRechts
{
   position: fixed;
   text-align: left;
   left: auto;
   right: 0px;
   top: auto;
   bottom: 0px;
   width: 60px;
   height: 41px;
   z-index: 256;
}
#wb_RezessionenCard5
{
   display: flex;
   z-index: 123;
}
#wb_AKTUELLE-LAGE
{
   display: block;
   width: 100%;
   z-index: 96;
}
#wb_Häuser-Wohnungen-Grundsuecke-kaufen-infoBlockHeading3
{
   display: block;
   width: 100%;
   z-index: 92;
}
#wb_PreisHeading4
{
   display: block;
   width: 100%;
   z-index: 88;
}
#wb_PreisHeading9
{
   display: inline-block;
   width: 218px;
   height: 23px;
   z-index: 87;
}
#wb_PreisHeading8
{
   display: block;
   width: 100%;
   z-index: 83;
}
#HorizontalLine6
{
   display: inline-block;
   width: 350px;
   z-index: 12;
}
#wb_Icon2
{
   display: inline-block;
   width: 40px;
   height: 40px;
   text-align: center;
   z-index: 8;
}
#wb_RezessionenCard4
{
   display: flex;
   z-index: 124;
}
#wb_ThemeableButton3
{
   display: inline-block;
   width: 280px;
   height: 58px;
   z-index: 112;
}
#wb_ObjSucheBlockImage1
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 91;
}
#wb_hellerSchreibtisch
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 18;
}
#wb_ThemeableMenu1
{
   display: block;
   width: 100%;
   z-index: 2;
}
#wb_Image16
{
   display: inline-block;
   width: 56px;
   height: 56px;
   text-align: center;
   z-index: 195;
}
#wb_Image14
{
   display: inline-block;
   width: 56px;
   height: 56px;
   z-index: 194;
}
#wb_Image13
{
   display: inline-block;
   width: 56px;
   height: 56px;
   text-align: center;
   z-index: 193;
}
#wb_Image12
{
   display: inline-block;
   width: 56px;
   height: 56px;
   text-align: center;
   z-index: 192;
}
#wb_Image11
{
   display: inline-block;
   width: 56px;
   height: 56px;
   text-align: center;
   z-index: 189;
}
#wb_Image17
{
   display: inline-block;
   width: 50px;
   height: 77px;
   z-index: 188;
}
#wb_Image10
{
   display: inline-block;
   width: 136px;
   height: 76px;
   z-index: 187;
}
#wb_Image15
{
   display: inline-block;
   width: 50px;
   height: 50px;
   z-index: 186;
}
#wb_footerHeading1
{
   display: block;
   width: 100%;
   z-index: 176;
}
#wb_RezessionenCard7
{
   display: flex;
   z-index: 127;
}
#wb_MediaPlayer1
{
   display: block;
   width: 100%;
   z-index: 103;
}
#wb_PreisBookmark1
{
   display: block;
   width: 100%;
   z-index: 80;
}
#HorizontalLine4
{
   display: inline-block;
   width: 310px;
   z-index: 70;
}
#wb_Image19
{
   display: inline-block;
   width: 239px;
   height: 239px;
   z-index: 41;
}
#wb_wirBegleitenH3
{
   display: block;
   width: calc(100% - 20px);
   z-index: 32;
}
#wb_Image2MBiLogo320
{
   display: none;
   width: 100%;
   height: auto;
   z-index: 0;
}
@media only screen and (min-width: 1920px)
{
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#wb_header
{
   visibility: visible;
   display: table;
}
#wb_header
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#header
{
   height: auto;
   padding: 0;
}
#header .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#header > .row > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#header > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: right;
}
#wb_ThemeableMenu4
{
   width: 100%;
   visibility: hidden;
   display: none;
   margin: 0;
}
#ThemeableMenu4, .ThemeableMenu4 .nav, .ThemeableMenu4 .dropdown-menu
{
   font-weight: bold;
   font-size: 16px;
}
#wb_homeGross
{
   visibility: visible;
   display: table;
   background-color: transparent;
   background-image: url('../images/Liebe-und-Zuneigung-in-hellem-Zimmer_FLACH.jpg');
   background-repeat: repeat-y;
   background-position: right bottom;
   background-attachment: fixed;
   background-position: 50% 0;
   background-size: cover;
   box-shadow: 0px 0px 0px rgba(0,0,0,0.35);
}
#wb_homeGross
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#homeGross
{
   height: auto;
   padding: 80px 0 150px 0;
}
#homeGross-divider-top
{
   height: 60px;
}
#homeGross-divider-top
{
   top: 0%;
   left: 0;
}
#wb_LayoutGrid7
{
   visibility: visible;
   display: table;
   box-shadow: 0px 0px 0px #000000;
}
#wb_LayoutGrid7
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid7
{
   height: auto;
   padding: 50px 15px 10px 15px;
}
#LayoutGrid7 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid7-divider-top
{
   height: 50px;
}
#LayoutGrid7-divider-top
{
   top: 0%;
   left: 0;
}
#wb_LayoutGrid6
{
   visibility: visible;
   display: table;
   box-shadow: 0px 0px 0px #000000;
}
#wb_LayoutGrid6
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid6
{
   height: auto;
   padding: 10px 15px 10px 15px;
}
#LayoutGrid6 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_FuerAnker
{
   visibility: visible;
   display: table;
   box-shadow: 0px 0px 0px #000000;
}
#wb_FuerAnker
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#FuerAnker
{
   height: auto;
   padding: 50px 15px 80px 15px;
}
#FuerAnker .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_FuerUnsStehtDerMensch
{
   visibility: visible;
   display: table;
   box-shadow: 0px 0px 0px #000000;
}
#wb_FuerUnsStehtDerMensch
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#FuerUnsStehtDerMensch
{
   height: auto;
   padding: 80px 15px 80px 15px;
}
#FuerUnsStehtDerMensch .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_LayoutGrid16
{
   visibility: hidden;
   display: none;
   box-shadow: 0px 0px 0px #000000;
}
#wb_LayoutGrid16
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid16
{
   height: auto;
   padding: 50px 15px 80px 15px;
}
#LayoutGrid16 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_Auswahl-Bewerten-Kaufen-Beraten
{
   visibility: visible;
   display: block;
   background-color: rgba(255,255,255,0.80);
   background-image: none;
   border: 0px solid #CCCCCC;
   box-shadow: 0px 0px 0px #000000;
}
#Auswahl-Bewerten-Kaufen-Beraten
{
   padding: 30px 10px 30px 10px;
}
#wb_LayoutGrid10
{
   visibility: visible;
   display: table;
   box-shadow: 0px 0px 0px #000000;
}
#wb_LayoutGrid10
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid10
{
   height: auto;
   padding: 10px 15px 10px 15px;
}
#LayoutGrid10 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_Teiler
{
   visibility: visible;
   display: table;
}
#wb_Teiler
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#Teiler
{
   height: auto;
   padding: 0 15px 20px 15px;
}
#Teiler .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_LayoutGrid18
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid18
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid18
{
   height: auto;
   padding: 10px 15px 10px 15px;
}
#LayoutGrid18 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_LayoutGrid11
{
   visibility: visible;
   display: table;
   box-shadow: 0px 0px 0px #000000;
}
#wb_LayoutGrid11
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid11
{
   height: auto;
   padding: 40px 15px 80px 15px;
}
#LayoutGrid11 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_LayoutGrid5
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid5
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid5
{
   height: auto;
   padding: 10px 15px 10px 15px;
}
#LayoutGrid5 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid5-divider-bottom
{
   height: 50px;
}
#LayoutGrid5-divider-bottom
{
   bottom: 0%;
}
#wb_LayoutGrid14
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid14
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid14
{
   height: auto;
   padding: 50px 0 0 0;
}
#LayoutGrid14 .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#LayoutGrid14-divider-top
{
   height: 50px;
}
#LayoutGrid14-divider-top
{
   top: 0%;
   left: 0;
}
#wb_LayoutGrid19
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid19
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid19
{
   height: auto;
   padding: 0 15px 20px 15px;
}
#LayoutGrid19 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_LayoutGrid13
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid13
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid13
{
   height: auto;
   padding: 50px 15px 80px 15px;
}
#LayoutGrid13 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_LayoutGrid8
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid8
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid8
{
   height: auto;
   padding: 10px 15px 10px 15px;
}
#LayoutGrid8 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_LayoutGrid9
{
   visibility: visible;
   display: table;
   box-shadow: 0px 0px 0px #000000;
}
#wb_LayoutGrid9
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid9
{
   height: auto;
   padding: 80px 10px 80px 10px;
}
#LayoutGrid9 .row
{
   margin-right: -10px;
   margin-left: -10px;
}
#LayoutGrid9-divider-top
{
   height: 50px;
}
#LayoutGrid9-divider-top
{
   top: 0%;
   left: 0;
}
#LayoutGrid9-divider-bottom
{
   height: 50px;
}
#LayoutGrid9-divider-bottom
{
   bottom: 0%;
}
#wb_infoblock2
{
   visibility: visible;
   display: table;
   box-shadow: 0px 0px 0px #000000;
}
#wb_infoblock2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#infoblock2
{
   height: auto;
   padding: 20px 15px 40px 15px;
}
#infoblock2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#infoblock2-divider-top
{
   height: 50px;
}
#infoblock2-divider-top
{
   top: 0%;
   left: 0;
}
#wb_LayoutGrid2
{
   visibility: visible;
   display: table;
   box-shadow: 0px 0px 0px #000000;
}
#wb_LayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid2
{
   height: auto;
   padding: 50px 0 0 0;
}
#LayoutGrid2 .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#LayoutGrid2-divider-top
{
   height: 50px;
}
#LayoutGrid2-divider-top
{
   top: 0%;
   left: 0;
}
#wb_LayoutGrid20
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid20
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid20
{
   height: auto;
   padding: 0 15px 20px 15px;
}
#LayoutGrid20 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_LayoutGrid3
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid3
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid3
{
   height: auto;
   padding: 10px 0 10px 0;
}
#LayoutGrid3-divider-bottom
{
   height: 100px;
}
#LayoutGrid3-divider-bottom
{
   bottom: 0%;
}
#wb_LayoutGrid15
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid15
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid15
{
   height: auto;
   padding: 10px 15px 10px 15px;
}
#LayoutGrid15 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_LayoutGrid17
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid17
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid17
{
   height: auto;
   padding: 10px 0 20px 0;
}
#LayoutGrid17 .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#wb_LayoutGrid12
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid12
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid12
{
   height: auto;
   padding: 50px 0 0 0;
}
#LayoutGrid12 .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#LayoutGrid12-divider-top
{
   height: 50px;
}
#LayoutGrid12-divider-top
{
   top: 0%;
   left: 0;
}
#wb_PreisLayoutGrid2
{
   visibility: visible;
   display: table;
   box-shadow: 0px 0px 0px #000000;
}
#wb_PreisLayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#PreisLayoutGrid2
{
   height: auto;
   padding: 40px 15px 40px 15px;
}
#PreisLayoutGrid2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#PreisLayoutGrid2-divider-bottom
{
   height: 50px;
}
#PreisLayoutGrid2-divider-bottom
{
   bottom: 0%;
}
#wb_infoBlock1
{
   visibility: visible;
   display: table;
   box-shadow: 0px 0px 0px #000000;
}
#wb_infoBlock1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#infoBlock1
{
   height: auto;
   padding: 50px 15px 80px 15px;
}
#infoBlock1 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_LayoutGrid21
{
   visibility: visible;
   display: table;
   box-shadow: 0px 0px 0px #000000;
}
#wb_LayoutGrid21
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid21
{
   height: auto;
   padding: 10px 15px 10px 15px;
}
#LayoutGrid21 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_LayoutGrid22
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid22
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid22
{
   height: auto;
   padding: 0 15px 20px 15px;
}
#LayoutGrid22 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_AktuelleLage
{
   visibility: visible;
   display: table;
}
#wb_AktuelleLage
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#AktuelleLage
{
   height: auto;
   padding: 0 15px 0 15px;
}
#AktuelleLage .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_ObjSucheBlockImage1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#ObjSucheBlockImage1
{
   margin-left: auto;
   margin-right: auto;
}
#wb_kundenrezessionen
{
   visibility: visible;
   display: table;
}
#wb_kundenrezessionen
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#kundenrezessionen
{
   height: auto;
   padding: 10px 15px 10px 15px;
}
#kundenrezessionen .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#RezessionenContainer
{
   visibility: visible;
   display: grid;
   background-color: #7A1C3D;
   background-image: none;
   border: 0px solid #CCCCCC;
}
#RezessionenContainer
{
   grid-template-columns: repeat(4, 1fr);
   gap: 30px;
}
#RezessionenContainer
{
   padding: 50px 30px 0 30px;
}
#RezessionenContainer-divider-top
{
   height: 50px;
}
#RezessionenContainer-divider-top
{
   top: 0%;
   left: 0;
}
#RezessionenContainer-divider-bottom
{
   height: 50px;
}
#RezessionenContainer-divider-bottom
{
   bottom: 0%;
}
#wb_ReferenzobjekteLayoutGrid3
{
   visibility: visible;
   display: table;
   box-shadow: 0px 0px 0px #000000;
}
#wb_ReferenzobjekteLayoutGrid3
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#ReferenzobjekteLayoutGrid3
{
   height: auto;
   padding: 10px 15px 10px 15px;
}
#ReferenzobjekteLayoutGrid3 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_galleryLayoutGrid
{
   visibility: visible;
   display: table;
}
#wb_galleryLayoutGrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#galleryLayoutGrid
{
   height: auto;
   padding: 80px 15px 80px 15px;
}
#galleryLayoutGrid .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#galleryLayoutGrid-divider-top
{
   height: 50px;
}
#galleryLayoutGrid-divider-top
{
   top: 0%;
   left: 0;
}
#galleryLayoutGrid-divider-bottom
{
   height: 150px;
}
#galleryLayoutGrid-divider-bottom
{
   bottom: 0%;
}
#wb_upIcon00
{
   left: 13px;
   top: 4px;
   width: 24px;
   height: 24px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 4px 4px 4px 4px;
}
#upIcon00
{
   width: 24px;
   height: 24px;
}
#upIcon00 i
{
   line-height: 24px;
   font-size: 24px;
   width: 23px;
}
#wb_factsIcon
{
   width: 60px;
   height: 100px;
   visibility: hidden;
   display: none;
   margin: 0 0 0 40px;
   padding: 0;
   background-color: transparent;
   background-image: none;
}
#factsIcon
{
   width: 60px;
   height: 100px;
}
#factsIcon i
{
   line-height: 100px;
   font-size: 60px;
   width: 99px;
}
#wb_factsIcon:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
}
#wb_Häuser-Wohnungen-Grundsuecke-kaufen-infoBlockHeading3
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 10px 0 10px 20px;
   font-size: 32px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   box-shadow: 0px 0px 0px #000000;
}
#wb_Häuser-Wohnungen-Grundsuecke-kaufen-infoBlockHeading3
{
   background-color: rgba(255,255,255,0.78);
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: left;
}
#Häuser-Wohnungen-Grundsuecke-kaufen-infoBlockHeading3
{
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   text-align: left;
   text-transform: none;
}
#Häuser-Wohnungen-Grundsuecke-kaufen-infoBlockHeading3 a
{
   color: inherit;
}
#wb_FindenSiePassende2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 10px 0 10px 20px;
   color: #969696;
   font-size: 19px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   box-shadow: 0px 0px 0px #000000;
}
#wb_FindenSiePassende2
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: left;
}
#FindenSiePassende2
{
   color: #969696;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   text-align: left;
   text-transform: none;
}
#wb_infoBlockText1
{
   visibility: visible;
   display: block;
}
#wb_infoBlockText1
{
   font-size: 15px;
   margin: 0 0 20px 0 ;
   padding: 0 20px 20px 20px;
   text-align: left;
   line-height: 20px;
}
#wb_reviewsImage2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#reviewsImage2
{
   margin-left: auto;
   margin-right: auto;
}
#wb_infoBlockText2
{
   visibility: visible;
   display: block;
   box-shadow: 0px 0px 0px #000000;
}
#wb_infoBlockText2
{
   font-size: 15px;
   margin: 0;
   padding: 0 20px 20px 20px;
   text-align: left;
   line-height: 20px;
}
#wb_ObjSucheBookmark1
{
   visibility: visible;
   display: inline-block;
}
#wb_ObjBewertungBookmark2
{
   visibility: visible;
   display: inline-block;
}
#wb_Image18
{
   width: 212px;
   height: 49px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
}
#Image18
{
   width: 212px;
   height: 49px;
}
#wb_Heading17
{
   width: 238px;
   height: 22px;
   visibility: visible;
   display: inline-block;
   margin: 0 0 0 20px;
   padding: 20px 20px 20px 20px;
}
#wb_Heading2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 20px 20px 20px 20px;
   font-size: 27px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading2
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: left;
}
#Heading2
{
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
   text-align: left;
   text-transform: none;
}
#wb_PreisImage2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#PreisImage2
{
   margin-left: auto;
   margin-right: auto;
}
#wb_PreisBookmark1
{
   visibility: visible;
   display: inline-block;
}
#wb_PreisText2
{
   visibility: visible;
   display: block;
}
#wb_PreisText2
{
   font-size: 15px;
   margin: 20px 0 0 0 ;
   padding: 40px 20px 20px 20px;
   text-align: left;
   line-height: 20px;
}
#wb_PreisHeading8
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 105px 0 0 0 ;
   padding: 10px 0 10px 20px;
   color: #4F4F4F;
   font-size: 21px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_PreisHeading8
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: left;
}
#PreisHeading8
{
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   text-align: left;
   text-transform: none;
}
#PreisHeading8 a
{
   color: inherit;
}
#wb_PreisHeading9
{
   width: 235px;
   height: 21px;
   visibility: visible;
   display: inline-block;
   margin: 0 0 0 20px;
   padding: 20px 20px 20px 20px;
}
#wb_PreisMediaPlayer1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#wb_PreisText1
{
   visibility: visible;
   display: block;
   box-shadow: 0px 0px 0px #000000;
}
#wb_PreisText1
{
   font-size: 17px;
   margin: 0 0 20px 0 ;
   padding: 0 20px 20px 20px;
   text-align: left;
   line-height: 23px;
}
#wb_PreisHeading4
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 10px 0 10px 20px;
}
#wb_RezessionenCard1
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0 0 30px 0 ;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   color: #000000;
}
#RezessionenCard1-card-item0
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #7A1C3D;
   font-family: "Times New Roman";
   font-weight: bold;
   font-style: normal;
   font-size: 107px;
}
#RezessionenCard1-card-item1
{
   box-sizing: border-box;
   margin: -40px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#RezessionenCard1-card-item2
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #7A1C3D solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#RezessionenCard1-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: right;
}
#wb_RezessionenCard1
{
   text-align: left;
}
#wb_RezessionenCard5
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0 0 30px 0 ;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   color: #000000;
}
#RezessionenCard5-card-item0
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #7A1C3D;
   font-family: "Times New Roman";
   font-weight: bold;
   font-style: normal;
   font-size: 107px;
}
#RezessionenCard5-card-item1
{
   box-sizing: border-box;
   margin: -40px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#RezessionenCard5-card-item2
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #7A1C3D solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#RezessionenCard5-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: right;
}
#wb_RezessionenCard5
{
   text-align: left;
}
#wb_RezessionenCard2
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0 0 30px 0 ;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   color: #000000;
   background-color: #FFFFFF;
   background-image: none;
   box-shadow: 0px 0px 0px rgba(0,0,0,0.20);
}
#RezessionenCard2-card-item0
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #7A1C3D;
   font-family: "Times New Roman";
   font-weight: bold;
   font-style: normal;
   font-size: 107px;
}
#RezessionenCard2-card-item1
{
   box-sizing: border-box;
   margin: -40px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#RezessionenCard2-card-item2
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #7A1C3D solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#RezessionenCard2-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: right;
}
#wb_RezessionenCard2
{
   text-align: left;
}
#wb_RezessionenCard4
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0 0 30px 0 ;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   color: #000000;
}
#RezessionenCard4-card-item0
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #7A1C3D;
   font-family: "Times New Roman";
   font-weight: bold;
   font-style: normal;
   font-size: 107px;
}
#RezessionenCard4-card-item1
{
   box-sizing: border-box;
   margin: -40px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#RezessionenCard4-card-item2
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #7A1C3D solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#RezessionenCard4-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: right;
}
#wb_RezessionenCard4
{
   text-align: left;
}
#wb_RezessionenCard6
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0 0 30px 0 ;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   color: #000000;
}
#RezessionenCard6-card-item0
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #7A1C3D;
   font-family: "Times New Roman";
   font-weight: bold;
   font-style: normal;
   font-size: 107px;
}
#RezessionenCard6-card-item1
{
   box-sizing: border-box;
   margin: -40px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#RezessionenCard6-card-item2
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #7A1C3D solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#RezessionenCard6-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: right;
}
#wb_RezessionenCard6
{
   text-align: left;
}
#wb_RezessionenCard3
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0 0 30px 0 ;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   color: #000000;
}
#RezessionenCard3-card-item0
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #7A1C3D;
   font-family: "Times New Roman";
   font-weight: bold;
   font-style: normal;
   font-size: 107px;
}
#RezessionenCard3-card-item1
{
   box-sizing: border-box;
   margin: -40px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#RezessionenCard3-card-item2
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #7A1C3D solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#RezessionenCard3-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: right;
}
#wb_RezessionenCard3
{
   text-align: left;
}
#wb_RezessionenCard7
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0 0 50px 0 ;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   color: #000000;
   background-color: #FFFFFF;
   background-image: none;
   box-shadow: 0px 0px 0px rgba(0,0,0,0.20);
}
#RezessionenCard7-card-item0
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #7A1C3D;
   font-family: "Times New Roman";
   font-weight: bold;
   font-style: normal;
   font-size: 107px;
}
#RezessionenCard7-card-item1
{
   box-sizing: border-box;
   margin: -40px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#RezessionenCard7-card-item2
{
   box-sizing: border-box;
   margin: 5px 20px 0 20px;
   border-top: 1px #7A1C3D solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#RezessionenCard7-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: right;
}
#wb_RezessionenCard7
{
   text-align: left;
}
#wb_RezessionenHeading
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 20px 0 20px 0;
   font-size: 32px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_RezessionenHeading
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#RezessionenHeading
{
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   text-align: center;
   text-transform: none;
}
#RezessionenHeading a
{
   color: inherit;
}
#wb_RezessionenFontAwesomeIcon1
{
   width: 100px;
   height: 100px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#RezessionenFontAwesomeIcon1
{
   width: 100px;
   height: 100px;
}
#RezessionenFontAwesomeIcon1 i
{
   line-height: 100px;
   font-size: 100px;
   width: 99px;
}
#wb_galleryCollage
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#wb_ReferenzHeading5
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 20px 0 20px 0;
}
#wb_ReferenzFontAwesomeIcon2
{
   width: 100px;
   height: 100px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#ReferenzFontAwesomeIcon2
{
   width: 100px;
   height: 100px;
}
#ReferenzFontAwesomeIcon2 i
{
   line-height: 100px;
   font-size: 100px;
   width: 106px;
}
#wb_FooterEmbeddedPage2
{
   visibility: visible;
   display: block;
}
#wb_FusszeileLayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_FusszeileLayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#FusszeileLayoutGrid1
{
   height: auto;
   padding: 10px 0 0 0;
}
#FusszeileLayoutGrid1 .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#StickyUpLayerMittig
{
   width: 50px;
   height: 50px;
   visibility: hidden;
   display: none;
   box-shadow: 0px 0px 0px #000000;
}
#wb_ReferenzobjekteBookmark1
{
   visibility: visible;
   display: inline-block;
}
#wb_KundenVotingBookmark1
{
   visibility: visible;
   display: inline-block;
}
#wb_UpIcon002
{
   left: 9px;
   top: 8px;
   width: 24px;
   height: 24px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 4px 4px 4px 4px;
   background-color: transparent;
   background-image: none;
}
#UpIcon002
{
   width: 24px;
   height: 24px;
}
#UpIcon002 i
{
   line-height: 24px;
   font-size: 24px;
   width: 23px;
}
#wb_UpIcon002:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #3E3E3E;
}
#EmbeddedPage1
{
   width: 1920px;
   height: 89px;
   visibility: visible;
   display: inline-block;
}
#wb_LayoutGridMenuenormal
{
   visibility: visible;
   display: table;
}
#wb_LayoutGridMenuenormal
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGridMenuenormal
{
   height: auto;
   padding: 15px 5px 0 5px;
}
#LayoutGridMenuenormal .row
{
   margin-right: -5px;
   margin-left: -5px;
}
#wb_Image2MBiLogo320
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#Image2MBiLogo320
{
   margin-left: auto;
   margin-right: auto;
}
#wb_ThemeableMenu1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#ThemeableMenu1, .ThemeableMenu1 .nav, .ThemeableMenu1 .dropdown-menu
{
   font-weight: bold;
   font-size: 16px;
}
#wb_LOGOplusIMAGE
{
   width: 50px;
   height: 49px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
}
#LOGOplusIMAGE
{
   width: 50px;
   height: 49px;
}
#wb_Card10
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0 0 30px 0 ;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   color: #000000;
}
#Card10-card-item0
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #7A1C3D;
   font-family: "Times New Roman";
   font-weight: bold;
   font-style: normal;
   font-size: 107px;
}
#Card10-card-item1
{
   box-sizing: border-box;
   margin: -40px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card10-card-item2
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #7A1C3D solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card10-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: right;
}
#wb_Card10
{
   text-align: left;
}
#wb_Text18
{
   visibility: visible;
   display: block;
   box-shadow: 0px 0px 0px #000000;
}
#wb_Text18
{
   margin: 0;
   padding: 10px 30px 50px 20px;
}
#wb_Card12
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0 0 30px 0 ;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   color: #000000;
}
#Card12-card-item0
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #7A1C3D;
   font-family: "Times New Roman";
   font-weight: bold;
   font-style: normal;
   font-size: 107px;
}
#Card12-card-item1
{
   box-sizing: border-box;
   margin: -40px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card12-card-item2
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #7A1C3D solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card12-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: right;
}
#wb_Card12
{
   text-align: left;
}
#wb_Card13
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0 0 30px 0 ;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   color: #000000;
}
#Card13-card-item0
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #7A1C3D;
   font-family: "Times New Roman";
   font-weight: bold;
   font-style: normal;
   font-size: 107px;
}
#Card13-card-item1
{
   box-sizing: border-box;
   margin: -40px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card13-card-item2
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #7A1C3D solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card13-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: right;
}
#wb_Card13
{
   text-align: left;
}
#wb_Card14
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0 0 30px 0 ;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   font-size: 16px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: #FFFFFF;
   background-image: none;
   box-shadow: 0px 0px 0px rgba(0,0,0,0.20);
}
#Card14-card-item0
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #7A1C3D;
   font-family: "Times New Roman";
   font-weight: bold;
   font-style: normal;
   font-size: 107px;
}
#Card14-card-item1
{
   box-sizing: border-box;
   margin: -40px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card14-card-item2
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #7A1C3D solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card14-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: right;
}
#wb_Card14
{
   text-align: left;
}
#wb_PhotoCollage1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#Line1
{
   width: 100%;
   height: 15px;
   visibility: visible;
   display: block;
   margin: 0;
}
#Line1
{
   border-color: rgba(255,255,255,0.00);
   border-bottom-width: 15px;
}
#wb_Wir-begleiten-Sie
{
   visibility: visible;
   display: block;
}
#wb_Wir-begleiten-Sie
{
   font-size: 32px;
   margin: 0;
   padding: 0 0 20px 0;
   text-align: left;
}
#Auswahlmenue-Gespraech-Immoangebote
{
   visibility: hidden;
   display: none;
   font-size: 8px;
   font-style: normal;
   text-decoration: none;
}
#wb_Gespraech-Icon1
{
   width: 40px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Gespraech-Icon1
{
   width: 40px;
   height: 40px;
}
#Gespraech-Icon1 i
{
   line-height: 40px;
   font-size: 40px;
   width: 39px;
}
#wb_Heading7
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
   font-size: 16px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading7
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading7
{
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
   text-transform: none;
}
#Heading7 a
{
   color: inherit;
}
#wb_Icon2
{
   width: 40px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Icon2
{
   width: 40px;
   height: 40px;
}
#Icon2 i
{
   line-height: 40px;
   font-size: 40px;
   width: 39px;
}
#wb_Heading8
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
   font-size: 16px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading8
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading8
{
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
   text-transform: none;
}
#Heading8 a
{
   color: inherit;
}
#wb_SloganH2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 30px 0 10px 0;
}
#wb_Heading11
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 10px 0 10px 0;
   font-size: 32px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading11
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading11
{
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   text-align: center;
   text-transform: none;
}
#Heading11 a
{
   color: inherit;
}
#wb_WasKoennenWirTunH2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 60px 0 0 0 ;
   padding: 10px 0 10px 20px;
}
#wb_Image20
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#Image20
{
   margin-left: auto;
   margin-right: auto;
}
#wb_Text1
{
   visibility: visible;
   display: block;
}
#wb_Text1
{
   font-size: 17px;
   margin: 20px 20px 0 20px;
   padding: 0;
   text-align: left;
}
#wb_Text5
{
   visibility: visible;
   display: block;
}
#wb_Text5
{
   font-size: 16px;
   margin: 20px 0 0 0 ;
   padding: 0 0 20px 0;
   text-align: left;
}
#wb_Text6
{
   visibility: visible;
   display: block;
   box-shadow: 0px 0px 0px #000000;
}
#wb_Text6
{
   font-size: 16px;
   margin: 45px 20px 0 20px;
   padding: 0 20px 20px 20px;
   text-align: left;
}
#wb_Image21
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#Image21
{
   margin-left: auto;
   margin-right: auto;
}
#wb_Heading13
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 50px 0 0 0 ;
   padding: 0 0 20px 0;
   color: #910041;
   font-size: 43px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading13
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading13
{
   color: #910041;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 43px;
   text-align: center;
   text-transform: none;
}
#wb_Heading16
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 20px 0 ;
   padding: 10px 0 10px 0;
   font-size: 32px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   box-shadow: 0px 0px 0px #000000;
}
#wb_Heading16
{
   background-color: rgba(255,255,255,0.78);
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading16
{
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   text-align: center;
   text-transform: none;
}
#Heading16 a
{
   color: inherit;
}
#wb_Jetzt-bewerten
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0 15px 0 15px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   color: #000000;
   background-color: #FFFFFF;
   background-image: none;
   box-shadow: 0px 0px 10px rgba(0,0,0,0.39);
}
#Jetzt-bewerten-card-item0
{
   display: inline-block;
   line-height: 1.0;
   height: 48px;
   box-sizing: border-box;
   margin: 40px 0 0 0 ;
   border: 0px solid #FEFEFE;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#Jetzt-bewerten-card-item0 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Jetzt-bewerten-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 48px;
   width: 48px;
}
#Jetzt-bewerten-card-item1
{
   box-sizing: border-box;
   margin: 30px 10px 30px 10px;
   padding: 0;
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
}
#Jetzt-bewerten-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Jetzt-bewerten-card-item2
{
   box-sizing: border-box;
   margin: 10px 10px 50px 10px;
   padding: 0;
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Jetzt-bewerten-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Jetzt-bewerten-card-item3
{
   display: inline-block;
   line-height: 1.0;
   height: 61px;
   box-sizing: border-box;
   margin: 5px 0 40px 0 ;
   border: 1px solid #7A1C3D;
   border-radius: 2px;
   background-color: #7A1C3D;
   background-image: none;
   color: #FEFEFE;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Jetzt-bewerten-card-item3:hover
{
   transform: rotate(0deg) scale(1.1,1.1) ;
   transition: transform 500ms ease-out 0ms;
}
#Jetzt-bewerten-card-item3
{
   transform: rotate(0deg) ;
   transition: transform 500ms ease-out 0ms;
}
#Jetzt-bewerten-card-item3 a
{
   color: inherit;
   display: block;
   padding: 20px 10px 20px 10px;
   text-decoration: none;
}
#wb_Jetzt-bewerten
{
   text-align: center;
}
#wb_zu-ImmobilienAngeboten
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0 15px 0 15px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   color: #000000;
   background-color: #FFFFFF;
   background-image: none;
   box-shadow: 0px 0px 10px rgba(0,0,0,0.39);
}
#zu-ImmobilienAngeboten-card-item0
{
   display: inline-block;
   line-height: 1.0;
   height: 48px;
   box-sizing: border-box;
   margin: 40px 0 0 0 ;
   border: 0px solid #FEFEFE;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#zu-ImmobilienAngeboten-card-item0 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#zu-ImmobilienAngeboten-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 48px;
   width: 48px;
}
#zu-ImmobilienAngeboten-card-item1
{
   box-sizing: border-box;
   margin: 30px 10px 30px 10px;
   padding: 0;
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   text-align: center;
}
#zu-ImmobilienAngeboten-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#zu-ImmobilienAngeboten-card-item2
{
   box-sizing: border-box;
   margin: 10px 10px 50px 10px;
   padding: 0;
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#zu-ImmobilienAngeboten-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#zu-ImmobilienAngeboten-card-item3
{
   display: inline-block;
   line-height: 1.0;
   height: 61px;
   box-sizing: border-box;
   margin: 5px 0 40px 0 ;
   border: 1px solid #7A1C3D;
   border-radius: 2px;
   background-color: #7A1C3D;
   background-image: none;
   color: #FEFEFE;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#zu-ImmobilienAngeboten-card-item3:hover
{
   transform: rotate(0deg) scale(1.1,1.1) ;
   transition: transform 500ms ease-out 0ms;
}
#zu-ImmobilienAngeboten-card-item3
{
   transform: rotate(0deg) ;
   transition: transform 500ms ease-out 0ms;
}
#zu-ImmobilienAngeboten-card-item3 a
{
   color: inherit;
   display: block;
   padding: 20px 10px 20px 10px;
   text-decoration: none;
}
#wb_zu-ImmobilienAngeboten
{
   text-align: center;
}
#wb_Beratung-erhalten
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0 15px 0 15px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   color: #000000;
   background-color: #FFFFFF;
   background-image: none;
   box-shadow: 0px 0px 10px rgba(0,0,0,0.39);
}
#Beratung-erhalten-card-item0
{
   display: inline-block;
   line-height: 1.0;
   height: 48px;
   box-sizing: border-box;
   margin: 40px 0 0 0 ;
   border: 0px solid #FEFEFE;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#Beratung-erhalten-card-item0 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Beratung-erhalten-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 48px;
   width: 48px;
}
#Beratung-erhalten-card-item1
{
   box-sizing: border-box;
   margin: 30px 10px 30px 10px;
   padding: 0;
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
}
#Beratung-erhalten-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Beratung-erhalten-card-item2
{
   box-sizing: border-box;
   margin: 10px 5px 50px 5px;
   padding: 0;
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Beratung-erhalten-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Beratung-erhalten-card-item3
{
   display: inline-block;
   line-height: 1.0;
   height: 61px;
   box-sizing: border-box;
   margin: 5px 0 40px 0 ;
   border: 1px solid #7A1C3D;
   border-radius: 2px;
   background-color: #7A1C3D;
   background-image: none;
   color: #FEFEFE;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Beratung-erhalten-card-item3:hover
{
   transform: rotate(0deg) scale(1.1,1.1) ;
   transition: transform 500ms ease-out 0ms;
}
#Beratung-erhalten-card-item3
{
   transform: rotate(0deg) ;
   transition: transform 500ms ease-out 0ms;
}
#Beratung-erhalten-card-item3 a
{
   color: inherit;
   display: block;
   padding: 20px 10px 20px 10px;
   text-decoration: none;
}
#wb_Beratung-erhalten
{
   text-align: center;
}
#wb_Gespraech
{
   width: 290px;
   height: 47px;
   visibility: visible;
   display: inline-block;
   margin: 20px 10px 0 30px;
}
#Gespraech
{
   font-size: 16px;
}
#wb_Gespraech .ui-button
{
   line-height: 41px;
   padding: 0;
}
#wb_ImmobilieKaufen
{
   width: 300px;
   height: 47px;
   visibility: visible;
   display: inline-block;
   margin: 20px 0 0 0 ;
}
#ImmobilieKaufen
{
   font-size: 16px;
}
#wb_ImmobilieKaufen .ui-button
{
   line-height: 41px;
   padding: 0;
}
#wb_Bookmark1
{
   visibility: visible;
   display: inline-block;
}
#wb_Text2
{
   visibility: visible;
   display: block;
   box-shadow: 0px 0px 0px #000000;
}
#wb_Text2
{
   font-size: 15px;
   margin: 0;
   padding: 0 20px 20px 20px;
   text-align: left;
   line-height: 22px;
}
#wb_AlleFolgen
{
   width: 190px;
   height: 23px;
   visibility: visible;
   display: inline-block;
   margin: 0 0 0 20px;
   padding: 10px 20px 10px 20px;
   box-shadow: 0px 0px 0px #000000;
}
#wb_WerbespotMediaPlayer1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 30px 0 ;
}
#wb_hellerSchreibtisch
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#hellerSchreibtisch
{
   margin-left: auto;
   margin-right: auto;
}
#wb_Text4
{
   visibility: visible;
   display: block;
   box-shadow: 0px 0px 0px #000000;
}
#wb_Text4
{
   font-size: 15px;
   margin: 0;
   padding: 0 20px 20px 20px;
   text-align: left;
   line-height: 22px;
}
#wb_MenschMittelpunktH1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 10px 0 10px 20px;
   font-size: 32px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   box-shadow: 0px 0px 0px #000000;
}
#wb_MenschMittelpunktH1
{
   background-color: rgba(255,255,255,0.78);
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: left;
}
#MenschMittelpunktH1
{
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   text-align: left;
   text-transform: none;
}
#wb_Heading15
{
   width: 177px;
   height: 23px;
   visibility: visible;
   display: inline-block;
   margin: 0 0 0 20px;
   padding: 10px 20px 10px 20px;
}
#wb_Text7
{
   visibility: visible;
   display: block;
   box-shadow: 0px 0px 0px #000000;
}
#wb_Text7
{
   font-size: 15px;
   margin: 0;
   padding: 0 20px 20px 20px;
   text-align: left;
   line-height: 20px;
}
#wb_Text8
{
   visibility: visible;
   display: block;
   box-shadow: 0px 0px 0px #000000;
}
#wb_Text8
{
   font-size: 15px;
   margin: 30px 0 0 0 ;
   padding: 0 20px 20px 20px;
   text-align: left;
   line-height: 20px;
}
#wb_Image19
{
   width: 250px;
   height: 250px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0 0 20px 20px;
}
#Image19
{
   width: 250px;
   height: 250px;
}
#wb_Heading18
{
   width: 173px;
   height: 19px;
   visibility: visible;
   display: inline-block;
   margin: 0 0 0 20px;
   padding: 10px 20px 10px 20px;
}
#wb_Text9
{
   visibility: visible;
   display: block;
   box-shadow: 0px 0px 0px #000000;
}
#wb_Text9
{
   font-size: 15px;
   margin: 0;
   padding: 30px 20px 20px 20px;
   text-align: left;
   line-height: 22px;
}
#wb_Image22
{
   width: 279px;
   height: 156px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0 0 0 20px;
}
#Image22
{
   width: 279px;
   height: 156px;
}
#wb_Heading19
{
   width: 219px;
   height: 23px;
   visibility: visible;
   display: inline-block;
   margin: 0 0 0 20px;
   padding: 10px 20px 10px 20px;
   box-shadow: 0px 0px 0px #000000;
}
#wb_Image23
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#Image23
{
   margin-left: auto;
   margin-right: auto;
}
#wb_Bookmark2
{
   visibility: visible;
   display: inline-block;
}
#wb_Text11
{
   visibility: visible;
   display: block;
}
#wb_Text11
{
   font-size: 15px;
   margin: 0;
   padding: 0 20px 20px 20px;
   text-align: left;
   line-height: 22px;
}
#wb_Heading21
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 10px 0 10px 20px;
   font-size: 32px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading21
{
   background-color: rgba(255,255,255,0.78);
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: left;
}
#Heading21
{
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   text-align: left;
   text-transform: none;
}
#Heading21 a
{
   color: inherit;
}
#wb_Heading22
{
   width: 177px;
   height: 23px;
   visibility: visible;
   display: inline-block;
   margin: 0 0 0 20px;
   padding: 10px 20px 10px 20px;
}
#wb_Heading23
{
   width: calc(100% - 30px);
   visibility: visible;
   display: block;
   margin: 0 0 10px 30px;
   padding: 0;
   font-size: 64px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading23
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: left;
}
#Heading23
{
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 64px;
   text-align: left;
   text-transform: none;
}
#wb_HeadingSubtitel
{
   width: calc(100% - 50px);
   visibility: visible;
   display: block;
   margin: 20px 20px 20px 30px;
   padding: 0;
   font-size: 27px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_HeadingSubtitel
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: left;
}
#HeadingSubtitel
{
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 27px;
   line-height: 32.4px;
   text-align: left;
   text-transform: none;
}
#HorizontalLine1
{
   width: 955px;
   height: 1px;
   visibility: visible;
   display: inline-block;
   margin: 30px 0 30px 20px;
}
#HorizontalLine1
{
   border-color: #A0A0A0;
   border-bottom-width: -29px;
}
#wb_richtigVerkaufen
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 50px 0 0 0 ;
   padding: 10px 0 10px 0;
   font-size: 37px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_richtigVerkaufen
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#richtigVerkaufen
{
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 37px;
   text-align: center;
   text-transform: none;
}
#wb_Card1
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   color: transparent;
}
#Card1-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 80px 50px 80px 50px;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: right;
}
#wb_Card1:hover #Card1-card-item0
{
   opacity: 1.0;
   background-color: rgba(0,0,0,0.63);
   transition: opacity 300ms linear 0ms, background-color 300ms linear 0ms;
}
#Card1-card-item0
{
   opacity: 0;
   background-color: rgba(0,0,0,0.63);
   transition: opacity 500ms linear 0ms, background-color 500ms linear 0ms;
}
#Card1-card-footer
{
   box-sizing: border-box;
   border-top: 0px solid rgba(0,0,0,0.50);
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-color: rgba(0,0,0,0.50);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: right;
}
#wb_Card1:hover #Card1-card-footer
{
   background-color: #000000;
   transition: background-color 300ms linear 0ms;
}
#Card1-card-footer
{
   background-color: rgba(0,0,0,0.50);
   transition: background-color 300ms linear 0ms;
}
#wb_Card1
{
   text-align: left;
}
#wb_Card2
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   color: transparent;
}
#Card2-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 80px 50px 80px 50px;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#wb_Card2:hover #Card2-card-item0
{
   opacity: 1.0;
   background-color: rgba(0,0,0,0.63);
   transition: opacity 300ms linear 0ms, background-color 300ms linear 0ms;
}
#Card2-card-item0
{
   opacity: 0;
   background-color: rgba(0,0,0,0.63);
   transition: opacity 500ms linear 0ms, background-color 500ms linear 0ms;
}
#Card2-card-footer
{
   box-sizing: border-box;
   border-top: 0px solid rgba(0,0,0,0.50);
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-color: rgba(0,0,0,0.50);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#wb_Card2:hover #Card2-card-footer
{
   background-color: #000000;
   transition: background-color 300ms linear 0ms;
}
#Card2-card-footer
{
   background-color: rgba(0,0,0,0.50);
   transition: background-color 300ms linear 0ms;
}
#wb_Card2
{
   text-align: left;
}
#wb_Bookmark3
{
   visibility: visible;
   display: inline-block;
}
#wb_Heading27
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 30px 0 0 0 ;
   padding: 0;
   font-size: 24px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading27
{
   background-clip: padding-box;
   background-color: transparent;
   background-image: none;
   border: 0px outset #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#Heading27
{
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
   text-align: left;
   text-transform: none;
}
#Heading27 a
{
   color: inherit;
}
#wb_Text10
{
   visibility: visible;
   display: block;
}
#wb_Text10
{
   font-size: 15px;
   margin: 0 20px 20px 20px;
   padding: 0;
   text-align: left;
   line-height: 20px;
}
#wb_Text27
{
   visibility: visible;
   display: block;
}
#wb_Text27
{
   font-size: 17px;
   margin: 0 0 0 40px;
   padding: 0;
   text-align: left;
   line-height: 23px;
}
#wb_Text28
{
   visibility: visible;
   display: block;
}
#wb_Text28
{
   font-size: 17px;
   margin: 0 20px 60px 20px;
   padding: 0;
   text-align: left;
   line-height: 23px;
}
#wb_Text12
{
   visibility: visible;
   display: block;
}
#wb_Text12
{
   font-size: 17px;
   margin: 0 20px 60px 20px;
   padding: 0;
   text-align: left;
   line-height: 23px;
}
#wb_Text13
{
   visibility: visible;
   display: block;
}
#wb_Text13
{
   font-size: 15px;
   margin: 0;
   padding: 20px 20px 20px 20px;
   text-align: left;
   line-height: 20px;
}
#wb_ThemeableButton3
{
   width: 480px;
   height: 72px;
   visibility: visible;
   display: inline-block;
   margin: 50px 0 50px 20px;
}
#ThemeableButton3
{
   font-size: 24px;
}
#wb_ThemeableButton3 .ui-button
{
   line-height: 48px;
   padding: 10px 0 10px 0;
}
#wb_Heading14
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 20px 20px 20px 20px;
   font-size: 27px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading14
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #7A1C3D;
   border-radius: 0px;
   text-align: left;
}
#Heading14
{
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
   text-align: left;
   text-transform: none;
}
#wb_Heading3
{
   width: 487px;
   height: 45px;
   visibility: visible;
   display: inline-block;
   margin: 40px 10px 40px 10px;
   padding: 10px 10px 10px 10px;
   color: #4F4F4F;
   font-size: 21px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   border-radius: 1px;
}
#wb_Heading3
{
   background-color: transparent;
   background-image: none;
   border: 2px solid #7A1C3D;
   border-radius: 1px;
   text-align: center;
}
#Heading3
{
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   text-align: center;
   text-transform: none;
}
#Heading3 a
{
   color: inherit;
}
#wb_wirBegleitenH3
{
   width: calc(100% - 15px);
   visibility: visible;
   display: block;
   margin: 30px 0 0 15px;
   padding: 0;
   color: #4F4F4F;
   font-size: 24px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_wirBegleitenH3
{
   background-clip: padding-box;
   background-color: transparent;
   background-image: none;
   border: 0px outset #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wirBegleitenH3
{
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
   text-align: left;
   text-transform: none;
}
#wirBegleitenH3 a
{
   color: inherit;
}
#wb_Text15
{
   visibility: visible;
   display: block;
}
#wb_Text15
{
   font-size: 15px;
   margin: 0;
   padding: 30px 30px 0 20px;
   text-align: left;
}
#wb_Text14
{
   visibility: visible;
   display: block;
}
#wb_Text14
{
   font-size: 15px;
   margin: 0;
   padding: 10px 30px 30px 30px;
   text-align: left;
   line-height: 20px;
}
#wb_Heading29
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 50px 0 0 0 ;
   padding: 20px 20px 20px 20px;
   font-size: 27px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading29
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: left;
}
#Heading29
{
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
   text-align: left;
   text-transform: none;
}
#HorizontalLine2
{
   width: 743px;
   height: 1px;
   visibility: visible;
   display: inline-block;
   margin: 20px 0 20px 0 ;
}
#HorizontalLine2
{
   border-color: #7A1C3D;
   border-bottom-width: -39px;
}
#wb_MediaPlayer1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#wb_Text16
{
   visibility: visible;
   display: block;
}
#wb_Text16
{
   font-size: 15px;
   margin: 0;
   padding: 10px 30px 0 20px;
   text-align: left;
}
#wb_Text17
{
   visibility: visible;
   display: block;
}
#wb_Text17
{
   font-size: 15px;
   margin: 0;
   padding: 10px 30px 10px 20px;
   text-align: left;
}
#wb_Heading12
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 60px 0 0 0 ;
   padding: 10px 0 10px 20px;
   font-size: 32px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   box-shadow: 0px 0px 0px #000000;
}
#wb_Heading12
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading12
{
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   text-align: center;
   text-transform: none;
}
#Heading12 a
{
   color: inherit;
}
#HorizontalLine3
{
   width: 955px;
   height: 1px;
   visibility: visible;
   display: inline-block;
   margin: 30px 0 30px 20px;
}
#HorizontalLine3
{
   border-color: #A0A0A0;
   border-bottom-width: -29px;
}
#HorizontalLine4
{
   width: 955px;
   height: 1px;
   visibility: visible;
   display: inline-block;
   margin: 30px 0 30px 20px;
}
#HorizontalLine4
{
   border-color: #A0A0A0;
   border-bottom-width: -29px;
}
#wb_AKTUELLE-LAGE
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 60px 0 0 0 ;
   padding: 10px 0 10px 0;
   font-size: 32px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   box-shadow: 0px 0px 0px #000000;
}
#wb_AKTUELLE-LAGE
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#AKTUELLE-LAGE
{
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   text-align: center;
   text-transform: none;
}
#AKTUELLE-LAGE a
{
   color: inherit;
}
#HorizontalLine5
{
   width: 955px;
   height: 1px;
   visibility: visible;
   display: inline-block;
   margin: 30px 0 30px 20px;
}
#HorizontalLine5
{
   border-color: #A0A0A0;
   border-bottom-width: -29px;
}
#wb_IconButton3
{
   width: 300px;
   height: 57px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#IconButton3
{
   font-size: 20px;
}
#wb_IconButton3 .ui-button
{
   line-height: 53px;
   padding: 0;
}
#upStickyLayerRechts
{
   width: 60px;
   height: 41px;
   visibility: visible;
   display: block;
}
#HorizontalLine6
{
   width: 290px;
   height: 2px;
   visibility: visible;
   display: inline-block;
   margin: 25px 30px 25px 30px;
}
#HorizontalLine6
{
   border-color: #7A1C3D;
   border-bottom-width: -48px;
}
}
@media only screen and (min-width: 1280px) and (max-width: 1919px)
{
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#wb_header
{
   visibility: visible;
   display: table;
}
#wb_header
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#header
{
   height: auto;
   padding: 0;
}
#header .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#header > .row > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#header > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: right;
}
#wb_ThemeableMenu4
{
   width: 100%;
   visibility: hidden;
   display: none;
   margin: 0;
}
#ThemeableMenu4, .ThemeableMenu4 .nav, .ThemeableMenu4 .dropdown-menu
{
   font-weight: bold;
   font-size: 16px;
}
#wb_homeGross
{
   visibility: visible;
   display: table;
   background-color: transparent;
   background-image: url('../images/Liebe-und-Zuneigung-in-hellem-Zimmer_FLACH.jpg');
   background-repeat: repeat-y;
   background-position: center center;
   background-attachment: fixed;
   background-size: cover;
   box-shadow: 0px 0px 0px rgba(0,0,0,0.35);
}
#wb_homeGross
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#homeGross
{
   height: auto;
   padding: 80px 0 150px 0;
}
#homeGross-divider-top
{
   height: 60px;
}
#homeGross-divider-top
{
   top: 0%;
   left: 0;
}
#wb_LayoutGrid7
{
   visibility: visible;
   display: table;
   box-shadow: 0px 0px 0px #000000;
}
#wb_LayoutGrid7
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid7
{
   height: auto;
   padding: 50px 15px 10px 15px;
}
#LayoutGrid7 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid7-divider-top
{
   height: 50px;
}
#LayoutGrid7-divider-top
{
   top: 0%;
   left: 0;
}
#wb_LayoutGrid6
{
   visibility: visible;
   display: table;
   box-shadow: 0px 0px 0px #000000;
}
#wb_LayoutGrid6
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid6
{
   height: auto;
   padding: 10px 15px 10px 15px;
}
#LayoutGrid6 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_FuerAnker
{
   visibility: visible;
   display: table;
   box-shadow: 0px 0px 0px #000000;
}
#wb_FuerAnker
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#FuerAnker
{
   height: auto;
   padding: 50px 15px 80px 15px;
}
#FuerAnker .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_FuerUnsStehtDerMensch
{
   visibility: visible;
   display: table;
   box-shadow: 0px 0px 0px #000000;
}
#wb_FuerUnsStehtDerMensch
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#FuerUnsStehtDerMensch
{
   height: auto;
   padding: 80px 15px 80px 15px;
}
#FuerUnsStehtDerMensch .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_LayoutGrid16
{
   visibility: hidden;
   display: none;
   box-shadow: 0px 0px 0px #000000;
}
#wb_LayoutGrid16
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid16
{
   height: auto;
   padding: 50px 15px 80px 15px;
}
#LayoutGrid16 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_Auswahl-Bewerten-Kaufen-Beraten
{
   visibility: visible;
   display: block;
   background-color: rgba(255,255,255,0.80);
   background-image: none;
   border: 0px solid #CCCCCC;
   box-shadow: 0px 0px 0px #000000;
}
#Auswahl-Bewerten-Kaufen-Beraten
{
   padding: 30px 10px 30px 10px;
}
#wb_LayoutGrid10
{
   visibility: visible;
   display: table;
   box-shadow: 0px 0px 0px #000000;
}
#wb_LayoutGrid10
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid10
{
   height: auto;
   padding: 10px 15px 10px 15px;
}
#LayoutGrid10 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_Teiler
{
   visibility: visible;
   display: table;
}
#wb_Teiler
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#Teiler
{
   height: auto;
   padding: 0 15px 20px 15px;
}
#Teiler .row
{
   margin-right: -15px;
   margin-left: -10px;
}
#wb_LayoutGrid18
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid18
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid18
{
   height: auto;
   padding: 10px 15px 10px 15px;
}
#LayoutGrid18 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_LayoutGrid11
{
   visibility: visible;
   display: table;
   box-shadow: 0px 0px 0px #000000;
}
#wb_LayoutGrid11
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid11
{
   height: auto;
   padding: 20px 15px 80px 15px;
}
#LayoutGrid11 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_LayoutGrid5
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid5
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid5
{
   height: auto;
   padding: 10px 15px 10px 15px;
}
#LayoutGrid5 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid5-divider-bottom
{
   height: 50px;
}
#LayoutGrid5-divider-bottom
{
   bottom: 0%;
}
#wb_LayoutGrid14
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid14
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid14
{
   height: auto;
   padding: 50px 0 0 0;
}
#LayoutGrid14 .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#LayoutGrid14-divider-top
{
   height: 50px;
}
#LayoutGrid14-divider-top
{
   top: 0%;
   left: 0;
}
#wb_LayoutGrid19
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid19
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid19
{
   height: auto;
   padding: 0 15px 20px 15px;
}
#LayoutGrid19 .row
{
   margin-right: -15px;
   margin-left: -10px;
}
#wb_LayoutGrid13
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid13
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid13
{
   height: auto;
   padding: 50px 15px 80px 15px;
}
#LayoutGrid13 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_LayoutGrid8
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid8
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid8
{
   height: auto;
   padding: 10px 15px 10px 15px;
}
#LayoutGrid8 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_LayoutGrid9
{
   visibility: visible;
   display: table;
   box-shadow: 0px 0px 0px #000000;
}
#wb_LayoutGrid9
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid9
{
   height: auto;
   padding: 80px 10px 80px 10px;
}
#LayoutGrid9 .row
{
   margin-right: -10px;
   margin-left: -10px;
}
#LayoutGrid9-divider-top
{
   height: 50px;
}
#LayoutGrid9-divider-top
{
   top: 0%;
   left: 0;
}
#LayoutGrid9-divider-bottom
{
   height: 50px;
}
#LayoutGrid9-divider-bottom
{
   bottom: 0%;
}
#wb_infoblock2
{
   visibility: visible;
   display: table;
   box-shadow: 0px 0px 0px #000000;
}
#wb_infoblock2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#infoblock2
{
   height: auto;
   padding: 20px 15px 40px 15px;
}
#infoblock2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#infoblock2-divider-top
{
   height: 50px;
}
#infoblock2-divider-top
{
   top: 0%;
   left: 0;
}
#wb_LayoutGrid2
{
   visibility: visible;
   display: table;
   box-shadow: 0px 0px 0px #000000;
}
#wb_LayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid2
{
   height: auto;
   padding: 50px 0 0 0;
}
#LayoutGrid2 .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#LayoutGrid2-divider-top
{
   height: 50px;
}
#LayoutGrid2-divider-top
{
   top: 0%;
   left: 0;
}
#wb_LayoutGrid20
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid20
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid20
{
   height: auto;
   padding: 0 15px 20px 15px;
}
#LayoutGrid20 .row
{
   margin-right: -15px;
   margin-left: -10px;
}
#wb_LayoutGrid3
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid3
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid3
{
   height: auto;
   padding: 0;
}
#LayoutGrid3-divider-bottom
{
   height: 100px;
}
#LayoutGrid3-divider-bottom
{
   bottom: 0%;
}
#wb_LayoutGrid15
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid15
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid15
{
   height: auto;
   padding: 10px 15px 10px 15px;
}
#LayoutGrid15 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_LayoutGrid17
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid17
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid17
{
   height: auto;
   padding: 10px 0 20px 0;
}
#LayoutGrid17 .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#wb_LayoutGrid12
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid12
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid12
{
   height: auto;
   padding: 50px 0 0 0;
}
#LayoutGrid12 .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#LayoutGrid12-divider-top
{
   height: 50px;
}
#LayoutGrid12-divider-top
{
   top: 0%;
   left: 0;
}
#wb_PreisLayoutGrid2
{
   visibility: visible;
   display: table;
   box-shadow: 0px 0px 0px #000000;
}
#wb_PreisLayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#PreisLayoutGrid2
{
   height: auto;
   padding: 40px 15px 40px 15px;
}
#PreisLayoutGrid2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#PreisLayoutGrid2-divider-bottom
{
   height: 50px;
}
#PreisLayoutGrid2-divider-bottom
{
   bottom: 0%;
}
#wb_infoBlock1
{
   visibility: visible;
   display: table;
   box-shadow: 0px 0px 0px #000000;
}
#wb_infoBlock1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#infoBlock1
{
   height: auto;
   padding: 50px 15px 80px 15px;
}
#infoBlock1 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_LayoutGrid21
{
   visibility: visible;
   display: table;
   box-shadow: 0px 0px 0px #000000;
}
#wb_LayoutGrid21
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid21
{
   height: auto;
   padding: 10px 15px 10px 15px;
}
#LayoutGrid21 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_LayoutGrid22
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid22
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid22
{
   height: auto;
   padding: 0 15px 20px 15px;
}
#LayoutGrid22 .row
{
   margin-right: -15px;
   margin-left: -10px;
}
#wb_AktuelleLage
{
   visibility: visible;
   display: table;
}
#wb_AktuelleLage
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#AktuelleLage
{
   height: auto;
   padding: 0 15px 0 15px;
}
#AktuelleLage .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_ObjSucheBlockImage1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#ObjSucheBlockImage1
{
   margin-left: auto;
   margin-right: auto;
}
#wb_kundenrezessionen
{
   visibility: visible;
   display: table;
}
#wb_kundenrezessionen
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#kundenrezessionen
{
   height: auto;
   padding: 10px 15px 10px 15px;
}
#kundenrezessionen .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#RezessionenContainer
{
   visibility: visible;
   display: grid;
   background-color: #7A1C3D;
   background-image: none;
   border: 0px solid #CCCCCC;
}
#RezessionenContainer
{
   grid-template-columns: repeat(3, 1fr);
   gap: 30px;
}
#RezessionenContainer
{
   padding: 50px 30px 0 30px;
}
#RezessionenContainer-divider-top
{
   height: 50px;
}
#RezessionenContainer-divider-top
{
   top: 0%;
   left: 0;
}
#RezessionenContainer-divider-bottom
{
   height: 50px;
}
#RezessionenContainer-divider-bottom
{
   bottom: 0%;
}
#wb_ReferenzobjekteLayoutGrid3
{
   visibility: visible;
   display: table;
   box-shadow: 0px 0px 0px #000000;
}
#wb_ReferenzobjekteLayoutGrid3
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#ReferenzobjekteLayoutGrid3
{
   height: auto;
   padding: 10px 15px 10px 15px;
}
#ReferenzobjekteLayoutGrid3 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_galleryLayoutGrid
{
   visibility: visible;
   display: table;
}
#wb_galleryLayoutGrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#galleryLayoutGrid
{
   height: auto;
   padding: 80px 15px 80px 15px;
}
#galleryLayoutGrid .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#galleryLayoutGrid-divider-top
{
   height: 50px;
}
#galleryLayoutGrid-divider-top
{
   top: 0%;
   left: 0;
}
#galleryLayoutGrid-divider-bottom
{
   height: 150px;
}
#galleryLayoutGrid-divider-bottom
{
   bottom: 0%;
}
#wb_upIcon00
{
   left: 14px;
   top: 4px;
   width: 24px;
   height: 24px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 4px 4px 4px 4px;
}
#upIcon00
{
   width: 24px;
   height: 24px;
}
#upIcon00 i
{
   line-height: 24px;
   font-size: 24px;
   width: 23px;
}
#wb_factsIcon
{
   width: 60px;
   height: 100px;
   visibility: hidden;
   display: none;
   margin: 0 0 0 40px;
   padding: 0;
   background-color: transparent;
   background-image: none;
}
#factsIcon
{
   width: 60px;
   height: 100px;
}
#factsIcon i
{
   line-height: 100px;
   font-size: 60px;
   width: 99px;
}
#wb_factsIcon:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
}
#wb_Häuser-Wohnungen-Grundsuecke-kaufen-infoBlockHeading3
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 10px 0 10px 20px;
   font-size: 32px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   box-shadow: 0px 0px 0px #000000;
}
#wb_Häuser-Wohnungen-Grundsuecke-kaufen-infoBlockHeading3
{
   background-color: rgba(255,255,255,0.78);
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: left;
}
#Häuser-Wohnungen-Grundsuecke-kaufen-infoBlockHeading3
{
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   text-align: left;
   text-transform: none;
}
#Häuser-Wohnungen-Grundsuecke-kaufen-infoBlockHeading3 a
{
   color: inherit;
}
#wb_FindenSiePassende2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 10px 0 10px 20px;
   color: #969696;
   font-size: 19px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   box-shadow: 0px 0px 0px #000000;
}
#wb_FindenSiePassende2
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: left;
}
#FindenSiePassende2
{
   color: #969696;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   text-align: left;
   text-transform: none;
}
#wb_infoBlockText1
{
   visibility: visible;
   display: block;
}
#wb_infoBlockText1
{
   font-size: 15px;
   margin: 0 0 20px 0 ;
   padding: 0 20px 20px 20px;
   text-align: left;
   line-height: 22px;
}
#wb_reviewsImage2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#reviewsImage2
{
   margin-left: auto;
   margin-right: auto;
}
#wb_infoBlockText2
{
   visibility: visible;
   display: block;
   box-shadow: 0px 0px 0px #000000;
}
#wb_infoBlockText2
{
   font-size: 17px;
   margin: 0;
   padding: 0 20px 20px 20px;
   text-align: left;
   line-height: 23px;
}
#wb_ObjSucheBookmark1
{
   visibility: visible;
   display: inline-block;
}
#wb_ObjBewertungBookmark2
{
   visibility: visible;
   display: inline-block;
}
#wb_Image18
{
   width: 212px;
   height: 49px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
}
#Image18
{
   width: 212px;
   height: 49px;
}
#wb_Heading17
{
   width: 230px;
   height: 20px;
   visibility: visible;
   display: inline-block;
   margin: 0 0 0 20px;
   padding: 20px 20px 20px 20px;
}
#wb_Heading2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 20px 20px 20px 20px;
   font-size: 27px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading2
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: left;
}
#Heading2
{
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
   text-align: left;
   text-transform: none;
}
#wb_PreisImage2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#PreisImage2
{
   margin-left: auto;
   margin-right: auto;
}
#wb_PreisBookmark1
{
   visibility: visible;
   display: inline-block;
}
#wb_PreisText2
{
   visibility: visible;
   display: block;
}
#wb_PreisText2
{
   font-size: 17px;
   margin: 20px 0 0 0 ;
   padding: 40px 20px 20px 20px;
   text-align: left;
   line-height: 23px;
}
#wb_PreisHeading8
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 105px 0 0 0 ;
   padding: 10px 0 10px 20px;
   color: #4F4F4F;
   font-size: 21px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_PreisHeading8
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: left;
}
#PreisHeading8
{
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   text-align: left;
   text-transform: none;
}
#PreisHeading8 a
{
   color: inherit;
}
#wb_PreisHeading9
{
   width: 230px;
   height: 20px;
   visibility: visible;
   display: inline-block;
   margin: 0 0 0 20px;
   padding: 20px 20px 20px 20px;
}
#wb_PreisMediaPlayer1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#wb_PreisText1
{
   visibility: visible;
   display: block;
   box-shadow: 0px 0px 0px #000000;
}
#wb_PreisText1
{
   font-size: 17px;
   margin: 0 0 20px 0 ;
   padding: 0 20px 20px 20px;
   text-align: left;
   line-height: 23px;
}
#wb_PreisHeading4
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 10px 0 10px 20px;
}
#wb_RezessionenCard1
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0 0 30px 0 ;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   color: #000000;
}
#RezessionenCard1-card-item0
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #7A1C3D;
   font-family: "Times New Roman";
   font-weight: bold;
   font-style: normal;
   font-size: 107px;
}
#RezessionenCard1-card-item1
{
   box-sizing: border-box;
   margin: -40px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#RezessionenCard1-card-item2
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #7A1C3D solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#RezessionenCard1-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: right;
}
#wb_RezessionenCard1
{
   text-align: left;
}
#wb_RezessionenCard5
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0 0 30px 0 ;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   color: #000000;
}
#RezessionenCard5-card-item0
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #7A1C3D;
   font-family: "Times New Roman";
   font-weight: bold;
   font-style: normal;
   font-size: 107px;
}
#RezessionenCard5-card-item1
{
   box-sizing: border-box;
   margin: -40px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#RezessionenCard5-card-item2
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #7A1C3D solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#RezessionenCard5-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: right;
}
#wb_RezessionenCard5
{
   text-align: left;
}
#wb_RezessionenCard2
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0 0 30px 0 ;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   color: #000000;
   background-color: #FFFFFF;
   background-image: none;
   box-shadow: 0px 0px 0px rgba(0,0,0,0.20);
}
#RezessionenCard2-card-item0
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #7A1C3D;
   font-family: "Times New Roman";
   font-weight: bold;
   font-style: normal;
   font-size: 107px;
}
#RezessionenCard2-card-item1
{
   box-sizing: border-box;
   margin: -40px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#RezessionenCard2-card-item2
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #7A1C3D solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#RezessionenCard2-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: right;
}
#wb_RezessionenCard2
{
   text-align: left;
}
#wb_RezessionenCard4
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0 0 30px 0 ;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   color: #000000;
}
#RezessionenCard4-card-item0
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #7A1C3D;
   font-family: "Times New Roman";
   font-weight: bold;
   font-style: normal;
   font-size: 107px;
}
#RezessionenCard4-card-item1
{
   box-sizing: border-box;
   margin: -40px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#RezessionenCard4-card-item2
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #7A1C3D solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#RezessionenCard4-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: right;
}
#wb_RezessionenCard4
{
   text-align: left;
}
#wb_RezessionenCard6
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0 0 30px 0 ;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   color: #000000;
}
#RezessionenCard6-card-item0
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #7A1C3D;
   font-family: "Times New Roman";
   font-weight: bold;
   font-style: normal;
   font-size: 107px;
}
#RezessionenCard6-card-item1
{
   box-sizing: border-box;
   margin: -40px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#RezessionenCard6-card-item2
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #7A1C3D solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#RezessionenCard6-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: right;
}
#wb_RezessionenCard6
{
   text-align: left;
}
#wb_RezessionenCard3
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0 0 30px 0 ;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   color: #000000;
}
#RezessionenCard3-card-item0
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #7A1C3D;
   font-family: "Times New Roman";
   font-weight: bold;
   font-style: normal;
   font-size: 107px;
}
#RezessionenCard3-card-item1
{
   box-sizing: border-box;
   margin: -40px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#RezessionenCard3-card-item2
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #7A1C3D solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#RezessionenCard3-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: right;
}
#wb_RezessionenCard3
{
   text-align: left;
}
#wb_RezessionenCard7
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0 0 50px 0 ;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   color: #000000;
   background-color: #FFFFFF;
   background-image: none;
   box-shadow: 0px 0px 0px rgba(0,0,0,0.20);
}
#RezessionenCard7-card-item0
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #7A1C3D;
   font-family: "Times New Roman";
   font-weight: bold;
   font-style: normal;
   font-size: 107px;
}
#RezessionenCard7-card-item1
{
   box-sizing: border-box;
   margin: -40px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#RezessionenCard7-card-item2
{
   box-sizing: border-box;
   margin: 5px 20px 0 20px;
   border-top: 1px #7A1C3D solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#RezessionenCard7-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: right;
}
#wb_RezessionenCard7
{
   text-align: left;
}
#wb_RezessionenHeading
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 20px 0 20px 0;
   font-size: 32px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_RezessionenHeading
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#RezessionenHeading
{
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   text-align: center;
   text-transform: none;
}
#RezessionenHeading a
{
   color: inherit;
}
#wb_RezessionenFontAwesomeIcon1
{
   width: 100px;
   height: 100px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#RezessionenFontAwesomeIcon1
{
   width: 100px;
   height: 100px;
}
#RezessionenFontAwesomeIcon1 i
{
   line-height: 100px;
   font-size: 100px;
   width: 99px;
}
#wb_galleryCollage
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#wb_ReferenzHeading5
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 20px 0 20px 0;
}
#wb_ReferenzFontAwesomeIcon2
{
   width: 100px;
   height: 100px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#ReferenzFontAwesomeIcon2
{
   width: 100px;
   height: 100px;
}
#ReferenzFontAwesomeIcon2 i
{
   line-height: 100px;
   font-size: 100px;
   width: 106px;
}
#wb_FooterEmbeddedPage2
{
   visibility: visible;
   display: block;
}
#wb_LayoutGridFooter2
{
   visibility: visible;
   display: table;
   box-shadow: 0px 0px 0px #000000;
}
#wb_LayoutGridFooter2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGridFooter2
{
   height: auto;
   padding: 50px 10px 50px 10px;
}
#LayoutGridFooter2 .row
{
   margin-right: -10px;
   margin-left: -10px;
}
#LayoutGridFooter2 > .row > .col-1, #LayoutGridFooter2 > .row > .col-2, #LayoutGridFooter2 > .row > .col-3, #LayoutGridFooter2 > .row > .col-4
{
   padding-right: 10px;
   padding-left: 10px;
}
#LayoutGridFooter2 > .row > .col-1
{
   display: block;
   width: 16.66666667%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#LayoutGridFooter2 > .row > .col-2
{
   display: block;
   width: 16.66666667%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGridFooter2 > .row > .col-3
{
   display: block;
   width: 16.66666667%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGridFooter2 > .row > .col-4
{
   display: block;
   width: 50%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_footerHeading1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 20px 0 0 0 ;
   padding: 0 0 20px 0;
   font-size: 16px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_footerHeading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#footerHeading1
{
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: center;
   text-transform: none;
}
#wb_footerText2
{
   visibility: visible;
   display: block;
}
#wb_footerText2
{
   font-size: 15px;
   margin: 0;
   padding: 0 0 8px 0;
   text-align: left;
}
#wb_footerMenu1
{
   visibility: visible;
   display: inline-block;
   margin: 0 0 25px 0 ;
   text-align: left;
}
#wb_footerMenu1 li
{
   width: 80px;
}
#wb_footerMenu1 a
{
   color: #FFFFFF;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 1px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
   border-left-color: #FFFFFF;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   text-align: left;
}
#wb_footerMenu1 > ul > li > a
{
   width: 80px;
   height: 27px;
   padding: 0 0px 0px 0px;
   line-height: 27px;
}
#wb_footerMenu1 li:hover a, #wb_footerMenu1 a:hover
{
   color: #C71585;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 1px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #7A1C3D;
   border-right-color: #7A1C3D;
   border-bottom-color: #7A1C3D;
   border-left-color: #7A1C3D;
   background-color: transparent;
   background-image: none;
}
#wb_footerMenu1 li
{
   padding-bottom: 0px !important;
}
#wb_footerText3
{
   width: 107px;
   height: 36px;
   visibility: visible;
   display: inline-block;
}
#wb_footerText3
{
   font-size: 15px;
   margin: 0;
   padding: 0 0 8px 0;
   text-align: left;
}
#wb_footerMenu2
{
   visibility: visible;
   display: inline-block;
   margin: 0 0 25px 0 ;
   text-align: left;
}
#wb_footerMenu2 li
{
   width: 80px;
}
#wb_footerMenu2 a
{
   color: #FFFFFF;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 1px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
   border-left-color: #FFFFFF;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   text-align: left;
}
#wb_footerMenu2 > ul > li > a
{
   width: 80px;
   height: 27px;
   padding: 0 0px 0px 0px;
   line-height: 27px;
}
#wb_footerMenu2 li:hover a, #wb_footerMenu2 a:hover
{
   color: #C71585;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 1px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
   border-left-color: #FFFFFF;
   background-color: transparent;
   background-image: none;
}
#wb_footerMenu2 li
{
   padding-bottom: 0px !important;
}
#wb_footerText4
{
   visibility: visible;
   display: block;
}
#wb_footerText4
{
   font-size: 15px;
   margin: 0;
   padding: 0 0 10px 0;
   text-align: center;
}
#wb_footerShape
{
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#wb_Text3
{
   width: 239px;
   height: 46px;
   visibility: visible;
   display: inline-block;
}
#wb_Text3
{
   font-size: 32px;
   margin: 10px 0 10px 0 ;
   padding: 0;
   text-align: left;
}
#wb_PlatzhalterText1
{
   visibility: visible;
   display: block;
   box-shadow: 0px 0px 0px #000000;
}
#wb_PlatzhalterText1
{
   font-size: 15px;
   margin: 0;
   padding: 0 0 8px 0;
   text-align: left;
   line-height: 16px;
}
#wb_social
{
   visibility: visible;
   display: table;
   box-shadow: 0px 0px 0px #000000;
}
#wb_social
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#social
{
   height: auto;
   padding: 25px 15px 25px 15px;
}
#social .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#social > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#social > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_FacebookSocialIcon1
{
   width: 40px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 16px 16px 16px 16px;
   background-color: #4F4F4F;
   background-image: none;
}
#FacebookSocialIcon1
{
   width: 40px;
   height: 40px;
}
#FacebookSocialIcon1 i
{
   line-height: 40px;
   font-size: 40px;
   width: 39px;
}
#wb_FacebookSocialIcon1:hover
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
}
#wb_InstagramSocialIcon2
{
   width: 27px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 16px 16px 16px 16px;
   background-color: #4F4F4F;
   background-image: none;
}
#InstagramSocialIcon2
{
   width: 27px;
   height: 40px;
}
#InstagramSocialIcon2 i
{
   line-height: 40px;
   font-size: 27px;
   width: 26px;
}
#wb_InstagramSocialIcon2:hover
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
}
#wb_YoutubeSocialIcon4
{
   width: 40px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 16px 16px 16px 16px;
}
#YoutubeSocialIcon4
{
   width: 40px;
   height: 40px;
}
#YoutubeSocialIcon4 i
{
   line-height: 40px;
   font-size: 40px;
   width: 39px;
}
#wb_twitterIcon1
{
   width: 27px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 16px 16px 16px 16px;
   background-color: #4F4F4F;
   background-image: none;
}
#twitterIcon1
{
   width: 27px;
   height: 40px;
}
#twitterIcon1 i
{
   line-height: 40px;
   font-size: 27px;
   width: 26px;
}
#wb_twitterIcon1:hover
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
}
#wb_PinterestSocialIcon1
{
   width: 27px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 16px 16px 16px 16px;
}
#PinterestSocialIcon1
{
   width: 27px;
   height: 40px;
}
#PinterestSocialIcon1 i
{
   line-height: 40px;
   font-size: 27px;
   width: 26px;
}
#wb_footer
{
   visibility: visible;
   display: table;
}
#wb_footer
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#footer
{
   height: auto;
   padding: 25px 0 25px 0;
}
#footer .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#footer > .row > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#footer > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_Master_footerImage1
{
   width: 56px;
   height: 56px;
   visibility: visible;
   display: inline-block;
   margin: 0 2px 0 2px;
   padding: 0;
}
#Master_footerImage1
{
   width: 56px;
   height: 56px;
}
#wb_Master_page2Image5
{
   width: 78px;
   height: 78px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Master_page2Image5
{
   width: 78px;
   height: 78px;
}
#wb_Image2
{
   width: 99px;
   height: 55px;
   visibility: visible;
   display: inline-block;
   margin: 0 2px 0 2px;
   padding: 0;
}
#Image2
{
   width: 99px;
   height: 55px;
}
#wb_LayoutGrid1
{
   visibility: visible;
   display: table;
   box-shadow: 0px 0px 0px #000000;
}
#wb_LayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid1
{
   height: auto;
   padding: 50px 10px 10px 10px;
}
#LayoutGrid1 .row
{
   margin-right: -10px;
   margin-left: -10px;
}
#LayoutGrid1 > .row > .col-1
{
   padding-right: 10px;
   padding-left: 10px;
}
#LayoutGrid1 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_Image4
{
   width: 74px;
   height: 78px;
   visibility: visible;
   display: inline-block;
   margin: 0 2px 0 2px;
   padding: 0;
}
#Image4
{
   width: 74px;
   height: 78px;
}
#wb_Image5
{
   width: 74px;
   height: 77px;
   visibility: visible;
   display: inline-block;
   margin: 0 2px 0 2px;
   padding: 0;
}
#Image5
{
   width: 74px;
   height: 77px;
}
#wb_Image6
{
   width: 74px;
   height: 78px;
   visibility: visible;
   display: inline-block;
   margin: 0 2px 0 2px;
   padding: 0;
}
#Image6
{
   width: 74px;
   height: 78px;
}
#wb_Image7
{
   width: 78px;
   height: 78px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image7
{
   width: 78px;
   height: 78px;
}
#wb_Image8
{
   width: 253px;
   height: 78px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image8
{
   width: 253px;
   height: 78px;
}
#wb_copyright
{
   visibility: visible;
   display: block;
   box-shadow: 0px 0px 0px #000000;
}
#wb_copyright
{
   font-size: 16px;
   margin: 0 0 20px 0 ;
   padding: 0 0 4px 0;
   text-align: center;
}
#wb_Image11
{
   width: 56px;
   height: 56px;
   visibility: visible;
   display: inline-block;
   margin: 0 2px 0 2px;
   padding: 0;
}
#Image11
{
   width: 56px;
   height: 56px;
}
#wb_Image1
{
   width: 56px;
   height: 56px;
   visibility: visible;
   display: inline-block;
   margin: 0 2px 0 2px;
   padding: 0;
}
#Image1
{
   width: 56px;
   height: 56px;
}
#wb_Image9
{
   width: 56px;
   height: 56px;
   visibility: visible;
   display: inline-block;
   margin: 0 2px 0 2px;
   padding: 0;
}
#Image9
{
   width: 56px;
   height: 56px;
}
#wb_Image3
{
   width: 56px;
   height: 58px;
   visibility: visible;
   display: inline-block;
   margin: 2px 2px 0 2px;
   padding: 0;
}
#Image3
{
   width: 56px;
   height: 58px;
}
#wb_Image12
{
   width: 56px;
   height: 56px;
   visibility: visible;
   display: inline-block;
   margin: 0 2px 0 2px;
   padding: 0;
}
#Image12
{
   width: 56px;
   height: 56px;
}
#wb_Image13
{
   width: 56px;
   height: 56px;
   visibility: visible;
   display: inline-block;
   margin: 0 2px 0 2px;
   padding: 0;
}
#Image13
{
   width: 56px;
   height: 56px;
}
#wb_Image14
{
   width: 56px;
   height: 56px;
   visibility: visible;
   display: inline-block;
   margin: 0 2px 0 2px;
   padding: 0;
}
#Image14
{
   width: 56px;
   height: 56px;
}
#wb_Image15
{
   width: 60px;
   height: 60px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image15
{
   width: 60px;
   height: 60px;
}
#wb_Image10
{
   width: 129px;
   height: 72px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image10
{
   width: 129px;
   height: 72px;
}
#wb_Image16
{
   width: 56px;
   height: 56px;
   visibility: visible;
   display: inline-block;
   margin: 0 2px 0 2px;
   padding: 0;
}
#Image16
{
   width: 56px;
   height: 56px;
}
#wb_Image17
{
   width: 48px;
   height: 74px;
   visibility: visible;
   display: inline-block;
   margin: 0 2px 0 0 ;
   padding: 0;
}
#Image17
{
   width: 48px;
   height: 74px;
}
#wb_Icon1
{
   width: 44px;
   height: 41px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 8px 5px 16px 5px;
}
#Icon1
{
   width: 44px;
   height: 41px;
}
#Icon1 i
{
   line-height: 41px;
   font-size: 41px;
   width: 40px;
}
#wb_Heading1
{
   width: 259px;
   height: 75px;
   visibility: visible;
   display: inline-block;
   margin: 20px 0 0 20px;
   padding: 0 0 20px 0;
   font-size: 16px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: left;
}
#Heading1
{
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: left;
   text-transform: none;
}
#wb_FusszeileLayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_FusszeileLayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#FusszeileLayoutGrid1
{
   height: auto;
   padding: 10px 0 0 0;
}
#FusszeileLayoutGrid1 .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#StickyUpLayerMittig
{
   width: 50px;
   height: 50px;
   visibility: hidden;
   display: none;
   box-shadow: 0px 0px 0px #000000;
}
#wb_ReferenzobjekteBookmark1
{
   visibility: visible;
   display: inline-block;
}
#wb_KundenVotingBookmark1
{
   visibility: visible;
   display: inline-block;
}
#wb_UpIcon002
{
   left: 9px;
   top: 8px;
   width: 24px;
   height: 24px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 4px 4px 4px 4px;
   background-color: transparent;
   background-image: none;
}
#UpIcon002
{
   width: 24px;
   height: 24px;
}
#UpIcon002 i
{
   line-height: 24px;
   font-size: 24px;
   width: 23px;
}
#wb_UpIcon002:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #3E3E3E;
}
#EmbeddedPage1
{
   width: 1280px;
   height: 80px;
   visibility: visible;
   display: inline-block;
}
#wb_LayoutGridMenuenormal
{
   visibility: visible;
   display: table;
}
#wb_LayoutGridMenuenormal
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGridMenuenormal
{
   height: auto;
   padding: 15px 0 0 0;
}
#LayoutGridMenuenormal .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#wb_Image2MBiLogo320
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#Image2MBiLogo320
{
   margin-left: auto;
   margin-right: auto;
}
#wb_ThemeableMenu1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#ThemeableMenu1, .ThemeableMenu1 .nav, .ThemeableMenu1 .dropdown-menu
{
   font-weight: bold;
   font-size: 16px;
}
#wb_LOGOplusIMAGE
{
   width: 50px;
   height: 49px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
}
#LOGOplusIMAGE
{
   width: 50px;
   height: 49px;
}
#wb_Card10
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0 0 30px 0 ;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   color: #000000;
}
#Card10-card-item0
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #7A1C3D;
   font-family: "Times New Roman";
   font-weight: bold;
   font-style: normal;
   font-size: 107px;
}
#Card10-card-item1
{
   box-sizing: border-box;
   margin: -40px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card10-card-item2
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #7A1C3D solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card10-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: right;
}
#wb_Card10
{
   text-align: left;
}
#wb_Text18
{
   visibility: visible;
   display: block;
   box-shadow: 0px 0px 0px #000000;
}
#wb_Text18
{
   margin: 0;
   padding: 10px 30px 50px 20px;
}
#wb_Card12
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0 0 30px 0 ;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   color: #000000;
}
#Card12-card-item0
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #7A1C3D;
   font-family: "Times New Roman";
   font-weight: bold;
   font-style: normal;
   font-size: 107px;
}
#Card12-card-item1
{
   box-sizing: border-box;
   margin: -40px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card12-card-item2
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #7A1C3D solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card12-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: right;
}
#wb_Card12
{
   text-align: left;
}
#wb_Card13
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0 0 30px 0 ;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   color: #000000;
}
#Card13-card-item0
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #7A1C3D;
   font-family: "Times New Roman";
   font-weight: bold;
   font-style: normal;
   font-size: 107px;
}
#Card13-card-item1
{
   box-sizing: border-box;
   margin: -40px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card13-card-item2
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #7A1C3D solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card13-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: right;
}
#wb_Card13
{
   text-align: left;
}
#wb_Card14
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0 0 30px 0 ;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   font-size: 16px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: #FFFFFF;
   background-image: none;
   box-shadow: 0px 0px 0px rgba(0,0,0,0.20);
}
#Card14-card-item0
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #7A1C3D;
   font-family: "Times New Roman";
   font-weight: bold;
   font-style: normal;
   font-size: 107px;
}
#Card14-card-item1
{
   box-sizing: border-box;
   margin: -40px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card14-card-item2
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #7A1C3D solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card14-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: right;
}
#wb_Card14
{
   text-align: left;
}
#wb_PhotoCollage1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#Line1
{
   width: 100%;
   height: 15px;
   visibility: visible;
   display: block;
   margin: 0;
}
#Line1
{
   border-color: rgba(255,255,255,0.00);
   border-bottom-width: 15px;
}
#wb_Wir-begleiten-Sie
{
   visibility: visible;
   display: block;
}
#wb_Wir-begleiten-Sie
{
   font-size: 32px;
   margin: 0;
   padding: 0 0 20px 0;
   text-align: left;
}
#Auswahlmenue-Gespraech-Immoangebote
{
   visibility: hidden;
   display: none;
   font-size: 8px;
   font-style: normal;
   text-decoration: none;
}
#wb_Gespraech-Icon1
{
   width: 40px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Gespraech-Icon1
{
   width: 40px;
   height: 40px;
}
#Gespraech-Icon1 i
{
   line-height: 40px;
   font-size: 40px;
   width: 39px;
}
#wb_Heading7
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
   font-size: 16px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading7
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading7
{
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
   text-transform: none;
}
#Heading7 a
{
   color: inherit;
}
#wb_Icon2
{
   width: 40px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Icon2
{
   width: 40px;
   height: 40px;
}
#Icon2 i
{
   line-height: 40px;
   font-size: 40px;
   width: 39px;
}
#wb_Heading8
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
   font-size: 16px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading8
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading8
{
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
   text-transform: none;
}
#Heading8 a
{
   color: inherit;
}
#wb_SloganH2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 30px 0 10px 0;
}
#wb_Heading11
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 10px 0 10px 0;
   font-size: 32px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading11
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading11
{
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   text-align: center;
   text-transform: none;
}
#Heading11 a
{
   color: inherit;
}
#wb_WasKoennenWirTunH2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 30px 0 0 0 ;
   padding: 10px 0 10px 20px;
}
#wb_Image20
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 24px 0 0 0 ;
   padding: 0;
}
#Image20
{
   margin-left: auto;
   margin-right: auto;
}
#wb_Text1
{
   visibility: visible;
   display: block;
}
#wb_Text1
{
   font-size: 16px;
   margin: 20px 20px 0 20px;
   padding: 0;
   text-align: left;
}
#wb_Text5
{
   visibility: visible;
   display: block;
}
#wb_Text5
{
   font-size: 16px;
   margin: 20px 0 0 0 ;
   padding: 0 0 20px 0;
   text-align: left;
}
#wb_Text6
{
   visibility: visible;
   display: block;
   box-shadow: 0px 0px 0px #000000;
}
#wb_Text6
{
   font-size: 16px;
   margin: 45px 20px 0 20px;
   padding: 0 20px 20px 20px;
   text-align: left;
}
#wb_Image21
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#Image21
{
   margin-left: auto;
   margin-right: auto;
}
#wb_Heading13
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 50px 0 0 0 ;
   padding: 0 0 20px 0;
   color: #910041;
   font-size: 37px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading13
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading13
{
   color: #910041;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 37px;
   text-align: center;
   text-transform: none;
}
#wb_Heading16
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 20px 0 ;
   padding: 10px 0 10px 0;
   font-size: 32px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   box-shadow: 0px 0px 0px #000000;
}
#wb_Heading16
{
   background-color: rgba(255,255,255,0.78);
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: left;
}
#Heading16
{
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   text-align: left;
   text-transform: none;
}
#Heading16 a
{
   color: inherit;
}
#wb_Jetzt-bewerten
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0 15px 0 15px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   color: #000000;
   background-color: #FFFFFF;
   background-image: none;
   box-shadow: 0px 0px 10px rgba(0,0,0,0.39);
}
#Jetzt-bewerten-card-item0
{
   display: inline-block;
   line-height: 1.0;
   height: 48px;
   box-sizing: border-box;
   margin: 40px 0 0 0 ;
   border: 0px solid #FEFEFE;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#Jetzt-bewerten-card-item0 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Jetzt-bewerten-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 48px;
   width: 48px;
}
#Jetzt-bewerten-card-item1
{
   box-sizing: border-box;
   margin: 30px 10px 30px 10px;
   padding: 0;
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
}
#Jetzt-bewerten-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Jetzt-bewerten-card-item2
{
   box-sizing: border-box;
   margin: 10px 10px 50px 10px;
   padding: 0;
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Jetzt-bewerten-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Jetzt-bewerten-card-item3
{
   display: inline-block;
   line-height: 1.0;
   height: 61px;
   box-sizing: border-box;
   margin: 5px 0 40px 0 ;
   border: 1px solid #7A1C3D;
   border-radius: 2px;
   background-color: #7A1C3D;
   background-image: none;
   color: #FEFEFE;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Jetzt-bewerten-card-item3:hover
{
   transform: rotate(0deg) scale(1.1,1.1) ;
   transition: transform 500ms ease-out 0ms;
}
#Jetzt-bewerten-card-item3
{
   transform: rotate(0deg) ;
   transition: transform 500ms ease-out 0ms;
}
#Jetzt-bewerten-card-item3 a
{
   color: inherit;
   display: block;
   padding: 20px 10px 20px 10px;
   text-decoration: none;
}
#wb_Jetzt-bewerten
{
   text-align: center;
}
#wb_zu-ImmobilienAngeboten
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0 15px 0 15px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   color: #000000;
   background-color: #FFFFFF;
   background-image: none;
   box-shadow: 0px 0px 10px rgba(0,0,0,0.39);
}
#zu-ImmobilienAngeboten-card-item0
{
   display: inline-block;
   line-height: 1.0;
   height: 48px;
   box-sizing: border-box;
   margin: 40px 0 0 0 ;
   border: 0px solid #FEFEFE;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#zu-ImmobilienAngeboten-card-item0 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#zu-ImmobilienAngeboten-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 48px;
   width: 48px;
}
#zu-ImmobilienAngeboten-card-item1
{
   box-sizing: border-box;
   margin: 30px 10px 30px 10px;
   padding: 0;
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   text-align: center;
}
#zu-ImmobilienAngeboten-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#zu-ImmobilienAngeboten-card-item2
{
   box-sizing: border-box;
   margin: 10px 10px 50px 10px;
   padding: 0;
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#zu-ImmobilienAngeboten-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#zu-ImmobilienAngeboten-card-item3
{
   display: inline-block;
   line-height: 1.0;
   height: 61px;
   box-sizing: border-box;
   margin: 5px 0 40px 0 ;
   border: 1px solid #7A1C3D;
   border-radius: 2px;
   background-color: #7A1C3D;
   background-image: none;
   color: #FEFEFE;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#zu-ImmobilienAngeboten-card-item3:hover
{
   transform: rotate(0deg) scale(1.1,1.1) ;
   transition: transform 500ms ease-out 0ms;
}
#zu-ImmobilienAngeboten-card-item3
{
   transform: rotate(0deg) ;
   transition: transform 500ms ease-out 0ms;
}
#zu-ImmobilienAngeboten-card-item3 a
{
   color: inherit;
   display: block;
   padding: 20px 10px 20px 10px;
   text-decoration: none;
}
#wb_zu-ImmobilienAngeboten
{
   text-align: center;
}
#wb_Beratung-erhalten
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0 15px 0 15px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   color: #000000;
   background-color: #FFFFFF;
   background-image: none;
   box-shadow: 0px 0px 10px rgba(0,0,0,0.39);
}
#Beratung-erhalten-card-item0
{
   display: inline-block;
   line-height: 1.0;
   height: 48px;
   box-sizing: border-box;
   margin: 40px 0 0 0 ;
   border: 0px solid #FEFEFE;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#Beratung-erhalten-card-item0 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Beratung-erhalten-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 48px;
   width: 48px;
}
#Beratung-erhalten-card-item1
{
   box-sizing: border-box;
   margin: 30px 10px 30px 10px;
   padding: 0;
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
}
#Beratung-erhalten-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Beratung-erhalten-card-item2
{
   box-sizing: border-box;
   margin: 10px 5px 50px 5px;
   padding: 0;
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Beratung-erhalten-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Beratung-erhalten-card-item3
{
   display: inline-block;
   line-height: 1.0;
   height: 61px;
   box-sizing: border-box;
   margin: 5px 0 40px 0 ;
   border: 1px solid #7A1C3D;
   border-radius: 2px;
   background-color: #7A1C3D;
   background-image: none;
   color: #FEFEFE;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Beratung-erhalten-card-item3:hover
{
   transform: rotate(0deg) scale(1.1,1.1) ;
   transition: transform 500ms ease-out 0ms;
}
#Beratung-erhalten-card-item3
{
   transform: rotate(0deg) ;
   transition: transform 500ms ease-out 0ms;
}
#Beratung-erhalten-card-item3 a
{
   color: inherit;
   display: block;
   padding: 20px 10px 20px 10px;
   text-decoration: none;
}
#wb_Beratung-erhalten
{
   text-align: center;
}
#wb_Gespraech
{
   width: 290px;
   height: 47px;
   visibility: visible;
   display: inline-block;
   margin: 20px 10px 0 30px;
}
#Gespraech
{
   font-size: 16px;
}
#wb_Gespraech .ui-button
{
   line-height: 41px;
   padding: 0;
}
#wb_ImmobilieKaufen
{
   width: 300px;
   height: 47px;
   visibility: visible;
   display: inline-block;
   margin: 20px 0 0 0 ;
}
#ImmobilieKaufen
{
   font-size: 16px;
}
#wb_ImmobilieKaufen .ui-button
{
   line-height: 41px;
   padding: 0;
}
#wb_Bookmark1
{
   visibility: visible;
   display: inline-block;
}
#wb_Text2
{
   visibility: visible;
   display: block;
   box-shadow: 0px 0px 0px #000000;
}
#wb_Text2
{
   font-size: 15px;
   margin: 0;
   padding: 0 20px 20px 20px;
   text-align: left;
   line-height: 22px;
}
#wb_AlleFolgen
{
   width: 177px;
   height: 23px;
   visibility: visible;
   display: inline-block;
   margin: 0 0 0 20px;
   padding: 10px 20px 10px 20px;
   box-shadow: 0px 0px 0px #000000;
}
#wb_WerbespotMediaPlayer1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 30px 0 ;
}
#wb_hellerSchreibtisch
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#hellerSchreibtisch
{
   margin-left: auto;
   margin-right: auto;
}
#wb_Text4
{
   visibility: visible;
   display: block;
   box-shadow: 0px 0px 0px #000000;
}
#wb_Text4
{
   font-size: 15px;
   margin: 0;
   padding: 0 20px 20px 20px;
   text-align: left;
   line-height: 22px;
}
#wb_MenschMittelpunktH1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 10px 0 10px 20px;
   font-size: 32px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   box-shadow: 0px 0px 0px #000000;
}
#wb_MenschMittelpunktH1
{
   background-color: rgba(255,255,255,0.78);
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: left;
}
#MenschMittelpunktH1
{
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   text-align: left;
   text-transform: none;
}
#wb_Heading15
{
   width: 177px;
   height: 23px;
   visibility: visible;
   display: inline-block;
   margin: 0 0 0 20px;
   padding: 10px 20px 10px 20px;
}
#wb_Text7
{
   visibility: visible;
   display: block;
   box-shadow: 0px 0px 0px #000000;
}
#wb_Text7
{
   font-size: 15px;
   margin: 0;
   padding: 0 20px 20px 20px;
   text-align: left;
   line-height: 20px;
}
#wb_Text8
{
   visibility: visible;
   display: block;
   box-shadow: 0px 0px 0px #000000;
}
#wb_Text8
{
   font-size: 15px;
   margin: 30px 0 0 0 ;
   padding: 0 20px 20px 20px;
   text-align: left;
   line-height: 20px;
}
#wb_Image19
{
   width: 237px;
   height: 237px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0 0 20px 20px;
}
#Image19
{
   width: 237px;
   height: 237px;
}
#wb_Heading18
{
   width: 173px;
   height: 19px;
   visibility: visible;
   display: inline-block;
   margin: 0 0 0 20px;
   padding: 10px 20px 10px 20px;
}
#wb_Text9
{
   visibility: visible;
   display: block;
   box-shadow: 0px 0px 0px #000000;
}
#wb_Text9
{
   font-size: 15px;
   margin: 0;
   padding: 30px 20px 20px 20px;
   text-align: left;
   line-height: 22px;
}
#wb_Image22
{
   width: 279px;
   height: 156px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0 0 0 20px;
}
#Image22
{
   width: 279px;
   height: 156px;
}
#wb_Heading19
{
   width: 219px;
   height: 23px;
   visibility: visible;
   display: inline-block;
   margin: 0 0 0 20px;
   padding: 10px 20px 10px 20px;
   box-shadow: 0px 0px 0px #000000;
}
#wb_Image23
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#Image23
{
   margin-left: auto;
   margin-right: auto;
}
#wb_Bookmark2
{
   visibility: visible;
   display: inline-block;
}
#wb_Text11
{
   visibility: visible;
   display: block;
}
#wb_Text11
{
   font-size: 15px;
   margin: 0;
   padding: 0 20px 20px 20px;
   text-align: left;
   line-height: 22px;
}
#wb_Heading21
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 10px 0 10px 20px;
   font-size: 32px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading21
{
   background-color: rgba(255,255,255,0.78);
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: left;
}
#Heading21
{
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   text-align: left;
   text-transform: none;
}
#Heading21 a
{
   color: inherit;
}
#wb_Heading22
{
   width: 177px;
   height: 23px;
   visibility: visible;
   display: inline-block;
   margin: 0 0 0 20px;
   padding: 10px 20px 10px 20px;
}
#wb_Heading23
{
   width: calc(100% - 30px);
   visibility: visible;
   display: block;
   margin: 0 0 10px 30px;
   padding: 0;
   font-size: 64px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading23
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: left;
}
#Heading23
{
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 64px;
   text-align: left;
   text-transform: none;
}
#wb_HeadingSubtitel
{
   width: calc(100% - 50px);
   visibility: visible;
   display: block;
   margin: 20px 20px 20px 30px;
   padding: 0;
   font-size: 24px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_HeadingSubtitel
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: left;
}
#HeadingSubtitel
{
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
   line-height: 28.8px;
   text-align: left;
   text-transform: none;
}
#HorizontalLine1
{
   width: 1200px;
   height: 1px;
   visibility: visible;
   display: inline-block;
   margin: 10px 0 20px 20px;
}
#HorizontalLine1
{
   border-color: #A0A0A0;
   border-bottom-width: -29px;
}
#wb_richtigVerkaufen
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 50px 0 0 0 ;
   padding: 10px 0 10px 0;
   font-size: 29px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_richtigVerkaufen
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#richtigVerkaufen
{
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 29px;
   text-align: center;
   text-transform: none;
}
#wb_Card1
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   color: transparent;
}
#Card1-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 80px 50px 80px 50px;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: right;
}
#wb_Card1:hover #Card1-card-item0
{
   opacity: 1.0;
   background-color: rgba(0,0,0,0.63);
   transition: opacity 300ms linear 0ms, background-color 300ms linear 0ms;
}
#Card1-card-item0
{
   opacity: 0;
   background-color: rgba(0,0,0,0.63);
   transition: opacity 500ms linear 0ms, background-color 500ms linear 0ms;
}
#Card1-card-footer
{
   box-sizing: border-box;
   border-top: 0px solid rgba(0,0,0,0.50);
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-color: rgba(0,0,0,0.50);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: right;
}
#wb_Card1:hover #Card1-card-footer
{
   background-color: #000000;
   transition: background-color 300ms linear 0ms;
}
#Card1-card-footer
{
   background-color: rgba(0,0,0,0.50);
   transition: background-color 300ms linear 0ms;
}
#wb_Card1
{
   text-align: left;
}
#wb_Card2
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   color: transparent;
}
#Card2-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 80px 50px 80px 50px;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#wb_Card2:hover #Card2-card-item0
{
   opacity: 1.0;
   background-color: rgba(0,0,0,0.63);
   transition: opacity 300ms linear 0ms, background-color 300ms linear 0ms;
}
#Card2-card-item0
{
   opacity: 0;
   background-color: rgba(0,0,0,0.63);
   transition: opacity 500ms linear 0ms, background-color 500ms linear 0ms;
}
#Card2-card-footer
{
   box-sizing: border-box;
   border-top: 0px solid rgba(0,0,0,0.50);
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-color: rgba(0,0,0,0.50);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#wb_Card2:hover #Card2-card-footer
{
   background-color: #000000;
   transition: background-color 300ms linear 0ms;
}
#Card2-card-footer
{
   background-color: rgba(0,0,0,0.50);
   transition: background-color 300ms linear 0ms;
}
#wb_Card2
{
   text-align: left;
}
#wb_Bookmark3
{
   visibility: visible;
   display: inline-block;
}
#wb_Heading27
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 30px 0 0 0 ;
   padding: 0;
   font-size: 24px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading27
{
   background-clip: padding-box;
   background-color: transparent;
   background-image: none;
   border: 0px outset #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#Heading27
{
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
   text-align: left;
   text-transform: none;
}
#Heading27 a
{
   color: inherit;
}
#wb_Text10
{
   visibility: visible;
   display: block;
}
#wb_Text10
{
   font-size: 17px;
   margin: 0 20px 20px 20px;
   padding: 0;
   text-align: left;
   line-height: 23px;
}
#wb_Text27
{
   visibility: visible;
   display: block;
}
#wb_Text27
{
   font-size: 17px;
   margin: 0 0 20px 40px;
   padding: 0;
   text-align: left;
   line-height: 23px;
}
#wb_Text28
{
   visibility: visible;
   display: block;
}
#wb_Text28
{
   font-size: 17px;
   margin: 0 20px 60px 20px;
   padding: 0;
   text-align: left;
   line-height: 23px;
}
#wb_Text12
{
   visibility: visible;
   display: block;
}
#wb_Text12
{
   font-size: 17px;
   margin: 0 20px 60px 20px;
   padding: 0;
   text-align: left;
   line-height: 23px;
}
#wb_Text13
{
   visibility: visible;
   display: block;
}
#wb_Text13
{
   font-size: 17px;
   margin: 0;
   padding: 20px 20px 20px 20px;
   text-align: left;
   line-height: 23px;
}
#wb_ThemeableButton3
{
   width: 480px;
   height: 72px;
   visibility: visible;
   display: inline-block;
   margin: 50px 0 50px 20px;
}
#ThemeableButton3
{
   font-size: 24px;
}
#wb_ThemeableButton3 .ui-button
{
   line-height: 48px;
   padding: 10px 0 10px 0;
}
#wb_Heading14
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 20px 20px 20px 20px;
   font-size: 27px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading14
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #7A1C3D;
   border-radius: 0px;
   text-align: left;
}
#Heading14
{
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
   text-align: left;
   text-transform: none;
}
#wb_Heading3
{
   width: 551px;
   height: 50px;
   visibility: visible;
   display: inline-block;
   margin: 40px 10px 40px 10px;
   padding: 10px 10px 10px 10px;
   color: #4F4F4F;
   font-size: 21px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   border-radius: 1px;
}
#wb_Heading3
{
   background-color: transparent;
   background-image: none;
   border: 2px solid #7A1C3D;
   border-radius: 1px;
   text-align: center;
}
#Heading3
{
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   text-align: center;
   text-transform: none;
}
#Heading3 a
{
   color: inherit;
}
#wb_wirBegleitenH3
{
   width: calc(100% - 15px);
   visibility: visible;
   display: block;
   margin: 30px 0 0 15px;
   padding: 0;
   color: #4F4F4F;
   font-size: 24px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_wirBegleitenH3
{
   background-clip: padding-box;
   background-color: transparent;
   background-image: none;
   border: 0px outset #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wirBegleitenH3
{
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
   text-align: left;
   text-transform: none;
}
#wirBegleitenH3 a
{
   color: inherit;
}
#wb_Text15
{
   visibility: visible;
   display: block;
}
#wb_Text15
{
   font-size: 17px;
   margin: 0;
   padding: 30px 30px 0 20px;
   text-align: left;
}
#wb_Text14
{
   visibility: visible;
   display: block;
}
#wb_Text14
{
   font-size: 17px;
   margin: 0;
   padding: 10px 30px 30px 30px;
   text-align: left;
   line-height: 23px;
}
#wb_Heading29
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 50px 0 0 0 ;
   padding: 20px 20px 20px 20px;
   font-size: 27px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading29
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: left;
}
#Heading29
{
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
   text-align: left;
   text-transform: none;
}
#HorizontalLine2
{
   width: 743px;
   height: 1px;
   visibility: visible;
   display: inline-block;
   margin: 20px 0 20px 0 ;
}
#HorizontalLine2
{
   border-color: #7A1C3D;
   border-bottom-width: -39px;
}
#wb_MediaPlayer1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#wb_Text16
{
   visibility: visible;
   display: block;
}
#wb_Text16
{
   font-size: 17px;
   margin: 0;
   padding: 10px 30px 0 20px;
   text-align: left;
}
#wb_Text17
{
   visibility: visible;
   display: block;
}
#wb_Text17
{
   font-size: 17px;
   margin: 0;
   padding: 10px 30px 10px 20px;
   text-align: left;
}
#wb_Heading12
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 30px 0 0 0 ;
   padding: 10px 0 10px 20px;
   font-size: 32px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   box-shadow: 0px 0px 0px #000000;
}
#wb_Heading12
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: left;
}
#Heading12
{
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   text-align: left;
   text-transform: none;
}
#Heading12 a
{
   color: inherit;
}
#HorizontalLine3
{
   width: 1200px;
   height: 1px;
   visibility: visible;
   display: inline-block;
   margin: 10px 0 20px 20px;
}
#HorizontalLine3
{
   border-color: #A0A0A0;
   border-bottom-width: -29px;
}
#HorizontalLine4
{
   width: 1200px;
   height: 1px;
   visibility: visible;
   display: inline-block;
   margin: 10px 0 20px 20px;
}
#HorizontalLine4
{
   border-color: #A0A0A0;
   border-bottom-width: -29px;
}
#wb_AKTUELLE-LAGE
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 30px 0 0 0 ;
   padding: 10px 0 10px 0;
   font-size: 32px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   box-shadow: 0px 0px 0px #000000;
}
#wb_AKTUELLE-LAGE
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: left;
}
#AKTUELLE-LAGE
{
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   text-align: left;
   text-transform: none;
}
#AKTUELLE-LAGE a
{
   color: inherit;
}
#HorizontalLine5
{
   width: 1200px;
   height: 1px;
   visibility: visible;
   display: inline-block;
   margin: 10px 0 20px 20px;
}
#HorizontalLine5
{
   border-color: #A0A0A0;
   border-bottom-width: -29px;
}
#wb_IconButton3
{
   width: 300px;
   height: 57px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#IconButton3
{
   font-size: 20px;
}
#wb_IconButton3 .ui-button
{
   line-height: 53px;
   padding: 0;
}
#upStickyLayerRechts
{
   width: 60px;
   height: 41px;
   visibility: visible;
   display: block;
}
#HorizontalLine6
{
   width: 290px;
   height: 2px;
   visibility: visible;
   display: inline-block;
   margin: 25px 30px 25px 30px;
}
#HorizontalLine6
{
   border-color: #7A1C3D;
   border-bottom-width: -48px;
}
}
@media only screen and (min-width: 1024px) and (max-width: 1279px)
{
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#wb_header
{
   visibility: visible;
   display: table;
}
#wb_header
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#header
{
   height: auto;
   padding: 0;
}
#header .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#header > .row > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#header > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: right;
}
#wb_ThemeableMenu4
{
   width: 100%;
   visibility: hidden;
   display: none;
   margin: 0;
}
#ThemeableMenu4, .ThemeableMenu4 .nav, .ThemeableMenu4 .dropdown-menu
{
   font-weight: bold;
   font-size: 16px;
}
#wb_homeGross
{
   visibility: visible;
   display: table;
   background-color: transparent;
   background-image: url('../images/Liebe-und-Zuneigung-in-hellem-Zimmer_FLACH.jpg');
   background-repeat: repeat-y;
   background-position: center center;
   background-attachment: fixed;
   background-size: cover;
   box-shadow: 0px 0px 0px #000000;
}
#wb_homeGross
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#homeGross
{
   height: auto;
   padding: 20px 0 150px 0;
}
#homeGross-divider-top
{
   height: 60px;
}
#homeGross-divider-top
{
   top: 0%;
   left: 0;
}
#wb_LayoutGrid7
{
   visibility: visible;
   display: table;
   box-shadow: 0px 0px 0px #000000;
}
#wb_LayoutGrid7
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid7
{
   height: auto;
   padding: 50px 15px 10px 15px;
}
#LayoutGrid7 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid7-divider-top
{
   height: 50px;
}
#LayoutGrid7-divider-top
{
   top: 0%;
   left: 0;
}
#wb_LayoutGrid6
{
   visibility: visible;
   display: table;
   box-shadow: 0px 0px 0px #000000;
}
#wb_LayoutGrid6
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid6
{
   height: auto;
   padding: 10px 15px 10px 15px;
}
#LayoutGrid6 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_FuerAnker
{
   visibility: visible;
   display: table;
   box-shadow: 0px 0px 0px #000000;
}
#wb_FuerAnker
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#FuerAnker
{
   height: auto;
   padding: 50px 15px 80px 15px;
}
#FuerAnker .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_FuerUnsStehtDerMensch
{
   visibility: visible;
   display: table;
   box-shadow: 0px 0px 0px #000000;
}
#wb_FuerUnsStehtDerMensch
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#FuerUnsStehtDerMensch
{
   height: auto;
   padding: 80px 15px 80px 15px;
}
#FuerUnsStehtDerMensch .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_LayoutGrid16
{
   visibility: hidden;
   display: none;
   box-shadow: 0px 0px 0px #000000;
}
#wb_LayoutGrid16
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid16
{
   height: auto;
   padding: 50px 15px 80px 15px;
}
#LayoutGrid16 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_Auswahl-Bewerten-Kaufen-Beraten
{
   visibility: visible;
   display: block;
   background-color: rgba(255,255,255,0.80);
   background-image: none;
   border: 0px solid #CCCCCC;
   box-shadow: 0px 0px 0px #000000;
}
#Auswahl-Bewerten-Kaufen-Beraten
{
   padding: 30px 10px 30px 10px;
}
#wb_LayoutGrid10
{
   visibility: visible;
   display: table;
   box-shadow: 0px 0px 0px #000000;
}
#wb_LayoutGrid10
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid10
{
   height: auto;
   padding: 10px 15px 10px 15px;
}
#LayoutGrid10 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_Teiler
{
   visibility: visible;
   display: table;
}
#wb_Teiler
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#Teiler
{
   height: auto;
   padding: 5px 15px 20px 15px;
}
#Teiler .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_LayoutGrid18
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid18
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid18
{
   height: auto;
   padding: 10px 15px 10px 15px;
}
#LayoutGrid18 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_LayoutGrid11
{
   visibility: visible;
   display: table;
   box-shadow: 0px 0px 0px #000000;
}
#wb_LayoutGrid11
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid11
{
   height: auto;
   padding: 20px 15px 80px 15px;
}
#LayoutGrid11 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_LayoutGrid5
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid5
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid5
{
   height: auto;
   padding: 10px 15px 10px 15px;
}
#LayoutGrid5 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid5-divider-bottom
{
   height: 50px;
}
#LayoutGrid5-divider-bottom
{
   bottom: 0%;
}
#wb_LayoutGrid14
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid14
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid14
{
   height: auto;
   padding: 50px 0 0 0;
}
#LayoutGrid14 .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#LayoutGrid14-divider-top
{
   height: 50px;
}
#LayoutGrid14-divider-top
{
   top: 0%;
   left: 0;
}
#wb_LayoutGrid19
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid19
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid19
{
   height: auto;
   padding: 5px 15px 20px 15px;
}
#LayoutGrid19 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_LayoutGrid13
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid13
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid13
{
   height: auto;
   padding: 50px 15px 80px 15px;
}
#LayoutGrid13 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_LayoutGrid8
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid8
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid8
{
   height: auto;
   padding: 10px 15px 10px 15px;
}
#LayoutGrid8 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_LayoutGrid9
{
   visibility: visible;
   display: table;
   box-shadow: 0px 0px 0px #000000;
}
#wb_LayoutGrid9
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid9
{
   height: auto;
   padding: 80px 10px 80px 10px;
}
#LayoutGrid9 .row
{
   margin-right: -10px;
   margin-left: -10px;
}
#LayoutGrid9-divider-top
{
   height: 50px;
}
#LayoutGrid9-divider-top
{
   top: 0%;
   left: 0;
}
#LayoutGrid9-divider-bottom
{
   height: 50px;
}
#LayoutGrid9-divider-bottom
{
   bottom: 0%;
}
#wb_infoblock2
{
   visibility: visible;
   display: table;
   box-shadow: 0px 0px 0px #000000;
}
#wb_infoblock2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#infoblock2
{
   height: auto;
   padding: 20px 15px 40px 15px;
}
#infoblock2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#infoblock2-divider-top
{
   height: 50px;
}
#infoblock2-divider-top
{
   top: 0%;
   left: 0;
}
#wb_LayoutGrid2
{
   visibility: visible;
   display: table;
   box-shadow: 0px 0px 0px #000000;
}
#wb_LayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid2
{
   height: auto;
   padding: 50px 0 0 0;
}
#LayoutGrid2 .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#LayoutGrid2-divider-top
{
   height: 50px;
}
#LayoutGrid2-divider-top
{
   top: 0%;
   left: 0;
}
#wb_LayoutGrid20
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid20
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid20
{
   height: auto;
   padding: 5px 15px 20px 15px;
}
#LayoutGrid20 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_LayoutGrid3
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid3
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid3
{
   height: auto;
   padding: 0;
}
#LayoutGrid3-divider-bottom
{
   height: 100px;
}
#LayoutGrid3-divider-bottom
{
   bottom: 0%;
}
#wb_LayoutGrid15
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid15
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid15
{
   height: auto;
   padding: 10px 15px 10px 15px;
}
#LayoutGrid15 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_LayoutGrid17
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid17
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid17
{
   height: auto;
   padding: 10px 0 20px 0;
}
#LayoutGrid17 .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#wb_LayoutGrid12
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid12
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid12
{
   height: auto;
   padding: 50px 0 0 0;
}
#LayoutGrid12 .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#LayoutGrid12-divider-top
{
   height: 50px;
}
#LayoutGrid12-divider-top
{
   top: 0%;
   left: 0;
}
#wb_PreisLayoutGrid2
{
   visibility: visible;
   display: table;
   box-shadow: 0px 0px 0px #000000;
}
#wb_PreisLayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#PreisLayoutGrid2
{
   height: auto;
   padding: 40px 15px 40px 15px;
}
#PreisLayoutGrid2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#PreisLayoutGrid2-divider-bottom
{
   height: 50px;
}
#PreisLayoutGrid2-divider-bottom
{
   bottom: 0%;
}
#wb_infoBlock1
{
   visibility: visible;
   display: table;
   box-shadow: 0px 0px 0px #000000;
}
#wb_infoBlock1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#infoBlock1
{
   height: auto;
   padding: 50px 15px 80px 15px;
}
#infoBlock1 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_LayoutGrid21
{
   visibility: visible;
   display: table;
   box-shadow: 0px 0px 0px #000000;
}
#wb_LayoutGrid21
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid21
{
   height: auto;
   padding: 10px 15px 10px 15px;
}
#LayoutGrid21 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_LayoutGrid22
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid22
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid22
{
   height: auto;
   padding: 5px 15px 20px 15px;
}
#LayoutGrid22 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_AktuelleLage
{
   visibility: visible;
   display: table;
}
#wb_AktuelleLage
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#AktuelleLage
{
   height: auto;
   padding: 0 15px 0 15px;
}
#AktuelleLage .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_ObjSucheBlockImage1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#ObjSucheBlockImage1
{
   margin-left: auto;
   margin-right: auto;
}
#wb_kundenrezessionen
{
   visibility: visible;
   display: table;
}
#wb_kundenrezessionen
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#kundenrezessionen
{
   height: auto;
   padding: 10px 15px 10px 15px;
}
#kundenrezessionen .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#RezessionenContainer
{
   visibility: visible;
   display: grid;
   background-color: #7A1C3D;
   background-image: none;
   border: 0px solid #CCCCCC;
}
#RezessionenContainer
{
   grid-template-columns: repeat(2, 1fr);
   gap: 10px;
}
#RezessionenContainer
{
   padding: 50px 30px 0 30px;
}
#RezessionenContainer-divider-top
{
   height: 50px;
}
#RezessionenContainer-divider-top
{
   top: 0%;
   left: 0;
}
#RezessionenContainer-divider-bottom
{
   height: 50px;
}
#RezessionenContainer-divider-bottom
{
   bottom: 0%;
}
#wb_ReferenzobjekteLayoutGrid3
{
   visibility: visible;
   display: table;
   box-shadow: 0px 0px 0px #000000;
}
#wb_ReferenzobjekteLayoutGrid3
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#ReferenzobjekteLayoutGrid3
{
   height: auto;
   padding: 10px 15px 10px 15px;
}
#ReferenzobjekteLayoutGrid3 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_galleryLayoutGrid
{
   visibility: visible;
   display: table;
}
#wb_galleryLayoutGrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#galleryLayoutGrid
{
   height: auto;
   padding: 80px 15px 80px 15px;
}
#galleryLayoutGrid .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#galleryLayoutGrid-divider-top
{
   height: 50px;
}
#galleryLayoutGrid-divider-top
{
   top: 0%;
   left: 0;
}
#galleryLayoutGrid-divider-bottom
{
   height: 150px;
}
#galleryLayoutGrid-divider-bottom
{
   bottom: 0%;
}
#wb_upIcon00
{
   left: 14px;
   top: 4px;
   width: 24px;
   height: 24px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 4px 4px 4px 4px;
}
#upIcon00
{
   width: 24px;
   height: 24px;
}
#upIcon00 i
{
   line-height: 24px;
   font-size: 24px;
   width: 23px;
}
#wb_factsIcon
{
   width: 60px;
   height: 100px;
   visibility: hidden;
   display: none;
   margin: 0 0 0 40px;
   padding: 0;
   background-color: transparent;
   background-image: none;
}
#factsIcon
{
   width: 60px;
   height: 100px;
}
#factsIcon i
{
   line-height: 100px;
   font-size: 60px;
   width: 59px;
}
#wb_factsIcon:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
}
#wb_Häuser-Wohnungen-Grundsuecke-kaufen-infoBlockHeading3
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 10px 0 10px 20px;
   font-size: 32px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   box-shadow: 0px 0px 0px #000000;
}
#wb_Häuser-Wohnungen-Grundsuecke-kaufen-infoBlockHeading3
{
   background-color: rgba(255,255,255,0.78);
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: left;
}
#Häuser-Wohnungen-Grundsuecke-kaufen-infoBlockHeading3
{
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   text-align: left;
   text-transform: none;
}
#Häuser-Wohnungen-Grundsuecke-kaufen-infoBlockHeading3 a
{
   color: inherit;
}
#wb_FindenSiePassende2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 10px 0 10px 20px;
   color: #969696;
   font-size: 19px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   box-shadow: 0px 0px 0px #000000;
}
#wb_FindenSiePassende2
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: left;
}
#FindenSiePassende2
{
   color: #969696;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   text-align: left;
   text-transform: none;
}
#wb_infoBlockText1
{
   visibility: visible;
   display: block;
}
#wb_infoBlockText1
{
   font-size: 15px;
   margin: 0 0 20px 0 ;
   padding: 0 20px 20px 20px;
   text-align: left;
   line-height: 22px;
}
#wb_reviewsImage2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#reviewsImage2
{
   margin-left: auto;
   margin-right: auto;
}
#wb_infoBlockText2
{
   visibility: visible;
   display: block;
   box-shadow: 0px 0px 0px #000000;
}
#wb_infoBlockText2
{
   font-size: 15px;
   margin: 0;
   padding: 0 20px 20px 20px;
   text-align: left;
   line-height: 22px;
}
#wb_ObjSucheBookmark1
{
   visibility: visible;
   display: inline-block;
}
#wb_ObjBewertungBookmark2
{
   visibility: visible;
   display: inline-block;
}
#wb_Image18
{
   width: 212px;
   height: 49px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
}
#Image18
{
   width: 212px;
   height: 49px;
}
#wb_Heading17
{
   width: 210px;
   height: 20px;
   visibility: visible;
   display: inline-block;
   margin: 0 0 0 20px;
   padding: 20px 20px 20px 20px;
}
#wb_Heading2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 20px 20px 20px 20px;
   font-size: 27px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading2
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: left;
}
#Heading2
{
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
   text-align: left;
   text-transform: none;
}
#wb_PreisImage2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#PreisImage2
{
   margin-left: auto;
   margin-right: auto;
}
#wb_PreisBookmark1
{
   visibility: visible;
   display: inline-block;
}
#wb_PreisText2
{
   visibility: visible;
   display: block;
}
#wb_PreisText2
{
   font-size: 15px;
   margin: 20px 0 0 0 ;
   padding: 40px 20px 20px 20px;
   text-align: left;
   line-height: 22px;
}
#wb_PreisHeading8
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 105px 0 0 0 ;
   padding: 10px 0 10px 20px;
   color: #4F4F4F;
   font-size: 19px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_PreisHeading8
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: left;
}
#PreisHeading8
{
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   text-align: left;
   text-transform: none;
}
#PreisHeading8 a
{
   color: inherit;
}
#wb_PreisHeading9
{
   width: 210px;
   height: 20px;
   visibility: visible;
   display: inline-block;
   margin: 0 0 0 20px;
   padding: 20px 20px 20px 20px;
}
#wb_PreisMediaPlayer1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#wb_PreisText1
{
   visibility: visible;
   display: block;
   box-shadow: 0px 0px 0px #000000;
}
#wb_PreisText1
{
   font-size: 15px;
   margin: 0;
   padding: 0 20px 20px 20px;
   text-align: left;
   line-height: 22px;
}
#wb_PreisHeading4
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 10px 0 10px 20px;
}
#wb_RezessionenCard1
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0 0 30px 0 ;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   color: transparent;
}
#RezessionenCard1-card-item0
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #7A1C3D;
   font-family: "Times New Roman";
   font-weight: bold;
   font-style: normal;
   font-size: 107px;
}
#RezessionenCard1-card-item1
{
   box-sizing: border-box;
   margin: -40px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#RezessionenCard1-card-item2
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #7A1C3D solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#RezessionenCard1-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: right;
}
#wb_RezessionenCard1
{
   text-align: left;
}
#wb_RezessionenCard5
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0 0 30px 0 ;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   color: transparent;
}
#RezessionenCard5-card-item0
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #7A1C3D;
   font-family: "Times New Roman";
   font-weight: bold;
   font-style: normal;
   font-size: 107px;
}
#RezessionenCard5-card-item1
{
   box-sizing: border-box;
   margin: -40px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#RezessionenCard5-card-item2
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #7A1C3D solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#RezessionenCard5-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: right;
}
#wb_RezessionenCard5
{
   text-align: left;
}
#wb_RezessionenCard2
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0 0 30px 0 ;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   color: transparent;
   background-color: #FFFFFF;
   background-image: none;
   box-shadow: 0px 0px 0px rgba(0,0,0,0.20);
}
#RezessionenCard2-card-item0
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #7A1C3D;
   font-family: "Times New Roman";
   font-weight: bold;
   font-style: normal;
   font-size: 107px;
}
#RezessionenCard2-card-item1
{
   box-sizing: border-box;
   margin: -40px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#RezessionenCard2-card-item2
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #7A1C3D solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#RezessionenCard2-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: right;
}
#wb_RezessionenCard2
{
   text-align: left;
}
#wb_RezessionenCard4
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0 0 30px 0 ;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   color: transparent;
}
#RezessionenCard4-card-item0
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #7A1C3D;
   font-family: "Times New Roman";
   font-weight: bold;
   font-style: normal;
   font-size: 107px;
}
#RezessionenCard4-card-item1
{
   box-sizing: border-box;
   margin: -40px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#RezessionenCard4-card-item2
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #7A1C3D solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#RezessionenCard4-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: right;
}
#wb_RezessionenCard4
{
   text-align: left;
}
#wb_RezessionenCard6
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0 0 30px 0 ;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   color: transparent;
}
#RezessionenCard6-card-item0
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #7A1C3D;
   font-family: "Times New Roman";
   font-weight: bold;
   font-style: normal;
   font-size: 107px;
}
#RezessionenCard6-card-item1
{
   box-sizing: border-box;
   margin: -40px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#RezessionenCard6-card-item2
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #7A1C3D solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#RezessionenCard6-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: right;
}
#wb_RezessionenCard6
{
   text-align: left;
}
#wb_RezessionenCard3
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0 0 30px 0 ;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   color: transparent;
}
#RezessionenCard3-card-item0
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #7A1C3D;
   font-family: "Times New Roman";
   font-weight: bold;
   font-style: normal;
   font-size: 107px;
}
#RezessionenCard3-card-item1
{
   box-sizing: border-box;
   margin: -40px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#RezessionenCard3-card-item2
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #7A1C3D solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#RezessionenCard3-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: right;
}
#wb_RezessionenCard3
{
   text-align: left;
}
#wb_RezessionenCard7
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0 0 50px 0 ;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   color: transparent;
   background-color: #FFFFFF;
   background-image: none;
   box-shadow: 0px 0px 0px rgba(0,0,0,0.20);
}
#RezessionenCard7-card-item0
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #7A1C3D;
   font-family: "Times New Roman";
   font-weight: bold;
   font-style: normal;
   font-size: 107px;
}
#RezessionenCard7-card-item1
{
   box-sizing: border-box;
   margin: -40px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#RezessionenCard7-card-item2
{
   box-sizing: border-box;
   margin: 5px 20px 0 20px;
   border-top: 1px #7A1C3D solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#RezessionenCard7-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: right;
}
#wb_RezessionenCard7
{
   text-align: left;
}
#wb_RezessionenHeading
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 20px 0 20px 0;
   font-size: 32px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_RezessionenHeading
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#RezessionenHeading
{
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   text-align: center;
   text-transform: none;
}
#RezessionenHeading a
{
   color: inherit;
}
#wb_RezessionenFontAwesomeIcon1
{
   width: 100px;
   height: 100px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#RezessionenFontAwesomeIcon1
{
   width: 100px;
   height: 100px;
}
#RezessionenFontAwesomeIcon1 i
{
   line-height: 100px;
   font-size: 100px;
   width: 99px;
}
#wb_galleryCollage
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#wb_ReferenzHeading5
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 20px 0 20px 0;
}
#wb_ReferenzFontAwesomeIcon2
{
   width: 100px;
   height: 100px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#ReferenzFontAwesomeIcon2
{
   width: 100px;
   height: 100px;
}
#ReferenzFontAwesomeIcon2 i
{
   line-height: 100px;
   font-size: 100px;
   width: 106px;
}
#wb_FooterEmbeddedPage2
{
   visibility: visible;
   display: block;
}
#wb_FusszeileLayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_FusszeileLayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#FusszeileLayoutGrid1
{
   height: auto;
   padding: 10px 0 0 0;
}
#FusszeileLayoutGrid1 .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#StickyUpLayerMittig
{
   width: 50px;
   height: 50px;
   visibility: hidden;
   display: none;
   box-shadow: 0px 0px 0px #000000;
}
#wb_ReferenzobjekteBookmark1
{
   visibility: visible;
   display: inline-block;
}
#wb_KundenVotingBookmark1
{
   visibility: visible;
   display: inline-block;
}
#wb_UpIcon002
{
   left: 9px;
   top: 8px;
   width: 24px;
   height: 24px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 4px 4px 4px 4px;
   background-color: transparent;
   background-image: none;
}
#UpIcon002
{
   width: 24px;
   height: 24px;
}
#UpIcon002 i
{
   line-height: 24px;
   font-size: 24px;
   width: 23px;
}
#wb_UpIcon002:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #3E3E3E;
}
#EmbeddedPage1
{
   width: 1024px;
   height: 94px;
   visibility: visible;
   display: inline-block;
}
#wb_LayoutGridMenuenormal
{
   visibility: visible;
   display: table;
}
#wb_LayoutGridMenuenormal
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGridMenuenormal
{
   height: auto;
   padding: 15px 5px 0 5px;
}
#LayoutGridMenuenormal .row
{
   margin-right: -5px;
   margin-left: -5px;
}
#wb_Image2MBiLogo320
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#Image2MBiLogo320
{
   margin-left: auto;
   margin-right: auto;
}
#wb_ThemeableMenu1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#ThemeableMenu1, .ThemeableMenu1 .nav, .ThemeableMenu1 .dropdown-menu
{
   font-weight: bold;
   font-size: 16px;
}
#wb_LOGOplusIMAGE
{
   width: 50px;
   height: 49px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
}
#LOGOplusIMAGE
{
   width: 50px;
   height: 49px;
}
#wb_Card10
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0 0 30px 0 ;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   color: transparent;
}
#Card10-card-item0
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #7A1C3D;
   font-family: "Times New Roman";
   font-weight: bold;
   font-style: normal;
   font-size: 107px;
}
#Card10-card-item1
{
   box-sizing: border-box;
   margin: -40px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card10-card-item2
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #7A1C3D solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card10-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: right;
}
#wb_Card10
{
   text-align: left;
}
#wb_Text18
{
   visibility: visible;
   display: block;
   box-shadow: 0px 0px 0px #000000;
}
#wb_Text18
{
   margin: 0;
   padding: 10px 30px 50px 20px;
}
#wb_Card12
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0 0 30px 0 ;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   color: transparent;
}
#Card12-card-item0
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #7A1C3D;
   font-family: "Times New Roman";
   font-weight: bold;
   font-style: normal;
   font-size: 107px;
}
#Card12-card-item1
{
   box-sizing: border-box;
   margin: -40px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card12-card-item2
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #7A1C3D solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card12-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: right;
}
#wb_Card12
{
   text-align: left;
}
#wb_Card13
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0 0 50px 0 ;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   color: transparent;
}
#Card13-card-item0
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #7A1C3D;
   font-family: "Times New Roman";
   font-weight: bold;
   font-style: normal;
   font-size: 107px;
}
#Card13-card-item1
{
   box-sizing: border-box;
   margin: -40px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card13-card-item2
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #7A1C3D solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card13-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: right;
}
#wb_Card13
{
   text-align: left;
}
#wb_Card14
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0 0 30px 0 ;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   font-size: 13px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: #FFFFFF;
   background-image: none;
   box-shadow: 0px 0px 0px rgba(0,0,0,0.20);
}
#Card14-card-item0
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #7A1C3D;
   font-family: "Times New Roman";
   font-weight: bold;
   font-style: normal;
   font-size: 107px;
}
#Card14-card-item1
{
   box-sizing: border-box;
   margin: -40px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card14-card-item2
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #7A1C3D solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card14-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: right;
}
#wb_Card14
{
   text-align: left;
}
#wb_PhotoCollage1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#Line1
{
   width: 100%;
   height: 15px;
   visibility: visible;
   display: block;
   margin: 0;
}
#Line1
{
   border-color: rgba(255,255,255,0.00);
   border-bottom-width: 15px;
}
#wb_Wir-begleiten-Sie
{
   visibility: visible;
   display: block;
}
#wb_Wir-begleiten-Sie
{
   font-size: 29px;
   margin: 0;
   padding: 0 0 20px 0;
   text-align: left;
}
#Auswahlmenue-Gespraech-Immoangebote
{
   visibility: hidden;
   display: none;
   font-size: 13px;
   font-style: normal;
   text-decoration: none;
}
#wb_Gespraech-Icon1
{
   width: 40px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Gespraech-Icon1
{
   width: 40px;
   height: 40px;
}
#Gespraech-Icon1 i
{
   line-height: 40px;
   font-size: 40px;
   width: 39px;
}
#wb_Heading7
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
   font-size: 16px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading7
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading7
{
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
   text-transform: none;
}
#Heading7 a
{
   color: inherit;
}
#wb_Icon2
{
   width: 40px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Icon2
{
   width: 40px;
   height: 40px;
}
#Icon2 i
{
   line-height: 40px;
   font-size: 40px;
   width: 39px;
}
#wb_Heading8
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
   font-size: 16px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading8
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading8
{
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
   text-transform: none;
}
#Heading8 a
{
   color: inherit;
}
#wb_SloganH2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 30px 0 10px 0;
}
#wb_Heading11
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 10px 0 10px 0;
   font-size: 24px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading11
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading11
{
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
   text-align: center;
   text-transform: none;
}
#Heading11 a
{
   color: inherit;
}
#wb_WasKoennenWirTunH2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 30px 0 0 0 ;
   padding: 10px 0 10px 20px;
}
#wb_Image20
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#Image20
{
   margin-left: auto;
   margin-right: auto;
}
#wb_Text1
{
   visibility: visible;
   display: block;
}
#wb_Text1
{
   font-size: 16px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_Text5
{
   visibility: visible;
   display: block;
}
#wb_Text5
{
   font-size: 16px;
   margin: 20px 0 0 0 ;
   padding: 0 0 20px 0;
   text-align: left;
}
#wb_Text6
{
   visibility: visible;
   display: block;
   box-shadow: 0px 0px 0px #000000;
}
#wb_Text6
{
   font-size: 16px;
   margin: 0;
   padding: 0 20px 20px 20px;
   text-align: left;
}
#wb_Image21
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#Image21
{
   margin-left: auto;
   margin-right: auto;
}
#wb_Heading13
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 50px 0 0 0 ;
   padding: 0 0 20px 0;
   color: #7A1C3D;
   font-size: 35px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading13
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading13
{
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 35px;
   text-align: center;
   text-transform: none;
}
#wb_Heading16
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 20px 0 ;
   padding: 10px 0 10px 0;
   font-size: 32px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   box-shadow: 0px 0px 0px #000000;
}
#wb_Heading16
{
   background-color: rgba(255,255,255,0.78);
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: left;
}
#Heading16
{
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   text-align: left;
   text-transform: none;
}
#Heading16 a
{
   color: inherit;
}
#wb_Jetzt-bewerten
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0 15px 0 15px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   min-height: 500px;
   color: transparent;
   background-color: #FFFFFF;
   background-image: none;
   box-shadow: 0px 0px 10px rgba(0,0,0,0.39);
}
#Jetzt-bewerten-card-item0
{
   display: inline-block;
   line-height: 1.0;
   height: 48px;
   box-sizing: border-box;
   margin: 40px 0 0 0 ;
   border: 0px solid #FEFEFE;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#Jetzt-bewerten-card-item0 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Jetzt-bewerten-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 48px;
   width: 48px;
}
#Jetzt-bewerten-card-item1
{
   box-sizing: border-box;
   margin: 30px 10px 30px 10px;
   padding: 0;
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
}
#Jetzt-bewerten-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Jetzt-bewerten-card-item2
{
   box-sizing: border-box;
   margin: 10px 10px 50px 10px;
   padding: 0;
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Jetzt-bewerten-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Jetzt-bewerten-card-item3
{
   display: inline-block;
   line-height: 1.0;
   height: 61px;
   box-sizing: border-box;
   margin: 5px 0 40px 0 ;
   border: 1px solid #7A1C3D;
   border-radius: 2px;
   background-color: #7A1C3D;
   background-image: none;
   color: #FEFEFE;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Jetzt-bewerten-card-item3:hover
{
   transform: rotate(0deg) scale(1.1,1.1) ;
   transition: transform 500ms ease-out 0ms;
}
#Jetzt-bewerten-card-item3
{
   transform: rotate(0deg) ;
   transition: transform 500ms ease-out 0ms;
}
#Jetzt-bewerten-card-item3 a
{
   color: inherit;
   display: block;
   padding: 20px 10px 20px 10px;
   text-decoration: none;
}
#wb_Jetzt-bewerten
{
   text-align: center;
}
#wb_zu-ImmobilienAngeboten
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0 15px 0 15px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   min-height: 500px;
   color: transparent;
   background-color: #FFFFFF;
   background-image: none;
   box-shadow: 0px 0px 10px rgba(0,0,0,0.39);
}
#zu-ImmobilienAngeboten-card-item0
{
   display: inline-block;
   line-height: 1.0;
   height: 48px;
   box-sizing: border-box;
   margin: 40px 0 0 0 ;
   border: 0px solid #FEFEFE;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#zu-ImmobilienAngeboten-card-item0 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#zu-ImmobilienAngeboten-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 48px;
   width: 48px;
}
#zu-ImmobilienAngeboten-card-item1
{
   box-sizing: border-box;
   margin: 30px 10px 30px 10px;
   padding: 0;
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   text-align: center;
}
#zu-ImmobilienAngeboten-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#zu-ImmobilienAngeboten-card-item2
{
   box-sizing: border-box;
   margin: 10px 10px 50px 10px;
   padding: 0;
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#zu-ImmobilienAngeboten-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#zu-ImmobilienAngeboten-card-item3
{
   display: inline-block;
   line-height: 1.0;
   height: 61px;
   box-sizing: border-box;
   margin: 5px 0 40px 0 ;
   border: 1px solid #7A1C3D;
   border-radius: 2px;
   background-color: #7A1C3D;
   background-image: none;
   color: #FEFEFE;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#zu-ImmobilienAngeboten-card-item3:hover
{
   transform: rotate(0deg) scale(1.1,1.1) ;
   transition: transform 500ms ease-out 0ms;
}
#zu-ImmobilienAngeboten-card-item3
{
   transform: rotate(0deg) ;
   transition: transform 500ms ease-out 0ms;
}
#zu-ImmobilienAngeboten-card-item3 a
{
   color: inherit;
   display: block;
   padding: 20px 10px 20px 10px;
   text-decoration: none;
}
#wb_zu-ImmobilienAngeboten
{
   text-align: center;
}
#wb_Beratung-erhalten
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0 15px 0 15px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   min-height: 500px;
   color: transparent;
   background-color: #FFFFFF;
   background-image: none;
   box-shadow: 0px 0px 10px rgba(0,0,0,0.39);
}
#Beratung-erhalten-card-item0
{
   display: inline-block;
   line-height: 1.0;
   height: 48px;
   box-sizing: border-box;
   margin: 40px 0 0 0 ;
   border: 0px solid #FEFEFE;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#Beratung-erhalten-card-item0 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Beratung-erhalten-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 48px;
   width: 48px;
}
#Beratung-erhalten-card-item1
{
   box-sizing: border-box;
   margin: 30px 10px 30px 10px;
   padding: 0;
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
}
#Beratung-erhalten-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Beratung-erhalten-card-item2
{
   box-sizing: border-box;
   margin: 10px 5px 50px 5px;
   padding: 0;
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Beratung-erhalten-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Beratung-erhalten-card-item3
{
   display: inline-block;
   line-height: 1.0;
   height: 61px;
   box-sizing: border-box;
   margin: 5px 0 40px 0 ;
   border: 1px solid #7A1C3D;
   border-radius: 2px;
   background-color: #7A1C3D;
   background-image: none;
   color: #FEFEFE;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Beratung-erhalten-card-item3:hover
{
   transform: rotate(0deg) scale(1.1,1.1) ;
   transition: transform 500ms ease-out 0ms;
}
#Beratung-erhalten-card-item3
{
   transform: rotate(0deg) ;
   transition: transform 500ms ease-out 0ms;
}
#Beratung-erhalten-card-item3 a
{
   color: inherit;
   display: block;
   padding: 20px 10px 20px 10px;
   text-decoration: none;
}
#wb_Beratung-erhalten
{
   text-align: center;
}
#wb_Gespraech
{
   width: 290px;
   height: 47px;
   visibility: visible;
   display: inline-block;
   margin: 20px 10px 0 30px;
}
#Gespraech
{
   font-size: 16px;
}
#wb_Gespraech .ui-button
{
   line-height: 41px;
   padding: 0;
}
#wb_ImmobilieKaufen
{
   width: 290px;
   height: 47px;
   visibility: visible;
   display: inline-block;
   margin: 20px 10px 0 0 ;
}
#ImmobilieKaufen
{
   font-size: 16px;
}
#wb_ImmobilieKaufen .ui-button
{
   line-height: 41px;
   padding: 0;
}
#wb_Bookmark1
{
   visibility: visible;
   display: inline-block;
}
#wb_Text2
{
   visibility: visible;
   display: block;
   box-shadow: 0px 0px 0px #000000;
}
#wb_Text2
{
   font-size: 15px;
   margin: 0;
   padding: 0 20px 20px 20px;
   text-align: left;
   line-height: 22px;
}
#wb_AlleFolgen
{
   width: 177px;
   height: 23px;
   visibility: visible;
   display: inline-block;
   margin: 0 0 0 20px;
   padding: 10px 20px 10px 20px;
   box-shadow: 0px 0px 0px #000000;
}
#wb_WerbespotMediaPlayer1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 30px 0 ;
}
#wb_hellerSchreibtisch
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#hellerSchreibtisch
{
   margin-left: auto;
   margin-right: auto;
}
#wb_Text4
{
   visibility: visible;
   display: block;
   box-shadow: 0px 0px 0px #000000;
}
#wb_Text4
{
   font-size: 15px;
   margin: 0;
   padding: 0 20px 20px 20px;
   text-align: left;
   line-height: 22px;
}
#wb_MenschMittelpunktH1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 10px 0 10px 20px;
   font-size: 24px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   box-shadow: 0px 0px 0px #000000;
}
#wb_MenschMittelpunktH1
{
   background-color: rgba(255,255,255,0.78);
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: left;
}
#MenschMittelpunktH1
{
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
   text-align: left;
   text-transform: none;
}
#wb_Heading15
{
   width: 177px;
   height: 23px;
   visibility: visible;
   display: inline-block;
   margin: 0 0 0 20px;
   padding: 10px 20px 10px 20px;
}
#wb_Text7
{
   visibility: visible;
   display: block;
   box-shadow: 0px 0px 0px #000000;
}
#wb_Text7
{
   font-size: 15px;
   margin: 0;
   padding: 78px 20px 20px 20px;
   text-align: left;
   line-height: 20px;
}
#wb_Text8
{
   visibility: visible;
   display: block;
   box-shadow: 0px 0px 0px #000000;
}
#wb_Text8
{
   font-size: 15px;
   margin: 0;
   padding: 20px 20px 20px 20px;
   text-align: left;
   line-height: 20px;
}
#wb_Image19
{
   width: 237px;
   height: 237px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0 0 20px 20px;
}
#Image19
{
   width: 237px;
   height: 237px;
}
#wb_Heading18
{
   width: 173px;
   height: 19px;
   visibility: visible;
   display: inline-block;
   margin: 0 0 0 20px;
   padding: 10px 20px 10px 20px;
}
#wb_Text9
{
   visibility: visible;
   display: block;
   box-shadow: 0px 0px 0px #000000;
}
#wb_Text9
{
   font-size: 15px;
   margin: 0;
   padding: 20px 20px 30px 20px;
   text-align: left;
   line-height: 22px;
}
#wb_Image22
{
   width: 279px;
   height: 156px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0 0 0 20px;
}
#Image22
{
   width: 279px;
   height: 156px;
}
#wb_Heading19
{
   width: 219px;
   height: 23px;
   visibility: visible;
   display: inline-block;
   margin: 0 0 0 20px;
   padding: 10px 20px 10px 20px;
   box-shadow: 0px 0px 0px #000000;
}
#wb_Image23
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#Image23
{
   margin-left: auto;
   margin-right: auto;
}
#wb_Bookmark2
{
   visibility: visible;
   display: inline-block;
}
#wb_Text11
{
   visibility: visible;
   display: block;
}
#wb_Text11
{
   font-size: 15px;
   margin: 0;
   padding: 0 20px 20px 20px;
   text-align: left;
   line-height: 22px;
}
#wb_Heading21
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 10px 0 10px 20px;
   font-size: 24px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading21
{
   background-color: rgba(255,255,255,0.78);
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: left;
}
#Heading21
{
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
   text-align: left;
   text-transform: none;
}
#Heading21 a
{
   color: inherit;
}
#wb_Heading22
{
   width: 177px;
   height: 23px;
   visibility: visible;
   display: inline-block;
   margin: 0 0 0 20px;
   padding: 10px 20px 10px 20px;
}
#wb_Heading23
{
   width: calc(100% - 30px);
   visibility: visible;
   display: block;
   margin: 0 0 10px 30px;
   padding: 0;
   font-size: 53px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading23
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: left;
}
#Heading23
{
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 53px;
   text-align: left;
   text-transform: none;
}
#wb_HeadingSubtitel
{
   width: calc(100% - 50px);
   visibility: visible;
   display: block;
   margin: 20px 20px 20px 30px;
   padding: 0;
   font-size: 24px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_HeadingSubtitel
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: left;
}
#HeadingSubtitel
{
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
   line-height: 28.8px;
   text-align: left;
   text-transform: none;
}
#HorizontalLine1
{
   width: 954px;
   height: 1px;
   visibility: visible;
   display: inline-block;
   margin: 10px 0 20px 20px;
}
#HorizontalLine1
{
   border-color: #A0A0A0;
   border-bottom-width: -29px;
}
#wb_richtigVerkaufen
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 50px 0 0 0 ;
   padding: 10px 0 10px 0;
   font-size: 32px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_richtigVerkaufen
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#richtigVerkaufen
{
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   text-align: center;
   text-transform: none;
}
#wb_Card1
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   color: transparent;
}
#Card1-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 80px 50px 80px 50px;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: right;
}
#wb_Card1:hover #Card1-card-item0
{
   opacity: 1.0;
   background-color: rgba(0,0,0,0.63);
   transition: opacity 300ms linear 0ms, background-color 300ms linear 0ms;
}
#Card1-card-item0
{
   opacity: 0;
   background-color: rgba(0,0,0,0.63);
   transition: opacity 500ms linear 0ms, background-color 500ms linear 0ms;
}
#Card1-card-footer
{
   box-sizing: border-box;
   border-top: 0px solid rgba(0,0,0,0.50);
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-color: rgba(0,0,0,0.50);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: right;
}
#wb_Card1:hover #Card1-card-footer
{
   background-color: #000000;
   transition: background-color 300ms linear 0ms;
}
#Card1-card-footer
{
   background-color: rgba(0,0,0,0.50);
   transition: background-color 300ms linear 0ms;
}
#wb_Card1
{
   text-align: left;
}
#wb_Card2
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   color: transparent;
}
#Card2-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 80px 50px 80px 50px;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#wb_Card2:hover #Card2-card-item0
{
   opacity: 1.0;
   background-color: rgba(0,0,0,0.63);
   transition: opacity 300ms linear 0ms, background-color 300ms linear 0ms;
}
#Card2-card-item0
{
   opacity: 0;
   background-color: rgba(0,0,0,0.63);
   transition: opacity 500ms linear 0ms, background-color 500ms linear 0ms;
}
#Card2-card-footer
{
   box-sizing: border-box;
   border-top: 0px solid rgba(0,0,0,0.50);
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-color: rgba(0,0,0,0.50);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#wb_Card2:hover #Card2-card-footer
{
   background-color: #000000;
   transition: background-color 300ms linear 0ms;
}
#Card2-card-footer
{
   background-color: rgba(0,0,0,0.50);
   transition: background-color 300ms linear 0ms;
}
#wb_Card2
{
   text-align: left;
}
#wb_Bookmark3
{
   visibility: visible;
   display: inline-block;
}
#wb_Heading27
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 30px 0 0 0 ;
   padding: 0;
   font-size: 24px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading27
{
   background-clip: padding-box;
   background-color: transparent;
   background-image: none;
   border: 0px outset #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#Heading27
{
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
   text-align: left;
   text-transform: none;
}
#Heading27 a
{
   color: inherit;
}
#wb_Text10
{
   visibility: visible;
   display: block;
}
#wb_Text10
{
   font-size: 17px;
   margin: 0 20px 20px 20px;
   padding: 0;
   text-align: left;
   line-height: 23px;
}
#wb_Text27
{
   visibility: visible;
   display: block;
}
#wb_Text27
{
   font-size: 17px;
   margin: 0 0 20px 40px;
   padding: 0;
   text-align: left;
   line-height: 23px;
}
#wb_Text28
{
   visibility: visible;
   display: block;
}
#wb_Text28
{
   font-size: 17px;
   margin: 0 20px 60px 20px;
   padding: 0;
   text-align: left;
   line-height: 23px;
}
#wb_Text12
{
   visibility: visible;
   display: block;
}
#wb_Text12
{
   font-size: 17px;
   margin: 0 20px 60px 20px;
   padding: 0;
   text-align: left;
   line-height: 23px;
}
#wb_Text13
{
   visibility: visible;
   display: block;
}
#wb_Text13
{
   font-size: 15px;
   margin: 0;
   padding: 20px 20px 20px 20px;
   text-align: left;
   line-height: 22px;
}
#wb_ThemeableButton3
{
   width: 447px;
   height: 72px;
   visibility: visible;
   display: inline-block;
   margin: 50px 0 50px 20px;
}
#ThemeableButton3
{
   font-size: 24px;
}
#wb_ThemeableButton3 .ui-button
{
   line-height: 48px;
   padding: 10px 0 10px 0;
}
#wb_Heading14
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 20px 20px 20px 20px;
   font-size: 27px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading14
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #7A1C3D;
   border-radius: 0px;
   text-align: left;
}
#Heading14
{
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
   text-align: left;
   text-transform: none;
}
#wb_Heading3
{
   width: 423px;
   height: 41px;
   visibility: visible;
   display: inline-block;
   margin: 20px 10px 40px 10px;
   padding: 10px 10px 10px 10px;
   color: #7A1C3D;
   font-size: 16px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   border-radius: 0px;
}
#wb_Heading3
{
   background-color: transparent;
   background-image: none;
   border: 2px solid #7A1C3D;
   border-radius: 0px;
   text-align: center;
}
#Heading3
{
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
   text-transform: none;
}
#Heading3 a
{
   color: inherit;
}
#wb_wirBegleitenH3
{
   width: calc(100% - 20px);
   visibility: visible;
   display: block;
   margin: 30px 0 0 20px;
   padding: 0;
   color: #4F4F4F;
   font-size: 24px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_wirBegleitenH3
{
   background-clip: padding-box;
   background-color: transparent;
   background-image: none;
   border: 0px outset #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wirBegleitenH3
{
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
   text-align: left;
   text-transform: none;
}
#wirBegleitenH3 a
{
   color: inherit;
}
#wb_Text15
{
   visibility: visible;
   display: block;
}
#wb_Text15
{
   font-size: 16px;
   margin: 0;
   padding: 30px 30px 0 20px;
   text-align: left;
}
#wb_Text14
{
   visibility: visible;
   display: block;
}
#wb_Text14
{
   font-size: 16px;
   margin: 0;
   padding: 10px 30px 30px 30px;
   text-align: left;
   line-height: 22px;
}
#wb_Heading29
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 20px 20px 20px 20px;
   font-size: 27px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading29
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: left;
}
#Heading29
{
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
   text-align: left;
   text-transform: none;
}
#HorizontalLine2
{
   width: 743px;
   height: 1px;
   visibility: visible;
   display: inline-block;
   margin: 20px 0 20px 0 ;
}
#HorizontalLine2
{
   border-color: #7A1C3D;
   border-bottom-width: -39px;
}
#wb_MediaPlayer1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#wb_Text16
{
   visibility: visible;
   display: block;
}
#wb_Text16
{
   font-size: 16px;
   margin: 0;
   padding: 10px 30px 0 20px;
   text-align: left;
}
#wb_Text17
{
   visibility: visible;
   display: block;
}
#wb_Text17
{
   font-size: 16px;
   margin: 0;
   padding: 10px 30px 10px 20px;
   text-align: left;
}
#wb_Heading12
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 30px 0 0 0 ;
   padding: 10px 0 10px 20px;
   font-size: 24px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   box-shadow: 0px 0px 0px #000000;
}
#wb_Heading12
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: left;
}
#Heading12
{
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
   text-align: left;
   text-transform: none;
}
#Heading12 a
{
   color: inherit;
}
#HorizontalLine3
{
   width: 954px;
   height: 1px;
   visibility: visible;
   display: inline-block;
   margin: 10px 0 20px 20px;
}
#HorizontalLine3
{
   border-color: #A0A0A0;
   border-bottom-width: -29px;
}
#HorizontalLine4
{
   width: 954px;
   height: 1px;
   visibility: visible;
   display: inline-block;
   margin: 10px 0 20px 20px;
}
#HorizontalLine4
{
   border-color: #A0A0A0;
   border-bottom-width: -29px;
}
#wb_AKTUELLE-LAGE
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 30px 0 0 0 ;
   padding: 10px 0 10px 0;
   font-size: 24px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   box-shadow: 0px 0px 0px #000000;
}
#wb_AKTUELLE-LAGE
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: left;
}
#AKTUELLE-LAGE
{
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
   text-align: left;
   text-transform: none;
}
#AKTUELLE-LAGE a
{
   color: inherit;
}
#HorizontalLine5
{
   width: 954px;
   height: 1px;
   visibility: visible;
   display: inline-block;
   margin: 10px 0 20px 20px;
}
#HorizontalLine5
{
   border-color: #A0A0A0;
   border-bottom-width: -29px;
}
#wb_IconButton3
{
   width: 361px;
   height: 56px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#IconButton3
{
   font-size: 20px;
}
#wb_IconButton3 .ui-button
{
   line-height: 52px;
   padding: 0;
}
#upStickyLayerRechts
{
   width: 60px;
   height: 41px;
   visibility: visible;
   display: block;
}
#HorizontalLine6
{
   width: 290px;
   height: 2px;
   visibility: visible;
   display: inline-block;
   margin: 25px 30px 25px 30px;
}
#HorizontalLine6
{
   border-color: #7A1C3D;
   border-bottom-width: -48px;
}
}
@media only screen and (max-width: 1023px)
{
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#wb_header
{
   visibility: visible;
   display: table;
}
#wb_header
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#header
{
   height: auto;
   padding: 0;
}
#header .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#header > .row > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#header > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: right;
}
#wb_ThemeableMenu4
{
   width: 100%;
   visibility: hidden;
   display: none;
   margin: 0;
}
#ThemeableMenu4, .ThemeableMenu4 .nav, .ThemeableMenu4 .dropdown-menu
{
   font-weight: bold;
   font-size: 16px;
}
#wb_homeGross
{
   visibility: visible;
   display: table;
   background-color: transparent;
   background-image: url('../images/Liebe-und-Zuneigung-in-hellem-Zimmer_FLACH.jpg');
   background-repeat: repeat-y;
   background-position: right bottom;
   position: fixed;
   top: 0;
   transform: translate3d(0, 0, 0);
   transform-style: preserve-3d;
   width: 100%;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   box-shadow: 0px 0px 0px #000000;
}
#wb_homeGross
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#homeGross
{
   height: auto;
   padding: 40px 0 150px 0;
}
#homeGross-divider-top
{
   height: 60px;
}
#homeGross-divider-top
{
   top: 0%;
   left: 0;
}
#wb_LayoutGrid7
{
   visibility: visible;
   display: table;
   box-shadow: 0px 0px 0px #000000;
}
#wb_LayoutGrid7
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid7
{
   height: auto;
   padding: 50px 15px 10px 15px;
}
#LayoutGrid7 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid7-divider-top
{
   height: 50px;
}
#LayoutGrid7-divider-top
{
   top: 0%;
   left: 0;
}
#wb_LayoutGrid6
{
   visibility: visible;
   display: table;
   box-shadow: 0px 0px 0px #000000;
}
#wb_LayoutGrid6
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid6
{
   height: auto;
   padding: 10px 15px 10px 15px;
}
#LayoutGrid6 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_FuerAnker
{
   visibility: visible;
   display: table;
   box-shadow: 0px 0px 0px #000000;
}
#wb_FuerAnker
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#FuerAnker
{
   height: auto;
   padding: 50px 15px 80px 15px;
}
#FuerAnker .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_FuerUnsStehtDerMensch
{
   visibility: visible;
   display: table;
   box-shadow: 0px 0px 0px #000000;
}
#wb_FuerUnsStehtDerMensch
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#FuerUnsStehtDerMensch
{
   height: auto;
   padding: 80px 15px 80px 15px;
}
#FuerUnsStehtDerMensch .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_LayoutGrid16
{
   visibility: hidden;
   display: none;
   box-shadow: 0px 0px 0px #000000;
}
#wb_LayoutGrid16
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid16
{
   height: auto;
   padding: 50px 15px 80px 15px;
}
#LayoutGrid16 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_Auswahl-Bewerten-Kaufen-Beraten
{
   visibility: visible;
   display: block;
   background-color: rgba(255,255,255,0.80);
   background-image: none;
   border: 0px solid #CCCCCC;
   box-shadow: 0px 0px 0px #000000;
}
#Auswahl-Bewerten-Kaufen-Beraten
{
   padding: 30px 10px 30px 10px;
}
#wb_LayoutGrid10
{
   visibility: visible;
   display: table;
   box-shadow: 0px 0px 0px #000000;
}
#wb_LayoutGrid10
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid10
{
   height: auto;
   padding: 10px 15px 10px 15px;
}
#LayoutGrid10 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_Teiler
{
   visibility: visible;
   display: table;
}
#wb_Teiler
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#Teiler
{
   height: auto;
   padding: 5px 15px 20px 15px;
}
#Teiler .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_LayoutGrid18
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid18
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid18
{
   height: auto;
   padding: 10px 15px 10px 15px;
}
#LayoutGrid18 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_LayoutGrid11
{
   visibility: visible;
   display: table;
   box-shadow: 0px 0px 0px #000000;
}
#wb_LayoutGrid11
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid11
{
   height: auto;
   padding: 40px 15px 80px 15px;
}
#LayoutGrid11 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_LayoutGrid5
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid5
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid5
{
   height: auto;
   padding: 10px 15px 10px 15px;
}
#LayoutGrid5 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid5-divider-bottom
{
   height: 50px;
}
#LayoutGrid5-divider-bottom
{
   bottom: 0%;
}
#wb_LayoutGrid14
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid14
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid14
{
   height: auto;
   padding: 50px 0 0 0;
}
#LayoutGrid14 .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#LayoutGrid14-divider-top
{
   height: 50px;
}
#LayoutGrid14-divider-top
{
   top: 0%;
   left: 0;
}
#wb_LayoutGrid19
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid19
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid19
{
   height: auto;
   padding: 5px 15px 20px 15px;
}
#LayoutGrid19 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_LayoutGrid13
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid13
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid13
{
   height: auto;
   padding: 50px 15px 80px 15px;
}
#LayoutGrid13 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_LayoutGrid8
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid8
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid8
{
   height: auto;
   padding: 10px 15px 10px 15px;
}
#LayoutGrid8 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_LayoutGrid9
{
   visibility: visible;
   display: table;
   box-shadow: 0px 0px 0px #000000;
}
#wb_LayoutGrid9
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid9
{
   height: auto;
   padding: 80px 10px 80px 10px;
}
#LayoutGrid9 .row
{
   margin-right: -10px;
   margin-left: -10px;
}
#LayoutGrid9-divider-top
{
   height: 50px;
}
#LayoutGrid9-divider-top
{
   top: 0%;
   left: 0;
}
#LayoutGrid9-divider-bottom
{
   height: 50px;
}
#LayoutGrid9-divider-bottom
{
   bottom: 0%;
}
#wb_infoblock2
{
   visibility: visible;
   display: table;
   box-shadow: 0px 0px 0px #000000;
}
#wb_infoblock2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#infoblock2
{
   height: auto;
   padding: 20px 15px 40px 15px;
}
#infoblock2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#infoblock2-divider-top
{
   height: 50px;
}
#infoblock2-divider-top
{
   top: 0%;
   left: 0;
}
#wb_LayoutGrid2
{
   visibility: visible;
   display: table;
   box-shadow: 0px 0px 0px #000000;
}
#wb_LayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid2
{
   height: auto;
   padding: 50px 0 0 0;
}
#LayoutGrid2 .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#LayoutGrid2-divider-top
{
   height: 50px;
}
#LayoutGrid2-divider-top
{
   top: 0%;
   left: 0;
}
#wb_LayoutGrid20
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid20
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid20
{
   height: auto;
   padding: 5px 15px 20px 15px;
}
#LayoutGrid20 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_LayoutGrid3
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid3
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid3
{
   height: auto;
   padding: 0;
}
#LayoutGrid3-divider-bottom
{
   height: 100px;
}
#LayoutGrid3-divider-bottom
{
   bottom: 0%;
}
#wb_LayoutGrid15
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid15
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid15
{
   height: auto;
   padding: 10px 15px 10px 15px;
}
#LayoutGrid15 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_LayoutGrid17
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid17
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid17
{
   height: auto;
   padding: 10px 0 20px 0;
}
#LayoutGrid17 .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#wb_LayoutGrid12
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid12
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid12
{
   height: auto;
   padding: 50px 0 0 0;
}
#LayoutGrid12 .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#LayoutGrid12-divider-top
{
   height: 50px;
}
#LayoutGrid12-divider-top
{
   top: 0%;
   left: 0;
}
#wb_PreisLayoutGrid2
{
   visibility: visible;
   display: table;
   box-shadow: 0px 0px 0px #000000;
}
#wb_PreisLayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#PreisLayoutGrid2
{
   height: auto;
   padding: 40px 15px 40px 15px;
}
#PreisLayoutGrid2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#PreisLayoutGrid2-divider-bottom
{
   height: 50px;
}
#PreisLayoutGrid2-divider-bottom
{
   bottom: 0%;
}
#wb_infoBlock1
{
   visibility: visible;
   display: table;
   box-shadow: 0px 0px 0px #000000;
}
#wb_infoBlock1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#infoBlock1
{
   height: auto;
   padding: 50px 15px 80px 15px;
}
#infoBlock1 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_LayoutGrid21
{
   visibility: visible;
   display: table;
   box-shadow: 0px 0px 0px #000000;
}
#wb_LayoutGrid21
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid21
{
   height: auto;
   padding: 10px 15px 10px 15px;
}
#LayoutGrid21 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_LayoutGrid22
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid22
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid22
{
   height: auto;
   padding: 5px 15px 20px 15px;
}
#LayoutGrid22 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_AktuelleLage
{
   visibility: visible;
   display: table;
}
#wb_AktuelleLage
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#AktuelleLage
{
   height: auto;
   padding: 0 15px 0 15px;
}
#AktuelleLage .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_ObjSucheBlockImage1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#ObjSucheBlockImage1
{
   margin-left: auto;
   margin-right: auto;
}
#wb_kundenrezessionen
{
   visibility: visible;
   display: table;
}
#wb_kundenrezessionen
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#kundenrezessionen
{
   height: auto;
   padding: 10px 15px 10px 15px;
}
#kundenrezessionen .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#RezessionenContainer
{
   visibility: visible;
   display: grid;
   background-color: #7A1C3D;
   background-image: none;
   border: 0px solid #CCCCCC;
}
#RezessionenContainer
{
   grid-template-columns: repeat(2, 1fr);
   gap: 30px;
}
#RezessionenContainer
{
   padding: 50px 30px 0 30px;
}
#RezessionenContainer-divider-top
{
   height: 50px;
}
#RezessionenContainer-divider-top
{
   top: 0%;
   left: 0;
}
#RezessionenContainer-divider-bottom
{
   height: 50px;
}
#RezessionenContainer-divider-bottom
{
   bottom: 0%;
}
#wb_ReferenzobjekteLayoutGrid3
{
   visibility: visible;
   display: table;
   box-shadow: 0px 0px 0px #000000;
}
#wb_ReferenzobjekteLayoutGrid3
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#ReferenzobjekteLayoutGrid3
{
   height: auto;
   padding: 10px 15px 10px 15px;
}
#ReferenzobjekteLayoutGrid3 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_galleryLayoutGrid
{
   visibility: visible;
   display: table;
}
#wb_galleryLayoutGrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#galleryLayoutGrid
{
   height: auto;
   padding: 80px 15px 80px 15px;
}
#galleryLayoutGrid .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#galleryLayoutGrid-divider-top
{
   height: 50px;
}
#galleryLayoutGrid-divider-top
{
   top: 0%;
   left: 0;
}
#galleryLayoutGrid-divider-bottom
{
   height: 150px;
}
#galleryLayoutGrid-divider-bottom
{
   bottom: 0%;
}
#wb_upIcon00
{
   left: 14px;
   top: 4px;
   width: 24px;
   height: 24px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 4px 4px 4px 4px;
}
#upIcon00
{
   width: 24px;
   height: 24px;
}
#upIcon00 i
{
   line-height: 24px;
   font-size: 24px;
   width: 23px;
}
#wb_factsIcon
{
   width: 60px;
   height: 100px;
   visibility: hidden;
   display: none;
   margin: 0 0 0 40px;
   padding: 0;
   background-color: transparent;
   background-image: none;
}
#factsIcon
{
   width: 60px;
   height: 100px;
}
#factsIcon i
{
   line-height: 100px;
   font-size: 60px;
   width: 59px;
}
#wb_factsIcon:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
}
#wb_Häuser-Wohnungen-Grundsuecke-kaufen-infoBlockHeading3
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 10px 0 10px 20px;
   font-size: 27px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   box-shadow: 0px 0px 0px #000000;
}
#wb_Häuser-Wohnungen-Grundsuecke-kaufen-infoBlockHeading3
{
   background-color: rgba(255,255,255,0.78);
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: left;
}
#Häuser-Wohnungen-Grundsuecke-kaufen-infoBlockHeading3
{
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
   text-align: left;
   text-transform: none;
}
#Häuser-Wohnungen-Grundsuecke-kaufen-infoBlockHeading3 a
{
   color: inherit;
}
#wb_FindenSiePassende2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 10px 0 10px 20px;
   color: #4F4F4F;
   font-size: 21px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   box-shadow: 0px 0px 0px #000000;
}
#wb_FindenSiePassende2
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: left;
}
#FindenSiePassende2
{
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   text-align: left;
   text-transform: none;
}
#wb_infoBlockText1
{
   visibility: visible;
   display: block;
}
#wb_infoBlockText1
{
   font-size: 15px;
   margin: 0 0 20px 0 ;
   padding: 0 20px 20px 20px;
   text-align: left;
   line-height: 20px;
}
#wb_reviewsImage2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#reviewsImage2
{
   margin-left: auto;
   margin-right: auto;
}
#wb_infoBlockText2
{
   visibility: visible;
   display: block;
   box-shadow: 0px 0px 0px #000000;
}
#wb_infoBlockText2
{
   font-size: 15px;
   margin: 0;
   padding: 0 20px 20px 20px;
   text-align: left;
   line-height: 20px;
}
#wb_ObjSucheBookmark1
{
   visibility: visible;
   display: inline-block;
}
#wb_ObjBewertungBookmark2
{
   visibility: visible;
   display: inline-block;
}
#wb_Image18
{
   width: 212px;
   height: 49px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
}
#Image18
{
   width: 212px;
   height: 49px;
}
#wb_Heading17
{
   width: 201px;
   height: 23px;
   visibility: visible;
   display: inline-block;
   margin: 0 0 0 20px;
   padding: 20px 20px 20px 20px;
}
#wb_Heading2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 20px 20px 20px 20px;
   font-size: 24px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading2
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: left;
}
#Heading2
{
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
   text-align: left;
   text-transform: none;
}
#wb_PreisImage2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#PreisImage2
{
   margin-left: auto;
   margin-right: auto;
}
#wb_PreisBookmark1
{
   visibility: visible;
   display: inline-block;
}
#wb_PreisText2
{
   visibility: visible;
   display: block;
}
#wb_PreisText2
{
   font-size: 15px;
   margin: 20px 0 0 0 ;
   padding: 40px 20px 20px 20px;
   text-align: left;
   line-height: 22px;
}
#wb_PreisHeading8
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 105px 0 0 0 ;
   padding: 10px 0 10px 20px;
   color: #4F4F4F;
   font-size: 19px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_PreisHeading8
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: left;
}
#PreisHeading8
{
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   text-align: left;
   text-transform: none;
}
#PreisHeading8 a
{
   color: inherit;
}
#wb_PreisHeading9
{
   width: 191px;
   height: 19px;
   visibility: visible;
   display: inline-block;
   margin: 0 0 0 20px;
   padding: 20px 20px 20px 20px;
}
#wb_PreisMediaPlayer1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#wb_PreisText1
{
   visibility: visible;
   display: block;
   box-shadow: 0px 0px 0px #000000;
}
#wb_PreisText1
{
   font-size: 15px;
   margin: 0;
   padding: 0 20px 20px 20px;
   text-align: left;
   line-height: 20px;
}
#wb_PreisHeading4
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 10px 0 10px 20px;
}
#wb_RezessionenCard1
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0 0 30px 0 ;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   color: transparent;
}
#RezessionenCard1-card-item0
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #7A1C3D;
   font-family: "Times New Roman";
   font-weight: bold;
   font-style: normal;
   font-size: 107px;
}
#RezessionenCard1-card-item1
{
   box-sizing: border-box;
   margin: -40px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#RezessionenCard1-card-item2
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #7A1C3D solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#RezessionenCard1-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: right;
}
#wb_RezessionenCard1
{
   text-align: left;
}
#wb_RezessionenCard5
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0 0 30px 0 ;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   color: transparent;
}
#RezessionenCard5-card-item0
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #7A1C3D;
   font-family: "Times New Roman";
   font-weight: bold;
   font-style: normal;
   font-size: 107px;
}
#RezessionenCard5-card-item1
{
   box-sizing: border-box;
   margin: -40px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#RezessionenCard5-card-item2
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #7A1C3D solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#RezessionenCard5-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: right;
}
#wb_RezessionenCard5
{
   text-align: left;
}
#wb_RezessionenCard2
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0 0 30px 0 ;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   color: transparent;
   background-color: #FFFFFF;
   background-image: none;
   box-shadow: 0px 0px 0px rgba(0,0,0,0.20);
}
#RezessionenCard2-card-item0
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #7A1C3D;
   font-family: "Times New Roman";
   font-weight: bold;
   font-style: normal;
   font-size: 107px;
}
#RezessionenCard2-card-item1
{
   box-sizing: border-box;
   margin: -40px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#RezessionenCard2-card-item2
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #7A1C3D solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#RezessionenCard2-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: right;
}
#wb_RezessionenCard2
{
   text-align: left;
}
#wb_RezessionenCard4
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0 0 30px 0 ;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   color: transparent;
}
#RezessionenCard4-card-item0
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #7A1C3D;
   font-family: "Times New Roman";
   font-weight: bold;
   font-style: normal;
   font-size: 107px;
}
#RezessionenCard4-card-item1
{
   box-sizing: border-box;
   margin: -40px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#RezessionenCard4-card-item2
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #7A1C3D solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#RezessionenCard4-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: right;
}
#wb_RezessionenCard4
{
   text-align: left;
}
#wb_RezessionenCard6
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0 0 30px 0 ;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   color: transparent;
}
#RezessionenCard6-card-item0
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #7A1C3D;
   font-family: "Times New Roman";
   font-weight: bold;
   font-style: normal;
   font-size: 107px;
}
#RezessionenCard6-card-item1
{
   box-sizing: border-box;
   margin: -40px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#RezessionenCard6-card-item2
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #7A1C3D solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#RezessionenCard6-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: right;
}
#wb_RezessionenCard6
{
   text-align: left;
}
#wb_RezessionenCard3
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0 0 30px 0 ;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   color: transparent;
}
#RezessionenCard3-card-item0
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #7A1C3D;
   font-family: "Times New Roman";
   font-weight: bold;
   font-style: normal;
   font-size: 107px;
}
#RezessionenCard3-card-item1
{
   box-sizing: border-box;
   margin: -40px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#RezessionenCard3-card-item2
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #7A1C3D solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#RezessionenCard3-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: right;
}
#wb_RezessionenCard3
{
   text-align: left;
}
#wb_RezessionenCard7
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0 0 50px 0 ;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   color: transparent;
   background-color: #FFFFFF;
   background-image: none;
   box-shadow: 0px 0px 0px rgba(0,0,0,0.20);
}
#RezessionenCard7-card-item0
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #7A1C3D;
   font-family: "Times New Roman";
   font-weight: bold;
   font-style: normal;
   font-size: 107px;
}
#RezessionenCard7-card-item1
{
   box-sizing: border-box;
   margin: -40px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#RezessionenCard7-card-item2
{
   box-sizing: border-box;
   margin: 5px 20px 0 20px;
   border-top: 1px #7A1C3D solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#RezessionenCard7-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: right;
}
#wb_RezessionenCard7
{
   text-align: left;
}
#wb_RezessionenHeading
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 20px 0 20px 0;
   font-size: 27px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_RezessionenHeading
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#RezessionenHeading
{
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
   text-align: center;
   text-transform: none;
}
#RezessionenHeading a
{
   color: inherit;
}
#wb_RezessionenFontAwesomeIcon1
{
   width: 100px;
   height: 100px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#RezessionenFontAwesomeIcon1
{
   width: 100px;
   height: 100px;
}
#RezessionenFontAwesomeIcon1 i
{
   line-height: 100px;
   font-size: 100px;
   width: 99px;
}
#wb_galleryCollage
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#wb_ReferenzHeading5
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 20px 0 20px 0;
}
#wb_ReferenzFontAwesomeIcon2
{
   width: 100px;
   height: 100px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#ReferenzFontAwesomeIcon2
{
   width: 100px;
   height: 100px;
}
#ReferenzFontAwesomeIcon2 i
{
   line-height: 100px;
   font-size: 100px;
   width: 106px;
}
#wb_FooterEmbeddedPage2
{
   visibility: visible;
   display: block;
}
#wb_LayoutGridFooter2
{
   visibility: visible;
   display: table;
   box-shadow: 0px 0px 0px #000000;
}
#wb_LayoutGridFooter2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGridFooter2
{
   height: auto;
   padding: 50px 10px 50px 10px;
}
#LayoutGridFooter2 .row
{
   margin-right: -10px;
   margin-left: -10px;
}
#LayoutGridFooter2 > .row > .col-1, #LayoutGridFooter2 > .row > .col-2, #LayoutGridFooter2 > .row > .col-3, #LayoutGridFooter2 > .row > .col-4
{
   padding-right: 10px;
   padding-left: 10px;
}
#LayoutGridFooter2 > .row > .col-1
{
   display: block;
   width: 16.66666667%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#LayoutGridFooter2 > .row > .col-2
{
   display: block;
   width: 16.66666667%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGridFooter2 > .row > .col-3
{
   display: block;
   width: 16.66666667%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGridFooter2 > .row > .col-4
{
   display: block;
   width: 50%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_footerHeading1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 20px 0 0 0 ;
   padding: 0 0 20px 0;
   font-size: 16px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_footerHeading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#footerHeading1
{
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: center;
   text-transform: none;
}
#wb_footerText2
{
   visibility: visible;
   display: block;
}
#wb_footerText2
{
   font-size: 15px;
   margin: 0;
   padding: 0 0 8px 0;
   text-align: left;
}
#wb_footerMenu1
{
   visibility: visible;
   display: inline-block;
   margin: 0 0 25px 0 ;
   text-align: left;
}
#wb_footerMenu1 li
{
   width: 80px;
}
#wb_footerMenu1 a
{
   color: #FFFFFF;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 1px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
   border-left-color: #FFFFFF;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   text-align: left;
}
#wb_footerMenu1 > ul > li > a
{
   width: 80px;
   height: 27px;
   padding: 0 0px 0px 0px;
   line-height: 27px;
}
#wb_footerMenu1 li:hover a, #wb_footerMenu1 a:hover
{
   color: #C71585;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 1px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #7A1C3D;
   border-right-color: #7A1C3D;
   border-bottom-color: #7A1C3D;
   border-left-color: #7A1C3D;
   background-color: transparent;
   background-image: none;
}
#wb_footerMenu1 li
{
   padding-bottom: 0px !important;
}
#wb_footerText3
{
   width: 107px;
   height: 36px;
   visibility: visible;
   display: inline-block;
}
#wb_footerText3
{
   font-size: 15px;
   margin: 0;
   padding: 0 0 8px 0;
   text-align: left;
}
#wb_footerMenu2
{
   visibility: visible;
   display: inline-block;
   margin: 0 0 25px 0 ;
   text-align: left;
}
#wb_footerMenu2 li
{
   width: 80px;
}
#wb_footerMenu2 a
{
   color: #FFFFFF;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 1px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
   border-left-color: #FFFFFF;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   text-align: left;
}
#wb_footerMenu2 > ul > li > a
{
   width: 80px;
   height: 27px;
   padding: 0 0px 0px 0px;
   line-height: 27px;
}
#wb_footerMenu2 li:hover a, #wb_footerMenu2 a:hover
{
   color: #C71585;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 1px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
   border-left-color: #FFFFFF;
   background-color: transparent;
   background-image: none;
}
#wb_footerMenu2 li
{
   padding-bottom: 0px !important;
}
#wb_footerText4
{
   visibility: visible;
   display: block;
}
#wb_footerText4
{
   font-size: 15px;
   margin: 0;
   padding: 0 0 10px 0;
   text-align: center;
}
#wb_footerShape
{
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#wb_Text3
{
   width: 177px;
   height: 27px;
   visibility: visible;
   display: inline-block;
}
#wb_Text3
{
   font-size: 21px;
   margin: 10px 0 10px 0 ;
   padding: 0;
   text-align: left;
}
#wb_PlatzhalterText1
{
   visibility: visible;
   display: block;
   box-shadow: 0px 0px 0px #000000;
}
#wb_PlatzhalterText1
{
   font-size: 15px;
   margin: 0;
   padding: 0 0 8px 0;
   text-align: left;
   line-height: 16px;
}
#wb_social
{
   visibility: visible;
   display: table;
   box-shadow: 0px 0px 0px #000000;
}
#wb_social
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#social
{
   height: auto;
   padding: 25px 15px 25px 15px;
}
#social .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#social > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#social > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_FacebookSocialIcon1
{
   width: 18px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 16px 16px 16px 16px;
   background-color: #4F4F4F;
   background-image: none;
}
#FacebookSocialIcon1
{
   width: 18px;
   height: 40px;
}
#FacebookSocialIcon1 i
{
   line-height: 40px;
   font-size: 18px;
   width: 17px;
}
#wb_FacebookSocialIcon1:hover
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
}
#wb_InstagramSocialIcon2
{
   width: 18px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 16px 16px 16px 16px;
   background-color: #4F4F4F;
   background-image: none;
}
#InstagramSocialIcon2
{
   width: 18px;
   height: 40px;
}
#InstagramSocialIcon2 i
{
   line-height: 40px;
   font-size: 18px;
   width: 17px;
}
#wb_InstagramSocialIcon2:hover
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
}
#wb_YoutubeSocialIcon4
{
   width: 18px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 16px 16px 16px 16px;
}
#YoutubeSocialIcon4
{
   width: 18px;
   height: 40px;
}
#YoutubeSocialIcon4 i
{
   line-height: 40px;
   font-size: 18px;
   width: 17px;
}
#wb_twitterIcon1
{
   width: 18px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 16px 16px 16px 16px;
   background-color: #4F4F4F;
   background-image: none;
}
#twitterIcon1
{
   width: 18px;
   height: 40px;
}
#twitterIcon1 i
{
   line-height: 40px;
   font-size: 18px;
   width: 17px;
}
#wb_twitterIcon1:hover
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
}
#wb_PinterestSocialIcon1
{
   width: 18px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 16px 16px 16px 16px;
}
#PinterestSocialIcon1
{
   width: 18px;
   height: 40px;
}
#PinterestSocialIcon1 i
{
   line-height: 40px;
   font-size: 18px;
   width: 17px;
}
#wb_footer
{
   visibility: visible;
   display: table;
}
#wb_footer
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#footer
{
   height: auto;
   padding: 25px 0 25px 0;
}
#footer .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#footer > .row > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#footer > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_Master_footerImage1
{
   width: 66px;
   height: 66px;
   visibility: visible;
   display: inline-block;
   margin: 0 2px 0 2px;
   padding: 0;
}
#Master_footerImage1
{
   width: 66px;
   height: 66px;
}
#wb_Master_page2Image5
{
   width: 78px;
   height: 78px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Master_page2Image5
{
   width: 78px;
   height: 78px;
}
#wb_Image2
{
   width: 74px;
   height: 43px;
   visibility: visible;
   display: inline-block;
   margin: 0 2px 0 2px;
   padding: 0;
}
#Image2
{
   width: 74px;
   height: 43px;
}
#wb_LayoutGrid1
{
   visibility: visible;
   display: table;
   box-shadow: 0px 0px 0px #000000;
}
#wb_LayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid1
{
   height: auto;
   padding: 50px 0 10px 0;
}
#LayoutGrid1 .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#LayoutGrid1 > .row > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#LayoutGrid1 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_Image4
{
   width: 74px;
   height: 78px;
   visibility: visible;
   display: inline-block;
   margin: 0 2px 0 2px;
   padding: 0;
}
#Image4
{
   width: 74px;
   height: 78px;
}
#wb_Image5
{
   width: 74px;
   height: 77px;
   visibility: visible;
   display: inline-block;
   margin: 0 2px 0 2px;
   padding: 0;
}
#Image5
{
   width: 74px;
   height: 77px;
}
#wb_Image6
{
   width: 74px;
   height: 78px;
   visibility: visible;
   display: inline-block;
   margin: 0 2px 0 2px;
   padding: 0;
}
#Image6
{
   width: 74px;
   height: 78px;
}
#wb_Image7
{
   width: 78px;
   height: 78px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image7
{
   width: 78px;
   height: 78px;
}
#wb_Image8
{
   width: 253px;
   height: 78px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image8
{
   width: 253px;
   height: 78px;
}
#wb_copyright
{
   visibility: visible;
   display: block;
   box-shadow: 0px 0px 0px #000000;
}
#wb_copyright
{
   font-size: 16px;
   margin: 0 0 20px 0 ;
   padding: 0 0 4px 0;
   text-align: center;
}
#wb_Image11
{
   width: 56px;
   height: 56px;
   visibility: visible;
   display: inline-block;
   margin: 0 2px 0 2px;
   padding: 0;
}
#Image11
{
   width: 56px;
   height: 56px;
}
#wb_Image1
{
   width: 56px;
   height: 56px;
   visibility: visible;
   display: inline-block;
   margin: 0 2px 0 2px;
   padding: 0;
}
#Image1
{
   width: 56px;
   height: 56px;
}
#wb_Image9
{
   width: 56px;
   height: 56px;
   visibility: visible;
   display: inline-block;
   margin: 0 2px 0 2px;
   padding: 0;
}
#Image9
{
   width: 56px;
   height: 56px;
}
#wb_Image3
{
   width: 66px;
   height: 68px;
   visibility: visible;
   display: inline-block;
   margin: 2px 2px 0 2px;
   padding: 0;
}
#Image3
{
   width: 66px;
   height: 68px;
}
#wb_Image12
{
   width: 56px;
   height: 56px;
   visibility: visible;
   display: inline-block;
   margin: 0 2px 0 2px;
   padding: 0;
}
#Image12
{
   width: 56px;
   height: 56px;
}
#wb_Image13
{
   width: 56px;
   height: 56px;
   visibility: visible;
   display: inline-block;
   margin: 0 2px 0 2px;
   padding: 0;
}
#Image13
{
   width: 56px;
   height: 56px;
}
#wb_Image14
{
   width: 56px;
   height: 56px;
   visibility: visible;
   display: inline-block;
   margin: 0 2px 0 2px;
   padding: 0;
}
#Image14
{
   width: 56px;
   height: 56px;
}
#wb_Image15
{
   width: 55px;
   height: 55px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image15
{
   width: 55px;
   height: 55px;
}
#wb_Image10
{
   width: 78px;
   height: 43px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image10
{
   width: 78px;
   height: 43px;
}
#wb_Image16
{
   width: 56px;
   height: 56px;
   visibility: visible;
   display: inline-block;
   margin: 0 2px 0 2px;
   padding: 0;
}
#Image16
{
   width: 56px;
   height: 56px;
}
#wb_Image17
{
   width: 36px;
   height: 56px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image17
{
   width: 36px;
   height: 56px;
}
#wb_Icon1
{
   width: 59px;
   height: 27px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 8px 5px 16px 5px;
}
#Icon1
{
   width: 59px;
   height: 27px;
}
#Icon1 i
{
   line-height: 27px;
   font-size: 27px;
   width: 26px;
}
#wb_Heading1
{
   width: 240px;
   height: 66px;
   visibility: visible;
   display: inline-block;
   margin: 20px 0 0 20px;
   padding: 0 0 20px 0;
   font-size: 16px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: left;
}
#Heading1
{
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: left;
   text-transform: none;
}
#wb_FusszeileLayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_FusszeileLayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#FusszeileLayoutGrid1
{
   height: auto;
   padding: 10px 0 0 0;
}
#FusszeileLayoutGrid1 .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#StickyUpLayerMittig
{
   width: 50px;
   height: 50px;
   visibility: hidden;
   display: none;
   box-shadow: 0px 0px 0px #000000;
}
#wb_ReferenzobjekteBookmark1
{
   visibility: visible;
   display: inline-block;
}
#wb_KundenVotingBookmark1
{
   visibility: visible;
   display: inline-block;
}
#wb_UpIcon002
{
   left: 9px;
   top: 8px;
   width: 24px;
   height: 24px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 4px 4px 4px 4px;
   background-color: transparent;
   background-image: none;
}
#UpIcon002
{
   width: 24px;
   height: 24px;
}
#UpIcon002 i
{
   line-height: 24px;
   font-size: 24px;
   width: 23px;
}
#wb_UpIcon002:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #3E3E3E;
}
#EmbeddedPage1
{
   width: 768px;
   height: 93px;
   visibility: visible;
   display: inline-block;
}
#wb_LayoutGridMenuenormal
{
   visibility: visible;
   display: table;
}
#wb_LayoutGridMenuenormal
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGridMenuenormal
{
   height: auto;
   padding: 15px 5px 0 5px;
}
#LayoutGridMenuenormal .row
{
   margin-right: -5px;
   margin-left: -5px;
}
#wb_Image2MBiLogo320
{
   width: 100%;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
}
#Image2MBiLogo320
{
   margin-left: auto;
   margin-right: auto;
}
#wb_ThemeableMenu1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#ThemeableMenu1, .ThemeableMenu1 .nav, .ThemeableMenu1 .dropdown-menu
{
   font-weight: bold;
   font-size: 16px;
}
#wb_LOGOplusIMAGE
{
   width: 60px;
   height: 59px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#LOGOplusIMAGE
{
   width: 60px;
   height: 59px;
}
#wb_Card10
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0 0 30px 0 ;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   color: transparent;
}
#Card10-card-item0
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #7A1C3D;
   font-family: "Times New Roman";
   font-weight: bold;
   font-style: normal;
   font-size: 107px;
}
#Card10-card-item1
{
   box-sizing: border-box;
   margin: -40px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card10-card-item2
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #7A1C3D solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card10-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: right;
}
#wb_Card10
{
   text-align: left;
}
#wb_Text18
{
   visibility: visible;
   display: block;
   box-shadow: 0px 0px 0px #000000;
}
#wb_Text18
{
   margin: 0;
   padding: 10px 30px 50px 20px;
}
#wb_Card12
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0 0 30px 0 ;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   color: transparent;
}
#Card12-card-item0
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #7A1C3D;
   font-family: "Times New Roman";
   font-weight: bold;
   font-style: normal;
   font-size: 107px;
}
#Card12-card-item1
{
   box-sizing: border-box;
   margin: -40px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card12-card-item2
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #7A1C3D solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card12-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: right;
}
#wb_Card12
{
   text-align: left;
}
#wb_Card13
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0 0 30px 0 ;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   color: transparent;
}
#Card13-card-item0
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #7A1C3D;
   font-family: "Times New Roman";
   font-weight: bold;
   font-style: normal;
   font-size: 107px;
}
#Card13-card-item1
{
   box-sizing: border-box;
   margin: -40px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card13-card-item2
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #7A1C3D solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card13-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: right;
}
#wb_Card13
{
   text-align: left;
}
#wb_Card14
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0 0 30px 0 ;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   font-size: 16px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: #FFFFFF;
   background-image: none;
   box-shadow: 0px 0px 0px rgba(0,0,0,0.20);
}
#Card14-card-item0
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #7A1C3D;
   font-family: "Times New Roman";
   font-weight: bold;
   font-style: normal;
   font-size: 107px;
}
#Card14-card-item1
{
   box-sizing: border-box;
   margin: -40px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card14-card-item2
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #7A1C3D solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card14-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: right;
}
#wb_Card14
{
   text-align: left;
}
#wb_PhotoCollage1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#Line1
{
   width: 100%;
   height: 6px;
   visibility: visible;
   display: block;
   margin: 0;
}
#Line1
{
   border-color: rgba(255,255,255,0.00);
   border-bottom-width: 6px;
}
#wb_Wir-begleiten-Sie
{
   visibility: visible;
   display: block;
}
#wb_Wir-begleiten-Sie
{
   font-size: 24px;
   margin: 0;
   padding: 0 0 20px 0;
   text-align: left;
   line-height: 36px;
}
#Auswahlmenue-Gespraech-Immoangebote
{
   visibility: hidden;
   display: none;
   font-size: 13px;
   font-style: normal;
   text-decoration: none;
}
#wb_Gespraech-Icon1
{
   width: 40px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Gespraech-Icon1
{
   width: 40px;
   height: 40px;
}
#Gespraech-Icon1 i
{
   line-height: 40px;
   font-size: 40px;
   width: 39px;
}
#wb_Heading7
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
   font-size: 15px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading7
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading7
{
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 15px;
   text-align: center;
   text-transform: none;
}
#Heading7 a
{
   color: inherit;
}
#wb_Icon2
{
   width: 40px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Icon2
{
   width: 40px;
   height: 40px;
}
#Icon2 i
{
   line-height: 40px;
   font-size: 40px;
   width: 39px;
}
#wb_Heading8
{
   width: 100%;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
   font-size: 13px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading8
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading8
{
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
   text-align: center;
   text-transform: none;
}
#Heading8 a
{
   color: inherit;
}
#wb_SloganH2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 30px 0 10px 0;
}
#wb_Heading11
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 10px 0 10px 0;
   font-size: 24px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading11
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading11
{
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
   text-align: center;
   text-transform: none;
}
#Heading11 a
{
   color: inherit;
}
#wb_WasKoennenWirTunH2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 30px 0 0 0 ;
   padding: 10px 0 10px 20px;
}
#wb_Image20
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#Image20
{
   margin-left: auto;
   margin-right: auto;
}
#wb_Text1
{
   visibility: visible;
   display: block;
}
#wb_Text1
{
   font-size: 15px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_Text5
{
   visibility: visible;
   display: block;
}
#wb_Text5
{
   font-size: 19px;
   margin: 20px 0 0 0 ;
   padding: 0 0 20px 0;
   text-align: left;
   line-height: 27px;
}
#wb_Text6
{
   visibility: visible;
   display: block;
   box-shadow: 0px 0px 0px #000000;
}
#wb_Text6
{
   font-size: 15px;
   margin: 0;
   padding: 0 20px 20px 20px;
   text-align: left;
   line-height: 22px;
}
#wb_Image21
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#Image21
{
   margin-left: auto;
   margin-right: auto;
}
#wb_Heading13
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 10px 0 0 0 ;
   padding: 0 0 20px 0;
   color: #910041;
   font-size: 32px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading13
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading13
{
   color: #910041;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   text-align: center;
   text-transform: none;
}
#wb_Heading16
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 20px 0 ;
   padding: 10px 0 10px 0;
   font-size: 27px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   box-shadow: 0px 0px 0px #000000;
}
#wb_Heading16
{
   background-color: rgba(255,255,255,0.78);
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: left;
}
#Heading16
{
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
   text-align: left;
   text-transform: none;
}
#Heading16 a
{
   color: inherit;
}
#wb_Jetzt-bewerten
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0 15px 0 15px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   min-height: 500px;
   color: transparent;
   background-color: #FFFFFF;
   background-image: none;
   box-shadow: 0px 0px 10px rgba(0,0,0,0.39);
}
#Jetzt-bewerten-card-item0
{
   display: inline-block;
   line-height: 1.0;
   height: 48px;
   box-sizing: border-box;
   margin: 40px 0 0 0 ;
   border: 0px solid #FEFEFE;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#Jetzt-bewerten-card-item0 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Jetzt-bewerten-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 48px;
   width: 48px;
}
#Jetzt-bewerten-card-item1
{
   box-sizing: border-box;
   margin: 30px 10px 30px 10px;
   padding: 0;
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
}
#Jetzt-bewerten-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Jetzt-bewerten-card-item2
{
   box-sizing: border-box;
   margin: 10px 10px 50px 10px;
   padding: 0;
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Jetzt-bewerten-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Jetzt-bewerten-card-item3
{
   display: inline-block;
   line-height: 1.0;
   height: 61px;
   box-sizing: border-box;
   margin: 5px 0 40px 0 ;
   border: 1px solid #7A1C3D;
   border-radius: 2px;
   background-color: #7A1C3D;
   background-image: none;
   color: #FEFEFE;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Jetzt-bewerten-card-item3:hover
{
   transform: rotate(0deg) scale(1.1,1.1) ;
   transition: transform 500ms ease-out 0ms;
}
#Jetzt-bewerten-card-item3
{
   transform: rotate(0deg) ;
   transition: transform 500ms ease-out 0ms;
}
#Jetzt-bewerten-card-item3 a
{
   color: inherit;
   display: block;
   padding: 20px 10px 20px 10px;
   text-decoration: none;
}
#wb_Jetzt-bewerten
{
   text-align: center;
}
#wb_zu-ImmobilienAngeboten
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0 15px 0 15px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   min-height: 500px;
   color: transparent;
   background-color: #FFFFFF;
   background-image: none;
   box-shadow: 0px 0px 10px rgba(0,0,0,0.39);
}
#zu-ImmobilienAngeboten-card-item0
{
   display: inline-block;
   line-height: 1.0;
   height: 48px;
   box-sizing: border-box;
   margin: 40px 0 0 0 ;
   border: 0px solid #FEFEFE;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#zu-ImmobilienAngeboten-card-item0 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#zu-ImmobilienAngeboten-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 48px;
   width: 48px;
}
#zu-ImmobilienAngeboten-card-item1
{
   box-sizing: border-box;
   margin: 30px 10px 30px 10px;
   padding: 0;
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   text-align: center;
}
#zu-ImmobilienAngeboten-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#zu-ImmobilienAngeboten-card-item2
{
   box-sizing: border-box;
   margin: 10px 10px 50px 10px;
   padding: 0;
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#zu-ImmobilienAngeboten-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#zu-ImmobilienAngeboten-card-item3
{
   display: inline-block;
   line-height: 1.0;
   height: 61px;
   box-sizing: border-box;
   margin: 5px 0 40px 0 ;
   border: 1px solid #7A1C3D;
   border-radius: 2px;
   background-color: #7A1C3D;
   background-image: none;
   color: #FEFEFE;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#zu-ImmobilienAngeboten-card-item3:hover
{
   transform: rotate(0deg) scale(1.1,1.1) ;
   transition: transform 500ms ease-out 0ms;
}
#zu-ImmobilienAngeboten-card-item3
{
   transform: rotate(0deg) ;
   transition: transform 500ms ease-out 0ms;
}
#zu-ImmobilienAngeboten-card-item3 a
{
   color: inherit;
   display: block;
   padding: 20px 10px 20px 10px;
   text-decoration: none;
}
#wb_zu-ImmobilienAngeboten
{
   text-align: center;
}
#wb_Beratung-erhalten
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0 15px 0 15px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   min-height: 500px;
   color: transparent;
   background-color: #FFFFFF;
   background-image: none;
   box-shadow: 0px 0px 10px rgba(0,0,0,0.39);
}
#Beratung-erhalten-card-item0
{
   display: inline-block;
   line-height: 1.0;
   height: 48px;
   box-sizing: border-box;
   margin: 40px 0 0 0 ;
   border: 0px solid #FEFEFE;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#Beratung-erhalten-card-item0 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Beratung-erhalten-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 48px;
   width: 48px;
}
#Beratung-erhalten-card-item1
{
   box-sizing: border-box;
   margin: 30px 10px 30px 10px;
   padding: 0;
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
}
#Beratung-erhalten-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Beratung-erhalten-card-item2
{
   box-sizing: border-box;
   margin: 10px 5px 50px 5px;
   padding: 0;
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Beratung-erhalten-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Beratung-erhalten-card-item3
{
   display: inline-block;
   line-height: 1.0;
   height: 61px;
   box-sizing: border-box;
   margin: 5px 0 40px 0 ;
   border: 1px solid #7A1C3D;
   border-radius: 2px;
   background-color: #7A1C3D;
   background-image: none;
   color: #FEFEFE;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Beratung-erhalten-card-item3:hover
{
   transform: rotate(0deg) scale(1.1,1.1) ;
   transition: transform 500ms ease-out 0ms;
}
#Beratung-erhalten-card-item3
{
   transform: rotate(0deg) ;
   transition: transform 500ms ease-out 0ms;
}
#Beratung-erhalten-card-item3 a
{
   color: inherit;
   display: block;
   padding: 20px 10px 20px 10px;
   text-decoration: none;
}
#wb_Beratung-erhalten
{
   text-align: center;
}
#wb_Gespraech
{
   width: 240px;
   height: 47px;
   visibility: visible;
   display: inline-block;
   margin: 20px 10px 0 30px;
}
#Gespraech
{
   font-size: 16px;
}
#wb_Gespraech .ui-button
{
   line-height: 41px;
   padding: 0;
}
#wb_ImmobilieKaufen
{
   width: 240px;
   height: 47px;
   visibility: visible;
   display: inline-block;
   margin: 20px 10px 0 0 ;
}
#ImmobilieKaufen
{
   font-size: 16px;
}
#wb_ImmobilieKaufen .ui-button
{
   line-height: 41px;
   padding: 0;
}
#wb_Bookmark1
{
   visibility: visible;
   display: inline-block;
}
#wb_Text2
{
   visibility: visible;
   display: block;
   box-shadow: 0px 0px 0px #000000;
}
#wb_Text2
{
   font-size: 15px;
   margin: 0;
   padding: 0 20px 20px 20px;
   text-align: left;
   line-height: 20px;
}
#wb_AlleFolgen
{
   width: 145px;
   height: 23px;
   visibility: visible;
   display: inline-block;
   margin: 0 0 0 20px;
   padding: 10px 20px 10px 20px;
   box-shadow: 0px 0px 0px #000000;
}
#wb_WerbespotMediaPlayer1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 30px 0 ;
}
#wb_hellerSchreibtisch
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#hellerSchreibtisch
{
   margin-left: auto;
   margin-right: auto;
}
#wb_Text4
{
   visibility: visible;
   display: block;
   box-shadow: 0px 0px 0px #000000;
}
#wb_Text4
{
   font-size: 15px;
   margin: 0;
   padding: 0 20px 20px 20px;
   text-align: left;
   line-height: 22px;
}
#wb_MenschMittelpunktH1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 10px 0 10px 20px;
   font-size: 21px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   box-shadow: 0px 0px 0px #000000;
}
#wb_MenschMittelpunktH1
{
   background-color: rgba(255,255,255,0.78);
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: left;
}
#MenschMittelpunktH1
{
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   text-align: left;
   text-transform: none;
}
#wb_Heading15
{
   width: 145px;
   height: 23px;
   visibility: visible;
   display: inline-block;
   margin: 0 0 0 20px;
   padding: 10px 20px 10px 20px;
}
#wb_Text7
{
   visibility: visible;
   display: block;
   box-shadow: 0px 0px 0px #000000;
}
#wb_Text7
{
   font-size: 15px;
   margin: 0;
   padding: 0 20px 20px 20px;
   text-align: left;
   line-height: 22px;
}
#wb_Text8
{
   visibility: visible;
   display: block;
   box-shadow: 0px 0px 0px #000000;
}
#wb_Text8
{
   font-size: 15px;
   margin: 20px 0 0 0 ;
   padding: 0 20px 20px 20px;
   text-align: left;
   line-height: 22px;
}
#wb_Image19
{
   width: 205px;
   height: 205px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0 0 20px 20px;
}
#Image19
{
   width: 205px;
   height: 205px;
}
#wb_Heading18
{
   width: 141px;
   height: 19px;
   visibility: visible;
   display: inline-block;
   margin: 0 0 0 20px;
   padding: 10px 20px 10px 20px;
}
#wb_Text9
{
   visibility: visible;
   display: block;
   box-shadow: 0px 0px 0px #000000;
}
#wb_Text9
{
   font-size: 15px;
   margin: 20px 0 0 0 ;
   padding: 0 20px 20px 20px;
   text-align: left;
   line-height: 22px;
}
#wb_Image22
{
   width: 279px;
   height: 156px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0 0 0 20px;
}
#Image22
{
   width: 279px;
   height: 156px;
}
#wb_Heading19
{
   width: 219px;
   height: 23px;
   visibility: visible;
   display: inline-block;
   margin: 0 0 0 20px;
   padding: 10px 20px 10px 20px;
   box-shadow: 0px 0px 0px #000000;
}
#wb_Image23
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#Image23
{
   margin-left: auto;
   margin-right: auto;
}
#wb_Bookmark2
{
   visibility: visible;
   display: inline-block;
}
#wb_Text11
{
   visibility: visible;
   display: block;
}
#wb_Text11
{
   font-size: 15px;
   margin: 0;
   padding: 0 20px 20px 20px;
   text-align: left;
   line-height: 22px;
}
#wb_Heading21
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 10px 0 10px 20px;
   font-size: 21px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading21
{
   background-color: rgba(255,255,255,0.78);
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: left;
}
#Heading21
{
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   text-align: left;
   text-transform: none;
}
#Heading21 a
{
   color: inherit;
}
#wb_Heading22
{
   width: 145px;
   height: 23px;
   visibility: visible;
   display: inline-block;
   margin: 0 0 0 20px;
   padding: 10px 20px 10px 20px;
}
#wb_Heading23
{
   width: calc(100% - 30px);
   visibility: visible;
   display: block;
   margin: 0 0 10px 30px;
   padding: 0;
   font-size: 53px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading23
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: left;
}
#Heading23
{
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 53px;
   text-align: left;
   text-transform: none;
}
#wb_HeadingSubtitel
{
   width: calc(100% - 50px);
   visibility: visible;
   display: block;
   margin: 20px 20px 20px 30px;
   padding: 0;
   font-size: 24px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_HeadingSubtitel
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: left;
}
#HeadingSubtitel
{
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
   line-height: 28.8px;
   text-align: left;
   text-transform: none;
}
#HorizontalLine1
{
   width: 698px;
   height: 1px;
   visibility: visible;
   display: inline-block;
   margin: 10px 0 20px 20px;
}
#HorizontalLine1
{
   border-color: #A0A0A0;
   border-bottom-width: -29px;
}
#wb_richtigVerkaufen
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 50px 0 0 0 ;
   padding: 10px 0 10px 0;
   font-size: 29px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_richtigVerkaufen
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#richtigVerkaufen
{
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 29px;
   text-align: center;
   text-transform: none;
}
#wb_Card1
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   color: transparent;
}
#Card1-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 80px 50px 80px 50px;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: right;
}
#wb_Card1:hover #Card1-card-item0
{
   opacity: 1.0;
   background-color: rgba(0,0,0,0.63);
   transition: opacity 300ms linear 0ms, background-color 300ms linear 0ms;
}
#Card1-card-item0
{
   opacity: 0;
   background-color: rgba(0,0,0,0.63);
   transition: opacity 500ms linear 0ms, background-color 500ms linear 0ms;
}
#Card1-card-footer
{
   box-sizing: border-box;
   border-top: 0px solid rgba(0,0,0,0.50);
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-color: rgba(0,0,0,0.50);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: right;
}
#wb_Card1:hover #Card1-card-footer
{
   background-color: #000000;
   transition: background-color 300ms linear 0ms;
}
#Card1-card-footer
{
   background-color: rgba(0,0,0,0.50);
   transition: background-color 300ms linear 0ms;
}
#wb_Card1
{
   text-align: left;
}
#wb_Card2
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   color: transparent;
}
#Card2-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 80px 50px 80px 50px;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#wb_Card2:hover #Card2-card-item0
{
   opacity: 1.0;
   background-color: rgba(0,0,0,0.63);
   transition: opacity 300ms linear 0ms, background-color 300ms linear 0ms;
}
#Card2-card-item0
{
   opacity: 0;
   background-color: rgba(0,0,0,0.63);
   transition: opacity 500ms linear 0ms, background-color 500ms linear 0ms;
}
#Card2-card-footer
{
   box-sizing: border-box;
   border-top: 0px solid rgba(0,0,0,0.50);
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-color: rgba(0,0,0,0.50);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#wb_Card2:hover #Card2-card-footer
{
   background-color: #000000;
   transition: background-color 300ms linear 0ms;
}
#Card2-card-footer
{
   background-color: rgba(0,0,0,0.50);
   transition: background-color 300ms linear 0ms;
}
#wb_Card2
{
   text-align: left;
}
#wb_Bookmark3
{
   visibility: visible;
   display: inline-block;
}
#wb_Heading27
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 30px 0 0 0 ;
   padding: 0;
   font-size: 27px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading27
{
   background-clip: padding-box;
   background-color: transparent;
   background-image: none;
   border: 0px outset #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#Heading27
{
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
   text-align: left;
   text-transform: none;
}
#Heading27 a
{
   color: inherit;
}
#wb_Text10
{
   visibility: visible;
   display: block;
}
#wb_Text10
{
   font-size: 17px;
   margin: 0 20px 20px 20px;
   padding: 0;
   text-align: left;
   line-height: 23px;
}
#wb_Text27
{
   visibility: visible;
   display: block;
}
#wb_Text27
{
   font-size: 17px;
   margin: 0 0 20px 40px;
   padding: 0;
   text-align: left;
   line-height: 23px;
}
#wb_Text28
{
   visibility: visible;
   display: block;
}
#wb_Text28
{
   font-size: 17px;
   margin: 0 20px 60px 20px;
   padding: 0;
   text-align: left;
   line-height: 23px;
}
#wb_Text12
{
   visibility: visible;
   display: block;
}
#wb_Text12
{
   font-size: 17px;
   margin: 0 20px 60px 20px;
   padding: 0;
   text-align: left;
   line-height: 23px;
}
#wb_Text13
{
   visibility: visible;
   display: block;
}
#wb_Text13
{
   font-size: 15px;
   margin: 0;
   padding: 20px 20px 20px 20px;
   text-align: left;
   line-height: 22px;
}
#wb_ThemeableButton3
{
   width: 319px;
   height: 68px;
   visibility: visible;
   display: inline-block;
   margin: 50px 0 50px 20px;
}
#ThemeableButton3
{
   font-size: 19px;
}
#wb_ThemeableButton3 .ui-button
{
   line-height: 44px;
   padding: 10px 0 10px 0;
}
#wb_Heading14
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 20px 20px 20px 20px;
   font-size: 24px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading14
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #7A1C3D;
   border-radius: 0px;
   text-align: left;
}
#Heading14
{
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
   text-align: left;
   text-transform: none;
}
#wb_Heading3
{
   width: 295px;
   height: 41px;
   visibility: visible;
   display: inline-block;
   margin: 40px 10px 40px 10px;
   padding: 10px 10px 10px 10px;
   color: #4F4F4F;
   font-size: 16px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   border-radius: 1px;
}
#wb_Heading3
{
   background-color: transparent;
   background-image: none;
   border: 2px solid #7A1C3D;
   border-radius: 1px;
   text-align: center;
}
#Heading3
{
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
   text-transform: none;
}
#Heading3 a
{
   color: inherit;
}
#wb_wirBegleitenH3
{
   width: calc(100% - 20px);
   visibility: visible;
   display: block;
   margin: 30px 0 0 20px;
   padding: 0;
   color: #4F4F4F;
   font-size: 19px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_wirBegleitenH3
{
   background-clip: padding-box;
   background-color: transparent;
   background-image: none;
   border: 0px outset #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wirBegleitenH3
{
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   text-align: left;
   text-transform: none;
}
#wirBegleitenH3 a
{
   color: inherit;
}
#wb_Text15
{
   visibility: visible;
   display: block;
}
#wb_Text15
{
   font-size: 15px;
   margin: 0;
   padding: 30px 30px 0 20px;
   text-align: left;
}
#wb_Text14
{
   visibility: visible;
   display: block;
}
#wb_Text14
{
   font-size: 15px;
   margin: 0;
   padding: 10px 30px 30px 30px;
   text-align: left;
   line-height: 20px;
}
#wb_Heading29
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 50px 0 0 0 ;
   padding: 20px 20px 20px 20px;
   font-size: 24px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading29
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: left;
}
#Heading29
{
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
   text-align: left;
   text-transform: none;
}
#HorizontalLine2
{
   width: 685px;
   height: 1px;
   visibility: visible;
   display: inline-block;
   margin: 20px 0 20px 0 ;
}
#HorizontalLine2
{
   border-color: #7A1C3D;
   border-bottom-width: -39px;
}
#wb_MediaPlayer1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#wb_Text16
{
   visibility: visible;
   display: block;
}
#wb_Text16
{
   font-size: 15px;
   margin: 0;
   padding: 10px 30px 0 20px;
   text-align: left;
}
#wb_Text17
{
   visibility: visible;
   display: block;
}
#wb_Text17
{
   font-size: 15px;
   margin: 0;
   padding: 10px 30px 10px 20px;
   text-align: left;
}
#wb_Heading12
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 30px 0 0 0 ;
   padding: 10px 0 10px 20px;
   font-size: 27px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   box-shadow: 0px 0px 0px #000000;
}
#wb_Heading12
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: left;
}
#Heading12
{
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
   text-align: left;
   text-transform: none;
}
#Heading12 a
{
   color: inherit;
}
#HorizontalLine3
{
   width: 698px;
   height: 1px;
   visibility: visible;
   display: inline-block;
   margin: 10px 0 20px 20px;
}
#HorizontalLine3
{
   border-color: #A0A0A0;
   border-bottom-width: -29px;
}
#HorizontalLine4
{
   width: 698px;
   height: 1px;
   visibility: visible;
   display: inline-block;
   margin: 10px 0 20px 20px;
}
#HorizontalLine4
{
   border-color: #A0A0A0;
   border-bottom-width: -29px;
}
#wb_AKTUELLE-LAGE
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 30px 0 0 0 ;
   padding: 10px 0 10px 0;
   font-size: 27px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   box-shadow: 0px 0px 0px #000000;
}
#wb_AKTUELLE-LAGE
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: left;
}
#AKTUELLE-LAGE
{
   color: #7A1C3D;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
   text-align: left;
   text-transform: none;
}
#AKTUELLE-LAGE a
{
   color: inherit;
}
#HorizontalLine5
{
   width: 698px;
   height: 1px;
   visibility: visible;
   display: inline-block;
   margin: 10px 0 20px 20px;
}
#HorizontalLine5
{
   border-color: #A0A0A0;
   border-bottom-width: -29px;
}
#wb_IconButton3
{
   width: 277px;
   height: 64px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#IconButton3
{
   font-size: 16px;
}
#wb_IconButton3 .ui-button
{
   line-height: 60px;
   padding: 0;
}
#upStickyLayerRechts
{
   width: 60px;
   height: 41px;
   visibility: visible;
   display: block;
}
#HorizontalLine6
{
   width: 360px;
   height: 2px;
   visibility: visible;
   display: inline-block;
   margin: 25px 30px 25px 30px;
}
#HorizontalLine6
{
   border-color: #7A1C3D;
   border-bottom-width: -48px;
}
}
#wb_header
{
   position: fixed !important;
   float: none !important;
   transition: all 500ms linear;   
   z-index: 9990 !important;
}
#wb_header.affix
{
   background: #ffffff;
   transition: all 500ms linear;   
}
#wb_header.affix #headerMenu a
{
   color: #7a1c3d;
}
#wb_header.affix .headerMenu .navbar-nav > .dropdown > a .caret 
{
   border-top-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
}
#wb_header.affix .headerMenu .dropdown-menu > li > a
{
   color: #4f4f4f !important;
}

#wb_header.affix #headerLogo a
{
   color: #FFFFFF;
}
@media (max-width: 380px) 
{
#wb_header.affix .headerMenu .navbar-nav>li>a 
{
   color: #7a1c3d  !important;
}
#wb_header.affix .headerMenu .navbar-nav>li>a:hover,
#wb_header.affix .headerMenu .navbar-nav>li>a:focus 
{
   background-color: #7a1c3d !important;
   color: #ffffff  !important;
}
#wb_header.affix .headerMenu .navbar-nav > .dropdown > a .caret 
{
   border-top-color: #2B2B2B;
   border-bottom-color: #2B2B2B;
}
#wb_header.affix
{
   background: transparent;
}
}
#wb_header
{
   position: fixed !important;
   float: none !important;
   transition: all 500ms linear;   
   z-index: 9990 !important;
}
#wb_header.affix
{
   background: #ffffff;
   transition: all 500ms linear;   
}
#wb_header.affix #headerMenu a
{
   color: #7a1c3d;
}
#wb_header.affix .headerMenu .navbar-nav > .dropdown > a .caret 
{
   border-top-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
}
#wb_header.affix .headerMenu .dropdown-menu > li > a
{
   color: #4f4f4f !important;
}

#wb_header.affix #headerLogo a
{
   color: #FFFFFF;
}
@media (max-width: 380px) 
{
#wb_header.affix .headerMenu .navbar-nav>li>a 
{
   color: #7a1c3d  !important;
}
#wb_header.affix .headerMenu .navbar-nav>li>a:hover,
#wb_header.affix .headerMenu .navbar-nav>li>a:focus 
{
   background-color: #7a1c3d !important;
   color: #ffffff  !important;
}
#wb_header.affix .headerMenu .navbar-nav > .dropdown > a .caret 
{
   border-top-color: #2B2B2B;
   border-bottom-color: #2B2B2B;
}
#wb_header.affix
{
   background: transparent;
}
}
#wb_header
{
   position: fixed !important;
   float: none !important;
   transition: all 500ms linear;   
   z-index: 9990 !important;
}
#wb_header.affix
{
   background: #ffffff;
   transition: all 500ms linear;   
}
#wb_header.affix #headerMenu a
{
   color: #7a1c3d;
}
#wb_header.affix .headerMenu .navbar-nav > .dropdown > a .caret 
{
   border-top-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
}
#wb_header.affix .headerMenu .dropdown-menu > li > a
{
   color: #4f4f4f !important;
}

#wb_header.affix #headerLogo a
{
   color: #FFFFFF;
}
@media (max-width: 380px) 
{
#wb_header.affix .headerMenu .navbar-nav>li>a 
{
   color: #7a1c3d  !important;
}
#wb_header.affix .headerMenu .navbar-nav>li>a:hover,
#wb_header.affix .headerMenu .navbar-nav>li>a:focus 
{
   background-color: #7a1c3d !important;
   color: #ffffff  !important;
}
#wb_header.affix .headerMenu .navbar-nav > .dropdown > a .caret 
{
   border-top-color: #2B2B2B;
   border-bottom-color: #2B2B2B;
}
#wb_header.affix
{
   background: transparent;
}
}
