/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
#cart-popup .h4 {
	font-weight: 700;
	color: #1e4b61;
	margin-bottom: 0;
}

/* TOC */
.ez-toc-list {
	position: relative;
	height: auto;
	max-height: 180px;
	transition: max-height 0.5s ease;
	overflow: hidden;
}

.ez-toc-list:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 75px;
	background: linear-gradient(0deg, rgba(250,250,250,1) 0%, rgba(255,255,255,0) 100%);
	pointer-events: none;
}

.ez-toc-list--expanded {
	height: auto;
	max-height: 600px;
}

.ez-toc-list--expanded:after {
	content: none;
}

.ez-toc-list-more,
.ez-toc-list-more:visited {
	margin-top: 10px;
	color: #1e4b61 !important;
	font-weight: 600;
	text-decoration:none #!important;
	border: 1px solid #1d4b62;
	padding: 0px 10px;
}

/* WOOCOMMERCE */

.price-wrapper .dark.price {
	color: #1e4b61 !important;
}

.woocommerce-checkout .kl_newsletter_checkbox_field {
	display: none !important;
}

.woocommerce-cart .checkout-page-title {
	display: none !important;
}
.woocommerce-cart .cart-container {
	padding-top: 0;
}

.delivery-info {
	position: relative;
}
.delivery-info:after {
	content: '';
	position: absolute;
	top: 1px;
	left: -20px;
	width: 15px;
	height: 15px;
	background: url('https://powunity.com/wp-content/uploads/2020/12/info.svg') no-repeat center / cover;
}

.ejuKPv {
  position: absolute;
  right: 5px;
	font-size: 15px;
}
/* Ergänzungen Cart und Checkout ANFANG */
.woocommerce-checkout .button-continue-shopping {
  display:none;
}
.relative  {
  position:relative;
	}
.woocommerce-form-coupon-toggle .message-container {
	background-image: url('/wp-content/uploads/2023/02/gutschein-blue.svg');
	background-repeat: no-repeat;
	padding-left: 40px;
	background-size: 30px;
	background-position: left 3px;
	font-size: 95%;
	}
.cart-sidebar .coupon {
  display: none;
}
.message-container a {
  margin: 0;
}
.no-underline a {
  text-decoration:none !important;
}
.woocommerce-checkout #main a.button:hover {
  color:white;
} 
.shop_table .cart_item {
  vertical-align: top;
}
.woocommerce-cart .button-continue-shopping {
  display:none;
}
.woocommerce-multistep-checkout-active-order .place-order button 	{
	background-image: url('/wp-content/themes/flatsome-child/assets/img/cart.png');
	background-size: 25px;
	background-repeat: no-repeat;
	background-position: 40px center;
	padding: 0px 80px;
}
.widget_shopping_cart img {
  display:none;
}
.woocommerce-multistep-checkout ul.nav-wizard {
	background: #1e4b61 !important;
		border: 0 !important;
	padding: 10px 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
#order-verify .large-3 {
  margin-bottom: 0px !important;
}
.woocommerce-multistep-checkout ul.nav-wizard li, .woocommerce-multistep-checkout ul.nav-wizard li.active a, .woocommerce-multistep-checkout ul.nav-wizard li.active a:active, .woocommerce-multistep-checkout ul.nav-wizard li.active a:visited, .woocommerce-multistep-checkout ul.nav-wizard li.active ~ li a {
	border: 0 !important;
	background:none !important;
}
.woocommerce-multistep-checkout ul.nav-wizard li::after {
  border-left-color: #1e4b61;
}
.woocommerce-multistep-checkout ul.nav-wizard li span {
	color:white;
}
.woocommerce-multistep-checkout ul.nav-wizard::before {
	border: 0 !important;
}
.woocommerce-multistep-checkout ul.nav-wizard li.active ~ li::after, .woocommerce-multistep-checkout ul.nav-wizard li.active::after {
  border-left: 16px solid #1e4b61;
}
.woocommerce-multistep-checkout-active-order .woocommerce-checkout-review-order-table {
	padding:20px;
	background:white;
}
.woocommerce-order-received a.button  {
	color:white !important;
	text-decoration:none !important;
}
.woocommerce-order-received .is-well {
	box-shadow: none;
	background: white;
}
.woocommerce-multistep-checkout ul.nav-wizard li .step .step-number	{
	width: 40px;
	height: 40px;
	display: inline-block;
	background:  white;
	text-align: center;
	border-radius: 50%;
	vertical-align: middle;
	color: #1e4b61 !important;
	margin-right: 10px;
	line-height: 42px;
	font-weight:bold;
	margin-left: 20px;
}
.woocommerce-multistep-checkout ul.nav-wizard li.active span {
	font-weight: bold;
	color: #bfd250 !important;
}
.woocommerce-multistep-checkout ul.nav-wizard li a, .woocommerce-cart #main .cart_item a.remove, .woocommerce-checkout a.remove	{
	text-decoration:none !important;
}
#wc-stripe-cc-form .woocommerce_error	{ 
	margin: 1.5em 0 1.5em 0em;
  border: 2px solid red;
	padding: 5px 20px;
}
#wc-stripe-cc-form .woocommerce_error li	{ 
	color: red;
}
.woocommerce-cart .checkout-button 	{
	background-image: url('/wp-content/themes/flatsome-child/assets/img/cart.png');
	background-size: 25px;
	background-repeat: no-repeat;
	background-position: 40px center;
}
.woocommerce {
	font-size:105%;
}
.shop_table thead th {
	font-size:80%;
}
.woocommerce-cart .shop_table thead th.product-quantity, .shop_table thead th.product-subtotal, .woocommerce-cart .shop_table thead th.product-price {
	text-align:center;
}
.woocommerce-checkout .shop_table thead th.product-price, .woocommerce-checkout .shop_table tr .product-price, .woocommerce-checkout .custom-total-row td {
	text-align:right;
}
.woocommerce-checkout #customer_details .col-2 {
	display: flex;
	flex-direction: column;
}
#wc-stripe-cc-form .stripe-credit-card-brand {
	display:none !important;
}
#stripe-cvc-element {
	background-image: url('/wp-content/themes/flatsome-child/assets/img/cvc2.png');
	background-size: 80px;
	background-repeat: no-repeat;
	background-position: right center;
}
.woocommerce-checkout #customer_details .col-2 .packstationen {
	order: 2;
	background: rgba(212, 216, 218, 0.3);
	margin-bottom: 20px;
	padding: 20px 30px;
}
.woocommerce-checkout .wc-gzd-edit-data-notice {
	background: rgba(212, 216, 218, 0.3);
}
#wc-stripe-cc-form {
	background: rgba(212, 216, 218, 0.3) !important;
	padding:20px 20px 30px 20px;
	margin-bottom: 0;
}
#wc-stripe-cc-form:before {
	content: url('/wp-content/themes/flatsome-child/assets/img/Visa-mastercard-30.png');
	position: relative;
}
.woocommerce-checkout #customer_details .col-2 .woocommerce-shipping-fields {
	order: 1;
}
.woocommerce-checkout #main a, .woocommerce-cart #main .cart_item a {
	color: #1d4b62;
	text-decoration:underline;
}
.woocommerce-checkout #customer_details .col-2 .woocommerce-additional-fields {
	order: 3;
}
.data-privacy .checkbox, .wc-gzd-checkbox-placeholder-legal{
	background: rgba(212, 216, 218, 0.3);
	padding: 20px 20px 20px 50px;
	text-indent: -30px;
	margin-bottom: 20px;
	margin-top: 20px;
	}
#stripe-payment-data fieldset:last-child {
	background: rgba(212, 216, 218, 0.3);
	padding: 0px 20px 20px 50px;
	text-indent: -30px;
	margin-bottom: 20px;
	}
.cart_totals {
	padding: 20px 20px 1px 20px;
	background-color: rgba(212, 216, 218, 0.2);
	margin-bottom: 20px;
}
#order-verify .large-3 {
	border-right: 1px solid lightgrey;
	margin-bottom: 50px;
}

#order-verify .large-3:last-child {
	border-right: 0;
}

