body {
  margin: 0;
  padding: 0;
  height:100%;
  font-family: sans-serif;
  background-repeat: no-repeat;
  /*background: linear-gradient(to bottom, rgb(0,255,255) 10%, rgb(255, 255, 150) 60%); /* Standard syntax (must be last) */
  background: rgb(255,255,255);

}

html {
  height: 100%;
}

*:focus {
outline: 0;
outline: none;
}


.navBarDesktop {
  background-color: rgba(0,0,0,0.7);
    display : flex;
    justify-content: center;
    text-align: center;
    flex-direction: row;
    width: 100%;
    height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: fixed;
    top:0;
    z-index: 100;

}





#navBarMobile {
    display: flex;
    flex-direction: column;
    width: 100vw;
    position: fixed;
    top:0;

    z-index: 101;
    display:none;
}

.navBarTop {
  background-color: rgb(0,0,0);;

}

.cartTitle {
  font-family: Arial;
  font-weight: bold;
  font-size: 5vw;
  width: 100%;
  text-align: center;
  margin-top:80px;
  padding-top:3px;
  padding-bottom: 3px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

@media (max-width: 500px) {
  .navBarDesktop {
    display: none;
  }

  #navBarMobile {
    display: block;
  }
}


.navBarHotelName {
  font-family: 'Arsenal', sans-serif;
  text-align: center;
  font-size: 6vw;
  width: 100%;
  padding: 3vw;
  font-weight: 700;
  color:white;

}


.navBarMenuIcon {
  font-family: Arial;
  font-size: 8vw;
  width: 20%;
  right: 5px;
  text-align: right;
  padding: 2vw;
  position:absolute;
  color:white;

}


.navBarMenuCloseIcon {
  font-family: Arial;
  font-size: 6vw;
  width: 20%;
  right: 5px;
  text-align: right;
  padding: 2vw;
  display:none;
  position:absolute;
  color:white;

}



#navBarMobile .navBarMenuIcon {
  top: 2px;

}

#navBarMobile .navBarMenuCloseIcon {
  top: 3px;

}

.navBarMenuContainer {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: rgb(0,0,0);
  color: rgb(255,190,0);
  display:none;
}


.navBarTitle {
  border-bottom: 1px solid white;
  font-family: 'Arsenal', sans-serif;
  text-align: center;
  font-size: 6vw;
  width: 100%;
  padding-top: 2vw;
  padding-bottom: 2vw;

}

.navBarMenu {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  color: white;
  padding: 3px;



}

.navBarMenuItemsBorder {
  border-bottom: 0.5px solid grey;
  font-size: 4vw;
  color: white;
margin: 2vw;

}

.underlineSelectedOption {
  display:inline-block;
border-bottom:2px solid;
padding:5px;
color: rgba(10,10,10, 1.0);
cursor: pointer;


}

.headerMenuColor {
  color: rgb(10,10,10);

}

/*-----title-----*/

.title_over_the_banner{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 60px;
  z-index: 10;
font-size:0.9vw;
	padding-top: 10px;
  color: rgb(0,0,0);
  text-transform: uppercase;
   font-family: 'Arsenal', sans-serif;
}

@media only screen and (min-width:300px) and (max-width : 680px) {
  .title_over_the_banner{
	  font-size:3vw;
  }
}
/*---end of the title-----*/


/*-----Menu ----*/

.menu_container{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 10%;
}

.menu_item{
  display: flex;
  flex-direction: column;
  width: 31%;
  height: 250px;
  margin-bottom: 50px;
  cursor: pointer;
}
.menu_item_title{
  display: flex;
  width: 100%;
  text-align: center;
  align-self: center;
  justify-content: center;
  font-size: 25px;
  text-transform: uppercase;
  font-family: 'Helvetica';
  font-weight: bold;
  position: relative;
  z-index: 50;
  top: 90px;
  color: rgb(255,255,255);
  word-spacing: 5px;
  letter-spacing: 5px;
  vertical-align: baseline;
}
.menu_item_pic{
  position: absolute;
  width: 31%;
}

.menu_item_pic img{
  height: 250px;
  width: 100%;
}

