body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
#PageHeader
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
   box-sizing: border-box;
}
#TabMenu1
{
   text-align: left;
   float: left;
   margin: 0;
   width: 100%;
   font-family: "Times New Roman";
   font-weight: normal;
   font-size: 17px;
   font-style: normal;
   list-style-type: none;
   padding: 16px 0 4px 12px;
   overflow: hidden;
}
#TabMenu1 li
{
   float: left;
}
#TabMenu1 li a.active, #TabMenu1 li a:hover.active
{
   position: relative;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   z-index: 2;
}
#TabMenu1 li a
{
   padding: 5px 14px 8px 14px;
   margin-right: 6px;
   text-decoration: none;
   text-transform: none;
   border-bottom: none;
   position: relative;
   top: 0;
   transition: 500ms all linear;
}
#TabMenu1 li a:hover
{
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   top: -4px;
}
#TabMenu1
{
}
#TabMenu1 li a.active, #TabMenu1 li a:hover.active
{
   background-color: #8B4513;
   color: #DAA520;
}
#TabMenu1 li a
{
   border: 0px solid #4169E1;
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
   background-color: #4169E1;
   color: #FFFFFF;
}
#TabMenu1 li a:hover
{
   background-color: #FFFFFF;
   color: #000000;
}
@media all and (max-width:300px) 
{
#TabMenu1
{
   border-bottom: none;
   float: none;
   padding: 0;
}
#TabMenu1 li
{
   float: none;
}
#TabMenu1 li a
{
   display: block;
   margin: 0 0 6px 0;
   padding: 5px 14px 4px 14px;
}
#TabMenu1 li a:hover
{
   top: 0;
}
}
#wb_OverlayMenu1
{
   margin: 0;
}
#OverlayMenu1
{
   background-color: #424242;
   background-image: none;
   border: 0px solid #424242;
   border-radius: 0px;
}
#OverlayMenu1:hover
{
   background-color: #CCCCCC;
   background-image: none;
   border-color: #424242;
}
#OverlayMenu1
{
   display: block;
   width: 112px;
   height: 108px;
   position: absolute;
   overflow: hidden;
}
#OverlayMenu1 .line
{
   width: 20px;
   height: 4px;
   background: #FFFFFF;
   display: block;
   margin: 4px auto;
   transition: all 0.3s ease-in-out;
}
#OverlayMenu1:hover .line
{
   background: #424242;
}
#OverlayMenu1 .line:first-child
{
   margin-top: 44px;
}
#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: #FFFFFF;
   content: "";
   display: block;
   height: 0.6em;
   left: 0;
   opacity: 1;
   position: absolute;
   top: 0;
   width: 100%;
}
#OverlayMenu1-close span
{
   background: #FFFFFF;
   height: 0.6em;
   margin-top: -0.3em;
   position: absolute;
   top: 50%;
   transform-origin: 50% 50%;
   width: 100%;
}
#OverlayMenu1-close span::after
{
   background: #FFFFFF;
   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: #FFFFFF;
   transform: rotate(-45deg);
}
#OverlayMenu1-close span:after
{
   background: #FFFFFF;
   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(122,122,122,0.87);
}
#OverlayMenu1-overlay ul
{
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 43px;
   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: #FFFFFF;
   outline: none;
}
.OverlayMenu1 li a:hover
{
   color: #424242;
   background-color: #CCCCCC;
}
#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: #FFFFFF;
   color: #7A7A7A;
   display: inline-block;
   font-size: 43px;
   margin: 0 .5em;
   padding: 16px;
   transition: all .2s linear 0s;
   width: 43px;
}
#OverlayMenu1-social .social-icon:hover 
{
   background-color: #424242;
   color: #CCCCCC;
}
.OverlayMenu1-effect
{
   transition: all 500ms linear;
}
#wb_OverlayMenu1.affix
{
   top: 0 !important;
   position: fixed !important;
}
#wb_home
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   height: 100vh;
   background-color: transparent;
   background-image: url('images/IMG_4368_cr.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: fixed;
   background-size: cover;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#home
{
   box-sizing: border-box;
   height: 100vh;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 50px 0 100px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#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: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 320px)
{
#home > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_Image1
{
   height: 100%;
   margin: 0;
   vertical-align: top;
}
#Image1
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 100%;
   height: 100%;
   vertical-align: top;
   object-fit: cover;
}
#wb_etterem
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   height: 100vh;
   background-color: transparent;
   background-image: url('IMG_2007.jpeg');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: fixed;
   background-size: cover;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#etterem
{
   box-sizing: border-box;
   height: 100vh;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 70px 0 70px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#etterem > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#etterem > .col-1
{
   flex: 0 0 auto;
}
#etterem > .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: 320px)
{
#etterem > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#etterem-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background-color: #000000;
   opacity: 0.69;
}
#wb_etlap
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('images/bgg.png');
   background-repeat: repeat;
   background-position: left top;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#etlap
{
   box-sizing: border-box;
   padding: 60px 15px 30px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 2560px;
}
#etlap > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#etlap > .row > .col-1, #etlap > .row > .col-2, #etlap > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#etlap > .row > .col-1, #etlap > .row > .col-2, #etlap > .row > .col-3
{
   float: left;
}
#etlap > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 8.33333333%;
   text-align: center;
}
#etlap > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 83.33333333%;
   text-align: center;
}
#etlap > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 8.33333333%;
   text-align: center;
}
#etlap:before,
#etlap:after,
#etlap .row:before,
#etlap .row:after
{
   display: table;
   content: " ";
}
#etlap:after,
#etlap .row:after
{
   clear: both;
}
@media (max-width: 320px)
{
#etlap > .row > .col-1, #etlap > .row > .col-2, #etlap > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_galeria
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FEFEFE;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#galeria
{
   box-sizing: border-box;
   padding: 80px 15px 10px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#galeria > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#galeria > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#galeria > .row > .col-1
{
   float: left;
}
#galeria > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#galeria > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#galeria:before,
#galeria:after,
#galeria .row:before,
#galeria .row:after
{
   display: table;
   content: " ";
}
#galeria:after,
#galeria .row:after
{
   clear: both;
}
@media (max-width: 320px)
{
#galeria > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_kapcsolat
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #3C3C3C;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#kapcsolat
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#kapcsolat > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#kapcsolat > .row > .col-1, #kapcsolat > .row > .col-2, #kapcsolat > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#kapcsolat > .row > .col-1, #kapcsolat > .row > .col-2, #kapcsolat > .row > .col-3
{
   float: left;
}
#kapcsolat > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#kapcsolat > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#kapcsolat > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#kapcsolat:before,
#kapcsolat:after,
#kapcsolat .row:before,
#kapcsolat .row:after
{
   display: table;
   content: " ";
}
#kapcsolat:after,
#kapcsolat .row:after
{
   clear: both;
}
@media (max-width: 320px)
{
#kapcsolat > .row > .col-1, #kapcsolat > .row > .col-2, #kapcsolat > .row > .col-3
{
   float: none;
   width: 100%;
}
}
#wb_Image2
{
   margin: 0;
   vertical-align: top;
}
#Image2
{
   border: 0px solid #3C3C3C;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 440px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_Image2:hover
{
   opacity: 0.7;
   transition: opacity 500ms linear 0ms;
}
#wb_Image2
{
   opacity: 1.0;
   transition: opacity 500ms linear 0ms;
}
#wb_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;
}
#footer
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#footer > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#footer > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#footer > .row > .col-1
{
   float: left;
}
#footer > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#footer:before,
#footer:after,
#footer .row:before,
#footer .row:after
{
   display: table;
   content: " ";
}
#footer:after,
#footer .row:after
{
   clear: both;
}
@media (max-width: 320px)
{
#footer > .row > .col-1
{
   float: none;
   width: 100%;
}
}
#wb_Text7 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 25px 0 25px 0;
   margin: 0;
   text-align: center;
}
#wb_Text7 div
{
   text-align: center;
}
#wb_Text7
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Image3
{
   margin: 0;
   vertical-align: top;
}
#Image3
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 97px;
   height: 45px;
   vertical-align: top;
}
#PhotoGallery1
{
   box-sizing: border-box;
   font-size: 0;
   width: 100%;
   height: 100%;
   table-layout: fixed;
   display: table;
   margin: 0;
}
#PhotoGallery1 .thumbnails
{
   margin: 0;
   font-size: 0;
}
#PhotoGallery1 .thumbnail
{
   position: relative;
   min-height: 1px;
   box-sizing: border-box;
   display: inline-block;
   padding: 3px 3px 3px 3px;
   width: 50%;
   text-align: center;
   vertical-align: middle;
}
#PhotoGallery1 .thumbnail img
{
   border: 0px #000000 solid;
   display: block;
   width: 100%;
   height: auto;
   max-width: 100%;
   box-sizing: border-box;
   border-radius: 0px;
}
#PhotoGallery1 .clearfix:before,
#PhotoGallery1 .clearfix:after,
#PhotoGallery1 .thumbnails:before,
#PhotoGallery1 .thumbnails:after
{
   display: table;
   content: " ";
}
#PhotoGallery1 .clearfix:after,
#PhotoGallery1 .thumbnails:after
{
   clear: both;
}
#PhotoGallery1 .visible-col2
{
   display: block;
}
#wb_banner1-text 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_banner1-text div
{
   text-align: center;
}
#wb_banner1-text
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Card1
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   box-shadow: 0px 0px 10px rgba(0,0,0,0.20);
   text-align: left;
}
#Card1-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card1-card-item0
{
   display: inline-block;
   height: 53px;
   box-sizing: border-box;
   margin: 20px 0 0 20px;
   padding: 0;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #0000FF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 53px;
}
#Card1-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#Card1-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 53px;
   width: 53px;
}
#Card1-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 30px 20px;
   padding: 12px 20px 12px 20px;
   color: #282828;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
}
#wb_Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text1 div
{
   text-align: center;
}
#wb_Text1
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text3 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text3 div
{
   text-align: center;
}
#wb_Text3
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Card7
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   box-shadow: 0px 0px 10px rgba(0,0,0,0.20);
   text-align: left;
}
#Card7-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card7-card-item0
{
   display: inline-block;
   height: 53px;
   box-sizing: border-box;
   margin: 20px 0 0 20px;
   padding: 0;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #0000FF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 53px;
}
#Card7-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#Card7-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 53px;
   width: 53px;
}
#Card7-card-item1
{
   box-sizing: border-box;
   margin: -32px 0 0 80px;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
}
#Card7-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 30px 20px;
   padding: 12px 20px 12px 20px;
   color: #282828;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
}
#SlideShow1 .image
{
   border-width: 0;
   border-radius: inherit;
   display: block;
   float: left;
   height: auto;
   width: 100%;
}
#SlideShow1 li
{
   width: 100%;
   left: 0;
   top: 0;
}
#SlideShow1
{
   display: inline-block;
   position: relative;
   list-style: none;
   width: 100%;
   padding: 0;
   margin: 0;
}
#SlideShow1 li a:not(:first-child) .image
{
   display: none;
}
#SlideShow1 .slideshow-control
{
   cursor: pointer;
}
#SlideShow1 .slideshow-control a
{
   border-style: none;
}
#SlideShow1
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
}
#wb_Text4 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text4 div
{
   text-align: center;
}
#wb_Text4
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#Text2-max-width
{
   margin-left: auto;
   margin-right: auto;
   max-width: 300px;
   width: 100%;
}
#wb_Text2 div
{
   text-align: left;
}
#wb_Text2
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Card1
{
   display: flex;
   width: 100%;
   z-index: 11;
}
#Banner17
{
   border-width: 0;
   display: inline-block;
   width: 290px;
   height: 50px;
   z-index: 16;
}
#wb_Image1
{
   display: inline-block;
   width: 272px;
   height: 208px;
   z-index: 2;
}
#wb_OverlayMenu1
{
   position: absolute;
   left: 0px;
   top: 0px;
   width: 112px;
   height: 108px;
   visibility: hidden;
   z-index: 0;
}
#wb_Image2
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 13;
}
#wb_Image3
{
   display: inline-block;
   width: 97px;
   height: 45px;
   z-index: 19;
}
#SlideShow1
{
   display: inline-block;
   position: relative;
   width: 303px;
   height: 431px;
   z-index: 6;
}
#wb_PhotoGallery1
{
   display: block;
   width: 100%;
   z-index: 8;
}
#PageHeader
{
   position: fixed;
   overflow: hidden;
   text-align: center;
   left: 0;
   top: 0;
   right: 0;
   height: 41px;
   z-index: 7777;
}
#wb_TabMenu1
{
   position: absolute;
   left: 160px;
   top: 0px;
   width: 704px;
   height: 43px;
   z-index: 1;
   overflow: hidden;
}
#PageHeader_Container
{
   width: 1000px;
   position: relative;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
#wb_JavaScript1
{
   display: block;
   width: 100%;
   z-index: 17;
}
#Banner11
{
   border-width: 0;
   display: inline-block;
   width: 220px;
   height: 50px;
   z-index: 9;
}
#Banner13
{
   border-width: 0;
   display: inline-block;
   width: 290px;
   height: 50px;
   z-index: 12;
}
#Banner14
{
   border-width: 0;
   display: inline-block;
   width: 290px;
   height: 50px;
   z-index: 15;
}
#wb_Card7
{
   display: flex;
   width: 100%;
   z-index: 10;
}
@media only screen and (max-width: 999px)
{
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#PageHeader
{
   height: 32px;
   visibility: visible;
}
#PageHeader_Container
{
   width: 320px;
}
#wb_TabMenu1
{
   left: 51px;
   top: 0px;
   width: 455px;
   height: 31px;
   visibility: hidden;
   display: none;
   margin: 0;
}
#TabMenu1
{
   font-family: "Times New Roman";
   font-weight: normal;
   font-size: 8px;
}
#wb_OverlayMenu1
{
   left: 130px;
   top: 0px;
   width: 60px;
   height: 34px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#OverlayMenu1
{
   background-color: #0000FF;
   background-image: none;
   border: 0px solid #424242;
   border-radius: 0px;
   width: 60px;
   height: 34px;
}
#OverlayMenu1:hover
{
   background-color: #CCCCCC;
   background-image: none;
   border-color: #424242;
}
#OverlayMenu1 .line
{
   background: #FFFFFF;
}
#OverlayMenu1:hover .line
{
   background: #424242;
}
#OverlayMenu1 .line
{
   top: 4px;
}
#OverlayMenu1 .line:first-child
{
   margin-top: 7px;
}
#OverlayMenu1-overlay ul
{
   font-size: 24px;
   text-align: center;
}
#wb_home
{
   visibility: visible;
   display: table;
}
#wb_home
{
   height: 100vh;
   margin-top: 0px;
   margin-bottom: 0px;
}
#home
{
   height: 100vh;
   padding: 50px 0 100px 0;
}
#wb_Image1
{
   width: 290px;
   height: 220px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image1
{
   width: 290px;
   height: 220px;
}
#wb_etterem
{
   visibility: visible;
   display: table;
}
#wb_etterem
{
   height: 100vh;
   margin-top: 0px;
   margin-bottom: 0px;
}
#etterem
{
   height: 100vh;
   padding: 70px 0 80px 0;
}
#wb_etlap
{
   visibility: visible;
   display: table;
}
#wb_etlap
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#etlap
{
   height: auto;
   padding: 60px 15px 30px 15px;
}
#etlap .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_galeria
{
   visibility: visible;
   display: table;
}
#wb_galeria
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#galeria
{
   height: auto;
   padding: 80px 15px 10px 15px;
}
#galeria .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_kapcsolat
{
   visibility: visible;
   display: table;
}
#wb_kapcsolat
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#kapcsolat
{
   height: auto;
   padding: 0 15px 0 15px;
}
#kapcsolat .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#kapcsolat > .row > .col-1, #kapcsolat > .row > .col-2, #kapcsolat > .row > .col-3
{
   padding-right: 15px;
   padding-left: 15px;
}
#kapcsolat > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#kapcsolat > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#kapcsolat > .row > .col-3
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_Image2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#Banner11
{
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#Banner13
{
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#Banner14
{
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#Banner17
{
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#wb_footer
{
   visibility: hidden;
   display: none;
}
#wb_footer
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#footer
{
   height: auto;
   padding: 0 15px 0 15px;
}
#footer .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#footer > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#footer > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_Text7
{
   visibility: visible;
   display: block;
}
#wb_Text7
{
   margin: 0;
   padding: 25px 0 25px 0;
}
#wb_Image3
{
   width: 107px;
   height: 50px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image3
{
   width: 107px;
   height: 50px;
}
#wb_JavaScript1
{
   height: 275px;
   visibility: visible;
   display: block;
}
#wb_PhotoGallery1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   color: #000000;
   border: 0px solid transparent;
}
#PhotoGallery1 .thumbnail
{
   width: 50%;
}
#PhotoGallery1 .visible-col2
{
   display: block;
}
#wb_banner1-text
{
   visibility: visible;
   display: block;
}
#wb_banner1-text
{
   margin: 0;
   padding: 0;
}
#wb_Card1
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   color: transparent;
}
#Card1-card-item0
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 20px 0 0 20px;
   padding: 0;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #0000FF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 35px;
}
#Card1-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#Card1-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 35px;
   width: 35px;
}
#Card1-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 30px 20px;
   padding: 12px 20px 12px 20px;
   color: #282828;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
}
#wb_Card1
{
   text-align: left;
}
#wb_Text1
{
   visibility: visible;
   display: block;
}
#wb_Text1
{
   margin: 0;
   padding: 0;
}
#wb_Text3
{
   visibility: visible;
   display: block;
}
#wb_Text3
{
   margin: 0;
   padding: 0;
}
#wb_Card7
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   color: transparent;
}
#Card7-card-item0
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 20px 0 0 20px;
   padding: 0;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #0000FF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 35px;
}
#Card7-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#Card7-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 35px;
   width: 35px;
}
#Card7-card-item1
{
   box-sizing: border-box;
   margin: -32px 0 0 80px;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
}
#Card7-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 30px 20px;
   padding: 12px 20px 12px 20px;
   color: #282828;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
}
#wb_Card7
{
   text-align: left;
}
#SlideShow1
{
   width: 234px;
   height: 332px;
   visibility: visible;
   display: inline-block;
}
#wb_Text4
{
   visibility: visible;
   display: block;
}
#wb_Text4
{
   margin: 0;
   padding: 0;
}
}