.shop_table tr th {
  padding: 0.8em 0 !important;
}
.woocommerce-multistep-checkout-active-order .woocommerce-multistep-checkout .woocommerce:nth-child(4) {
  padding: 0px;
  background-color: white !important;
}
.woocommerce-multistep-checkout-active-order  .woocommerce .shop_table tr td, .woocommerce .shop_table tr th {
  padding: 0.5em 0em;
}
.woocommerce-multistep-checkout-active-order #place_order {
  font-size: 1.3em !important;
}
.shipping__table th {
	vertical-align: top;
}
.shipping__list_label {
	font-size: 101%;
	padding: 2px 0 0 0 !important;
}
.shipping__list_item {
  min-height: 0;
}
.woocommerce-shipping-calculator {
	margin-bottom: 10px !important;
}
.woocommerce-shipping-calculator a {
 	color: #446084;
	border:1px solid #446084; 
	padding:5px 10px;
}
.woocommerce-shipping-totals .shipping__inner {
  padding: 0 !important;
}
.button.is-form {
	color:white;
	text-shadow: none !important;
}
.wc-proceed-to-checkout p {
 font-size: 75%;
}
.wc-gzd-place-order {
 font-size: 85%;
}
/*.woocommerce-form-coupon-toggle {
	display:none;
}

.checkout_coupon {
	display: block !important;
}*/
.woocommerce-multistep-checkout-active-payment .checkout_coupon, .woocommerce-multistep-checkout-active-order .checkout_coupon {
	display: none;
}
.cart-sidebar .coupon {
	padding: 0px 20px 20px 20px;
	border: 2px solid #446084;
	border-style: dashed;
}
.coupon button {
	padding: 0px 20px !important;
}
.cart-collaterals {
	}
.continue-shopping {
	margin-top:30px;
	}
.woocommerce-multistep-checkout .woocommerce:nth-child(4) {
	padding: 20px;
	background-color: rgba(212, 216, 218, 0.2);
}
.woocommerce-multistep-checkout-active-address .woocommerce .row-large, .woocommerce-multistep-checkout-active-payment .woocommerce .row-large, .woocommerce-multistep-checkout-active-order .woocommerce .row-large {
	background-color: white !important;
}
.wc-gzd-edit-data-notice {
	margin-bottom:30px;
	}
/* Ergänzungen Cart und Checkout ENDE */

.images.nickx_product_images_with_video {
  max-width: 980px !important;
}
.shipping-notice {
	margin:0 0 5px 0; 
	padding-left: 50px;
	background-image: url(/wp-content/uploads/2023/01/delivery-truck_blue.svg); 
	background-repeat: no-repeat; 
	background-size: 25px; 
	background-position: left center
}
.light-block {
	background-color:rgba(255,255,255,0.6); 
}
.new-buy-area .upselling-preis {
	font-size: 15px; 
}

.new-buy-area .upselling-preis .woocommerce-Price-amount {
	display: block;
}

.new-buy-area .upselling-preis span {
	color: #1d4b62 !important;
}

.funnel__indicator li.disabled {
	/* background-color:lightgrey; */
}
.cta-sales-banner {
  margin-left: 0px !important;
}
.star-rating span::before {
  color: #fdaa34;
}
.shipping-notice {
	margin-bottom:0;
}
.slider-fix-height  {
	min-height: 140px;
}
.dreieck-klein {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 20px solid white;
  margin: 0 auto;
	 margin-right: auto;
	 margin-left: auto;
}
.anschluss .banner-layers {
  overflow:hidden !important;
}
.fancy-underline::after {
  background: url(/wp-content/themes/flatsome-child/assets/img/underline-green.png) 50% top no-repeat !important;
    background-size: auto;
  background-size: 100% 5px !important;
}
.fancy-underline-blue::after {
  background: url(/wp-content/themes/flatsome-child/assets/img/underline-blue.png) 50% top no-repeat !important;
    background-size: auto;
  background-size: 100% 5px !important;
}
.bosch-bestseller:before {
	content: url(https://powunity.com/wp-content/uploads/2022/12/bestseller40.png);
	left: -25px;
	top: -15px;
	z-index: 1000000;
	position: absolute;
	}
.googlereview  .jRGTjS {
	justify-content: flex-start !important;
}
.googlereview  .jRGTjS .BadgeContainer__Inner-sc-pa6z2-0 {
	justify-content: flex-start !important;
	margin: 0px !important;
}
.pdferhalten form {
  display: flex;
  align-items: flex-end;
  column-gap: 20px;
}

.orange {
	background-color: #fdaa34 !important;
	border:none !important;
}
/*.max-width-1600 {
	max-width: 1600px !important;
}
.max-width-1600 .large-2 {
  max-width: 16.6666666667% !important;
}
*/
.new-buy-area .woocommerce-price-suffix {
	color: #1d4b62 !important;
}
.new-buy-area .product-price-container {
  margin-top: 0px;
}
.tg-video-blogheader {
	margin-top:20px;
}
.not-active {
	opacity: 30%;
}
.needsclick  {
	background-color: #1d4b62;
}
.funnel__indicator li.disabled::after {
  /* border-left-color: lightgrey; */
}
.pfeilwrapper:before {
	content:"⤻";
  color: #bfd250;
  font-size: 350px;
  position: absolute;
  right: -140px;
  top: -190px;
	 rotate: -80deg;
}
.bestaetigungsbox {
  margin-top: 0;
	background: rgba(30, 75, 97, 0.3);
	padding: 20px;
	font-size: 15px;
}
.wpcf7-spinner{
  display:none;
}
.tg-slider-bullets li span {
  background: white !important;
}
.tg-slider-bullets li {
  width: 12px !important;
	height: 12px !important;
	margin: -4px 12px 10px 0px;
}
.upselling-img {
  position:relative;
}
/*.new-buy-area #product__form .flex {
  justify-content:space-between;
}*/
.new-buy-area #product__form .flex input.product__cta {
  padding: 0 2em 0 3em !important;
	margin-right: 0em !important;
}
.helper-up .col {
  padding: 0 30px 15px 30px;
}
.new-buy-area .single_add_to_cart_button {
  font-size: 1.3em !important;
}
.new-buy-area .info-icon {
	position: absolute;
	z-index: 100;
	top: 60px;
	right: 0px;	
	max-width: 30px;
	height: auto;
}
.new-buy-area .bosch-icon {
	position: absolute;
	z-index: 100;
	bottom: 2px;
	right: 5px;	
	max-width: 15px;
	height: auto;
}
.simple-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 10px;
  margin: 0;
	background: #1d4b62;
	color:white;
	display: inline-block;
}
.boschmodelle .icon:before, .kurbelabzieher .icon:before, .hexlox .icon:before {
 content: "⃕";
	color:#bfd250;
	font-size: 52px;
	position: absolute;
	right: 50px;
	top: -25px;
}
.funnel__step6 h4 {
  margin-top:50px;
}
.funnel__wrapper {
  padding:0px !important;
}
#fixedbutton {
    position: fixed;
    bottom: 0px;
    right: 0px; 
	z-index:99999;
	line-height: 120%;
	padding:20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	height: 120px;
	display: flex;
	align-items: center;
}

.number {
 display: inline-flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
border-radius: 50%;
border: 3px solid #1d4b62;
color: #1d4b62;
font-size: 90%;
margin-right: 10px;
padding-right: 2px;
font-weight: bolder;
	position: absolute;
left: 0em;
}
.numberbox {
 padding-left: 3em;
	margin-left: 0em !important;
}

.selectbox p, .marginhelper p, .marginhelper h2 {
  margin-bottom: 0;
	margin-top: 0;
}

.counterlist li:before {
  display: none !important;
}
.blogpu ol.counterlist {
  list-style: decimal !important;
	color: #1e4b61;
	font-weight: bold;
	padding-left: 0em;
}
.specialbutton {
    color: white !important;
	background-color:rgba(30, 75, 97, 0.9) !important;
}
.specialbutton .icon-angle-down::before {
  font-size: 2.5em;
}
.sales  {
  position:relative;
	}
