/* Fonts
   ========================================================================== */

@font-face {
    font-family: 'United Sans Reg';
    src: url('./fonts/custom/united-sans-reg/UnitedSansReg-Medium.eot');
    src: url('./fonts/custom/united-sans-reg/UnitedSansReg-Medium.eot?#iefix') format('embedded-opentype'),
        url('./fonts/custom/united-sans-reg/UnitedSansReg-Medium.woff2') format('woff2'),
        url('./fonts/custom/united-sans-reg/UnitedSansReg-Medium.woff') format('woff'),
        url('./fonts/custom/united-sans-reg/UnitedSansReg-Medium.svg#UnitedSansReg-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'United Sans Reg';
    src: url('./fonts/custom/united-sans-reg/UnitedSansReg-Black.eot');
    src: url('./fonts/custom/united-sans-reg/UnitedSansReg-Black.eot?#iefix') format('embedded-opentype'),
        url('./fonts/custom/united-sans-reg/UnitedSansReg-Black.woff2') format('woff2'),
        url('./fonts/custom/united-sans-reg/UnitedSansReg-Black.woff') format('woff'),
        url('./fonts/custom/united-sans-reg/UnitedSansReg-Black.svg#UnitedSansReg-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}


/* Global
   ========================================================================== */

body {
	background: #fff;
	color: #000;
	font-family: 'United Sans Reg', sans-serif;
	font-weight: 400;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'United Sans Reg', sans-serif;
	font-weight: 700;
	line-height: 1;
}

h1, .h1 {
	font-size: 30px;
}

h2, .h2 {
	font-size: 30px;
}

h3, .h3 {
	font-size: 24px;
}

.headline-large {
	font-size: 36px;
}

.pwk-swiper-slideshow .headline-large {
	font-size: 24px;
}

.pwk-swiper-slideshow .text-size-4 {
	font-size: 16px;
}

.font-weight-regular {
	font-weight: 400 !important;
}

.span-font-weight-regular span {
	font-weight: 400 !important;
}

.text-smaller {
	font-size: 12px;
}

@media (min-width: 992px) {

	h1, .h1 {
		font-size: 36px;
	}

	h2, .h2 {
		font-size: 30px;
	}

	h3, .h3 {
		font-size: 24px;
	}
	
	.headline-large {
		font-size: 54px;
	}
	
	.pwk-swiper-slideshow .headline-large {
		font-size: 54px;
	}
	
	.pwk-swiper-slideshow .text-size-4 {
		font-size: 24px;
	}
	
}

.container {
	padding-left: 20px;
	padding-right: 20px;
}

@media (min-width: 992px) {

	.container {
		padding-left: 15px;
		padding-right: 15px;
	}

}


/**
 * Custom
 */

img.size-50x50 {
	width: 50px;
	height: auto;
}

a.text-info-warning {
	color: #000;
	font-weight: 400;
	text-decoration: underline;
}


/**
 * Forms
 */

.form-control,
.input-text, 
input[type="email"], 
input[type="password"], 
input[type="search"], 
input[type="tel"], 
input[type="text"], 
input[type="url"], 
textarea, 
select {
    border: 1px solid rgba(0,0,0,0.15);
    color: #000;
    background-color: #fff;
}

.form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(128,128,128,.5);
}

.input-text:focus,
.input-text.focus,
input:focus,
input.focus,
input[type="email"]:focus, 
input[type="password"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="text"]:focus, 
input[type="url"]:focus, 
textarea:focus, 
select:focus,
input[type="email"].focus, 
input[type="password"].focus, 
input[type="search"].focus, 
input[type="tel"].focus, 
input[type="text"].focus, 
input[type="url"].focus, 
textarea.focus, 
select.focus {
    box-shadow: 0 0 0 0.2rem rgba(128,128,128,.5);
}

.pwk-video-top {
	position: relative;
	z-index: 1;
	margin-top: 0px;
}


/* Bootstrap
   ========================================================================== */

a {
    color: #ff6800;
}

a:hover {
    color: #cc5300;
}

.btn {
	font-weight: 400;
}

.btn-primary {
    background-color: #ff6800;
    border-color: #ff6800;
}

.btn-primary:hover,
.btn-primary.disabled, 
.btn-primary:disabled {
    background-color: #cc5300;
    border-color: #cc5300;
}

.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle {
    background-color: #cc5300;
    border-color: #cc5300;
}

.btn-primary.focus, 
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus, 
.btn-primary:not(:disabled):not(.disabled):active:focus, 
.show>.btn-primary.dropdown-toggle:focus {
	background-color: #cc5300;
    border-color: #cc5300;
    box-shadow: 0 0 0 0.2rem rgba(255,104,0,.5);
}

.btn-secondary {
    background-color: #525052;
    border-color: #525052;
}

.btn-secondary:hover,
.btn-secondary.disabled, 
.btn-secondary:disabled {
    background-color: #303030;
    border-color: #303030;
}

.btn-secondary:not(:disabled):not(.disabled).active, 
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    background-color: #303030;
    border-color: #303030;
}

.btn-secondary.focus, 
.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus, 
.btn-secondary:not(:disabled):not(.disabled):active:focus, 
.show>.btn-secondary.dropdown-toggle:focus {
	background-color: #303030;
    border-color: #303030;
    box-shadow: 0 0 0 0.2rem rgba(129,129,129,.5);
}

.text-primary {
	color: #ff6800 !important;
}

.text-secondary {
	color: #525052 !important;
}

.text-dark {
	color: #3a403a !important;
}

.text-black {
	color: #000 !important;
}

.text-muted {
	color: #888 !important;
}

.text-blue {
	color: #026DC0 !important;
}

.text-purple {
	color: #A800FF !important;
}

.text-green {
	color: #11A336 !important;
}

.text-yellow {
	color: #ffe900 !important;
}

.text-shadow {
	text-shadow: 0px 4px 16px rgba(0,0,0,0.2);
}

.text-shadow-light {
	text-shadow: 0px 4px 16px rgba(255,255,255,1);
}

.bg-primary {
	background-color: #ff6800 !important;
}

.bg-primary-2 {
	background-color: #cc5300 !important;
}

.bg-secondary {
	background-color: #525052 !important;
}

.bg-secondary-2 {
	background-color: #303030 !important;
}

.bg-dark {
	background-color: #3a403a !important;
}

.bg-dark-2 {
	background-color: #2e3033 !important;
}

.bg-light {
	background-color: #f1efed !important;
}

.bg-light-2 {
	background-color: #faf9f7 !important;
}

.bg-grey {
	background-color: #888 !important;
}

.bg-black {
	background-color: #000 !important;
}

.bg-yellow {
	background-color: #ffe900 !important;
}

.bg-lighten {
	background: rgb(255,255,255,0.1) !important;
}

.bg-darken {
	background: rgb(0,0,0,0.1) !important;
}

.bg-status {
	background: #b0b4b6 !important;
}

.bg-status-active {
	background: #525052 !important;
}

.bg-status-inactive {
	background: #d3d8da !important;
}

.bg-gradient-darken {
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
}

.bg-gradient-orange {
    background: #ff6800;
    background: linear-gradient(90deg, rgba(238,87,41,1) 0%, rgba(250,162,27,1) 100%);
}

.bg-gradient-orange-1 {
    background: #ff6800;
    background: linear-gradient(90deg, rgba(238,87,41,1) 0%, rgba(242,111,38,1) 100%);
}

.bg-gradient-orange-2 {
    background: #ff6800;
    background: linear-gradient(90deg, rgba(242,111,38,1) 0%, rgba(246,139,36,1) 100%);
}

.bg-gradient-orange-3 {
    background: #ff6800;
    background: linear-gradient(90deg, rgba(246,139,36,1) 0%, rgba(250,162,27,1) 100%);
}

.bg-gradient-purple-orange {
    background: rgb(187,35,129);
    background: linear-gradient(90deg, rgba(187,35,129,1) 0%, rgba(238,87,41,1) 50%, rgba(250,162,27,1) 100%);
}

.border-primary {
	border-color: #ff6800 !important;
}

.border-secondary {
	border-color: #525052 !important;
}

.border-darken {
	border-color: rgba(0,0,0,0.15)!important;
}

.border-lighten {
	border-color: rgba(255,255,255,0.15)!important;
}

.shadow {
	box-shadow: 0 8px 16px rgba(0,0,0,0.1) !important;
}

.shadow {
	box-shadow: 0 2px 4px rgba(0,0,0,0.15) !important;
}

.menu-subpages a.active {
	color: #000;
}

.form-control {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.15);
}


