/*
Theme Name: proionic
Theme URI: https://the-flow.at
Template: hello-elementor
Author: The Flow Marketing KG
Author URI: https://www.the-flow.at
Version: 3.0.0
Updated: 2017-04-26 21:00:00
*/

@charset "UTF-8";


body {
	font-family: var(--e-global-typography-text-font-family);
	font-weight: var(--e-global-typography-text-font-weight);
	padding: 0 50px;
}
body, html {
	hyphens: auto;
}
@media screen and ( max-width: 768px ) {
	body {
		padding: 0 25px;
	}
}
main#content,
div[data-elementor-type="header"],
div[data-elementor-type="footer"] {
	max-width: 1920px;
	margin: auto;
}
h1 {
	font-family: var(--e-global-typography-primary-font-family);
	font-weight: var(--e-global-typography-primary-font-weight);
	hyphens: auto;
}
h2,h3,h4,h4 {
	font-family: var(--e-global-typography-secondary-font-family);
	font-weight: var(--e-global-typography-secondary-font-weight);
	hyphens: auto;
}
em,i{
	font-family: var(--e-global-typography-accent-font-family);
	font-weight: var(--e-global-typography-accent-font-weight);
}
b,strong{
	font-family: var(--e-global-typography-accent-font-family);
	font-weight: bold;
}
small { font-size: 0.66em }
a {
    color: var(--e-global-color-primary)
}
a:hover,
a:active {
    color: var(--e-global-color-accent)
}
.elementor-element a.elementor-button,
div[data-elementor-type="header"] a {
	text-decoration: none;
}

section.elementor-section {
	max-width: 1920px;
	margin: 0 auto;
}


/* LOADING SPINNER */

.loading-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255,255,255,.85);
	z-index: 99;
	width: 100%;
	height: 100%;
	text-align: center;
	display: none;
}

.loader {
	width: 48px;
	height: 48px;
	border: 3px solid var(--e-global-color-primary);
	border-radius: 50%;
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	animation: rotation .8s linear infinite;
	margin-top: 35px;
  }
  .loader::after {
	content: '';  
	box-sizing: border-box;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 56px;
	height: 56px;
	border-radius: 50%;
	border: 3px solid;
	border-color: var(--e-global-color-accent) transparent;
	animation: none;
  }
  
  @keyframes rotation {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(360deg);
	}
  } 

/*
 *
 * WIZARD
 *
 */

.wizard-container {
	display: flex;
	background: white;
	border-radius: 35px;
	padding: 25px;
	gap: 14px;
	width: 66%;
	margin: auto;
	border: 25px solid var( --e-global-color-1b010f0 );
	position: relative;
}
@media screen and ( max-width: 768px ) { 
	.wizard-container {
		width: 88%;
		flex-flow: column;
	}
}
.wizard-container .wizard-column {
	flex-basis: 47.5%;
	display: flex;
	align-items: center;
}
.wizard-container .wizard-column.icon {
	flex-basis: 5%;
}
@media screen and ( max-width: 768px ) {
	.wizard-container .wizard-column {
		flex-basis: 100%;
		flex-flow: column;
	}
	.wizard-container .wizard-column.icon {
		display: none;
	}
}
.wizard-container .wizard-column:first-child {
	justify-content: flex-start;
}
.wizard-container .wizard-column:last-child {
	justify-content: flex-end;
}
.wizard-container .wizard-column h3,
.wizard-container .wizard-column select,
.wizard-container .wizard-column ul {
	display: inline-block;
}
.wizard-container .wizard-column h3 {
	font-weight: 900;
}
.wizard-container .wizard-column.reverse h3 {
	order: 10;
}
@media screen and ( max-width: 768px ) {
	.wizard-container .wizard-column.reverse h3 {
		order: 1;
	}
}
.wizard-container .wizard-column select {
	width: 60%;
	margin: 0 10px;
	height: 42px;
}
@media screen and ( max-width: 768px ) {
	.wizard-container .wizard-column select {
		width: 100%;
		order: 2;
	}
}
.wizard-container .wizard-column h3 strong {
	font-weight: 900;
	font-size: 2.5rem;
	text-shadow: -1px 0 var(--e-global-color-primary), 0 1px var(--e-global-color-primary), 1px 0 var(--e-global-color-primary), 0 -1px var(--e-global-color-primary);
	color: var(--e-global-color-primary);
	position: relative;
}
#wizard-results {
	margin: 50px auto;
}
#wizard-results.no-selection {
	padding: 2rem 0;
	background-image: url('https://proionic.eigenefirmenwebseite.at/wp-content/uploads/2023/10/il-catalog_screenshot.webp');
	background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
