html {
     background: rgb(254, 254, 254);
     background: -moz-linear-gradient(43deg, rgba(254, 254, 254, 1) 0%, rgba(238, 238, 238, 1) 35%, rgba(255, 255, 255, 1) 100%);
     background: -webkit-linear-gradient(43deg, rgba(254, 254, 254, 1) 0%, rgba(238, 238, 238, 1) 35%, rgba(255, 255, 255, 1) 100%);
     background: linear-gradient(43deg, rgba(254, 254, 254, 1) 0%, rgba(238, 238, 238, 1) 35%, rgba(255, 255, 255, 1) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fefefe", endColorstr="#ffffff", GradientType=1);
     background-attachment: fixed;
     padding-bottom: 20px;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
     max-width: 100% !important;
}
 body {
     background-attachment: fixed;
     min-height: 100%;
}



 #content_wrapper {
     padding: 20px;
     max-width: 1250px;
     margin: 0 auto;
     background: transparent;
     overflow: hidden;
     margin-bottom: 20px;
     padding-bottom: 50px;
     overflow: hidden;
     box-sizing: border-box;
     padding: 0;
     margin: 0 auto;
     overflow: visible !important;
     padding: 0px 0px;
     max-width: 1250px !important;
     font-size:16px;
     position: relative;
     background:#fff;
}
 #content_wrapper.staticPage {
     padding: 40px;
}
 #content_wrapper, html {
     background: #eee;
}
 .category_desc {
     float:left;
     text-align:center;
     width:100%;
     overflow: hidden;
     margin-bottom:20px;
     font-weight:bold;
     font-size:24px;
}

 #adm_main_content_wrappper {
     overflow: hidden;
}
/* Global */
 .back_btn {
     width: 100%;
}
 h1 {
     font-size: 40px;
     color: #444;
}
 h3 {
     margin-bottom: 20px;
     font-size: 24px;
     font-weight: 700;
     color: #777;
}
 strong {
     color: #555;
}
 ol, ul {
     margin-top: 20px;
}
 ul li, ol li {
     margin-bottom: 20px;
}
/* Footer*/
 #Footer {
     margin-top: 40px;
     background: #ddd;
     overflow: hidden;
     padding-top: 20px;
     width: 100%;
     position: relative;
     padding: 20px;
     box-sizing: border-box;
     max-width: 1250px;
     margin: 0 auto;
     background: #2e2d2c;
     color: white;
     max-width:100%;
     font-size:16px !important;
}
 #Footer h3 {
     color: white;
     font-size: 18px;
}
 #Footer a, .footer_1 {
     color: #ccc;
     font-size: 16px;
}
 #Footer hr {
     width: 100%;
     margin: 0 auto;
     float: left;
     position: relative;
     display: block;
     border: 0;
     overflow: hidden;
     border-top: dotted 2px rgba(200, 200, 200, 0.5);
     margin-bottom: 20px;

    margin-top:20px;
}
 #Footer .footerSection h3:nth-of-type(2) {
     margin-top:20px;
}
 .footerSection {
     width: calc(( 100% - 80px)/4);
     float: left;
     padding: 20px;
     box-sizing: border-box;
     margin: 10px;
}
 .footerWrapper {
     width: 1250px;
     margin: 0 auto;
}
 .footer_1 {
     float: left;
     width: 45%;
     font-size:16px;
}
 .footer_1>img {
     width: 200px;
}
 .footer_3 {
     font-size:16px;
     width: 50% 
}
 .upbtn {
     float: right;
}
 .naviVertical {
     margin-top: 20px;
}

 .footer_1, .footer_2, .footer_3 {
     width: 33%;
     box-sizing: border-box;
     margin: 0;
     height: 280px;
     overflow: hidden;
}
 .logo_f {
     height: 50px;
     display: block;
     margin: 0 auto;
     margin-top: 20px;
}

 #contentfooter {
     float: left;
     width: 100%;
     margin-bottom: 20px;
}
/* Head */
 #logo {
     padding: 20px;
     margin: 0 auto;
     
     height: auto;
}
 #logo a {
     color: white;
}
 #navi_block_mobile>div img {
     height:50px;
     width:auto;
}
 #navi_left {
     width: 200px;
     float: left;
     box-sizing: border-box;
     text-align:center;
}
 #navi_middle {
     color:white;
     float: left;
     margin-top:5px;
}
 #navi_middle span {
     font-size:16px;
}
 #navi_right {
     width: auto;
     float: right;
}
 #navi_right a {
     margin: 20px;
     font-size: 16px;
     line-height: 50px;
}
 #sub_head {
     width: 100%;
     background: white;
     min-height: 50px;
     -webkit-box-shadow: 0px 0px 10px 0px rgba(143, 143, 143, 0.3);
     -moz-box-shadow: 0px 0px 10px 0px rgba(143, 143, 143, 0.3);
     box-shadow: 0px 0px 10px 0px rgba(143, 143, 143, 0.3);
     z-index: 2;
     position: relative;
     display: none;
}
 #content_head {
     padding: 20px;
}
 #content_head, #content_head_img {
     flex: 1;
    /* additionally, equal width */
     font-size: 16px;
}
 #content_head_img {
     background-size: cover !important;
     background-position: 50% 50%;
}
 #content_head_img img {
     display: block;
}
 #adm_head_text, #content_head_img {
     display: none !important 
}
 .row {
     display: flex;
    /* equal height of the children */
}