/* Helper
   ========================================================================== */

.pwk-image-wrapper {
	display: block;
	width: 100%;
}


/* Menus
   ========================================================================== */

.pwk-menu.pwk-menu-horizontal ul.menu ul.sub-menu {
	background: #343a40;
}

.pwk-menu.pwk-menu-horizontal ul.menu ul.sub-menu a {
	color: #fff;
}

.pwk-menu.pwk-menu-horizontal ul.menu > li.menu-item-has-children > ul.sub-menu::before {
    border-bottom: 8px solid #343a40;
}

#menu-sprache li a img {
    width: 24px;
	height: auto;
}

#menu-sprache li.current-lang {
    opacity: 0.5;
}

/* Pagination
   ========================================================================== */

.navigation.pagination ul.page-numbers {
	border: 1px solid #000;
}

.navigation.pagination ul.page-numbers li {
	border-right: 1px solid #000;
}

.navigation.pagination ul.page-numbers li:last-child {
	border-right: none;
}

.navigation.pagination ul.page-numbers li span.current {
	background: #000;
	color: #fff;
}


/* Breadcrumb
   ========================================================================== */
 
.pwk-breadcrumb a {
	color: #000;
}


/* Navigation
   ========================================================================== */

.site-navigation {
	box-shadow: none;
	transition: box-shadow 250ms;
}

.site-navigation > .container {
	position: relative;
}

.site-navigation .site-branding {
	position: absolute;
	top: 0;
	left: 15px;
	background: #ff6800;
	border-radius: 0 0 8px 8px;
	width: 105px;
	padding: 15px;
}

@media (min-width: 992px) {

	.site-navigation .site-branding {
		width: 135px;
		padding: 15px;
		border-radius: 0 0 12px 12px;
	}

}

.site-navigation .site-branding img {
	width: 100%;
	height: auto;
	padding: 0;
}

.site-navigation.is_stuck {
	box-shadow: 0 8px 16px rgba(0,0,0,0.15);
}

.site-navigation .pwk-menu a {
	color: #fff;
	font-weight: 400;
}

.pwk-site-navigation-primary ul.menu li > a:hover,
.pwk-site-navigation-primary ul.menu li > a:focus,
.pwk-social-menu a:hover,
.pwk-social-menu a:focus {
	color: #cc5300;
}

.pwk-site-navigation-primary ul.menu .sub-menu > li > a:hover,
.pwk-site-navigation-primary ul.menu .sub-menu > li > a:focus {
	color: #cc5300;
}

.pwk-site-navigation-primary a {
	color: #fff;
}

.pwk-site-navigation-secondary a {
    font-size: 14px;
}

.pwk-social-menu a {
	color: #fff;
}

.pwk-menu-icons a {
	color: #000;
}

.pwk-modal-menu-primary a,
.pwk-modal-menu-social a {
	color: #000;
	font-size: 16px;
	line-height: 20px;
}

.pwk-menu.pwk-menu-horizontal ul.menu > li a, 
.pwk-menu.pwk-menu-vertical ul.menu > li a {
    padding: 8px 0;
}

.pwk-modal-menu-primary a:hover,
.pwk-modal-menu-social a:hover {
	color: #ff6800;
}

.pwk-modal-menu-primary ul ul {
	border-top: 1px solid #ccc;
	padding-top: 8px;
	padding-left: 20px;
	margin-bottom: 20px;
	display: none;
}

.pwk-modal-menu-primary ul ul a {
	font-weight: 400;
}

.pwk-modal-menu-primary .pwk-menu li.current-menu-item > a, 
.pwk-modal-menu-primary .pwk-menu li.current-menu-item > a.active {
    opacity: 1;
    color: #ff6800;
}


.pwk-modal-menu-primary .pwk-menu.pwk-menu-vertical ul.menu > li a {
    display: block;
}

.pwk-modal-menu-primary ul li.menu-item-has-children.active > a {
	color: #888;
}

.pwk-modal-menu-primary ul li.menu-item-has-children > a::after {
    position: relative;
    float: right;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f107";
    width: 30px;
    text-align: center;
}

.pwk-modal-menu-primary ul li.menu-item-has-children.active > a::after {
    content: "\f106";
}

.pwk-modal-menu-primary ul li.menu-item-has-children.active > ul.sub-menu {
	display: block;
}

/* Footer
   ========================================================================== */

.site-footer {
	position: relative;
}

.site-footer a,
.site-footer-contact a {
	color: #fff;
	font-weight: 400;
}

.site-footer .pwk-menu a {
	font-weight: 400;
}

.site-footer a:hover,
.site-footer a:focus,
.site-footer .pwk-menu a:hover,
.site-footer .pwk-menu a:focus {
	color: #cc5300;
}

.site-footer .site-logo {
	display: block;
	width: 80px;
}

.site-footer .site-logo img {
	width: 100%;
	height: auto;
}

.site-footer .pwk-menu.pwk-menu-vertical ul.menu > li a {
	padding: 1px 0;
}

.site-footer .menu-item-muted > a {
	color: rgba(255,255,255,0.4);
	font-size: 14px;
}

.site-footer .menu-item-muted > a:hover {
	color: #cc5300;
}


/* Pagination
   ========================================================================== */

.navigation.pagination ul.page-numbers {
	border: 1px solid #CDCCCA;
}

.navigation.pagination ul.page-numbers li {
	border-right: 1px solid #CDCCCA;
}

.navigation.pagination ul.page-numbers li span.current {
	background: #CDCCCA;
	color: #000;
}


/* Swiper
   ========================================================================== */

.pwk-swiper .pwk-swiper-button {
	color: #fff;
	background: #ff6800;
}

.pwk-swiper-button {
    width: 30px;
}

.pwk-swiper .pwk-swiper-button:hover,
.pwk-swiper .pwk-swiper-button:focus,
.pwk-swiper .pwk-swiper-button.active {
	background: #cc5300;
}

.pwk-swiper .swiper-pagination-bullet-active {
    background: #ff6800;
}

.pwk-swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #ff6800;
}

.pwk-swiper-products .swiper-pagination-bullets {
	position: relative;
	display: block;
	top: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    margin-top: 20px;
    z-index: 1;
}

.pwk-swiper-products .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}

.pwk-swiper-slideshow .pwk-slide {
	min-height: 40vw;
}

.pwk-swiper-slideshow .pwk-slide-bg {
	position: relative;
	padding-top: 66%;
	background-position: center right;
}

.pwk-swiper-slideshow .pwk-slide-content {
	position: relative;
	background: #000;
}

.pwk-swiper-slideshow .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.5;
}

.pwk-swiper-slideshow .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ff6800;
    opacity: 1;
}

@media (min-width: 992px) {

	.pwk-swiper-slideshow .pwk-slide-bg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding-top: 0;
		background-position: center center;
		z-index: 0;
	}
	
	.pwk-swiper-slideshow .pwk-slide-bg::before {
		content:"";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
	}
	
	.pwk-swiper-slideshow .pwk-slide-content {
		background: transparent;
	}

}

/* YITH WooCommerce Ajax Search
   ========================================================================== */

.pwk-modal-search #yith-ajaxsearchform .search-navigation {
    display: block;
}

.pwk-modal-search #yith-ajaxsearchform .autocomplete-suggestion {
    font-size: 16px;
}

.pwk-modal-search #yith-ajaxsearchform .autocomplete-suggestion .title {
    line-height: 1.6em;
    margin-bottom: 5px;
    margin-top: 15px;
}

.pwk-modal-search .dgwt-wcas-preloader {
    display: none;
}


/* WP Forms
   ========================================================================== */

.pwk-wpforms.wpforms-container input[type=date], 
.pwk-wpforms.wpforms-container input[type=datetime], 
.pwk-wpforms.wpforms-container input[type=datetime-local], 
.pwk-wpforms.wpforms-container input[type=email], 
.pwk-wpforms.wpforms-container input[type=month], 
.pwk-wpforms.wpforms-container input[type=number], 
.pwk-wpforms.wpforms-container input[type=password], 
.pwk-wpforms.wpforms-container input[type=range], 
.pwk-wpforms.wpforms-container input[type=search], 
.pwk-wpforms.wpforms-container input[type=tel], 
.pwk-wpforms.wpforms-container input[type=text], 
.pwk-wpforms.wpforms-container input[type=time], 
.pwk-wpforms.wpforms-container input[type=url], 
.pwk-wpforms.wpforms-container input[type=week], 
.pwk-wpforms.wpforms-container select, 
.pwk-wpforms.wpforms-container textarea {
    background-color: #fff;
    border: 1px solid #ccc;
}

