@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');
.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-family: 'Poppins', sans-serif;
}
.body_hide {
	opacity: 0;
	transition: .9s opacity ease-in-out;
}
.body_visible {
	opacity: 1;
}
.logo img{
    width: 300px;
    margin-bottom:3rem;
    padding-top: 3rem;
}

.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);
    display: flex;
  align-items: center;
}
.container{
    
}
h1{
    font-size: calc(0.5rem + 2vmin);
  font-weight: 600;
  margin-bottom: 3rem;
  color: #fff;
  text-align: center;
}
h2{
    font-size: calc(0.5rem + 1.5vmin);
    font-weight: 600;
    margin-bottom: 2rem;
    text-transform: uppercase;
}
h3{
    font-size: calc(0.5rem + 1.5vmin);
    font-weight: 600;
    margin-bottom: 1rem;
}
p{
    margin-top: 1rem;
    font-size: calc(0.5rem + 1.2 vmin);
}
.linkbutton a {
    display: block;
    background: #000;
    padding: 15px;
    border-radius: 10px;
    font-size: calc(0.5rem + 1.3vmin);
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    margin: 10px auto;
    width:300px;
    -webkit-box-shadow: -2px 12px 13px -14px rgba(0,0,0,0.43);
    box-shadow: -2px 12px 13px -14px rgba(0,0,0,0.43);
    transition: ease-in;
    -webkit-transition: 0.5s ease-out;
}
.linkbutton a:hover{
     background: #fff; 
    text-decoration: none;
    color: #000;
}
a {
    color:#F1DD09;
}
a:hover{
    color:#F1DD09;
    text-decoration: underline;
}
.shopcontainer{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    overflow: auto;
    align-items: stretch;
}
.shopnav{
    display: flex;
    align-items: center;
    width: 49%;
    color:#fff;
    flex-wrap: wrap;
    flex-direction: column;
    border:1px solid #fff;
    border-radius: 10px;
    text-align:center;
    padding:4%;
}
#imprint{
    padding:20px;
}

.logobtn{
    padding: 0px;
    max-width: 500px;
}
.shopnav img{
    max-width: 150px;
}
.shopcontainer h1{
    color: #fff;
    margin-bottom: 1rem;
}

.footer a{
    color:#d9d9d9 !important;
    cursor: pointer;
}
.footer a:hover{
     text-decoration: underline;
    color:#EEE809 !important;
}
.footer{
    width:100%;
    height:80px;
    padding:30px 0;
    position: absolute;
    bottom: 0;
    color:#888 !important;
}
.modal-body {
    background: #000;
}
.modal-body p{
    font-size: 1rem;
    color:#888;
}
.modal-body h2, h3, h4, ul{
    color:#888;
}
.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: rgba(241, 221, 9, 0.37);
}
.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 {
    font-size: 0.875rem;
    margin: 0px 0px 1.5rem;
    border: 1px solid #888;
    border-collapse: collapse;
    border-spacing: 0px;
    color:#888;
}
.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-header{
    background: #F1DD09;
    z-index: 1;
    border-bottom: none;
}
.sticky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
}
svg {
    max-width: 300px;
}
@media (orientation: landscape){
    .bg {
      background-image: url('.././images/bg.jpg');
    } 
}
@media screen and (min-width:2000px) {
    .bg {
      background-image: url('.././images/bg_ret.jpg');
    }
}

@media screen and (min-width:600px) and (orientation: portrait) {
    .logo img{
       max-width: 130px;
    }
}
@media (orientation: portrait){
    .bg {
      background-image: url('.././images/bg_m.jpg');
    }
    .logo img{
       margin-bottom:1rem;
}
    .shopcontainer{
        width:100%;
        height: calc(100% - 60px);
        left:0;
        padding:0px 20px;
        flex-direction: column;
        position: relative;
    }
    .shopnav{
        margin-bottom:10px;
        width: 100%;
    }
    .footer .col-md-12{
        padding-right: 0;
        padding-left: 0;
    }
}
@media screen and (max-width:768px) and (orientation: portrait) {
    
}
@media screen and (min-height:1334px) {
    .footer{
        position: absolute;
    }
}
@media screen and (max-height:950px) and (orientation: landscape){
    .logo img{
        max-width:180px;
    }
}
@media screen and (max-height:834px) and (orientation: landscape){
    .shopnav {
        display: inline-flex;
    }
}
@media screen and (max-height:768px) and (orientation: landscape){
    .logo img{
        max-width:150px;
    }
}
@media screen and (max-height:600px) and (orientation: landscape){
    .logo img{
        max-width:200px;
    }
}
@media screen and (max-height:414px) and (orientation: landscape){
    .logo img{
        max-width:280px;
    }
}
@media screen and (max-height:384px) and (orientation: landscape){
    .shop {
        display: inline-flex;
    }
    .logo img{
        max-width:220px;
    }
    .linkbutton a{
        padding: 15px 5px;
        margin:10px auto;
    }
    .btncontainer{
        width: 80%;
        left: 10%;
    }  
}
@media screen and (max-height:320px) and (orientation: landscape){
    .shopnav {
        display: inline-flex;
    }
    .logo img{
        max-width:130px;
    }
    .shop a{
        padding:15px 7px;
        margin:5px auto;
    }
}
@media screen and (max-width:500px) and (orientation: portrait){
    .shopnav img{
        max-width: 100px;
    }
}
@media screen and (max-width: 414px) and (orientation: portrait){
    .logo img {
      width: 150px;
    }

}
@media only screen and (max-height: 460px) {
    .shopnav{
        padding:2%;
    }
    .linkbutton a{
        width:200px;
    }
    h1{
        margin-bottom: 1rem;
    }
    .shopnav img{
        max-width: 70px;
    }
}
@media screen and (max-width:390px) and (orientation: portrait){
    .shopnav img{
        max-width: 70px;
    }
    .linkbutton a{
        width:250px;
    }
    .store img {
      width: 130px;
    }
    h1{
        margin-bottom: 1rem;
    }

}
@media screen and (max-width:320px) and (orientation: portrait){
    .shopnav img{
        max-width: 100px;
    }
    .linkbutton a{
        width:220px;
    }
}