/*!
	By André Rinas, www.andrerinas.de
	Documentation, www.simplelightbox.com
	Available for use under the MIT License
	Version 2.13.0
*/
body.hidden-scroll {
  overflow: hidden; }

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  display: none;
  z-index: 1035; }

.sl-wrapper {
  z-index: 1040;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed; }
  .sl-wrapper * {
	box-sizing: border-box; }
  .sl-wrapper button {
	border: 0 none;
	background: transparent;
	font-size: 28px;
	padding: 0;
	cursor: pointer; }
	.sl-wrapper button:hover {
	  opacity: 0.7; }
  .sl-wrapper .sl-close {
	display: none;
	position: fixed;
	right: 30px;
	top: 30px;
	z-index: 10060;
	margin-top: -14px;
	margin-right: -14px;
	height: 44px;
	width: 44px;
	line-height: 44px;
	font-family: Arial, Baskerville, monospace;
	color: #000;
	font-size: 3rem; }
  .sl-wrapper .sl-counter {
	display: none;
	position: fixed;
	top: 30px;
	left: 30px;
	z-index: 10060;
	color: #000;
	font-size: 1rem; }
  .sl-wrapper .sl-download {
	display: none;
	position: fixed;
	bottom: 5px;
	width: 100%;
	text-align: center;
	z-index: 10060;
	color: #fff;
	font-size: 1rem; }
	.sl-wrapper .sl-download a {
	  color: #fff; }
  .sl-wrapper .sl-navigation {
	width: 100%;
	display: none; }
	.sl-wrapper .sl-navigation button {
	  position: fixed;
	  top: 50%;
	  margin-top: -22px;
	  height: 44px;
	  width: 22px;
	  line-height: 44px;
	  text-align: center;
	  display: block;
	  z-index: 10060;
	  font-family: Arial, Baskerville, monospace;
	  color: #000; }
	  .sl-wrapper .sl-navigation button.sl-next {
		right: 5px;
		font-size: 2rem; }
	  .sl-wrapper .sl-navigation button.sl-prev {
		left: 5px;
		font-size: 2rem; }
	  @media (min-width: 35.5em) {
		.sl-wrapper .sl-navigation button {
		  width: 44px; }
		  .sl-wrapper .sl-navigation button.sl-next {
			right: 10px;
			font-size: 3rem; }
		  .sl-wrapper .sl-navigation button.sl-prev {
			left: 10px;
			font-size: 3rem; } }
	  @media (min-width: 50em) {
		.sl-wrapper .sl-navigation button {
		  width: 44px; }
		  .sl-wrapper .sl-navigation button.sl-next {
			right: 20px;
			font-size: 3rem; }
		  .sl-wrapper .sl-navigation button.sl-prev {
			left: 20px;
			font-size: 3rem; } }
  .sl-wrapper.sl-dir-rtl .sl-navigation {
	direction: ltr; }
  .sl-wrapper .sl-image {
	position: fixed;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 10000; }
	.sl-wrapper .sl-image img {
	  margin: 0;
	  padding: 0;
	  display: block;
	  border: 0 none;
	  width: 100%;
	  height: auto; }
	  @media (min-width: 35.5em) {
		.sl-wrapper .sl-image img {
		  border: 0 none; } }
	  @media (min-width: 50em) {
		.sl-wrapper .sl-image img {
		  border: 0 none; } }
	.sl-wrapper .sl-image iframe {
	  background: #000;
	  border: 0 none; }
	  @media (min-width: 35.5em) {
		.sl-wrapper .sl-image iframe {
		  border: 0 none; } }
	  @media (min-width: 50em) {
		.sl-wrapper .sl-image iframe {
		  border: 0 none; } }
	.sl-wrapper .sl-image .sl-caption {
	  display: none;
	  padding: 10px;
	  color: #fff;
	  background: rgba(0, 0, 0, 0.8);
	  font-size: 1rem;
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  right: 0; }
	  .sl-wrapper .sl-image .sl-caption.pos-top {
		bottom: auto;
		top: 0; }
	  .sl-wrapper .sl-image .sl-caption.pos-outside {
		bottom: auto; }

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite; }

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.sl-transition {
  transition: -moz-transform ease 200ms;
  transition: -ms-transform ease 200ms;
  transition: -o-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms; }

@-webkit-keyframes pulsate {
  0% {
	transform: scale(0.1);
	opacity: 0.0; }
  50% {
	opacity: 1; }
  100% {
	transform: scale(1.2);
	opacity: 0; } }

@keyframes pulsate {
  0% {
	transform: scale(0.1);
	opacity: 0.0; }
  50% {
	opacity: 1; }
  100% {
	transform: scale(1.2);
	opacity: 0; } }

@-moz-keyframes pulsate {
  0% {
	transform: scale(0.1);
	opacity: 0.0; }
  50% {
	opacity: 1; }
  100% {
	transform: scale(1.2);
	opacity: 0; } }

@-o-keyframes pulsate {
  0% {
	transform: scale(0.1);
	opacity: 0.0; }
  50% {
	opacity: 1; }
  100% {
	transform: scale(1.2);
	opacity: 0; } }

@-ms-keyframes pulsate {
  0% {
	transform: scale(0.1);
	opacity: 0.0; }
  50% {
	opacity: 1; }
  100% {
	transform: scale(1.2);
	opacity: 0; } }


.tns-outer{padding:0 !important}.tns-outer [hidden]{display:none !important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-slider{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}.tns-slider>.tns-item{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{content:'';display:table;clear:both}.tns-horizontal.tns-no-subpixel>.tns-item{float:left}.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}.tns-no-calc{position:relative;left:0}.tns-gallery{position:relative;left:0;min-height:1px}.tns-gallery>.tns-item{position:absolute;left:-100%;-webkit-transition:transform 0s, opacity 0s;-moz-transition:transform 0s, opacity 0s;transition:transform 0s, opacity 0s}.tns-gallery>.tns-slide-active{position:relative;left:auto !important}.tns-gallery>.tns-moving{-webkit-transition:all 0.25s;-moz-transition:all 0.25s;transition:all 0.25s}.tns-autowidth{display:inline-block}.tns-lazy-img{-webkit-transition:opacity 0.6s;-moz-transition:opacity 0.6s;transition:opacity 0.6s;opacity:0.6}.tns-lazy-img.tns-complete{opacity:1}.tns-ah{-webkit-transition:height 0s;-moz-transition:height 0s;transition:height 0s}.tns-ovh{overflow:hidden}.tns-visually-hidden{position:absolute;left:-10000em}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{opacity:1;filter:alpha(opacity=100);z-index:0}.tns-normal,.tns-fadeOut{opacity:0;filter:alpha(opacity=0);z-index:-1}.tns-vpfix{white-space:nowrap}.tns-vpfix>div,.tns-vpfix>li{display:inline-block}.tns-t-subp2{margin:0 auto;width:310px;position:relative;height:10px;overflow:hidden}.tns-t-ct{width:2333.3333333%;width:-webkit-calc(100% * 70 / 3);width:-moz-calc(100% * 70 / 3);width:calc(100% * 70 / 3);position:absolute;right:0}.tns-t-ct:after{content:'';display:table;clear:both}.tns-t-ct>div{width:1.4285714%;width:-webkit-calc(100% / 70);width:-moz-calc(100% / 70);width:calc(100% / 70);height:10px;float:left}






/* -------------------------------- 

xsigin/signup popup 

-------------------------------- */
.cd-user-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(52, 54, 66, 0.9);
  z-index: 99999;
  overflow-y: auto;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0, visibility 0 0.3s;
  -moz-transition: opacity 0.3s 0, visibility 0 0.3s;
  transition: opacity 0.3s 0, visibility 0 0.3s;
}
.cd-user-modal.is-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s 0, visibility 0 0;
  -moz-transition: opacity 0.3s 0, visibility 0 0;
  transition: opacity 0.3s 0, visibility 0 0;
}
.cd-user-modal.is-visible .cd-user-modal-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.cd-user-modal-container .headline__centered__out{
	flex-direction: column;
	text-align: center;
}
.cd-user-modal-container .headline__centered__out .headline__centered span{
	
	font-size: 2.4rem;
}