.pwk-wpforms.wpforms-container input:focus {
    color: #000;
    border-color: #aaa;
    box-shadow: 0 0 0 0.2rem rgba(128,128,128,1)
}

.pwk-wpforms .wpforms-confirmation-container {
	background: #95C11F;
	color: #fff;
}


/* Modules
   ========================================================================== */

/*
 * Feature list
 */

.pwk-features li::before {
	color: #ff6800;
}


/**
 * Video
 */

.pwk-video-bg::after {
	background: rgba(0,0,0,0.5);
}


/**
 * Accordeon
 */
 
.pwk-accordeon,
.pwk-accordeon ul,
.pwk-accordeon li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

.pwk-accordeon {
	font-weight: 700;
	font-size: 20px;
}

.pwk-accordeon > li {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0,0,0,0.15);
}

.pwk-accordeon > li > span {
	cursor: pointer;
}

.pwk-accordeon > li > span:hover {
	color: #cc5300;
}

.pwk-accordeon > li > span::before {
	position: relative;
	float: right;
	font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f107";
    width: 40px;
    text-align: center;
}

.pwk-accordeon > li.active > span::before {
    content: "\f106";
}

.pwk-accordeon > li.active > span {
	color: #888;
}

.pwk-accordeon > li > ul {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 20px;
	margin-bottom: 30px;
	font-size: 16px;
	padding: 15px 30px;
	background: #fff;
	display: none;
}

.pwk-accordeon > li.active > ul {
	display: -ms-flexbox;
	display: flex;
}

.pwk-accordeon > li > ul > li {
	position: relative;
    width: 100%;
    padding-right: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	margin: 15px 0;
}

@media (min-width: 992px) {
	
	.pwk-accordeon > li > ul > li {
		padding-right: 30px;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
}

.pwk-accordeon > li > ul > li > ul {
	font-size: 14px;
	font-weight: 400;
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid rgba(0,0,0,0.15);
}

.pwk-accordeon > li > ul > li > ul a {
	color: #000;
	font-weight: 400;
}

.pwk-accordeon > li > ul > li > ul a::before {
	font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f101";
    margin-right: 5px;
    font-size: 0.8em;
    line-height: 1;
    text-decoration: none;
    display: inline-block;
}

.pwk-accordeon > li > ul > li > ul a::before:hover {
    text-decoration: none;
}

.pwk-accordeon-group {
	margin-bottom: 40px;
}

.pwk-accordeon-group h3 {
	border-bottom: 1px solid rgba(0,0,0,0.15);
	margin-bottom: 20px;
	padding-bottom: 20px;
	cursor: pointer;
	font-size: 20px;
}

.pwk-accordeon-group h3:hover {
	color: #cc5300;
}

.pwk-accordeon-group h3::before {
	position: relative;
	float: right;
	font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f107";
    width: 40px;
    text-align: center;
}

.pwk-accordeon-group ul.pwk-accordeon {
	padding: 0 0 0 30px;
	display: none;
}

.pwk-accordeon-group .active h3 {
    color: #888;
}

.pwk-accordeon-group .active h3::before {
    content: "\f106";
}

.pwk-accordeon-group .active ul.pwk-accordeon {
	display: block;
}



/* Widgets
   ========================================================================== */

.widget-title {
	padding-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}


/* Members area
   ========================================================================== */

/*
 * Videos
 */

a.pwk-preview-video {
	display: block;
	box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.075);
	transition: box-shadow 0.15s;
}

a.pwk-preview-video:hover, 
a.pwk-preview-video:focus {
    box-shadow: 0px 10px 20px rgba(0,0,0,0.15);
}

/* Form */

.post-password-form {
	display: block;
	border: 1px solid rgba(0,0,0,0.15);
	padding: 30px 30px 10px;
	background: #fff;
	box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.075);
	margin-bottom: 200px;
}

.post-password-form p label,
.post-password-form p input {
	display: block;
	width: 100%;
	max-width: 320px;
}

.post-password-form p input[type=submit] {
	display: inline-block;
	width: auto;
}


/* Gutenberg
   ========================================================================== */

/**
 * Blog
 */

.wp-block-image img,
.wp-block-gallery img {
	border: 1px solid rgba(0,0,0,0.1);
}

.wp-block-image.border-0 img,
.wp-block-gallery.border-0 img {
	border: none;
}

.wp-block-cover .wp-block-image img,
.wp-block-cover .wp-block-gallery img {
	border: none;
}

.wp-block-image a img,
.wp-block-gallery a img {
	border: none;
	box-shadow: 0 8px 24px rgba(0,0,0,.2)!important;
	transition: box-shadow 250ms;
}

.wp-block-image a:hover img,
.wp-block-gallery a:hover img {
	box-shadow: 0 2px 4px rgba(0,0,0,0.3)!important;
}


/**
 * Products
 */

.wc-block-grid__product .wc-block-grid__product-image {
	background: #fff;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}

.wc-block-grid__product-title {
    color: #000;
}

.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-onsale, 
.wc-block-grid__product-onsale {
    color: #fff;
    background: #ff6800;
}

.wc-block-grid__product-rating .star-rating:before, 
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before {
    color: #000;
}

.wc-block-grid__product-rating .star-rating span:before, 
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before {
    color: #ffc107;
}




/* WooCommerce
   ========================================================================== */

.price {
    font-weight: 900;
}

.wc-gzd-additional-info {
	color: #525052;
}

.pwk-product-subtitle {
	display: block;
	font-weight: 400;
	margin-top: 5px;
}

/**
 * Breadcrumb
 */
 
.woocommerce-breadcrumb a {
	color: #000;
}


/**
 * Forms
 */

.woocommerce span em {
	color: #525052;
}

.woocommerce span.required,
.woocommerce abbr.required {
	color: #525052;
}

/**
 * Forms - Checkbox Radio
 */

.woocommerce-form__label.checkbox span::before,
.woocommerce-form__label-for-checkbox span::before,
.wc_payment_methods label::before,
.woocommerce-shipping-methods label::before {
    color: #ff6800;
}

/**
 * Buttons
 */

.button,
button,
input[type="submit"] {
	color: #fff;
    background-color: #525052;
    border: 1px solid #525052;
}

.button:hover,
.button:focus,
button:hover,
button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    color: #fff;
    background-color: #303030;
    border-color: #303030;
}

.button:not(:disabled):not(.disabled).active, 
.button:not(:disabled):not(.disabled):active, 
.show>.button.dropdown-toggle,
button:not(:disabled):not(.disabled).active, 
button:not(:disabled):not(.disabled):active, 
.show>button.dropdown-toggle,
input[type="submit"]:not(:disabled):not(.disabled).active, 
input[type="submit"]:not(:disabled):not(.disabled):active, 
.show>input[type="submit"].dropdown-toggle {
	color: #fff;
    background-color: #303030;
    border-color: #303030;
}

.button.focus, 
.button:focus,
button.focus, 
button:focus,
input[type="submit"].focus, 
input[type="submit"]:focus {
	color: #fff;
    box-shadow: 0 0 0 0.2rem rgba(128,128,128,.5);
}

/* Button Primary */

.button.checkout,
.button.alt {
    background-color: #ff6800;
    border: 1px solid #ff6800;
}

.button.checkout:hover,
.button.checkout:focus,
.button.alt:hover,
.button.alt:focus {
    color: #fff;
    background-color: #cc5300;
    border-color: #cc5300;
}

.button.checkout:not(:disabled):not(.disabled).active, 
.button.checkout:not(:disabled):not(.disabled):active, 
.show>.button.checkout.dropdown-toggle,
.button.alt:not(:disabled):not(.disabled).active, 
.button.alt:not(:disabled):not(.disabled):active, 
.show>.button.alt.dropdown-toggle {
	color: #fff;
    background-color: #cc5300;
    border-color: #cc5300;
}

.button.checkout.focus, 
.button.checkout:focus,
.button.alt.focus, 
.button.alt:focus {
    box-shadow: 0 0 0 0.2rem rgba(255,104,0,.5);
}