#wizard-results.no-selection p {
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 2rem;
}
#wizard-results .results-wrapper .products,
.woocommerce .elementor-grid.products {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	padding-inline-start: 0;
}
@media screen and ( max-width: 768px ) {
	#wizard-results .results-wrapper .products,
	.woocommerce .elementor-grid.products {
		grid-template-columns: 1fr;
	}
	#wizard-results.no-selection {
		padding: 25px 0;
	}
	#wizard-results.no-selection p {
		font-size: 1.45rem;
		line-height: 1;
	}
}
#wizard-results .results-wrapper .products .product {
	list-style-type: none;
	background: white;
	border-radius: 35px;
	padding: 75px;
}
#wizard-results .results-wrapper .products .product h3 {
	font-size: 3rem;
	font-weight: 900;
	display: inline-block;
}
#wizard-results .results-wrapper .products .product img {
	margin-left: 25px;
	max-width: 60%;
	max-height: 120px;
	width: auto;
}
#wizard-results .results-wrapper .products .product .availablity {
	padding: 4px 25px;
	border-radius: 100px;
	font-weight: 900;
	background: #E7EB8E;
}
#wizard-results .results-wrapper .products .product .availablity.available {
	background: #8EEBB9;
}
#wizard-results .results-wrapper .products .product .footer {
	display: flex;
	gap: 20px;
	margin: 50px auto 0 auto;
}
#wizard-results .results-wrapper .products .product .footer .column {
	flex-basis: 50%;
}
#wizard-results .results-wrapper .products .product .footer .column:last-child {
	text-align: right;
}
#wizard-results .results-wrapper .products .product .footer a.elementor-button {
	text-align: left;
}
#wizard-results .results-wrapper .products .product .footer a.elementor-button .elementor-button-icon.elementor-align-icon-right {
	padding-top: 18px;
	margin-left: 50px;
}
@media screen and ( max-width: 768px ) {
	#wizard-results .results-wrapper .products .product {
		padding: 25px;
	}
	#wizard-results .results-wrapper .products .product .footer  {
		flex-flow: column;
	}
}


/*
 *
 * Product details
 *
 */

table.proionic-product-details,
table.proionic-product-details th,
table.proionic-product-details td {
	border: 0px;
}
table.proionic-product-details th,
table.proionic-product-details td {
	border-bottom: 1px solid rgba(0,0,0,.1);
	background-color: transparent !important;
	background: transparent !important;
	font-size: 1.15rem;
	text-align: left;
}

.availablity {
	padding: 4px 25px;
	border-radius: 100px;
	font-weight: 900;
	background: #E7EB8E;
}
.availablity.available {
	background: #8EEBB9;
}

.proionic-additional-info {
	margin-top: 25px;
	padding: 0 15px;
}

.proionic-prices {
	margin-top: 25px;
}

.pswp__bg,
.pswp__ui--fit .pswp__caption, 
.pswp__ui--fit .pswp__top-bar {
	background: white;
	opacity: .95 !important;
}
.pswp__caption .pswp__caption__center {
	color: black;
}
.pswp--open {
	z-index: 9999;
}

.pswp button.pswp__button, 
.pswp button.pswp__button--arrow--left::before, 
.pswp button.pswp__button--arrow--right::before, 
.pswp button.pswp__button:hover {
	background-color: black !important;
}

.elementor-wc-products .products .product .elementor-button .elementor-align-icon-right {
	margin-left: 0 !important;
	padding-right: 0.5rem;
}

/*
 *
 * IL Catalog
 *
 */

 .il-catalog .products .product .product-title {
	font-size: 3rem;
	font-weight: 900;
 }
 .il-catalog .products .product a.woocommerce-loop-product__link {
	display: flex !important;
	flex-wrap: wrap;
 }
 .il-catalog .products .product img {
	flex-basis: 50%;
 }
 .il-catalog .products .product h2 {
	font-size: .9rem !important;
	flex-basis: 50%;
 }
 .il-catalog .products .product .header {
	flex-basis: 100%;
	margin-bottom: 25px;
 }
 .il-catalog .products .product a.elementor-button {
	text-align: left;
 }
 .il-catalog .elementor-wc-products ul.products {
	grid-row-gap: 20px !important;
 }
 @media screen and ( max-width: 768px ) {
	.il-catalog .products .product h2 {
		flex-basis: 100%;
		padding-top: 25px;
	}
 }



 /*
  *
  * SHOW ALL
  *
  */