/* ITEMS */
 .items_wrapper {
     overflow:hidden;
     float:left;
     width:100%;
     Background:white;
}
 .category_item {
     padding:20px;
     text-align:center;
     cursor:pointer;
}
/* CSS Snippets Global*/
 .floatleft {
     float: left;
}
 .floatright {
     float: right;
}
 .floatleftm {
     float: left;
     margin-right: 20px 
}
 .floatrightm {
     float: right;
     margin-left: 20px 
}
 .floatleftmb {
     float: left;
     margin-right: 20px;
     margin-bottom: 10px 
}
 .floatrightmb {
     float: right;
     margin-left: 20px;
     margin-bottom: 10px 
}
 .floatmiddle {
     float: left;
     margin: 0 auto;
}
 .size100 {
     width: 100% 
}
 .size50 {
     width: 50% 
}
 .size25 {
     width: 25% 
}
 .size40 {
     width: 40% 
}
 .size60 {
     width: 60% 
}
 .element_block {
     display: block;
     overflow: hidden;
}
 .element_block.integrated_img_full {
     padding: 0;
}
 .element_block.integrated_img_full .text_left {
     float: left;
     padding: 20px;
     width: calc(50% - 40px);
}
 .element_block.integrated_img_full .text_right {
     float: left;
     padding: 20px;
     width: calc(50% - 40px);
}
 .element_block.full_image img {
     width: 100%;
}
 .element_block.full_image {
     padding: 0px;
}
 .integrated_img span, .integrated_img img, .integrated_img_full img {
     float: left;
     display: block;
     width: 50%;
}
 .integrated_img .text_left {
     margin-left: 20px;
     width: calc(50% - 20px);
     float: left;
}
 .integrated_img .text_right {
     margin-right: 20px;
     width: calc(50% - 20px);
     float: left;
}
 pstitle, h3 {
     padding-bottom: 0px;
     font-size: 20px !important;
     line-height: 28px !important;
     color: #2e2d2c;
     margin-bottom: 0px !important;
     display: block;
     font-weight: 700;
}
/* Global */
 .agbpopup {
     width:750px;
     max-width:100%;
     overflow-y:scroll;
     background:white !important;
     padding:40px;
     border:8px #f08655 solid;
}
 #adm_main_content_wrappper, .element_block, #content_head, #content_head_img, #kbody2, #kbody3, #kbody4, #listing_detail_content_wrappper, #content_wrapper.staticPage, #content_wrapper.customerAuthModule {
     padding: 0px;
     background: white;
     width: 100%;
     height: auto;
     top: 0;
     left: 0;
     box-sizing: border-box;
     -webkit-box-shadow: 0px 0px 10px 0px rgba(143, 143, 143, 0.3);
     -moz-box-shadow: 0px 0px 10px 0px rgba(143, 143, 143, 0.3);
     box-shadow: 0px 0px 10px 0px rgba(143, 143, 143, 0.3);
     position: relative;
     z-index: 2;
     margin-bottom: 0px;
     font-size: 16px;
}

 .food_item span:nth-of-type(1) {
}
 .menuitem_wrapper {
     background:rgba(255,255,255,1);
}
 .button_back {
     padding:20px;
     text-align:center;
}
 .item_us h2, item_cs h2 {
     padding:0px 0 0 0px;
}
 .item_number {
     font-size:2em;
     padding:0px 0 0 20px;
}
 .item_name {
     font-size:3em;
}


 .item_notes, .item_allergy, .item_topics {
     background:white;
}
 .item_allergy, .item_topics {
     width:50%;
     box-sizing:border-box;
}

 hr {
     border-top: 1px solid#fefefe
}
 #item_wrapper {
     box-sizing: border-box;
     padding:30px;
     overflow: hidden;
}
 #total {
     width:100%;
     float:left;
}
 #listing_head {
     padding: 20px 60px;
     padding-top: 0;
     box-sizing: border-box;
     max-width: 100%;
     margin: 0 auto;
     background: #0e1c4444 !important;
     color: white;
     height:100px;
     font-family: FontAwesome, Impact;
     width:100%;
     position:absolute;
     background:rgba(0,0,0,0.4);
}
#navi_left > a > img {
  margin-top:20px;
}

 #navi_left, #navi_middle, #button_back {
     float:left;
}
 #web_header {
     z-index:1;
     position: relative;
     height:450px;
     overflow:hidden;
}
 #logo {
  
 
     padding:0;
}


