/*!
 * lix-main-opti+featherlight -mod Steff
 */


/* open-sans-condensed 300 - latin */
@font-face {
  font-family: 'open-sans-condensed';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/open-sans-condensed-v14-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/open-sans-condensed-v14-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-condensed-v14-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-condensed-v14-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-condensed-v14-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-condensed-v14-latin-300.svg') format('svg'); /* Legacy iOS */
}

/* open-sans-condensed 700 - latin */
@font-face {
  font-family: 'open-sans-condensed';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/open-sans-condensed-v14-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/open-sans-condensed-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-condensed-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-condensed-v14-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-condensed-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-condensed-v14-latin-700.svg') format('svg'); /* Legacy iOS */
}


/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:ital,wght@0,300;0,700;1,300&display=fallback');*/


/* Normalize */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
caption, th, td {
/*  text-align: left;*/ 
 font-weight: normal;
  padding: 7px;
}

a {
    text-decoration: none;
    background-color: transparent
}

a:hover {
    text-decoration: underline
}

a:active, a:focus {
  outline: 0 !important;
	outline: none !important;
	border: none !important;
	-moz-outline-style: none;
}
img {
  vertical-align: middle;
  border-style: none;
}
strong {
  font-weight: 700
}

*,::after,::before {
    box-sizing: border-box
}

button,input,optgroup,select,textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}



/* shopify overwrite */
.yyy {
  max-width: 180px !important;
  margin: 0 auto;
  min-height: 78px;
pointer-events: initial !important;
}

.shopify-buy-frame--cart {
  height: 95% !important;
  max-width: 420px !important;
}
  


/* LIX Main Style */
.hidden, hidden {
  display: none !important
}

body {
  font-family: 'open-sans-condensed';
  font-weight: 300;
  background-color: #000;
  color: #fff;
  line-height: 1.6;
  background-image: url(../../pictures/HG/back-orna-black.jpg);
  background-repeat: no-repeat;
  background-position: 0px 78px;
  background-size: cover;
  letter-spacing: 0.05em;
  font-size: 1.09rem;
}

a {
  color: #cc00cc;
  font-weight: bold
}
a:hover {
  color: #fff;
  transition: 0.5s;
  text-decoration: none
}
p {
  margin-bottom: 0.8rem;
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    font-weight: 500;
    line-height: 1.2
}
.h2,h2 {
    font-size: 2rem
}
.h4,h4 {
    font-size: 1.5rem
}

h2, h3, h4 {
  padding-bottom: 1rem;
}
.lix-header {
  position: fixed;
  z-index: 999;
  background: #333;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #80156C;
  min-height: 77px;
  width: 100%;
  min-width: 460px;
	box-shadow: 0px 0px 30px -3px rgba(0, 0, 0, 1);
}
.lix-inner {
  padding: 20px 3rem 0px;
  max-width: 1660px;
  position: relative;
  margin: 0 auto;
}
.lix-nav-wrapper {
  padding-left: 8.5rem;
}
.social {
  position: absolute;
  right: 1rem;
  display: inline-block;
  top: 28px;
}

/* ---- text search ---- */
.search-box, .close-icon {
  position: relative;
}
.search-wrapper {
  width: 140px;
  margin-top: 8px;
  position: absolute;
  right: 120px;
}
.search-box {
  color: white;
  width: 75%;
  border: 0;
  padding: 0 10px 0 12px;
  outline: 0;
  border-radius: 15px;
  background-color: #525050;
}
.search-box:focus {
  box-shadow: 0 0 10px 1px #fff;
}
.close-icon {
  border: 0;
  width: 0px;
  height: 0px;
  vertical-align: middle;
  outline: 0;
  padding: 0;
  margin: 0
}
.close-icon:after {
  background-image: url(../../pictures/cross.png);
  background-size: contain;
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  z-index: 1;
  right: 12px;
  top: 0;
  bottom: 0px;
  border-radius: 50%;
  text-align: center;
  color: white;
  font-weight: normal;
  font-size: 12px;
  cursor: pointer;
  margin: -8px 0 0;
  opacity: 0.5;
}
.close-icon:hover:after {
  opacity: 0.8;
}
.search-box:not(:valid) ~ .close-icon {
  display: none;
}
/* connect */
.lix-connect li {
  display: inline-block;
}
.lix-connect li a {
  position: relative;
  display: block;
  margin-left: 0;
  outline: none;
  text-align: center;
  padding: 10px;
}
.lix-connect li a span {
  display: none
}