/**
 * Tables
 */

.shop_table th,
.shop_table td,
.shop_attributes th,
.shop_attributes td {
	background: #fff;
}

.shop_table tfoot th,
.shop_table tfoot td,
.shop_attributes tfoot th,
.shop_attributes tfoot td {
    background: #f1efed;
}


/**
 * Rating
 */

.star-rating::before {
    color: #000;
}

.star-rating span::before {
    color: #ffc107;
}

p.stars a::before {
    color: #43454b;
}

p.stars a:hover~a::before {
    color: #000;
}

p.stars:hover a::before {
    color: #ffc107;
}

p.stars.selected a.active::before {
    color: #ffc107;
}

p.stars.selected a.active~a::before {
    color: #000;
}

p.stars.selected a:not(.active)::before {
    color: #ffc107;
}


/**
 * Messages
 */
 
.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.woocommerce-noreviews,
p.no-comments {
    background: #fff;
    border-left: 4px solid #ff6800;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.15);
}

.woocommerce .wc-gzd-edit-data-notice {
    background: #fff;
    border-left: 4px solid #ff6800;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.15);
}

.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button,
.woocommerce-noreviews .button,
p.no-comments .button {
    background: #525052;
    color: #fff;
}

.woocommerce-error .button:hover,
.woocommerce-error .button:focus,
.woocommerce-info .button:hover,
.woocommerce-info .button:focus,
.woocommerce-message .button:hover,
.woocommerce-message .button:focus,
.woocommerce-noreviews .button:hover,
.woocommerce-noreviews .button:focus,
p.no-comments .button:hover,
p.no-comments .button:focus {
	background: #303030;
}

.woocommerce-error {
    border-color: #ca0c05;
}


/**
 * Progress
 */ 

.woocommerce-progress .progress {
    background-color: #d3d8da;
}

.woocommerce-progress .progress-marker {
    color: #fff;
    border: 5px solid #f1efed;
    background-color: #b0b4b6;
}


/**
 * Widget - Product list
 */

.product_list_widget > li {
	background: #fff;
}

.product_list_widget .wc-gzd-cart-info,
.product_list_widget .wc-gzd-cart-info.delivery-time-info,
.product_list_widget .wc-gzd-additional-info {
	color: #525052;
}

.widget_shopping_cart_content > p.total {
    color: #525052;
}


/**
 * Widget - Mini cart
 */

.widget_shopping_cart_content > p.total.woocommerce-mini-cart__total {
    color: #000;
}

a > .cart-contents {
	background: #ff6800;
	color: #fff;
}


/**
 * Product categories
 */
 
.widget_product_categories ul li a {
	color: #000;
	font-weight: 400;
}

.widget_product_categories ul li a:hover,
.widget_product_categories ul li a:focus {
	color: #cc5300;
}

.widget_product_categories ul li.current-cat > a {
	color: #ff6800;
}


/**
 * Widget - Layered Navigation
 */
 
.widget_layered_nav ul.woocommerce-widget-layered-nav-list li a {
    color: #000;
    font-weight: 400;
    font-size: 14px;
}

.widget_layered_nav ul.woocommerce-widget-layered-nav-list li a:hover,
.widget_layered_nav ul.woocommerce-widget-layered-nav-list li a:focus {
    color: #cc5300;
}

.widget_layered_nav ul.woocommerce-widget-layered-nav-list li.chosen a {
    color: #ff6800;
}


/**
 * Widget - Layered Navigation Filter
 */

.widget_layered_nav_filters ul li a {
    font-weight: 400;
}


/**
 * Widget - Layered Navigation Slider
 */

.widget_price_filter .ui-slider .ui-slider-range {
    background: #525052;
}

.widget_price_filter .ui-slider .ui-slider-handle {
    background: #525052;
}

.widget_price_filter .price_slider_amount .price_label {
	color: #525052;
}

.widget_price_filter .price_slider_amount .price_label span.from,
.widget_price_filter .price_slider_amount .price_label span.to {
	color: #000;
}


/**
 * Widget toggle collapse
 */

.pwk-sidebar-shop .pwk-widget-collapse .widget-title:focus,
.pwk-sidebar-shop .pwk-widget-collapse .widget-title:hover {
	color: #cc5300;
}


/**
 * Plugins - WP Forms
 */

.wp-block-button__link {
	color: #fff;
    background-color: #525052;
    border: 1px solid #525052;
}

.wp-block-button__link:hover,
.wp-block-button__link:focus {
    color: #fff;
    background-color: #303030;
    border-color: #303030;
}

.wp-block-button__link:not(:disabled):not(.disabled).active, 
.wp-block-button__link:not(:disabled):not(.disabled):active, 
.show>.wp-block-button__link.dropdown-toggle {
	color: #fff;
    background-color: #303030;
    border-color: #303030;
}

.wp-block-button__link.focus, 
.wp-block-button__link:focus {
	color: #fff;
    box-shadow: 0 0 0 0.2rem rgba(128,128,128,.5);
}


/**
 * Products - Lists
 */

ul.products li a.woocommerce-loop-product__link,
ul.products li.product-category > a {
	color: #000;
	background: #fff;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
	height: 100%;
	transition: box-shadow 0.15s;
}

ul.products li a.woocommerce-loop-product__link:hover,
ul.products li.product-category > a:hover {
	box-shadow: 0px 10px 20px rgba(0,0,0,0.15);
	text-decoration: none;
}

ul.products li .woocommerce-loop-product__title,
ul.products li .woocommerce-loop-category__title {
	color: #000;
}

ul.products li .pwk-wc-gzd-additional,
ul.products li .wc-gzd-additional-info,
ul.products li p.wc-gzd-additional-info {
	color: #525052;
}

ul.products li .star-rating {
	margin-left: auto;
	margin-right: auto;
}


/**
 * Procucts - Tags
 */

.onsale {
	background: #ff6800;
	color: #fff;
}


/**
 * Products - Archive
 */

.page-header {
	position: relative;
}

.page-header-archive {
	min-height: 320px;
}

.page-header-archive .woocommerce-breadcrumb a {
	color: #fff;
}

.page-header-archive {
	overflow: hidden;
}

.page-header-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	filter: blur(3px);
	-webkit-filter: blur(3px);
	margin-top: -20px;
    padding-top: 40px;
    box-sizing: content-box;
}

.page-header-bg::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
}

.page-header-bg + .container {
	position: relative;
}


/**
 * Pagination
 */

.woocommerce-pagination ul.page-numbers {
    border: 1px solid #CDCCCA;
}

.woocommerce-pagination ul.page-numbers li {
    border-right: 1px solid #CDCCCA;
}

.woocommerce-pagination ul.page-numbers li span.current {
    background: #CDCCCA;
    color: #000;
}

.woocommerce-pagination ul.page-numbers li a:hover {
    text-decoration: none;
}


/**
 * Single product - Gallery
 */

.woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
    border-bottom: 1px solid #000;
}

.pwk-swiper-product-gallery .pwk-swiper-product-gallery-thumbnails {
	position: relative;
	display: block;
	height: auto;
	width: 100%;
}

.pwk-swiper-product-gallery .pwk-swiper-product-gallery-thumbnails .swiper-container {
	height: 100%;
}

.pwk-swiper-product-gallery .pwk-swiper-product-gallery-thumbnails .pwk-slide {
	position: relative;
}

.pwk-swiper-product-gallery .pwk-swiper-product-gallery-thumbnails .pwk-slide.swiper-slide-thumb-active::after {
	content:"";
	position: absolute;
	height: 5px;
	width: 100%;
	left: 0;
	bottom: 0;
	background: #FF6800;
}

.pwk-swiper-product-gallery .pwk-swiper-product-gallery-thumbnails .pwk-slide {
    cursor: pointer;
    position: relative;
}