@media ( min-width : 1249px) 
{
	 #logo {
     width:1250px;
     float:none;
     padding:0;
}
	
	
}



 #slider_wrapper>li>img {
     width:100%;
}
 #web_info, #web_header, #web_blog, #web_gallery, #web_slogan, #web_games {
     width:100%;
     float:left;
}

 h2 {
     margin-bottom:15px;
     font-size:30px;
     font-family: FontAwesome, Impact;
     margin-top:0px;
     font-weight:400;
}
 #navi_block {
     float:right;
}
 #navi_block>div {
     float:left;
     font-size:26px;
     margin-right:20px;
     margin-top:10px;
}
 #web_info .block {
     width:calc((100% / 3) - 20px);
     background:rgba(255,255,255,0.7);
     float:left;
     margin-left:10px;
     margin-right:10px;
     margin-top:-40px;
     z-index:9999;
     position: relative;
     padding:20px;
     box-sizing: border-box;
     min-height:475px;
     border-radius:4px;
}

 .slogan_slider {
     position:absolute;
     left:calc(50% - 300px);
     top:180px;
     font-size:60px;
     line-height:60px;
     width:600px;
     text-align:center;
     z-index: 2;
     font-weight:400;
}

 .maps_iframe {
     width:100%;
     height:250px;
}
 .g_images>div {
     float:left;
     width:calc(100% / 3);
     padding:5px;
     box-sizing:border-box;
}
 .g_images>div>img {
     width:100%;
     border-radius:4px;
}
 #web_blog>h2,#web_gallery>h2, #web_games>h2 {
     width:100%;
     text-align:center;
     margin-top:40px;
     margin-bottom:40px;
}
 #web_slogan {
     width:100%;
     font-family:Impact;
     text-align:center;
     font-weight:900;
     padding:80px;
     font-size:40px;
     box-sizing:border-box;
}
 .posts>div h3 {
     color:white;
     margin-bottom:10px;
}
 .posts>div {
     width:calc((100% / 3) - 20px);
     float:left;
     margin:10px;
     background:#777;
     padding:20px;
     box-sizing: border-box;
     color:white;
     border-radius:4px;
}
 .slogan_slider {
     font-family:Impact;
}
 .splide__slide img {
     width:100%;
     height:450px;
}
.splide__slide img
{
  height: auto !important;
}

 .splide {
     width:100%;
}
 .slogan_slider {
     
     color:white;
}
 .posts>div, #web_info .block, .g_images>div>img {
     -webkit-box-shadow: 0px 0px 10px 0px rgba(143, 143, 143, 0.3);
     -moz-box-shadow: 0px 0px 10px 0px rgba(143, 143, 143, 0.3);
     box-shadow: 0px 0px 10px 0px rgba(143, 143, 143, 0.3);
}
 .o_days {
     width:100%;
     float:left;
     margin-bottom:5px;
     font-weight:bold;
}
 .o_hours {
     width:100%;
     float:left;
     margin-bottom:5px;
}
 .o_wrapper {
     margin-bottom:20px;
     float:left;
     width:100%;
     display:block;
}
 .adm_button {
     width:100%;
     margin-bottom:20px;
     font-size:20px;
     text-transform: none;
     padding:20px;
     font-family: FontAwesome, Impact;
}
 .socialink {
     float:left;
     margin-right:5px;
}

 .block h3 {
    margin-bottom:10px !important;
}
 #cart {
     width:50px;
     height:30px;
     border-radius:0 0 5px 5px ;
     position:fixed;
     background:rgba(255,255,255,0.8);
     z-index:999;
     left:50%;
     margin-left: -25px;
}
 #cart a {
     font-size:25px;
     padding:10px;
}
 .itemmenus h2 {
    text-align:center
}
 .itemmenus {
     float:left;
     width:50%;
     box-sizing: border-box;
}
 .category_item a {
     font-weight:300;
     color:black;
}
 .price_item_list {
     font-size: 16px;
}
 .category_item:hover {
     background:#aaa;
}
 #navi_block_mobile {
     position:absolute;
     margin:0 auto;
     background:rgba(255,255,255,0.9);
     left:calc(50% - 175px);
     top:0;
     padding:30px;
     width:350px;
     overflow: hidden;
     height:auto;
     z-index:99999;
     box-sizing: border-box;
     border:1px solid #444;
     border-top:0;
     width:80%;
     margin:auto;
     left:0;
     right:0;
     display:block;
}
 #navi_block_mobile>div {
     width:100%;
     float:left;
     box-sizing: border-box;
     height:auto;
     overflow: hidden;
     text-align:center;
     padding:10px;
     background:rgba(0,0,0,0.01);
     margin-bottom:4px;
}
 #navi_block_mobile>div.homelink {
     height:auto;
}
 #navi_block_mobile>div>a {
     color:black;
     box-sizing: border-box;
     font-size:20px;
     height:50px;
}
 #mobile_navi {
     font-family: FontAwesome, Roboto;
}
 #mobile_navi {
     display:none 
}
 .item_order .amount_container::after ,.item_order .amount_addon::after {
     content: 'x';
     margin:0 4px ;
}
 .name_container div {
    float:left;
}
 #item_wrapper h1 {
    margin-bottom:20px;
}

 #formc input {
    margin-bottom:16px;
}
 .posts {
    flex-wrap: wrap;
}
 .blog_entry {
    width:calc((100% / 3) - 20px)
}
 .posts {
    display:flex;
}
 .menu_item_notes {
    width:100%;
    float:left;
     font-weight:300;
     font-size:14px;
    color:#444 !important
}
 #web_header {
     overflow: hidden;
}
 .splide--draggable>.splide__track>.splide__list>.splide__slide {
    height:450px;
}
 .splide--draggable>.splide__track>.splide__list>.splide__slide {
    height:450px !important;
}
 #map {
     height: 200px;
}
 .navi_item {
     line-height: 50px;
}
 
 
#overview {
    width:100%;
    float:left;
    background:white;
    padding:20px;
    box-sizing: border-box;
}