.saleshero {
	z-index: 999999;
}
.sales .icon-angle-down:before{
  font-size: 142px;
	line-height: 1;
}
.sales .icon-angle-down {
  top: 15px !important;
}
/* Videos */
.videoContainer {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videoContainer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.wpml-ls-legacy-dropdown-click {
  width: 6em;
}
.blue {
 	color: #1e4b61  !important;
}
.rounded {
 	background: #1e4b61;
	border-radius: 100px;
}

.tg-slider-bullets li, .flickity-page-dots .dot {
  width: 15px;
  height: 15px;
}
.index-rauf {
   z-index: 100;
}
.top-no-gap {
    margin-top: -3px;
}
.social-banner {
    margin-top: -41px;
}
.sharefooter i {
    color: #1e4b61;
}
.sharefooter .button.is-outline {
    border: 2px solid #1e4b61;
}
.cross-sell-product-image {
    margin: 0px 20px;
}
.imageborder {
	border: 1px solid white;
}
.imagebox-border {
	border: 1px solid lightgrey;
	background-color:white;
	position: relative;
}

.new-buy-area .imagebox-border:after {
	transition: .3s ease;
}
.new-buy-area .imagebox-border.is-selected:after {
	content: '';
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	border: 3px solid #1d4b62;
	pointer-events: none;
}
.buttonlong span {
	line-height: 1.4;
}

/* Karriere Akkordion */
.karriere {
	background-color: white;
}
.karriere .accordion-title {
	font-weight: bold;
}
.karriere .developer .accordion-title::before {
	content: url("/wp-content/uploads/2021/07/developer.svg");
	background-repeat: no-repeat;
	background-position: left top;
	    background-size: 55px 55px;
    width: 55px;
    height: 55px;
    display: inline-block;
	margin-right: 15px;
}
.karriere .support .accordion-title::before {
	content: url("/wp-content/uploads/2021/07/support.svg");
	background-repeat: no-repeat;
	background-position: left top;
	    background-size: 55px 55px;
    width: 55px;
    height: 55px;
    display: inline-block;
	margin-right: 15px;
}
.karriere .accordion-title span {
display: inline-block;
vertical-align: top;
margin-top: 18px;
	}
.karriere .accordion-title i {
margin-top: 18px;
	}
/* Numbers in Text */
.numbersblog {
	background: #1d4b62;
   border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #bfd250;
  display: inline-block;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
  width: 21px;
	font-size:90%;
	padding-bottom:2px;
}
.header-nav .tracker .nav-top-link {
    border-radius: 99px !important;
    background-color: #bfd250 !important;
    padding: 5px 15px !important;
    color: white !important;
    font-size: 0.9em;
}
.small, .big {
	color: white;
}
/* PowUnity erklärt Slider */
.tg-wissen-top .tg-item-inner, .tg-themen-special .tg-item-inner {
	display:flex;
	justify-content: space-between;
}
.tg-wissen-top .tg-item-media-holder, .tg-themen-special .tg-item-media-holder {
	flex-basis:70%;
}
.tg-wissen-top .tg-item-content-holder, .tg-themen-special .tg-item-content-holder {
	flex-basis:28%;
}
.tg-themen-special .tg-item-content-holder::after {
  content: "";
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-right: 10px solid #1d4b62;
	display: inline;
	position: absolute;
	top:  calc(50% - 10px);
	left: -9px;
}

.tg-wissen-top .tg-item-content-holder::after {
  content: "";
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-right: 10px solid #bfd250;
	display: inline;
	position: absolute;
	top:  calc(50% - 10px);
	left: -9px;
}

.tg-themen-special .tg-item-content-holder::after {
  content: "";
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-right: 10px solid #1d4b62;
	display: inline;
	position: absolute;
	top:  calc(50% - 10px);
	left: -9px;
}

.tg-wissen-top .tg-item-content-holder, .tg-themen-special .tg-item-content-holder {
		position:relative;
	}

.tg-wissen-top .tg-item-media-content:before {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin: auto; 
	background: rgba(191,210,80, 0.8);
	z-index: 100;
	font-size: 150%;
	padding: 0 20px;
	color: white;
	}

.tg-themen-special .tg-item-media-content:before {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin: auto; 
	background: rgba(191,210,80, 0.8);
	z-index: 100;
	font-size: 150%;
	padding: 0 20px;
	color: white;
	}

.tg-themen-special .tg-item-media-content:before {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin: auto; 
	background: rgba(255, 255, 255, 0.8);
	z-index: 100;
	font-size: 150%;
	padding: 5px 10px;
	color: #1d4b62;
	line-height: 1;
	}

:lang(de) .hersteller-special .tg-themen-special .tg-item-media-content:before {
	content: 'E-Bike-App Special';
}
:lang(en) .hersteller-special .tg-themen-special .tg-item-media-content:before {
	content: 'E-bike app special';
}

:lang(de) .technologie-special .tg-themen-special .tg-item-media-content:before {
	content: 'Technologie Special';
}
:lang(en) .technologie-special .tg-themen-special .tg-item-media-content:before {
	content: 'Technology Special';
}

:lang(de) .tg-themen-special .tg-item-media-content:before {
	content: 'Special: E-Bike Flotten';
}
:lang(en) .tg-themen-special .tg-item-media-content:before {
	content: 'Special: e-bike fleets';
}

:lang(de) .tg-wissen-top .tg-item-media-content:before {
	content: 'Top-Artikel';
}
:lang(en) .tg-wissen-top .tg-item-media-content:before {
	content: 'Top article';
}
/* Figcaption */
.blogpu figcaption {
    background-color: rgb(245,245,245);
    color: #1e4b61;
    padding: 10px 20px 1px 20px !important;
    font-size: 90%;
    line-height: 1.2em;
}
/* Video */
.videobanner-ohne-link .banner-layers {
	display:none;
}
/* Warenkorb */
/*.woocommerce-multistep-checkout .step-buttons {
	display:flex;
	justify-content: flex-end;
} */
.prev-step-button {
	background-color: #d4d8da;
	color: #636363;
	min-height: 2.5em;
	line-height: 2.5em;
	padding: 0 1.2em;
	text-transform: uppercase;
	font-size: .97em;
	cursor: pointer;
	font-weight: bolder;
	display: inline-block;
	margin-bottom: 1em;
	text-align: center;
}

/*.next-step-button {
	border: 8px solid white;
}*/
#place_order {
	font-size: 0.97em !important;
}
.step-buttons {
font-size: 0.97em !important;
	min-height: 2.5em;
	line-height: 2.5em;
	margin-top: 0 !important;
}
.woocommerce-checkout .shop_table {
    margin-top: 20px;
}
.nav-dropdown > li.html {
    min-width: 350px;
}
ul.product_list_widget li {
    padding: 30px 0 5px 10px;
}
.button-continue-shopping {
    padding: 3px 10px;
	margin-bottom: 20px !important;
}
/*
 * .woocommerce-cart-form__cart-item .product-thumbnail {
    width:0;
		min-width:0;
} */
.product-quantity {
    text-align:right;
}
.quantity input {
   height:auto;
}
.button {
	/* max-width: max-content; */
	margin:0 auto;
	/*padding: 10px 30px;
line-height: 1;*/
	}
/* responsive Videos */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Upselling */
.cross-sell-product-actions .button {
	max-width: none;
	padding: 0;
}
/* Upselling Lightbox*/
.lightbox-content {
	max-width: 500px;
	padding: 0;
}
.lightbox-content h2 {
	background-color: #1e4b61;
	color: white;
	padding: 20px 20px;
	font-size: 20px;
}
.lightbox-content h3 {
	padding: 0px 20px;
	font-size: 17px;
}
.lightbox-content .infoabsatz {
	padding: 5px 20px 5px 65px;
	background-image: 				url(https://powunity.com/wp-content/uploads/2020/12/info-full.svg);
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: 20px 5px;
	font-size: 13px;
}
.cross-sells-list-title {
	padding-left: 15px;
}

/* Icon Box */
.custom-image {
	margin-bottom: 0 !important;
}
/* Startseite */
.section-home {
    background-color: #1e4b61 !important;
}
/* Footer */
.footer-primary {
    margin-top:20px;
}
/* Hersteller Iconbox */
.iconbox-center {
    align-items:center;
}
.hersteller-row {
    min-height:14vh;
}
h2.partner-subline {
	color: white; 
	text-align:left;  
	font-size: 20px; 
	flex-basis: content; 
	white-space: break-spaces;
	}
.partner-subline-wrapper {
	display: flex; 
	flex-direction:row;
}
.zweispaltig {
	column-count: 2; 
	column-gap: 40px; 
}
/* Transparent Header Logo */
.transparent #logo img {
    max-height: 72px;
}
/* Formulare */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea
{
		height: 45px;
		border-radius: 5px;
}
.wpcf7 label {
		color: #636363;
}
.wpcf7 .datenschutzinfo {
		font-size: 12px;
	font-weight: normal;
}
.formtwocolumns:nth-child(odd) {
		float:right;
}
.formtwocolumns:nth-child(even) {
		float:left;
}
.formtwocolumns {
		width: 47%; 
}
/* Read More Toggle */
.read-more-state, .read-more-state-1 {
  display: none !important;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}

.read-more-state:checked ~ *.read-more-wrap .read-more-target, .read-more-state-1:checked ~ *.read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state ~ * .read-more-trigger:before {
  content: 'Mehr lesen';
}

