/*
Theme Name: Impreza VT Child
Version: 7.6.4
Description: von vital-web.at
Author: Sonja Majewski
Author URI: http://www.vital-web.at
Template: Impreza
Version: 1.0
Tags:
*/

/*#region Variablen */ 
:root {
	--color1: #ff0081;
	--color2: #acdb35;
	--borderColor1: rgb(155, 155, 155);
}
/*#endregion Variablen */ 

/*#region Allgemein **************/
.vwHide{
	display:none;
}

.l-titlebar.color_alternate{
	background-color:transparent !important;
}

.l-header.bg_transparent .l-subheader.at_middle {
  background-image:url("https://www.vitaltrainerin.at/wp-content/uploads/2020/07/welle-homepage-2020.png") !important;
	background-repeat:no-repeat;
	background-position:bottom left;
	height:190px;
}
.l-header.bg_transparent.sticky .l-subheader.at_middle {
	background-image:none !important;
}

.l-header.bg_transparent.sticky{
  top: 0;
  border-top: 10px solid #fff;
}

.l-header.sticky .l-subheader {
	background-color:#fff;
}
.l-canvas, .l-main {
	margin-top:15px;
}

#page-header .at_top{
	background-image: none;
	background-color: #fff;
}

#page-header .vwLogo{
		top:33px;
		position:relative;
}
#page-header.sticky .vwLogo{
		top:0px;
		position:relative;
}

#page-header.sticky{
		top:0px;
}

#page-header .vwTopNav, #page-header .vwTopSearch{
		top:10px;
		position:relative;
}#page-header.sticky .vwTopNav, #page-header.sticky .vwTopSearch{
		top:0px;
		position:relative;
}
.vwHidden{
	display:none !important;
}
/*#endregion Allgemein **************/

/*#region HEADER **************/
#page-header .at_top .at_right .ush_html_1{
	margin-left: 0;
	width: 20px;
}
/*#endregion HEADER **************/

/*#region NEWSLETTER PLUGIN **************/
.widget_newsletterwidget{
	background-color:#ddd;
	padding:10px;
	border-radius:4.2px;
	border-color:#ddd;
	border-style:solid;
}
.widget_newsletterwidget h3{
	font-size:17px;
	margin-bottom:5px;
}
.widget_newsletterwidget .tnp-submit:hover{
	background-color:#aaa !important;
	background-image:none !important;
}
.widget_newsletterwidget .tnp-submit{
	background-color:#ff0081 !important;
	background-image:none !important;
}
.vwHeadlineNewsletterAnmeldung{
	margin-left: 30px;
}
.vwNewsletterHinweis{
	padding-left: 30px;
}
.w-nav.type_desktop .w-nav-list.level_2{
  left:inherit !important;
}
/*#endregion NEWSLETTER PLUGIN **************/

/*#region BLOGPOSTS ***************/
.w-hwrapper .published{
	display: none;
}
.l-section.height_medium{
	padding-top: 24px;
}

.vwResponsivePhone{
	display: none;
}
.vwResponsiveNormal{
	display: block;
}
/*#endregion BLOGPOSTS ***************/