#overview .tiny {
  font-size:16px;
  color: <?php echo $aaGUIConfiguration['design']['buttonBackground']?>;
}

body #content_wrapper {
    z-index:1000;
    display: block;
    position: relative;
    margin:0px auto;
}
 
 
.error_box {
	padding:40px;
}


.flag img {
  width:20px;
}



.game_head {

  font-size: 20px;
  font-weight:200;
  margin-bottom:0px;
  font-family: impact;
  color: white;
  width:100%;
  float: left;
}

.game_item_wrapper {
  width:calc((100% / 2) - 40px);
  float:left;
  background:#efefef;
  padding:10px;
  margin:10px;
  min-height:40px;
  border-radius: 4px;
  
  
}
.game_icon, .game_date, .game_flag {
  float:left;
}

.game_flag img, .game_icon img {
 width:20px;
}

.game_date {
  padding-left:10px;
  padding-right:10px;
  font-weight: bold;;
}
.game_flag {
  font-size:30px;
  line-height:20px
}
.game_flag {
  margin-right:10px;
}

.game_text {
  font-weight:bold;
}
.game_text span {
  font-weight:normal;;
}

html, body {
    height: 100%;
    margin: 0;
}

html  {
background: rgb(170,170,170) !important;
background: -moz-linear-gradient(295deg, rgba(170,170,170,1) 0%, rgba(204,204,204,1) 35%, rgba(221,221,221,1) 100%) !important;
background: -webkit-linear-gradient(295deg, rgba(170,170,170,1) 0%, rgba(204,204,204,1) 35%, rgba(221,221,221,1) 100%) !important;
background: linear-gradient(295deg, rgba(170,170,170,1) 0%, rgba(204,204,204,1) 35%, rgba(221,221,221,1) 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#aaaaaa",endColorstr="#dddddd",GradientType=1) !important;
background-attachment: fixed !important;
background-size: cover;

}


.blog_entry {

  background:url('../../../img/hg2.jpg') !important;
  background: #e2001a !important;
  
  
  background: rgb(226,0,26) !important;
background: -moz-linear-gradient(167deg, rgba(226,0,26,1) 0%, rgba(226,0,26,1) 35%, rgba(255,82,102,1) 100%) !important;
background: -webkit-linear-gradient(167deg, rgba(226,0,26,1) 0%, rgba(226,0,26,1) 35%, rgba(255,82,102,1) 100%) !important;
background: linear-gradient(167deg, rgba(226,0,26,1) 0%, rgba(226,0,26,1) 35%, rgba(255,82,102,1) 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e2001a",endColorstr="#ff5266",GradientType=1) !important;
}

.blog_entry > h3 {
  margin-top:0px;
}

.upper {text-transform:uppercase}

#web_games {
  background:#0e1c44;
background: rgb(14,28,68);
background: -moz-linear-gradient(167deg, rgba(14,28,68,1) 0%, rgba(14,28,68,1) 35%, rgba(75,103,184,1) 100%);
background: -webkit-linear-gradient(167deg, rgba(14,28,68,1) 0%, rgba(14,28,68,1) 35%, rgba(75,103,184,1) 100%);
background: linear-gradient(167deg, rgba(14,28,68,1) 0%, rgba(14,28,68,1) 35%, rgba(75,103,184,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0e1c44",endColorstr="#4b67b8",GradientType=1);
  padding:20px;
  margin-top:40px;
-webkit-box-shadow: 0px 0px 10px 0px rgba(143, 143, 143, 0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(143, 143, 143, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(143, 143, 143, 0.3);
border-radius: 4px;
width:calc(100% - 56px);
margin-left:8px;
}

#web_games>h2 {
  margin-top:0;
  color:white !important;
} 

#web_blog>h2, #web_gallery>h2 {color:#0e1c44 !important;}

#web_info {
    display: flex;    
}

.block {
    flex: 1;
    
    flex-direction: column; 
    align-items: flex-start; 
    padding: 20px; 
    gap: 10px; /* Adds consistent spacing between child elements */
    flex-wrap: wrap; 
 
}

@media (max-width: 768px) {
    #web_info {
        flex-direction: column; 
    }
}

body .block > .socialink {
    display: inline-block !important; 
    margin-right: 10px; 
    flex: 0;
}

.block a {
    display: inline-block !important; 
}

.block p {
	margin:0;
	
} 

br {
    display: inline; /* Ensures <br> tags function as expected */
}

.category_item {
font-family: impact;
font-weight:200;
color: #0e1c44
}