.read-more-state-1 ~ * .read-more-trigger-1:before {
  content: 'Show more';
}

.read-more-state:checked ~ * .read-more-trigger:before {
  content: 'Weniger lesen' !important;
}
.read-more-state-1:checked ~ * .read-more-trigger-1:before {
  content: 'Show less' !important;
}

.read-more-trigger, 
.read-more-trigger-1 {
  cursor: pointer;
  display: inline-block;
  padding: 0 .5em;
  color: #666;
  font-size: .9em;
  line-height: 2;
  border: 1px solid #ddd;
  border-radius: .25em;
}
/* Karriere */
.karriere .row .col:nth-child(odd) {
	border-right: 2px solid #1e4b61;
	padding-right: 20px !important;
	}
.karriere .row .col:nth-child(even) {
	border-left: 2px solid #1e4b61;
	padding-left: 20px !important;
	}
/* Videobanner CTA */
.videobanner:before {
	background: url(/wp-content/uploads/2020/12/click-to-play-video.svg);
	background-repeat: no-repeat;
	background-size: 35px;
	position: absolute;
	bottom: 0px;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	left: 0px;
	z-index: 100;
	color:white;
	padding: 10px 40px;
	padding: 0px 20px 0px 50px;
	background-color: rgba(30, 75, 97, 0.9);
	background-position: 5px center;
	}
:lang(de) .videobanner:before {
	content: "Jetzt anschauen";
}
:lang(en) .videobanner:before {
	content: 'Watch now';
}
/* Home */
/* Hersteller */
.eins:before, .zwei:before, .drei:before, .vier:before {
	border-radius: 99px;
	background-color: #bfd250;
	color: #1e4b61;
	position: absolute;
	top: -30px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-weight: bold;
	left: calc(50% - 30px);
	z-index: 100;
	font-size: 25px;
	}
.eins:before {
	content: '1.';
	}
.zwei:before {
	content: '2.';
	}
.drei:before {
	content: '3.';
	}
.vier:before {
	content: '4.';
	}
/* Button Verschönerung mobil */

/* PowUnity erlärt */
.topthema .box-vertical .box-text {
	border-left: 30px solid white;
	}
.topthema .box-vertical .box-image:before, .topbox:before {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);	
	margin: auto; 
	background: rgba(191,210,80, 0.8);
	z-index: 100;
	font-size: 150%;
	padding: 0 20px;
	color: white;
	}
:lang(de) .topthema .box-vertical .box-image:before, .topbox:before {
	content: 'Top-Artikel';
}
:lang(en) .topthema .box-vertical .box-image:before, .topbox:before {
	content: 'Top article';
}
.topthema .box-vertical .box-text::before {
  content: "";
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-right: 10px solid #bfd250;
	display: inline;
	position: absolute;
	top: 42%;
	left: -9px;
}
.topcontent .flickity-page-dots li {
    visibility:hidden;
	}
/* PowUnity Publikationen */
.pressedatum::after {
  content: "";
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 5px solid white;
	display: inline;
	position: absolute;
	top: 0;
	right: 0;
}
.clear {
    clear:both;
	float:none;
	}
/*Mobile Nav */
.nav-sidebar .html_topbar_right, .nav-sidebar .html_topbar_left, .nav-sidebar .html_top_right_text {
    padding: 0 20px !important;
		border: 0px !important;
		margin-bottom: 20px !important;
	}
.nav-sidebar .html_topbar_left .button, .nav-sidebar .html_topbar_right .button {
	margin: 0 !important;
	padding: 0 !important;
	}
.nav-sidebar .html_topbar_left span:hover, .nav-sidebar .html_topbar_right span:hover {
    color: darkgrey !important;
}
/* Warenkorb CTA Tracker-Seite */
.product__variation, #anschluss, #hersteller {
	box-sizing: border-box;
	padding: 0 .75em;
    padding-right: 0.75em;
	font-size: 15px;
	max-width: 100%;
	width: 100%;
	background-color: #fff;
	transition: color .3s, border .3s, background .3s, opacity .3s;
    background-position: bottom right;
    background-size: 50px 50px;
    height: 50px;
}
.product__variation {
	background-image: url('/wp-content/uploads/2020/12/arrow.svg') !important;
	border: 2px solid #bfd250;
	color: #333;
}
#anschluss, #hersteller {
	background-image: url('/wp-content/uploads/2020/12/arrow-red.svg');
	border: 2px solid #ee4237;
}
#hersteller option:nth-child(1), #anschluss option:nth-child(1) {
	color: #ee4237;
}
.product__variation--selected {
	border: 2px solid #bfd250 !important;
	background-image: url(/wp-content/uploads/2020/12/arrow.svg) !important;
}
/*Top-Bar Menü */
.top-links a {
	text-transform: uppercase;
	font-weight: bold !important;
	font-size: .7em !important;
	}
.top-bar-nav .wpml-ls-item .sub-menu {
	min-width: 60px !important;
	}
.nav-dropdown {
    min-width: 50px;
		padding: 0;
		text-align: left;
		font-size: 100%;
		min-width: 250px !important;
	}
#top-bar {
	border-bottom: 1px solid rgb(230,230,230);
	}
.nav.nav-vertical .partner {
	margin-bottom: 1em;
	}
.partner:hover {
	color:white !important;
	}
.top-bar-nav span:hover {
	color:darkgrey !important;
	}
/*Themen-Übersichtsseite */
.registerblau::after {
  content: "";
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 10px solid #1e4b61;
	display: inline;
	position: absolute;
	top: 40%;
	right: 6px;
}
.registergruen::after {
  content: "";
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 10px solid #bfd250;
	display: inline;
	position: absolute;
	top: 40%;
	right: 6px;
}
.register-single-gruen::before {
  content: "";
	width: 0;
	height: 0;
	border-top: 100px solid transparent;
	border-bottom: 100px solid transparent;
	border-left: 80px solid #bfd250;
	display: inline;
	position: absolute;
	top: 31%;
	right: -50px;
	z-index: 100;
}
.wissen {
  width: 0; 
	height: 0; 
	border-top: 10px solid transparent !important; 
	border-bottom: 10px solid transparent !important; 
	border-left: 10px solid rgb(35,123,162) !important;
	display:inline;
}
/*Produktseite*/
.product-title {
		line-height: 1.2;
}
.testimonialslider .flickity-page-dots {
  bottom: -35px !important;
}
/* Ticker 
@-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 {
				width: 100%;
				overflow: hidden;
				height: 3rem;
				padding-left: 100%;
				box-sizing: content-box;
			}
			.ticker-wrap .ticker {
				display: inline-block;
				height: 3rem;
				line-height: 3rem;
				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: 20s;
				animation-duration: 20s;
			}
			.ticker-wrap .ticker_item {
				display: inline-block;
				padding: 0 2rem;
				font-size: 2rem;
				font-size: 130%; 
				color:#1e4b61; 
				text-transform:uppercase; 
				font-weight:bold;
			}
Ticker Ende */
.positionarrow {
   position:relative;
}
.factbox h6 {
   margin-top: 0.7em;
}
.factbox h6 {
   line-height: 1.3;
}
.arrow-box {
	position: relative;
	background: #ffffff;
	border-bottom: 3px solid #1d4b62;
	display:inline-block;
}
.arrow-box:after, .arrow-box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow-box:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 30px;
	margin-left: -30px;
}
.arrow-box:before {
	border-color: rgba(194, 225, 245, 0);
	border-top-color: #1d4b62;
	border-width: 34px;
	margin-left: -34px;
}
.bubble {
    position: relative;
    background: #bfd250;
    color: #1e4b61;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    width: 100%;
    height: auto;
    border-radius: 10px;
    padding: 20px 25px 25px 25px;
}
.bubble-right {
    margin:0;
	background: rgb(212, 216, 218);
	position: relative;
    color: #1e4b61;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    width: 100%;
    height: auto;
    border-radius: 10px;
    padding: 20px 25px 25px 25px;
}
.bubble-right:before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    border-top: 30px solid transparent;
border-bottom: 30px solid transparent;
border-right: 20px solid rgb(212, 216, 218);
top: 20%;
left: 0px;
margin-left: -20px;
}
.bubble:before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    border-style: solid;
    border-color: #bfd250 transparent;
    border-width: 0px 20px 10px;
		top: -9px;
		left: 23%;
		margin-left: -20px;
} 
.products .product p.wc-gzd-additional-info, .products .product p.wc-gzd-additional-info a {
   margin: 0px !important;
	height:0px;
	visibility:hidden;
}
.box-text-products {
   text-align: center;
}

