/**
Theme Name: Corporate Meta Astra Child Theme
Author: Corporate Meta
Author URI: https://corporatemeta.de/
Description: Das Astra Child Theme von der Corporate Meta Agentur.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: corporate-meta-astra-child-theme
Template: astra
*/

:root {
	--transition: all 0.3s ease-in-out;
	
	--tec-font-family-sans-serif: var(--e-global-typography-primary-font-family), Sans-serif;
	
	scroll-behavior: smooth;
}

ol, ul {
	margin-left: 20px;
}
ul li::marker {
	color: var(--e-global-color-primary);
}
textarea.form-control {
	resize: none;
	height: 142px;
}

.main-header .elementor-widget-theme-site-logo img.astra-logo-svg{
	height: auto;
}
.main-header .svg-logo svg{
	width: 100%;
	height: auto;
}
.main-header .svg-logo .elementor-widget-container{
	display: flex;
}
/*.agt-main-nav .elementor-nav-menu .sub-arrow {
	display: none !important;
}*/
/*.agt-main-nav .elementor-nav-menu .menu-item-has-children > .elementor-item {
	position: relative;
	padding-right: 25px !important;
}*/
.elementor-popup-modal .dialog-close-button {
	z-index:99;
}
.elementor-popup-modal .dialog-close-button svg {
	width:1em;
	height: 1em;
}
/*.agt-main-nav .elementor-nav-menu .menu-item-has-children > .elementor-item::before {
	content: "";
	border: 4px solid var(--e-global-color-primary) !important;
	border-left-color: transparent !important;
	border-top-color: transparent !important;
	position: absolute !important;
	opacity: 1 !important;
	width: 0 !important;
	height: 0 !important;
	left: unset !important;
	right: 0 !important;
	background-color: transparent !important;
	transform: rotate(45deg) translateY(1px) translatex(-5px) !important;
}*/



