@media (min-width: 1600px) {
}.footerWrapper {
  --color: var(--color-reverse);--background-color: var(--background-color-reverse);color: var(--color);background-color: var(--background-color);
}
.footerWrapper .btn.btn-primary {
  --background-color-reverse: var(--background-color-init);--color-reverse: var(--color-init);
}
@media (max-width: 768px) {
}.footerfix {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -696px;
}
@media (min-width: 768px) {
  .footerfix {
    margin: 0 auto -320px;
  }
}
@media (min-width: 992px) {
  .footerfix {
    margin: 0 auto -320px;
  }
}
@media (min-width: 992px) {
  .footerfix {
    margin: 0 auto -320px;
  }
}
.footerfix-push {
  height: 696px;
}
@media (min-width: 768px) {
  .footerfix-push {
    height: 320px;
  }
}
@media (min-width: 992px) {
  .footerfix-push {
    height: 320px;
  }
}
@media (min-width: 1200px) {
  .footerfix-push {
    height: 320px;
  }
}
.footerWrapper {
  background-color: var(--footer-background-color);
  color: var(--footer-color);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 45px;
  padding-top: 60px;
  position: relative;
  line-height: 2;
  overflow: hidden;
}
@media (max-width: 991px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
  .footerWrapper {
    padding-bottom: 88px;
  }
}
@media (min-width: 1400px) {
  .footerWrapper {
    padding-top: 100px;
  }
}
.footerWrapper .leopard {
  position: absolute;
  left: 0;
  top: 0;
  translate: -15% 15%;
  width: auto;
  height: 300px;
}
@media (min-width: 992px) {
  .footerWrapper .leopard {
    height: 125%;
  }
}
.footerWrapper .logo {
  width: 180px;
  height: auto;
  margin-bottom: 30px;
}
.footerWrapper .desktop-bg {
  display: none;
}
@media (min-width: 768px) {
  .footerWrapper .desktop-bg {
    display: block;
  }
}
@media (min-width: 768px) {
  .footerWrapper .mobile-bg {
    display: none;
  }
}
.footerWrapper .splashLight {
  bottom: 0px;
  height: 320px;
  overflow: hidden;
  position: absolute;
  right: 0px;
  width: 190px;
}
.footerWrapper .splashText {
  overflow: hidden;
  position: absolute;
  right: 30px;
  top: -40px;
}
@media (max-width: 1199px) {
  .footerWrapper .splashText img {
    width: 180px;
    height: auto;
  }
}
.footerWrapper h3 {
  font-size: 24px;
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
}
.footerWrapper .btn-social-icon {
  font-size: 26px;
}
@media (min-width: 1200px) {
  .footerWrapper .btn-social-icon {
    font-size: 30px;
  }
}
.footerWrapper .footer-container {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .footerWrapper .footer-container {
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .footerWrapper .footer-container {
    padding-right: 40px;
  }
}
@media (min-width: 1400px) {
  .footerWrapper .footer-container {
    padding-right: 36px;
  }
}
.footerWrapper .footerMenu {
  margin: 0px;
  padding: 0px;
}
.footerWrapper .footerMenu li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.footerWrapper .footerMenu li a {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .footerWrapper .footerMenu li a {
    display: block;
  }
}
.footerWrapper .footerMenu li a:hover {
  color: #FF174E;
}
.footerWrapper .nl-input {
  border: 0;
  margin-right: 10px;
}
.bottomPaymentIcon {
  margin-right: 5px;
  margin-bottom: 9px;
  border-radius: 5px;
  background: #FFF;
  display: inline-block;
  padding: 3px 6px;
}
.bottomPaymentIcon img {
  height: 27px;
  width: auto;
}
.bottomPaymentIconText {
  color: #6A6A6A;
  margin-left: 15px;
}
.footer-nl-input-wrapper {
  display: flex;
}
.footer-nl-input-wrapper button.btn {
  margin-top: 0;
  margin-left: 5px;
  padding: 0.38em 1em;
}
.footer-nl-input-wrapper .form-control {
  border-color: #FFF;
  flex: 1 1 auto;
}
/*
.footer {
    .footers-payment-up{
        padding: 40px 0;
        background: var(--background-color);
        
        @media @sm{
            //margin-top: 100px;
        }
        
        .headline{
            //.serif-medium;
            text-align: center;
            font-size: 18px;
            color:var(--color);
        }
        
        .payment-opt-ft{
            padding: 0;
            text-align: center;
            margin-bottom:0;
            
            .payment-item{
                display: inline-block;
                margin: 7px;  
                list-style: none;
                text-align: center;
                
                img{
                    height:30px;
                    width:60px;
                }
            }
        }
    }
    
    .lower-section{
        background: var(--footer-background-color);
        color: var(--footer-color);
        padding-top: 15px;
        @media @sm{
            padding-top: 70px;    
        }
        
        .inner-container{
            max-width: 800px;
            width: 100%;
        }
            
        .footer-item {
            padding:20px 0;
        
            @media @sm {
                padding: 20px 0;
            }
        }
        
        h4 {
            color: #FFF;
            padding-bottom: 10px;
            font-size: 24px;
            margin: 0;
            }
        
        .footer-item.kontakt { 
            address{
                font-style: normal;
                margin-bottom: 0;
            }
            ul{
                &:extend(.ul-reset all);
            }
        }
        
        .footer-item.versand{
            ul{
                &:extend(.ul-reset all);
            }
        }
        
        .footer-item.social-media{

            .social-icon-wrapper{
                
                .social-icon{
                    display: inline-block;
                    font-size: 22px;
                    margin-left: 15px;
                    margin-bottom: 10px;
                }
            }
            
            iframe{
                width: 100%; 
                height: 90px;
                border: none;
                overflow: hidden;
            }
        }
        
        .footer-item.agb{
            display: flex;
            justify-content: center;
            
            ul{
                display: flex;
                justify-content: space-around;
                margin: 0;
                padding: 0;
                width: 100%;
                @media (min-width: 576px){
                    width: 60%;
                }
                @media @sm{
                    width: 42%;
                }
            }
            
            li{
                list-style: none;
            }
        }
    }// END .lower-section
    
    form { 
        .nl-subinfo{
            display:none;
            
            [class*="col"]{
                opacity: 0;
                .translate(20px,0px);
                .transition(all 400ms ease);
                &.active{
                    opacity: 1;
                    .translate(0px,0px);
                }
            }
        }
    }
    
    .hidden-label label { display:none; }
    
    form {
        .row {
            margin:0 -4px;
            
            [class*=col-] {
                padding:0 4px;
            }
        }
        
        .form-group {
            margin-bottom:8px;
        }
    }
}
*/
/*# sourceMappingURL=/xassets/uncompressed/source_map/101.css.css.map */