.lix-connect li a:hover:before {
  color: #056495
}
.lix-icon-search:hover:before {
  color: #fff
}
.lix-icon-close {
  background: none;
  border: 0;
  padding: 0;
}
.lix-icon-close:before {
  background-image: url(../../pictures/Close.png);
  filter: invert(1);
  display: block;
  content: "";
  /*! float: left; */
  width: 22px;
  height: 22px;
  background-size: contain;
}
.lix-icon-facebook:before {
  background-image: url(../../pictures/facebook-32.png);
  display: block;
  content: "";
  /*! float: left; */
  width: 24px;
  height: 24px;
  background-size: contain;
}
.lix-icon-email:before {
  background-image: url(../../pictures/Mail.png);
  display: block;
  content: "";
  /* [disabled]float: left; */
  width: 24px;
  height: 24px;
  /* [disabled]background-size: contain; */
  background-repeat: no-repeat;
  background-position: bottom;
}
.lix-icon-insta:before {
  background-image: url(../../pictures/instagram-32.png);
  display: block;
  content: "";
  width: 22px;
  height: 22px;
  background-size: contain;
}
.lix-icon-mail:before {
  content: "\e005"
}
.lix-icon-search:before {
  content: "\e006";
  font-size: 20px;
}
.box {
  height: 100%;
  position: fixed;
  z-index: 1000;
  width: 33%;
  min-width: 400px;
  overflow: auto;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.9);
  left: 100%;
  padding: 30px;
  top: 0;
}
.transform {
  -webkit-transition: left 1s ease;
  -moz-transition: left 1s ease;
  -o-transition: left 1s ease;
  -ms-transition: left 1s ease;
  transition-property: left 1s ease;
}
.transform-active {
  background-color: none;
  left: 67%;
}
table.right {
  margin-left: 20%;
}
.right td > p {
  line-height: 1.4em;
  margin: 14px 0px;
}
.right h2 {
  font-size: 120%;
  line-height: 1.4rem;
  font-weight: bold;
  margin: 28px 0 0;
}
.right h2:before {
  padding-right: 10px;
  content: url(../../pictures/list-icon.png);
  display: inline-block;
}
#Logo {
  box-shadow: 0px 0px 40px -3px rgba(0, 0, 0, 0.8);
  height: 140px;
  width: 116px;
  position: absolute;
  top: 0;
}
.pink {
  color: #CC00CC !important;
  font-weight: normal;
}

.pinkbold {
  color: #CC00CC !important;
  font-weight: 700;
}
/* Portfolio Section
--------------------------------*/
#portfolio {
  padding: 100px 0;
}
.portfolio-wrap {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  overflow: hidden;
}
.portfolio-wrap:hover {
background: rgba(128,21,108,0.80);
transition: 0.2s
}
.portfolio-wrap.txt, .portfolio-wrap.txt:hover {
  padding: 3.8rem;
  background: rgba(255, 255, 255, 0.15);
  text-align: center;
}
.portfolio-wrap.txt a {
 padding: 0 6px;
display: inline-block;
}

.portfolio-wrap.txt.action {
	background: rgba(128,21,108,0.80)
}

.portfolio-wrap.txt.action > p, h3 {
    color: whitesmoke;
    font-weight: normal;
}

.portfolio-wrap.txt.action a{
	color: white
}

