.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+ */
}
.body_hide {
	opacity: 0;
	transition: .9s opacity ease-in-out;
}
.body_visible {
	opacity: 1;
}
.logo img{
    width: 450px;
    margin-bottom:2rem;
}

.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 + 4vmin);
    margin-bottom: 2rem;
    font-weight: 600;
}
h2{
    font-size: calc(0.5rem + 2vmin);
}
h3{
    font-size: calc(0.5rem + 1.5vmin);
}
.buttonew{
    position: relative;
}
.buttonew:after{
   content: ' '; 
   position: absolute ;
   top: -22%;
   left: -15px;
   bottom: auto;
   right: auto;
   transform: translateY(-50%);
   -webkit-transform: translateY(-50%);
   background: url('./../images/neu.svg') no-repeat ; 
   width: 50px;
   height: 50px;
}.buttonsoon{
   position: relative;
}
.shop.buttonsoon a{
   background: #606060;
}
.shop.buttonsoon a:hover{
   background: #505050;
    color:#f7f7f7;
}
.buttonsoon:after{
   content: ' '; 
   position: absolute ;
   top: 35%;
   left: -5px;
   bottom: auto;
   right: auto;
   transform: translateY(-50%);
   -webkit-transform: translateY(-50%);
   background: url('./../images/comming-soon.svg') no-repeat ; 
   width: 50px;
   height: 50px;
}
.shop a {
    display: block;
    width:100%;
    background: #E42A26;
    border-radius: 7px;
    padding: 15px 2px;
    font-size: calc(0.5rem + 1vmin);
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -1px;
    -webkit-box-shadow: -2px 12px 13px -4px rgba(0,0,0,0.43);
    box-shadow: -2px 12px 13px -4px rgba(0,0,0,0.43);
    transition: ease-in;
    -webkit-transition: 0.5s ease-out;
}
.shop a:hover{
    background: #fff;
    text-decoration: none;
    color: #E42A26;
}
a {
    color:#E51D1D;
}
a:hover{
    color:#518B5C;
    text-decoration: underline;
}
.btncontainer{
    width: 86%;
    height: calc(100% - 50px);
    position: fixed;
    top: 0;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    overflow: auto;
    left: 7%;
}
.icons{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.flex-element{
        margin:2% 1%;
 }
.flex-element:first-child {
  width: 100%;
}
.shop {
    
}
#imprint{
    padding:20px;
}

.logobtn{
    padding: 0px;
    max-width: 500px;
}
.btncontainer h1{
    color: #fff;
}

.footer a{
    color:#888888!important;
    cursor: pointer;
}
.footer a:hover{
     text-decoration: underline;
    color:#fff !important;
}
.footer{
    width:100%;
    height:80px;
    padding:30px 0;
    position: absolute;
    bottom: 0;
    color:#555 !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;
}
svg {
    max-width: 300px;
}
@media (orientation: landscape){
    .bg {
      background-image: url('.././images/bg.jpg');
    } 
    .flex-element {
      width: 21%;
      margin: 0.5%;
    }
}
@media screen and (min-width:2000px) {
    .bg {
      background-image: url('.././images/bg_ret.jpg');
    }
    .btncontainer{
        width:60%;
        left:20%;
    }
}
@media (orientation: portrait){
    .bg {
      background-image: url('.././images/bg_m.jpg');
    }
    .logo img{
       margin-bottom:2rem;
    }
    .btncontainer{
        width:100%;
        left:0;
        padding:0px 20px;
        height: calc(100% - 50px);
    }
    .shop a{
        
    }
    .flex-element {
        width: 48%;
    }
    .footer .col-md-12{
        padding-right: 0;
        padding-left: 0;
    }
}
@media screen and (min-width:600px) and (orientation: portrait){
    .logo img {
          width: 350px;
    }
    .flex-element{
        margin:1%;
    }
    .icons{
        width: 80%;
    }
}
@media screen and (min-height:900px) and (orientation: landscape){
    .flex-element{
        margin:1%;
    }
}
@media screen and (max-width:1600px) {
    .shop{
        display:block;
    }
}
@media screen and (max-height:900px) and (orientation: landscape){
    .logo img{
        max-width:400px;
    }
    .btncontainer{
        width:100%;
        left:0;
    }
}
@media screen and (max-height:834px) and (orientation: landscape){
    .shop {
        display: inline-flex;
    }
    .shop a{
        padding:15px;
    }
    .flex-element {
      margin: 1%;
    }
}

@media screen and (max-height:768px) and (orientation: landscape){
    .shop {
        display: inline-flex;
    }
    .logo img{
        max-width:250px;
    }
    .shop a{
        padding:15px;
    }
    .flex-element {
      margin: 1%;
    }
    .btncontainer {
          width: 100%;
          left: 0%;
    }
}
@media screen and (max-height:428px) and (orientation: landscape){
    .shop {
        display: inline-flex;
    }
    .logo img{
        max-width:150px;
        margin-bottom: 1rem;
    }
    .shop a{
        padding:15px 0;
    }
    .flex-element{
        margin:0.5%;
    }
    .btncontainer{
        width: 100%;
        left: 0%;
        padding: 0px 10px;
    }
    .btncontainer h1{
        margin-bottom: 1rem;
    }
}
@media screen and (max-height:384px) and (orientation: landscape){
    .shop {
        display: inline-flex;
    }
    .logo img{
        max-width:120px;
    }
    .shop a{
        
    }
    .btncontainer{
        width: 100%;
        left: 0%;
        padding: 0px 10px;
    }
    .buttonsoon::after {
      width: 40px;
      height: 40px;
      top:21%;
      left:-8px;
    }
    .buttonew::after {
      width: 40px;
      height: 40px;
      top:-3%;
      left:-8px;
    }
}
@media screen and (max-height:320px) and (orientation: landscape){
    .shop {
        display: inline-flex;
    }
    .logo img{
        max-width:80px;
    }
   .shop a {
    padding: 12px 0;
  }
}
@media screen and (max-width:500px) and (orientation: portrait){
    .shop a{
    }
    .logo img{
        width: 230px;
        margin-bottom: 1rem;
    }
    .btncontainer{
        width: 100%;
        left: 0%;
    }
    h1 {
        margin-bottom: 1rem;
    }
}
@media screen and (max-width:384px) and (orientation: portrait){
    .logo img{
        width: 180px;
        margin-bottom: 0.5rem;
    }
    .btncontainer h1{
        margin-bottom: 1rem;
    }
    .shop a {
        padding: 12px;
    }
}
@media screen and (max-width:360px) and (orientation: portrait){
    .logo img{
        width: 160px;
        margin-bottom: 0.5rem;
    }
}
@media screen and (max-width:320px) and (orientation: portrait){
    .logo img{
        width: 150px;
        margin-bottom: 1rem;
    }
    .btncontainer h1{
        margin-bottom: 1rem;
    }
    .shop a {
        padding: 10px;
    }
}



