body {
  margin: 0;
  padding: 0;
  background-image: url("../img/paper.jpg");
  font-family: "lato", Verdana, Arial, Helvetica, sans-serif;
  font-size: 21px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 320px) and (max-width: 768px) and (orientation: landscape) {
  body {
    font-size: 18px;
  }
}
@media screen and (max-width: 320px), screen and (min-width: 320px) and (max-width: 768px) and (orientation: portrait) {
  body {
    font-size: 15px;
  }
}
a {
  text-decoration: none;
}
.ul-default-conf {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
nav {
  background: -webkit-linear-gradient(to top, #a06400, #ca8e15);
  background: -o-linear-gradient(to top, #a06400, #ca8e15);
  background: -moz-linear-gradient(to top, #a06400, #ca8e15);
  background: linear-gradient(to top, #a06400, #ca8e15);
  height: 70px;
  font-size: 25px;
}
@media screen and (max-width: 320px), screen and (min-width: 320px) and (max-width: 768px) and (orientation: portrait), screen and (min-width: 320px) and (max-width: 768px) and (orientation: landscape) {
  nav {
    height: auto;
  }
}
@media screen and (max-width: 320px), screen and (min-width: 320px) and (max-width: 768px) and (orientation: portrait), screen and (min-width: 320px) and (max-width: 768px) and (orientation: landscape) {
  nav {
    font-size: 18px;
  }
}
nav ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 320px), screen and (min-width: 320px) and (max-width: 768px) and (orientation: portrait), screen and (min-width: 320px) and (max-width: 768px) and (orientation: landscape) {
  nav ul {
    display: none;
  }
}
nav li {
  float: left;
}
nav a {
  display: block;
  color: #ffffff;
  padding: 20px 25px;
}
nav a:hover,
nav a.selected {
  color: #222222;
  background-color: #d79b22;
}
nav #openMenu,
nav #closeMenu {
  display: none;
}
@media screen and (max-width: 320px), screen and (min-width: 320px) and (max-width: 768px) and (orientation: portrait), screen and (min-width: 320px) and (max-width: 768px) and (orientation: landscape) {
  nav #openMenu {
    display: block;
  }
  nav #nav-wrap {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 320px), screen and (min-width: 320px) and (max-width: 768px) and (orientation: portrait), screen and (min-width: 320px) and (max-width: 768px) and (orientation: landscape) {
  nav #nav-wrap:target #openMenu {
    display: none;
  }
  nav #nav-wrap:target #closeMenu {
    display: block;
  }
  nav #nav-wrap:target ul {
    display: block;
  }
  nav #nav-wrap:target li {
    float: none;
    width: 100%;
  }
}
header {
  background-image: url("../img/brightestRice.jpg");
}
header #logo {
  width: 100%;
  display: inline-block;
}
header #logo img {
  width: 450px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) and (max-width: 1400px) {
  header #logo img {
    width: 350px;
  }
}
@media screen and (min-width: 320px) and (max-width: 768px) and (orientation: landscape), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  header #logo img {
    width: 250px;
  }
}
@media screen and (max-width: 320px), screen and (min-width: 320px) and (max-width: 768px) and (orientation: portrait) {
  header #logo img {
    width: 240px;
  }
}
#title-language-wrap {
  width: 100%;
  display: inline-block;
}
#title {
  font-size: 25px;
  display: inline-block;
  font-style: oblique;
  font-weight: bold;
}
@media screen and (min-width: 1024px) and (max-width: 1400px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  #title {
    font-size: 21px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 320px) and (max-width: 768px) and (orientation: landscape) {
  #title {
    font-size: 18px;
    padding-left: 5%;
  }
}
@media screen and (max-width: 320px), screen and (min-width: 320px) and (max-width: 768px) and (orientation: portrait) {
  #title {
    font-size: 13px;
    padding-left: 5%;
  }
}
#language {
  float: right;
  display: inline-block;
}
#language span {
  height: 50px;
  width: 50px;
  display: inline-block;
  background-size: contain;
}
@media screen and (max-width: 320px), screen and (min-width: 320px) and (max-width: 768px) and (orientation: portrait) {
  #language span {
    height: 30px;
    width: 30px;
    margin-top: 20px;
  }
}
#lang-de span {
  background-image: url("../img/de.png");
}
#lang-en span {
  background-image: url("../img/uk.png");
}
#lang-de:hover span {
  background-image: url("../img/deHover.png");
}
#lang-en:hover span {
  background-image: url("../img/ukHover.png");
}
.food {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 5px;
  height: 250px;
  width: 400px;
}
@media screen and (min-width: 320px) and (max-width: 768px) and (orientation: landscape), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .food {
    height: 188px;
    width: 300px;
  }
}
@media screen and (min-width: 320px) and (max-width: 768px) and (orientation: portrait), screen and (max-width: 320px) {
  .food {
    height: 125px;
    width: 200px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 320px) and (max-width: 768px) and (orientation: landscape), screen and (min-width: 320px) and (max-width: 768px) and (orientation: portrait), screen and (max-width: 320px) {
  .center-align {
    margin-left: auto;
    margin-right: auto;
  }
}
#food1 {
  background-image: url("../img/indian.jpg");
  margin: 0px 40px 10px 20px;
}
@media screen and (min-width: 1400px), screen and (min-width: 1024px) and (max-width: 1400px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  #food1 {
    float: right;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 320px) and (max-width: 768px) and (orientation: landscape), screen and (min-width: 320px) and (max-width: 768px) and (orientation: portrait), screen and (max-width: 320px) {
  #food1 {
    margin-left: auto;
    margin-right: auto;
  }
}
#food2 {
  background-image: url("../img/spices.jpg");
  margin: 0px 20px 10px 40px;
}
@media screen and (min-width: 1400px), screen and (min-width: 1024px) and (max-width: 1400px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  #food2 {
    float: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 320px) and (max-width: 768px) and (orientation: landscape), screen and (min-width: 320px) and (max-width: 768px) and (orientation: portrait), screen and (max-width: 320px) {
  #food2 {
    margin-left: auto;
    margin-right: auto;
  }
}
#food3 {
  background-image: url("../img/reisTable.jpeg");
  margin: 0px 40px 10px 20px;
}
@media screen and (min-width: 1400px), screen and (min-width: 1024px) and (max-width: 1400px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  #food3 {
    float: right;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 320px) and (max-width: 768px) and (orientation: landscape), screen and (min-width: 320px) and (max-width: 768px) and (orientation: portrait), screen and (max-width: 320px) {
  #food3 {
    margin-left: auto;
    margin-right: auto;
  }
}
.intent {
  margin-left: 200px;
  margin-right: 200px;
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .intent {
    margin-left: 5%;
    margin-right: 5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .intent {
    margin-left: 70px;
    margin-right: 70px;
  }
}
@media screen and (min-width: 320px) and (max-width: 768px) and (orientation: landscape), screen and (min-width: 320px) and (max-width: 768px) and (orientation: portrait) {
  .intent {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 320px) {
  .intent {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.content {
  width: 100%;
  background-color: #fef7e6;
  border-radius: 5px;
  margin-top: 40px;
  border: 1px solid #b57900;
  display: inline-block;
  box-shadow: 3px 3px 5px #888888;
}
@media screen and (min-width: 1400px), screen and (min-width: 1024px) and (max-width: 1400px) {
  .content {
    width: 65%;
  }
}
.content h2,
.content h3,
.content h4,
.content p {
  margin: 40px;
}
@media screen and (max-width: 320px), screen and (min-width: 320px) and (max-width: 768px) and (orientation: portrait), screen and (min-width: 320px) and (max-width: 768px) and (orientation: landscape) {
  .content h2,
  .content h3,
  .content h4,
  .content p {
    margin: 30px 20px;
  }
}
.content img {
  margin: 20px 20px 20px 0px;
  border-radius: 5px;
  width: 200px;
}
@media screen and (max-width: 320px) {
  .content img {
    width: 150px;
    margin: 10px 10px 10px 0px;
    text-align: center;
  }
}
.content ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.content li {
  margin-left: 40px;
}
.content a {
  color: #222222;
}
.content a:hover {
  color: #b57900;
}
.content #contactInfo p {
  line-height: 0.5;
}
@media screen and (min-width: 1400px), screen and (min-width: 1024px) and (max-width: 1400px) {
  #food-info p {
    min-height: 250px;
  }
}
.caption {
  text-align: center;
}
.sidebar {
  margin-top: 40px;
}
@media screen and (min-width: 1400px), screen and (min-width: 1024px) and (max-width: 1400px) {
  .sidebar {
    float: right;
    width: 30%;
  }
}
.sidebar div {
  padding: 40px;
  border: 1px solid #b57900;
  border-radius: 5px;
  background-color: #fef7e6;
  margin-bottom: 40px;
  box-shadow: 3px 3px 5px #888888;
}
@media screen and (max-width: 320px), screen and (min-width: 320px) and (max-width: 768px) and (orientation: portrait), screen and (min-width: 320px) and (max-width: 768px) and (orientation: landscape) {
  .sidebar div {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 320px) and (max-width: 768px) and (orientation: landscape) {
  .sidebar div {
    display: inline-block;
    width: 35%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 320px) and (max-width: 768px) and (orientation: landscape) {
  .sidebar #openings {
    float: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 320px) and (max-width: 768px) and (orientation: landscape) {
  .sidebar #delivery {
    float: right;
  }
}
.order-button {
  padding: 15px;
  background: -webkit-linear-gradient(to top, #a06400, #ca8e15);
  background: -o-linear-gradient(to top, #a06400, #ca8e15);
  background: -moz-linear-gradient(to top, #a06400, #ca8e15);
  background: linear-gradient(to top, #a06400, #ca8e15);
  color: #ffffff;
  box-shadow: 3px 3px 5px #888888;
  border-radius: 10px;
}
.order-button:hover {
  background: none;
  background-color: #d79b22;
  color: #222222;
}
.image-wrap {
  display: inline-block;
}
.images-wrap {
  margin-left: 40px;
  margin-bottom: 40px;
}
#maps-wrap {
  border-radius: 5px;
  margin: 40px;
  height: 400px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 320px) and (max-width: 768px) and (orientation: landscape), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) and (max-width: 1400px) {
  #maps-wrap {
    float: none;
    margin: 20px;
  }
}
@media screen and (min-width: 320px) and (max-width: 768px) and (orientation: portrait), screen and (max-width: 320px) {
  #maps-wrap {
    margin: 10px;
    height: 200px;
  }
}
.flag-icon {
  background-image: url("../img/flagMini.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 35px;
  padding-bottom: 8px;
}
h2,
h3 {
  border-bottom: 1px solid #b57900;
  background-image: url("../img/flagMini.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 35px;
  padding-bottom: 8px;
}
h4 {
  background-image: url("../img/flagMini.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 35px;
  padding-bottom: 8px;
}
.spacer {
  clear: both;
}
.download-wrap {
  display: inline-block;
}
.download {
  margin-top: 40px;
}
.download img {
  width: 150px;
  margin-left: 40px;
}
@media screen and (max-width: 320px), screen and (min-width: 320px) and (max-width: 768px) and (orientation: portrait) {
  .download img {
    width: 100px;
  }
}
.spacer {
  margin-top: 20px;
  border-style: solid;
  border-width: 20px 0px 0px;
  -moz-border-image: url("../img/chiliSmall.png") 119 0 repeat;
  -webkit-border-image: url("../img/chiliSmall.png") 119 0 repeat;
  -o-border-image: url("../img/chiliSmall.png") 119 0 repeat;
  border-image: url("../img/chiliSmall.png") 119 0 fill repeat;
}
footer {
  margin-top: 20px;
  height: 60px;
  padding-top: 30px;
  width: 100%;
  text-align: center;
  background: -webkit-linear-gradient(to top, #a06400, #ca8e15);
  background: -o-linear-gradient(to top, #a06400, #ca8e15);
  background: -moz-linear-gradient(to top, #a06400, #ca8e15);
  background: linear-gradient(to top, #a06400, #ca8e15);
}
footer a {
  color: #ffffff;
}
footer a:hover {
  color: #222222;
}