.pwk-swiper-product-gallery .pwk-swiper-product-gallery-thumbnails .pwk-slide img {
    display: block;
    margin: 0;
    opacity: 1;
    transition: opacity 0.15s;
    cursor: pointer;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.pwk-swiper-product-gallery .pwk-swiper-product-gallery-thumbnails .pwk-slide:hover img {
    opacity: 0.5;
}


.pwk-swiper-product-gallery .pwk-swiper-product-gallery-preview {
	margin-bottom: 10px;
}

.pwk-swiper-product-gallery .pwk-swiper-product-gallery-preview .pwk-slide > a {
	display: block;
}

.pwk-swiper-product-gallery .pwk-swiper-product-gallery-preview .pwk-slide > a:hover,
.pwk-swiper-product-gallery .pwk-swiper-product-gallery-preview .pwk-slide > a:focus {
	outline: none;
	box-shadow: none;
}

.pwk-slide-thumb-video {
	color: #fff;
	background: #ff6800;
	transition: background 0.15s;
	height: 100%;
}

.pwk-slide-thumb-video > i {
	display: block;
	color: #fff;
	font-size: 30px;
	line-height: 1;
	width: 100%;
	text-shadow: 0 4px 8px rgba(0,0,0,0.3);
	text-align: center;
}

.pwk-slide-thumb-video:hover {
	background: #cc5300;
}

.pwk-swiper-product-gallery-thumbnails .pwk-swiper-button {
    top: 50&;
    left: 0;
    height: 40px;
    width: 20px;
    line-height: 40px;
    font-size: 16px;
    z-index: 1;
    margin-right: -20px;
    margin-top: -20px;
    border-radius: 0;
    padding: 0;
    background: transparent;
    color: #888;
}

.pwk-swiper-product-gallery-thumbnails .pwk-swiper-button:hover,
.pwk-swiper-product-gallery-thumbnails .pwk-swiper-button:focus,
.pwk-swiper-product-gallery-thumbnails .pwk-swiper-button.active {
	background: transparent;
    color: #000;
}

.pwk-swiper-product-gallery-thumbnails .pwk-swiper-button i {
    line-height: 40px;
}

.pwk-swiper-product-gallery-thumbnails .pwk-swiper-button.pwk-swiper-button-prev {
	margin-right: 0;
    margin-left: -20px;
}

.pwk-swiper-product-gallery-thumbnails .pwk-swiper-button.pwk-swiper-button-next {
    left: auto;
    right: 0;
}

@media (min-width: 576px) {

	.pwk-swiper-product-gallery-thumbnails .pwk-swiper-button {
		top: 0;
		left: 0;
		height: 30px;
		width: 100%;
		line-height: 30px;
		font-size: 20px;
		margin-top: 0;
		margin-left: 0;
		margin-right: 0;
	}
	
	.pwk-swiper-product-gallery-thumbnails .pwk-swiper-button i {
		line-height: 30px;
	}

	.pwk-swiper-product-gallery-thumbnails .pwk-swiper-button.pwk-swiper-button-prev {
		margin-right: 0;
	    margin-left: 0;
		margin-top: -30px;
	}

	.pwk-swiper-product-gallery-thumbnails .pwk-swiper-button.pwk-swiper-button-next {
		top: 100%;
	}
	

	.pwk-swiper-product-gallery .pwk-swiper-product-gallery-preview {
		margin-bottom: 0;
		margin-left: 100px;
	}
	
	.pwk-swiper-product-gallery .pwk-swiper-product-gallery-thumbnails {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 80px;
	}
	
	.pwk-swiper-product-gallery .pwk-swiper-product-gallery-thumbnails .pwk-slide {
		width: 80px;
	}
	
	.pwk-slide-thumb-video {
		height: 80px;
	}
	
	.pwk-slide-thumb-video > i {
		font-size: 48px;
	}
	
}


/**
 * Single product - Summary
 */

.single-product .summary p.wc-gzd-additional-info {
	color: #525052;
}

.single-product .summary .product_meta {
    color: #525052;
}

.single-product .summary .product_title {
	margin-bottom: 0;
}

.single-product .summary .pwk-product-subtitle {
	font-size: 24px;
}

.single-product .pwk-product-additonal-info .pwk-product-subtitle {
	font-size: 20px;
}

@media (min-width: 992px) {
	
	.single-product .summary .pwk-product-subtitle {
		font-size: 24px;
	}
	
}

.woocommerce-product-details__short-description {
	margin: 20px 0;
}


/**
 * Single product - Summary - Variations
 */
 
ul.pwk-variations {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
}

ul.pwk-variations li {
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	margin: 0 10px 10px 0;
	vertical-align: top;
}

ul.pwk-variations li a {
	display: block;
	width: 65px;
	padding: 0 5px;
	height: 70px;
	text-align: center;
	line-height: 20px;
	text-overflow: ellipsis;
	border-bottom: 5px solid transparent;
	color: #000;
	background: #fff;
}

ul.pwk-variations li a.active,
ul.pwk-variations li a:hover {
	border-bottom: 5px solid #FF6800;
}

ul.pwk-variations li span {
	display: block;
}

ul.pwk-variations li a span {
	padding-top: 25px;
}

ul.pwk-variations.pwk-variations-image li span {
	margin-top: 8px;
	text-align: center;
	width: 65px;
}


/**
 * Single product - Tabs
 */

.woocommerce-tabs .tabs {
    border-bottom: 1px solid rgba(0,0,0,0.15);
}

.woocommerce-tabs .tabs li a {
    color: #000;
}

.woocommerce-tabs .tabs li a:hover,
.woocommerce-tabs .tabs li a:focus {
    color: #cc5300;
}

.woocommerce-tabs .tabs li.active a {
    color: #000;
}

@media (min-width: 992px) {
	
	.woocommerce-tabs .tabs {
		border-bottom: none;
	}
	
}


/**
 * Single product - Reviews
 */
 
.woocommerce-Reviews .commentlist li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
}

#review_form_wrapper {
	border: 1px solid rgba(0,0,0,0.15);
}


/**
 * Single product - Related
 */

.pwk-product-related section.products:not(:first-child) {
	border-top: 1px solid rgba(0,0,0,0.15);
}


/**
 * Single product - Coming soon
 */

