 .loader-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff6f0;
  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: #fff6f0;
    -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{
    max-width: 450px;
    margin-bottom: 50px;
}

.bg {
  height: 100%; 
}
/* 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) {


}
.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;
}
a {
    color:#DE2227;
}
a:hover{
    color:#DE2227;
    text-decoration: underline;
}
.btncontainer{
    width: 90%;
    height: calc(100% - 50px);
    position: fixed;
    top: 0;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    overflow: auto;
    left: 5%;
}
.icons{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.flex-element {
  flex-grow: 1;
}
.flex-element:first-child {
  width: 100%;
}
.shop {
    
}
.shop img {
 -moz-transition: all 1s ease-out;
 -o-transition: all 1s ease-out;
 -webkit-transition: all 1s ease-out;
  padding: 1rem;
  max-width:100%;
 }
 
.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:#60261C;
    cursor: pointer;
}
.footer a:hover{
     text-decoration: underline;
}
.footer{
    width:100%;
    height:80px;
    padding:30px 0;
    position: absolute;
    bottom: 0;
}

.modal-dialog {
    max-width: 900px;
}
.modal-header{
    background: #ffffff;
    z-index: 1;
}
p.branch-name{
    font-size: 1.5em;
    font-weight: 700;
}
.modal-body svg{
    max-width: 200px;
}
.sticky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
}

@media (orientation: landscape){
    .flex-element {
        width: 30%;
    }
    .shop a{
        width:90%;
    }
}
@media (orientation: portrait){
    .coctail{
        display: none;
    }
    .btncontainer{
        width:100%;
        left:0;
        padding:0px 20px;
    }
    .icons{
        flex-direction: column;
    }
    .shop a{
        padding:5px 15px;
        margin:10px;
    }
    
}
@media screen and (max-width:1600px) {
    .shop{
        display:block;
    }
}
@media screen and (max-height:900px) and (orientation: landscape){
    .logo img{
        max-width:400px;
    }
}
@media screen and (max-height:834px) and (orientation: landscape){
    .shop {
        display: inline-flex;
    }
    .shop a{
        font-size:1.2rem;
        padding:10px;
        margin:10px;
    }
    .pizza{
    width:20%;
}
    .btncontainer{
        width:100%;
        left:0%;
    }
}
@media screen and (max-height:768px) and (orientation: landscape){
    .shop {
        display: inline-flex;
    }
    .logo img{
        max-width:300px;
    }
    .shop a{
        font-size:1.2rem;
        padding:10px;
        margin:10px;
    }
    .pizza{
    width:20%;
}
    .btncontainer{
        width: 100%;
        left: 0%;
    }
}
@media screen and (max-height:600px) and (orientation: landscape){
    .shop {
        display: inline-flex;
    }
    .logo img{
        max-width:300px;
    }
    .shop a{
        font-size:1rem;
        padding:10px;
        margin:10px;
    }
}
@media screen and (max-height:428px) and (orientation: landscape){
    .shop {
        display: inline-flex;
    }
    .logo img{
        max-width:250px;
        margin-bottom: 20px;
    }
    .shop img{
        padding: 0;
        max-width: 250px;
    }
    .shop a{
        font-size:1rem;
        padding:10px;
        margin:5px;
    }
    .btncontainer{
        width: 90%;
        left: 5%;
    }
}
@media screen and (max-height:384px) and (orientation: landscape){
    .shop {
        display: inline-flex;
    }
    .logo img{
        max-width:220px;
        margin-bottom:0;
    }
    .shop img{
        padding: 0;
    }
    .shop a{
        font-size:1rem;
        padding:5px 7px;
        margin:10px;
    }
    .btncontainer{
        width: 100%;
        left: 0%;
    }  
}
@media screen and (max-height:320px) and (orientation: landscape){
    .shop {
        display: inline-flex;
    }
    .logo img{
        max-width:200px;
    }
    .shop a{
        font-size:1rem;
        padding:5px 7px;
        margin:5px;
    }
}
@media screen and (max-width:1024px) and (min-width:836px) and (orientation: portrait){
    .btncontainer{
        width:70%;
        left:15%;
    }
    .logo img {
        max-width: 350px;
        margin-bottom: 20px;
    }
    .shop img{
        padding: 0;
    }
    .shop a{
        margin: 0;
    }
}
@media screen and (max-width:834px) and (min-width:415px) and (orientation: portrait){
    .btncontainer{
        width:70%;
        left:15%;
    }
    .logo img {
        max-width: 300px;
        margin-bottom: 20px;
    }
    .shop img{
        padding: 0;
    }
    .shop a{
        margin: 0;
    }
}
@media screen and (max-width:428px) and (min-width:385px) and (orientation: portrait){
    .logo img {
        max-width: 250px;
        margin-bottom: 20px;
    }
    .shop img{
        padding: 0;
        max-width:250px;
    }
    .shop a{
        margin: 0;
    }
}
@media screen and (max-width:384px) and (orientation: portrait){
    .logo img {
        max-width: 200px;
        margin-bottom: 20px;
    }
    .shop img{
        padding: 0;
    }
    .shop a{
        margin: 0;
    }
}

img.img-fluid.logobtn {
border: 3px solid #fff6f0;
padding:0;
box-shadow: 3px 3px 3px 2px rgba(0, 0, 0, 0.3);
}

body.index {
    background: no-repeat url("../images/bg.jpg");
    background-size: cover;
    background-position: 50% 50%;
}