body.index{
    height: 100%;
    margin: 0;
    background: #000;
    -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;
}

a {
    color:#DA9A3C;
}
a:hover{
    text-decoration: underline;
    color:#666;
}
.btncontainer{
  height: 100%;
  position: fixed;
  top: 0;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  align-content: center;
  overflow: auto;
  width: 100%;
  left: 0;
}
.icons{
    width: 50%;
    height: 100vh;
}
.icons.curry{
    background:#E48B31;
}
.icons.kiosk{
    /* background-image: url('.././images/bg-2.jpg');
    float:left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
    background: #000;
}
.btncontainer .kiosk h1{
    color:#fff;
}
.shop{
    height:95%;
    padding: 2em;
}
.flex-element {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.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{
    font-size: calc(0.5rem + 3vmin);
    font-weight: 600;
    margin-bottom: 1rem;
    color:#000;
}

.footer a{
    color:#fff !important;
    cursor: pointer;
}
.footer a:hover{
     text-decoration: underline !important;
}
.footer{
    width:100%;
    height:80px;
    padding:30px 0;
    position: absolute;
    bottom: 0;
    color:#fff !important;
}
.modal-dialog{
    max-width: 1000px;
}
.hUwgKN table {
    font-size: 0.875rem;
    margin: 0px 0px 1.5rem;
    border: 1px solid rgb(194, 190, 188);
    border-collapse: collapse;
    border-spacing: 0px;
}
.hUwgKN table thead th {
    font-weight: 700;
    white-space: nowrap;
    text-align: left;
    border-bottom: 2px solid rgb(194, 190, 188);
}
.hUwgKN table th, .hUwgKN table td {
    padding: 0.25rem 0.5rem;
    border: 1px solid rgb(194, 190, 188);
}
@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 rgb(194, 190, 188);
    display: block;
    margin-bottom: 0.625em;
}
    .hUwgKN table tbody td, .hUwgKN table tbody th {
    border-bottom: 1px solid rgb(194, 190, 188);
    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-body {
    background: #f0f0f0;
}
.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 img {
        max-height: 300px;
    }
    .btncontainer{
        flex-direction: column;
    }
}
@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;
    }
}
@media screen and (max-height:384px) and (orientation: landscape){
    
}

@media screen and (max-width:500px) and (orientation: portrait){
   .shop img {
      max-height: 135px;
    }
}
@media screen and (max-width:320px) and (orientation: portrait){
    .shop img {
      max-height: 80px;
    }
}
@media screen and (max-height:320px) and (orientation: landscape){
    .shop img {
      max-height: 100px;
    }
}



