.loader-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #EECFA3;
  display:flex;
  justify-content: center;
  align-items: center;
    z-index: 1;
}
.loader {
  display: inline-block;
  width: 180px;
  height: 186px;
  position: relative;
  animation: loader 2s infinite ease;

}
.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  animation: loader-inner 2s infinite ease-in;
}

body.index{
    height: 100%;
    margin: 0;
    background: #EECFA3;
    -webkit-animation: fade-in 1s linear; /* Safari 4+ */
  -moz-animation: fade-in 1s linear; /* Fx 5+ */
  -o-animation: fade-in 1s linear; /* Opera 12+ */
  animation: fade-in 1s linear; /* IE 10+, Fx 29+ */
}
.body_hide {
	opacity: 0;
	transition: .9s opacity ease-in-out;
}
.body_visible {
	opacity: 1;
}
.logo img{
    width: 500px;
    margin-bottom:1rem;
    
}

.bg {
  background-image: url('.././images/bg.jpg');
  height: 100%; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* for high resolution display */

@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {

    .bg {
      background-image: url('.././images/bg.jpg');
      height: 100%; 
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
    }
}
.container.text{
  background: rgba(0,0,0,0.7);
  border-radius: 10px;
  padding:20px;
    margin-bottom:20px;
}
.content {
  min-height: calc(100vh);
}
.container{
    padding-bottom: 20px;
}
h1{
    font-size: 2rem;
}
h2{
    font-size: 1.5rem;
}
h3{
    font-size: 1.3rem;
}

.shop a {
    display: block;
    border-radius: 15px;
}
.shop a:hover{
    text-decoration: none;
    color: #000000;
}
a {
    color:#D1020E;
}
a:hover{
    color:#E51D1D;
    text-decoration: underline;
}
.btncontainer{
  height: 100%;
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-around;
  overflow: auto;
  width: 100%;
  left: 0;
}
.icons{
    width: 50%;
    height: 100vh;
}
.icons.pizza-taxi{
    background-image: linear-gradient(45deg, #e48d28 25%, #ebc00b 25%, #ebc00b 50%, #e48d28 50%, #e48d28 75%, #ebc00b 75%, #ebc00b 100%);
    background-size: 56.57px 56.57px;
    float: left;
}
.icons.ristorante{
    background-image: url('.././images/bg-1.jpg');
    float:left;
}
.icons.pizza-taxi .shop{
    background: #ECC10D;
    border-radius: 10px;
}
.icons.ristorante .shop{
    background: #EECBAD;
    border-radius: 10px;
}
.shop{
    margin:4em;
    height:85%;
}
.flex-element {
  align-items: center;
  display: flex;
  justify-content: center;
}
.shop {
    
}
.shop img {
 -moz-transition: all 1s ease-out;
 -o-transition: all 1s ease-out;
 -webkit-transition: all 1s ease-out;
  max-height:500px;
 }
 
.shop img:hover{
 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
 }
#imprint{
    padding:20px;
}

.logobtn{
    padding: 0px;
    max-width: 500px;
}
.btncontainer h1{
    color: #ef7f1a;
}

.footer a{
    color:#fff !important;
    cursor: pointer;
}
.footer a:hover{
     text-decoration: underline;
    color:#EBD100 !important;
}
.footer{
    width:100%;
    height:80px;
    padding:30px 0;
    position: absolute;
    bottom: 0;
    color:#fff !important;
}
.modal-body {
    background: #f0f0f0;
}
.modal-dialog {
    max-width: 1000px;
}
.eSWRLG {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 0.25rem;
    padding: 1rem;
    background-color: rgb(219, 218, 217);
}
.hjscBR {
    position: relative;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: currentcolor;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    outline: none;
}
.bKgXgJ {
    transition: background-color 250ms ease-in-out;
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 0.5rem;
    border-radius: 0.25rem;
    outline: transparent solid 1px;
    outline-offset: 2px;
    padding-right: 0.5rem;
    margin-bottom: 10px;
}
.dqAMyU {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.bOBJuS {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    outline: none;
}
.hUwgKN table {
    margin: 0px 0px 1.5rem;
    border: 1px solid #888;
    border-collapse: collapse;
    border-spacing: 0px;
}
.hUwgKN table thead th {
    font-weight: 700;
    white-space: nowrap;
    text-align: left;
    border-bottom: 2px solid #888;
}
.hUwgKN table th, .hUwgKN table td {
    padding: 0.25rem 0.5rem;
    border: 1px solid #888;
}
@media (max-width: 767px){
.hUwgKN table tbody td[data-label]::before, .hUwgKN table tbody th[data-label]::before {
    display: block;
    content: attr(data-label);
    }
    .hUwgKN table tr {
    border-bottom: 1px solid #888;
    display: block;
    margin-bottom: 0.625em;
}
    .hUwgKN table tbody td, .hUwgKN table tbody th {
    border-bottom: 1px solid #888;
    display: block;
}
    .hUwgKN table thead {
    border: none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0px;
    position: absolute;
    width: 1px;
}
    .hUwgKN table tbody td::before, .hUwgKN table tbody th::before {
    font-weight: 600;
}
    .hUwgKN table {
    border: 0px;
}
}
.modal-dialog {
    max-width: 900px;
}
.modal-header{
    background: #ffffff;
    z-index: 1;
}
.sticky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
}

svg {
    max-width: 250px;
}
@media (orientation: landscape){
    
}
@media (orientation: portrait){
    .icons{
        width: 100%;
        height: 50vh;
    }
    .shop{
        margin:3em;
        height:75%;
    }
    .shop img {
        max-height: 300px;
    }
}
@media screen and (min-width:2000px) {
   
}
@media screen and (max-width:1100px) and (orientation: landscape){
    
 }
}
@media screen and (max-width:800px) and (orientation: portrait){
    
}
@media screen and (max-width:820px) and (orientation: landscape){
   
}
@media screen and (max-width:1600px) {
    
}
@media screen and (max-height:1024px) and (orientation: landscape){
    .shop img {
      max-height: 300px;
    }
}
@media screen and (max-height:834px) and (orientation: landscape){
    
}
@media screen and (max-height:768px) and (orientation: landscape){
    
}
@media screen and (max-height:600px) and (orientation: landscape){
    
}
@media screen and (max-height:430px) and (orientation: landscape){
   .shop img {
        max-height: 200px;
    }
    .shop{
        margin:3em;
        height:70%;
    }
}
@media screen and (max-height:384px) and (orientation: landscape){
    
}
@media screen and (max-height:320px) and (orientation: landscape){
    
}
@media screen and (max-width:500px) and (orientation: portrait){
   .shop img {
      max-height: 200px;
    }
    .shop{
        margin:3em;
        height:67%;
    }
}
}