.form-control,
.input-text {
	color: #000 !important;
}
select, .select2-container .select2-selection--single {
	background-image: url('./assets/img/agt-akademie-icon-select-arrow-down.svg') !important;
	padding-left: 16px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #000 !important;
}
.agt-text-center {
	text-align: center;
}
.fadeInRight {
	-webkit-animation-name: agtFadeInRight !important;
	        animation-name: agtFadeInRight !important;
}
@-webkit-keyframes agtFadeInRight {
	from {
        opacity: 0;
        -webkit-transform: translate3d(100px,0,0);
                transform: translate3d(100px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
                transform: none;
    }
}
@keyframes agtFadeInRight {
	from {
        opacity: 0;
        -webkit-transform: translate3d(100px,0,0);
                transform: translate3d(100px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
                transform: none;
    }
}
.agt-post-content h1,
.agt-post-content h2,
.agt-post-content h3 {
	font-size: clamp(20px, 5vw, 25px);
}
.agt-product-content h1,
.agt-product-content h2 {
	font-size: clamp(25px, 5vw, 40px);
	margin-bottom: 40px !important;
}
.agt-post-content h2,
.agt-post-content h1,
.agt-post-content h3,
.agt-post-content h4,
.agt-post-content h5,
.agt-post-content h6 {
	color: var(--e-global-color-primary);
	margin-bottom: 1rem;
	font-weight: 600;
}
.agt-post-content hr {
	margin: 20px 0;
	background-color: var(--e-global-color-primary);
}
.agt-fachartikel-meta {
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 500;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.agt-fachartikel-meta li:not(:last-child)::after {
	content: "|";
	margin-left: 5px;
	margin-right: 5px;
}
.highlight-primary strong {
	color: var(--e-global-color-primary) !important;
}
.agt-regular strong {
	font-weight: 400 !important;
}
.elementor-icon-wrapper {
	display: -ms-inline-grid !important;
	display: inline-grid !important;
}
.last-child-space-reset p:last-of-type {
	margin-bottom: 0 !important;
}
.btn-icon .elementor-button {
	--icon-width: 60px;
	--offset-hover: 8px;
	overflow: hidden;
	position: relative;
	isolation: isolate;
}
.btn-icon:not(.btn-header) .elementor-button {
	--icon-height: 62px;
	height: var(--icon-height);
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
.btn-icon .elementor-button::before {
	content: "";
	width: var(--icon-width);
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background-color: var( --e-global-color-primary );
	border-radius: 100vmax;
	-webkit-transition: var(--transition);
	-o-transition: var(--transition);
	transition: var(--transition);
}
.btn-icon .elementor-button-icon svg {
	width: inherit;
	height: inherit;
}
.btn-icon .elementor-button-content-wrapper {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: left;
	height: 100%;
}
.btn-icon .elementor-button-content-wrapper > * {
	display: -ms-grid;
	display: grid;
}
.btn-icon .elementor-button-icon {
	-webkit-transition: var(--transition);
	-o-transition: var(--transition);
	transition: var(--transition);
}
.btn-icon .elementor-button:hover::before,
.btn-icon .elementor-button:focus::before{
	width: 100%;
}
.btn-icon .elementor-button:hover .elementor-button-icon,
.btn-icon .elementor-button:focus .elementor-button-icon {
	-webkit-transform: translateX(var(--offset-hover));
	    -ms-transform: translateX(var(--offset-hover));
	        transform: translateX(var(--offset-hover));
}

.btn-icon.btn-dark .elementor-button {
	border-color: #000;
	color: #000;
}
.btn-icon.btn-dark .elementor-button::before {
	background-color: #000;
}
.btn-header .elementor-button {
	--icon-width: 52px;
}

.elementor-button.btn-submit {
	font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.19em;
    background-color: var(--e-global-color-66ae102 );
    padding: 21px 34px 21px 19px;
}
.elementor-button.btn-submit .elementor-align-icon-left {
	margin-right: 55px;
	order: inherit !important;
}


.elementor-button.btn-submit .elementor-button-text {
	-webkit-transition: var(--transition);
	-o-transition: var(--transition);
	transition: var(--transition);
}
.elementor-button.btn-submit:hover .elementor-button-text,
.elementor-button.btn-submit:focus .elementor-button-text{
	color: #fff;
}



/* For Woocommerce */
.woocommerce-message, .woocommerce-info, .woocommerce-error{
	border-top: none !important;
	background-color: #FBFBFB !important;
}
.woocommerce-message {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap; 
}
.woocommerce-message::before {
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.woocommerce-message .button {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
	margin-left: auto !important;
}
/* button */
.cart_totals a.button,
.single_add_to_cart_button,
.woocommerce-checkout-review-order #place_order{
	--offset-x: 62px;
	--icon-width: var(--offset-x);
	--bg-position: 25px 50%;
	--padding-left: 32px;
	position: relative;
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	isolation: isolate;
	height: var(--offset-x) !important;
	padding-left: calc(var(--offset-x) + var(--padding-left)) !important;
}
.cart_totals a.button::before,
.single_add_to_cart_button::before,
.woocommerce-checkout-review-order #place_order::before {
	content: "";
	width: var(--icon-width);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	height: 100%;
	background-image: url('./assets/img/agt-akademie-icon-ionic-ios-arrow-forward-light.svg');
	background-size: 10px 18px;
	background-repeat: no-repeat;
	background-position: var(--bg-position);
	background-color: var( --e-global-color-primary );
	border-radius: 100vmax;
	-webkit-transition: var(--transition);
	-o-transition: var(--transition);
	transition: var(--transition);
}
.cart_totals a.button:hover,
.single_add_to_cart_button:hover,
.woocommerce-checkout-review-order #place_order:hover{
	--bg-position: 32px 50%;
	--icon-width: 100%;
	background: transparent !important;
}
.button.wp-element-button {
	-webkit-transition: var(--transition);
	-o-transition: var(--transition);
	transition: var(--transition);
	border-radius: 50px !important;
	border: 1px solid var(--e-global-color-primary) !important;
	background-color: transparent !important;
	color: var(--e-global-color-primary) !important;
	font-weight: 500 !important;
}
.button.wp-element-button:hover {
	background-color: var(--e-global-color-primary) !important;
	color: #fff !important;
}
.wc-proceed-to-checkout {
	text-align: end;
}
.woocommerce-checkout-review-order .place-order {
	text-align: center;
}
.woocommerce-page.woocommerce-checkout #payment #place_order, .woocommerce.woocommerce-checkout #payment #place_order {
	width: unset;
	float: unset;
}

.agt-main-nav .elementor-item::after {
	width: 0% !important;
	inset-inline-start: unset !important;
}
.agt-main-nav .elementor-item:hover::after {
	width: 100% !important;
}

/* Promotion Banner */
.atk-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.promotion-banner {
	gap: 55px;
	margin-bottom: 80px;
}
.promotion-card {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1; 
	-webkit-box-align: center; 
	    -ms-flex-align: center; 
	        align-items: center;
	background-color: var( --e-global-color-secondary );
}
.promotion-card .promotion-image {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	height: 100%;
}
.promotion-card img {
	aspect-ratio: 206 / 145;
	-o-object-fit: cover;
	   object-fit: cover;
	inline-size: 100%;
	height: 100%;
	max-width: 206px;
}
.promotion-card .promotion-description {
	padding: 25px 34px;
	font-weight: 500;
	font-size: 22px;
}
.promotion-card .promotion-description a {
	font-size: inherit;
	text-decoration: underline;
	font-weight: inherit;
}
.promotion-card .promotion-description a:hover {
	text-decoration: none;
}
.promotion-card .promotion-description p:last-of-type {
	margin-bottom: 0;
}
.promotion-card .promotion-description a {
	color: inherit;
	text-decoration: underline;
}
.promotion-card .promotion-description a:hover {
	text-decoration: none;
}
.promotion-brands {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 48px;
}
.promotion-brands .promotion-brand img {
  max-width: 127px;
}
/* Promotion Brands */
.promotion-brands-container {
	margin-top: 150px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
}
.promotion-brands-container:before {
	content: "";
	width: 100%;
	height: 1px;
	background: var( --e-global-color-primary );
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.promotion-brands-bottom {
	background-color: #fff;
	padding: 0 30px;
	gap: 60px;
	position: relative;
	z-index: 2;
}
.promotion-brand img {
  max-width: 140px;
}
@-webkit-keyframes fadeOutUp {
	to {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		        transform: translateY(-100%);
	}
}

@keyframes fadeOutUp {
	to {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		        transform: translateY(-100%);
	}
}
@-webkit-keyframes fadeInDown {
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@keyframes fadeInDown {
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
.main-header.nav-down {
	-webkit-animation: fadeInDown 0.5s forwards ease-in-out;
	        animation: fadeInDown 0.5s forwards ease-in-out;
}
.main-header.nav-up {
	-webkit-animation: fadeOutUp 0.5s forwards ease-in-out !important;
	        animation: fadeOutUp 0.5s forwards ease-in-out !important;
}
.main-header.elementor-sticky--effects {
	-webkit-box-shadow: 0 0 20px rgba(0 0 0 / 5%);
	        box-shadow: 0 0 20px rgba(0 0 0 / 5%)
}
.post-card .card-image img {
	aspect-ratio: 382 / 289;
	inline-size: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.post-card .card-underline .elementor-divider-separator { -webkit-transition: var(--transition); -o-transition: var(--transition); transition: var(--transition); }
.post-card:hover .card-underline .elementor-divider-separator {
	width: 190px !important;
}
.contact-form {
	margin-bottom: 0;
}
.contact-form > .wpcf7-form-control-wrap {
	margin-bottom: 18px;
}
.contact-form .form-acceptance {
	margin-bottom: 65px;
}
.contact-form .btn-icon > * + .btn-submit {
	margin-top: 30px;
}
.form-acceptance .wpcf7-list-item-label::before {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	content: "" !important;
}
.form-acceptance .wpcf7-list-item-label::after {
	height: 14px;
	width: 14px;
	background: url('./assets/img/agt-akademie-icon-ionic-md-check.svg') top right no-repeat;
	background-size: 12px 11px;
	position: absolute;
	left: 16px;
	top: 2px;
	opacity: 0;
}
.form-acceptance .form-check:checked ~ .wpcf7-list-item-label::after {
	opacity: 1;
}
.form-acceptance a {
	color: inherit;
	text-decoration: underline;
}
.form-acceptance a:hover {
	text-decoration: none;
}
.form-acceptance .wpcf7-list-item-label {
	padding-left: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1.28;
}
.contact-form .grid {
	display: -ms-grid;
	display: grid;
	gap: 20px;
}
/* form file */
.contact-form .codedropz-upload-handler,
.contact-form .dnd-upload-status:last-child{
	margin-bottom: 30px;
}

.contact-form.agt-form .form-acceptance {
	margin-bottom: 20px;
}
@media (min-width: 768px) {
	.contact-form .grid {gap: 30px;}
	.contact-form .column-2 {
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr);
	}
}

.agt-menu-icon .menu-link::before {
	content: "";
	display: block;
	width: 5px;
	height: 9px;
	background: url('./assets/img/Icon ionic-ios-arrow-forward.svg') center center no-repeat;
	background-size: cover;
	margin-right: 7px;
	position: unset;
    opacity: 1 !important;
    background-color: transparent !important;
}
.agt-menu-icon .menu-link:hover {
	text-decoration: underline;
}

.agt-nav-icon .menu-link::before {
	content: "";
	display: block;
	width: 13px;
	height: 20px;
	background: url('./assets/img/Icon ionic-ios-arrow-round-down.svg') center center no-repeat;
	background-size: contain;
	margin-right: 25px;
	position: unset;
    opacity: 1 !important;
    background-color: transparent !important;
	-ms-flex-negative: 0 !important;
	    flex-shrink: 0 !important;
	-webkit-transition: var(--transition);
	-o-transition: var(--transition);
	transition: var(--transition);
}
.agt-nav-icon .menu-link:hover::before {
	-webkit-transform: translateX(10px);
	    -ms-transform: translateX(10px);
	        transform: translateX(10px);
}
style.slick-slide {
	display: none !important;
}

.list-underline-hover a:hover .elementor-icon-list-text {
	text-decoration: underline;
}


 /* the parent */
.agt-post-slider .slick-list {
	--offset: 15px;
	margin: 0 calc(var(--offset) * -1);
}
 /* the slides */
.agt-post-slider .slick-slide {
	margin: 0 var(--offset);
}
.agt-post-slider .slick-arrow {
	padding: 0;
	border: none;
	z-index: 5;
}
.agt-post-slider .slick-arrow::before {
	content: "";
	display: inline-block;
	width: 13px;
	height: 23px;
	background: url('./assets/img/agt-akademie-icon-ionic-ios-arrow-back.svg') center center no-repeat;
	background-size: contain;
}
.agt-post-slider .slick-arrow.slick-prev {
	margin-left: -10px;
}
.agt-post-slider .slick-arrow.slick-next {
	margin-right: -10px;
}
.agt-post-slider .slick-arrow.slick-next::before {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.agt-post-slider .slick-arrow {
	top: 40%;
}
/* Produkte card */
.produkte-card .produkte-meta span {
	font-size: 16px !important;
	display: block;
}
.produkte-card .produkte-meta span::first-letter {
	font-size: 40px;
	margin-right: 8px;
}
.agt-header-navigation .animated {
	-webkit-transition: var(--transition);
	-o-transition: var(--transition);
	transition: var(--transition);
}
.agt-header-navigation .fadeInRight:not(.reverse) {
	-webkit-transform: translateX(0) !important;
	    -ms-transform: translateX(0) !important;
	        transform: translateX(0) !important;
}
.agt-header-navigation .fadeInRight.reverse {
	-webkit-transform: translateX(100%) !important;
	    -ms-transform: translateX(100%) !important;
	        transform: translateX(100%) !important;
}
/* woocommerce single page */
.agt-date-time-info {
	list-style: none;
	margin-left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 20px;
}
.agt-date-time-info li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 19px;
}
.agt-date-time-info li img {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
.agt-hidden {
	display: none;
}
.woocommerce-cart table.cart td.actions .coupon {
	-webkit-box-align: unset !important;
	    -ms-flex-align: unset !important;
	        align-items: unset !important;
}
.coupon input[type="text"] {
	max-height: unset !important;
	padding: 11px 21px !important;
/* 	color: #989898 !important; */
	border-color: var(--e-global-color-primary) !important;
}
.coupon input[type="text"]:focus {
	border-color: var(--ast-border-color) !important;
}
.agt-items-group .agt-item-box h5 {
	color: var(--e-global-color-primary);
	margin-bottom: 0;
}
.agt-items-group .agt-item-box {
	font-weight: 500;
}
.agt-items-group .agt-item-box h5 + ul {
	margin-top: 10px;
	margin-left: 20px;
}
.agt-items-group .agt-item-box ul + h5 {
	margin-top: 10px;
}
.agt-items-group .agt-item-box ul {
	margin: 0;
}
.agt-items-group .agt-item-box li::marker {
	color: var(--e-global-color-primary);
}
.agt-block-diagram {
	--offset-line: 150px;
	--offset-right-child: 150px;
	--child-divider-height: 15px;
	overflow: hidden;
}
.agt-block-diagram > .elementor-container {
	position: relative;
}
.agt-block-diagram > .elementor-container > .elementor-column > * > *:last-child {
	position: relative;
}
.agt-block-diagram > .elementor-container > .elementor-column > * > *:last-child::before {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	background-color: #fff;
	top: 100%;
	left: 0;
	pointer-events: none;
}
.agt-block-diagram > .elementor-container::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: calc(100% - (var(--offset-line) * 2));
	height: 80%;
	border: 1px solid var(--e-global-color-primary);
	border-bottom: none;
	pointer-events: none;
}
.agt-diagram-right-child {
	position: relative;
}
.agt-diagram-right-child::before {
	content: "";
	position: absolute;
	top: calc(var(--child-divider-height) * -1);
	left: var(--offset-line);
	right: var(--offset-right-child);
	height:  var(--child-divider-height);
	border-top: 1px solid var(--e-global-color-primary);
	border-right: 1px solid var(--e-global-color-primary);
}
.agt-diagram-right-child .elementor-column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.agt-diagram-right-child .elementor-column > *,
.agt-diagram-right-child .elementor-widget-wrap .elementor-element {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.agt-diagram-right-child .elementor-widget-wrap .elementor-element > * {
	height: 100%;
}
/* agt team container */

.agt-team-container .elementor-container {
	display: -ms-grid;
	display: grid;
	grid-gap: 30px;
	-ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr;
	grid-template-columns: repeat(6, 1fr);
}

.agt-team-container .elementor-container .elementor-column.elementor-inner-column {
	width: 100% !important;
}

.agt-team-container .elementor-container .elementor-column.elementor-inner-column .uael-team-member-image img {
	-o-object-fit: cover;
	   object-fit: cover;
}

@media only screen and (min-width: 1024px){
    header .main-header .elementor-nav-menu--main .elementor-nav-menu .elementor-nav-menu--dropdown{
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
        border: 1px solid rgba(0, 0, 0, 0.1);
    }
}

@media only screen and (max-width: 1100px) {
	.agt-team-container .elementor-container {
		-ms-grid-columns: 1fr 30px 1fr 30px 1fr;
		grid-template-columns: repeat(3, 1fr);
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1100px){
    header .elementor-element .e-con-inner .elementor-element .agt-header-logo{
        --container-widget-width: 90px;
    }
}

@media only screen and (max-width: 768px) {
	.agt-team-container .elementor-container {
		-ms-grid-columns: 1fr 30px 1fr;
		grid-template-columns: repeat(2, 1fr);
	}
}

@media only screen and (max-width: 480px) {
	.agt-team-container .elementor-container {
		-ms-grid-columns: 1fr;
		grid-template-columns: repeat(1, 1fr);
	}
}

/* .agt-team-container {
    --grid-columns: 6;
    --grid-gap: 30px;
}
.agt-team-container > .elementor-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: ;
    grid-template-columns: repeat(var(--grid-columns), 1fr);
    grid-gap: var(--grid-gap);
}
.agt-team-container > .elementor-container > * {
    width: 100%;
}
@media (max-width: 1366px) {
    .agt-team-container {
        --grid-gap: 20px;
    }
}
@media (max-width: 1024.98px) {
    .agt-team-container {
        --grid-columns: 3;
    }
}
@media (max-width: 767.98px) {
    .agt-team-container {
        --grid-columns: 2;
        --grid-gap: 37px 17px;
    }
	.agt-team-container > .elementor-container {
		-ms-grid-columns: calc(50% - 8px) var(--grid-gap) calc(50% - 8px) !important;
		grid-template-columns: repeat(2, calc(50% - 8px)) !important;
	}
} */
/* .agt-team-card .uael-team-member-content > * > * {
	padding: 0 !important;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
	white-space:pre-wrap;
}
.agt-team-card .uael-team-member-image img {
	-webkit-aspect-ratio: 176 / 238;
	aspect-ratio: 176 / 238;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.agt-team-card {
	max-width: unset !important;
	width: 100% !important;
}

.agt-team-card .uael-team-member-designation * {
	line-height: 1.28 !important;
} */
/* Page Main Thumbnail */
.agt-page-main-thumbnail img {
	aspect-ratio: 588 / 578;
	-o-object-fit: cover;
	   object-fit: cover;
	inline-size: 100%;
}
/* override product card */
.category-product-card .agt-date-time-info {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	font-size: 14px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.category-product-card .agt-date-time-info li,
.category-product-card .agt-date-time-info {
	gap: 9px;
}
.category-product-card.produkte-card .produkte-meta span {
	font-size: 14px !important;
}
.produkte-card .produkte-meta span::first-letter {
	font-size: 30px;
	font-weight: 600;
	margin-right: 15px;
}
/* single pages */
.agt-author-info h2,
.agt-related-articles h2 {
	font-size: var(--e-global-typography-79b9141-font-size );
	font-weight: 600;
	color: var(--e-global-color-primary);
	margin-bottom: 42px;
}
.agt-related-articles h2 {
	margin-bottom: 30px;
}
.agt-related-articles {
	margin-top: 60px;
}
.agt-authors-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-flow: column;
	        flex-flow: column;
	gap: 40px;
}
.agt-author-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 66px;
}
.agt-author-box .agt-author-img {
	aspect-ratio: 176 / 238;
	inline-size: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	max-width: 176px;
	height: auto;
	-ms-flex-item-align: start;
	    align-self: flex-start;
}
.agt-author-box .author-detail p:last-of-type {
	margin-bottom: 0;
}
.agt-related-articles .related-article-item {
	font-weight: 500;
}

/* override woocommerce styles */
.select2-selection {
	border-color: var(--e-global-color-primary) !important;
	border-radius: 0 !important;
	background-image: url('./assets/img/agt-akademie-icon-ionic-ios-arrow-down.svg') !important;
}
.woocommerce form .form-row label {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 8px;
}
.woocommerce form .form-row textarea.input-text,
.woocommerce-page form .form-row textarea.input-text {
	resize: none;
}
.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
	border-color: var(--e-global-color-primary) !important;
}
.woocommerce form .form-row .input-text::-webkit-input-placeholder, .woocommerce-page form .form-row .input-text::-webkit-input-placeholder {
	font-size: 14px;
}
.woocommerce form .form-row .input-text::-moz-placeholder, .woocommerce-page form .form-row .input-text::-moz-placeholder {
	font-size: 14px;
}
.woocommerce form .form-row .input-text:-ms-input-placeholder, .woocommerce-page form .form-row .input-text:-ms-input-placeholder {
	font-size: 14px;
}
.woocommerce form .form-row .input-text::-ms-input-placeholder, .woocommerce-page form .form-row .input-text::-ms-input-placeholder {
	font-size: 14px;
}
.woocommerce form .form-row .input-text::placeholder,
.woocommerce-page form .form-row .input-text::placeholder,
.select2-selection .select2-selection__rendered {
	font-size: 14px;
}
/* step wizard */
.agt-wizard-step {
	--icon-size: 88px; 
	position: relative;
	isolation: isolate;
	color: var(--e-global-color-primary);
	margin-bottom: 45px;
}
.agt-wizard-step::before {
	content: "";
	width: 100%;
	height: 1px;
	background: var(--e-global-color-primary);
	position: absolute;
	top: calc(var(--icon-size) / 2);
	z-index: -1;
}
.agt-wizard-step ul {
	list-style: none;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.agt-wizard-step ul li {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	text-align: center;
}
.agt-wizard-step .step-icon {
	width: var(--icon-size);
	height: var(--icon-size);
	display: -ms-inline-grid;
	display: inline-grid;
	place-items: center;
	border: 1px solid var(--e-global-color-primary);
	border-radius: 50%;
	background: #fff;
	margin-bottom: 10px;
}
.agt-wizard-step li.active .step-icon {
	background: var(--e-global-color-primary);
}
.agt-wizard-step strong {
	display: block;
	font-weight: 500;
	font-size: 14px;
}
.agt-wizard-step #personal.active path {
	fill: #fff;
}
.agt-wizard-step #confirm.active path {
	stroke: #fff;
}

.agt-pagination-style {
	--pagination-size: 35px;
}
.agt-pagination-style .elementor-pagination > * {
	width: var(--pagination-size);
	height: var(--pagination-size);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius: 50%;
	border: 1px solid var(--e-global-color-primary);
}
.agt-pagination-style .elementor-pagination .current,
.agt-pagination-style .elementor-pagination a:hover {
	background: var(--e-global-color-primary);
	color: #fff !important;
}
/* upcoming webinar style */
.agt-webinar-list {
	padding: 52px 60px 40px;
	background: var(--e-global-color-secondary);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-flow: column;
	        flex-flow: column;
}
.agt-webinar-list .webinar-list-title {
	margin-bottom: 60px;
}
.agt-webinar-list .webinar-list-title,
.agt-webinar-list strong{
	font-weight: 500 !important;
}
.agt-webinar-list .webinar-list-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-flow: column;
	        flex-flow: column;
	gap: 40px;
}
.agt-webinar-list .agt-webinar-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 20px;
}
.agt-webinar-item .item-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-flow: column;
	        flex-flow: column;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.agt-webinar-item .item-add-to-cart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
.agt-webinar-item .item-link {
	background-color: transparent;
	border: 1px solid var(--e-global-color-text);
	border-radius: 2.25em;
	padding: 12px 30px;
	color: var(--e-global-color-text);
	font-size: 14px;
}
.agt-webinar-item .item-link:hover {
	background-color: var(--e-global-color-text);
	color: #fff;
}

/* woocommerce product single page */
h2.referenten-title,
.referenten-card .card-title {
	color: var(--e-global-color-primary);
}
h2.referenten-title {
	margin-bottom: 64px;
}
.referenten-list {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 130px 1fr;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 30px 130px;
}
.referenten-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-flow: column;
	        flex-flow: column;
}
.referenten-card .card-img img {
	aspect-ratio: 279 / 329;
	max-width: 279px;
	inline-size: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	margin-bottom: 20px;
}
.referenten-card .card-title {
	margin-top: 10px;
	margin-bottom: 60px;
	font-size: 20px;
	font-weight: 500;
}
.referenten-card .card-description p:last-of-type {
	margin-bottom: 0;
}
.variations select {
	border: 1px solid var(--e-global-color-primary) !important;
	border-radius: 0 !important;
}
.woocommerce div.product form.cart .variations {
	border-bottom: none !important;
}
.woocommerce-product-gallery__trigger {
	display: none !important;
}
.single .woocommerce-product-gallery__wrapper a {
	pointer-events: none !important;
}