.portfolio-item.first {
  margin-bottom: 0.1px !important;
}
#portfolio .portfolio-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
#portfolio .portfolio-item figure {
  overflow: hidden;
}
#portfolio .portfolio-item figcaption {
  line-height: initial;
	color: rgba(236,234,234,1.00);
	font-weight: normal ;
}
#portfolio .portfolio-item figcaption h4 {
  text-transform: uppercase;
}
#portfolio .portfolio-item img {
  width: 100% !important;
  /* height: auto; */
}
#portfolio .portfolio-item .portfolio-info {
  /*! background: rgba(255,255,255,0.1); */
  text-align: center;
  padding: 16px 20px;
}
#portfolio .portfolio-item .portfolio-info h4 {
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 700;
  color: white;
  padding: 0 0 0.35rem;
}
#portfolio .portfolio-item .portfolio-info p {
  padding: 0;
  margin-top: 1rem;
  margin-bottom: 0;
  color: #b8b8b8;
  font-weight: 500;
  font-size: 1rem;
  text-transform: uppercase;
}
/* clear fix */
.portfolio-container:after {
  content: '';
  display: block;
  clear: both;
}
/*closing X */
.x {
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  transition: transform .3s ease-in-out;
}
.x:hover {
  transform: rotate(180deg);
}

.x:before {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  height: 0;
  border-top: 2px solid rgba(255, 255, 255, 0.8);
  transform: rotate(45deg);
  transform-origin: center;
}
.x:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  height: 0;
  border-top: 2px solid rgba(252, 255, 255, 0.8);
  transform: rotate(-45deg);
  transform-origin: center;
}
/* encrypt email adress */
.cryptedmail:after {
  content: attr(data-name) "@" attr(data-domain) "." attr(data-tld); 
}

/* nav and bootstrap and lightbox override */
.xxx.is-checked, .gox.active{
  background-color: #80156C !important;
}
:root {
  --breakpoint-xl: 1440px !important;
	--breakpoint-lg: 1150px !important;
}
.col, .col-xl-6, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-6, .col-lg-9, .col-md-4, .col-md-6, .col-md-8, .col-sm-8, .col-6, .col-12 {
  padding-right: 10px;
  padding-left: 10px;
}
.container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.x.active {
  background: none !important;
}
.nav-item.dropdown {
  margin-right: 2rem;
}
.navbar-toggler {
  padding: .95rem;
  border: 0;
}
.navbar {
  padding: 0;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, .95);
  background-color: rgba(0, 0, 0, .3);
}
.navbar-dark .navbar-nav .nav-link {
  padding: 0.9rem;
  letter-spacing: 1px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .8);
}
.navbar-toggler:focus, .navbar-toggler:active {
  outline: none;
  box-shadow: none;
}
.dropdown-menu {
  top: 95%;
  margin: .1rem 0 0;
  color: rgba(255, 255, 255, .8);
  background-color: #333;
  border-radius: .25rem;
  padding-top: 0;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 16px 2.2rem;
  clear: both;
  font-weight: 700;
  text-align: inherit;
  white-space: nowrap;
  border: 0;
  text-transform: uppercase;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, .8);
}
.dropdown-item:focus, .dropdown-item:hover {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  background-color: rgba(0, 0, 0, .25);
}
.dropdown-divider {
  margin: 0;
  border-top: 1px solid #e9ecef2b;
}
.stamp {
  position: relative;
  /*background: orange;
  width: 25%;
  /*height: 60px;*/
}
.stamp1 {
  left: 20%;
  right: 15%;
  top: 0px;
  width: auto;
  height: auto;
}
.lb-data .lb-caption {
  font-size: 1.1em;
  line-height: 1.5em;
}
.lb-data .lb-number {
  font-size: 0.85rem;
  color: #ccc;
}
.lightboxOverlay {
  filter: alpha(Opacity=85);
  opacity: .85;
}
.lb-nav a.lb-prev, .lb-nav a.lb-next {
  filter: alpha(Opacity=0.3);
  opacity: 0.3;
}
/* MEDIA QUERIES */
@media only screen and (min-width: 1024px) {
  body {
    background-attachment: fixed;
  }
  #Kontakt {
    margin-left: 50px;
  }
  .dropdown:hover > .dropdown-menu {
    display: block;
  }
  .dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
  }
}
@media only screen and (max-width: 1150px) {
  .dropdown-item {
    background-color: #ffffff0f;
    ;
  }
  #right_kontakt, #right_imp, #container {
    width: 60%;
  }
  .transform-active {
    background-color: none;
    left: 40%;
  }
}
@media only screen and (max-width: 640px) {
  .lix-header-items-right {
    right: 1rem;
  }
  .lix-inner { 
    padding: 20px 0em 0px;
  }
  #right_kontakt, #right_imp, #container {
    width: 100%;
  }
  .transform-active {
    background-color: none;
    left: 0%;
  }
  #portfolio .portfolio-item .portfolio-info {
  text-align: center;
  padding: 14px 16px;
}
}
@media only screen and (max-width: 576px) {
  #portfolio .portfolio-wrap:hover {
    opacity: 1;
  }
  figure{
    pointer-events: none !important;
  }
 
}