.pwk-product-header-image .pwk-flash {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.pwk-badge {
	display: inline-block;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	padding: 4px 8px;
	border-radius: 0 0 0 4px;
}


/**
 * Single product - Accessoires
 */

.pwk-product-accessoire img {
	display: block;
	height: auto;
	width: 100%;
	max-width: 150px;
	margin: 0 auto 10px;
}

.pwk-product-accessoire p {
	display: block;
	width: 100%;
	margin: 0 auto;
	font-size: 12px;
}


/**
 * Single product - Info Warning
 */
 
.pwk-info-warning h4 {
	margin-bottom: 10px;
	margin-top: 20px;
}

.pwk-info-warning ul,
.pwk-info-warning li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.pwk-info-warning ul li {
	padding-left: 20px;
}

.pwk-info-warning ul li::before {
	position: relative;
	float: left;
	font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 8px;
    margin-top: 4px;
    content: "\f0c8";
    width: 20px;
    text-align: left;
    margin-left: -20px;
}


/*
 * Cart - Table
 */

.shop_table.shop_table_responsive.cart tr.cart_item {
	background: #fff;
	box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}

.shop_table.shop_table_responsive.cart tbody .product-remove {
    color: #E3251E;
    background: transparent;
}

.cart_item .wc-gzd-cart-info {
	color: #525052;
}

.shop_table.shop_table_responsive.cart td.actions {
	background: transparent;
}

.shop_table.shop_table_responsive.cart td.actions .coupon {
	border: 1px solid rgba(0,0,0,0.15);
}

@media (min-width: 992px) {
	
	.shop_table.shop_table_responsive.cart thead th {
		background: transparent;
		color: #525052;
	}
	
	.shop_table.shop_table_responsive.cart tr.cart_item {
		box-shadow: 0 2px 4px rgba(0,0,0,0.15);
		background: transparent;
	}
	
	.shop_table.shop_table_responsive.cart tbody .product-remove {
	    background: #fff;
	}
	
	.shop_table.shop_table_responsive.cart td.actions .coupon {
		border: none;
	}
	
}


/*
 * Cart - Collaterals
 */

.woocommerce-cart .cart-collaterals .cart_totals .shop_table.shop_table_responsive tr th,
.woocommerce-cart .cart-collaterals .cart_totals .shop_table.shop_table_responsive tr td {
    background: transparent;
	border-bottom: 1px solid rgba(0,0,0,0.15);
}

.woocommerce-cart .cart-collaterals .cart_totals .shop_table.shop_table_responsive tr:last-child th,
.woocommerce-cart .cart-collaterals .cart_totals .shop_table.shop_table_responsive tr:last-child td {
	border-bottom: none;
}


/**
 * Checkout
 */

#customer_login .woocommerce-form-login {
	background: #fff;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

.wc_payment_methods {
    background: #f1efed;
}

.wc_payment_methods li {
    border-top: 1px solid rgba(0,0,0,0.15);
}

.wc_payment_methods label {
    background: #fff;
}

.woocommerce-checkout .woocommerce-form-register, 
.woocommerce-checkout .woocommerce-form-login, 
.woocommerce-checkout .woocommerce-form-coupon {
    border-bottom: 1px solid rgba(0,0,0,0.15);
}


/**
 * My account
 */

.woocommerce-MyAccount-navigation {
	border-bottom: 1px solid rgba(0,0,0,0.15);
}

.woocommerce-MyAccount-navigation ul li a {
    color: #000;
}

.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li a:focus {
	color: #cc5300;
}

@media (min-width: 992px) {
	
	.woocommerce-MyAccount-navigation {
		border-bottom: none;
	}
	
}


/*
 * Orders
 */

.shop_table.shop_table_responsive tr.order,
.shop_table.shop_table_responsive tr.shipment {
	background: #fff;
	box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}

.woocommerce-view-order .woocommerce-customer-details,
.woocommerce-view-order .woocommerce-shipments-list__title,
.woocommerce-view-order .woocommerce-gzdp-invoice,
.woocommerce-view-shipment .woocommerce-shipment-address-details {
	border-top: 1px solid rgba(0,0,0,0.15);
}



/* Landing page
   ========================================================================== */

.pwk-cover-wide {
	background-position: center center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	height: 160px;
}

@media (min-width: 992px) {
	
	.pwk-cover-wide {
		height: 260px;
	}
	
}

.feature-icon-svg {
	width: 60px;
}

.feature-title h3 {
	line-height: 1.25em;
	min-height: 2.5em;
}

.pwk-swiper-features.pwk-swiper-overflow .pwk-swiper-button.pwk-swiper-button-prev,
.pwk-swiper-scenarios.pwk-swiper-overflow .pwk-swiper-button.pwk-swiper-button-prev {
    margin-left: 0;
}

.pwk-swiper-features.pwk-swiper-overflow .pwk-swiper-button.pwk-swiper-button-next,
.pwk-swiper-scenarios.pwk-swiper-overflow .pwk-swiper-button.pwk-swiper-button-next {
    margin-right: 0;
}

.pwk-swiper-features .swiper-pagination-bullets,
.pwk-swiper-scenarios .swiper-pagination-bullets {
    position: relative;
    display: block;
    top: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    margin-top: 20px;
    z-index: 1;
}

.pwk-swiper-features .swiper-pagination-bullets .swiper-pagination-bullet,
.pwk-swiper-scenarios .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.pwk-icon {
	display: inline-block;
	width: 2em;
	height: 2em;
	border-radius: 50%;
	line-height: 2em;
	text-align: center;
}

.pwk-icon i {
	line-height: inherit;
}

a.video-fancybox {
	display: block;
	box-shadow: 0 8px 24px rgba(0,0,0,.2);
	transition: box-shadow 250ms;
}

.page-template-template-landing-page a.video-fancybox {
	margin-top: -60px;
}

a.video-fancybox:hover {
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

@media (min-width: 992px) {
	
	.intro-object img {
		margin-left: 50px;
	}
	
}


.page-template-template-landing-page .page-content {
	position: relative;
	z-index: 0;
}

#intro {
	z-index: 0;
}

.intro-teaser {
	position: fixed;
	bottom: 0;
	left: auto;
	right: 0;
	width: 100%;
	z-index: 1;
}

@media (min-width: 992px) {
	
	.intro-teaser {
		bottom: auto;
		top: 490px;
		left: auto;
		max-width: 240px;
	}
	
	.admin-bar .intro-teaser {
		top: 522px;
	}
	
}


.scenario-image {
	position: relative;
}

.scenario-image h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	text-shadow: 0 4px 8px rgba(0,0,0,0.5);
	color: #fff;
	padding: 50px 20px 20px 30px;
	margin: 0;
}


.scenarios-tabs {
	text-align: center;
	font-size: 0;
}

.scenarios-tabs-item {
	position: relative;
	display: inline-block;
	font-size: 20px;
	line-height: 1;
	border-bottom: 2px solid #000; 
	padding: 10px 20px;
	color: #000;
	transition: color .3s, border-color .3s;
}

.scenarios-tabs-item:hover,
.scenarios-tabs-item.active {
	text-decoration: none;
	color: #ff6800;
	border-bottom: 2px solid #ff6800;
}

.scenarios-tabs-item.active::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #ff6800;
	height: 0;
	width: 0;
}



.page-template-template-landing-page h2 + .text-size-2 {
    font-size: 20px;
}

@media (min-width: 992px) {
	
	.page-template-template-landing-page h2 + .text-size-2 {
		font-size: 30px;
	}
	
}


/* Konfigurator
   ========================================================================== */

.pwk-wpform-service.wpforms-container {
	text-align: center;
}

.pwk-wpform-service.wpforms-container .wpforms-field-container {
	background: #fff;
	border-top: 1px solid rgba(0,0,0,0.15);
}

.pwk-wpform-service.wpforms-container .wpforms-field-container .wpforms-page {
	padding: 60px 0 0;
}

.pwk-wpform-service.wpforms-container .wpforms-field-container .wpforms-field {
	max-width: 960px;
	margin: 0 auto 60px;
	padding: 0 20px;
}

.pwk-wpform-service.wpforms-container .wpforms-field-container .wpforms-field.container-8 {
	max-width: 730px;
}

.pwk-wpform-service.wpforms-container .wpforms-field-container .wpforms-field.wpforms-field-pagebreak {
	background: #F1EFED;
	max-width: 100%;
	padding: 0;
	margin: 0;
}

.pwk-wpform-service.wpforms-container .wpforms-field-container .wpforms-field.wpforms-field-pagebreak > div {
	background: #F1EFED;
	max-width: 940px;
	margin: 0 auto;
	text-align: right;
	padding: 0 10px;
}

.pwk-wpform-service.wpforms-container .wpforms-field-container .wpforms-field.wpforms-field-pagebreak .wpforms-page-button {
	margin: 20px 10px 0;
	color: #000;
    background-color: transparent;
    border: 2px solid transparent;
    font-weight: 400;
}

.pwk-wpform-service.wpforms-container .wpforms-field-container .wpforms-field.wpforms-field-pagebreak .wpforms-page-button.wpforms-page-prev::before,
.pwk-wpform-service.wpforms-container .wpforms-field-container .wpforms-field.wpforms-field-pagebreak .wpforms-page-button.wpforms-page-next::after {
    display: inline;
    font-style: normal;
    font-variant: normal;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    content: "\f104";
    vertical-align: top;
    font-size: 16px;
    line-height: 1;
}

.pwk-wpform-service.wpforms-container .wpforms-field-container .wpforms-field.wpforms-field-pagebreak .wpforms-page-button.wpforms-page-prev::before {
    margin-right: 10px;
}

.pwk-wpform-service.wpforms-container .wpforms-field-container .wpforms-field.wpforms-field-pagebreak .wpforms-page-button.wpforms-page-next::after {
    content: "\f105";
    margin-left: 10px;
}

.pwk-wpform-service.wpforms-container .wpforms-field-container .wpforms-field.wpforms-field-pagebreak .wpforms-page-button.wpforms-page-prev {
	float: left;
}

.pwk-wpform-service.wpforms-container .wpforms-field-container .wpforms-field.wpforms-field-pagebreak .wpforms-page-button.wpforms-page-next {
	color: #fff;
    background-color: #fd6820;
    border: 2px solid #fd6820;
}

.pwk-wpform-service.wpforms-container .wpforms-field-container .wpforms-field.wpforms-field-pagebreak .wpforms-page-button:hover {
	background-color: #aaa;
	border-color: #aaa;
}

.pwk-wpform-service.wpforms-container .wpforms-field-container .wpforms-field.wpforms-field-pagebreak .wpforms-page-button.wpforms-page-next:hover {
	background-color: #cc5300;
	border-color: #cc5300;
}

.pwk-wpform-service.wpforms-container .wpforms-page.wpforms-page-1 .wpforms-field.wpforms-field-pagebreak > div {
	text-align: center;
}

/* Confirmation */