.cd-user-modal-container {
  position: relative;
  width: 90%;
  max-width: 600px;
  background: #FFF;
  margin: 3em auto 4em;
  padding: 4rem;
  cursor: auto;
  border-radius: 0.25em;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.shop-modal .cd-user-modal-container{
  max-width: 100rem;
}
.cd-user-modal-container .cd-switcher::after {
  clear: both;
  content: "";
  display: table;
}
.cd-user-modal-container .cd-switcher li {
  width: 50%;
  float: left;
  text-align: center;
}
.cd-user-modal-container .cd-switcher li:first-child a {
  border-radius: 0.25em 0 0 0;
}
.cd-user-modal-container .cd-switcher li:last-child a {
  border-radius: 0 0.25em 0 0;
}
.cd-user-modal-container .cd-switcher a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #d2d8d8;
  color: #809191;
}
.cd-user-modal-container .cd-switcher a.selected {
  background: #FFF;
  color: #505260;
}
@media only screen and (min-width: 600px) {
  .cd-user-modal-container {
	margin: 4em auto;
  }
  .cd-user-modal-container .cd-switcher a {
	height: 70px;
	line-height: 70px;
  }
}

.cd-form {
}
.cd-form .fieldset {
  position: relative;
  margin: 1.4em 0;
}