/*#region Shop ***************/ 
/*#region Shop Grid***************/ 
.w-grid-list .w-grid-item-h{
	border: 1px solid var(--borderColor1);
	padding-bottom: 10px;
	background-color: #f1f1f1;
}
.w-grid-list .w-grid-item-h im1g{
	height: 150px;
	width: auto !important;
}
.w-grid-list .post_image{
	overflow: hidden;
	max-height: 150px;
	border-bottom: 3px solid var(--color1);
}
.w-grid-list .post_title, .w-grid-list .price {
	padding-left: 15px !important;
}
.w-grid-list .add_to_cart_button {
	background-color: var(--color1);
	border: 2px solid var(--color1) !important;
	color: #fff;
	border-radius: 4px;
}
.w-grid-list .add_to_cart_button:hover {
	background-color: var(--color2);
	border: 2px solid var(--color2) !important;
	color: #fff !important;
}
.w-grid-list .w-btn-label{
	font-weight: bold !important;
	font-size: 1rem;
}
.w-grid-list .w-btn-wrapper {
	text-align: center;
	padding-top: 20px;
}
/*#endregion Shop Grid***************/ 
/*#region Cart ***************/ 
.wc-block-cart .wc-block-cart__submit-button{
	background-color: var(--color1);
	border: 2px solid var(--color1) !important;
	color: #fff;
	border-radius: 4px;
}
.wc-block-cart .wc-block-cart__submit-button:hover {
	background-color: var(--color2);
	border: 2px solid var(--color2) !important;
	color: #fff !important;
}
.wc-block-cart .wc-block-cart__submit-button span{
	font-weight: bold !important;
	text-decoration: none !important;
}
.wc-block-cart .wc-block-cart__submit-button:hover{
	text-decoration: none !important;
}
.wc-block-cart-item__product .wc-block-cart-item__prices, 
.wc-block-cart-item__product .wc-block-components-product-metadata{
	display: none;
}
.wp-block-woocommerce-cart-order-summary-totals-block{
	display: none;
}
.wc-block-cart-items__header-image{
	padding-left: 15px !important;
}
.wp-block-woocommerce-cart-order-summary-heading-block{
	padding-left: 15px !important;
}
.is-large.wc-block-cart .wc-block-cart-items td{
	padding: 20px 15px !important;
}
.wc-block-components-formatted-money-amount{
	position: relative;
	top:-4px;
}
.woocommerce-cart-form__cart-item .product-quantity{
	display: none !important;
}
.woocommerce-cart-form__cart-item .remove:hover::before{
	color: #c51e1e !important;
}
.woocommerce-cart-form__cart-item .remove:hover{
	text-decoration: none !important;
}
.wc-proceed-to-checkout a{
	background-color: var(--color1) !important;
	border: 2px solid var(--color1) !important;
	color: #fff;
	border-radius: 4px;
}
.wc-proceed-to-checkout a:hover {
	background-color: var(--color2) !important;
	border: 2px solid var(--color2) !important;
	color: #fff !important;
}
.wc-proceed-to-checkout span{
	font-weight: bold !important;
	text-decoration: none !important;
	color:#fff;
}
.wc-proceed-to-checkout:hover span, .wc-proceed-to-checkout a:hover{
	text-decoration: none !important;
}
.vwH2{
	color: var(--color1);
	font-size: 2rem ;
}
.vwH2Breadcrumb{
	margin-bottom: 10px !important;
}
/*******************/
.woocommerce-notices-wrapper .button{
	background-color: var(--color1) !important;
	border: 2px solid var(--color1) !important;
	color: #fff;
	border-radius: 4px;
}
.woocommerce-notices-wrapper .button:hover {
	background-color: var(--color2) !important;
	border: 2px solid var(--color2) !important;
	color: #fff !important;
}
.woocommerce-notices-wrapper .button span{
	font-weight: bold !important;
	text-decoration: none !important;
	color:#fff;
}
.woocommerce-notices-wrapper .button span, .woocommerce-notices-wrapper .button:hover{
	text-decoration: none !important;
}
.vw-cart-icon-count{
	background-color: var(--color1);
	border-radius: 50%;
	color: #fff;
	position: absolute;
	width: 20px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	display: inline-block;
	line-height: 20px;
	top: 14px;
	margin-left: -2px;
}
#vw-cart-icon:hover{
	color: var(--color2) !important;
}
.woocommerce-notices-wrapper a.button, .no-touch .woocommerce-notices-wrapper a.button:hover{
	color: #fff !important;	
}
.woocommerce .return-to-shop a.button{
	background-color: var(--color1) !important;
	color: #fff !important;
}
.woocommerce .return-to-shop a.button:hover{
	background-color: var(--color2) !important;
	text-decoration: none;
	color: #fff !important;
}
/*#endregion Cart ***************/

