/*
Theme Name: Blanko Block Theme
Author: MOCvertrieb
*/

html {
  scroll-snap-type: y mandatory;
  white-space: normal;
  overflow-x: hidden;
  overflow-y: scroll;
  scroll-behavior: smooth;
  scroll-snap-align: start;
}
.site-snap {
  aspect-ratio: 1/1;
  width:100vw;
  height:100vh;
  scroll-snap-align: start;
}

body{
	font-family: Safio, Helvetica Neue, helvetica, arial, sans-serif;
}
footer {
  scroll-snap-align: end;
}
h1 {
	font-family:Safio, Helvetica Neue, helvetica, arial, sans-serif;
	text-decoration: none;
}
h2 {
	font-family:Safio, Helvetica Neue, helvetica, arial, sans-serif;
	font-weight:300;
}
header {
	width: 100%;
    position: relative;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
  	justify-content: center;
	scroll-snap-align: start;
	z-index: 10;
}
header > section {
	width:33%;	
}

header.navigation-site {
	width:35px;
	z-index:10;
}
.zeitungsstil {
	column-width: 300px;
  	column-gap: 2em;
}
.kontaktformular {
	width:90%;
	margin-top:10%;
}
.wlfmc-counter-wrapper .wlfmc-counter-icon .wlfmc-counter-number.position-top-right {
	font-size:1.4em;
	font-weight:bold;
	border-radius:100%;
}
.wlfmc-counter-wrapper .wlfmc-counter-icon .wlfmc-counter-number {
	width:29px !important;
	height:29px !important;
	line-height:24px !important;
	font-size:20px !important;
}

.wp-block-woocommerce-customer-account a .wc-block-customer-account__account-icon {
	width: 25px;
	height: 25px;
}

.wp-block-navigation__responsive-container-open {
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.wp-block-navigation__responsive-container-content {
	background-color: #025f1d;
	color: #fff;
	min-height: 100vh;
	line-height: 3;
	border-top: 2px;
	border-top-style: solid;
	border-top-color: #f00;
	width:99%;
}

.wp-block-navigation__responsive-container-close {
    background-color: #025f1d;
	color: #fff;
}
.header-nav-rechts {
	display:flex;
	flex-direction:row;
	align-items: center;
	justify-content: space-between;
}
.logo {
	border-top-right-radius:3%;
	border-top-left-radius:3%;
} 

.wc-block-mini-cart__badge {
    color: #fff;
}


.orderby {
  width: 300px;
  height: 40px;
  background-color: #333;
  color: #fff;
  padding-left: 10px;
	margin-left:10px;
	border:0;
  }
.search  > div .wlfmc-add-button , .archive > div .wlfmc-add-button , .wlfmc-add-to-wishlist.exists.show-remove-after-add .wlfmc-removefromwishlist {
  display: none;
}

.load-intoout {
  animation: load-in-to-out 3s;
}
@keyframes load-in-to-out {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }  
  70% {
    transform: scale(1.25);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;	
  }
}

.wlfmc-counter-wrapper .wlfmc-counter-icon .wlfmc-counter-number {
  top: calc(50% - 25px);
  left: 25px;
  min-width: 25px;
  height: 25px;
  font-size: 25px;
  line-height: 25px;
  margin:0 auto;
}
.cube-wrap {
  --size: 30vmin;
  position:sticky;
  top:100%;
  left:50%;
  width: 0;
  height: 0;
  perspective: 100vmin;
  scroll-snap-align:start;
  }
  .cube {
  transform-style: preserve-3d;
  transform: rotateX(0deg) rotateZ(45deg) rotateY(-45deg);
  animation: cube 20s linear;
  /* Pause the animation */
  animation-play-state: running;
  /* Bind the animation to scroll */
  animation-delay: calc(var(--scroll) * -1s);
  /* These last 2 properites clean up overshoot weirdness */
  animation-iteration-count: 100;
  animation-fill-mode: both;
  }
  @keyframes cube {
  to {
  transform: rotateX(360deg) rotateZ(45deg) rotateY(-45deg);
  }
  }
  .side {
  position: absolute;
  width: var(--size);
  height: var(--size);
  backface-visibility: visible;
  top: calc(var(--size) * -.5);
  left: calc(var(--size) * -.5);
  border: 0.5px solid;
  border-color:rgba(255,200,255,0.3);
  box-shadow: 3px 3px 3px 3px rgba(255,200,255,0.1);
  }
  .top img, .bottom img, .left img, .right img, .front img, .back img  {
  width:100%;
  height:100%;
  }
  .top {
  transform: rotateX(90deg) translateZ(calc(var(--size) * .5));
  }
  .bottom {
  transform: rotateX(90deg) translateZ(calc(var(--size) * -.5));
  }
  .left {
  transform: rotateY(90deg) translateZ(calc(var(--size) * .5));
  }
  .right {
  transform: rotateY(90deg) translateZ(calc(var(--size) * -.5));
  }
  .front {
  transform: translateZ(calc(var(--size) * .5));
  }
  .back {
  transform: translateZ(calc(var(--size) * -.5));
  }
.btn-zumshop img {
  transition: transform 7s;
}
.btn-zumshop:hover img {
  transform: rotate(-140deg);
}
.btn-zumshop a:link, .btn-zumshop a:visited {
  text-decoration: none;
}
.wp-block-tiptip-hyperlink-group-block {
  text-decoration: none;
}
.bluesquare { 
	position:relative;
	width:100%;
}
.h2bluesquare {
	width:100%;
	top:0; left:0;
	transition: left 3s 0.5s;	
}

.slideright {
	left: 70%;
}

.bluesquare h2 {
	left:-200px;
	width:100%;
	align-items: center;
}

/* html body .wp-block-woocommerce-product-details.is-style-minimal ul.tabs.wc-tabs li.active a,
html body .wp-block-woocommerce-product-details.is-style-minimal ul.tabs.wc-tabs li:focus-within a,
html body .wp-block-woocommerce-product-details.is-style-minimal ul.tabs.wc-tabs li:hover a  {
	display: block;
}
*/
.woocommerce-Tabs-panel > h2 {
	display: none;
}

.wp-block-woocommerce-empty-mini-cart-contents-block, .wp-block-woocommerce-filled-mini-cart-contents-block {
	height:auto;
}

.wc-block-components-product-image img[alt=""] {
  border: 0px !important;
}

.wlfmc-list .gap-5, .wlfmc-wishlist-form .gap-5 {
	margin-left:10px;
}
.wlfmc-list .action-wrapper #bulk_actions {
	margin-left:10px;
}
.wlfmc-counter-content, .wlfmc-wishlist-content, .d-flex, .flex-column, .gap-10 {color:#ffffff;}
.wunschliste {
	width:90%;
	margin-left: 0 auto !important;
	color:#fff; 
}

* {
  box-sizing: border-box;
}
@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.ticker-wrap {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 4rem;

  padding-left: 100%;
  box-sizing: content-box;
}
.ticker-wrap .ticker {
  display: inline-block;
  height: 4rem;
  line-height: 4rem;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 300s;
  animation-duration: 300s;
}
.ticker-wrap .ticker__item {
  display: inline-block;

}

@media only screen and (max-width: 960px) {
	header {
		width:100%;
		background-color:#025f1d;
		display:block;
	}
	
	header > section {
		width:100%;
	}

	#is-search-input-429 {
		width: 100%;
	}
 
	.wuerfel {
  		height:100vh;
	}
	.slideright {
		left: 10%;
	}

}