.over_pic{
  background: rgb(40,40,40,0.4);
  position: absolute;
  width: 31%;
  height: 250px;
}



/*----- Sub Category ----*/


.sub_cat_and_orders_container{
  margin-top: 200px;
  display: none;
  flex-direction: row;
  width: 100%;
  justify-content: flex-start;
  margin-bottom: 50px;
}

.main_categories_container{
  display: flex;
  width: 20%;
  justify-content: flex-start;
  flex-direction:column;
  border-right: 5px solid white;
  background: rgba(0, 0, 0, 0.8);
  color:white;
}

.main_category_title {
  background-color: rgba(0,0,0,0,7);

  width: 100%;
  height: auto;
  text-align: center;
  font-size: 20px;
  font-family: 'Helvetica';
  padding-top: 10px;
  padding-bottom: 10px;
  border: 2px solid rgb(255,255,255);
  border-right: none;
  background: rgba(0, 0, 0, 0.8);
  color: rgb(255,190,0);
  font-size: 20px;
  font-family: 'Helvetica';
  font-weight: bold;
  border-left: none;
}
.main_category_items_container{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.main_category_item{
  display: flex;
  flex-direction: column;
  padding-right: 0px;
  border-bottom: 3px solid rgb(255,255,255);
  cursor: pointer;
  outline: none;
}
.main_category_title_and_description{
  display: flex;
  flex-direction: row;
  padding-right: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.main_category_title_and_description:hover {
  background: white;
  color:black;
}

.main_category_item_pic{
  width: 2%;
}
.main_category_item_pic img{
  height: 50px;
  width: 100%;
}
.main_category_item_title{
  text-align: left;
  font-size: 18px;
  font-family: 'Helvetica';
  word-spacing: 2px;
  letter-spacing: 1px;
  display: flex;
  width: 95%;
  padding: 10px;
  outline: none;
}
.toggle_div{
  font-size: 30px;
  cursor: pointer;
  display: none;
  font-weight: bold;
  color: white;
  text-align: left;
  width: 10%;
  background: black;
}



.description_about_menu_container{
  display: none;
}

.checkout_container{
  display: none;
  justify-content: center;
  position: fixed;
  flex-direction: row;
  bottom: 0;
  height: 50px;
  border-top: 2px solid rgb(128,128,128);
  width: 100%;
  background: rgb(255,190,0);
  cursor: pointer;
}
.check_out_button{
  background: none;
  outline: none;
  height: 30px;
  margin-top: 10px;
  color: rgb(255,255,255);
  font-weight: bold;
  font-size: 20px;
  width: auto;
  border: none;
}
.item_in_cart{
  font-size: 18px;
  color: rgb(255,255,255);
  font-weight: bold;
  margin-top: 15px;
  text-transform: uppercase;
  font-family: 'Helvetica';
  margin-right: 20px;
}

.blur_container{
  display: none;
  height: 0%;
  width: 100%;
  background: white;
  opacity: 0.7;
  position: fixed;
  top: 0;
}
.order_details_for_mb{
  display: none;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin-top: 0%;
  position: fixed;
  top: 0;
  background: rgba(0,0,0,0.9);
  overflow-y: auto;
  z-index: 100;
}
.orders_button_container{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background: rgb(255,190,0);
  height: 40px;
  width: 100%;
  position: fixed;
}
.back_button{
  background: none;
  margin-top: 5px;
  margin-bottom: 5px;
  height: 30px;
  border: none;
  outline: none;
  cursor: pointer;
  color: rgb(255,255,255);
  font-size: 17px;
}
.close_button{
  background: none;
  margin-top: 5px;
  margin-bottom: 5px;
  height: 30px;
  outline: none;
  border: none;
  cursor: pointer;
  color: rgb(255,0,0);
  font-size: 17px;
  margin-right: 5px;
}


.order_details_list_for_mb{
  display: contents;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.order_list_item_for_mb{
  display: flex;
  flex-direction: column;
  width: 90%;
  margin-top: 60px;
  margin-left: 5%;
  margin-right: 5%;
  border: 2px solid rgb(128,128,128);
}
.order_list_item_food_name{
  width: 100%;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  color: rgb(255,255,255);
  word-spacing: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: 'Helvetica';
  word-spacing: 2px;
}
.order_list_item_qty_and_total{
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  color: rgb(255,255,255);
}
.order_list_item_qty_container, .order_list_item_sub_title_container{
  display: flex;
  flex-direction: row;
  width: 50%;
  text-align: center;
  font-family: 'Helvetica';
  font-size: 17px;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 5px;
  color: rgb(255,255,255);
}
.cancel_button_container{
  width: 100%;
  background: none;
  color: rgb(240,0,0);
  height: 30px;
  display: flex;
  justify-content: center;
  border-top: 1px solid rgb(128,128,128);
}
.cancel_button{
  background: none;
  border: none;
  outline: none;
  height: 20px;
  color: rgb(240,0,0);
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Helvetica';
  text-align: center;
  cursor: pointer;
}

.total_cost_for_mb{
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  font-size: 18px;
  font-weight: bold;
  width: 90%;
  margin-left: 5%;
  color: rgb(255,255,255);
  font-family: 'Helvetica';
}
#total_cost_for_mb_title{
  text-transform: uppercase;
  width: 60%;
}
#total_cost_for_mb_value{
  width: 30%;
}
.form_for_mb{
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 30px;
  padding-top: 50px;
  margin-bottom: 230px;
  border-top: 2px solid rgb(128,128,128);
}
.form_title{
  display: block;
  justify-content: center;
  width: 100%;
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  color: rgb(255,255,255);
  font-weight: bold;
  font-family: 'Helvetica';
  text-transform: uppercase;
}
.form_item{
  width: 90%;
  margin-left: 5%;
}
.form_input_for_mb{
  width: 100%;
  height: 35px;
  background: none;
  border: 1px solid rgb(128,128,128);
  margin-bottom: 20px;
  font-size: 16px;
  outline: none;
  text-align: center;
  color: rgb(255,255,255);
}
.form_textarea_for_mb{
  width: 99%;
  height: 70px;
  background: none;
  border: 1px solid rgb(128,128,128);
  margin-bottom: 20px;
  font-size: 16px;
  outline: none;
  text-align: center;
  color: rgb(255,255,255);
}

.form_input_for_mb::placeholder {
  color: rgb(255,255,255);
}
.form_textarea_for_mb::placeholder {
  color: rgb(255,255,255);
}

.submit_order_button_container{
  display: flex;
  justify-content: center;
  width: 100%;
  position: fixed;
  bottom: 0;
  height: 50px;
  border-top: 2px solid rgb(128,128,128);
  width: 100%;
  background: rgb(255,190,0);
}

.submit_order_button{
  background: none;
  outline: none;
  cursor: pointer;
  height: 30px;
  margin-top: 10px;
  border: 2px solid rgb(255,255,255);
  color: rgb(255,255,255);
  font-weight: bold;
  font-size: 18px;
  margin-left: 5px;
  margin-right: 5px;
}

/*---category_container----*/

.sub_categories_container{
  display: flex;
  width: 47%;
  justify-content: flex-start;
  flex-direction:column;
  border-right: 5px solid white;
  background: rgba(0,0,0,0.8);
  color:white;
}

.sub_category_title{
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 20px;
  font-family: 'Helvetica';
  padding-top: 10px;
  padding-bottom: 10px;
  border: 2px solid rgb(255,255,255);
  border-right: none;
  color: rgb(255,190,0);
  word-spacing: 5px;
  letter-spacing: 5px;
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'Helvetica';
  font-weight: bold;
  border-left: none;
  background: rgba(0, 0, 0, 0.8);

}
.sub_category_items_container{
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
}
.sub_category_item{
  display: flex;
  flex-direction: row;
  padding: 10px;
  margin-top: 20px;
  width: auto;
  font-family: 'Helvetica';
  border-bottom: 2px solid rgb(128,128,128);
}
.sub_cat_description_container{
  display: flex;
  flex-direction: column;
  width: 80%;
  justify-content: flex-start;
}
.sub_cat_title{
  text-transform: uppercase;
  word-spacing: 5px;
  font-size: 18px;
  text-align: left;
  font-weight: bold;
}
.sub_cat_german_name{
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}
.sub_cat_english_name{
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

.sub_cat_cost_description{
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 20%;
  border-left: 3px solid rgb(100,100,100);
}
.sub_cat_cost{
  text-transform: uppercase;
  color: rgb(255,10,20);
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.sub_cat_qty{
  display: flex;
  justify-content: space-around;
  margin-top: 10px;
  margin-bottom: 10px;
  color: rgb(255,255,255);
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}
.minus, .plus{
  font-size: 20px;
  border: 1px solid rgb(255,255,255);
  border-radius: 50%;
  cursor: pointer;
  width: 30px;
  height: 30px;
  text-align: center;
  outline: none;
  background: none;
  color: white;
}
.qty{
  text-align: center;
  border: none;
  outline: none;
  background: none;
  font-size: 18px;
  border-bottom: 1px solid rgb(70,70,70);
  padding-bottom: 2px;
  width: 40%;
  color: white;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
.sub_cat_add_item{
  display: flex;
  justify-content: center;
}
.add_order_button{
  border: 1px solid rgba(255,255,255,0.7);
  border-radius: 5%;
  font-size: 18px;
  cursor: pointer;
  color: rgb(255,255,255);
  margin-top: 10px;
  margin-bottom: 10px;
  background: none;
  outline: none;
}

/*----orders container ---*/

.orders_container{
  display: flex;
  width: 33%;
  justify-content: flex-start;
  flex-direction:column;
}

.orders_container_title{
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 20px;
  font-family: 'Helvetica';
  padding-top: 10px;
  padding-bottom: 10px;
  border: 2px solid rgb(255,255,255);
  border-right: none;
  border-left: none;
  color: rgb(255,190,0);
  font-size: 20px;
  font-family: 'Helvetica';
  font-weight: bold;
  background: rgba(0,0,0,1);

}
.orders_container_items_container{
  display: flex;
  flex-direction: column;
  width: 100%;

}

.order_heading_container{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 2px solid rgb(128,128,128);
  font-family: 'Helvetica';
  color: rgb(128,128,128);
  height: 50px;
}
.order_heading_item_1{
  text-align: left;
  width: 40%;
  border-right: 2px solid rgb(128,128,128);
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}
.order_heading_item_2{
  text-align: center;
  width: 15%;
  border-right: 2px solid rgb(128,128,128);
  padding-top: 5px;
  padding-bottom: 5px;
}
.order_heading_item_3{
  text-align: center;
  width: 15%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.order_details{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}
.order_list_container{
  display: flex;
  flex-direction: row;
  width: 100%;
  font-size: 15px;
  border-bottom: 2px solid rgb(128,128,128);
  font-family: 'Helvetica';
  color: rgb(128,128,128);
  height: 50px;
}
.order_list_1{
  text-align: left;
  width: 40%;
  border-right: 2px solid rgb(128,128,128);
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}

.order_list_2{
  text-align: center;
  width: 15%;
  border-right: 2px solid rgb(128,128,128);
  padding-top: 5px;
  padding-bottom: 5px;
}
.order_list_3{
  text-align: center;
  width: 15%;
  color: rgb(255,0,0);
  font-size: 18px;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
}
.order_list_3 img{
  cursor: pointer;
}


.total_cost_container{
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-top: 20px;
  justify-content: flex-end;
  background: white;
  height: 40px;
  font-family: 'Helvetica';
  border-bottom: 2px solid rgb(128,128,128);
}
.total_cost_title{
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  width: 40%;
  text-transform: uppercase;
}
.total_cost_value{
  text-align: right;
  width: 30%;
  font-size: 20px;
  color: rgb(128,128,128);
  margin-right: 8%;
}

.processed_button_container{
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  height: 40px;
  font-family: 'Helvetica';
  border-bottom: 2px solid rgb(128,128,128);
  justify-content: center;
}
.processed_button{
  background: none;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  height: 35px;
  color: rgb(255,190,0);
  outline: none;
}


/*----final Step------*/

.your_orders_container{
  display: none;
  width: 33%;
  justify-content: flex-start;
  flex-direction:column;
}

.your_orders_title{
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 20px;
  font-family: 'Helvetica';
  padding-top: 10px;
  padding-bottom: 10px;
  border: 2px solid rgb(128,128,128);
  border-right: none;
  border-left: none;
  color: rgb(255,190,0);
  font-size: 20px;
  font-family: 'Helvetica';
  font-weight: bold;
}
.orders_form_container{
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 50px;
}
.orders_form_item{
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  display: flex;
  justify-content: center;
  height: 40px;
  margin-bottom: 20px
}

.orders_form_select_item{
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  display: flex;
  justify-content: center;
  height: 40px;
  margin-top: 20px;
  margin-bottom: 20px;

}

.form_input{
  width: 100%;
  height: 35px;
  background: none;
  border: 1px solid rgb(128,128,128);
  font-size: 16px;
  outline: none;
  text-align: center;
}
.form_textarea{
  width: 99%;
  height: 70px;
  background: none;
  border: 1px solid rgb(128,128,128);
  font-size: 16px;
  outline: none;
  text-align: center;
  margin-bottom: 30px;
}

.submit_order_button_container_for_dk{
  display: flex;
  justify-content: center;
  width: 100%;
  height: 50px;
  margin-top: 80px;
  width: 100%;
  background: rgb(255,190,0);
}

.submit_order_button_for_dk{
  background: none;
  outline: none;
  cursor: pointer;
  height: 30px;
  margin-top: 10px;
  border: 2px solid rgb(255,255,255);
  color: rgb(255,255,255);
  font-weight: bold;
  font-size: 18px;
}

@media only screen and (min-width: 300px) and (max-width: 680px) {
  .menu_container{
    display: none;;
  }
  .description_about_menu_container{
    display: flex;
    flex-direction: column;
    display: none;
  }
  .toggle_div{
    display: block;
  }
  .checkout_container{
    display: flex;
  }
  .main_categories_container{
    width: 100%;
    border-right: none;
    margin-top: 50px;
  }
  .main_category_item{
    outline: none;
    -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -o-user-select: none;
   user-select: none;
   -webkit-tap-highlight-color: transparent;
  }
  .main_category_item_title{
    width: 90%;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    background: black;
    color: white;
  }

  .main_category_title_and_description:hover {
    background: black;
    color:white;
  }

  .sub_cat_title, .sub_cat_german_name, .sub_cat_english_name{
    font-size: 16px;
  }
  .sub_cat_cost, .add_order_button{
    font-size: 14px;
  }




  .sub_categories_container{
    display: none;
  }
  .orders_container{
    display: none;
  }
}



/*----------footer-----*/


.footersContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-color: rgb(40,40,40);
  padding: 1.2vw;
}

.footersMenu {
  color: rgb(230,230,230);
  text-decoration: none;
}



a.menuLink {
  padding-top:5px;
  text-decoration: none;
  color:white;


}

.footersTitle {
  color: rgb(230,230,230);

}

.footerMenuColor {
  color: rgb(230,230,230);

}

.footerHotelName{
  font-family: 'Arsenal', sans-serif;
  color: rgb(230,230,230);
  font-size: 40px;
}


@media (max-width:500px) {

 .footersMenu {
   display: none;
 }

 .footerHotelName{
   font-family: 'Arsenal', sans-serif;

   font-size: 25px;
 }

}

.selectClass {
  background: rgba(0,0,0,0.8);
  color:white;
}


.instructionsContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: red;
  color:white;
  width: 100%;
  padding-top: 3px;
  padding-bottom: 3px;
  top:80px;
font-size:1vw;
margin-top:10px;
}


@media (max-width:500px) {
 .instructionsContainer {
	display:none;
	}
}

.for_hh, .for_mm{
  height: 35px;
  background: none;
  border: 1px solid rgb(128,128,128);
  font-size: 16px;
  outline: none;
  width: 50%;
}


@media (max-width:500px) {
  .for_hh, .for_mm{
    color: rgb(255,255,255);
  }

}