.pwk-wpform-service.wpforms-container .wpforms-submit-container {
    padding: 20px;
    position: relative;
    max-width: 920px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    margin: 20px auto 0;
    height: 0;
    width: 0;
    visibility: hidden;
    overflow: hidden;
}

.pwk-wpform-service.wpforms-container .wpforms-confirmation-container {
	max-width: 920px;
	padding: 40px 20px 20px 20px;
	background: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    margin: 60px auto 0;
}

/*
.pwk-wpform-service.wpforms-container label.wpforms-error {
    font-size: 0;
}

.pwk-wpform-service.wpforms-container label.wpforms-error::before {
	font-size: 14px;
    content:"Bitte treffe eine Auswahl";
}
*/


/* Progress */

.pwk-wpform-service.wpforms-container .wpforms-page-indicator {
	margin-bottom: 60px;
}

.pwk-wpform-service.wpforms-container .wpforms-page-indicator.progress {
	background-color: transparent;
	display: block;
	padding: 40px 20px 0;
	height: auto;
	border-radius: 0;
	font-size: 0;
}

.pwk-wpform-service.wpforms-container .wpforms-page-indicator.progress .wpforms-page-indicator-page-progress-wrap {
    background-color: rgba(0,0,0,0.15);
    height: 8px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    max-width: 920px;
}

.pwk-wpform-service.wpforms-container .wpforms-page-indicator.progress .wpforms-page-indicator-page-progress {
    height: 8px;
    position: absolute;
    left: 0;
    top: 0;
    transition: width .3s;
}


/* Image choices */

.pwk-wpform-service.wpforms-container ul.wpforms-image-choices {
	padding: 0;
}

.pwk-wpform-service.wpforms-container .wpforms-list-2-columns ul.wpforms-image-choices,
.pwk-wpform-service.wpforms-container .wpforms-list-3-columns ul.wpforms-image-choices {
	margin-right: -30px;
}

.pwk-wpform-service.wpforms-container .wpforms-checkbox-2-columns ul li, 
.pwk-wpform-service.wpforms-container .wpforms-multiplechoice-2-columns ul li, 
.pwk-wpform-service.wpforms-container .wpforms-list-2-columns ul li,
.pwk-wpform-service.wpforms-container .wpforms-checkbox-3-columns ul li, 
.pwk-wpform-service.wpforms-container .wpforms-multiplechoice-3-columns ul li, 
.pwk-wpform-service.wpforms-container .wpforms-list-3-columns ul li {
    padding-right: 30px;
}

.pwk-wpform-service.wpforms-container .wpforms-field-container .wpforms-field.wpforms-list-2-columns {
	max-width: 770px;
}

.pwk-wpform-service.wpforms-container .wpforms-field-container .wpforms-field.wpforms-list-3-columns {
	max-width: 1150px;
}


@media (max-width: 991px) {
	
	.pwk-wpform-service.wpforms-container .wpforms-checkbox-2-columns ul li, 
	.pwk-wpform-service.wpforms-container .wpforms-multiplechoice-2-columns ul li, 
	.pwk-wpform-service.wpforms-container .wpforms-list-2-columns ul li,
	.pwk-wpform-service.wpforms-container .wpforms-checkbox-3-columns ul li, 
	.pwk-wpform-service.wpforms-container .wpforms-multiplechoice-3-columns ul li, 
	.pwk-wpform-service.wpforms-container .wpforms-list-3-columns ul li {
		width: 100%;
		margin-bottom: 30px;
		padding-right: 0;
	}
	
}


/* List with icon */

.pwk-wpform-service.wpforms-container .pwk-wpform-select-icon ul.wpforms-image-choices {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}

.pwk-wpform-service.wpforms-container .pwk-wpform-select-icon.wpforms-list-2-columns ul.wpforms-image-choices {
	max-width: 760px;
}

.pwk-wpform-service.wpforms-container .pwk-wpform-select-icon ul.wpforms-image-choices li {
	margin-bottom: 30px;
}

.pwk-wpform-service.wpforms-container .pwk-wpform-select-icon ul.wpforms-image-choices li label {
	display: -ms-flexbox;
    display: flex;
	text-align: left;
	padding: 0;
	border: none;
	-ms-flex-align: center;
    align-items: center;
    opacity: 0.3;
}

.pwk-wpform-service.wpforms-container .pwk-wpform-select-icon ul.wpforms-image-choices li label .wpforms-image-choices-label::after {
	display: inline;
	content: "*";
	margin-left: 4px;
}

.pwk-wpform-service.wpforms-container .pwk-wpform-select-icon ul.wpforms-image-choices li label.active {
	opacity: 1;
}

.pwk-wpform-service.wpforms-container .pwk-wpform-select-icon ul.wpforms-image-choices li label:not(.active) {
	pointer-events: none;
}

.pwk-wpform-service.wpforms-container .pwk-wpform-select-icon ul.wpforms-image-choices li label.active .wpforms-image-choices-label::after {
	display: none;
}

.pwk-wpform-service.wpforms-container .pwk-wpform-select-icon ul.wpforms-image-choices .wpforms-image-choices-image,
.pwk-wpform-service.wpforms-container .pwk-wpform-select-icon ul.wpforms-image-choices .wpforms-image-choices-label {
	display: block;
    margin-top: 0;
}

