
body.index{
    height: 100%;
    margin: 0;
    background: #000000;
    -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+ */
}
.logo img{
    max-height: 280px;
}
svg {
    max-width: 300px;
}
.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_ret.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;
    color: #d4af3e;
}
h2{
    font-size: 1.5rem;
}
h3{
    font-size: 1.3rem;
}
a {
    color:#D2AD4B;
}
a:hover{
    color:#D2AD4B;
    text-decoration: underline;
}
.btncontainer{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    overflow: auto;
    left:0px;
}
.icons{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.flex-element {
  flex-grow: 1;
}
.flex-element:first-child {
  width: 100%;
}
.shop img {
 -moz-transition: all 1s ease-out;
 -o-transition: all 1s ease-out;
 -webkit-transition: all 1s ease-out;
 }
.shop a{
    display: block;
    margin: 0 auto;
}
.shop img:hover{
 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
 }

#imprint{
    padding:20px;
}

.logobtn{
    width:350px;
    padding:3%;
}
.footer a{
    color: #6e4d3c;
    cursor: pointer;
}
.footer a:hover{
     text-decoration: underline;
}
.logo{
    margin-bottom: 20px;
}
.footer{
    color:#d4af3e;
    width:100%;
    height:80px;
    padding:30px 0;
    position: absolute;
    bottom: 0;
}
.modal-body {
    background: #F3EFE6;
}
.modal-dialog {
    max-width: 900px;
}
.modal-header{
    background: #ffffff;
    z-index: 1;
}
.sticky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
}
@-webkit-keyframes fade-in {   0% { opacity: 0.1; }   100% { opacity: 1; }   }
@-moz-keyframes    fade-in {   0% { opacity: 0.1; }   100% { opacity: 1; }   }
@-o-keyframes      fade-in {   0% { opacity: 0.1; }   100% { opacity: 1; }   }
@keyframes         fade-in {   0% { opacity: 0.1; }   100% { opacity: 1; }   }

@media (orientation: landscape){
    .bg {
      background-image: url('.././images/bg.jpg');
    }
    .shop {
        display: inline-flex;
    }
    
}

@media (orientation: portrait){
    .bg {
      background-image: url('.././images/bg_m.jpg');
    }
    .icons{
        flex-direction: column;
    }
}

@media screen and (max-width:1600px) {
    
}
@media screen and (max-height:900px) and (orientation: landscape){
    .logo img{
        width:400px;
    }
}
@media screen and (max-height:834px) and (orientation: landscape){
    
}
@media screen and (max-height:768px) and (orientation: landscape){
    .logo img{
        max-width:300px;
    }
    .logobtn {
        width: 300px;
    }
}
@media screen and (max-height:600px) and (orientation: landscape){
    .logo img{
        max-width:300px;
    }
}
@media screen and (max-height:414px) and (orientation: landscape){
    .logo img{
        max-width:150px;
    }
    .btncontainer{
        width: 90%;
        left: 5%;
    }
    .logobtn {
        width: 200px;
    }
}
@media screen and (max-height:384px) and (orientation: landscape){
    .logo {
        margin-bottom: 0px;
    }
    .logo img{
        max-width:150px;
    }
    .logobtn {
        width: 200px;
    }
    .btncontainer{
        width: 90%;
        left: 5%;
    }  
}
@media screen and (max-height:360px) and (orientation: landscape){
    .logo img{
        max-width:150px;
    }
    .logobtn{
        max-width:170px;
    }
}
@media screen and (max-height:320px) and (orientation: landscape){
    .logo img{
        max-width:150px;
    }
}
@media screen and (max-width:414px)and (min-width:385px) and (orientation: portrait){
    .logobtn {
        width: 300px;
    }
    .logo img{
        max-width:200px;
    }
}
@media screen and (max-width:384px)and (min-width:376px) and (orientation: portrait){
    .logo {
        margin-bottom: 0px;
    }
    .logobtn {
        width: 250px;
    }
    .logo img{
        max-width:200px;
    }
}
@media screen and (max-width:375px) and (orientation: portrait){
    .logobtn {
        width: 220px;
    }
    .logo img{
        max-width:170px;
    }
    .logo {
        margin-bottom: 0px;
    }
}

 