/* woocommerce styling */
.woocommerce a.remove {
	opacity: 1 !important;
}
.single .woocommerce-notices-wrapper > * {
	max-width: 1205px;
	margin: 0 auto;
}
.ast-plain-container.ast-no-sidebar #primary {
	margin-top: 50px;
}
.woocommerce table.shop_table {
	--ast-border-color: transparent;
}
.woocommerce table.shop_table thead,
.woocommerce-page table.shop_table thead {
	background: transparent;
}
.woocommerce table.shop_table tbody tr:not(:last-child),
.woocommerce-page table.shop_table tbody tr:not(:last-child) {
	background-color: #FBFBFB;
}
.woocommerce #content [name=coupon_code],
.woocommerce-page #content [name=coupon_code] {
	padding-left: 0 !important;
	border: none !important;
	background: transparent !important;
	border-bottom: 1px solid var(--e-global-color-secondary) !important;
	font-size: 14px !important;
}
.woocommerce-checkout button[name=apply_coupon] {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
.woocommerce #content table.cart [name=coupon_code]::-webkit-input-placeholder, .woocommerce-page #content table.cart [name=coupon_code]::-webkit-input-placeholder {
	color: #888888;
}
.woocommerce #content table.cart [name=coupon_code]::-moz-placeholder, .woocommerce-page #content table.cart [name=coupon_code]::-moz-placeholder {
	color: #888888;
}
.woocommerce #content table.cart [name=coupon_code]:-ms-input-placeholder, .woocommerce-page #content table.cart [name=coupon_code]:-ms-input-placeholder {
	color: #888888;
}
.woocommerce #content table.cart [name=coupon_code]::-ms-input-placeholder, .woocommerce-page #content table.cart [name=coupon_code]::-ms-input-placeholder {
	color: #888888;
}
.woocommerce #content table.cart [name=coupon_code]::placeholder,
.woocommerce-page #content table.cart [name=coupon_code]::placeholder {
	color: #888888;
}
.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
	gap: 20px;
}
.woocommerce table.shop_table thead th,
.woocommerce-page table.shop_table thead th {
	text-transform: uppercase;
	font-weight: 400 !important;
	padding-bottom: 20px !important;
	padding-top: 0 !important;
}
.woocommerce .entry-title,
.woocommerce-page .entry-title {
	font-size: var( --e-global-typography-06f5af8-font-size );
	color: var( --e-global-color-primary );
	margin-bottom: 45px;
}
.woocommerce .product-price .amount,
.woocommerce-page .product-price .amount,
.woocommerce .product-subtotal .amount,
.woocommerce-page .product-subtotal .amount {
	font-weight: 500 !important;
}
.woocommerce-page .quantity .input-text.qty,
.woocommerce .quantity .input-text.qty {
	background: transparent !important;
}
.woocommerce-page .actions,
.woocommerce .actions {
	padding-top: 25px !important;
}
.woocommerce-page .variation dt,
.woocommerce .variation dt {
	font-weight: 600 !important;
}
.woocommerce-page .product-name a,
.woocommerce .product-name a {
	color: var(--e-global-color-text);
	font-weight: 700;
}

