/* redressed-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Redressed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/redressed-v25-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/redressed-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/redressed-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/redressed-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/redressed-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/redressed-v25-latin-regular.svg#Redressed') format('svg'); /* Legacy iOS */
}

.loader-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  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: #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+ */
    font-size : clamp(0.8rem, 10vw, 1rem);
}
.body_hide {
	opacity: 0;
	transition: .9s opacity ease-in-out;
}
.body_visible {
	opacity: 1;
}
.logo img{
    width: 480px;
    margin-bottom:10px;
}

.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: calc(0.5rem + 6vmin);
    font-weight: 600;
    margin-bottom: 1rem;
}

p{
    margin-top: 1rem;
    font-size: calc(0.5rem + 1.3vmin);
}
.shop a {
    display: block;
    transition: ease-in;
    -webkit-transition: 0.5s ease-out;
}

a {
    color:#E6007B;
}
a:hover{
    color:#D20067;
    text-decoration: underline;
}
.btncontainer{
    width: 90%;
    height: calc(100vh - 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%;
}

.websitelink{
    width:100%;
    text-align: center;
}
.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: #fff;
    font-family: 'Redressed', cursive;
}

.footer a{
    color:#000 !important;
    cursor: pointer;
}
.footer a:hover{
     text-decoration: underline;
    color:#9f3545 !important;
}
.footer{
    width:100%;
    height:60px;
    padding:30px 0;
    position: absolute;
    bottom: 0;
    left:0;
    color:#B18D42 !important;
}
.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;
}
.modal-body img {
    max-width:200px;
}
.modal-body p{
    font-size: 1em;
    margin-bottom: 1em;
}
.modal-body h2{
    font-size: 2em;
    margin-bottom: 1em;
}
.modal-body h1{
    font-size: 3em;
    margin-bottom: 1em;
}
#image{
    max-width:100%;
}
svg {
    max-width: 300px;
}
@media screen and (min-width:2000px) {
    .bg {
      background-image: url('.././images/bg_ret.jpg');
    }
    .btncontainer {
      width: 70%;
        left:15%;
    }
}
@media screen and (min-width:1600px) {
    .btncontainer {
      width: 70%;
        left:15%;
    }
}

@media (orientation: landscape){
    .bg {
      background-image: url('.././images/bg.jpg');
    } 
    .flex-element {
        width: 25%;
    }
    .shop a{
        width:90%;
    }
}

@media (orientation: portrait){
    .bg {
      background-image: url('.././images/bg_m.jpg');
    }
    .coctail{
        display: none;
    }
    .btncontainer{
        width:100%;
        left:0;
        padding:0px 20px;
    }
    .icons{
        width:85%;
    }
    .flex-element {
        width: 100%;
    }
}
@media only screen and (min-width: 750px) and (orientation: portrait){
    .flex-element {
      width: 50%;
    }
}
@media only screen and (max-width: 460px) and (orientation: portrait) {
    .logo img {
      width: 230px;
    }
}
@media only screen and (max-width: 412px) and (orientation: portrait) {
   .logo img {
      width: 230px;
       margin-bottom:10px;
    }
}
@media only screen and (max-width: 375px) and (orientation: portrait) {
   .logo img {
      width: 230px;
      margin-bottom: 10px;
    }
}
@media only screen and (max-width: 320px) and (orientation: portrait) {
  .logo img {
      width: 150px;
    }
}
@media only screen and (max-height: 600px) {
    .logo img {
      width: 200px;
        margin-bottom:10px;
    }
    .btncontainer{
        width: 80%;
        left: 10%;
    }
    h1{
        margin-bottom:0px;
    }
}
@media only screen and (max-height: 460px) {
    .logo img {
      width: 140px;
        margin-bottom:0px;
    }
    .btncontainer{
        width: 80%;
        left: 10%;
    }
    h1{
        margin-bottom:0px;
    }
}


.buttong {
  background-color: #43ad59; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin:18px;
}

.buttong a{
    font-size:27px;
    color:#fff;
    font-weight:700;

}