.cd-form label {
}
.cd-form label.image-replace {
  /* replace text with an icon */
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 50%;
  display: none;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
  text-shadow: none;
  background-repeat: no-repeat;
  background-position: 50% 0;
}


.cd-form input , .cd-form textarea{
  margin: 0;
  padding: 0;
  border-radius: 0.25em;
}
.cd-form input.full-width,
.cd-form textarea.full-width {
  width: 100%;
}
.cd-form input.has-padding ,
.cd-form textarea.has-padding {
  padding: 12px 20px 12px 20px;
}
.cd-form input.has-border,
.cd-form textarea.has-border {
  border: 1px solid #d2d8d8;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.cd-form textarea.has-border:focus,
.cd-form input.has-border:focus {
  border-color: #343642;
  box-shadow: 0 0 5px rgba(52, 54, 66, 0.1);
  outline: none;
}
.cd-form textarea.has-error,
.cd-form input.has-error {
  border: 1px solid #d76666;
}

.cd-form textarea{
  max-height: 12rem;
}
.cd-form input[type=password] {
  /* space left for the HIDE button */
  padding-right: 65px;
}
.cd-form input[type=submit] {
  padding: 2rem 4rem;
  cursor: pointer;
  background: var(--color3);
  color: #FFF;
  font-weight: bold;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.no-touch .cd-form input[type=submit]:hover, .no-touch .cd-form input[type=submit]:focus {
  background: #3599ae;
  outline: none;
}
.cd-form .hide-password {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 6px 15px;
  border-left: 1px solid #d2d8d8;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  font-size: 0.875rem;
  color: #343642;
}
.cd-form .cd-error-message {
  display: inline-block;
  position: absolute;
  left: -5px;
  bottom: -35px;
  background: rgba(215, 102, 102, 0.9);
  padding: 0.8em;
  z-index: 2;
  color: #FFF;
  font-size: 13px;
  font-size: 0.8125rem;
  border-radius: 0.25em;
  /* prevent click and touch events */
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0, visibility 0 0.2s;
  -moz-transition: opacity 0.2s 0, visibility 0 0.2s;
  transition: opacity 0.2s 0, visibility 0 0.2s;
}
.cd-form .cd-error-message::after {
  /* triangle */
  content: "";
  position: absolute;
  left: 22px;
  bottom: 100%;
  height: 0;
  width: 0;
  border-bottom: 8px solid rgba(215, 102, 102, 0.9);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.cd-form .cd-error-message.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s 0, visibility 0 0;
  -moz-transition: opacity 0.2s 0, visibility 0 0;
  transition: opacity 0.2s 0, visibility 0 0;
}
@media only screen and (min-width: 600px) {
  .cd-form {
	padding: 2em;
  }
  .cd-form .fieldset {
	margin: 2em 0;
  }
  
  .cd-form input.has-padding, 
  .cd-form textarea.has-padding {
	padding: 10px 14px 10px 14px;
  }
  .cd-form input[type=submit] {
	padding: 16px 0;
  }
}

.cd-form-message {
  padding: 1.4em 1.4em 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .cd-form-message {
	padding: 2em 2em 0;
  }
  
  .cd-form-2fr{
    display: grid;
    grid-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }
}

  .cd-form .fieldset{
    margin:0 0 1.2rem 0;
  }
.cd-form-bottom-message {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -30px;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}
.cd-form-bottom-message a {
  color: #FFF;
  text-decoration: underline;
}

.cd-close-form {
  /* form X button on top right */
  display: block;
  position: absolute;
  width: 4rem;
  height: 4rem;
  right: 1rem;
  top: 1rem;
  background: url("../img/cd-icon-close.svg") no-repeat center center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.wpcf7-not-valid-tip{
  font-size: 1.3rem !important;
  margin-top: 1rem;
}
#cd-login, #cd-signup, #cd-reset-password {
  display: none;
}

#cd-login.is-selected, #cd-signup.is-selected, #cd-reset-password.is-selected {
  display: block;
}