.show-all {
	overflow: hidden;
	transition: all 1s;
	max-height: 10000000px;
	position: relative;
}
.show-all.hidden {
	max-height: 1500px;
}
.show-all .show-all-button {
	position: absolute;
	bottom: 0;
    width: 100%;
    text-align: center;
    padding: 100px 0 50px 0;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
	font-weight: bold;
}




 /* Search Results */
.section--search-results {
	max-width: 1920px;
}

/* Footer Newsletter Form */
.proionic-footer-form {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.proionic-footer-form input {
	border-radius: 15px 15px 15px 15px;
}

.proionic-footer-form label {
	font-family: "neuzeit-grotesk", Sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.4em;
}
.proionic-footer-form p.terms label {
    font-family: "neuzeit-grotesk", Sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4em;
}

.proionic-footer-form p input.button {
	padding: 14px 18px 14px 18px !important;
	margin-top: -1rem;
}


/* Reference Box */

@media only screen and (min-width: 1025px) {
	.proionic-reference-box .elementor-testimonial-wrapper {
		display: flex;
		flex-direction: row-reverse;
		gap: 4rem;
	}
}

@media only screen and (max-width: 1024px) {
	.proionic-reference-box .elementor-testimonial-wrapper {
		display: flex;
		flex-direction: column-reverse;
		gap: 1rem;
	}
}


/* Reference Box */
/*
.elementor-testimonial-wrapper .elementor-testimonial-meta {
    width: 18rem !important;
}

/* Download Icon Liste */
@media only screen and (min-width: 768px) {
	.proionic-download-icon-liste {
		column-count: 2;
	}
}

@media only screen and (min-width: 1025px) {
	.proionic-download-icon-liste {
		column-count: 3;
	}
}

/* About us - Service & Products Grid */
.proionic-service-box-wrapper .elementor-button span {
	text-align: left;
}

.proionic-service-box .elementor-widget-button {
	margin-top: auto;
}

/* Menü-Anpassungen */
.proionic-main-menu .elementor-nav-menu .sub-menu {
	box-shadow: 0 0 15px rgba(0,0,0,.1);	
}

/* Slider Startseite */
.proionic-slider .swiper-counter {
	color: #2f2f2f;
	padding-bottom: 1rem;
}

.proionic-slider .elementor-button-icon {
	display: none;
}

.proionic-slider .swiper-slide-bg, 
.proionic-slider .elementor-background-overlay {
	border-radius: 36px;
}

@media (max-width: 1024px) {
	.proionic-slider .swiper-slide-bg, 
	.proionic-slider .elementor-background-overlay {
		border-radius: 26px;
	}
}

@media (max-width: 767px) {
	.proionic-slider .swiper-slide-bg, 
	.proionic-slider .elementor-background-overlay {
		border-radius: 16px;
	}
}

/* Zusatzanpassungen Produkt-Grids */
.elementor-products-grid.elementor-wc-products .products .product {
	border-radius: 36px !important;
}

@media (max-width: 1024px) {
	.elementor-products-grid.elementor-wc-products .products .product {
		border-radius: 26px !important;
	}
}

@media (max-width: 767px) {
	.elementor-products-grid.elementor-wc-products .products .product {
		border-radius: 16px !important;
	}
}

/* Anpassung Bild Gutenberg Zitat */
.wp-block-columns.quote .wp-block-image.alignright {
	margin-inline-start: 0;
    margin-inline-end: 0;
}

.wp-block-columns.quote .wp-block-image img {
	height: auto !important;
}

/* Header */
@media (max-width: 1900px) {
	.proionic-header--info-box {
		display: none !important;
	}
}

@media (max-width: 1340px) and (min-width: 1024px) {
	.proionic-main-menu {
		font-size: .8em;
	}
	
	.proionic-header img {
		
	}
	
	.proionic-header--logo {
		width: 15% !important;
	}
	
	.subline {
		display: none;
	}
}