/*#region CheckOut ***************/  
.wc-block-components-order-summary-item__quantity, 
.wc-block-components-order-summary-item__individual-prices, 
.wc-block-components-product-metadata, 
.wp-block-woocommerce-checkout-order-summary-totals-block,
.wc-block-checkout__guest-checkout-notice,
.wc-block-components-checkout-step__description{
	display: none !important;
}
.wc-block-components-checkout-place-order-button, #place_order{
	background-color: var(--color1);
	border: 2px solid var(--color1) !important;
	color: #fff;
	border-radius: 4px;
}
.wc-block-components-checkout-place-order-button:hover, #place_order:hover {
	background-color: var(--color2);
	border: 2px solid var(--color2) !important;
	color: #fff !important;
}
.wc-block-components-checkout-place-order-button span, #place_order{
	font-weight: bold !important;
	text-decoration: none !important;
	color: #fff !important;
}
.wc-block-components-checkout-place-order-button:hover, #place_order:hover{
	text-decoration: none !important;
}
.wc_payment_methods{
	border: 1px solid rgb(221, 221, 221);
	background-color: rgb(238, 238, 238);
	padding: 15px 15px 10px 15px;
}
.woocommerce-checkout-review-order-table {
	border: 1px solid rgb(221, 221, 221);		
	margin-bottom: 25px !important;
}
.woocommerce-checkout-review-order-table td,
.woocommerce-checkout-review-order-table th{
	padding: 10px 15px !important;
}
.woocommerce-privacy-policy-text{
	font-size: 16px !important;
}
.woocommerce-billing-fields input:not([type="submit"]) {
	background: #f2f2f2;
	box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.15) inset;
}
.orderTableHeader td{
	background-color: rgb(238, 238, 238) !important;
	font-weight: bold;
	padding: 10px 15px !important;
}
.cart_item td{
	border-bottom: 1px solid #e8e8e8 !important;
}
.order-total th, 
.order-total td{
	color: var(--color1) !important;
}
.tax-total, .product-quantity{
	display: none !important;
}
.woocommerce-billing-fields{
	width: 50%;
	max-width: 50%;
	float: left;
	padding-right: 15px;
}
.woocommerce-additional-fields{
	width: 50%;
	max-width: 50%;
	float: left;
	padding-left: 15px;
	margin-top: 0px !important;
}
.vwCheckOutFormRow {
	padding-bottom: 2rem !important;
}
.vwWcErrorRemark{
	font-size: 1.2em;
	color: var(--color1);
	margin-bottom: 10px;
	margin-left: -14px;
}
.vwWcErrorRemark svg{
	fill: var(--color1);
	position: relative;
    top: 8px;
    height: 28px;
    width: 28px;
}
.vwWcErrorUl li, .vwWcErrorUl li a{
	margin-bottom: 0px;
	color: #333 !important;
}
.vwWcErrorUl{
	border: 2px solid var(--color1) !important;
}
.woocommerce-checkout .vwWcErrorUl li{
	list-style: disc;
	margin-left: 10px;
}
.woocommerce-additional-fields #additional_withdrawal_field{
	display: none;
}
#additional_withdrawal_field label{
	font-weight: normal !important;
}
#order_comments_field{
	display: none !important;
}
.woocommerce-billing-fields .required, .woocommerce-terms-and-conditions-wrapper .required{
	color: var(--color1);
	font-weight: bold;
}
/*#endregion CheckOut ***************/ 

/*#region Single Product ************/ 
.type-product .woocommerce-tabs .wc-tabs,
.type-product .posted_in,
.type-product .woocommerce-breadcrumb{
	display: none !important;	
}
.type-product .cart .button, .type-product .add_to_cart_button{
	color: #fff !important;
	background-color: var(--color1) !important;
	background-image: none !important;
}
.type-product .cart .button:hover, .type-product .add_to_cart_button:hover{	
	background-color: var(--color2) !important;
	background-image: none !important;
	background: var(--color2) !important;	
}
.type-product .add_to_cart_button::after, .type-product .add_to_cart_button::before{
	display: none !important;
}
.vwProductImage{
	/* max-width: 440px; */
}
/*#endregion Single Product ************/ 
.vwWcBreadcrumb{
	margin-bottom: 25px;
}
.woocommerce-notices-wrapper .woocommerce-message{
	border: 2px solid var(--color1);
}
.woocommerce-notices-wrapper .woocommerce-message a{
	background-color: var(--color1) !important;
	border: 2px solid var(--color1) !important;
	color: #fff;
	border-radius: 4px;
	padding: 12px 28px;
	margin: 10px;
	font-weight: bold;
	display: inline-block;
}
.woocommerce-notices-wrapper .woocommerce-message a:hover{
	background-color: var(--color2) !important;
	border: 2px solid var(--color2) !important;
	text-decoration: none;
}
.woocommerce-table--order-details{
	min-width: 50%;
}
.woocommerce-order-details h2, .woocommerce-customer-details h2{
	margin-bottom: 5px;
}
.woocommerce-table--custom-fields td, .woocommerce-table--custom-fields th{
	border: none;
	font-size: 1.2rem;
	text-align: left !important;
	font-weight: normal;
}
.woocommerce-table--custom-fields th{
	padding: 0.6rem 10px 0 0;
	font-weight: bold;	
}
.woocommerce-table--custom-fields td{
	padding-left: 0;
}
.woocommerce-table--custom-fields{
	width: unset;
}
.woocommerce-customer-details{
	margin-top: 1rem !important;
}
.woocommerce-customer-details p{
	margin-bottom: 0;
}
.woocommerce-product-details__short-description, .tagged_as{
	display: none;
}
.type-product .single_add_to_cart_button{
	margin-left: -4px;
}
.w-grid-item-h .add_to_cart_button {
	font-size: 1rem !important;
}
.w-grid-item-h .add_to_cart_button:hover{
	text-decoration: none;
}
.product-type-simple .woocommerce-Tabs-panel--description{
	margin-top: 10px;
} 
/*#endregion Shop ***************/ 