.product-title {
   margin-bottom: 0px;
}
.price bdi {
   font-size: 1.5em;
	color: #1e4b61;
}
.price {
	margin-bottom: 5px;
}
.nopadding  {
	padding: 0px;
}
.produktinfo {
    font-size: 90%;
    font-weight: bold;
    color: #1e4b61;
}
.accordion p a {
   color: #bfd250;
}
.accordion p a:hover {
   color: lightgrey;
}
.produktinfo div {
    margin-right: 10px;
}
.produktinfo div:first-child:before {  
	background-image: url('/wp-content/uploads/2020/11/moneyback.svg');
    background-size: 15px 15px;
    display: inline-block;
    width:20px; 
    height: 20px;
    content:"";
	background-position: left 5px;
	background-repeat:no-repeat;
}
.produktinfo div:last-child:before {  
	background-image: url('/wp-content/uploads/2020/11/delivery-truck.svg');
    background-size: 20px 20px;
    display: inline-block;
    width:30px; 
    height: 20px;
    content:"";
	background-position: left 4px;
	background-repeat:no-repeat;
}
.helper {
	margin: 0 auto !important;
	width: 100%;
}
.helperborder {
	margin: 0 auto !important;
	width: 100%;
	border: 1px solid rgb(200,200,200);
}
.sectionfull {
	padding: 0 !important;
}
.product-price-container {
   margin-top: 30px;
}
.dreieck-blau {
  width: 0;
  height: 0;
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
  border-top: 50px solid #1e4b61;
	margin: 0 auto;
}
.dreieck-gruen {
  width: 0;
  height: 0;
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
  border-top: 50px solid #bfd250;
	margin: 0 auto;
}
.dreieck-weiss {
  width: 0;
  height: 0;
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
  border-top: 50px solid white;
	margin: 0 auto;
}
.dreieck-weiss-klein {
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 30px solid white;
	margin: 0 auto;
	padding-bottom: 20px;
}
.dreieck-gruen-klein {
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 30px solid #bfd250;
	margin: 0 auto;
	padding-bottom: 20px;
}
.dreieck-grau-klein {
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 30px solid rgb(212, 216, 218);
	margin: 0 auto;
	padding-bottom: 20px;
}
.dreieck-grau {
  width: 0;
  height: 0;
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
  border-top: 50px solid rgb(212, 216, 218);
	margin: 0 auto;
	padding-bottom: 20px;
}
.dreieck-hellgrau {
  width: 0;
  height: 0;
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
  border-top: 50px solid #e9ebec;
	margin: 0 auto;
	padding-bottom: 20px;
}
.out-of-stock {
visibility: hidden;
height: 0px;
margin: 0;
	}
.highlight-blau {
   background: linear-gradient(180deg, rgba(255,255,255,0) 5%, rgba(30,75,94,0.5) 65%);
    display: inline;
}
/* Blogbereich */
.blogpu .social-icons:before,  .tagcloud {
	content: '';
	width: 100%;
	float:none;
	clear:both;
}
.blogpu .social-icons {
	text-align: center;
	display: block;
}
/* Kategrorien ausblenden */
.entry-category {
	visibility:hidden;
}
.blogpu {
	padding-top: 1em;
	float:right;
}
.blogpu p, .blogpu ol, .blogpu ul {
	font-size:110%;
}
.blogteaser {
	font-weight: 800 !important;
	margin-top: 1.5em;
}
.blogpu ol {
	list-style: none;
  margin-left: 1em;
  counter-reset: line;
	padding-left: 3em;
}
.blogpu ol li {
	position: relative !important;
}
.blogpu ol li:before {
	position: absolute;
	left: -2.25em;
	display: inline-block;
  width: 30px;
	height: 30px;
	margin-right: 0.5em;
  background-color: #bfd250;
	border-radius: 50%;
	color: #1e4b61;
	text-align:center;
	counter-increment: line;
	content: counter(line);
}
.blogpu ul {
	list-style-type: none;
	padding-left: 25px;
}
/*#main ul li*/ .blogpu ul li {
	background: url('/wp-content/uploads/2020/05/list.png') no-repeat 0 10px;
  	padding-left: 30px;
}

.blogpu .pullquote {
	margin-left: -100px;
	width: 280px;
	float: left;
	padding: 0% 3% 0% 3%;
	margin-top: 5px;
	margin-bottom: 20px;
	font-size: 88%;
	margin-right: 40px;
	background-color: rgb(240,240,240);
	color: #1e4b61;
	line-height: 1.5;
}
.pullquoteicon {
	text-align: center;
	border: 1px solid #1e4b61;
	border-radius: 1000px;
	width: 40px;
	height: 40px;
	background-color: #1e4b61;
	color: white;
	font-size: 20px;
	line-height: 35px;
	margin: 0 auto;
	position: relative;
	top: -10px;
}
.entry-header-text h1 {
	font-size: 250%;
	max-width: 550px;
}
.blogpu h2, h3, h4, h5, h6 {
	clear:both;
	float:none;
}
.title-with-border {
	border-left: 10px solid white;
	padding-left: 10px; 
	text-align:left;
}
.blogpu h2.einzug {
	margin-left: 35px;
	text-indent: -25px;
}
.blogpu .blogmiddleimg {
	max-width: 250px;
	margin-left: -20px;
    height: auto;
    float: left;
    padding-right: 20px;
    padding-bottom: 20px;
}
.blogpu .blogsmallimg {
	max-width: 150px;
	max-height: 170px;
	margin-left: -20px;
    height: auto;
    float: left;
    padding-right: 20px;
    padding-bottom: 20px;
}

.blogpu .tablesmallimg {
	max-width: 30px;
	max-height: 30px;
	padding-right: 3px;
	text-align: center;
}
.blogpu .legendeimg {
	max-width: 20px;
	max-height: 20px;
}
.blogpu .legende {
	font-size:85%;
	text-align: right;
}
.blogpu table th {
    font-weight: 400;
    color: #1e4b61;
    border-right: 1px solid #1e4b61;
    border-top: 1px solid #1e4b61;
    border-left: 1px solid #1e4b61;
    border-bottom: 1px solid #1e4b61;
    padding: 20px;
	text-transform:none;
	text-align:center;
}
.blogpu table td {
    font-weight: 400;
    color: #1e4b61;
    border-right: 1px 				solid#bfd250;
    border-top: 1px solid #bfd250;
    border-left: 1px solid #bfd250;
    border-bottom: 1px solid #bfd250;
    padding: 10px;
	vertical-align: top;
}
.blogpu table {
	text-align: left;
	border-collapse: collapse;
	margin-top:1em;
	margin-bottom:1.5em;
}
.iconheadinggruen {
    color: #bfd250;
}
.iconheadingrot {
	color:red;
}
.blogpu table ul {
	padding-left: 0px;
}
.blogpu .large-6 span {
	display: block;
	text-align: center;
	height: 80px;
	line-height: 80px;
	font-size: 40px;
	border-bottom: 1px dotted darkgray;
}
.blogpu .large-6 li {
	position: relative;
	margin-bottom: 0px;
	padding: 2em;
	color: #1e4b61;
	text-align: left;
	margin-left: 0;
	font-size: 90%;
}
.blogpu .large-6 li:nth-child(odd) {
  background: rgb(240,240,240);
}
.blogpu .large-6 li:nth-child(even) {
      background: rgb(220,220,220);
}
.blogpu .large-6 li:before {
    content: "";
	position: absolute;
	height: 0px;
	width: 0px;
	bottom: -30px;
	left: 42%;
	border-width: 15px;
	border-color: white transparent transparent transparent;
	border-style: solid;
	z-index: 1000;
}
.blogpu .large-6 li:last-child:before {
  border: none;
}
.blogpu .large-6 ul {
	padding: 0;
	margin:0;
}
/*.blogpu .large-6 .col-inner {
	border: 1px dotted darkgray;
}*/
.blogpu table ul li {
  	padding-left: 25px;
}
.blogpu h3, h3, h4, h5, h6 {
	margin-top: 1.5em;
}
#ez-toc-container {
    padding: 2em;
}
.blogtags {
	list-style-type: none;
	max-width: 710px;
	text-align: center;
	margin: 0 auto;
	float: right;
}
.blogtags:after {
	clear:both;
	flaot:none;
}
.blogtags a {
	color: #1e4b61 !important;
}
.blogtags a:hover {
	color: white important;
}
.blogtags li {
	float: left;
	background: none !important;
	padding: 0 !important;
}
#ez-toc-container ul {
	list-style-type: none;
}
#ez-toc-container ul li {
  	padding-left: 20px;
	line-height: 180%;
}
#ez-toc-container p.ez-toc-title {
    color: #1e4b61 !important;
    padding-bottom: 1em;
    font-weight: 700 !important;
}
#ez-toc-container {
	margin-bottom: 3em;
}
.blog-cta {
	background-color: rgb(245,245,245);
	padding: 2em 2em 0 2em;
	text-align: center;
	margin: 3em 0;
}
.blogpu .button-cta {
	color: white;
	text-transform: uppercase;
	font-size: .97em;
	letter-spacing: .03em;
	cursor: pointer;
	font-weight: bolder;
	text-align: center;
	text-decoration: none;
	border: 1px solid transparent;
	vertical-align: middle;
	line-height: 3.4em;
	min-height: 3.4em;
	padding: 1em 1.2em;
	max-width: 100%;
	transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
	background-color: #1e4b61;
}
.blog-cta h5 {
	font-size: 120%;
}
.cta-arrow {
	position: relative;
	left: -130px;
	top: -80px;
}
.quote, p.quote-weiss {
    position: relative;
    letter-spacing: .03em;
    margin-bottom: .5rem;
    color: #1A222F;
}

