body
{
   color: #000000;
   font-family: "Open Sans";
   font-weight: 400;
   font-weight: 400;
   font-weight: 400;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
   overflow-x: hidden;
}
body:after
{
   background-color: #FFFFFF;
   content: "";
   height: 100vh;
   left: 0;
   position: fixed;
   right: 0;
   top: 0;
   z-index: -1;
}
a
{
   color: #000000;
   text-decoration: underline;
}
a:hover
{
   color: #696969;
   text-decoration: underline;
}
.visibility-hidden
{
   visibility: hidden;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape)
{
   #wb_HOME
   {
      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_HOME
   {
      background-attachment: scroll !important;
   }
}
#wb_header
{
   clear: both;
   position: fixed;
   left: 0;
   top: 0;
   z-index: 7777;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
   box-shadow: 0px 4px 8px rgba(0,0,0,0.19);
}
#header
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#header > .col-1, #header > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#header > .col-1, #header > .col-2
{
   flex: 0 0 auto;
}
#header > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 250px;
   max-width: 250px;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: flex-start;
   text-align: left;
}
#header > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis:  calc((100% - 250px) / 1);
   max-width:  calc((100% - 250px) / 1);
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#header > .col-1, #header > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_headerImage
{
   height: 100%;
   margin: 0;
   vertical-align: top;
}
#headerImage
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 5px 5px 5px 5px;
   display: block;
   width: 100%;
   height: 100%;
   vertical-align: top;
   object-fit: contain;
}
#wb_headerMenu1
{
   display: block;
   background-color: rgba(255,255,255,0.00);
   font-family: "Open Sans";
   font-weight: normal;
   text-align: right;
   width: 100%;
   margin: 0;
   z-index: 1111 !important;
}
#headerMenu1
{
   display: inline-block;
   background-color: rgba(255,255,255,0.00);
   height: 81px;
}
#wb_headerMenu1 ul
{
   list-style: none;
   margin: 0;
   padding: 0;
   position: relative;
}
#wb_headerMenu1 ul:after
{
   clear: both;
   content: "";
   display: block;
}
#wb_headerMenu1 ul li
{
   border-radius: 0;
   display: list-item;
   float: left;
   list-style: none;
   z-index: 9999;
}
#wb_headerMenu1 ul li i
{
   font-size: 24px;
   width: 24px;
   margin-bottom: 8px;
}
#wb_headerMenu1 ul li a
{
   background-color: rgba(255,255,255,0.00);
   color: #B58158;
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   padding: 15px 30px 15px 30px;
   text-align: center;
}
#wb_headerMenu1 > ul > li > a 
{
   height: 51px;
}
.headerMenu1 a 
{
   display: block;
}
#wb_headerMenu1 li:hover > a, #wb_headerMenu1 li .active
{
   background-color: #B58158;
   color: #F5F5F5;
}
#wb_headerMenu1 ul ul
{
   display: none;
   position: absolute;
   top: 81px;
}
#wb_headerMenu1 ul li:hover > ul
{
   display: list-item;
}
#wb_headerMenu1 ul ul li 
{
   float: none;
   position: relative;
   width: 136px;
}
#wb_headerMenu1 ul ul li a
{
   background-color: #F6F6F6;
   border: 0px solid #C5C5C5;
   color: #454545;
}
#wb_headerMenu1 ul ul li:hover > a, #wb_headerMenu1 ul ul li .active
{
   background-color: #EDEDED;
   color: #2B2B2B;
}
#wb_headerMenu1 ul ul li i 
{
   margin-right: 8px;
   vertical-align: middle;
}
#wb_headerMenu1 ul ul li a 
{
   padding-top: 15px;
   padding-right: 20px;
   padding-bottom: 15px;
   text-align: left;
   vertical-align: middle;
}
#wb_headerMenu1 ul ul ul li 
{
   left: 136px;
   position: relative;
   top: -81px;
}
#wb_headerMenu1 .arrow-down 
{
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 2px;
   vertical-align: middle;
   border-top: 4px solid #B58158;
   border-right: 4px solid transparent;
   border-left: 4px solid transparent;
   border-bottom: 0 dotted;
}
#wb_headerMenu1 .arrow-left 
{
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 2px;
   vertical-align: middle;
   border-left: 4px solid #454545;
   border-top: 4px solid transparent;
   border-bottom: 4px solid transparent;
   border-right: 0 dotted;
}
#wb_headerMenu1 li:hover > a .arrow-down, #wb_headerMenu1 li .active .arrow-down
{ 
   border-top-color: #F5F5F5;
}
#wb_headerMenu1 ul ul li:hover > a .arrow-left, #wb_headerMenu1 ul ul li .active .arrow-left
{ 
   border-left-color: #2B2B2B;
}
#wb_headerMenu1 .toggle,[id^=headerMenu1-submenu]
{
   display: none;
}
@media all and (max-width:768px) 
{
#wb_headerMenu1
{
   margin: 0;
   text-align: left;
}
#wb_headerMenu1 ul li a, #wb_headerMenu1 .toggle
{
   font-size: 13px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   padding: 15px 20px 15px 20px;
}
#wb_headerMenu1 .toggle + a
{
   display: none !important;
}
.headerMenu1 
{
   display: none;
   z-index: 9999;
}
#headerMenu1 
{
   background-color: transparent;
   display: none;
}
#wb_headerMenu1 > ul > li > a 
{
   height: auto !important;
   margin: 0;
}
#wb_headerMenu1 .toggle 
{
   display: block;
   background-color: rgba(255,255,255,0.00);
   color: #B58158;
   padding: 0 20px 0 20px;
   line-height: 54px;
   text-decoration: none;
   border: none;
   position: relative;
}
#wb_headerMenu1 .toggle:hover
{
   background-color: #B58158;
   color: #F5F5F5;
}
[id^=headerMenu1-submenu]:checked + ul 
{
   display: block !important;
}
#headerMenu1-title
{
   height: 81px !important;
   line-height: 81px !important;
   text-align: center;
}
#wb_headerMenu1 ul li 
{
   display: block;
   width: 100% !important;
   text-align: left;
}
#wb_headerMenu1 ul ul .toggle,
#wb_headerMenu1 ul ul a 
{
   padding: 0 40px;
}
#wb_headerMenu1 a:hover,
#wb_headerMenu1 ul ul ul a 
{
   background-color: #F6F6F6;
   color: #454545;
}
#wb_headerMenu1 ul li ul li .toggle,
#wb_headerMenu1 ul ul a 
{
   background-color: #F6F6F6;
   color: #454545;
}
#wb_headerMenu1 ul ul ul a 
{
   padding: 15px 20px 15px 60px;
}
#wb_headerMenu1 ul li a 
{
   text-align: left;
}
#wb_headerMenu1 ul li a br 
{
   display: none;
}
#wb_headerMenu1 ul li i 
{
   margin-right: 8px;
}
#wb_headerMenu1 ul ul 
{
   float: none;
   position: static;
}
#wb_headerMenu1 ul ul li:hover > ul,
#wb_headerMenu1 ul li:hover > ul 
{
   display: none;
}
#wb_headerMenu1 ul ul li 
{
   display: block;
   width: 100%;
}
#wb_headerMenu1 ul ul ul li 
{
   position: static;
}
#headerMenu1-icon 
{
   display: block;
   position: absolute;
   left: 30px;
   top: 28px;
   user-select: none;
}
#headerMenu1-icon span 
{
   display: block;
   margin-top: 4px;
   height: 2px;
   background-color: #B58158;
   color: #B58158;
   width: 24px;
}
#wb_headerMenu1 ul li ul li .toggle:hover
{
   background-color: #EDEDED;
   color: #2B2B2B;
}
#wb_headerMenu1 .toggle .arrow-down 
{
   border-top-color: #B58158;
}
#wb_headerMenu1 .toggle:hover .arrow-down, #wb_headerMenu1 li .active .arrow-down
{
   border-top-color: #F5F5F5;
}
#wb_headerMenu1 ul li ul li .toggle .arrow-down 
{
   border-top-color: #454545;
}
#wb_headerMenu1 ul li ul li .toggle:hover .arrow-down, #wb_headerMenu1 ul li ul li .active .arrow-down
{
   border-top-color: #2B2B2B;
}
}
#wb_headermobil
{
   clear: both;
   position: fixed;
   left: 0;
   top: 0;
   z-index: 7777;
   table-layout: fixed;
   display: none;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
   box-shadow: 0px 4px 8px rgba(0,0,0,0.19);
}
#headermobil
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#headermobil > .col-1, #headermobil > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#headermobil > .col-1, #headermobil > .col-2
{
   flex: 0 0 auto;
}
#headermobil > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 250px;
   max-width: 250px;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: flex-start;
   text-align: left;
}
#headermobil > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis:  calc((100% - 250px) / 1);
   max-width:  calc((100% - 250px) / 1);
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 320px)
{
#headermobil > .col-1, #headermobil > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_HOME
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   height: 75vh;
   background-color: transparent;
   background-image: url('../Taverna%2dAdonis%2dHG1.jpeg');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: scroll;
   background-size: cover;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#HOME
{
   box-sizing: border-box;
   height: 75vh;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 275px 0 100px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#HOME > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#HOME > .col-1
{
   flex: 0 0 auto;
}
#HOME > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
@media (max-width: 761px)
{
#HOME > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_welcomeCard
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: rgba(181,129,88,0.78);
   background-image: none;
   border: 0px solid #B58158;
   border-radius: 0px;
   text-align: left;
}
#welcomeCard-card-body
{
   padding: 10px 10px 10px 10px;
   flex: 1 1 auto;
   font-size: 0;
}
#welcomeCard-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 29px;
}
#wb_UEBER_UNS
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #F6F5F4;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#UEBER_UNS
{
   box-sizing: border-box;
   padding: 50px 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#UEBER_UNS > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#UEBER_UNS > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#UEBER_UNS > .row > .col-1
{
   float: left;
}
#UEBER_UNS > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#UEBER_UNS:before,
#UEBER_UNS:after,
#UEBER_UNS .row:before,
#UEBER_UNS .row:after
{
   display: table;
   content: " ";
}
#UEBER_UNS:after,
#UEBER_UNS .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#UEBER_UNS > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_Uber_Uns_Heading
{
   background-color: #B58158;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 10px 10px 10px 10px;
   text-align: left;
}
#Uber_Uns_Heading
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 20px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#Uber_Uns_Heading a
{
   color: inherit;
   text-decoration: none;
}
#wb_contentLayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #F6F5F4;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#contentLayoutGrid1
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#contentLayoutGrid1 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#contentLayoutGrid1 > .row > .col-1, #contentLayoutGrid1 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#contentLayoutGrid1 > .row > .col-1, #contentLayoutGrid1 > .row > .col-2
{
   float: left;
}
#contentLayoutGrid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#contentLayoutGrid1 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 50px 0 50px 0;
}
#contentLayoutGrid1 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#contentLayoutGrid1 > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 50px 0 50px 0;
}
#contentLayoutGrid1:before,
#contentLayoutGrid1:after,
#contentLayoutGrid1 .row:before,
#contentLayoutGrid1 .row:after
{
   display: table;
   content: " ";
}
#contentLayoutGrid1:after,
#contentLayoutGrid1 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#contentLayoutGrid1 > .row > .col-1, #contentLayoutGrid1 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_contentText1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 25px 0 ;
   text-align: left;
}
#wb_contentText1
{
   color: #000000;
   font-family: "Open Sans";
   font-weight: 400;
   font-size: 16px;
   line-height: 30px;
}
#wb_contentText1 p, #wb_contentText1 ul
{
   margin: 0;
   padding: 0;
}
#wb_contentText1
{
   display: block;
   margin: 0 0 25px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#contentButton1
{
   box-sizing: border-box;
   line-height: 40px;
   text-decoration: none;
   vertical-align: top;
   border: 2px solid #B58158;
   border-radius: 0px;
   background-color: #F6F5F4;
   background-image: none;
   color: #B58158;
   box-shadow: 3px 3px 0px rgba(105,105,105,0.20);
   cursor: pointer;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 15px;
   padding: 1px 6px 1px 6px;
   text-align: center;
   -webkit-appearance: none;
   margin: 0;
}
#contentButton1:focus
{
   outline: 0;
}
#contentButton1:hover
{
   background-color: #B58158;
   color: #FFFFFF;
   border-color: #B58158;
   transform: rotate(0deg) scale(1.1,1.1) ;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms, transform 300ms linear 0ms;
}
#contentButton1
{
   background-color: #F6F5F4;
   color: #B58158;
   border-color: #B58158;
   transform: rotate(0deg) ;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms, transform 300ms linear 0ms;
}
#wb_contentImage1
{
   margin: 0;
   vertical-align: top;
}
#contentImage1
{
   border: 3px solid #B58158;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   filter: drop-shadow(0px 0px 25px rgba(0,0,0,0.12));
   display: block;
   width: 100%;
   height: auto;
   max-width: 800px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_contentLayoutGrid2
{
   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;
}
#contentLayoutGrid2
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#contentLayoutGrid2 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#contentLayoutGrid2 > .row > .col-1, #contentLayoutGrid2 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#contentLayoutGrid2 > .row > .col-1, #contentLayoutGrid2 > .row > .col-2
{
   float: left;
}
#contentLayoutGrid2 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#contentLayoutGrid2 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 50px 0 50px 0;
}
#contentLayoutGrid2 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#contentLayoutGrid2 > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 50px 0 50px 0;
}
#contentLayoutGrid2:before,
#contentLayoutGrid2:after,
#contentLayoutGrid2 .row:before,
#contentLayoutGrid2 .row:after
{
   display: table;
   content: " ";
}
#contentLayoutGrid2:after,
#contentLayoutGrid2 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#contentLayoutGrid2 > .row > .col-1, #contentLayoutGrid2 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_contentText2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 25px 0 ;
   text-align: left;
}
#wb_contentText2
{
   color: #000000;
   font-family: "Open Sans";
   font-weight: 400;
   font-size: 16px;
   line-height: 30px;
}
#wb_contentText2 p, #wb_contentText2 ul
{
   margin: 0;
   padding: 0;
}
#wb_contentText2
{
   display: block;
   margin: 0 0 25px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_contentImage2
{
   margin: 0;
   vertical-align: top;
}
#contentImage2
{
   border: 3px solid #B58158;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   filter: drop-shadow(0px 0px 25px rgba(0,0,0,0.12));
   display: block;
   width: 100%;
   height: auto;
   max-width: 800px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_contentHeading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0 0 10px 0;
   text-align: left;
}
#contentHeading1
{
   color: #B58158;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#contentHeading1 a
{
   color: inherit;
   text-decoration: none;
}
#wb_contentLayoutGrid3
{
   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;
}
#contentLayoutGrid3
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#contentLayoutGrid3 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#contentLayoutGrid3 > .row > .col-1, #contentLayoutGrid3 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#contentLayoutGrid3 > .row > .col-1, #contentLayoutGrid3 > .row > .col-2
{
   float: left;
}
#contentLayoutGrid3 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#contentLayoutGrid3 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 50px 0 50px 0;
}
#contentLayoutGrid3 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#contentLayoutGrid3 > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 50px 0 50px 0;
}
#contentLayoutGrid3:before,
#contentLayoutGrid3:after,
#contentLayoutGrid3 .row:before,
#contentLayoutGrid3 .row:after
{
   display: table;
   content: " ";
}
#contentLayoutGrid3:after,
#contentLayoutGrid3 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#contentLayoutGrid3 > .row > .col-1, #contentLayoutGrid3 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_contentText3 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 25px 0 ;
   text-align: left;
}
#wb_contentText3
{
   color: #000000;
   font-family: "Open Sans";
   font-weight: 400;
   font-size: 16px;
   line-height: 30px;
}
#wb_contentText3 p, #wb_contentText3 ul
{
   margin: 0;
   padding: 0;
}
#wb_contentText3
{
   display: block;
   margin: 0 0 25px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_contentImage3
{
   margin: 0;
   vertical-align: top;
}
#contentImage3
{
   border: 3px solid #B58158;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   filter: drop-shadow(0px 0px 25px rgba(0,0,0,0.12));
   display: block;
   width: 100%;
   height: auto;
   max-width: 800px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_contentHeading2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0 0 10px 0;
   text-align: left;
}
#contentHeading2
{
   color: #B58158;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#contentHeading2 a
{
   color: inherit;
   text-decoration: none;
}
#wb_SPEISEN
{
   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;
}
#SPEISEN
{
   box-sizing: border-box;
   padding: 20px 15px 20px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#SPEISEN > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#SPEISEN > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#SPEISEN > .row > .col-1
{
   float: left;
}
#SPEISEN > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#SPEISEN:before,
#SPEISEN:after,
#SPEISEN .row:before,
#SPEISEN .row:after
{
   display: table;
   content: " ";
}
#SPEISEN:after,
#SPEISEN .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#SPEISEN > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_Speisen_Heading
{
   background-color: #B58158;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 10px 10px 10px 10px;
   text-align: left;
}
#Speisen_Heading
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_LayoutGrid_Speisen
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid_Speisen
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid_Speisen > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid_Speisen > .row > .col-1, #LayoutGrid_Speisen > .row > .col-2, #LayoutGrid_Speisen > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid_Speisen > .row > .col-1, #LayoutGrid_Speisen > .row > .col-2, #LayoutGrid_Speisen > .row > .col-3
{
   float: left;
}
#LayoutGrid_Speisen > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid_Speisen > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 50px 0 50px 0;
}
#LayoutGrid_Speisen > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid_Speisen > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 50px 0 50px 0;
}
#LayoutGrid_Speisen > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid_Speisen > .row > .col-3 > .col-3-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 50px 0 50px 0;
}
#LayoutGrid_Speisen:before,
#LayoutGrid_Speisen:after,
#LayoutGrid_Speisen .row:before,
#LayoutGrid_Speisen .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid_Speisen:after,
#LayoutGrid_Speisen .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#LayoutGrid_Speisen > .row > .col-1, #LayoutGrid_Speisen > .row > .col-2, #LayoutGrid_Speisen > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_Heading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 15px 0 15px 0;
   text-align: center;
}
#Heading1
{
   color: #B58158;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#Heading1 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Speisen_Text 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 15px 0 15px 0;
   margin: 0;
   text-align: center;
}
#wb_Speisen_Text
{
   color: #000000;
   font-family: "Open Sans";
   font-weight: 400;
   font-style: italic;
   font-size: 16px;
   line-height: 30px;
}
#wb_Speisen_Text p, #wb_Speisen_Text ul
{
   margin: 0;
   padding: 0;
}
#wb_Speisen_Text
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_MENU
{
   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;
}
#MENU
{
   box-sizing: border-box;
   padding: 20px 15px 20px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#MENU > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#MENU > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#MENU > .row > .col-1
{
   float: left;
}
#MENU > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#MENU:before,
#MENU:after,
#MENU .row:before,
#MENU .row:after
{
   display: table;
   content: " ";
}
#MENU:after,
#MENU .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#MENU > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_Speisekarte
{
   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;
}
#Speisekarte
{
   box-sizing: border-box;
   padding: 0 15px 50px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#Speisekarte > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#Speisekarte > .row > .col-1, #Speisekarte > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#Speisekarte > .row > .col-1, #Speisekarte > .row > .col-2
{
   float: left;
}
#Speisekarte > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#Speisekarte > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 50px 0 50px 0;
}
#Speisekarte > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#Speisekarte > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 50px 0 50px 0;
}
#Speisekarte:before,
#Speisekarte:after,
#Speisekarte .row:before,
#Speisekarte .row:after
{
   display: table;
   content: " ";
}
#Speisekarte:after,
#Speisekarte .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#Speisekarte > .row > .col-1, #Speisekarte > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_EVENTS
{
   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;
}
#EVENTS
{
   box-sizing: border-box;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#EVENTS > .row
{
   margin-right: 0;
   margin-left: 0;
}
#EVENTS > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#EVENTS > .row > .col-1
{
   float: left;
}
#EVENTS > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#EVENTS:before,
#EVENTS:after,
#EVENTS .row:before,
#EVENTS .row:after
{
   display: table;
   content: " ";
}
#EVENTS:after,
#EVENTS .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#EVENTS > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_Speisekarte_Text 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 25px 0 ;
   text-align: left;
}
#wb_Speisekarte_Text
{
   color: #000000;
   font-family: "Open Sans";
   font-weight: 400;
   font-size: 16px;
   line-height: 30px;
}
#wb_Speisekarte_Text p, #wb_Speisekarte_Text ul
{
   margin: 0;
   padding: 0;
}
#wb_Speisekarte_Text
{
   display: block;
   margin: 0 0 25px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_Speisekarte_Heading
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0 0 10px 0;
   text-align: left;
}
#Speisekarte_Heading
{
   color: #B58158;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#Speisekarte_Heading a
{
   color: inherit;
   text-decoration: none;
}
#wb_Speisekarte_Image
{
   margin: 0;
   vertical-align: top;
}
#Speisekarte_Image
{
   border: 3px solid #B58158;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   filter: drop-shadow(0px 0px 25px rgba(0,0,0,0.12));
   display: block;
   width: 100%;
   height: auto;
   max-width: 800px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#Speisekarte_Button
{
   box-sizing: border-box;
   line-height: 44px;
   text-decoration: none;
   vertical-align: top;
   border: 2px solid #B58158;
   border-radius: 0px;
   background-color: #FFFFFF;
   background-image: none;
   color: #B58158;
   box-shadow: 3px 3px 0px rgba(79,79,79,0.20);
   cursor: pointer;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 15px;
   padding: 1px 6px 1px 6px;
   text-align: center;
   -webkit-appearance: none;
   margin: 0;
}
#Speisekarte_Button:focus
{
   outline: 0;
}
#Speisekarte_Button:hover
{
   background-color: #B58158;
   color: #FFFFFF;
   background-color: #B58158;
   transform: rotate(0deg) scale(1.1,1.1) ;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, background-color 300ms linear 0ms, transform 300ms linear 0ms;
}
#Speisekarte_Button
{
   background-color: #F6F5F4;
   color: #B58158;
   border-color: #B58158;
   transform: rotate(0deg) ;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms, transform 300ms linear 0ms;
}
#wb_EVENTSmobil
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: none;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DDDDDD;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#EVENTSmobil
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#EVENTSmobil > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#EVENTSmobil > .col-1
{
   flex: 0 0 auto;
}
#EVENTSmobil > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
@media (max-width: 480px)
{
#EVENTSmobil > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_LayoutGrid_Events
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: rgba(181,129,88,0.10);
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid_Events
{
   box-sizing: border-box;
   padding: 50px 30px 50px 30px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid_Events > .row
{
   margin-right: -30px;
   margin-left: -30px;
}
#LayoutGrid_Events > .row > .col-1, #LayoutGrid_Events > .row > .col-2, #LayoutGrid_Events > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 30px;
   padding-left: 30px;
   position: relative;
}
#LayoutGrid_Events > .row > .col-1, #LayoutGrid_Events > .row > .col-2, #LayoutGrid_Events > .row > .col-3
{
   float: left;
}
#LayoutGrid_Events > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid_Events > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#LayoutGrid_Events > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#LayoutGrid_Events > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#LayoutGrid_Events > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid_Events > .row > .col-3 > .col-3-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#LayoutGrid_Events:before,
#LayoutGrid_Events:after,
#LayoutGrid_Events .row:before,
#LayoutGrid_Events .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid_Events:after,
#LayoutGrid_Events .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#LayoutGrid_Events > .row > .col-1, #LayoutGrid_Events > .row > .col-2, #LayoutGrid_Events > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_KONTAKT
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0 0 100px 0 ;
}
#KONTAKT
{
   box-sizing: border-box;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#KONTAKT > .row
{
   margin-right: 0;
   margin-left: 0;
}
#KONTAKT > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#KONTAKT > .row > .col-1
{
   float: left;
}
#KONTAKT > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#KONTAKT:before,
#KONTAKT:after,
#KONTAKT .row:before,
#KONTAKT .row:after
{
   display: table;
   content: " ";
}
#KONTAKT:after,
#KONTAKT .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#KONTAKT > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_Events_Card2
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 3px;
   text-align: left;
}
#Events_Card2-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Events_Card2-card-item0
{
   box-sizing: border-box;
   border-radius: 3px 3px 0 0 !important;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #B58158;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#Events_Card2-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 3px solid #B58158;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Events_Card2-card-item1
{
   transform: rotate(0deg) ;
   transition: transform 300ms linear 0ms;
}
#Events_Card2-card-item1:hover
{
   transform: rotate(0deg) scale(1.2,1.2) ;
   transition: transform 300ms linear 0ms;
}
#Events_Card2-card-item2
{
   box-sizing: border-box;
   margin: 20px 0 20px 0 ;
   padding: 0;
   color: #666666;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   line-height: 21px;
}
#wb_Events_Card3
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 3px;
   text-align: left;
}
#Events_Card3-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Events_Card3-card-item0
{
   box-sizing: border-box;
   border-radius: 3px 3px 0 0 !important;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #B58158;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#Events_Card3-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 3px solid #B58158;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Events_Card3-card-item1
{
   transform: rotate(0deg) ;
   transition: transform 500ms linear 0ms;
}
#Events_Card3-card-item1:hover
{
   transform: rotate(0deg) scale(1.2,1.2) ;
   transition: transform 300ms linear 0ms;
}
#Events_Card3-card-item2
{
   box-sizing: border-box;
   margin: 20px 0 20px 0 ;
   padding: 0;
   color: #666666;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   line-height: 21px;
}
#wb_Events_Card1
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 3px;
   text-align: left;
}
#Events_Card1-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Events_Card1-card-item0
{
   box-sizing: border-box;
   border-radius: 3px 3px 0 0 !important;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #B58158;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#Events_Card1-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 3px solid #B58158;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Events_Card1-card-item1
{
   transform: rotate(0deg) ;
   transition: transform 300ms linear 0ms;
}
#Events_Card1-card-item1:hover
{
   transform: rotate(0deg) scale(1.2,1.2) ;
   transition: transform 300ms linear 0ms;
}
#Events_Card1-card-item2
{
   box-sizing: border-box;
   margin: 20px 0 20px 0 ;
   padding: 0;
   color: #666666;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   line-height: 21px;
}
#wb_Menu_Heading
{
   background-color: #B58158;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 10px 10px 10px 10px;
   text-align: left;
}
#Menu_Heading
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_Kontakt_Muster_Image
{
   height: 100%;
   margin: 0;
   vertical-align: top;
}
#Kontakt_Muster_Image
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: 100%;
   vertical-align: top;
   object-fit: scale-down;
}
#wb_Events_Muster_Image
{
   height: 100%;
   margin: 0;
   vertical-align: top;
}
#Events_Muster_Image
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: 100%;
   vertical-align: top;
   object-fit: scale-down;
}
#wb_Speisen_Image1
{
   margin: 0;
   vertical-align: top;
}
#Speisen_Image1
{
   border: 3px solid #B58158;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 1024px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_Speisen_Image2
{
   margin: 0;
   vertical-align: top;
}
#Speisen_Image2
{
   border: 3px solid #B58158;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 1024px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_Kontaktmobil
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: none;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DDDDDD;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#Kontaktmobil
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#Kontaktmobil > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#Kontaktmobil > .col-1
{
   flex: 0 0 auto;
}
#Kontaktmobil > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
@media (max-width: 480px)
{
#Kontaktmobil > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_fotter
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #424242;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#fotter
{
   box-sizing: border-box;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#fotter > .row
{
   margin-right: 0;
   margin-left: 0;
}
#fotter > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#fotter > .row > .col-1
{
   float: left;
}
#fotter > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#fotter:before,
#fotter:after,
#fotter .row:before,
#fotter .row:after
{
   display: table;
   content: " ";
}
#fotter:after,
#fotter .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#fotter > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid_footer
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid_footer
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid_footer > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid_footer > .row > .col-1, #LayoutGrid_footer > .row > .col-2, #LayoutGrid_footer > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid_footer > .row > .col-1, #LayoutGrid_footer > .row > .col-2, #LayoutGrid_footer > .row > .col-3
{
   float: left;
}
#LayoutGrid_footer > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#LayoutGrid_footer > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 50px 0 50px 0;
}
#LayoutGrid_footer > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#LayoutGrid_footer > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 50px 0 50px 0;
}
#LayoutGrid_footer > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#LayoutGrid_footer > .row > .col-3 > .col-3-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 50px 0 50px 0;
}
#LayoutGrid_footer:before,
#LayoutGrid_footer:after,
#LayoutGrid_footer .row:before,
#LayoutGrid_footer .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid_footer:after,
#LayoutGrid_footer .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#LayoutGrid_footer > .row > .col-1, #LayoutGrid_footer > .row > .col-2, #LayoutGrid_footer > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_footerCard
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 0 5px;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: left;
}
#footerCard-card-body
{
   padding: 0 0 25px 0;
   flex: 1 1 auto;
   font-size: 0;
}
#footerCard-card-item0
{
   box-sizing: border-box;
   margin: 0 0 6px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 20px;
}
#footerCard-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 16px 0 0 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   line-height: 22.5px;
}
#footerCard-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#footerCard-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 16px 0 0 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   line-height: 22.5px;
}
#footerCard-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#footerCard-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 16px 0 0 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   line-height: 22.5px;
}
#footerCard-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#wb_footerText1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 6px 0;
   margin: 0;
   text-align: left;
}
#wb_footerText1 div
{
   text-align: left;
}
#wb_footerText1
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_footerMenu1
{
   border: 0px solid #C0C0C0;
   border-radius: 0px;
   background-color: transparent;
   margin: 0 0 130px 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;
   width: 100%;
}
#wb_footerMenu1 li
{
   display: inline-block;
   margin: 0;
   padding: 0px 0px 10px 0px;
   width: 100%;
}
#wb_footerMenu1 a
{
   display: block;
   color: #FFFFFF;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 17px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   text-align: left;
   vertical-align: middle;
}
#wb_footerMenu1 > ul > li > a
{
   width: calc(100% - 10px);
   box-sizing: border-box;
   height: 40px;
   padding: 0 0px 0px 0px;
   line-height: 40px;
}
#wb_footerMenu1 li:hover a, #wb_footerMenu1 a:hover
{
   color: #B58158;
   border: 0px solid #B58158;
   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;
}
#footerMenu1 li i
{
   font-size: 17px;
   margin-right: 4px;
   width: 19px;
}
#wb_footerText2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 6px 0;
   margin: 0;
   text-align: left;
}
#wb_footerText2 div
{
   text-align: left;
}
#wb_footerText2
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_footerMenu2
{
   border: 0px solid #C0C0C0;
   border-radius: 0px;
   background-color: transparent;
   margin: 0 0 130px 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;
   width: 100%;
}
#wb_footerMenu2 li
{
   display: inline-block;
   margin: 0;
   padding: 0px 0px 0px 0px;
   width: 100%;
}
#wb_footerMenu2 a
{
   display: block;
   color: #FFFFFF;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 17px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   text-align: left;
   vertical-align: middle;
}
#wb_footerMenu2 > ul > li > a
{
   width: 100%;
   box-sizing: border-box;
   height: 40px;
   padding: 0 0px 0px 0px;
   line-height: 40px;
}
#wb_footerMenu2 li:hover a, #wb_footerMenu2 a:hover
{
   color: #B58158;
   border: 0px solid #B58158;
   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;
}
#footerButton
{
   box-sizing: border-box;
   line-height: 40px;
   text-decoration: none;
   vertical-align: top;
   border: 2px solid #B58158;
   border-radius: 0px;
   background-color: #B58158;
   background-image: none;
   color: #FFFFFF;
   cursor: pointer;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 15px;
   padding: 1px 6px 1px 6px;
   text-align: center;
   -webkit-appearance: none;
   margin: 0 0 0 5px;
}
#footerButton:focus
{
   outline: 0;
}
#footerButton:hover
{
   background-color: #DCDCDC;
   color: #B58158;
   border-color: #B58158;
   transform: rotate(0deg) scale(1.1,1.1) ;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms, transform 300ms linear 0ms;
}
#footerButton
{
   background-color: #B58158;
   background-color: #B58158;
   border-color: #B58158;
   transform: rotate(0deg) ;
   transition: background-color 300ms linear 0ms, background-color 300ms linear 0ms, border-color 300ms linear 0ms, transform 300ms linear 0ms;
}
#wb_footerBottom
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #323232;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#footerBottom
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 25px 0 25px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#footerBottom > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#footerBottom > .col-1
{
   flex: 0 0 auto;
}
#footerBottom > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#footerBottom > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_footerCopyrights 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_footerCopyrights div
{
   text-align: center;
}
#wb_footerCopyrights
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_footerImage
{
   margin: 0 0 16px 0 ;
   vertical-align: top;
}
#footerImage
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: inline-block;
   width: 200px;
   height: 66px;
   vertical-align: top;
}
#wb_headerimagemobil
{
   height: 100%;
   margin: 0;
   vertical-align: top;
}
#headerimagemobil
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 5px 5px 5px 5px;
   display: block;
   width: 100%;
   height: 100%;
   vertical-align: top;
   object-fit: contain;
}
#wb_OverlayMenu1
{
   position: relative;
}
#wb_OverlayMenu1
{
   margin: 0;
}
#OverlayMenu1
{
   background-color: #F6F6F6;
   background-image: none;
   border: 0px solid #C5C5C5;
   border-radius: 0px;
   cursor: pointer;
   user-select: none;
}
#OverlayMenu1:hover
{
   background-color: #EDEDED;
   background-image: none;
   border-color: #CCCCCC;
}
#OverlayMenu1
{
   display: block;
   width: 115px;
   height: 71px;
   position: relative;
   overflow: hidden;
}
#OverlayMenu1 .line
{
   width: 32px;
   height: 6px;
   background: #454545;
   display: block;
   margin: 6px auto;
   transition: all 500ms linear;
}
#OverlayMenu1:hover .line
{
   background: #2B2B2B;
}
#OverlayMenu1 .line:first-child
{
   margin-top: 19px;
}
#OverlayMenu1-close
{
   background: transparent;
   font-size: 10px;
   height: 2.8em; 
   outline: none;
   position: absolute;
   right: 10px;
   text-align: left;
   top: 10px;
   width: 3em; 
}
#OverlayMenu1-close:before, #OverlayMenu1-close:after
{
   background: #454545;
   content: "";
   display: block;
   height: 0.6em;
   left: 0;
   opacity: 1;
   position: absolute;
   top: 0;
   width: 100%;
}
#OverlayMenu1-close span
{
   background: #454545;
   height: 0.6em;
   margin-top: -0.3em;
   position: absolute;
   top: 50%;
   transform-origin: 50% 50%;
   width: 100%;
}
#OverlayMenu1-close span::after
{
   background: #454545;
   content: "";
   display: block;
   height: 0.6em;
   position: absolute;
   transform-origin: 50% 50%;
   width: 100%;
}
#OverlayMenu1-close:before
{
   margin-top: -0.3em;
   opacity: 0;
   top: 50%;
}
#OverlayMenu1-close:after
{
   bottom: 50%;
   opacity: 0;
}
#OverlayMenu1-close span
{
   background: #454545;
   transform: rotate(-45deg);
}
#OverlayMenu1-close span:after
{
   background: #454545;
   transform: rotate(-90deg);
}
#OverlayMenu1-overlay
{
   display: flex;
   align-items: center;
   justify-content: center;
   height: 100%;
   left: 0;
   overflow-y: auto;
   position: fixed;
   top: 0;
   width: 100%;
   z-index: -1;
   background-color: rgba(246,246,246,0.87);
}
#OverlayMenu1-overlay ul
{
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   text-decoration: none;
   text-transform: none;
   list-style: none;
   margin: 0;
   padding: 0;
}
.OverlayMenu1
{
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: row;
   width: 100%;
   max-width: 970px;
}
.OverlayMenu1 a
{
   text-decoration: none;
}
.OverlayMenu1 ul
{
   list-style: none;
   padding: 0;
   text-align: center;
}
.OverlayMenu1 li
{
   position: relative;
}
.OverlayMenu1 li a
{
   display: block;
   position: relative;
   padding: 10px 15px 10px 15px;
   color: #454545;
   outline: none;
}
.OverlayMenu1 li a:hover
{
   color: #2B2B2B;
   background-color: #EDEDED;
}
#OverlayMenu1-overlay
{
   visibility: hidden;
   width: 0;
   left: 50%;
   transform: translateX(-50%);
   transition: width 400ms 0.3s, visibility 0s 700ms;
}
#OverlayMenu1-overlay.show
{
   visibility: visible;
   width: 100%;
   transition: width 400ms;
}
#OverlayMenu1-overlay .OverlayMenu1
{
   opacity: 0;
   transition: opacity 0.3s 400ms;
}
#OverlayMenu1-overlay.show .OverlayMenu1
{
   opacity: 1;
   transition-delay: 400ms;
}
#OverlayMenu1-overlay.hide .OverlayMenu1
{
   transition-delay: 0s;
}
#OverlayMenu1-overlay .overlay-icon
{
   margin: 0 10px 0 0 ;
}
#OverlayMenu1-social
{
   padding: 40px 0 0 0;
}
#OverlayMenu1-social .social-icon 
{
   border-radius: 50%;
   background-color: #454545;
   color: #F6F6F6;
   display: inline-block;
   font-size: 19px;
   margin: 0 .5em;
   padding: 7px;
   transition: all .2s linear 0s;
   width: 19px;
}
#OverlayMenu1-social .social-icon:hover 
{
   background-color: #2B2B2B;
   color: #EDEDED;
}
.OverlayMenu1-effect
{
   transition: all 500ms linear;
}
#wb_contentHeading2
{
   display: block;
   width: 100%;
   z-index: 13;
}
#wb_contentHeading1
{
   display: block;
   width: 100%;
   z-index: 9;
}
#wb_OverlayMenu1
{
   display: none;
   width: 115px;
   height: 71px;
   z-index: 3;
}
#wb_Kontakt_Muster_Image
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 29;
}
#wb_Uber_Uns_Heading
{
   display: block;
   width: 100%;
   z-index: 5;
}
#wb_Speisekarte_Image
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 24;
}
#wb_headerimagemobil
{
   display: none;
   width: 100%;
   height: auto;
   z-index: 2;
}
#wb_headerImage
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 0;
}
#wb_Events_Card3
{
   display: flex;
   width: 100%;
   z-index: 28;
}
#wb_Speisekarte_Heading
{
   display: block;
   width: 100%;
   z-index: 21;
}
#wb_footerMenu2
{
   display: block;
   width: 100%;
   z-index: 35;
}
#wb_footerMenu1
{
   display: block;
   width: 100%;
   z-index: 33;
}
#wb_Events_Card2
{
   display: flex;
   width: 100%;
   z-index: 27;
}
#wb_Events_Muster_Image
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 25;
}
#wb_Events_Card1
{
   display: flex;
   width: 100%;
   z-index: 26;
}
#wb_Speisen_Image2
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 19;
}
#wb_headerMenu1
{
   display: block;
   width: 100%;
   z-index: 1;
}
#wb_footerCard
{
   display: flex;
   width: calc(100% - 5px);
   z-index: 30;
}
#Speisekarte_Button
{
   display: inline-block;
   width: 206px;
   height: 50px;
   z-index: 23;
}
#wb_footerImage
{
   display: inline-block;
   width: 200px;
   height: 66px;
   z-index: 36;
}
#ContentPlaceHolder1
{
   border: 0px solid #DDDDDD;
   border-radius: 0px;
   background-color: #FFFFFF;
   background-image: none;
   z-index: 51;
}
#wb_Speisen_Image1
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 16;
}
#wb_contentImage3
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 12;
}
#wb_contentImage2
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 11;
}
#wb_contentImage1
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 6;
}
#wb_welcomeCard
{
   display: flex;
   width: 100%;
   z-index: 4;
}
#wb_Menu_Heading
{
   display: block;
   width: 100%;
   z-index: 20;
}
#wb_Heading1
{
   display: block;
   width: 100%;
   z-index: 17;
}
#contentButton1
{
   display: inline-block;
   width: 206px;
   height: 46px;
   z-index: 8;
}
#footerButton
{
   display: inline-block;
   width: 206px;
   height: 46px;
   z-index: 31;
}
#wb_Speisen_Heading
{
   display: block;
   width: 100%;
   z-index: 15;
}
@media only screen and (min-width: 800px) and (max-width: 1139px)
{
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;
}
#wb_headerImage
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 5px 5px 5px 5px;
}
#headerImage
{
   margin-left: auto;
   margin-right: auto;
}
#wb_headerMenu1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   text-align: right;
}
#FilePublisher1
{
   left: 0px;
   top: 1160px;
   width: 76px;
   height: 69px;
   visibility: visible;
   display: inline;
}
#wb_headermobil
{
   visibility: hidden;
   display: none;
}
#wb_headermobil
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#headermobil
{
   height: auto;
   padding: 0;
}
#ContentPlaceHolder1
{
   left: 0px;
   top: 83px;
   width: 1004px;
   height: 413px;
   visibility: visible;
   display: inline;
}
#wb_HOME
{
   visibility: visible;
   display: table;
}
#wb_HOME
{
   height: 75vh;
   margin-top: 0px;
   margin-bottom: 0px;
}
#HOME
{
   height: 75vh;
   padding: 275px 0 100px 0;
}
#HOME > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#HOME > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#wb_welcomeCard
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#welcomeCard-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 29px;
}
#wb_welcomeCard
{
   text-align: left;
}
#wb_UEBER_UNS
{
   visibility: visible;
   display: table;
}
#wb_UEBER_UNS
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#UEBER_UNS
{
   height: auto;
   padding: 50px 15px 0 15px;
}
#UEBER_UNS .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#UEBER_UNS > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#UEBER_UNS > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_Uber_Uns_Heading
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 10px 10px 10px 10px;
}
#wb_contentLayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_contentLayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#contentLayoutGrid1
{
   height: auto;
   padding: 0 15px 0 15px;
}
#contentLayoutGrid1 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#contentLayoutGrid1 > .row > .col-1, #contentLayoutGrid1 > .row > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#contentLayoutGrid1 > .row > .col-1
{
   display: block;
   width: 50%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#contentLayoutGrid1 > .row > .col-1 > .col-1-padding
{
   width: 100%;
   padding: 50px 0 50px 0;
}
#contentLayoutGrid1 > .row > .col-2
{
   display: block;
   width: 50%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#contentLayoutGrid1 > .row > .col-2 > .col-2-padding
{
   width: 100%;
   padding: 50px 0 50px 0;
}
#wb_contentText1
{
   visibility: visible;
   display: block;
}
#wb_contentText1
{
   font-size: 16px;
   margin: 0 0 25px 0 ;
   padding: 0;
   text-align: left;
   line-height: 32px;
}
#contentButton1
{
   width: 206px;
   height: 46px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 1px 6px 1px 6px;
}
#contentButton1
{
   line-height: 40px;
}
#wb_contentImage1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#contentImage1
{
   margin-left: auto;
   margin-right: auto;
}
#wb_contentLayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_contentLayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#contentLayoutGrid2
{
   height: auto;
   padding: 0 15px 0 15px;
}
#contentLayoutGrid2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#contentLayoutGrid2 > .row > .col-1, #contentLayoutGrid2 > .row > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#contentLayoutGrid2 > .row > .col-1
{
   display: block;
   width: 50%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#contentLayoutGrid2 > .row > .col-1 > .col-1-padding
{
   width: 100%;
   padding: 50px 0 50px 0;
}
#contentLayoutGrid2 > .row > .col-2
{
   display: block;
   width: 50%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#contentLayoutGrid2 > .row > .col-2 > .col-2-padding
{
   width: 100%;
   padding: 50px 0 50px 0;
}
#wb_contentText2
{
   visibility: visible;
   display: block;
}
#wb_contentText2
{
   font-size: 16px;
   margin: 0 0 25px 0 ;
   padding: 0;
   text-align: left;
   line-height: 32px;
}
#wb_contentImage2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#contentImage2
{
   margin-left: auto;
   margin-right: auto;
}
#wb_contentHeading1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0 0 10px 0;
}
#wb_contentLayoutGrid3
{
   visibility: visible;
   display: table;
}
#wb_contentLayoutGrid3
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#contentLayoutGrid3
{
   height: auto;
   padding: 0 15px 0 15px;
}
#contentLayoutGrid3 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#contentLayoutGrid3 > .row > .col-1, #contentLayoutGrid3 > .row > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#contentLayoutGrid3 > .row > .col-1
{
   display: block;
   width: 50%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#contentLayoutGrid3 > .row > .col-1 > .col-1-padding
{
   width: 100%;
   padding: 50px 0 50px 0;
}
#contentLayoutGrid3 > .row > .col-2
{
   display: block;
   width: 50%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#contentLayoutGrid3 > .row > .col-2 > .col-2-padding
{
   width: 100%;
   padding: 50px 0 50px 0;
}
#wb_contentText3
{
   visibility: visible;
   display: block;
}
#wb_contentText3
{
   font-size: 16px;
   margin: 0 0 25px 0 ;
   padding: 0;
   text-align: left;
   line-height: 32px;
}
#wb_contentImage3
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#contentImage3
{
   margin-left: auto;
   margin-right: auto;
}
#wb_contentHeading2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0 0 10px 0;
}
#wb_SPEISEN
{
   visibility: visible;
   display: table;
}
#wb_SPEISEN
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#SPEISEN
{
   height: auto;
   padding: 20px 15px 20px 15px;
}
#SPEISEN .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#SPEISEN > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#SPEISEN > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_Speisen_Heading
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 10px 10px 10px 10px;
}
#wb_LayoutGrid_Speisen
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid_Speisen
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid_Speisen
{
   height: auto;
   padding: 0 15px 0 15px;
}
#LayoutGrid_Speisen .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid_Speisen > .row > .col-1, #LayoutGrid_Speisen > .row > .col-2, #LayoutGrid_Speisen > .row > .col-3
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid_Speisen > .row > .col-1
{
   display: block;
   width: 33.33333333%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid_Speisen > .row > .col-1 > .col-1-padding
{
   width: 100%;
   padding: 50px 0 50px 0;
}
#LayoutGrid_Speisen > .row > .col-2
{
   display: block;
   width: 33.33333333%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid_Speisen > .row > .col-2 > .col-2-padding
{
   width: 100%;
   padding: 50px 0 50px 0;
}
#LayoutGrid_Speisen > .row > .col-3
{
   display: block;
   width: 33.33333333%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid_Speisen > .row > .col-3 > .col-3-padding
{
   width: 100%;
   padding: 50px 0 50px 0;
}
#wb_Heading1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 15px 0 15px 0;
}
#wb_Speisen_Text
{
   visibility: visible;
   display: block;
}
#wb_Speisen_Text
{
   font-size: 16px;
   margin: 0;
   padding: 15px 0 15px 0;
   text-align: center;
   line-height: 32px;
}
#wb_MENU
{
   visibility: visible;
   display: table;
}
#wb_MENU
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#MENU
{
   height: auto;
   padding: 20px 15px 20px 15px;
}
#MENU .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#MENU > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#MENU > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_Speisekarte
{
   visibility: visible;
   display: table;
}
#wb_Speisekarte
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#Speisekarte
{
   height: auto;
   padding: 0 15px 50px 15px;
}
#Speisekarte .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#Speisekarte > .row > .col-1, #Speisekarte > .row > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#Speisekarte > .row > .col-1
{
   display: block;
   width: 50%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#Speisekarte > .row > .col-1 > .col-1-padding
{
   width: 100%;
   padding: 50px 0 50px 0;
}
#Speisekarte > .row > .col-2
{
   display: block;
   width: 50%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#Speisekarte > .row > .col-2 > .col-2-padding
{
   width: 100%;
   padding: 50px 0 50px 0;
}
#wb_EVENTS
{
   visibility: visible;
   display: table;
}
#wb_EVENTS
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#EVENTS
{
   height: auto;
   padding: 0;
}
#EVENTS .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#EVENTS > .row > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#EVENTS > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_Speisekarte_Text
{
   visibility: visible;
   display: block;
}
#wb_Speisekarte_Text
{
   font-size: 16px;
   margin: 0 0 25px 0 ;
   padding: 0;
   text-align: left;
   line-height: 32px;
}
#wb_Speisekarte_Heading
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0 0 10px 0;
}
#wb_Speisekarte_Image
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#Speisekarte_Image
{
   margin-left: auto;
   margin-right: auto;
}
#Speisekarte_Button
{
   width: 206px;
   height: 50px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 1px 6px 1px 6px;
}
#Speisekarte_Button
{
   line-height: 44px;
}
#wb_EVENTSmobil
{
   visibility: hidden;
   display: none;
}
#wb_EVENTSmobil
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#EVENTSmobil
{
   height: auto;
   padding: 0;
}
#EVENTSmobil > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#EVENTSmobil > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#wb_LayoutGrid_Events
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid_Events
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid_Events
{
   height: auto;
   padding: 50px 30px 50px 30px;
}
#LayoutGrid_Events .row
{
   margin-right: -30px;
   margin-left: -30px;
}
#wb_KONTAKT
{
   visibility: visible;
   display: table;
}
#wb_KONTAKT
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 100px;
}
#KONTAKT
{
   height: auto;
   padding: 0;
}
#KONTAKT .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#KONTAKT > .row > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#KONTAKT > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_Events_Card2
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0 0 25px 0 ;
}
#Events_Card2-card-item0
{
   box-sizing: border-box;
   border-radius: 3px 3px 0 0 !important;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #B58158;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#Events_Card2-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 3px solid #B58158;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Events_Card2-card-item1
{
   transform: rotate(0deg) ;
   transition: transform 300ms linear 0ms;
}
#Events_Card2-card-item1:hover
{
   transform: rotate(0deg) scale(1.2,1.2) ;
   transition: transform 300ms linear 0ms;
}
#Events_Card2-card-item2
{
   box-sizing: border-box;
   margin: 20px 0 20px 0 ;
   padding: 0;
   color: #666666;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   line-height: 21px;
}
#wb_Events_Card2
{
   text-align: left;
}
#wb_Events_Card3
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0 0 25px 0 ;
}
#Events_Card3-card-item0
{
   box-sizing: border-box;
   border-radius: 3px 3px 0 0 !important;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #B58158;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#Events_Card3-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 3px solid #B58158;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Events_Card3-card-item1
{
   transform: rotate(0deg) ;
   transition: transform 500ms linear 0ms;
}
#Events_Card3-card-item1:hover
{
   transform: rotate(0deg) scale(1.2,1.2) ;
   transition: transform 300ms linear 0ms;
}
#Events_Card3-card-item2
{
   box-sizing: border-box;
   margin: 20px 0 20px 0 ;
   padding: 0;
   color: #666666;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   line-height: 21px;
}
#wb_Events_Card3
{
   text-align: left;
}
#wb_Events_Card1
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0 0 25px 0 ;
}
#Events_Card1-card-item0
{
   box-sizing: border-box;
   border-radius: 3px 3px 0 0 !important;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #B58158;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#Events_Card1-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 3px solid #B58158;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Events_Card1-card-item1
{
   transform: rotate(0deg) ;
   transition: transform 300ms linear 0ms;
}
#Events_Card1-card-item1:hover
{
   transform: rotate(0deg) scale(1.2,1.2) ;
   transition: transform 300ms linear 0ms;
}
#Events_Card1-card-item2
{
   box-sizing: border-box;
   margin: 20px 0 20px 0 ;
   padding: 0;
   color: #666666;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   line-height: 21px;
}
#wb_Events_Card1
{
   text-align: left;
}
#wb_Menu_Heading
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 10px 10px 10px 10px;
}
#wb_Kontakt_Muster_Image
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#Kontakt_Muster_Image
{
   margin-left: auto;
   margin-right: auto;
}
#wb_Events_Muster_Image
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#Events_Muster_Image
{
   margin-left: auto;
   margin-right: auto;
}
#wb_Speisen_Image1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#Speisen_Image1
{
   margin-left: auto;
   margin-right: auto;
}
#wb_Speisen_Image2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#Speisen_Image2
{
   margin-left: auto;
   margin-right: auto;
}
#wb_Kontaktmobil
{
   visibility: hidden;
   display: none;
}
#wb_Kontaktmobil
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#Kontaktmobil
{
   height: auto;
   padding: 0;
}
#Kontaktmobil > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#Kontaktmobil > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#wb_fotter
{
   visibility: visible;
   display: table;
}
#wb_fotter
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#fotter
{
   height: auto;
   padding: 0;
}
#fotter .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#fotter > .row > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#fotter > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_LayoutGrid_footer
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid_footer
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid_footer
{
   height: auto;
   padding: 0 15px 0 15px;
}
#LayoutGrid_footer .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid_footer > .row > .col-1, #LayoutGrid_footer > .row > .col-2, #LayoutGrid_footer > .row > .col-3
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid_footer > .row > .col-1
{
   display: block;
   width: 50%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid_footer > .row > .col-1 > .col-1-padding
{
   width: 100%;
   padding: 50px 0 50px 0;
}
#LayoutGrid_footer > .row > .col-2
{
   display: block;
   width: 25%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid_footer > .row > .col-2 > .col-2-padding
{
   width: 100%;
   padding: 50px 0 50px 0;
}
#LayoutGrid_footer > .row > .col-3
{
   display: block;
   width: 25%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid_footer > .row > .col-3 > .col-3-padding
{
   width: 100%;
   padding: 50px 0 50px 0;
}
#wb_footerCard
{
   width: calc(100% - 5px);
   visibility: visible;
   display: flex;
   margin: 0 0 0 5px;
}
#footerCard-card-item0
{
   box-sizing: border-box;
   margin: 0 0 6px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 20px;
}
#footerCard-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 16px 0 0 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   line-height: 22.5px;
}
#footerCard-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#footerCard-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 16px 0 0 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   line-height: 22.5px;
}
#footerCard-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#footerCard-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 16px 0 0 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   line-height: 22.5px;
}
#footerCard-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#wb_footerCard
{
   text-align: left;
}
#wb_footerText1
{
   visibility: visible;
   display: block;
}
#wb_footerText1
{
   margin: 0;
   padding: 0 0 6px 0;
}
#wb_footerMenu1
{
   width: 100%;
   visibility: visible;
   display: inline-block;
   margin: 0 0 130px 0 ;
   text-align: left;
}
#wb_footerMenu1 li
{
   width: 100%;
}
#wb_footerMenu1 a
{
   color: #FFFFFF;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 17px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   text-align: left;
}
#wb_footerMenu1 > ul > li > a
{
   width: calc(100% - 10px);
   box-sizing: border-box;
   height: 40px;
   padding: 0 0px 0px 0px;
   line-height: 40px;
}
#wb_footerMenu1 li:hover a, #wb_footerMenu1 a:hover
{
   color: #B58158;
   border: 0px solid #B58158;
   background-color: transparent;
   background-image: none;
}
#wb_footerMenu1 li
{
   padding-bottom: 10px !important;
}
#wb_footerText2
{
   visibility: visible;
   display: block;
}
#wb_footerText2
{
   margin: 0;
   padding: 0 0 6px 0;
}
#wb_footerMenu2
{
   width: 100%;
   visibility: visible;
   display: inline-block;
   margin: 0 0 130px 0 ;
   text-align: left;
}
#wb_footerMenu2 li
{
   width: 100%;
}
#wb_footerMenu2 a
{
   color: #FFFFFF;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 17px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   text-align: left;
}
#wb_footerMenu2 > ul > li > a
{
   width: 100%;
   box-sizing: border-box;
   height: 40px;
   padding: 0 0px 0px 0px;
   line-height: 40px;
}
#wb_footerMenu2 li:hover a, #wb_footerMenu2 a:hover
{
   color: #B58158;
   border: 0px solid #B58158;
   background-color: transparent;
   background-image: none;
}
#wb_footerMenu2 li
{
   padding-bottom: 0px !important;
}
#footerButton
{
   width: 201px;
   height: 46px;
   visibility: visible;
   display: inline-block;
   margin: 0 0 0 5px;
   padding: 1px 6px 1px 6px;
}
#footerButton
{
   line-height: 40px;
}
#wb_footerBottom
{
   visibility: visible;
   display: table;
}
#wb_footerBottom
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#footerBottom
{
   height: auto;
   padding: 25px 0 25px 0;
}
#footerBottom > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#footerBottom > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#wb_footerCopyrights
{
   visibility: visible;
   display: block;
}
#wb_footerCopyrights
{
   margin: 0;
   padding: 0;
}
#wb_footerImage
{
   width: 200px;
   height: 66px;
   visibility: visible;
   display: inline-block;
   margin: 0 0 16px 0 ;
   padding: 0;
}
#footerImage
{
   width: 200px;
   height: 66px;
}
#wb_headerimagemobil
{
   width: 100%;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 5px 5px 5px 5px;
}
#headerimagemobil
{
   margin-left: auto;
   margin-right: auto;
}
#wb_OverlayMenu1
{
   width: 115px;
   height: 71px;
   visibility: hidden;
   display: none;
   margin: 0;
}
#OverlayMenu1
{
   background-color: #F6F6F6;
   background-image: none;
   border: 0px solid #C5C5C5;
   border-radius: 0px;
   width: 115px;
   height: 71px;
}
#OverlayMenu1:hover
{
   background-color: #EDEDED;
   background-image: none;
   border-color: #CCCCCC;
}
#OverlayMenu1 .line
{
   background: #454545;
}
#OverlayMenu1:hover .line
{
   background: #2B2B2B;
}
#OverlayMenu1 .line
{
   top: 15px;
}
#OverlayMenu1 .line:first-child
{
   margin-top: 19px;
}
#OverlayMenu1-overlay ul
{
   font-size: 19px;
   text-align: center;
}
}
@media only screen and (max-width: 799px)
{
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#wb_header
{
   visibility: hidden;
   display: none;
}
#wb_header
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#header
{
   height: auto;
   padding: 0;
}
#wb_headerImage
{
   width: 100%;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 5px 5px 5px 5px;
}
#headerImage
{
   margin-left: auto;
   margin-right: auto;
}
#wb_headerMenu1
{
   width: 100%;
   visibility: hidden;
   display: none;
   margin: 0;
   text-align: right;
}
#FilePublisher1
{
   left: 0px;
   top: 1582px;
   width: 76px;
   height: 69px;
   visibility: visible;
   display: inline;
}
#wb_headermobil
{
   visibility: visible;
   display: table;
}
#wb_headermobil
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#headermobil
{
   height: auto;
   padding: 0;
}
#ContentPlaceHolder1
{
   left: 0px;
   top: 83px;
   width: 768px;
   height: 413px;
   visibility: visible;
   display: inline;
}
#wb_HOME
{
   visibility: visible;
   display: table;
}
#wb_HOME
{
   height: 75vh;
   margin-top: 0px;
   margin-bottom: 0px;
}
#HOME
{
   height: 75vh;
   padding: 275px 0 100px 0;
}
#HOME > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#HOME > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#wb_welcomeCard
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#welcomeCard-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 21px;
}
#wb_welcomeCard
{
   text-align: left;
}
#wb_UEBER_UNS
{
   visibility: visible;
   display: table;
}
#wb_UEBER_UNS
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#UEBER_UNS
{
   height: auto;
   padding: 50px 15px 0 15px;
}
#UEBER_UNS .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#UEBER_UNS > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#UEBER_UNS > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_Uber_Uns_Heading
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 10px 10px 10px 10px;
}
#wb_contentLayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_contentLayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#contentLayoutGrid1
{
   height: auto;
   padding: 0 15px 0 15px;
}
#contentLayoutGrid1 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#contentLayoutGrid1 > .row > .col-1, #contentLayoutGrid1 > .row > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#contentLayoutGrid1 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#contentLayoutGrid1 > .row > .col-1 > .col-1-padding
{
   width: 100%;
   padding: 50px 0 25px 0;
}
#contentLayoutGrid1 > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#contentLayoutGrid1 > .row > .col-2 > .col-2-padding
{
   width: 100%;
   padding: 25px 0 50px 0;
}
#wb_contentText1
{
   visibility: visible;
   display: block;
}
#wb_contentText1
{
   font-size: 16px;
   margin: 0 0 25px 0 ;
   padding: 0;
   text-align: left;
   line-height: 32px;
}
#contentButton1
{
   width: 206px;
   height: 46px;
   visibility: visible;
   display: inline-block;
   margin: 0 0 15px 0 ;
   padding: 1px 6px 1px 6px;
}
#contentButton1
{
   line-height: 40px;
}
#wb_contentImage1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#contentImage1
{
   margin-left: auto;
   margin-right: auto;
}
#wb_contentLayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_contentLayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#contentLayoutGrid2
{
   height: auto;
   padding: 0 15px 0 15px;
}
#contentLayoutGrid2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#contentLayoutGrid2 > .row > .col-1, #contentLayoutGrid2 > .row > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#contentLayoutGrid2 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#contentLayoutGrid2 > .row > .col-1 > .col-1-padding
{
   width: 100%;
   padding: 50px 0 25px 0;
}
#contentLayoutGrid2 > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#contentLayoutGrid2 > .row > .col-2 > .col-2-padding
{
   width: 100%;
   padding: 25px 0 25px 0;
}
#wb_contentText2
{
   visibility: visible;
   display: block;
}
#wb_contentText2
{
   font-size: 16px;
   margin: 0;
   padding: 0;
   text-align: left;
   line-height: 32px;
}
#wb_contentImage2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#contentImage2
{
   margin-left: auto;
   margin-right: auto;
}
#wb_contentHeading1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0 0 10px 0;
}
#wb_contentLayoutGrid3
{
   visibility: visible;
   display: table;
}
#wb_contentLayoutGrid3
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#contentLayoutGrid3
{
   height: auto;
   padding: 0 15px 0 15px;
}
#contentLayoutGrid3 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#contentLayoutGrid3 > .row > .col-1, #contentLayoutGrid3 > .row > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#contentLayoutGrid3 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#contentLayoutGrid3 > .row > .col-1 > .col-1-padding
{
   width: 100%;
   padding: 25px 0 25px 0;
}
#contentLayoutGrid3 > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#contentLayoutGrid3 > .row > .col-2 > .col-2-padding
{
   width: 100%;
   padding: 25px 0 25px 0;
}
#wb_contentText3
{
   visibility: visible;
   display: block;
}
#wb_contentText3
{
   font-size: 16px;
   margin: 0;
   padding: 0;
   text-align: left;
   line-height: 32px;
}
#wb_contentImage3
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#contentImage3
{
   margin-left: auto;
   margin-right: auto;
}
#wb_contentHeading2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0 0 10px 0;
}
#wb_SPEISEN
{
   visibility: visible;
   display: table;
}
#wb_SPEISEN
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#SPEISEN
{
   height: auto;
   padding: 20px 15px 20px 15px;
}
#SPEISEN .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#SPEISEN > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#SPEISEN > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_Speisen_Heading
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 10px 10px 10px 10px;
}
#wb_LayoutGrid_Speisen
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid_Speisen
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid_Speisen
{
   height: auto;
   padding: 0 15px 0 15px;
}
#LayoutGrid_Speisen .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid_Speisen > .row > .col-1, #LayoutGrid_Speisen > .row > .col-2, #LayoutGrid_Speisen > .row > .col-3
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid_Speisen > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid_Speisen > .row > .col-1 > .col-1-padding
{
   width: 100%;
   padding: 25px 0 25px 0;
}
#LayoutGrid_Speisen > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid_Speisen > .row > .col-2 > .col-2-padding
{
   width: 100%;
   padding: 25px 0 25px 0;
}
#LayoutGrid_Speisen > .row > .col-3
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid_Speisen > .row > .col-3 > .col-3-padding
{
   width: 100%;
   padding: 25px 0 25px 0;
}
#wb_Heading1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 15px 0 15px 0;
}
#wb_Speisen_Text
{
   visibility: visible;
   display: block;
}
#wb_Speisen_Text
{
   font-size: 16px;
   margin: 0;
   padding: 15px 0 15px 0;
   text-align: center;
   line-height: 32px;
}
#wb_MENU
{
   visibility: visible;
   display: table;
}
#wb_MENU
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#MENU
{
   height: auto;
   padding: 20px 15px 20px 15px;
}
#MENU .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#MENU > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#MENU > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_Speisekarte
{
   visibility: visible;
   display: table;
}
#wb_Speisekarte
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#Speisekarte
{
   height: auto;
   padding: 0 15px 50px 15px;
}
#Speisekarte .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#Speisekarte > .row > .col-1, #Speisekarte > .row > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#Speisekarte > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#Speisekarte > .row > .col-1 > .col-1-padding
{
   width: 100%;
   padding: 25px 0 25px 0;
}
#Speisekarte > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#Speisekarte > .row > .col-2 > .col-2-padding
{
   width: 100%;
   padding: 25px 0 25px 0;
}
#wb_EVENTS
{
   visibility: hidden;
   display: none;
}
#wb_EVENTS
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#EVENTS
{
   height: auto;
   padding: 0;
}
#EVENTS .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#EVENTS > .row > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#EVENTS > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_Speisekarte_Text
{
   visibility: visible;
   display: block;
}
#wb_Speisekarte_Text
{
   font-size: 16px;
   margin: 0 0 25px 0 ;
   padding: 0;
   text-align: left;
   line-height: 32px;
}
#wb_Speisekarte_Heading
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0 0 10px 0;
}
#wb_Speisekarte_Image
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#Speisekarte_Image
{
   margin-left: auto;
   margin-right: auto;
}
#Speisekarte_Button
{
   width: 206px;
   height: 50px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 1px 6px 1px 6px;
}
#Speisekarte_Button
{
   line-height: 44px;
}
#wb_EVENTSmobil
{
   visibility: visible;
   display: table;
}
#wb_EVENTSmobil
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#EVENTSmobil
{
   height: auto;
   padding: 0;
}
#EVENTSmobil > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#EVENTSmobil > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#wb_LayoutGrid_Events
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid_Events
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid_Events
{
   height: auto;
   padding: 50px 30px 35px 30px;
}
#LayoutGrid_Events .row
{
   margin-right: -30px;
   margin-left: -30px;
}
#wb_KONTAKT
{
   visibility: hidden;
   display: none;
}
#wb_KONTAKT
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 100px;
}
#KONTAKT
{
   height: auto;
   padding: 0;
}
#KONTAKT .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#KONTAKT > .row > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#KONTAKT > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_Events_Card2
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0 0 25px 0 ;
}
#Events_Card2-card-item0
{
   box-sizing: border-box;
   border-radius: 3px 3px 0 0 !important;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #B58158;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#Events_Card2-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 3px solid #B58158;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Events_Card2-card-item1
{
   transform: rotate(0deg) ;
   transition: transform 300ms linear 0ms;
}
#Events_Card2-card-item1:hover
{
   transform: rotate(0deg) scale(1.2,1.2) ;
   transition: transform 300ms linear 0ms;
}
#Events_Card2-card-item2
{
   box-sizing: border-box;
   margin: 20px 0 20px 0 ;
   padding: 0;
   color: #666666;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   line-height: 21px;
}
#wb_Events_Card2
{
   text-align: left;
}
#wb_Events_Card3
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Events_Card3-card-item0
{
   box-sizing: border-box;
   border-radius: 3px 3px 0 0 !important;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #B58158;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#Events_Card3-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 3px solid #B58158;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Events_Card3-card-item1
{
   transform: rotate(0deg) ;
   transition: transform 500ms linear 0ms;
}
#Events_Card3-card-item1:hover
{
   transform: rotate(0deg) scale(1.2,1.2) ;
   transition: transform 300ms linear 0ms;
}
#Events_Card3-card-item2
{
   box-sizing: border-box;
   margin: 20px 0 20px 0 ;
   padding: 0;
   color: #666666;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   line-height: 21px;
}
#wb_Events_Card3
{
   text-align: left;
}
#wb_Events_Card1
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0 0 25px 0 ;
}
#Events_Card1-card-item0
{
   box-sizing: border-box;
   border-radius: 3px 3px 0 0 !important;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #B58158;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#Events_Card1-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 3px solid #B58158;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Events_Card1-card-item1
{
   transform: rotate(0deg) ;
   transition: transform 300ms linear 0ms;
}
#Events_Card1-card-item1:hover
{
   transform: rotate(0deg) scale(1.2,1.2) ;
   transition: transform 300ms linear 0ms;
}
#Events_Card1-card-item2
{
   box-sizing: border-box;
   margin: 20px 0 20px 0 ;
   padding: 0;
   color: #666666;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   line-height: 21px;
}
#wb_Events_Card1
{
   text-align: left;
}
#wb_Menu_Heading
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 10px 10px 10px 10px;
}
#wb_Kontakt_Muster_Image
{
   width: 100%;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
}
#Kontakt_Muster_Image
{
   margin-left: auto;
   margin-right: auto;
}
#wb_Events_Muster_Image
{
   width: 100%;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
}
#Events_Muster_Image
{
   margin-left: auto;
   margin-right: auto;
}
#wb_Speisen_Image1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#Speisen_Image1
{
   margin-left: auto;
   margin-right: auto;
}
#wb_Speisen_Image2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#Speisen_Image2
{
   margin-left: auto;
   margin-right: auto;
}
#wb_Kontaktmobil
{
   visibility: visible;
   display: table;
}
#wb_Kontaktmobil
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#Kontaktmobil
{
   height: auto;
   padding: 0;
}
#Kontaktmobil > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#Kontaktmobil > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#wb_fotter
{
   visibility: visible;
   display: table;
}
#wb_fotter
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#fotter
{
   height: auto;
   padding: 0;
}
#fotter .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#fotter > .row > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#fotter > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_LayoutGrid_footer
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid_footer
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid_footer
{
   height: auto;
   padding: 0 15px 0 15px;
}
#LayoutGrid_footer .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid_footer > .row > .col-1, #LayoutGrid_footer > .row > .col-2, #LayoutGrid_footer > .row > .col-3
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid_footer > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid_footer > .row > .col-1 > .col-1-padding
{
   width: 100%;
   padding: 50px 0 20px 0;
}
#LayoutGrid_footer > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid_footer > .row > .col-2 > .col-2-padding
{
   width: 100%;
   padding: 20px 0 20px 0;
}
#LayoutGrid_footer > .row > .col-3
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid_footer > .row > .col-3 > .col-3-padding
{
   width: 100%;
   padding: 20px 0 50px 0;
}
#wb_footerCard
{
   width: calc(100% - 15px);
   visibility: visible;
   display: flex;
   margin: 20px 0 0 15px;
}
#footerCard-card-item0
{
   box-sizing: border-box;
   margin: 0 0 6px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 20px;
}
#footerCard-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 16px 0 0 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   line-height: 22.5px;
}
#footerCard-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#footerCard-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 16px 0 0 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   line-height: 22.5px;
}
#footerCard-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#footerCard-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 16px 0 0 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   line-height: 22.5px;
}
#footerCard-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#wb_footerCard
{
   text-align: left;
}
#wb_footerText1
{
   visibility: visible;
   display: block;
}
#wb_footerText1
{
   margin: 0 0 0 15px;
   padding: 0 0 6px 0;
}
#wb_footerMenu1
{
   width: calc(100% - 15px);
   visibility: visible;
   display: inline-block;
   margin: 0 0 5px 15px;
   text-align: left;
}
#wb_footerMenu1 li
{
   width: 100%;
}
#wb_footerMenu1 a
{
   color: #FFFFFF;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 17px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   text-align: left;
}
#wb_footerMenu1 > ul > li > a
{
   width: calc(100% - 10px);
   box-sizing: border-box;
   height: 40px;
   padding: 0 0px 0px 0px;
   line-height: 40px;
}
#wb_footerMenu1 li:hover a, #wb_footerMenu1 a:hover
{
   color: #B58158;
   border: 0px solid #B58158;
   background-color: transparent;
   background-image: none;
}
#wb_footerMenu1 li
{
   padding-bottom: 10px !important;
}
#wb_footerText2
{
   visibility: visible;
   display: block;
}
#wb_footerText2
{
   margin: 0 0 0 15px;
   padding: 0 0 6px 0;
}
#wb_footerMenu2
{
   width: calc(100% - 15px);
   visibility: visible;
   display: inline-block;
   margin: 0 0 5px 15px;
   text-align: left;
}
#wb_footerMenu2 li
{
   width: 100%;
}
#wb_footerMenu2 a
{
   color: #FFFFFF;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 17px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   text-align: left;
}
#wb_footerMenu2 > ul > li > a
{
   width: 100%;
   box-sizing: border-box;
   height: 40px;
   padding: 0 0px 0px 0px;
   line-height: 40px;
}
#wb_footerMenu2 li:hover a, #wb_footerMenu2 a:hover
{
   color: #B58158;
   border: 0px solid #B58158;
   background-color: transparent;
   background-image: none;
}
#wb_footerMenu2 li
{
   padding-bottom: 0px !important;
}
#footerButton
{
   width: 206px;
   height: 46px;
   visibility: visible;
   display: inline-block;
   margin: 0 0 25px 15px;
   padding: 1px 6px 1px 6px;
}
#footerButton
{
   line-height: 40px;
}
#wb_footerBottom
{
   visibility: visible;
   display: table;
}
#wb_footerBottom
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#footerBottom
{
   height: auto;
   padding: 25px 0 25px 0;
}
#footerBottom > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#footerBottom > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#wb_footerCopyrights
{
   visibility: visible;
   display: block;
}
#wb_footerCopyrights
{
   margin: 0;
   padding: 0;
}
#wb_footerImage
{
   width: 200px;
   height: 66px;
   visibility: visible;
   display: inline-block;
   margin: 0 0 16px 0 ;
   padding: 0;
}
#footerImage
{
   width: 200px;
   height: 66px;
}
#wb_headerimagemobil
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 5px 5px 5px 5px;
}
#headerimagemobil
{
   margin-left: auto;
   margin-right: auto;
}
#wb_OverlayMenu1
{
   width: 32px;
   height: 51px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#OverlayMenu1
{
   background-color: rgba(181,129,88,0.00);
   background-image: none;
   border: 0px solid #B58158;
   border-radius: 0px;
   width: 32px;
   height: 51px;
}
#OverlayMenu1:hover
{
   background-color: #B58158;
   background-image: none;
   border-color: #B58158;
}
#OverlayMenu1 .line
{
   background: #B58158;
}
#OverlayMenu1 .line
{
   top: 5px;
}
#OverlayMenu1 .line:first-child
{
   margin-top: 9px;
}
#OverlayMenu1-overlay ul
{
   font-size: 19px;
   text-align: left;
}
}
.theme_adonis {
    --cc-bg: #fcf2ea;
    --cc-text: #2d2926;
    --cc-btn-primary-bg: #B58158;
    --cc-btn-primary-text: var(--cc-bg);
    --cc-btn-primary-hover-bg: #96653f;
    --cc-btn-secondary-bg: #d3b7a0;
    --cc-btn-secondary-text: var(--cc-text);
    --cc-btn-secondary-hover-bg: #c39c7d;
    --cc-toggle-bg-off: #d5b8a1;
    --cc-toggle-bg-on: #B58158;
    --cc-toggle-bg-readonly: #B58158;
    --cc-toggle-knob-bg: #dca274;
    --cc-toggle-knob-icon-color: #2d2a27;
    --cc-block-text: var(--cc-text);
    --cc-cookie-category-block-bg: #f7dcc7;
    --cc-cookie-category-block-bg-hover: #dfb08b;
    --cc-section-border: #f1f3f5;
    --cc-cookie-table-border: #e1e7f3;
    --cc-overlay-bg: rgba(181, 129, 88, .45);
    --cc-webkit-scrollbar-bg: #c39c7d;
    --cc-webkit-scrollbar-bg-hover: #B58158;
}
.theme_adonis #c-ttl{
    color: var(--cc-btn-primary-bg);
}
/* Custom border radius */
.theme_adonis #cm,
.theme_adonis #s-bl .act .b-acc,
.theme_adonis #s-inr,
.theme_adonis .cc_div .b-tl,
.theme_adonis .cc_div .c-bl{
    border-radius: 0.5em;
}
.theme_adonis .cc_div .c-bn{
    border-radius: .7em;
}
.theme_adonis {
    --cc-bg: #fcf2ea;
    --cc-text: #2d2926;
    --cc-btn-primary-bg: #B58158;
    --cc-btn-primary-text: var(--cc-bg);
    --cc-btn-primary-hover-bg: #96653f;
    --cc-btn-secondary-bg: #d3b7a0;
    --cc-btn-secondary-text: var(--cc-text);
    --cc-btn-secondary-hover-bg: #c39c7d;
    --cc-toggle-bg-off: #d5b8a1;
    --cc-toggle-bg-on: #B58158;
    --cc-toggle-bg-readonly: #B58158;
    --cc-toggle-knob-bg: #dca274;
    --cc-toggle-knob-icon-color: #2d2a27;
    --cc-block-text: var(--cc-text);
    --cc-cookie-category-block-bg: #f7dcc7;
    --cc-cookie-category-block-bg-hover: #dfb08b;
    --cc-section-border: #f1f3f5;
    --cc-cookie-table-border: #e1e7f3;
    --cc-overlay-bg: rgba(181, 129, 88, .45);
    --cc-webkit-scrollbar-bg: #c39c7d;
    --cc-webkit-scrollbar-bg-hover: #B58158;
}
.theme_adonis #c-ttl{
    color: var(--cc-btn-primary-bg);
}
/* Custom border radius */
.theme_adonis #cm,
.theme_adonis #s-bl .act .b-acc,
.theme_adonis #s-inr,
.theme_adonis .cc_div .b-tl,
.theme_adonis .cc_div .c-bl{
    border-radius: 0.5em;
}
.theme_adonis .cc_div .c-bn{
    border-radius: .7em;
}