.woocommerce-page .product-name a:hover,
.woocommerce .product-name a:hover {
	color: var(--e-global-color-primary);
}
.woocommerce-page .product-remove a,
.woocommerce .product-remove a {
	--ast-global-color-3: currentColor;
	color: var(--e-global-color-primary);
}
.woocommerce-page .product-remove a:hover,
.woocommerce .product-remove a:hover {
	color: var(--e-global-color-secondary);
}
.woocommerce-cart .cart-collaterals {
	--ast-border-color: transparent;
}
.woocommerce-cart .cart-collaterals .cart_totals >  h2,
.woocommerce-cart .cart-collaterals .cross-sells > h2 {
	font-size: 20px !important;
	color: var(--e-global-color-primary);
	margin: 0 0 20px;
	padding: 0;
	background: transparent !important;
	font-weight: 400 !important;
	text-transform: uppercase;
}
.woocommerce .cart_totals tr,
.woocommerce-page .cart_totals tr {
	background: transparent !important;
}
.woocommerce .cart_totals tr th,
.woocommerce-page .cart_totals tr th {
	padding-left: 0 !important;
	font-weight: 400 !important;
}
.woocommerce .cart_totals tr:nth-last-child(2) > *,
.woocommerce-page .cart_totals tr:nth-last-child(2) > * {
	padding-bottom: 20px !important;
}
.woocommerce .order-total > *,
.woocommerce-page .order-total > * {
	border-top: 1px solid var(--e-global-color-primary) !important;
	font-weight: 700 !important;
	padding-top: 20px !important;
}
.woocommerce .cart_totals tr.order-total th,
.woocommerce-page .cart_totals tr.order-total th,
.woocommerce .order-total .amount,
.woocommerce-page .order-total .amount {
	font-weight: 700 !important;
}
.wc-proceed-to-checkout {
	padding-top: 50px !important;
}
.product-quantity .qty::-webkit-inner-spin-button,
.single_variation_wrap input.qty::-webkit-inner-spin-button {
	-moz-appearance: textfield;
    -webkit-appearance: textfield;
	        appearance: textfield;
    opacity: 1;
}
.product-quantity .qty,
.single_variation_wrap input.qty {
	width: 72px !important;
	text-align: start !important;
	padding-left: 18px !important;
}
.product-quantity .qty:focus,
.single_variation_wrap input.qty:focus {
	border-color: #0089f7ab !important;
}
#customer_details h3:not(.elementor-widget-woocommerce-checkout-page h3),
#order_review_heading {
	font-weight: 500 !important;
	font-size: var(--e-global-typography-text-font-family) !important;
	color: var(--e-global-color-primary);
	text-transform: uppercase;
	margin-bottom: 5px;
	border: none;
}
.woocommerce-cart .cart-collaterals .cart-subtotal th {
	width: 70% !important;
}
/* order confirmation */
.woocommerce-thankyou-order-details {
	border: 1px solid var(--e-global-color-primary);
	padding: 24px 30px;
}
.woocommerce-thankyou-order-details strong {
	line-height: 1;
	margin-top: 12px;
}
.woocommerce-order-details .woocommerce-order-details__title,
.woocommerce-customer-details .woocommerce-column__title{
	padding: 0 !important;
	background: transparent !important;
	margin-bottom: 24px !important;
	border: none !important;
	font-size: var(--e-global-typography-text-font-size) !important;
	font-weight: 500 !important;
	text-transform: uppercase;
	color: var(--e-global-color-primary);
}
.woocommerce-table--order-details tfoot,
.woocommerce-table--order-details tbody,
.woocommerce-customer-details address {
	background-color: #FBFBFB;
}
.woocommerce-table--order-details tfoot tr:last-child > * { border-top: 1px solid var(--e-global-color-primary) !important; }
.woocommerce-table--order-details tfoot tr:last-child .amount,
.woocommerce-table--order-details tfoot tr:last-child > * {
	font-weight: 700 !important;
}
.woocommerce-table--order-details tfoot tr > *:first-child,
.woocommerce-table--order-details tfoot tr > *:first-child,
.woocommerce-table--order-details .woocommerce-table__product-name,
.woocommerce-customer-details address {
	padding-left: 0 !important;
}
.woocommerce-table--order-details tfoot tr > *:last-child,
.woocommerce-table--order-details tfoot tr > *:last-child,
.woocommerce-customer-details address {
	padding-right: 0 !important;
}
.woocommerce-table--order-details,
.woocommerce-customer-details address {
	--offset-x: 40px;
	padding-left: var(--offset-x) !important;
	padding-right: var(--offset-x) !important;
}
.woocommerce-table--order-details tfoot,
.woocommerce-table--order-details tbody {
	-webkit-box-shadow: var(--offset-x) 0 0 #FBFBFB,
		calc(var(--offset-x) * -1) 0 0 #FBFBFB;
	        box-shadow: var(--offset-x) 0 0 #FBFBFB,
		calc(var(--offset-x) * -1) 0 0 #FBFBFB;
}
.woocommerce-customer-details address {
	border: none !important;
}
.woocommerce-checkout-review-order-table tbody tr > * {
	padding: 10px !important;
}
.woocommerce-checkout-review-order-table tbody .variation {
	display: none;
}
.woocommerce-checkout-review-order-table tbody tr {
	background-color: #FBFBFB !important;
}
.woocommerce-privacy-policy-text {
	font-size: 14px;
	text-align: start;
	margin-bottom: 40px;
}
.woocommerce-privacy-policy-text a {
	font-size: inherit;
	font-weight: inherit;
}
#order_review_heading {
	padding: 0 !important;
	border: none !important;
	margin-bottom: 75px !important;
}
#order_review {
	border-width: 1px !important;
	border-color: var(--e-global-color-primary) !important;
	padding-top: 30px !important;
}
.woocommerce-page.woocommerce-checkout #payment div.payment_box, .woocommerce.woocommerce-checkout #payment div.payment_box {
	background: #FBFBFB !important;
}
.woocommerce-page.woocommerce-checkout #payment div.payment_box:before, .woocommerce.woocommerce-checkout #payment div.payment_box:before {
	border-bottom-color:  #FBFBFB  !important;
}
#order_comments:not(.input-text) {
	border-color: #CFCFCF !important;
}
.woocommerce-order-received .woocommerce-customer-details {
	display: none;
}
.woocommerce-order-received td.woocommerce-table__product-name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
}
.woocommerce-order-received .agt-ordered-product img {
	float: unset;
	aspect-ratio: 1 / 1;
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100px;
	margin: 0;
}
.woocommerce-order-received .agt-ordered-product-info {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.woocommerce-order-received .agt-ordered-product-info .wc-item-meta strong {
	font-weight: 600;
}
.woocommerce-order-received .agt-ordered-product-info {
	font-weight: 700 !important;
}
.woocommerce-order-received .agt-ordered-product-info .wc-item-meta {
	font-weight: 400 !important;
	margin: 0;
}
/* webinar variations */
.agt-webinar-variations {
	padding: 30px;
	border: 1px solid var(--e-global-color-primary);
}
.agt-webinar-variations h2 {
	font-size: 25px;
	color: var(--e-global-color-primary);
	font-weight: 600;
	margin-bottom: 26px;
}
.agt-webinar-variations h3 {
	font-size: var(--e-global-typography-text-font-size);
	font-weight: 500;
}
.agt-webinar-variations p:last-of-type {
	margin-bottom: 0;
}
.agt-webinar-variation-item:not(:last-child) {
	margin-bottom: 30px;
}
.woocommerce-checkout-review-order-table.shop_table .product-quantity {
	display: none;
}
.woocommerce-cart-form__cart-item .product-thumbnail img {
	max-width: 100px !important;
	aspect-ratio: 1 / 1;
	-o-object-fit: cover;
	   object-fit: cover;
	inline-size: 100%;
}
.woocommerce-cart-form__cart-item .product-thumbnail {
	padding-left: 0 !important;
	padding-right: 14px !important;
	width: 100px;
}
.woocommerce-cart-form__cart-item .product-name {
	
	font-weight: 700 !important;
}
.woocommerce-checkout .product-name > img {
	inline-size: 100%;
	aspect-ratio: 1 / 1;
	max-width: 58px;
	-o-object-fit: cover;
	   object-fit: cover;
}
.woocommerce-checkout .product-name > span {
	font-weight: 500;
	line-height: 1.1875;
}
.agt-logo-gallery img {
	-webkit-transition: var(--transition);
	-o-transition: var(--transition);
	transition: var(--transition);
	-webkit-filter: grayscale(1);
	        filter: grayscale(1);
}
.agt-logo-gallery a:hover img {
	-webkit-filter: grayscale(0);
	        filter: grayscale(0);
}

/* checkout page reordering */
.woocommerce-billing-fields__field-wrapper {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
}
.woocommerce-billing-fields__field-wrapper > *:not(:first-child):not(:nth-child(2)) {
	-ms-grid-column-span: 2;
	grid-column: span 2;
}
.woocommerce-billing-fields__field-wrapper > *:first-child, .woocommerce-billing-fields__field-wrapper > *:nth-child(2) {
	width: 97% !important;
}
.woocommerce-billing-fields__field-wrapper > *:nth-child(2) {
	margin-left: auto !important;
}
.woocommerce-billing-fields__field-wrapper > * {
	--field-order: 1;
	-webkit-box-ordinal-group: NaN;
	    -ms-flex-order: var(--field-order, 1);
	        order: var(--field-order, 1);
}
.woocommerce-billing-fields__field-wrapper > #billing_last_name_field {
	--field-order: 2;
}
.woocommerce-billing-fields__field-wrapper > #billing_company_field {
	--field-order: 3;
}
.woocommerce-billing-fields__field-wrapper > #billing_country_field {
	--field-order: 11;
}
.woocommerce-billing-fields__field-wrapper > #billing_address_1_field {
	--field-order: 6;
}
.woocommerce-billing-fields__field-wrapper > #billing_address_2_field {
	--field-order: 7;
}
.woocommerce-billing-fields__field-wrapper > #billing_postcode_field {
	--field-order: 8;
}
.woocommerce-billing-fields__field-wrapper > #billing_city_field {
	--field-order: 9;
}
.woocommerce-billing-fields__field-wrapper > #billing_state_field {
	--field-order: 10;
}
.woocommerce-billing-fields__field-wrapper > #billing_phone_field {
	--field-order: 5;
}
.woocommerce-billing-fields__field-wrapper > #billing_email_field {
	--field-order: 4;
}