p.quote, p.quote-weiss {
    font-size: 25px;
	line-height: 2rem;
	padding-left: 2rem;
	color: #1e4b61;
	text-decoration: underline solid 	#bfd250;
	text-underline-position: under;
	max-width: 400px;
	margin-bottom: 30px;
}
p.quote:before, p.quote-weiss:before {
   content: '„';
	font-size: 300% !important; 
	line-height: 10px !important; 
	font-family: garamond !important;
	position: absolute;
	left: -22px;
	float: left;
}
p.quote:before {
color: #1e4b61;
}
p.quote-weiss:before {
color: white;
}
.quotepu:before {
   content: '„';
	font-size: 300% !important; 
	line-height: 10px !important; 
	font-family: garamond !important;
	position: absolute;
	left: -22px;
	float: left;
	color: #1e4b61;
}
.quotepu {
	text-decoration: underline solid 	#bfd250;
	text-underline-position: under;
}
.quote--container {
   margin: 0rem 0 2rem 0;
max-width: 500px;
width: 80%;
padding: 10px 5px 10px 5px;
/*border-left: 5px solid #bfd250;*/
left: -65px;
	float:right;
}
.storysheader {
	padding:0px;
}
.portfolio-archive .banner  {
	background-color: none !important;
}
.successmap .pt {
	padding-top:0px;
}
.quote--container:after {
  clear:both;
	float:none;
}
.intro {
max-width: 1000px;
margin: 0 auto;
padding: 3em 3em 2em 3em;
}
.quote--highlight {
    color: #D24335;
}

.quote--author {
    text-align: right;
    font-weight: 300;
}
.quote--container img {
	margin-top: 15px;
}
.quote--container + * { 
	clear: both; 
}
.blogpu .gallery-size-large {
	max-width: 400px;
	position: relative;
	left: -65px;
	display: inline-block;
	float: left;
	margin-top:8px;
}
.blogpu .gallery-size-large figcaption, .blogpu .gallery-size-medium figcaption, .blogpu .gallery-size-small figcaption {
    background-color: rgb(245,245,245);
    color: #1e4b61;
    padding: 10px 20px 1px 20px;
    font-size: 90%;
    line-height: 1.2em;
}

.highlight {
  background: linear-gradient(180deg, rgba(255,255,255,0) 5%, rgba(191,210,80,0.5) 65%);
  display: inline;
}
.highlight-weiss {
  background: linear-gradient(180deg, rgba(255,255,255,0) 5%, white 85%);
  display: inline;
}
.testimonial {
color: white;
font-size: 120%;
	}
.figcaption {
    background-color: rgb(245,245,245);
    color: #1e4b61;
    padding: 10px 20px 1px 20px;
    font-size: 90%;
    line-height: 1.2em;
	margin: 0px 0 50px 0;
	}
.gmw-info-window-inner.standard {
	overflow-x: hidden !important;
}
.gmw-get-directions {
	visibility: hidden;
}
.gmw-resize-map-toggle {
	visibility: hidden;
}
.leaflet-marker-icon.leaflet-interactive {
	object-position: -80000px 80000px;
background-image: url(https://powunity.com/wp-content/uploads/2020/09/marker.png);
	background-size: 100%;
background-repeat: no-repeat;
}
.post-type-archive-storys .icon-box-center .icon-box-img {
	margin:0 auto;
}
/* Geo my WP Maps */
div.gmw-info-window-inner.standard a.title {
    text-transform: none !important;
	}
.marker-cluster {
	background:none !important;
}
.marker-cluster-small div {
    background-color: rgba( 191,210,80,0.8);
	color: #1e4b61;
}
/* Header Menu */
#masthead {
	background: white;
}
.header-main .nav > li > a {
    color: rgba(102,102,102,0.85);
}
.header-main .nav > li > a:hover {
    color: rgba(102,102,102,0.55);
}

@media 
only screen and (min-width: 800px) {
/* Main Nav Partner Button */
.header-nav .partner .nav-top-link {
		border-radius:99px !important;
		background-color: #1d4b62 !important;
	padding: 5px 15px !important; 
	color: white !important; 
		font-size: 0.9em;
}
.new-product-gallery .vertical-thumbnails {
		max-width: 100px;
}
}
/*.large-2 {
	max-width: 10.8% !important;
	}
	}
	*/
@media 
only screen and (max-width: 760px) {
/*.imagebox-border .img-inner img {
	padding: 2px 0;
}*/
.new-buy-area #product__form .flex input.product__cta {
  padding: 0 0.7em 0 2.5em !important;
	}
.new-buy-area .product__ctaWrapper {
  font-size:97%;
	}
.new-buy-area .product__ctaWrapper i {
  font-size:97%;
	}
.ejuKPv {
	font-size: 10px;
}
#spu-46437 {
  top: 30px;
  max-height: 90vh;
}
.is-larger {
  font-size: 80% !important;
}
.sticky-button {
 height:60px;
}
.sticky-button span {
	line-height:60px;
		font-size:140%;
}

.pdferhalten form {
	display:grid !important;
	}
.pfeilwrapper:before {
  display:none;
}
#fixedbutton {
   bottom: 0px;
	right: 0;
	top: auto;
-webkit-transform: none;
}
.product__ctaWrapper i {
  left: 10px;
}
.new-buy-area .single_add_to_cart_button {
  font-size: 0.9em !important;
}
.sloganpartner h1 {
    font-size: 1.8rem !important;
}
	/* Warenkorb Button */
.button {
    font-size: .8em !important;
    min-height: 2.5em !important;
}
.next-step-button {
    font-size: .8em !important;
   
}
.step-buttons, .prev-step-button, .next-step-button {
	font-size: 0.97em !important;
	width: 100%;
	position:relative;
	}
#place_order {
	width: 100%;
	top:0 !important;
	}
#prev-step-order {
	margin-top:20px;
	}
/*Upselling Box mobil */
figure.cross-sell-product-image img {
    visibility:hidden;
}
figure.cross-sell-product-image {
    width:20px;
}
/* scrollbare tabellen auf kleinen Bildschirmen */
.blogpu table  { 
	margin-top:  20px; 
	display: inline-block; 
	overflow: auto; 
}
.blogpu th div { 
	margin-top: -20px; 
	position: absolute;
}
.blogpu .pullquote {
	margin-left: 0px;
	width: 100%;
	float: none;
	padding: 0% 3% 3% 3%;
}	
	/* Bilder über volle Breite */
.blogpu .gallery-size-large {
	max-width: 100%;
	width: 100%;
	position: relative;
	left: 0px;
	display: block;
	float: none;
	margin-top:8px;
}
.blogpu .blogmiddleimg {
	max-width: 100%;
	width: 100%;
	margin-left: 0px;
  float: none;
  padding-right: 0px;
  padding-bottom: 0px;
}
.icon-box-img {
    margin-bottom: 0;
}
.testimonialimg {
		text-align:center;
		margin: 0 auto !important;
	}
