.wgl-dynamic-highlights-js {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 0;
color: transparent;
pointer-events: none;
}
.wgl-dynamic-highlights-js:before{
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
width: 0.95em;
height: 0.95em;
background: radial-gradient(circle closest-side, currentColor 30%, rgba(255,255,225,0) 100%);
filter: blur(0.08em);
}
.elementor-element.wgl-add-backdrop-filter {
z-index: 1;
}
.elementor-element.wgl-add-backdrop-filter:after {
content: '';
position: absolute;
z-index: -1;
width: 100%;
height: 100%;
left: 0;
top: 0;
border-radius: inherit;
border: inherit;
border-color: transparent;
}
.wgl-morph-js {
position: absolute;
top: 0;
left: 0;
z-index: 0;
width: 450px;
fill: rgba(0,0,0,.15);
pointer-events: none;
}
.extended-parallax .wgl_mask_image,
.extended-parallax img{
animation-iteration-count: inherit;
animation-duration: inherit;
animation-direction: inherit;
}
.extended-parallax .wgl_mask_image{
height: auto;
width: fit-content;
-webkit-mask-size: contain;
-webkit-mask-position: center center;
-webkit-mask-repeat: no-repeat;
}
.wgl-wave{
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
pointer-events: none;
}
.elementor-column,
.elementor-widget,
.elementor-inner-section{
transition: opacity .4s;
}
.elementor-element.wgl-animate-scroll-yes{
transform: perspective(var(--wgl-anim-scroll-perspective, 1200px)) rotateX(var(--wgl-anim-scroll-rotate, 0deg));
transition: background var(--background-transition, .3s), border var(--border-transition, .3s), box-shadow var(--border-transition, .3s), transform var(--wgl-anim-scroll-transition, var(--e-con-transform-transition-duration, .4s));
}.custom-order-form div.rental-only {
display: none;
}
.custom-order-form.rental-active div.rental-only {
display: block;
}
.purchase-type-ui{
display: flex;
}
.purchase-type-ui .radio-label{
width: 170px;
}
.form_field-name{
font-family: var(--transmax-content-font-family);
color: var(--transmax-header-font-color);
font-size: 16px;
font-weight: 600;
margin-left: 0;
}
.wpcf7 input,
.wpcf7 select{
border: 1px solid rgba(255, 255, 255, 0) !important;
}
.wpcf7 input.input-error,
.wpcf7 select.input-error,
.wpcf7 select.wpcf7-not-valid,
.wpcf7 input.wpcf7-not-valid,
.wpcf7 textarea.wpcf7-not-valid{
border-color: red !important;
}
.wpcf7 .wpcf7-not-valid-tip{
display: none;
}
.wpcf7 form .wpcf7-response-output{
border: none !important
}
.purchase-type-ui label{
padding-right: 30px;
}  .custom-order-form .rental-only {
display: none;
}
.custom-order-form.rental-active .rental-only {
display: block;
} .cf7-hidden,
.cf7-hidden-field {
display: none !important;
} .form-order-step {
position: relative;
}
.form-order-step-2 {
display: none;
}
.form-order-step--hidden {
display: none !important;
}
.form-order-step--active {
display: block;
} @keyframes swipeInFromRight {
0% {
opacity: 0;
transform: translateX(30px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
@keyframes swipeOutToLeft {
0% {
opacity: 1;
transform: translateX(0);
}
100% {
opacity: 0;
transform: translateX(-30px);
}
}
@keyframes swipeInFromLeft {
0% {
opacity: 0;
transform: translateX(-30px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
@keyframes swipeOutToRight {
0% {
opacity: 1;
transform: translateX(0);
}
100% {
opacity: 0;
transform: translateX(30px);
}
}
.form-order-step--swipe-in-right {
animation: swipeInFromRight 0.35s ease forwards;
}
.form-order-step--swipe-out-left {
animation: swipeOutToLeft 0.35s ease forwards;
}
.form-order-step--swipe-in-left {
animation: swipeInFromLeft 0.35s ease forwards;
}
.form-order-step--swipe-out-right {
animation: swipeOutToRight 0.35s ease forwards;
} .order-steps {
position: relative;
display: flex;
align-items: stretch;
margin-bottom: 20px;
border-bottom: 1px solid #ddd;
}
.order-step {
flex: 1;
border: none;
padding: 10px 15px;
cursor: pointer;
text-align: center;
font-weight: 500;
font-size: 14px;
text-transform: uppercase;
letter-spacing: 0.04em;
outline: none;
transition: color 0.2s ease;
}
.order-step:hover {
opacity: 0.8;
}
.order-step.order-steps__active {
font-weight: 600;
background-color: var(--transmax-button-bg-color-idle);
border-color: var(--transmax-button-bg-color-idle);
}
.order-steps::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 50%;
height: 2px;
background: currentColor;
transform: translateX(0);
transition: transform 0.3s ease;
}
.order-steps.order-steps--step2::after {
transform: translateX(100%);
} .input-error {
border-color: #e53935 !important;
box-shadow: 0 0 0 1px rgba(229, 57, 53, 0.4);
}
.input-error::placeholder {
opacity: 0.8;
} .custom-order-form .form_field {
margin-bottom: 15px;
}
.custom-order-form div.form_field.submit {
display: flex;
gap: 10px;
align-items: center;
justify-content: space-between;
}
.custom-order-form .form_field.submit .submit.btn-back{
order: 1;
}
.custom-order-form .form_field.submit .wpcf7-spinner{
order: 3;
}
.custom-order-form .form_field.submit .wpcf7-form-control{
order: 6;
}
.custom-order-form .btn-back {
cursor: pointer;
}.quick-links{
--panel-width: 230px;
--peek: 50px;
position: fixed;
top: 40%;
right: 0;
width: var(--panel-width);
transform: translateY(-50%) translateX(calc(var(--panel-width) - var(--peek)));
z-index: 9999;
transition: transform 280ms ease;
}
.quick-links:hover,
.quick-links:focus-within{
transform: translateY(-50%) translateX(0);
}
.quick-links__list{
margin: 0;
padding: 0;
list-style: none;
display: flex;
flex-direction: column;
}
.quick-links__link{
display: flex;
align-items: center;
gap: 12px;
width: 100%;
padding: 12px 14px;
background: #f3c400;
color: #111;
text-decoration: none;
box-shadow: 0 10px 28px rgba(0,0,0,.16);
transition: background-color 140ms ease;
}
.quick-links__item + .quick-links__item .quick-links__link{
border-top: 1px solid rgba(0,0,0,.14);
}
.quick-links__item:first-child .quick-links__link{
border-top-left-radius: 12px;
}
.quick-links__item:last-child .quick-links__link{
border-bottom-left-radius: 12px;
}
body ul li.quick-links__item, body ol li.quick-links__item{
margin-bottom: 0;
}
.quick-links__link:hover{
background: #ffd84a;
}
.quick-links__link:focus-visible{
outline: 3px solid #111;
outline-offset: -3px;
}
.quick-links__glyph{
width: 28px;
height: 28px;
flex: 0 0 28px;
display: inline-flex;
align-items: center;
justify-content: center;
}
.quick-links__glyph svg{
width: 100%;
height: 100%;
fill: currentColor;
}
.quick-links__glyph--ebay{
font-weight: 800;
font-size: 14px;
letter-spacing: -0.4px;
}
.quick-links__text{
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
@media (prefers-reduced-motion: reduce){
.quick-links{ transition: none; }
.quick-links__link{ transition: none; }
}#main{
padding: 40px 0 0!important;
}
.height-100{
height: 100%;
}
.height-100 .elementor-widget-container{
height: 100%;
display: flex;
align-items: flex-end;
}
.height-100 .elementor-widget-container .wgl-service_description{
min-height: 270px;
}
.height-100 .elementor-widget-container .wgl-service-1 .wgl-service_title{
min-height: 85px;
}
.acceptance-fild label{
font-size: 12px;
line-height: 18px;
}
.elementor-kit-5665 .site-main h2 {
font-size: 36px;
line-height: 40px;
margin-bottom: 16px;
}
.elementor-kit-5665 .site-main h3 {
font-size: 30px;
line-height: 34px;
margin-bottom: 12px;
} .wgl-theme-header .header_search-field, .primary-nav ul li ul, .primary-nav ul li div.mega-menu-container, .wgl-theme-header .woo_mini_cart, .wpml-ls-legacy-dropdown .wpml-ls-current-language .wpml-ls-sub-menu{
color: 020202;
}
.theme-transmax.woocommerce.woocommerce-page .page-header{
min-height: 0 !important;
margin-bottom: 40px !important;
padding-top: 100px !important;
padding-bottom: 0 !important;
background: #222328;
}
.theme-transmax.woocommerce.woocommerce-page .page-header_content .page-header_title{
display: none;
}
.theme-transmax.woocommerce.woocommerce-page .page-header.breadcrumbs_inline .page-header_content .page-header_breadcrumbs{
position: relative;
top: 60px;
}
.theme-transmax.woocommerce.woocommerce-page .page-header.breadcrumbs_inline .page-header_content .page-header_breadcrumbs .breadcrumbs>a{
color: #202020;
}
.theme-transmax.woocommerce.woocommerce-page .page-header.breadcrumbs_inline .page-header_content .page-header_breadcrumbs .divider:not(:last-child){
color: #202020;
}
@media only screen and (max-width: 1200px) {
.theme-transmax.woocommerce.woocommerce-page .page-header {
padding-top: 30px !important;
background: #ffffff !important;
margin-bottom: 0 !important;
}
.theme-transmax.woocommerce.woocommerce-page .page-header:before{
background: #ffffff;
}
.theme-transmax.woocommerce.woocommerce-page .page-header.breadcrumbs_inline .page-header_content .page-header_breadcrumbs{
top: 0;
}
} .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering,
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count{
display: none;
}
div.wgl-products div.product .picture img.attachment-shop_catalog{
display: none;
} .woocommerce .summary .product_meta,
.woocommerce.single div.product .woocommerce-tabs ul.tabs li.reviews_tab{
display: none;
}
.woocommerce div.product .button.button-link-anfragen{
margin-left: 10px;
text-transform: uppercase;
}
.woocommerce div.product .button.button-link-not-by{
margin-left: 0;
width: 210px;
}
.woocommerce div.product .button.button-link-anfragen::before{
content: none;
}
.woocommerce div.product .button.button-link-anfragen:hover{
background-color: var(--transmax-button-bg-color-hover);
border-color: var(--transmax-button-bg-color-hover);
} .paypal-banner {
display: flex;
align-items: center;
gap: 14px;
padding: 10px 14px;
border: 1px solid #59b7d6; background: #fff;
font-family: Arial, Helvetica, sans-serif;
line-height: 1.2;
}
.paypal-banner__logo {
flex: 0 0 auto;
display: flex;
align-items: center;
}
.paypal-banner__logo img {
height: 26px;
width: auto;
display: block;
}
.paypal-banner__text {
flex: 1 1 auto;
min-width: 0;
}
.paypal-banner__headline {
font-size: 14px;
font-weight: 700;
color: #0070ba;
margin-bottom: 2px;
}
.paypal-banner__subline {
font-size: 13px;
color: #0070ba;
}