/*#region Responsive ***************/ 
@media screen and (max-width: 768px){
	.woocommerce-billing-fields, .woocommerce-additional-fields {
		width: 95%;
		max-width: 95%;
		float: none;
		padding-right: 0px;
		padding-left: 0px;
	}
	.woocommerce-additional-fields {
		padding-top: 25px;
	}
	.woocommerce-checkout-review-order-table{
		display: table !important;
	}
	.woocommerce-checkout-review-order-table td{
		display: table-cell !important;
	}
	.woocommerce-checkout-review-order-table .order-total{
		font-size: 1.2rem !important;
	}
	.woocommerce-terms-and-conditions-wrapper label.woocommerce-form__label-for-checkbox{
		display: block !important;
	}
	.vwWcErrorRemark{
		font-size: 1.1em;
		margin-left: -9px;
	}
	.vwResponsivePhone{
		text-align: center !important;
	}
	/* Für den Abstand der Seite oben zum Header */
	#page-content .i-cf:first-of-type {
		padding-top: 22px !important;
	}
	.woocommerce-table--custom-fields td, .woocommerce-table--custom-fields th{
		font-size: 1rem;
	}
}

@media (min-width: 601px) and (max-width: 1024px) {
	/* Für den Abstand der Seite oben zum Header */
    #page-content .i-cf:first-of-type {
		padding-top: 60px !important;
	}
}

@media screen and (max-width: 1090px) {
    .woocommerce div.product .summary {
        float: none !important;
        width: 100% !important;
    }
}













@media only screen
  and (min-width: 320px)
  and (max-width: 1000px){

		#page-header .vwLogo img{
				max-height: 35px;
				top:-15px;
				position: relative;
		}
		#page-header.sticky .vwLogo img{
				max-height: 40px;
				height: 25px;
				top:0;
				position: relative;
		}
    .l-subheader.at_top{
      height: 5px !important;
    }
	
}

@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
		.vwResponsivePhone{
			display: block;
		}
		.vwResponsiveNormal{
			display: none;
		}
		.vwHeadlineNewsletterAnmeldung{
			margin-left: 0px;
		}
		.vwNewsletterHinweis{
			padding-left: 0px;
		}

		#page-header .vwLogo img{
				max-height: 35px;
				top:-15px;
				position: relative;
		}
		#page-header.sticky .vwLogo img{
				max-height: 40px;
				height: 25px;
				top:0;
				position: relative;
		}
}

@media only screen
  and (min-device-width: 100px)
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
		#page-header .vwLogo img{
				max-height: 35px;
				top:-15px;
				position: relative;
				max-width: 50vw;
		}
		#page-header.sticky .vwLogo img{
				max-height: 40px;
				height: 25px;
				top:0;
				position: relative;
				max-width: 50vw;
		}
		.w-ibanner.animation_aphelia .w-ibanner-content {	
			transform: translateY(-35%);
		}
}

@media only screen
  and (min-device-width: 320px)
	and (max-device-width: 899px)
  and (-webkit-min-device-pixel-ratio: 2) {
		.vwResponsiveNormal p{
			text-align: left !important;
		}
}
/*#endregion Responsive ***************/ 