.pwk-wpform-service.wpforms-container .pwk-wpform-select-icon ul.wpforms-image-choices .wpforms-image-choices-image {
	-ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.pwk-wpform-service.wpforms-container .pwk-wpform-select-icon ul.wpforms-image-choices .wpforms-image-choices-label {
	-ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.pwk-wpform-service.wpforms-container .pwk-wpform-select-icon ul.wpforms-image-choices .wpforms-image-choices-image {
	width: 60px;
	height: 60px;
	margin-right: 20px;
	padding: 8px;
	border: 2px solid #000;
	border-radius: 30px;
	transition: border-color .3s, color .3s, box-shadow .3s;
}

.pwk-wpform-service.wpforms-container .pwk-wpform-select-icon ul.wpforms-image-choices .wpforms-image-choices-image img {
	height: auto;
}

.pwk-wpform-service.wpforms-container .pwk-wpform-select-icon ul.wpforms-image-choices .wpforms-image-choices-label {
	font-size: 18px;
	transition: color .3s;
}

.pwk-wpform-service.wpforms-container .pwk-wpform-select-icon ul.wpforms-image-choices .wpforms-selected .wpforms-image-choices-image {
	border-color: #fff;
	box-shadow: 0 0 0 5px #fd6820;
}

.pwk-wpform-service.wpforms-container .pwk-wpform-select-icon ul.wpforms-image-choices .wpforms-selected .wpforms-image-choices-label {
	color: #fd6820;
}

.pwk-wpform-service.wpforms-container .pwk-wpform-select-icon ul.wpforms-image-choices label:not(.wpforms-error):hover .wpforms-image-choices-label {
	color: #fd6820;
}

.pwk-wpform-service.wpforms-container .pwk-wpform-select-icon ul.wpforms-image-choices label:not(.wpforms-error):hover .wpforms-image-choices-image {
	border-color: #fd6820;
}

.pwk-wpform-service.wpforms-container .pwk-wpform-select-icon.wpforms-field-radio ul.wpforms-image-choices .wpforms-selected label:not(.wpforms-error):hover .wpforms-image-choices-image {
	border-color: #fff;
}


.pwk-wpform-service .pwk-wpforms-summary {
	
}

.pwk-wpform-service .pwk-wpforms-summary .reg-field {
    /* margin-bottom: 5px; */
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    clear: both;
    border-top: 1px solid #ddd;
    padding: 10px 0;
}

.pwk-wpform-service .pwk-wpforms-summary .reg-field .label {
	font-weight: 700;
	float: left;
}


/* List with colors */

.pwk-wpform-service.wpforms-container .pwk-wpform-select-icon.pwk-wpform-select-color ul.wpforms-image-choices .wpforms-image-choices-image {
	padding: 0;
}

.pwk-wpform-service.wpforms-container .pwk-wpform-select-icon.pwk-wpform-select-color ul.wpforms-image-choices .wpforms-image-choices-image img {
	border-radius: 50%;
	transform: scale(0.5);
	transition: transform .3s;
}

.pwk-wpform-service.wpforms-container .pwk-wpform-select-icon.pwk-wpform-select-color ul.wpforms-image-choices .wpforms-selected .wpforms-image-choices-image img {
	transform: scale(1);
}


/* List with images */

.pwk-wpform-service.wpforms-container .pwk-wpform-select-image ul.wpforms-image-choices label {
	width: 100%;
	display: block;
	border: 2px solid #fff;
	padding: 0;
	transition: border-color .3s, color .3s, box-shadow .3s;
}

.pwk-wpform-service.wpforms-container .pwk-wpform-select-image ul.wpforms-image-choices label:not(.wpforms-error):hover {
	border-color: #fd6820;
}

.pwk-wpform-service.wpforms-container .pwk-wpform-select-image ul.wpforms-image-choices .wpforms-selected label {
	position: relative;
	border-color: #fff !important;
	box-shadow: 0 0 0 5px #fd6820;
}

.pwk-wpform-service.wpforms-container .pwk-wpform-select-image ul.wpforms-image-choices .wpforms-image-choices-image {
	
}

.pwk-wpform-service.wpforms-container .pwk-wpform-select-image ul.wpforms-image-choices .wpforms-image-choices-label {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: left;
	color: #fff;
	text-shadow: 0 0 8px rgba(0,0,0,0.5);
	font-size: 26px;
	font-weight: 700;
	padding: 40px 40px 15px 20px;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}

.pwk-wpform-service.wpforms-container .pwk-wpform-select-image ul.wpforms-image-choices label:not(.wpforms-error):hover {
	border-color: #fd6820 !important;
}

.pwk-wpform-service.wpforms-container .pwk-wpform-select-image.wpforms-field-radio ul.wpforms-image-choices .wpforms-selected label:not(.wpforms-error):hover {
	border-color: #fff !important;
}


/* Yes No */

.pwk-wpform-service.wpforms-container .pwk-wpform-yes-no ul {
	padding: 0;
	text-align: center;
}

.pwk-wpform-service.wpforms-container .pwk-wpform-yes-no ul li {
	display: inline-block;
	margin: 0 15px 30px;
}

.pwk-wpform-service.wpforms-container .pwk-wpform-yes-no ul li input[type=checkbox], 
.pwk-wpform-service.wpforms-container .pwk-wpform-yes-no ul li input[type=radio] {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    width: 1px;
    word-wrap: normal !important;
    position: absolute;
}

.pwk-wpform-service.wpforms-container .pwk-wpform-yes-no ul li label {
    position: relative;
    display: block;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 0;
    font-size: 18px;
    line-height: 24px;
    cursor: pointer;
    padding: 12px 10px 8px;
    transition: border-color .3s, background-color .3s, box-shadow .3s;
    margin-bottom: 0;
    min-width: 120px;
    text-align: center;
    border-radius: 5px;
}

.pwk-wpform-service.wpforms-container .pwk-wpform-yes-no ul li label:hover {
    border-color: #fd6820;
}

/*
.pwk-wpform-service.wpforms-container .pwk-wpform-yes-no ul li label::before {
    display: inline;
    font-style: normal;
    font-variant: normal;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    content: "\f164";
    margin-right: 8px;
    vertical-align: top;
    line-height: 1;
}

.pwk-wpform-service.wpforms-container .pwk-wpform-yes-no ul li:last-child label::before {
    content: "\f165";
}
*/

.pwk-wpform-service.wpforms-container .pwk-wpform-yes-no ul li input[type=checkbox]:checked + label, 
.pwk-wpform-service.wpforms-container .pwk-wpform-yes-no ul li input[type=radio]:checked + label {
    background: #fd6820;
    color: #fff;
    border-color: #fd6820;
}


/* Title Question Description */

.pwk-wpform-service.wpforms-container .wpforms-field.wpforms-field-divider {
	margin: 0 auto 60px;
	max-width: 860px;
}

.pwk-wpform-service.wpforms-container .wpforms-field.wpforms-field-divider h3 {
	font-size: 26px;
	margin-bottom: 10px;
}

.pwk-wpform-service.wpforms-container .wpforms-field.wpforms-field-divider .wpforms-field-description {
	font-size: 18px;
	color: #888;
	color: rgba(0,0,0,0.5);
}


/* Loader */

.lds-custom-esbit {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}
.lds-custom-esbit div {
	display: inline-block;
	position: absolute;
	left: 8px;
	width: 16px;
	background: #ff6800;
	animation: lds-custom-esbit 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-custom-esbit div:nth-child(1) {
	left: 8px;
	animation-delay: -0.24s;
}
.lds-custom-esbit div:nth-child(2) {
	left: 32px;
	animation-delay: -0.12s;
}
.lds-custom-esbit div:nth-child(3) {
	left: 56px;
	animation-delay: 0;
}
@keyframes lds-custom-esbit {
	0% {
		top: 8px;
		height: 64px;
	}
	50%, 100% {
		top: 24px;
		height: 32px;
	}
}


/* WP Forms
   ========================================================================== */

.wpforms-field-captcha {
	margin-top: 20px;
}

.wpforms-field-captcha .wpforms-field-medium,
.wpforms-container .wpforms-field-captcha input.wpforms-field-medium {	
	max-width: 100%;
}


/* Outtra
   ========================================================================== */
   
.pwk-product-outtra .outtra-esbit-button {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,.15)!important;
    border-radius: 4px;
    height: auto;
    font-size: 16px;
    line-height: 20px;
}


/*

.pwk-swiper-scenarios .swiper-slide {
	opacity: 0.5;
	transition: opacity .5s;
}

.pwk-swiper-scenarios .swiper-slide.swiper-slide-active {
	opacity: 1;
}

*/



/*

.intro-object-part {
	position: relative;
	opacity: 1 !important;
}

.intro-object-part.intro-object-part-1[data-aos=fade-up] {
    transform: translate3d(0,250px,0);
}

.intro-object-part.intro-object-part-1[data-aos^=fade][data-aos^=fade].aos-animate {
    transform: translateZ(0);
}

.intro-object-part-1 {
	z-index: 3;
}

.intro-object-part-2 {
	z-index: 2;
}

.intro-object-part-3 {
	z-index: 1;
}

*/


/* Accordeon
   ========================================================================== */

.esbit-block-accordion .accordion {
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(0,0,0,0.15);
}

.esbit-block-accordion .accordion-toggle {
    cursor: pointer;
    margin: 0;
    padding-bottom: 20px;
}

.esbit-block-accordion .accordion-toggle:hover {
    color: #cc5300;
}

.esbit-block-accordion .accordion-toggle::before {
    position: relative;
    float: right;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f107";
    width: 40px;
    text-align: center;
}

.esbit-block-accordion .accordion-toggle.toggle-open {
    color: #ff6800;
}

.esbit-block-accordion .accordion-toggle.toggle-open::before {
    content: "\f106";
}

.esbit-block-accordion .accordion-container {
    position: relative;
    clear: both;
    font-size: 16px;
    margin: 0;
    padding: 20px 0;
    display: none;
}

.esbit-block-accordion .accordion-container p+h2,
.esbit-block-accordion .accordion-container p+h3,
.esbit-block-accordion .accordion-container p+h4,
.esbit-block-accordion .accordion-container p+h5,
.esbit-block-accordion .accordion-container p+h6 {
    margin-top: 40px;
}


/* Block: Retailers
   ========================================================================== */

.retailers {}

.retailers .continent {
    border-top: 1px solid rgba(0,0,0,0.15);
    padding-top: 30px;
    margin-bottom: 30px;
}

.retailers .continent-header {
    cursor: pointer;
}

.retailers .continent-header:hover {
    color: #cc5300;
}

.retailers .continent-header h3 {
    font-size: 20px;
    margin-bottom: 30px;
}

.retailers .continent.active .continent-header h3 {
    color: #888;
}

.retailers .continent-header h3::before {
    position: relative;
    float: right;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f107";
    width: 40px;
    text-align: center;
}

.retailers .continent.active .continent-header h3::before {
    content: "\f106";
}

.retailers .continent-body {
    background: #fff;
    padding: 30px 30px 0;
    display: none;
}

.retailers .continent.active .continent-body {
    display: block;
}

.retailers .country {
    padding-bottom: 30px;
}

.retailers .country-header {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.retailers .country-header h4 {
    margin-bottom: 0;
    font-size: 16px;
}

.retailers .retailer a {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
}

.retailers .retailer a::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f101";
    margin-right: 5px;
    font-size: 0.8em;
    line-height: 1;
    text-decoration: none;
    display: inline-block;
}