/* agt icon tabs style */
.agt-icon-tab-style .eael-tab-inline-icon li {
	-webkit-box-pack: start !important;
	    -ms-flex-pack: start !important;
	        justify-content: flex-start !important;
	text-align: start !important;
}
.agt-icon-tab-style .eael-tab-content-item > * {
	max-width: 800px;
}

/* custom products loop */
.agt-webinar-card .elementor-button.btn-card {
	padding: 12px 26px;
	border: 1px solid var(--e-global-color-primary);
	border-radius: 100vmax;
	font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
	color: var(--e-global-color-primary);
	background: transparent !important;
}
.agt-webinar-card .elementor-button.btn-card:hover {
	background:  var(--e-global-color-primary) !important;
	color: #fff;
}
.agt-webinar-card .agt-produkte-meta {
	padding: 17px 23px 17px 23px;
	font-weight: 400;
	background-color: var(--e-global-color-secondary);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.agt-webinar-card .agt-produkte-meta span {
	font-size: 14px;
}
.agt-webinar-card .agt-produkte-meta span::first-letter {
	font-size: 30px;
	margin-right: 8px;
	font-weight: 500;
}
.agt-webinar-card .card-title {
	margin-bottom: 20px;
}
.agt-webinar-card .card-title a {
	font-size: 25px;
	font-weight: 700;
}
.agt-webinar-card .card-body {
	padding: 26px 23px 0px 23px;
}
.agt-webinar-card .card-img {
	margin-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.agt-webinar-card .card-img > * {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}
.agt-webinar-card .card-img img {
	aspect-ratio: 382 / 251;
	-o-object-fit: cover;
	   object-fit: cover;
	inline-size: 100%;
	display: block;
}
.agt-webinar-container .slick-track {
	margin-left: 0 !important;
}
.agt-webinar-post-grid-4 .elementor-loop-container {
	--grid-column: 4;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: ;
	grid-template-columns: repeat(var(--grid-column), 1fr);
	gap: 50px 30px;
}
.category-product-card .agt-webinar-card .card-body {
	padding-left: 0;
	padding-right: 0;
}

/* custom popup */
.agt-review-container {
	position: fixed;
	inset: 0;
	z-index: 999;
	pointer-events: none;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: var(--transition);
	-o-transition: var(--transition);
	transition: var(--transition);
}
.agt-review-container.show {
	pointer-events: all;
	visibility: visible;
	opacity: 1;
}

/* events styling */
.tribe-events-style-theme {
	--tec-color-accent-primary: var(--e-global-color-primary);
	--tec-color-button-primary: var(--e-global-color-primary);
	--tec-color-link-accent: var(--e-global-color-primary);
	--tec-color-link-accent-hover: var(--e-global-color-secondary);
}
.tribe-events {
	--tec-color-background-events-bar-submit-button: var(--e-global-color-primary);
	--tec-color-background-events-bar-submit-button-hover: rgba(0 137 247 / 80%);
	--tec-color-accent-primary: var(--e-global-color-primary);
	--tec-color-button-primary: var(--e-global-color-primary);
	--tec-color-link-accent: var(--e-global-color-primary);
	--tec-color-background-events-bar-submit-button-active: var(--e-global-color-primary);
}
.fc-toolbar.fc-header-toolbar button.fc-button.fc-button-primary:focus {
	-webkit-box-shadow: none;
	        box-shadow: none;
}
#tribe-events-footer {
	border-top: none;
}
.single-tribe_events .tribe_events {
	padding-left: 0;
	padding-right: 0;
}
.single-tribe_events .tribe-events-schedule h2 {
	font-size: 16px;
}
.single-tribe_events .tribe-events-single-event-title {
	font-size: clamp(28px, 4vw, 40px);
	color: var(--e-global-color-primary);
}
.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border,
.tribe-events .tribe-events-c-search__button, .tribe-events button.tribe-events-c-search__button {
	border-radius: 100vmax !important;
}
.tribe-events .tribe-events-c-subscribe-dropdown {
	text-align: end;
}
.tribe-events .tribe-events-calendar-day__event-venue-address {
	display: block;
}

.configurator-iframe-wrapper{
    position: relative;
    display: grid;
    place-items: center;
    width: 100%;
    max-width: 1205px;
    margin-inline: auto;
    background-color: #cecece;
    height: 400px;
    &.loaded{
        display: block;
        place-items: unset;
        max-width: unset;
        margin-inline: unset;
        height: 100%;
        background: none;
    }
    & .iframe-loader{
        grid-area: 1/1;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        z-index: 2;
        opacity: 1;
        transition: opacity 0.3s ease-in-out;

        & .loader-indicator{
            font-size: 4rem;
            color: var(--e-global-color-primary);
        }
    }
}


@keyframes scroll-left {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@media (min-width: 768px) {
	.tribe-events-event-meta.primary, .tribe-events-event-meta.secondary {
		width: unset;
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
	}
	.agt-icon-tab-style .eael-tab-inline-icon li:first-child {
		border-left: none !important;
		padding-left: 0 !important;
	}
	.agt-icon-tab-style .eael-tab-inline-icon li {
		-webkit-box-flex: 0 !important;
		    -ms-flex-positive: 0 !important;
		        flex-grow: 0 !important;
	}
}

.seamless-carousel .swiper .swiper-wrapper{
	transition-timing-function: linear;
}



/* responsive */
@media (max-width: 1366px) {
	.agt-webinar-post-grid-4 .elementor-loop-container {
		--grid-column: 3;
	}
	.single .woocommerce-notices-wrapper > * {
		max-width: 1050px;
	}
	.promotion-brands-container {
		margin-top: 100px;
	}
	.promotion-banner {
		gap: 40px;
		margin-bottom: 40px;
	}
	.promotion-brands {
		gap: 30px;
	}
	/*.agt-main-nav .elementor-nav-menu .menu-item-has-children > .elementor-item {
		padding-right: 20px !important;
	}*/
}

@media (min-width: 1025px) and (max-width: 1199.98px) {
	.agt-main-nav.elementor-widget .elementor-nav-menu--main .elementor-nav-menu .astm-search-menu a{
		margin-left:0.5em;
		margin-right:0.5em;
	
}
}
@media (max-width: 1024.98px) {
	.agt-webinar-post-grid-4 .elementor-loop-container {
		--grid-column: 2;
	}
	.promotion-banner {
		gap: 30px;
	}
	.promotion-brands .promotion-brand img {
		max-width: 80px;
	}
	.promotion-card .promotion-description {
		padding: 20px 18px;
		font-size: 18px;
	}
	.promotion-brands {
		gap: 25px;
	}
	.promotion-brands-container {
		margin-top: 55px;
	}
	.produkte-card .produkte-meta span {
		font-size: 14px !important;
	}
	.produkte-card .produkte-meta span::first-letter {
		font-size: 30px;
	}
	.agt-webinar-card .agt-produkte-meta span::first-letter {
		font-size: 30px;
	}
	.agt-block-diagram {
		--offset-line: 130px;
		--offset-right-child: 130px;
	}
	.referenten-list {
		gap: 50px;
	}
	.agt-author-box {
		gap: 48px;
	}
	.agt-webinar-container {
		padding: 0 28px;
	}
}

@media (max-width: 921.98px) {
	 .promotion-card .promotion-image {
    max-width: 160px;
  }
	.agt-block-diagram {
		--offset-line: 115px;
		--offset-right-child: 115px;
	}
	.woocommerce table.shop_table_responsive tr td.product-name, .woocommerce-page table.shop_table_responsive tr td.product-name {
		text-align: start !important;
	}
	.woocommerce-cart table.shop_table dl dd {
		float: left;
	}
	.woocommerce-cart-form__cart-item .product-name::after {
		content: "";
		display: table;
		clear: both;
	}
	.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
		content: attr(data-title) !important;
		font-weight: 400 !important;
		text-transform: uppercase;
	}
	.woocommerce-cart-form__cart-item .product-name::before {
		display: block;
		float: unset !important;
		margin-bottom: 25px;
	}
	.woocommerce-cart-form__cart-item .product-name .variation > * {
		margin-top: 10px !important;
	}
	.woocommerce .quantity .qty {
		padding: 16px 0 16px 11px !important;
	}
	.woocommerce-cart-form__contents {
		margin-bottom: 95px !important;
	}
	.cart-collaterals .cart_totals tr > * {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.woocommerce-cart-form__contents .product-subtotal {
		padding-bottom: 35px !important;
	}
	.woocommerce-page #content table.cart .woocommerce-cart-form__cart-item .product-thumbnail {
		padding-left: 16px !important;
		width: 100%;
		text-align: left !important;
	}
	.woocommerce #content table.cart td.actions,
	.woocommerce table.cart td.actions,
	.woocommerce-page #content table.cart td.actions,
	.woocommerce-page table.cart td.actions {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 48px;
	}
	.woocommerce #content table.cart td.actions > .button,
	.woocommerce table.cart td.actions > .button,
	.woocommerce-page #content table.cart td.actions > .button,
	.woocommerce-page table.cart td.actions > .button {
		-ms-flex-item-align: center;
		    -ms-grid-row-align: center;
		    align-self: center;
		width: unset;
	}
	.woocommerce #content table.cart td.actions .coupon,
	.woocommerce table.cart td.actions .coupon,
	.woocommerce-page #content table.cart td.actions .coupon,
	.woocommerce-page table.cart td.actions .coupon {
		gap: 0;
		margin: 0 !important;
	}
	.woocommerce-page .cart-collaterals table.shop_table_responsive tr td::before { text-transform: unset !important; }
	.woocommerce-page .cart-collaterals table.shop_table_responsive .order-total td::before {
		font-weight: 700 !important;
	}
	.wc-proceed-to-checkout {
		text-align: center;
	}
	.agt-wizard-step {
		margin: 0 -20px 64px;
		overflow: hidden;
	}
	.woocommerce.woocommerce-checkout .woocommerce-checkout-review-order-table tr,
	.woocommerce-page.woocommerce-checkout .woocommerce-checkout-review-order-table tr,
	.woocommerce .woocommerce-table--order-details tr {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.woocommerce.woocommerce-checkout .woocommerce-checkout-review-order-table tr > *,
	.woocommerce-page.woocommerce-checkout .woocommerce-checkout-review-order-table tr > *,
	.woocommerce .woocommerce-table--order-details tr > * {
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		padding-right: 5px !important;
	}
	.woocommerce-page.woocommerce-checkout form #order_review td.product-name,
	.woocommerce.woocommerce-checkout form #order_review td.product-name {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		gap: 15px;
	}
	#order_review_heading {
		margin-top: 80px !important;
		margin-bottom: 55px !important;
	}
	#order_review {
		margin-bottom: 120px;
		padding: 25px 18px !important;
	}
	.woocommerce-order-received td.woocommerce-table__product-name {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 30px !important;
	}
	.woocommerce-table--order-details {
		--offset-x: 14px;
	}
	.woocommerce .woocommerce-table--order-details tr > *:last-child {
		text-align: right !important;
	}
	.woocommerce-page.woocommerce-checkout .woocommerce-order ul.order_details,
	.woocommerce.woocommerce-checkout .woocommerce-order ul.order_details {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column;
		        flex-flow: column;
		gap: 20px;
		padding: 30px;
	}
	.woocommerce-thankyou-order-details strong {
		margin-top: 10px;
	}
	.woocommerce-order-received .agt-ordered-product-info {
		margin-right: -80%;
	}
	.woocommerce-thankyou-order-details li,
	.woocommerce ul.order_details li strong {
		font-size: 16px !important;
	}
	.woocommerce ul.order_details::after, .woocommerce ul.order_details::before {
		content: none !important;
	}
	.woocommerce-order-received .agt-ordered-product-info > span {
		line-height: 1.2;
	}
}