.blog-share {
    clear: both;
    float: none;
}
/* Upselling Lightbox*/
.lightbox-content h2 {
	background-color: #1e4b61;
	color: white;
	padding: 10px;
	font-size: 15px;
}
.lightbox-content h3 {
	padding: 0px 10px;
	font-size: 14px;
}
.lightbox-content .infoabsatz {
	padding: 5px 10px;
	background-image: none;
	font-size: 11px;
}	
.button, .prev-step-button, .next-step-button{
	}
.next-step-button {
}
#place_order {
	}
.next-step-button {
	font-size: 0.97em !important;
	min-height: auto !important;
	line-height: 2.5em;
	max-height: 2.5em !important;
	}
/* Produktseite Warenkorb */
.quantity {
    margin-right: 0.5em;
}
#order_comments_field {
    margin-top: 30px;
}
/* The Grid Article */
.tg-titel-und-teasertext, .tg-bild-und-text, .tg-titel-und-teasertext,  .tg-bild-und-link  {
 	min-height: 350px;
}	
.tg-meldung-gruen-mit-link, .tg-meldung-mit-link , .tg-zitat, .tg-meldung {
 	min-height: 250px;
}	
}
@media 
only screen and (max-width: 1000px) {
.blogpu .pullquote {
	margin-left: 0px;
}	
		/* Formular 2-spaltig */
.formtwocolumns:nth-child(2n), .formtwocolumns:nth-child(2n+1) {
		width: 100% !important; 
		float: none !important;
}
/* Grid Plugin Titles on mobile */
.tg-item-excerpt {
		font-size: 11px !important;
		line-height: 1.2 !important;
	}
	.tg-item-title, .storyteaser {
		font-size: 20px !important;
		margin: 0px auto !important;
		line-height: 1 !important;
	}
.tg-publikationen .tg-item-title {
		font-size: 15px !important;
	}
	
.topthema .box-vertical .box-text {
    border-left: none !important;
    padding: 20px !important;
}
.partner-subline-wrapper {
	flex-direction:column;
}
h2.partner-subline {
	text-indent: -25px;
	margin-left: 25px;
		}
.zweispaltig {
	column-count: 1; 
	column-gap: 0px; 
}
	}
@media not all and (min-resolution:.001dpcm) { @media {

    .veroeffentlichungen {
	font-size: 18px !important;
}	
	.cross-sell-product-image img {
  max-width:150px !important;
}
}
	}
@media 
only screen and (max-width: 1090px) {
.tg-wissen-top .tg-item-inner, .tg-themen-special .tg-item-inner {
    flex-direction: column !important;
}
}
@media 
only screen and (min-width: 550px) and (max-width: 1670px) {
.max-width-95 {
  max-width: 95% !important;
}
}
@media 
only screen and (max-width:1060px) {
.product-area {
  display: flex !important;
	flex-direction: column !important;
}
.product-area .new-product-gallery, .product-area .new-sales-area {
  flex-basis: 100% !important;
	max-width: 100% !important;
}
}
@media 
only screen and (min-width:1061px) and (max-width:1470px) {
.product-area .new-product-gallery {
  flex-basis: 50% !important;
	max-width: 50% !important;
}
.product-area .new-sales-area {
  flex-basis: 50% !important;
	max-width: 50% !important;
}
}
@media 
only screen and (min-width:1040px) and (max-width:1230px) {
.new-buy-area #product__form .flex input.product__cta {
  padding: 0 0.5em 0 3em !important;
	}
.new-buy-area .product__ctaWrapper {
  font-size:85%;
	}
}
.no-action {
	pointer-events: none;
}

#wrapper {
	overflow: hidden;
}

.authorized__wrapper {
	clear: both;
	float: right;
}

.full-height {
	height: 100%;
}

.added-to-cart-note {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: -100%;
	color: #ffffff;
	background-color: #bfd250;
	padding: 15px;
	text-align: center;
	z-index: 100;
	font-weight: 600;
}

.added-to-cart-checkout {
	margin: 0 15px !important;
}

/*------ PRODUCT GALLERY ------*/
.woocommerce-product-gallery__lightbox {
	display: none !important;
}

.wpgs-image .wpgs-video {
	display: block !important;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100px;
	height: 70px;
	border-radius: 17px;
}

.wpgs-image .wpgs-video i:before {
	position: absolute;
	top: 5px;
    left: -4px;
    font-size: 75px;
    line-height: 0;
}

.wpgs-video:after {
	width: 35px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	border-radius: 6px;
	font-size: 22px;
	line-height: 23px;
}

.wpgs-thumb .slick-prev, .wpgs-thumb .slick-next {
	height: calc(100% - 2px);
}

.wpgs-thumb .slick-next:before{
	margin-left: 10px;
}

/*---- CUSTOM PRODUCT PAGE -----*/
#product__form {
	/* display: none; */
}

.product__row--2 {
	display: none;
}

.product__item {
	transition: .3s ease;
}

.product__upselling {
	position: relative;
}

.product__upselling:after {
	position: absolute;
	font-family: fl-icons !important;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #bfd250;
	font-size: 22px;
	text-align: center;
	transition: .3s ease;
	opacity: 0;
}

.product__upselling.added-to-cart:after {
	opacity: 1;
}

.product__cta[disabled] {
	cursor: not-allowed;
	opacity: 1;
	background-color: rgb(200, 200, 200) !important;
}

.product__cta[disabled]:hover {
	box-shadow: none !important;
}

.product__ctaWrapper {
	position: relative;
}

.product__ctaWrapper i {
	position: absolute;
	color: #fff;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
	font-size: 25px;
}

.flex {
	display: flex;
}

.beta__item.is-selected {
	color: #ffffff !important;
	background-color: #1e4b61 !important;
}

.beta__cta[disabled] {
	cursor: not-allowed;
}

.beta__cta--cart.button {
	display: none;
	background-color: #bfd250 !important;
}

.beta__resetWrapper {
	display: none;
}

/*----- HIDE HEADER ON NEW PRODUCT FUNNEL PAGE -----*/
.postid-40857 #header {
	display: none !important;
}

/*----- REVIEW -----*/
.page-template .review__step {
	display: none;
}

.review__step:first-child {
	display: flex;
}

.page-template .review__button {
	opacity: 0;
}

.review__starWrapper > div {
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
}

.review__starWrapper > div > div {
	margin-left: 5px;
	margin-right: 5px;
}

.review__star img {
	width: 50px;
	filter: grayscale(100%);
}

.review__star:hover img,
.review__star.selected img {
	filter: none;
}

.review__star:hover ~ .review__star img {
	filter: none;
}

/*----- FUNNEL -----*/
.product-template-default .funnel__step {
	display: none;
}

.funnel__step:first-child {
	display: block;
}

.funnel__step .text,
.funnel__step .text-box {
	pointer-events: none;
}

.funnel__upselling .product_list_widget {
	margin: 0;
}

.funnel__upselling .product_list_widget li {
	padding: 0;
	margin: 0;
}

.funnel__upselling .product_list_widget li img {
	width: 75px;
	height: 75px;
	top: 0;
}

.funnel__upselling h3 {
	margin-top: 0;
}

.funnel__upselling .product_list_widget a {
	pointer-events: none;
	cursor: default;
	color: #1e4b61;
	font-weight: bold;
}

.funnel__upselling .delivery-time-info,
.funnel__upselling .shipping-costs-info {
	display: none !important;
}

.funnel__upselling .product-title,
.funnel__upselling .wcpbc-price {
	margin-left: 100px;
}

.funnel__upselling .product-title {
	display: inline-block;
	margin-top: 10px;
}

.funnel__indicator {
	display: flex;
	width: calc(100% - 18px);
}

.funnel__indicator li {
	position: relative;
	display: flex;
	justify-content: center;
	width: 100%;
	list-style-type: none;
	color: #ffffff;
	background-color: #4E677C;
	margin: 0 !important;
	text-align: center;
	padding: 0 5px;
	height: 36px;
	border: 2px solid #1e4b61;
	line-height: 32px;
	font-weight: 700;
}

.funnel__indicator li:after,
.funnel__indicator li:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	z-index: 1;
}

.funnel__indicator li:after {
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #4E677C;
	border-width: 17px;
	margin-top: -17px;
}
.funnel__indicator li:before {
	left: calc(100% + 2px);
	border-color: rgba(194, 225, 245, 0);
	border-left-color: #1e4b61;
	border-width: 18px;
	margin-top: -18px;
}

.funnel__indicator li.active {
	background-color: #1e4b61;
}

.funnel__indicator li.active:after {
	border-left-color: #1e4b61;
}

.wpml-ls {
	width: 5em !important;
}