/*featherlight*/

@media all {
 html.with-featherlight {
  overflow:hidden
 }
 .featherlight {
  display:none;
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index:2147483647;
  text-align:center;
  white-space:nowrap;
  cursor:pointer;
  background:#333;
  background:rgba(0,0,0,0)
 }
 .featherlight:last-of-type {
  background:rgba(0,0,0,0.8)
 }
 .featherlight:before {
  content:'';
  display:inline-block;
  height:100%;
  vertical-align:middle
 }
 .featherlight .featherlight-content {
  position:relative;
  text-align:left;
  vertical-align:middle;
  display:inline-block;
  overflow:auto;
  padding:10px 10px 5px;
  border-bottom:10px solid transparent;
  margin-left:5%;
  margin-right:5%;
  background:#fff;
  cursor:auto;
  white-space:normal
 }
 .featherlight .featherlight-inner {
  display:block;
  overflow:hidden
 }
 .featherlight script.featherlight-inner,
 .featherlight link.featherlight-inner,
 .featherlight style.featherlight-inner {
  display:none
 }
 .featherlight .featherlight-close-icon {
  position:absolute;
  z-index:9999;
  top:0;
  right:0;
  line-height:40px;
  width:40px;
  cursor:pointer;
  text-align:center;
  font-family:Arial,sans-serif;
  background:#fff;
  color:#000;
  border:none;
  padding:0;
  font-size:120%
 }
 .featherlight .featherlight-close-icon:hover {
  color:#fff;
  background:#B00E91
 }
 .featherlight .featherlight-close-icon::-moz-focus-inner {
  border:0;
  padding:0
 }
 .featherlight .featherlight-image {
  width:100%
 }
 .featherlight-iframe .featherlight-content {
  border-bottom:0;
  /*! padding:0; */-webkit-overflow-scrolling:touch
 }
 .featherlight iframe {
  border:none
 }
 .featherlight * {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box
 }
}
@-webkit-keyframes featherlightLoader {
 0% {
  -webkit-transform:rotate(0);
  transform:rotate(0)
 }
 100% {
  -webkit-transform:rotate(360deg);
  transform:rotate(360deg)
 }
}
@keyframes featherlightLoader {
 0% {
  -webkit-transform:rotate(0);
  transform:rotate(0)
 }
 100% {
  -webkit-transform:rotate(360deg);
  transform:rotate(360deg)
 }
}
.featherlight-loading .featherlight-content {
 -webkit-animation:featherlightLoader 1s infinite linear;
 animation:featherlightLoader 1s infinite linear;
 background:transparent;
 border:8px solid #8f8f8f;
 border-left-color:#fff;
 border-radius:80px;
 width:80px;
 height:80px;
 min-width:0
}
.featherlight-loading .featherlight-content > * {
 display:none!important
}
.featherlight-loading .featherlight-close,
.featherlight-loading .featherlight-inner {
 display:none
}
@media only screen and (max-width: 1900px) {
 .featherlight .featherlight-inner {
  max-width:1200px;
  max-height:840px
 }
}
@media only screen and (max-width: 1280px) {
 .featherlight .featherlight-inner {
  max-width:1000px;
  max-height:640px
 }
}
@media only screen and (max-width: 1024px) {
 .featherlight .featherlight-inner {
  max-width:800px;
  /* [disabled]max-height:457px */
 }
}
@media only screen and (max-width: 800px) {
 .featherlight .featherlight-inner {
    max-width: 560px;
    /* [disabled]max-height:320px; */
 }
}
@media only screen and (max-width: 640px) {
 .featherlight .featherlight-inner {
    max-width: 480px;
    /* [disabled]max-height:275px; */
 }
}
@media print {
 html.with-featherlight > * > :not(.featherlight) {
  display:none
 }
}