@media (max-width: 767.98px) {
	.main-header .elementor-widget-theme-site-logo{
		text-align: left;
	}
	.main-header .svg-logo svg,
	.main-header .elementor-widget-theme-site-logo img.astra-logo-svg{
		max-width: 144px;
	}
	.agt-block-diagram {
		--child-divider-height: 0;
	}
	.agt-block-diagram > .elementor-container::before {
		width: 50%;
	}
	.agt-diagram-right-child::before {
		content: none;
	}
	.agt-webinar-post-grid-4 .elementor-loop-container {
		--grid-column: 1;
	}
	.agt-product-content h1,
	.agt-product-content h2 {
		margin-bottom: 20px !important;
	}
	.agt-items-group .agt-item-box h5 {
		font-size: 16px;
	} 
	.promotion-banner {
		margin-top: 48px;
		margin-bottom: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 48px;
	}
	.promotion-banner .promotion-image {
		display: none;
	}
	.promotion-brands {
		gap: 40px;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		flex-wrap: wrap;
	}

	.promotion-brands-container {
		margin-top: 55px;
	}
	.promotion-brands-container:before {
		content: none;
	}
	.promotion-brands-bottom {
		gap: 40px;
	}
	.promotion-brands .promotion-brand img {
  max-width: 127px;
}
	.promotion-brands-bottom img {
		max-width: 127px;
	}
	.post-card .card-image img {
		aspect-ratio: 1 /1;
	}
	.agt-mobile-line .elementor-container > * {
		position: relative;
	}
	.agt-mobile-line .elementor-container > *::before {
		content: "";
		width: 18px;
		height: 1px;
		background-color: var(--e-global-color-primary);
		position: absolute;
		top: 10px;
		left: 0;
	}
	.contact-form .btn-icon {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.contact-form .elementor-button {
		-ms-flex-item-align: center;
		    -ms-grid-row-align: center;
		    align-self: center;
	}
	.form-acceptance .wpcf7-list-item-label::after {
		left: 4px;
	}
	.form-acceptance .wpcf7-list-item-label {
		padding-left: 0;
	}
	.contact-form .form-acceptance {
		margin-bottom: 50px;
	}
	.referenten-list {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		gap: 100px;
	}
	.referenten-card .card-title {
		margin-bottom: 30px;
	}
	h2.referenten-title {
		margin-bottom: 60px;
	}
	.agt-webinar-list .agt-webinar-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	.agt-webinar-item .item-body { gap: 10px; }
	.agt-webinar-list .webinar-list-wrap { gap: 75px; }
	.agt-webinar-list  {
		padding: 40px 30px 50px;
	}
	.agt-webinar-variations {
		padding: 30px 15px;
	}
	.agt-author-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column;
		        flex-flow: column;
	}
	.agt-author-info h2, .agt-related-articles h2 {
		margin-bottom: 32px;
	}
	.agt-related-articles {
		margin-top: 30px;
	}
	.agt-icon-tab-style .eael-tabs-nav .eael-tab-inline-icon {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		    -ms-flex-direction: column !important;
		        flex-direction: column !important;
		-webkit-box-align: stretch !important;
		    -ms-flex-align: stretch !important;
		        align-items: stretch !important;
	}
	.agt-icon-tab-style .eael-tab-inline-icon li:first-child {
		padding-top: 0 !important;
	}
	.agt-icon-tab-style .eael-tab-inline-icon li {
		-webkit-box-flex: 1 !important;
		    -ms-flex-positive: 1 !important;
		        flex-grow: 1 !important;
		-webkit-box-pack: start !important;
		    -ms-flex-pack: start !important;
		        justify-content: flex-start !important;
	}
	.woocommerce-message .button, .woocommerce-info .button, .woocommerce-error .button {
		margin-left: 0 !important;
	}
	.referenten-card .card-img img {
		max-width: 177px;
	}
}
@media (max-width: 429.98px) {
	.woocommerce-checkout #order_review,
	.woocommerce .woocommerce-table--order-details {
		font-size: 14px !important;
	}
}