.wpml-ls-item-toggle:after {
	font-family: "fl-icons" !important;
	content: "" !important;
	bordeR: none !important;
	font-size: 16px;
	top: 3px !important;
	opacity: .6;
}

.postid-20977 .add-to-cart-container,
.postid-28113 .add-to-cart-container,
.postid-34946 .add-to-cart-container,
.postid-35666  .add-to-cart-container {
	display: none !important;
}

.woocommerce-breadcrumb {
	display: none;
}

#add_payment_method #payment ul.payment_methods li img.stripe-icon, .woocommerce-checkout #payment ul.payment_methods li img.stripe-icon {
	margin: 0 5px;
	max-width: 51px;
}

#stripe-payment-data {
	width: 50%;
}

.video-fit {
	padding-top: 0 !important;
	overflow: auto;
}

.variations .label {
	display: none;
}

.add-to-cart-container .out-of-s<strong>toc</strong>k {
	/*display: none;*/
}

.main-page-only {
	display: none;
}

.postid-20977 .main-page-only,
.postid-28113 .main-page-only,
.postid-34946 .main-page-only,
.postid-35666 .main-page-only {
	display: flex;
}

.woocommerce-variation-price {
	border-top: none;
	padding: 0;
}

.woocommerce-checkout .shop_table {
	background-color: transparent;
	margin-top: 0;
}

.woocommerce-price-suffix--custom {
	margin-left: 5px;
	color: #1e4b61;
}

/*----------------------
UPSELLING PRODUCTS
----------------------*/
.cross-sells {
	display: none;
	margin-bottom: 30px;
	border: 2px solid #1d4b62;
}

.cross-sells h3 {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.3;
	font-size: 18px;
}

.cross-sell-product {
	display: none;
	padding: 0 10px 15px 10px;
}

.cross-sell-product-notice {
	padding: 10px 15px;
	margin: 0 10px;
	padding: 15px 15px 15px 80px;
	background: url(/wp-content/uploads/2020/12/info-full.svg), #bfd250;
	background-repeat: no-repeat;
	background-size: 55px;
	background-position: 10px center;
}

.cross-sell-product-notice h4 {
	margin: 0;
	color: #1d4b62;
	line-height: 1.3;
	font-size: 16px;
}

.cross-sell-product.cross-sell-product--visible {
	display: block;
}

.cross-sell-product-title-wrapper {
	padding: 15px 15px 15px 90px;
	background: url(/wp-content/uploads/2020/12/powunity-gadgets.svg), #1d4b62;
	background-repeat: no-repeat;
	background-size: 60px;
	background-position: 10px center;
}

.cross-sell-product-title-wrapper * {
	color: #fff;
}

.cross-sell-product-content,
.cross-sell-product-image,
.cross-sell-product-description-outer,
.cross-sell-product-description-inner,
.cross-sell-product-description,
.cross-sell-product-info,
.cross-sell-product-price,
.cross-sell-product-actions,
.cross-sell-product-meta {
	display: flex;
	margin-bottom: 0;
}

.cross-sell-product-content {
	flex-grow: 1;
	padding: 15px 15px 5px 0;
}

.cross-sell-product-description {
	flex-grow: 1;
}

.cross-sell-product-description-outer {
	flex-direction: column;
	flex-grow: 1;
}

.cross-sell-product-description-inner {
	flex-grow: 1;
	flex-direction: column;
}

.cross-sell-product-image,
.cross-sell-product-title {
	margin-bottom: 0;
}

.cross-sell-product-image {
	align-self: flex-start;
}

.cross-sell-product-info {
	padding-left: 10px;
}

.cross-sell-product-info-link img {
	width: 30px;
	height: 30px;
	min-width: 30px;
}
.cross-sell-product-info-link img:hover {
	transform: scale(1.05);
}

.cross-sell-product-meta {
	margin-top: 5px;
	align-items: flex-start;
}

.cross-sell-product-price {
	flex-grow: 1;
	align-items: center;
	display: block;
}

.cross-sell-product-price .amount {
	display: block;
	color: #1e4b61;
	font-size: 22px;
	margin-right: 5px;
}

.cross-sell-product-shipping {
	display: none;
	margin-top: -30px;
}

.cross-sell-product-actions {
	padding: 10px 0px 12px 2px;
}

.cross-sell-product-actions button,
.cross-sell-product-actions a {
	margin: 0 0 0 10px !important;
	padding: 7px 15px !important;
}

.cross-sell-product-actions .button span {
	line-height: inherit;
	vertical-align: middle;
}

.cross-sell-product-actions button.yes {
	background-color: #bfd250 !important;
}

.cross-sell-product-actions button.no {
	background-color: #ee4237 !important;
}

.cross-sells-list,
.cross-sells-list li,
.cross-sells-list li > span {
	display: flex;
}

.cross-sells-list {
	display: flex;
	flex-direction: column;
	margin-left: 0;
	padding-left: 0 !important;
}

.cross-sells-list li {
	display: flex;
	margin-left: 0 !important;
	margin-bottom: 10px;
}

.cross-sells-list li span.cross-sells-list-title {
	flex-grow: 1;
}

.cross-sells-list li button[disabled] {
	cursor: default;
}

.cross-sells-list li.yes button[value="yes"] {
	background-color: #bfd250 !important;
	opacity: 1;
}

.cross-sells-list li.no {
	color: #CAD4D9 !important;
}

.cross-sells-list li.no button {
	background-color: #CAD4D9 !important;
}

.cross-sells-list li.no button[value="no"] {
	background-color: #1d4b62 !important;
	opacity: 1;
}

.cross-sells-list li button {
	font-size: 12px;
	margin-bottom: 0;
	background-color: #CAD4D9 !important;
}

.cross-sells-list .amount {
	color: #1e4b61;
}

.cross-sells-list li .woocommerce-price-suffix {
	font-size: 12px;
	margin: 5px 0 0 5px;
}

.cross-sells-list li.no .amount {
	color: #CAD4D9;
}

/*----------------------
CART ON CHECKOUT PAGE
----------------------*/
.woocommerce-multistep-checkout .cart-auto-refresh {
	width: 100%;
	max-width: 100%;
	display: block;
	flex-basis: 100%;
}

.woocommerce-multistep-checkout .cart-auto-refresh .cart {
	background-color: transparent;
}

.woocommerce-multistep-checkout .cart-auto-refresh .actions {
	display: none;
}

.woocommerce-multistep-checkout .cart-collaterals {
	display: none !important;
}

.woocommerce-multistep-checkout .woocommerce-notices-wrapper {
	display: none !important;
}

.woocommerce-multistep-checkout-active-payment .cart-auto-refresh,
.woocommerce-multistep-checkout-active-order .cart-auto-refresh {
	display: none !important;
}

.wc-gzd-order-submit small {
	font-size: 100%;
}

/*----------------------
FRONTPAGE ADDITIONAL CSS
----------------------*/
body.home {
	font-family: 'Lato', sans-serif;
	font-size: inherit;
}

body.home footer .small {
	height: 3px;
	display: block;
	margin: 1em 0 1em;
	width: 100%;
	max-width: 30px;
}

body.home footer ul {
	padding-left: 0;
}

body .section-home {
	display: block;
	padding-top: 10%;
	padding-bottom: 10%;
}

.section-home h1 {
	font-family: 'Lato webfont', sans-serif;
	color: #fff;
}

.w-button:hover {
	color: #fff;
}

.home footer {
	/* display: none; */
}

.wpcf7 input[type="number"] {
	height: 45px;
    border-radius: 5px;
}

@media only screen and (max-width: 48em) {
	#stripe-payment-data {
		width: 100%;
	}

}

@media only screen and (min-width: 480px) {
	.woocommerce-multistep-checkout-active-order #place_order {
		float: right;
		margin-right: 0;
		z-index: 1000;
		position:relative;
		top:40px;
	}

	.woocommerce-multistep-checkout-active-order .step-buttons-order {
		float:right;
	}

	/*html:lang(de-DE) .woocommerce-multistep-checkout-active-order .step-buttons-order {
		right: 183px;
	}

	html:lang(en-US) .woocommerce-multistep-checkout-active-order .step-buttons-order {
		right: 147px;
	}*/
}

@media only screen and (max-width: 549px) {
	.hidden-mobile {
		display: none !important;
	}
}
@media only screen and (min-width: 500px) and (max-width: 830px) {
	.new-buy-area-upselling .small-3, .new-buy-area-upselling .small-9, .new-buy-area-upselling .small-6 {
		flex-basis: 100%;
		max-width: 100%;
	}
}
