body {
	overflow-x: hidden;
}
label {
	color: var(--Blue-500);
	font-weight: 700;
	font-size: 16px;
}
input {
	min-height: 42px;
}
/*Post structured data*/
#content > .structured-data-list {
	float: left;
    width: 100%;
    background: #ffffff;
    padding: 25px;
    margin: 50px 0;
    border-radius: 20px;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);
}
.structured-data-list h2 {
	margin: 10px 0;
}
.structured-data-item {
	border-bottom: 1px solid #efefef;
}
.structured-data-answer {
	display: none;
	padding-bottom: 20px;
}
.structured-data-question {
	font-weight: 700;
	padding: 20px 0;
	margin-right: 20px;
	position: relative;
}
.structured-data-question:hover {
	cursor: pointer;
}
.structured-data-question:after {
    content: "";
	position: absolute;
    width: 10px;
    height: 10px;
	right: 0;
    top: calc(50% - 5px);
    transform: rotate(45deg);
    border-bottom: 1px solid;
    border-right: 1px solid;
	transition: .2s ease;
}
.structured-question-active:after {
	transform: rotate(-135deg);
}
/*Post structured data*/
/*Shop single product*/
.single-product #main {
	padding-top: 0;
	padding-bottom: 0;
}
.single-product .woocommerce-notices-wrapper {
	display: none;
}
.product-custom-container {
	max-width: 1240px;
	margin: 0 auto;
}
.product-custom-container h1 {
	max-width: 900px;
}
.single-product .product-custom-container p,
.single-product .product-custom-container h3 {
	font-size: 18px;
	font-weight: 700;
}
.product-custom-container-wrapper > .product-custom-container h3 {
	max-width: 700px;
}
.single-product-description-text p {
	/*color: var(--GM-Dark);*/
}
.single-product-description-text ul:last-child {
	padding-left: 17px;
	font-weight: 700;
}
.single-product-description-text li {
	margin-bottom: 10px;
}
.product .product-custom-container .entry-summary .summary-container {
	float: unset;
}
.ltr .product .product-custom-container .summary.entry-summary {
	margin: 0;
}
.single-product-description-wrapper {
	width: 70%;
	height: 100%;
	padding: 15px 50px 0;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
	word-break: break-word;
}
.product-main-wrapper {
	display: flex;
	justify-content: space-between;
}
.product-main-wrapper .product-sidebar-items {
	width: 25%;
	display: flex;
    flex-direction: column;
    gap: 25px;
}
.product-main-wrapper .sidebar-contact-wrapper {
    display: flex;
    flex-direction: column;
    background: #fff;
    align-items: center;
    border-radius: 20px;
	height: fit-content;
}
.sidebar-contact-wrapper .sidebar-contact-header {
    width: 100%;
    border-radius: 20px 20px 0 0;
    text-align: center;
}

.sidebar-contact-wrapper .sidebar-contact-image,
.sidebar-contact-wrapper .sidebar-contact-image img {
	width: 100%;
}
.sidebar-contact-wrapper .sidebar-contact-image {
	min-height: 175px;
}

.sidebar-contact-wrapper .sidebar-contact-body p {
	margin: 0;
}

.sidebar-contact-wrapper .sidebar-contact-body {
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 100%;
    padding: 20px 30px 30px;
}
.sidebar-contact-wrapper .sidebar-contact-body span {
    font-size: 18px;
    line-height: 25.2px;
    font-weight: 700;
}
.sidebar-contact-wrapper .sidebar-contact-body span.contact-name {
    margin-bottom: 10px;
}
.sidebar-contact-wrapper .sidebar-contact-body a.sidebar-contact-telephone__link {
    all: unset;
    cursor: pointer;
	display: flex;
}

.sidebar-contact-wrapper .sidebar-contact-body .btn--gm-dark-transp {
	font-size: 14px;
	padding: 8px 12px;
}

.test-data-form-image img {
    border-radius: 20px 20px 0 0;
}
.product-main-wrapper .test-data-form {
    padding: 20px 30px 30px;
    border-radius: 20px;
	background: var(--Blue-500);
	color: #FFFFFF;
}
.test-data-form-image img {
	border-radius: 20px 20px 0 0;
}
.test-data-form-wrapper .product_title.single-product-main-title span {
	font-size: 36px;
	font-weight: 700;
}
.product-main-wrapper .test-data-form a,
.product-main-wrapper .sidebar-contact-wrapper a {
    font-weight: 700;
    margin-top: 20px;
}
.product-main-wrapper .test-data-form a {
    padding: 10px 15px;
    border-radius: 30px;
    border: 2px solid #FFFFFF;
	color: #FFFFFF;
    display: inline-block;
}

.product-main-wrapper .test-data-form a:hover {
	/*color: var(--GM-Light_Golden);*/
}

.product-main-wrapper .test-data-form p {
	margin: 0;
}
.product-main-wrapper .test-data-form h4 {
	margin-bottom: 15px;
	color: #FFFFFF;
}
.single-product .summary .variations_form.cart {
	margin: 0;
}
.product .single-product-description-wrapper .single_variation_wrap .price {
	width: fit-content;
    padding: 15px 0 20px 0;
    line-height: 100%;
}
.single_variation_wrap .single-price-wrapper {
	width: fit-content;
	display: flex;
    align-items: center;
    justify-content: end;
	margin-left: auto;
}
.single-product-description-wrapper .single_variation_wrap .variations_button {
	flex-wrap: nowrap;
	gap: 10px;
}
.single-addtocart-wrapper {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}
.single-product-description-wrapper .summary .cart {
	display: block;
	margin: 0;
}
.single-product-description-wrapper .single_variation_wrap .button {
	padding: 13px 28px;
}
.product .summary.entry-summary .summary-container .variable-product-custom-select-wrapper {
	padding: 20px 30px;
    margin-bottom: 40px;
    border-radius: 20px;
	background: var(--Blue-100);
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}
.variable-product-custom-select-text {
	max-width: 400px;
}
.variable-product-custom-select-text h3 {
	margin: 0;
}
.variable-product-custom-select {
    position: relative;
    width: 250px;
	min-height: 40px;
	border-radius: 10px;
    background: #ffffff;
	box-shadow: 0px 0px 15px 0px var(--Blue-100);
}
.variable-product-select-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    cursor: pointer;
	line-height: 120%;
}
.variable-product-select-box i {
	/*color: var(--GM-Dark);*/
}
.variable-product-selected-option {
	color: #C8C8C8;
    font-size: 14px;
    font-weight: 400;
}
.variable-product-select-options {
    display: none;
    position: absolute;
    width: 100%;
    border-radius: 10px;
    background: #ffffff;
	box-shadow: 0px 0px 15px 0px var(--Blue-100);
    margin-top: 5px;
	/*color: var(--GM-Dark);*/
    font-size: 16px;
    font-weight: 500;
	z-index: 10;
}
.variable-product-select-item {
    padding: 8px;
    cursor: pointer;
	transition: .2s linear;
}
.variable-product-select-item:hover {
    background-color: var(--Blue-100);
	color: #ffffff;
	transition: .2s linear;
}
.variable-product-select-item:first-child {
	border-radius: 10px 10px 0 0;
}
.variable-product-select-item:last-child {
	border-radius: 0 0 10px 10px;
}
.trigger-agb-popup .wpcf7-list-item {
	display: flex;
	margin-bottom: 30px;
	margin-left: 2px;
}
.trigger-agb-popup .wpcf7-not-valid .wpcf7-list-item,
.trigger-agb-popup .wpcf7-not-valid .wpcf7-list-item a {
	color: red;
}
.trigger-agb-popup .wpcf7-list-item span {
	margin-left: 10px;
}
.trigger-agb-popup .wpcf7-list-item a {
	font-weight: 700;
}
.trigger-agb-popup [type=checkbox]:before {
	border-color: var(--Blue-500);
}
.trigger-agb-popup [type=checkbox]:after {
	background: var(--Blue-500);
}
.single-product-upsells-title {
	text-align: center;
}
.single-product .upsells .add_to_cart_button {
	display: none;
}
.single-product .wccpf_fields_table {
	padding: 20px 30px;
    margin-bottom: 40px;
    border-radius: 20px;
    background: var(--Blue-100);
}
.single-product table.wccpf_fields_table td {
	padding: 20px 30px;
}
.single-product table.wccpf_fields_table td.wccpf_label {
	padding-right: 10px;
}
.single-product table.wccpf_fields_table td.wccpf_value {
	text-align: right;
	padding-left: 10px;
}
.single-product table.wccpf_fields_table td.wccpf_label label {
	font-size: 24px;
    font-weight: 700;
}
.single-product table.wccpf_fields_table td.wccpf_value input.wccpf-datepicker {
	padding: 10px;
    border: 0;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 15px 0px rgba(13, 169, 210, 0.30);
    max-width: 250px;
}
.single-product .pflegedatenbank_module_list-wrapper .wccpf_value li {
	margin: 5px;
}
.single-product .pflegedatenbank_module_list-wrapper .wccpf_value label {
	display: block;
	padding: 7px 20px;
    border-radius: 37px;
    background: rgba(13, 169, 210, 0.31);
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
	cursor: pointer;
	transition: .2s linear;
}
.single-product .pflegedatenbank_module_list-wrapper.pflegedatenbank_module_list-wrapper-disabled .wccpf_value label {
	cursor: not-allowed;
}
.single-product .pflegedatenbank_module_list-wrapper .wccpf_value label.pflegedatenbank-module-active {
	transition: .2s linear;
}
.single-product .pflegedatenbank_module_list-wrapper .wccpf_value label input {
	display: none;
}
.single-product .request-trial-form {
	padding: 5px 30px 20px 30px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
	margin-top: 35px;
}
.single-product .request-trial-form h3 {
	font-size: 18px;
}
.woocommerce .request-trial-form form input,
.woocommerce .request-trial-form textarea {
	background: #f6f6f6;
	margin-bottom: 0;
	height: 40px;
	border: 1px solid var(--Blue-500);
}
.woocommerce .request-trial-form textarea {
	height: 83px;
	resize: none;
}
.woocommerce .request-trial-form label {
	color: var(--Blue-500);
	font-size: 16px;
	font-weight: 700;
}
.request-trial-form .wpcf7 .wpcf7-submit {
	padding: 10px 15px;
    width: 100% !important;
	border: 0;
}
.request-trial-form .trial-request-acceptance {
	display: flex;
	justify-content: space-between;
}
.request-trial-form .trial-request-acceptance > div {
	margin-left: 10px;
}
.request-trial-form .trial-request-acceptance .wpcf7-list-item {
	margin: 0;
}
.request-trial-form .wpcf7-spinner {
    margin-top: 10px;
    margin-left: 45%;

}
.request-trial-form [type=checkbox]:before {
	border-color: var(--Blue-500);
}
.request-trial-form [type=checkbox]:after {
	background: var(--Blue-500);
}
.product-services-wrapper {
	max-width: 1240px;
    width: 100%;
    margin: 50px auto 150px auto;
	padding: 0 30px;
    display: flex;
    justify-content: space-between;
}
.product-services-item:first-child {
	width: 70%;
    padding: 0 45px 45px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
}
.product-services-item:last-child {
	width: 25%;
	padding: 0 35px 35px;
    background: #ffffff;
	border-radius: 20px;
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
}
.product-services-item h2:not(h2:first-child) {
	font-size: 18px;
	margin: 0;
}
.product-services-buttons a {
	padding: 10px 15px;
    display: inline-block;
    border-radius: 10px;
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
}
.product-services-item:last-child h3 {
	width: calc(100% + 70px);
    margin: 0 -35px 25px -35px;
    border-radius: 20px 20px 0px 0px;
    padding: 30px 30px 25px 30px;
}
.interessante-artikel-wrapper {
    padding: 0;
    margin: 0;
    list-style: decimal-leading-zero;
}
.interessante-artikel-wrapper li {
	margin-bottom: 25px;
	color: #333333;
	font-size: 16px;
	font-weight: 700;
	position: relative;
}
.interessante-artikel-wrapper li::marker {
	font-weight: 400;
}
body #wrapper .blocks-gallery-item-active {
	width: 100%;
	height: 100vH;
	position: fixed;
	z-index: 999;
	margin: 0;
	left: 0;
	top: 0;
}
body #wrapper .blocks-gallery-item-active figure {
	position: relative;
	width: 100%;
	max-width: 1024px;
	height: auto;
	margin: auto;
	z-index: 100;
}
body #wrapper .blocks-gallery-item-active figcaption {
	max-width: 1024px;
	padding: 30px;
	font-weight: 700;
	bottom: 0;
}
.blocks-gallery-bg {
	position: fixed;
    left: 0;
    top: 0;
    width: 100vW;
    height: 100vH;
    background: rgba(0,0,0, .7);
    z-index: 99;
}
/*Shop single product*/
/*Archive sidebar navigation*/
.sidebar .widget {
	clear: both;
	z-index: 0;
}
#menu-sidebar-navigation {
	padding-bottom: 30px;
    border-radius: 20px;
    max-width: 340px;
    width: 100%;
}

#menu-sidebar-navigation.open {
	background: #ffffff;
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
}

#menu-sidebar-navigation .menu-item {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
	background: none;
	font-weight: 700;
}
#menu-sidebar-navigation .awb-menu__sub-a {
	font-weight: 700;
	padding-top: 3px;
    padding-bottom: 3px;
}
#menu-sidebar-navigation .awb-menu__main-li_regular:hover .awb-menu__main-a_regular {
	/*color: var(--GM-Light_Golden) !important;*/
}
#menu-sidebar-navigation .awb-menu__sub-ul .awb-menu__sub-ul .awb-menu__sub-a {
	font-weight: 500;
}

.awb-menu_expand-right #menu-sidebar-navigation.awb-menu__main-ul_column .awb-menu__sub-ul {
	display: block !important;
    position: relative !important;
    visibility: visible !important;
	opacity: 1 !important;
    z-index: 999999998 !important;
    left: auto !important;
    right: auto !important;
}
#menu-sidebar-navigation .awb-menu__description {
	display: none;
}
.awb-menu_expand-right #menu-sidebar-navigation.awb-menu__main-ul_column .awb-menu__sub-ul .awb-menu__sub-ul {
	padding-left: 20px;
}
#menu-sidebar-navigation .menu-item.sidebar-navigation-header a {
	color: #ffffff !important;
    padding: 18px 25px;
    border-radius: 20px 20px 0px 0px;
    background: var(--Blue-500);
    font-size: 18px;
	margin-bottom: 25px;
}
#menu-sidebar-navigation .menu-item.sidebar-navigation-header a:before {
	content: "\f14e";
	font-family: "Font Awesome 6 Pro";
	font-size: 30px;
	color: #ffffff;
	margin-right: 10px;
}
#menu-sidebar-navigation .menu-item.sidebar-navigation-header a:after {
	content: "";
    border: solid #FFFFFF;
    border-width: 0 2px 2px 0;
    padding: 6px;
    transform: rotate(-316deg);
    transition: transform 0.5s ease;
    position: relative;
    float: right;
    margin: 15px 125px;
}
#menu-sidebar-navigation.open .menu-item.sidebar-navigation-header a:after {
	transform: rotate(225deg)
}
#menu-sidebar-navigation .menu-item:not(.sidebar-navigation-header, .awb-menu__sub-ul li) {
	padding: 7px 30px;
	display: none;
	cursor: pointer;
}
#sidebar .widget .fusion_builder_column_1_3 {
	width: 100% !important;
}
/*Archive sidebar navigation*/
/*Archive sidebar image*/
.archive-sidebar-image {
	width: 100%;
    border-radius: 20px;
    margin-top: 20px;
}
/*Archive sidebar image*/
.fusion-button.button-1.sebastian-button .fusion-button-text {
	font-family: Calibri, sans-serif;
    font-size: 20px;
}
.post-content .fusion-flex-container .fusion-row {flex:none;}
/*Test data download*/
body.testdata-opened {
	height: 960px;
	overflow: hidden;
}
.test-data-bg {
	display: none;
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99998;
    background: rgba(0,0,0, .5);
}
.test-data-wrapper {
	width: 100%;
    display: none;
    position: absolute;
    left: 0;
    top: -10%;
    bottom: 0;
    right: 0;
    z-index: 99999;
    max-width: 1200px;
	height: 0;
	margin: 0 auto auto;
}
.test-data-block {
	display: block;
    width: 98%;
	margin-left: 1%;
    background: white;
    padding: 50px;
    z-index: 99999;
}
body .test-data-block .fusion-alert.alert {
	float: none;
}
.test-data-close {
	position: absolute;
    right: 1%;
    top: 0;
    background: #b4153e;
    padding: 2px 6px;
	cursor: pointer;
}
.test-data-close i {
	color: #ffffff;
    font-size: 14px;
}
.test-data-block .product_title.single-product-main-title {
	text-align: center;
}
.test-data-block .product_title.single-product-main-title span {
	font-size: 36px;
    font-weight: normal;
}
.test-data-wrapper h3 {
	text-align: center;
}
.test-data-list {
	display: flex;
}
.test-data-item {
	width: 50%;
}
.test-data-item:nth-child(1) {
	border-right: 1px solid #ebeaea;
    padding-right: 100px;
}
.test-data-item:nth-child(2) {
	padding-left: 50px;
}
.test-data-item .button {
	border: none;
    outline: none;
    background: #b4153e;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    width: 100%;
    max-width: 320px;
    margin-top: 20px;
}
.test-data-item label {
	color: #747474;
	display: block;
}
.test-data-item input {
	margin: 0 0 15px 0;
	max-width: 320px;
}
.test-data-checkboxes .wpcf7-list-item {
	margin: 0;
}
.test-data-checkboxes label {
	display: flex;
}
.test-data-checkboxes .wpcf7-list-item-label {
	margin: 9px 0 0 10px;
	max-width: 470px;
}
/*Test data download*/
/*Ajax search*/
.AjaxSearchLiteWidget #ajaxsearchlite1 .probox .proinput input {
	color:#aaa9a9 !important;
	font-size:13px;
	box-sizing: border-box;
	font-family: Calibri, sans-serif;
}
.AjaxSearchLiteWidget #ajaxsearchlite1 .probox .proinput form {
	margin-top:-6px;
}
.AjaxSearchLiteWidget #ajaxsearchlite1 .probox .proinput .autocomplete {
	display:none;
}
/*Ajax search*/
/*Investor profile*/
.related_news_wrapper {
	display: inline-block;
	padding: 20px;
	background: #ffffff;
	border: 1px solid #ddd;
	box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
	width: 100%;
}
#main .related_news_wrapper h2 {
	margin: 25px 0;
	font-weight: 700;
}
.related_news_wrapper li {
	list-style: none;
	margin: 5px 0;
}
.related_news_wrapper li:before {
	position: absolute;
    font-family: icomoon;
    content: "\f105";
    margin-left: -12px;
}
.related_news_wrapper li a {
	color: #747474;
}
.related_news_wrapper ul {
	padding-left: 12px;
}
.post-type-archive-investorprofile .footer-newsletter-content{
	width: unset;
	height: auto;
}
.investorprofile-title {
	font-size: 36px;
    color: #b4153e;
    font-weight: normal;
	margin-top: 0;
	margin-bottom: 50px;
}
.post-type-archive-investorprofile #main .fusion-row-modified {
	max-width: 1240px;
	margin: auto;
}
.post-type-archive-investorprofile .footer-newsletter {
	display: inline-block;
	background: #ffffff;
	width: 100%;
	margin-bottom: 0;
	margin-top: 200px;
	padding-bottom: 50px;
}
.post-type-archive-investorprofile .fullwidth-wrapper {
	margin: 0 -30px;
}
.post-type-archive-investorprofile #main {
	margin-bottom: 0;
}
.investorprofile-filter-wrapper {
	display: flex;
	justify-content: space-between;
	padding: 0;
	margin: 0;
}
.investor-category-filter {
	list-style: none;
}
.investor-category-filter button{
	font-size: 22px;
	border: none;
	background: rgba(255, 255, 255, 0);
	margin: 0;
	outline: none;
	line-height: 1.2;
	transition: background .2s linear;
}
.investor-category-filter button.selected-filter {
	background: #b4153e;
	color: #ffffff;
}
.investor-category-filter button:hover {
	cursor: pointer;
}
.investor-category-filter span {
	font-size: 22px;
	color: #dddddd;
	line-height: 1.2;
}
.investor-category-filter.empty-category button{
	color: #dddddd;
}
.investorprofile-post .post-content {
	display: flex;
	background: #ffffff;
	border: 1px solid #dddddd;
	border-bottom: 0px;
}
.investorprofile-post-category-name span {
	margin: 10px 0;
	display: inline-block;
}
.investorprofile-post-wrapper {
	margin-top: 20px;
	width: auto !important;
	overflow: hidden;
}
.investorprofile-post {
	left: 0 !important;
	width: 100%;
	position: relative;
	margin: -1px 0;
}
.investorprofile-post:after {
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 1px;
	background: #dddddd;
	z-index: 2;
}
.post-content-img {
	max-width: 160px;
    width: 100%;
    height: auto;
    padding: 0px 35px;
	position: relative;
	display: flex;
	align-items: center;
}
.post-content-img:after {
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	width: 1px;
	background: #dddddd;
	top: 0;
	right: 0;
}
.post-content-title {
	display: flex;
	align-items: center;
	margin-left: 30px;
	margin-right: 10px;
	flex-wrap: wrap;
	word-break: break-word;
}
.post-content-title a{
	font-size: 26px;
    font-weight: 700;
}
.post-type-archive-investorprofile .pagination {
	justify-content: center;
	margin-bottom: 40px;
}
.post-type-archive-investorprofile .pagination a {
	border: 1px solid #dddddd;
    background: white;
    padding: 8px 11px;
	margin: 3px;
}
.category-list-wrapper {
	padding-top: 100px;
}
/*Investor profile*/
.products li .fusion-product-wrapper {border: none; height: 100%;}
.woocommerce-terms-and-conditions-wrapper .validate-required.woocommerce-validated input,
.woocommerce-terms-and-conditions-wrapper .validate-required.woocommerce-invalid input {
	box-shadow: none !important;
}
.fusion-logo img {
	max-height: 110px;
}
.page .shop_table thead tr th,
.page .tinvwl-table-manage-list thead tr th {
	font-size: 16px;
    color: #333333;
    font-weight: 700;
	text-align: left;
}
.page .shop_table thead tr th.product-total {
	width: 60%;
}
.page .tinvwl-table-manage-list thead tr th.product-date {
	width: 150px;
}
.page .tinvwl-table-manage-list tbody tr .button {
	width: 152px;
    padding: 13px 13px;
}
.woocommerce-lost-password .woocommerce-ResetPassword {
	padding: 30px;
    border: 1px solid #dddddd;
    background: #fff;
}
.active-body {
	overflow: hidden;
	position: fixed;
	width: 100%;
}
.woocommerce-checkout .woocommerce-info {
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}
.woocommerce-info {
	padding: 20px 20px 20px 40px;
}
.woocommerce-order-received .avada-thank-you .order_details li {
	padding: 0;
}
.woocommerce-order-received .avada-thank-you .order_details li:before {
	display: none;
}
.woocommerce-checkout .select2-selection__rendered,
.woocommerce-checkout .select2-selection.select2-selection--single {
	height: 42px;
}
.woocommerce-checkout .checkout .form-row .select2-selection__arrow {
	height: 42px;
}
.woocommerce-checkout .checkout .form-row .select2-selection__rendered {
	display: flex;
	align-items: center;
}
.woocommerce-checkout .woocommerce-content-box .button {
	margin-top: 20px;
}
.woocommerce-content-box {
	box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
}
.woocommerce-cart .woocommerce-content-box {
	box-shadow: none;
}
/*My account page*

My account page*/
/*Checkout*/
.woocommerce .avada-myaccount-user {
	display: none;
}
body .select2-container--default.select2-container--open .select2-dropdown {
	border-radius: 20px;
	border: 1px solid var(--Blue-500);
	padding: 16px 0;
}
.select2-container--default .select2-dropdown .select2-search {
	display: none;
}
.select2-container--default .select2-dropdown .select2-search input {
	border: 1px solid var(--Blue-500) !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	border-radius: 50px;
	border: 1px solid var(--Blue-500);
}
body .select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered {
	border-color: var(--Blue-500);
}
body .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-top-color: var(--Blue-500);
}
body .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-bottom-color: var(--Blue-500);
}
.woocommerce-checkout #content {
	padding: 50px 0;
}
form.checkout input[type=checkbox],
form.checkout input[type="radio"] {
	min-height: 27px !important;
}
.post-content form .payment_box p {
	color: #333333;
}
.woocommerce-additional-fields__field-wrapper textarea {
	min-height: 100px;
	border: 1px solid var(--Blue-500);
	resize: none;
}
.restricted-item-wrapper.restricted-item-wrapper-checkout {
	padding: 0;
}
.restricted-item-wrapper-checkout .restricted-item-image {
	background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 40px;
    padding: 60px 50px 50px 50px;
    text-align: center;
	background: var(--Blue-500);
}
.restricted-item-image i {
	color: #ffffff;
	font-size: 105px;
}
.restricted-item-image h2 {
	margin: 15px 0;
}
.insight-restricted-item {
	display: flex;
    justify-content: space-between;
	align-items: center;
    max-width: 590px;
    background: #ffffff;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    padding: 30px;
	width: 100%;
}
.insight-restricted-item:first-child {
	margin-right: 10px;
}
.insight-restricted-item:last-child {
	margin-left: 10px;
}
.insight-restricted-item i {
	font-size: 49px;
    text-align: center;
    border-radius: 100%;
    width: 98px;
    height: 98px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 40px;
}
.insight-restricted-item a {
    padding: 10px 15px;
    border-radius: 10px;
    border: 2px solid;
    width: 100%;
    display: block;
    text-align: center;
    box-sizing: border-box;
}
.insight-restricted-item a:hover {
	color: #ffffff !important;
}
.woocommerce-checkout #customer_details {
	max-width: 830px;
	margin: auto;
}
body.avada-woo-one-page-checkout .woocommerce .checkout #customer_details .col-1,
body.avada-woo-one-page-checkout .woocommerce .checkout #customer_details .col-2,
form.checkout .woocommerce-content-box.full-width {
	float: unset;
    width: 100%;
    margin: 0 0 30px 0;
	padding: 50px 50px 35px 50px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
	border: 0;
}
form.checkout .woocommerce-content-box.full-width {
	max-width: 830px;
	margin: auto;
}
body #wrapper .woocommerce .checkout h3 {
	font-size: 24px;
	padding: 0;
	margin: 0 0 25px 0;
	border: 0;
}
#main form.checkout #payment label {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 700;
}
#main form.checkout #payment span,
#main form.checkout #payment a,
#main form.checkout #payment label {
	color: var(--Blue-500);
}
.woocommerce-billing-fields .form-row .input-text {
	border: 1px solid var(--Blue-500);
	color: #000000;
	height: 40px;
}
.woocommerce-billing-fields .form-row .input-text::placeholder {
	color: #C8C8C8;
}
.woocommerce-input-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #C8C8C8;
	--form_input_height: 40px;
}
.woocommerce-input-wrapper .select2-container .select2-selection .select2-selection__arrow {
	border: 0;
    --form_input_height: 42px;
}
.woocommerce form.checkout input {
	margin-bottom: 20px;
}

.woocommerce-checkout form.checkout #billing_last_name_field,
.woocommerce-checkout form.checkout #billing_first_name_field,
form.checkout .form-row {
	width: 45%;
	float: unset !important;
}

.woocommerce-checkout #order_review {
	display: flex;
	flex-direction: column;
}

.woocommerce-checkout #payment {
	order: 1;
}

form.checkout .woocommerce-billing-fields__field-wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.woocommerce-billing-fields__field-wrapper #billing_first_name_field {
    order: 1;
}
.woocommerce-billing-fields__field-wrapper #billing_last_name_field {
    order: 2;
}
.woocommerce-billing-fields__field-wrapper #billing_company_field {
    order: 3;
}
.woocommerce-billing-fields__field-wrapper #billing_country_field {
    order: 4;
}
.woocommerce-billing-fields__field-wrapper #billing_city_field {
    order: 5;
}
.woocommerce-billing-fields__field-wrapper #billing_address_1_field {
    order: 6;
}
.woocommerce-billing-fields__field-wrapper #billing_address_2_field {
    width: 100% !important;
    order: 7;
}
.woocommerce-billing-fields__field-wrapper #billing_state_field {
    order: 8;
}
.woocommerce-billing-fields__field-wrapper #billing_postcode_field {
    order: 9;
}
.woocommerce-billing-fields__field-wrapper #billing_phone_field {
    order: 10;
}
.woocommerce-billing-fields__field-wrapper #billing_email_field {
    order: 11;
}
.woocommerce-billing-fields__field-wrapper #billing_address_2_field .woocommerce-input-wrapper {
	width: 45%;
    display: block;
    float: right;
}
.woocommerce form.checkout #billing_address_1_field input {
	margin-bottom: 5px;
}
form.checkout .form-row.notes {
	width: 100% !important;
}
.woocommerce-checkout-review-order-table {
	border-collapse: separate;
    border-spacing: 0 10px;
}
.woocommerce-checkout-review-order-table tbody tr.cart_item {
	height: auto;
    font-size: 16px;
    font-weight: 700;
}

.fusion-body .woocommerce-checkout-review-order-table tr {
	border: 0;
}
.woocommerce-checkout-review-order-table .cart_item .product-name {
	border-radius: 10px 0 0 10px;
	background: var(--Blue-100);
	padding: 20px 0 20px 20px;
}
.woocommerce-checkout-review-order-table .cart_item .product-total {
	border-radius: 0 10px 10px 0;
	background: var(--Blue-100);
	padding: 20px 20px 20px 0;
	font-size: 18px;
}
.woocommerce-checkout-review-order-table .cart_item .product-thumbnail {
	display: none;
}
.post-content .woocommerce-checkout-review-order-table .product-info p {
	font-size: 16px;
	font-weight: 700;
}
.woocommerce-checkout-review-order-table.shop_table thead tr th {
	font-size: 16px;
	color: var(--Blue-500);
}
.checkout .woocommerce-checkout-review-order-table.shop_table tfoot th {
	text-align: left;
	border-radius: 10px 0 0 10px;
    background: #ECECEC;
	padding: 20px 0 20px 20px;
}
.checkout .woocommerce-checkout-review-order-table.shop_table tfoot .order-total th {
	background: var(--Yellow-100);
}
.checkout .woocommerce-checkout-review-order-table.shop_table tfoot .order-total td {
	background: var(--Yellow-100);
}
.checkout .woocommerce-checkout-review-order-table.shop_table tfoot td {
	border-radius: 0 10px 10px 0;
	background: #ECECEC;
	padding: 20px 20px 20px 0;
	font-size: 18px;
}
.checkout .woocommerce-checkout-review-order-table.shop_table tfoot tr {
	color: var(--Grey-900);
    font-size: 16px;
    font-weight: 700;
}
.checkout .woocommerce-checkout-review-order-table.shop_table tfoot .order-total .amount {
	font-weight: 700;
	color: var(--Blue-500);
}
.woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single {
	border: 0;
}
.checkout .woocommerce-checkout-payment .payment_methods {
	display: flex;
	justify-content: flex-start;
	position: relative;
	margin-bottom: 100px;
}
.checkout .payment_methods li:first-child {
	margin-right: 40px;
}
.checkout .payment_methods li {
    padding: 15px;
    border-radius: 20px;
    background: var(--Blue-100);
    display: flex;
    align-items: center;
    justify-content: center;
	cursor: pointer;
}
.checkout .payment_methods li .payment_box {
	position: absolute;
    width: 100%;
    left: 0;
    bottom: -90%;
}
#main .checkout .payment_methods li label {
	margin-left: 15px;
	color: #333333;
	font-size: 18px;
	font-weight: 700;
	margin-left: 40px;
    margin-bottom: 0;
	cursor: pointer;
}
.checkout .payment_methods li label img {
	display: none;
}
.checkout .payment_methods li input {
    bottom: 22px;
    width: 0 !important;
    height: 0;
    min-height: 0 !important;
    margin: 0 !important;
}
.checkout .payment_methods li input:after {
	display: block;
    content: "\f055";
    font-family: "Font Awesome 6 Pro";
    font-weight: 700;
    background: none;
	color: var(--BU-Primary);
    font-size: 32px;
    width: 32px;
    height: 32px;
	position: absolute;
	top: 7px;
	opacity: 0.5;
}
.checkout .payment_methods li input:checked::after {
	content: "\f058";
	position: absolute;
	top: 7px;
	opacity: 1;
}
form.checkout .woocommerce-checkout-payment .form-row {
	width: 100% !important;
}
.checkout #payment .woocommerce-privacy-policy-text p {
	color: #000000;
}
#main form.checkout label.woocommerce-form__label-for-checkbox {
	font-weight: 400;
}
#main form.checkout .woocommerce-form__label-for-checkbox input:before {
	border-color: var(--Blue-500);
}
#main form.checkout .woocommerce-form__label-for-checkbox input:after {
	background: var(--Blue-500);
}
.checkout .woocommerce-privacy-policy-text {
	display: none;
}
.woocommerce-invalid:after {
	font-weight: 400;
}
#woo_pp_ec_button_checkout {
	max-width: 230px;
}
form.checkout #order_review #payment #place_order {
	float: unset;
	font-weight: 700;
	font-family: "Lexend Exa", sans-serif;
	padding: 13px 18px;
}
body .woocommerce-invalid:after {
	content: "Bitte geben Sie alle notwendigen Informationen ein.";
}

.woocommerce-terms-and-conditions-wrapper .privacy-policy-text {
    background: var(--Blue-100);
    padding: 20px;
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text {
	font-size: 15px;
}
/*Checkout*/
/*Cart*/
.cart-wrapper {
	display: none;
}
.widget_shopping_cart_content.buttons {
	background: none;
}
.mini-cart-overlay.active { 
	display:block;
	opacity: .6;
	width: 100%;
    height: 100%;
	transition: height 0s ease, width 0s ease, opacity .25s ease-in-out;
 }
body .mini-cart-overlay {
  z-index:10020;
  background-color: #000000;
}
.pum-overlay {
    position: fixed;
    height: 0;
    width: 0;
    top: 0;
	left: 0;
    right: 0;
    bottom: 0;
    z-index: 1999999999;
    overflow: initial;
	opacity: 0;
	transition: height 0s ease, width 0s ease, opacity .25s ease-in-out;
}

.modal-cart .product_list_widget li {
    padding: 8px 10px 0 10px;
    border-radius: 10px;
    background: var(--Blue-100);
    border: 0;
    margin-bottom: 20px;
}

.modal-body .widget_shopping_cart_content ul {
	padding: 0;
}
.product_list_widget li .quantity,
.product_list_widget li .quantity span {
	font-weight: normal;
	font-size: 14px;
}
.modal-cart .product_list_widget li a.remove {
	float: right;
    font-size: 21px;
    /*color: var(--GM-Dark);*/
    font-weight: 700;
}
.modal-body .widget_shopping_cart_content ul img {
	display: none;
}
.modal-cart .modal-content .modal-header {
	display: flex;
	padding: 7.5px 20px;
    border: none;
    background: var(--BU-Primary);
}
.modal-cart .product_list_widget li .quantity {
    color: #ffffff;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    width: fit-content;
    padding: 3px 10px;
    border-radius: 10px 10px 0px 0px;
    background: var(--BU-Primary);
    float: right;
    margin-top: 10px;
}
.modal-cart .woocommerce-mini-cart__total.total .woocommerce-Price-amount {
    /*color: var(--GM-Dark-Golden);*/
    font-weight: 700;
    margin: 0;
}
.modal-cart .modal-content .woocommerce-mini-cart__buttons .button {
	font-size: 18px;
	float: unset;
    width: auto;
    font-weight: 700;
    margin: 0 15px 0 0;
    text-align: center;
    height: auto;
    line-height: normal;
    text-indent: unset;
	padding: 13px 15px;
}
.modal-cart .modal-content .woocommerce-mini-cart__buttons .button:not(.checkout) {
	background-color: var(--Yellow-500);
	color: #FFFFFF;
}

.modal-cart .modal-content .woocommerce-mini-cart__buttons .button.checkout {
	color: #FFFFFF;
	border-radius: 33px;
}
.modal-cart .modal-content .woocommerce-mini-cart__buttons .button:before {
	display: none;
}

.modal-cart .modal-content .modal-header a {
	margin-top: unset;
}
.modal-cart .modal-dialog .modal-content {
	border: none;
    border-radius: unset;
    box-shadow: none;
	height: 100%;
	overflow-y: auto;
	background: none;
}
.modal-cart.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 320px;
  height: 100%;
  top:0px;
  background: #ffffff;
  z-index:999999;
  transition: opacity 0s linear, transform 0.3s ease-out;
  transform: translateX(0px);
}
.modal-body .widget_shopping_cart_content .buttons {
	background: none;
	display: flex;
    flex-direction: column;
    gap: 10px;
}
.modal-cart.right.active {
	opacity: 1;
	display: block;
	top: unset;
}
.modal-cart.right .modal-dialog.active {
  transition: opacity 0s linear, transform 0.3s ease-out;
  transform: translateX(-320px);
}
.modal-header a .modal-title {
  color:#ffffff;
  font-size: 20px;
  font-weight: normal;
}
.modal-header::after {
  content: '';
  display:block;
  clear:both;
}
.modal-cart .modal-header .close {
  font-size:25px;
  cursor:pointer;
  margin: 0;
  margin-top: unset;
  opacity: 1;
  color: #ffffff;
  border-right: 1px solid #ffffff;
  padding-right: 10px;
  margin-right: 10px;
  margin-left: -10px;
  display: flex;
  align-items: center;
}
.single-product .product-quantity {
	display: none;
}
.woocommerce-cart .cross-sells .woocommerce-cart .fusion-product-content {
	padding: 20px 15px 85px 15px;
}
.woocommerce-cart .products {
	display: flex;
	justify-content: center;
}
.woocommerce-cart .products .product {
	width: 25%;
	margin-right: 10px;
	background: #ffffff;
}
.woocommerce-cart .product-details-container .product-title {
	word-break: break-word;
}
.woocommerce-cart .products .product.last {
	margin-right: 0;
}
.woocommerce-cart .details-button-wrapper {
	width: 90%;
	left: 5%;
}
.woocommerce-cart .cross-sells {
	border: none;
    padding: 0;
}
.woocommerce-cart .woocommerce-product-details__short-description {
	display: none;
}
.woocommerce-cart .product-format {
	display: none;
}
.woocommerce-cart .woocommerce-content-box {
	padding: 0;
	border: none;
}
.woocommerce-cart .shop_table thead tr th {
	background: #ffffff;
	padding: 10px 20px;
	text-align: center;
}
.woocommerce-cart .shop_table thead tr th.product-name {
	text-align: left;
}
.woocommerce-cart .shop_table .product-remove {
	border-right: 1px solid #dddddd;
}
.woocommerce-cart .shop_table {
	border: 1px solid #dddddd;
	border-bottom: none;
	box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
	width: 99.9%;
	margin: auto;
	margin-bottom: 10px;
}
.woocommerce-cart .cart_totals .shop_table {
	box-shadow: none;
}
.woocommerce-cart .shop_table tbody tr.order-total {
	border-bottom: 1px solid #ddd;
}
.woocommerce-cart .cart_totals .shop_table td,
.woocommerce-cart .cart_totals .shop_table th {
	padding: 15px 20px;
}
.woocommerce-cart .shop_table tbody tr.cart-subtotal td {
	padding: 15px 20px;
}
.woocommerce-cart .shop_table td {
	padding: 25px 20px;
	background: #ffffff;
}
.woocommerce-cart .wc-proceed-to-checkout {
	padding-top: 20px;
}

.woocommerce-cart .wc-proceed-to-checkout .ppcp-messages {
	margin-top: 55px;
}

.woocommerce-cart .cart-collaterals .cart_totals .fusion-button {
	width: 50%;
}

.woocommerce-checkout .woocommerce-content-box,
.woocommerce-checkout .col-1,
.woocommerce-checkout .col-2,
.cart_totals {
	background: #ffffff;
	box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
}
.woocommerce-checkout .woocommerce-content-box {
	margin-bottom: 50px;
}
.cart_totals {
	margin-bottom: 5px;
}
.woocommerce-terms-and-conditions-wrapper input {
	min-height: auto;
}
.woocommerce-terms-and-conditions-wrapper p a {
	color: var(--BU-Primary) !important;
}
/*Cart*/
/*Wishlist*/
.tinv-wishlist .tinvwl-table-manage-list {
	background: white;
    border: 1px solid #dddddd;
	box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
}
.tinv-wishlist .tinvwl-table-manage-list tr {
	border: 1px solid #dddddd;
}
.tinv-wishlist .tinvwl-table-manage-list .product-action {
	border-right: 1px solid #dddddd;
}
.tinv-wishlist tfoot .tinvwl-to-left+.tinvwl-to-right {
	margin-top: 0;
}
.tinv-wishlist tfoot .tinvwl-to-left+.tinvwl-to-right .button{
	margin-left: 10px;
}
/*???*/
.fusion-body #main .woocommerce .cart-empty,
.return-to-shop {
	background: #ffffff;
	padding: 0 20px;
}
.cart-empty,
.woocommerce-info.cart-empty {
	border-left: 1px solid #dddddd;
}
.return-to-shop {
	border-right: 1px solid #dddddd;
}
/*Wishlist*/
/*Single product page*/
.single-product #main .product h1.product_title.single-product-main-title {
	font-size: 36px;
	color: #b4153e;
	text-align: center;
	font-weight: normal;
}
.single-product .post-content {
	display: inline-block;
}
.single-product .woocommerce-product-gallery__image {
	max-width:500px;
	height: auto;
}
.single-product .product .entry-summary .summary-container {
    width: 100%;
    background: #fff;
}
.our_price {
	font-size: 12px;
	color: #b4153e;
	margin: 0 0 10px 0;
}

.product .entry-summary .price .price-count {
	font-weight: normal;
	font-size: 16px;
	color: #676d6f;
}
.single-product .fusion-separator.sep-none {
	display: none;
}
.woocommerce-product-details__short-description ul{
	padding-left: 17px;
	margin: 20px 0;
	display: inline-block;
}
.product-format {
	font-weight: 700;
	color: #333333;
	font-size: 12px;
	display: flex;
	align-items: center;
}
.single-product .summary .cart {
	display: block;
	margin-bottom: 0px;
}
.single-product .summary .cart .tinvwl-icon-heart {
	margin: 5px 0 0 0;
}
.single-product .summary .cart .tinvwl-icon-heart:before {
	display: none;
}
.single-product .summary .cart .tinvwl_add_to_wishlist-text {
	font-size: 12px;
}
.single-product #main .product .images {
	width: 100%;
    max-width: 600px;
    margin-top: 40px;
}
.product-format img {
	width: 22px;
	height: 22px;
	margin-left: 10px;
}
.single-product .post-content h1 {
	font-size: 22px;
	color: #333333;
	margin-top: 0px;
	font-weight: 700;
}
.single-product .post-content h3{
	margin: 25px 0;
}
.single-product #main .fusion-row {
	max-width: 100%;
}
.single-product #main .fusion-row-product {
	max-width: 1240px;
	padding-bottom: 100px;
}
.single-product .fusion-footer .fusion-row {
	max-width: 1240px;
}
.product-fullwidth-bg {
	/* background: #fff; */
	padding: 100px 30px;
}
.single-product .product-fullwidth-bg {
	margin: 0 -30px;
}
.product-fullwidth-bg .fusion-row-product {
	padding-bottom: 0;
}
.single-product #main {
	margin-bottom: 0px;
}
.single-product .title h3 {
	font-size: 22px;
	font-weight: normal;
	text-align: center;
	margin: 30px 0 50px 0;
}
.single-product #wrapper .product .summary.entry-summary {
	margin-left: unset !important;
	width: unset !important;
}
.single-product .summary-container {
	position: relative;
	z-index: 2;
}
.single-product .related.products ul {
	display: flex;
	justify-content: center;
	margin: 0 -10px;
	position: relative;
    height: unset;
}
.single-product #main .products li.product {
	width: 30%;
	margin: 0 5px;
	background: #ffffff;
	position: relative;
    left: unset;
    top: unset;
	padding: 0;
	border: 1px solid #efefef;
	border-radius: 20px;
}
.single-product .related .woocommerce-product-details__short-description,
.single-product .related .product-format {
	display: none;
}
.single-product .fusion-title .title-sep-container {
	display: none;
}
.single-product .related .title {
	justify-content: center;
}
.single-product #wrapper #main .related.products .fusion-title h2{
	font-size: 22px;
    color: #676D6F;
	text-align: center;
	padding: 0 10px;
}
.single-product .related h3 {
	font-size: 20px;
	padding-bottom: 15px;
	min-height: 61px;
}
.single-product .related.products .fusion-product-content,
.woocommerce-cart .cross-sells .fusion-product-content {
	padding-bottom: 75px;
}
.single-product .related.products .details-button-wrapper {
	bottom: 15px;
    width: 90%;
    left: 5%;
}
.single-product-list {
	background: #F9F9F9;
	background-image: url(../Avada-Child-Theme/img/product-list-bg.png);
	padding: 0 30px 100px 30px;
}
.single-product .fusion-header-wrapper .fusion-row,
.post-type-archive-product .fusion-header-wrapper .fusion-row,
.post-type-archive-investorprofile .fusion-header-wrapper .fusion-row {
	max-width: 1240px;
}
.single-product .woocommerce-variation-description {
	font-size: 14px;
	font-style: italic;
}
.page .woocommerce-message {
	max-width: 1240px;
    margin: auto;
    padding: 20px 40px;
    border: 1px solid #dddddd;
}
.woocommerce-error {
	max-width: 1240px;
	margin: auto;
}
.variations .ajaxerrors p {
	margin: 0;
	font-size: 14px;
}
.single-product .variations .label {
	font-size: 14px;
	display: flex;
}
.single-product table.variations tbody {
	display: flex;
	flex-wrap: wrap;
}
.single-product table.variations tbody tr {
	width: 100%;
}
.single-product table.variations td {
	display: flex;
    justify-content: center;
    width: 100%;
}
.single-product table.variations td .avada-select-parent {
	width: 100%;
}
.single-product table.variations td .avada-select-parent select {
	height: 42px;
}
/*Single product page*/

/*Shop archive page*/
.aws-container .aws-search-form.aws-focus .aws-search-btn_icon {
	color: var(--BU-Primary);
}
.aws-container .aws-search-form .aws-search-clear span {
	/*background: var(--GM-Dark);*/
    /*border: 1px solid var(--GM-Dark);*/
	color: #FFFF;
    border-radius: 50px !important;
	padding: 0px 5px 25px 6px;
    width: 26px;
    height: 26px;
    font-size: 18px;
}
.aws-container .aws-search-form .aws-search-clear {
	right: 10px;
}

.aws-search-result .aws_result_title,
.aws-search-result .aws_result_price,
.aws-search-result .aws_search_more a {
	/*color: var(--GM-Dark);*/
}

.aws-search-result .aws_result_title {
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
}

.aws-search-result .aws_result_price {
	font-size: 24px;
	font-weight: 800;
	line-height: 115%;
}

.custom-product-wrapper {
    display: flex;
    justify-content: space-between;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);
	max-height: 300px;
}
ul.products .custom-product {
	width: 100%;
}
.custom-product-center {
	padding: 0 20px;
}
.custom-product-center h3 {
	padding-left: 40px;
}
.custom-product-center ul {
	padding-left: 58px;
}
.custom-product li {
	list-style: disc;
}
.custom-product-right {
	position: relative;
	padding: 65px 0 0 20px;
	border-radius: 0 20px 20px 0;
	text-align: center;
	background-color: var(--Blue-500);
}

.custom-product-price {
	color: #ffffff;
    padding: 40px 50px 20px 50px;
	margin-top: -45px;
	margin-bottom: 10px;
	white-space: nowrap;
}
.custom-product-price-text {
	color: #ffffff;
	margin-bottom: 45px;
}

.custom-product-button {
	position: relative;
    top: 25px;
}

.custom-product-button a {
	color: #FFF;
    border-color: #FFF;
	font-weight: 600;
}

.custom-product-button a:hover {
	color: var(--Blue-500);
	background-color: #FFF;
}
.custom-product-image img {
	max-height: 300px;
    max-width: 300px;
    border-radius: 20px 0 0 20px;
}
.custom-product-badge {
	color: #FFF;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 0px 10px 27px 0px rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(11.5px);
	-webkit-backdrop-filter: blur(11.5px);
    padding: 10px 15px;
    position: absolute;
    left: -90px;
    top: -22px;
	border-radius: 49px;
	background: rgba(204, 165, 85, 0.60);
    font-size: 24px;
    font-weight: 800;
    line-height: 115%;
}
.archive .add_to_cart_button {
	display: none;
}
li.product .fusion-product-content {
	padding: 0;
	height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	word-break: break-word;
}
.product .product-images {
	display: none;
}

.product .product-description-list {
	padding: 0 30px 30px;
}
.product .product-description-list ul {
	padding: 0 0 0 18px;
}
.product .product-description-list li {
	margin-bottom: 10px;
	list-style: disc;
	/*color: var(--GM-Dark);*/
}
.product .product-description-list li:last-child {
	margin-bottom: 0;
}
.product .single-product-description-wrapper .price-vat,
.product .woocommerce-variation-add-to-cart .price-vat {
	color: var(--Blue-500);
	line-height: 100%;
    margin-top: 20px;
	width: 20%;
}

.product .summary.entry-summary .summary-container > div:nth-child(2) {
    display: inline-block;
}

.product .single_variation_wrap .single-price-wrapper .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
	position: absolute;
    bottom: 0;
}

ul.products li.product .fusion-product-wrapper {
	border: 0;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);
	height: 100%;
}
.products .price {
    color: #ffffff !important;
    text-align: center;
    line-height: 140%;
	padding: 0 20px 8px 10px;
    display: flex;
    align-items: baseline;
    justify-content: center;
	z-index: 1;
	font-size: 50px;
}
.products .price span {
	font-size: 14px;
    line-height: 140%;
	margin-right: 5px;
}
.products .price-vat-container {
    display: flex;
    align-items: center;
}
.products .price-vat,
.pm_produkt .price-vat {
    max-width: 90px;
	line-height: 110%;
    top: 2px;
    position: relative;
}
.products .product-details-container .fusion-price-rating {
	justify-content: left;
}
.fusion-price-rating .wccpf-fields-container,
.fusion-price-rating .wcff-variation-field {
	display: none;
}
.products .product-buttons .show_details_button:before {
	display: none;
}
.products .product-buttons-container {
	display: flex;
	justify-content: center;
	padding: 35px 0;
}
.products .product .product-buttons {
	padding-top: 0;
}
.products .product-details-container {
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.products .product-details {
	height: 100%;
}
.woocommerce-shop.search #content {
	width: 100%;
	padding-top: 50px;
}
.woocommerce-shop.search #sidebar {
	display: none;
}
.product-filter-outer-wrapper {
	margin-top: 40px;
	z-index: 999;
    position: relative;
	display: flex;
    justify-content: center;
}
.product-filter-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-radius: 44px;
	/*background: var(--GM-Dark);*/
    margin-bottom: 20px;
	max-width: 1240px;
	position: relative;
	z-index: 999;
    padding: 23px;
	gap: 21px;
}
.product-filter-item {
	display: flex;
    justify-content: center;
}

.product-filter-item.product-filter-item-button-mobile {
	display: none;
}
.product-filter-item ul {
	display: block;
    flex-wrap: wrap;
    padding: 10px 0;
    margin: 0;
    border-radius: 15px;
    text-align: center;
}
.product-filter-item ul li {
	list-style: none;
}
.product-filter-item a.product-filter-child-category {
	font-size: 16px;
	padding: 7px 20px;
}
.product-filter-child-wrapper {
    display: none;
    position: absolute;
    top: 100%;
    padding-top: 20px;
}
.product-filter-item a.active-shop-filter {
	background: var(--Yellow-500);
	border-color: var(--Yellow-500);
}
.product-filter-item a.product-filter-child-category.active-shop-filter {
	background: #ffffff;
}
.product-filter-wrapper .fusion-search-element {
	max-width: 340px;
	width: 100%;
}
.product-filter-wrapper .fusion-search-form-content {
	border-radius: 28px;
    max-height: 43px;
}
.product-filter-wrapper .fusion-search-element.fusion-search-form-clean .searchform .fusion-search-form-content .fusion-search-button input[type=submit] {
    font-size: 24px;
}
.product-filter-item a.product-filter-child-category:hover {
	color: rgba(255, 255, 255, 0.70);
}
.product-filter-button-mobile,
.product-filter-search-mobile {
	display: none;
}

.post-type-archive-product .fusion-footer .fusion-row,
.post-type-archive-product ul.products {
	max-width: 1240px;
}

.post-type-archive-product ul.products {
	margin: 0 auto;
}

.aws-container .aws-search-form .aws-form-btn {
    background: none;
    border: none;
    z-index:98;
    /*color: var(--GM-Dark) !important;*/
}
.aws-search-form {
    border-radius: 25px;
    min-width: 260px;
	background: #fff;
}
.aws-container .aws-show-clear .aws-search-field {border-radius: 20px!important; border: none !important; }
.aws-container .aws-search-form .aws-form-btn:hover { background: none; }

/* Shop page additional footer */
.home-contact-us h2 {
	margin-bottom: 50px;
	position: relative;
}
.home-contact-us h2:after {
	content: "";
	position: absolute;
	right: -40px;
	top: calc(50% - 23px);
	height: 46px;
	width: 4px;
	background: #979797;
	border-radius: 20px;
}
.home-contact-us h3 {
	text-align: left;
	color: #ffffff;
	
}
.home-contact-us .fusion-column-wrapper {
	backdrop-filter: blur(55px);
	-webkit-backdrop-filter: blur(55px);
}
/*Homepage*/

/*Footer*/
.fusion-footer-widget-area .wpcf7-acceptance .wpcf7-list-item-label {
	color: #ffffff;
	font-weight: normal;
}
/*Footer*/

@media only screen and (max-width: 1024px) {
	/*** SHOP PAGE ***/
	.post-type-archive .products .custom-product-wrapper {
		max-height: 100%;
	}
		   
	.post-type-archive .products .custom-product-wrapper .custom-product-center {
		padding: 20px 10px;
	}
		   
	.post-type-archive .products .product-details-container .fusion-price-rating {
		justify-content: space-evenly;
	}
		   
	.post-type-archive .products .price {
		padding: 0;
		font-size: 50px;
	}
	/*** END SHOP PAGE ***/

	/*** CONTACT PAGE & Daten anfrage FORM ***/
	.page-id-333285 .contact-form-top__wrapper,
	.contactform-wrapper-blur .contact-form-top__wrapper {
		flex-direction: column;
	}
	.page-id-333285 .contact-form-top__wrapper .top-wrapper__left,
	.page-id-333285 .contact-form-top__wrapper .top-wrapper__right,
	.contactform-wrapper-blur .contact-form-top__wrapper .top-wrapper__left,
	.contactform-wrapper-blur .contact-form-top__wrapper .top-wrapper__right {
		width: 100% !important;
	}

	.page-id-333285 .terms-and-conditions-button.conditions-kontakt input[type="checkbox"] {
		margin-bottom: 0;
	}
	/*** END CONTACT PAGE & Daten anfrage FORM ***/

    .home-contact-us i {
        display: none !important;
    }
	.home-contact-us h2 {
        padding-bottom: 30px;
        margin-bottom: 20px;
    }
	.home-contact-us h2:after {
		right: unset;
		left: 0;
		top: 100%;
		height: 4px;
		width: 46px;
	}
	.single-product .single-product-description h1 {
		font-size: 28px !important;
	}

	.single-product #main .products li.product {
		width: 47% !important;
	}
}

@media only screen and (max-width: 900px) {
	/*Single product*/
	.product-main-wrapper {
		flex-wrap: wrap;
	}
	.single-product-description-wrapper {
		width: 100%;
		margin-bottom: 50px;
	}
	.product-main-wrapper .test-data-form-wrapper,
	.test-data-form-image img {
		width: 100%;
		max-width: 400px;
	}
	.single-product-description-wrapper {
		padding: 0 25px;
		height: auto;
	}
	.single-product-description-text ul:last-child {
		margin-bottom: 0;
	}
	p.trigger-agb-popup {
		margin: 0;
	}
	.single-product-description-wrapper .single_variation_wrap .button {
		margin-bottom: 25px !important;
	}
	.single-product-description-wrapper .price-vat-container {
		display: block;
		width: 100%;
		text-align: center;
		padding: 15px 0;
	}
	.single_variation_wrap .single-price-wrapper {
		width: 100%;
		margin: 0;
		border-radius: 0 0 20px 20px;
		flex-wrap: wrap;
		justify-content: center;
		padding: 0 20px;
	}
	.single-addtocart-wrapper {
		flex-wrap: wrap;
	}
	.single-product-description-wrapper .single_variation_wrap {
		margin: 0 -25px;
	}
	.product-main-wrapper .test-data-form a {
		width: 100%;
		text-align: center;
	}
	.footer-shop-text .fusion-fullwidth {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	.footer-shop-text .fusion-fullwidth .fusion-builder-row-1 {
		margin-bottom: 50px !important;
	}
	.footer-shop-text .fusion-fullwidth .fusion-builder-row-2 {
		padding-bottom: 50px !important;
	}
	.product-services-wrapper {
		flex-wrap: wrap;
		margin-bottom: 50px;
	}
	.product-services-item:first-child {
		width: 100%;
		margin-bottom: 50px;
	}
	.product-services-item:last-child {
		width: 100%;
		max-width: 400px;
	}
	.single-product-description-wrapper .single_variation_wrap .variations_button {
		flex-wrap: wrap;
	}
	.mini-cart-overlay.active {
		top: 0;
		height: 100%;
	}
	.modal-cart .modal-body {
		height: calc(100% - 100px);
	}
	/*Single product*/
    /*Shop archive filter*/
	.product-filter-button-mobile {
		display: flex;
		padding: 10px 25px;
		margin-bottom: 30px;
		border-radius: 37px;
		font-size: 16px;
		font-weight: 700;
		display: flex;
		align-items: center;
		justify-content: space-between;
		color: #fff;
		background-color: var(--primary_color);
	}
	.product-filter-button-mobile i {
		font-size: 24px;
	}
	.product-filter-item {
		padding: 0;
		flex-direction: column;
		width: calc(100% - 60px);
		justify-content: flex-start;
	}
	.product-filter-wrapper .fusion-search-element {
		display: none;
	}
	.product-filter-outer-wrapper {
		display: none;
		transform: none;
		width: calc(100% + 60px);
		margin: 0 -30px;
		position: absolute;
		top: 50px;
	}
	.product-filter-wrapper {
		padding: 0;
		background: none;
		backdrop-filter: none;
		flex-direction: column;
		min-width: unset;
		align-items: flex-start;
		background: #ffffff;
	}
	.product-filter-child-wrapper {
		position: relative;
		top: unset;
		padding: 0;
	}
	.product-filter-item ul {
		background: none;
		text-align: left;
		padding: 0;
	}
	.product-filter-item a {
		display: flex;
		justify-content: space-between;
		font-size: 18px;
		color: #333333;
		padding: 15px 30px;
		border: 2px solid transparent;
        border-bottom-color: var(--primary_color);
		border-radius: 0;
		background: #ffffff;
	}
	.product-filter-item a span {
		display: none;
		position: relative;
		text-align: center;
		cursor: pointer;
		width: 17px;
		height: 17px;
	}
	.product-filter-item:first-child a {
		border-top: 0;
	}
	.product-filter-item a span:before {
		content: "";
		position: absolute;
		width: 18px;
		height: 2px;
		border-radius: 4px;
		left: 1px;
		top: 8px;
		background: #333333;
	}
	.product-filter-item a span:after {
		content: "";
		position: absolute;
		width: 2px;
		height: 18px;
		border-radius: 4px;
		background: #333333;
		opacity: 1;
		transition: .2s linear;
	}
	.product-filter-item.product-filter-item-has-child a span {
		display: block;
	}
	.product-filter-item.product-filter-item-has-child a span.product-filter-item-active-span:after {
		opacity: 0;
		transition: .2s linear;
	}
	.product-filter-item a.active-shop-filter {
		background: var(--Blue-100);
	}
	.product-filter-item a.product-filter-child-category {
		padding: 10px 30px;
		font-size: 16px;
		font-weight: 400;
		border-top: 0;
	}
	.product-filter-item.product-filter-item-button-mobile {
		display: flex;
		color: #ffffff;
		font-size: 24px;
		font-weight: 700;
		padding: 15px 30px;
		flex-direction: row;
		justify-content: space-between;
		background-color: var(--primary_color);
	}
	.product-filter-search-mobile {
		display: block;
		padding: 25px 0;
	}
	.product-filter-search-mobile .searchform .fusion-search-form-content {
		border-radius: 28px;
		max-height: 43px;
	}
	.product-filter-search-mobile .fusion-search-element.fusion-search-form-clean .searchform .fusion-search-form-content .fusion-search-button input[type=submit] {
		font-size: 24px;
	}
	/*Shop archive filter*/
}
@media only screen and (max-width: 680px) {
	.home-contact-us .fusion-column-wrapper div:last-child {
        width: 100%;
        text-align: center;
        padding: 20px;
    }
	/*Cart*/
	.empty-cart-message-wrapper .return-to-shop .wc-backward {
		width: 100%;
		max-width: 320px;
	}
	.woocommerce-cart-form .cart-table-container {
		padding: 0 25px 25px 25px;
	}
	.fusion-body .cart_totals {
		padding: 25px;
	}
	.woocommerce-cart-form .cart-header-row {
		display: none;
	}
	.cart-row-wrapper {
		margin-top: 50px;
	}
	.cart-row-wrapper .cart-row {
		flex-direction: column;
		align-items: flex-start;
		padding: 5px 0;
	}
	.cart-price-cell {
		display: none;
	}
	.cart-cell {
		padding: 5px 10px;
	}
	.cart-remove-cell {
		top: -40px;
		right: -10px;
	}
	body .cart-remove-cell a {
		font-size: 30px;
	}
	.cart-row-wrapper:before {
		content: "";
		position: absolute;
		top: -50px;
		width: 100%;
		height: 4px;
		border-radius: 10px;
		background: #f6f6f6;
	}
	.cart-row-wrapper:first-child:before {
		display: none;
	}
	.cart_totals .wc-proceed-to-checkout a {
		width: 100%;
		margin: 5px 0;
	}
	.woocommerce .cart-collaterals {
		margin-top: 40px;
	}
	/*Cart*/
}

.product-contact-text {
	margin-bottom: 78px;
	margin-top: 0px;
}
.archive .fusion-meta-info {
	padding: 0px;
}

#main .sidebar .widget {
    margin-bottom: 25px;
	width: 100%;
}
.sidebar .widget .heading .widget-title, .sidebar .widget .widget-title {
    margin-bottom: 25px;
	color: var(--Blue-500);
}

body .sidebar .widget_recent_entries li a {
	color: var(--Blue-500);
}

body .sidebar .widget_recent_entries li a:hover {
	color: var(--Blue-500);
}

.post-type-archive-product .title h3 {
	font-size: 22px;
	font-weight: normal;
	margin: 0 0 25px 0;
	text-align: center;
}
/*GLOBAL*/
/*Pagination*/

.woocommerce-pagination {
	max-width: var(--site_width);
	margin: 40px auto;
}

.woocommerce-pagination .page-numbers,
.pagination .inactive {
	color: #FFFFFF;
	/*border-color: var(--GM-Light_Golden) !important;*/
	/*background-color: var(--GM-Light_Golden);*/
	border-radius: 50px;
}

.woocommerce-pagination .page-numbers:hover,
.pagination .inactive:hover {
	color: #FFFFFF;
	background-color: var(--BU-Primary);
}

.pagination .pagination-next,
.pagination .pagination-prev,
.woocommerce-pagination .page-numbers span.page-text {
	color: #FFFFFF;
	padding: 8px 16px;
}

.pagination .pagination-next,
.pagination .pagination-prev {
	/*background: var(--GM-Light_Golden);*/
	padding: 1px 16px !important;
	border-radius: 50px;
}

.pagination .pagination-prev:hover,
.pagination .pagination-next:hover {
	color: #FFFFFF;
	background-color: var(--BU-Primary);
}

/*HEADER*/
.fusion-contact-info {
    display: flex;
}
.category-menu .title {
    padding-left: 20px;
}

div.fusion-secondary-header div.fusion-search-button.search-button .searchsubmit.search-input {
    background: #fff;
	/*color: var(--GM-Dark) !important;*/
    border-right: 1px solid;
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px;
    padding-right: 5px;
    font-size: 18px;
}
div.fusion-secondary-header div.fusion-search-button.search-button .searchsubmit.search-input:hover {
    background: #fff !important;
}
/*HEADER*/
/* Contact page styles */
.kontakt__title {
    margin-bottom: 25px;
    margin-top: 0px;
}
.kontakt__subtitle {
    margin-top: 0;
    margin-bottom: 25px;
}
.post-content p.kontakt__text {
    margin-bottom: 50px;
}

.page-id-333285 .wpcf7-form {
	background: var(--BU-Primary);
    padding: 50px;
    border-radius: 30px;
}

.page-id-333285 .wpcf7-form .left-label .wpcf7-text,
.contactform-wrapper-blur .wpcf7-form .left-label .wpcf7-text,
.page-id-154 .wpcf7-form .left-label .wpcf7-text {
    height: 42px;
}

.page-id-333285 .contact-form-top__wrapper,
.contactform-wrapper-blur .contact-form-top__wrapper {
	display: flex;
    width: 100%;
}

.page-id-333285 .contact-form-top__wrapper .top-wrapper__left,
.page-id-333285 .contact-form-top__wrapper .top-wrapper__right,
.contactform-wrapper-blur .contact-form-top__wrapper .top-wrapper__left,
.contactform-wrapper-blur .contact-form-top__wrapper .top-wrapper__right {
    width: 50%;
}

.contactform-wrapper-blur #kontakt_page_form_heading h2,
.page-id-333285 .contact-form-top__wrapper label,
.contactform-wrapper-blur .contact-form-top__wrapper label,
.page-id-333285 .wpcf7-form .wpcf7-quiz-label,
.page-id-333285 .wpcf7-form .wpcf7-list-item-label,
.page-id-333285 .wpcf7-form .right-label,
.page-id-333285 span.pflichtfeld,
.contactform-wrapper-blur .wpcf7-form .wpcf7-quiz-label,
.contactform-wrapper-blur .wpcf7-form .wpcf7-list-item-label,
.contactform-wrapper-blur .wpcf7-form .right-label {
    color: #FFFFFF;
}

.contactform-wrapper-blur #kontakt_page_form_heading h4 {
	color: #FFFFFF;
	margin-top: 50px;
}

.page-id-333285 .wpcf7-form .wpcf7-list-item-label
.contactform-wrapper-blur .wpcf7-form .wpcf7-list-item-label {
	font-weight: 400;
}

.page-id-333285 .contact-form-top__wrapper input,
.contactform-wrapper-blur .contact-form-top__wrapper input {
	border: none;
}

.page-id-333285 .wpcf7-form .wpcf7-text,
.contactform-wrapper-blur .wpcf7-form .wpcf7-text {
	width: 92% !important;
	margin-bottom: 11px;
	margin-right: 50px;
}

.terms-and-conditions-button .wpcf7-list-item {
	margin:0;
}

.contactform-wrapper-blur .submit-button {
	float: left;
	clear: both;
}

.page-id-333285 .submit-button input[type="submit"],
.contactform-wrapper-blur .submit-button input[type="submit"] {
	border: none;
	margin-top: 30px;
	font-family: "Lexend Exa", sans-serif;
}
.terms-and-conditions-button.conditions-kontakt {
    font-weight: 400;
}
.terms-and-conditions-button.conditions-kontakt p {
	margin: 0;
}
.page-id-333285 .terms-and-conditions-button.conditions-kontakt input[type="text"],
.contactform-wrapper-blur .terms-and-conditions-button.conditions-kontakt input[type="text"] {
	border: none;
	min-height: 26px;
    height: 35px;
}

.page-id-333285 .terms-and-conditions-button.conditions-kontakt input[type="checkbox"],
.contactform-wrapper-blur .terms-and-conditions-button.conditions-kontakt input[type="checkbox"] {
	margin-right: 0;
}
.page-id-333285 .terms-and-conditions-button.conditions-kontakt input[type="checkbox"]::before,
.contactform-wrapper-blur .terms-and-conditions-button.conditions-kontakt input[type="checkbox"]::before {
	left: 0;
	border-color: #FFFFFF;
}
.page-id-333285 .terms-and-conditions-button.conditions-kontakt input[type="checkbox"]::after,
.contactform-wrapper-blur .terms-and-conditions-button.conditions-kontakt input[type="checkbox"]::after {
	left: 4px;
	top: 14px;
	background: #FFFFFF;
}
.page-id-333285 .wpcf7-form .right-content,
.contactform-wrapper-blur .wpcf7-form .right-content {
	width: 96%;
}
.page-id-333285 .wpcf7-form .right-content .right-label textarea,
.contactform-wrapper-blur .wpcf7-form .right-content .right-label textarea {
    margin-top: 5px;
    height: 97px;
	border: none;
}

.contactform-wrapper-blur .wpcf7-form span.pflichtfeld {
	color: #FFF;
}

body.fusion-button_size-large .wpcf7-form input[type="submit"],
.fusion-button_size-large .wpcf7-submit {
    padding: 14px 45px;
    font-family: Calibri, sans-serif;
    font-size: 20px;
}
/* Contact page styles */
/*News post styles*/
.post .fusion-sharing-box h4{font-size: 12px;}
.category-news #main .post h2 a {color: #333333;}
#comments .commentlist .comment-author strong {
    font-weight: 700;
    color: #333333;
}
.comment-list.commentlist {
    margin-bottom: 0;
}
.reply-title {
    font-weight: 700;
}
.respond.comment-form input[type="submit"], .fusion-button, .fusion-button-default {
    text-transform: none;
}
#main .form-submit #comment-submit {
    text-transform: none;
}
body #wrapper #main .post > h1.fusion-post-title {
    font-weight: 700;
}
#content .single-navigation {
    margin-bottom: 50px;
}
#sidebar.fusion-widget-area .widget_recent_entries li {
    padding: 0 0 10px 12px;
}
.sidebar .widget.widget_recent_entries {
    background: #ffffff;
}
body.fusion-button_size-large .wpcf7-form input[type="submit"], .fusion-button_size-large .wpcf7-submit {
    font-weight: inherit;
}
.single .fusion-title {
    font-size: 22px;
    font-weight: bold;
}
.single .post-content a {
    color: var(--BU-Primary);
}
.single .post-content a:hover {
    color: var(--Blue-500);
}
.about-author-container .description h1 {color: #333333;}
.about-author-container .description h2 {margin-bottom: 0;}
#wrapper #main #respond #reply-title {font-size: 22px; font-weight: bold;}
/*News post styles*/
.post .entry-title.fusion-post-title.fusion-responsive-typography-calculated:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #ddd;
	margin: 0 0 50px 0;
	transform: translateY(25px);
}
.about-author {
	border: 10px solid #fff;
	border-radius: 20px;
	padding: 50px;
	width: 100%;
}
.post-author-comment {
	background: #ffffff;
}
.author-preview {
    background-image: url('img/authorpage-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
	padding: 0;
	display: inline-block;
	margin-top: 0;
	border: 1px solid #ddd;
	width: 100%;
	border-radius: 20px;
}
.author-preview .about-author {
	margin: 0;
}
.post-author-comment.author-preview .description {line-height:26px;}
.post-author-comment.author-preview .description h2 {font-size: 27px; margin-top: 0px; margin-bottom: 5px;}

.post-author-comment #commentform .form-submit #comment-submit {font-size:16px;}
/*Homepage*/

.page .footer-newsletter-content {
    height: auto;
    min-height: 432px;
    max-width: 1240px;
}
.home .rev-btn {
    font-weight: normal !important;
}
.fusion-recent-posts .columns .column {min-height: 600px;}
.page-id-19 .post-content .columns .column .meta {margin: 20px 0;}
.page-id-19 .recent-news-home .recent-posts-content {padding: 25px;}
.page-id-19 .fusion-recent-posts .columns .column h4 {margin: 0px;}
/*Homepage*/

/*News*/
#posts-container {
    margin-bottom: 0;
}
/*News*/
/*Navigation dropdown menu*/
.fusion-main-menu>ul>li {
	padding-left: 29px;
}
.fusion-sub-menu-slide .fusion-main-menu>ul>li>.fusion-megamenu-wrapper {
    padding-top: 0px;
    margin-top: 0px;
}
.page.fusion-sub-menu-slide .fusion-main-menu>ul>li:hover>.fusion-megamenu-wrapper {
    margin-top: -6px;
    padding-top: 55px;
}
.fusion-main-menu .sub-menu {
    background-color: #fff !important;
	border-radius: 20px;
	padding-top: 20px !important;
}
.fusion-main-menu .sub-menu li a {
    /*color: var(--GM-Dark) !important;*/
	transition: .2s linear;
}
.fusion-main-menu .sub-menu li a:hover,
.fusion-main-menu .sub-menu li.current-menu-item a {
    box-shadow: none;
    font-weight: 500 !important;
    color: #fff !important;
}
.fusion-main-menu .sub-menu li a:hover {
    background-color: var(--Blue-500) !important;
}
.fusion-main-menu .sub-menu li:first-child a:hover,
.fusion-main-menu .sub-menu li.current-menu-item:first-child a {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.fusion-main-menu .sub-menu li:last-child a:hover,
.fusion-main-menu .sub-menu li.current-menu-item:last-child a {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.fusion-main-menu .sub-menu li.current-menu-item a {
    /*background-color: var(--GM-Dark) !important;*/
}
/*Navigation dropdown menu*/
/*Recaptcha*/
.grecaptcha-badge {
	visibility: hidden;
}
/*Recaptcha*/
/*newsletter slider*/
.fusion-news-slider-loading {
    width: 3em;
    height: 3em;
    border-radius: 50%;
    background-clip: padding-box;
}
.fusion-news-slider-loading {
	display: none;
    position: relative;
	top: 0%;
    left: 45%;
    margin: -3.5em 0 0 -3em;
    color: transparent;
    font-size: 10px;
    border-top: .5em solid rgba(0, 0, 0, .2);
    border-right: .5em solid rgba(0, 0, 0, .2);
    border-bottom: .5em solid #333;
    border-left: .5em solid rgba(0, 0, 0, .2);
    animation: fusion-rotate .8s infinite linear;
}
/*Empty cart*/
.restricted-item-wrapper {
	max-width: 830px;
    width: 100%;
	margin: auto;
    padding: 100px 0;
}
.restricted-item-wrapper-empty-cart .restricted-item-image,
.restricted-item-wrapper-cart .restricted-item-image {
	background: var(--Blue-500);
	background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 40px;
    padding: 60px 50px 50px 50px;
    text-align: center;
}
.woocommerce .empty-cart-message-wrapper .cart-empty,
.woocommerce .empty-cart-message-wrapper .return-to-shop {
	float: unset;
}
.empty-cart-message-wrapper {
	border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
    padding: 40px 35px 25px 35px;
}
.fusion-body .woocommerce .empty-cart-message-wrapper .cart-empty {
	border: 0 !important;
    color: #5FC4DF;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    height: auto;
    margin-bottom: 25px;
    padding: 25px 20px 20px 20px !important;
    width: 100%;
    text-align: center;
    border-radius: 10px;
    background: var(--Blue-100);
}
.fusion-body .woocommerce .empty-cart-message-wrapper .return-to-shop {
	border: 0 !important;
    height: auto;
    line-height: normal;
    margin: 0;
	width: 100%;
	text-align: center;
}
.empty-cart-message-wrapper .return-to-shop .wc-backward {

}

.empty-cart-message-wrapper .return-to-shop .wc-backward:hover {

}

.empty-cart-message-wrapper .return-to-shop .wc-backward:before {
	display: none;
}
/*Empty cart*/
/*Cart*/
.restricted-item-wrapper-cart.restricted-item-wrapper {
	padding: 50px 0 0 0;
}

.restricted-item-wrapper-empty-cart.restricted-item-wrapper h2,
.restricted-item-wrapper-empty-cart.restricted-item-wrapper h4,
.restricted-item-wrapper-checkout.restricted-item-wrapper h2,
.restricted-item-wrapper-checkout.restricted-item-wrapper h4,
.restricted-item-wrapper-cart.restricted-item-wrapper h2,
.restricted-item-wrapper-cart.restricted-item-wrapper h4 {
	color: #FFFFFF;
}
.woocommerce-cart-form,
.cart_totals {
	max-width: 830px;
	margin: auto;
}
.cart-table-container {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
	padding: 40px 80px 40px 50px;
    border-radius: 20px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
}
.cart-header-row {
    display: flex;
    font-weight: 700;
	/*color: var(--GM-Dark);*/
}
.cart-header-cell {
    width: 15%;
    padding: 10px;
    text-align: center;
}
.cart-header-cell-name {
	width: 45%;
	text-align: left;
}
.cart-header-cell-subtotal {
	width: 25%;
}

.post-content  .cart_totals  .wc-proceed-to-checkout .fusion-button,
.cart-table-container .cart-body .cart-actions button {
	font-weight: 700;
	font-family: "Lexend Exa", sans-serif;
	padding: 13px 18px;
}

.cart-body {
    display: flex;
    flex-direction: column;
}
.cart-row-wrapper {
	display: flex;
	position: relative;
}
.cart-row {
	width: 100%;
    display: flex;
	align-items: center;
	border-radius: 10px;
    background: var(--Blue-100);
    margin-bottom: 25px;
	padding: 0 5px;
}
.cart-cell {
    width: 15%;
    padding: 10px;
    text-align: center;
}
.cart-subtotal-cell {
	width: 25%;
}
.cart-remove-cell {
    text-align: center;
    position: absolute;
    right: -20px;
    width: auto;
    padding: 0;
	font-size: 22px;
}

.cart-remove-cell a:hover {
	color: var(--Yellow-500);
}

.cart-product-name-cell {
    width: 45%;
    text-align: left;
}
.cart-product-name-cell .product-title {
	font-weight: 700;
}
.cart-subtotal-cell {
    text-align: center;
	font-weight: 700;
}
.cart-cell .quantity input {
	display: none;
}
.cart-cell .quantity input.input-text {
	display: block;
}
.fusion-body .cart-cell .quantity {
	width: auto;
	border: 0;
	padding: 10px;
    display: inline-flex;
	box-shadow: 0px 0px 10px 0px rgba(210, 174, 13, 0.25);
    border-radius: 10px;
    padding: 0;
}
.fusion-body #main .cart-cell .quantity .qty {
	border: 0;
    margin: 0;
    width: 32px;
    height: 32px;
    max-width: 100%;
    outline: none;
    border-radius: 10px;
    background: #ffffff;
}

.woocommerce-content-box > h2 {
	display: none;
}
.cart-totals-container {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.cart-total-row {
    display: flex;
	border-radius: 10px;
    background: var(--Blue-100);
    margin: 7px 0;
	padding: 15px;
	font-weight: 700;
}
.cart-total-row.order-total-row {
	background: var(--Blue-300);
}
.cart-total-cell {
    flex: 1;
}
.cart-total-cell.cart-total-label {
	text-align: left;
}
.cart-total-cell.cart-total-amount {
	text-align: right;
}
.cart-discount-row {
    background-color: #f5f5f5;
    font-weight: bold;
}
.shipping-row {
    background-color: #f5f5f5;
}
.woocommerce .cart_totals h2 {
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 15px 0;
	padding: 0;
	border: 0;
}
.fusion-body .cart_totals {
	border-radius: 20px;
    background: #ffffff;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
    border: 0;
	padding: 25px 50px 40px 50px;
}

.woocommerce .cart-collaterals {
	margin-top: 140px;
}
.fusion-body .woocommerce .cart-collaterals .cross-sells h2 {
	border: 0;
	margin: 0;
	padding: 0;
	text-align: center;
}
.fusion-body .woocommerce .cart-collaterals .cross-sells li.type-product {
	width: 33%;
	background: none;
	margin: 0;
}
.cart-collaterals h3 {
	text-align: center;
}
.cart-collaterals .add_to_cart_button {
	display: none;
}
.post-content .woocommerce-cart-form .cart-row p,
.post-content .woocommerce-cart-form .cart-row dt {
	font-size: 16px;
	font-weight: 700;
}
/*Cart*/

/*** SEARCH PAGE ***/

.search-results section.avada-page-titlebar-wrapper {
	display: none;
}

.search-results #main {
	margin-top: 75px;
}

/*newsletter slider*/
@media only screen and (max-width: 1290px) {
    .category #content article {
        width: 100%;
    }
    .search-results #content article {
        width: 100%;
    }

}

@media only screen and (max-width: 1200px) {
	.product-contact-text {
		margin-bottom: 1em;
	}
	.single-product #wrapper .avada-single-product-gallery-wrapper {
		position: absolute;
		z-index: 1;
		max-width: 600px;
		width: 100%;
		left: 0;
	}
	.tinv-wishlist tfoot .tinvwl-to-left+.tinvwl-to-right .button {
		margin: 10px 10px 0 0;
	}
	.tinv-wishlist .tinvwl-input-group .form-control {
		width: 205px;
	}
	
}
@media only screen and (max-width: 992px) {
	/*GLOBAL*/
	#multisite_footer .footer-rows .footer-row .footer-navigation .navigation:last-child {
        width: auto;
        text-align: left;
    }
	/*GLOBAL*/
	.post-type-archive-product #main .products li.product {
		width: 100%;
	}
	.filter-button-group button {
		margin-right: 10px;
	}
	.post-type-archive-product .woocommerce-container .product-title,
	.post-type-archive-product #main .woocommerce-product-details__short-description ul	{
		min-height: unset;
		font-size: 24px;
		line-height: 115%;
	}
	.woocommerce-cart .products {
		flex-wrap: wrap;
	}
	.woocommerce-cart .products .product {
		width: 40%;
	}
	.modal-cart.right .modal-dialog.active {
		transform: translateX(-520px);
	}
	.modal-cart.right .modal-dialog {
		width: 520px;
	}
}
@media only screen and (max-width: 800px) {
	.single-product .avada-single-product-gallery-wrapper {
		display: none;
	}
	.test-data-list {
		display: block;
	}
	.test-data-checkboxes .wpcf7-list-item-label {max-width: 570px;}
	.test-data-list .test-data-item {
		width: 100%;
		padding: 0;
		border: none;
	}
    .fusion-body .fusion-footer .fusion-social-links-footer, .fusion-copyright-notice {
        text-align: left;
    }
	.fusion-mobile-menu-search .searchform .fusion-search-form-content .fusion-search-field input.s,
	.fusion-mobile-menu-search .searchform .fusion-search-form-content .fusion-search-button input[type=submit].searchsubmit {
		margin-top: 0px;
	}
	div.fusion-mobile-menu-search {
		position: fixed;
		width: 100%;
		top: 50px;
		left: 0px;
		margin: 0px;
		padding: 30px 20px;
		background: #fff;
	}
	.fusion-mobile-menu-search .searchform .fusion-search-form-content .fusion-search-field input.s{
		background: #fff;
		border-radius: 28px;
		padding-right: 5px;
		font-size: 18px ;
	}
	.fusion-mobile-menu-icons a.fusion-icon.awb-icon-search {
		margin-top: 9px;
		margin-right: 7px;
	}
	.fusion-mobile-menu-icons .awb-icon-search::before {
		font-size: 24px;
	}

    .fusion-contact-info {
        display: block;
    }
    .fusion-contact-info .fusion-header-separator {
        display: none;
    }

	.page-id-333285 .wpcf7-form .wpcf7-text,
    .contactform-wrapper-blur .wpcf7-form .wpcf7-text {
        margin-right: 0;
        width: 100% !important;
    }
    .fusion-copyright-content .fusion-copyright-notice {
        padding: 0 0 25px;
    }

    .fusion-footer-widget-area .right-content,
    .fusion-footer-widget-area .left-content {
        width: 100%;
    }
    .fusion-footer .fusion-footer-widget-area .wpcf7-form .wpcf7-text {
        width: 100% !important;
    }
	/*Single product page*/
	.single-product .product .entry-summary .summary-container {
		float: unset;
		margin: auto;
	}
	.single-product .related.products ul {
		display: block;
	}	
	/*Single product page*/
	.woocommerce-cart .products .product {
		width: 100%;
		margin: 30px auto;
	}
	.shop_table_responsive.woocommerce-cart-form__contents tbody tr {
		background: #ffffff;
	}
	.woocommerce-cart .shop_table_responsive.woocommerce-cart-form__contents .product-remove {
		right: 50px;
	}
	.shop_table_responsive.woocommerce-cart-form__contents tbody tr.avada-cart-actions {
		display: none;
	}
	.woocommerce-cart .shop_table_responsive.woocommerce-cart-form__contents tbody tr {
		padding: 15px;
	}
	.tinv-wishlist tfoot .tinvwl-to-left+.tinvwl-to-right {
		margin-top: 10px;
	}
	.woocommerce-checkout .shop_table .product-name {
		width: 55%;
	}
	.investorprofile-filter-wrapper-bottom {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 660px) {
	.test-data-item iframe {
		transform: scale(0.7) translateX(-65px);
	}
	.category-menu .title {
		width: 100%;
		padding: 0;
		text-align: center;
	}
	.filter-button-group button {
		margin-right: 0;
	}
	.post-type-archive-product .category-menu {
		height: auto;
		padding: 15px 0;
		display: block;
	}
	.category-menu {
		height: auto;
		display: block;
		padding: 20px 0;
	}
	.category-menu ul {
		padding: 0;
	}
	.filter-button-group button {
		margin: auto;
		padding: 10px 0;
	}
	.category-menu li {
		margin: 0;
		float: unset;
		display: block;
		text-align: center;
		padding: 0;
	}
	.post-type-archive-product .category-menu li {
		margin: 0;
	}

}

@media only screen and (max-width: 640px) {
	.single-product .woocommerce-container #content {
		margin-bottom: 0;
	}
	.woocommerce-orders .woocommerce-orders-table__header-order-date,
	.woocommerce-orders .woocommerce-orders-table__header-order-status {
		display: none;
	}
	.woocommerce-orders .woocommerce-MyAccount-content {
		padding: 15px;
	}
}

@media only screen and (max-width: 600px) {
	#multisite_footer .footer-rows .footer-row .footer-navigation .navigation {
		width: 45%!important;
		word-break: keep-all;
	}
	#multisite_footer .footer-rows .footer-row .footer-navigation .navigation:last-child {
		text-align: left;
	}
	#multisite_footer .footer-rows .footer-row .footer-navigation .navigation:nth-child(1) {
		margin-bottom: 0;
	}
	.product-main-wrapper .product-sidebar-items {
		width: 100%;
		flex-direction: column;
	}
	.product .product-custom-container .summary.entry-summary {
		bottom: 0;
		position: relative !important;
	}
	.product .product-custom-container .summary.summary-container {
		bottom: 0;
		position: relative !important;
	}
	.product .product-custom-container .entry-summary .summary-container {
		position: relative !important;
		bottom: auto;
	}
	.product .product-buttons .show_details_button {
		font-size: 16px;
	}
	h1.kontakt__title.contact__page_title {
		font-size: 34px;
	}
	.investorprofile-post {
		margin-bottom: 50px;
	}
	.investorprofile-post .post-content {
		display: block;
	}
	.post-content-img:after {
		display: none;
	}
	.post-content-img {
		margin: 20px auto 0;
	}
	.post-content-title {
		padding: 20px;
		margin: 0;
		justify-content: center;
		text-align: center;
	}
	.investorprofile-filter-wrapper {
		flex-wrap: wrap;
		justify-content: unset;
	}
	.investor-category-filter {
		margin: 0 10px 0 0;
	}
	.investor-category-filter:last-child {
		margin: 0;
	}
    .category-menu {
        display: block;
    }
    .category-menu span {
        float: unset;
    }
    .category-menu li {
        float: unset;
        margin-left: 0;
		text-align: center;
    }
    .category-menu ul {
        padding-left: 0;
    }
    .category-menu .title {
        width: 100%;
    }
	.filter-button-group {
		display: block;
		margin: 0;
		text-align: center;
	}
	.filter-button-group button {
		margin: 5px auto 0;
		max-width: 450px;
	}
	.single-product #main .product .fusion-row-product h1.product_title {
		font-size: 30px;
	}
	.single-product .post-content {
		display: block;
	}

	.single-product #test-data-download h2 {
		font-size: 30px;
		line-height: 120%;
	}

	.single-product #main .products li.product {
		width: 100% !important;
	}

	.product .single-product-description-wrapper .single_variation_wrap .price {
		font-size: 40px !important;
	}

	.product .single-product-description-wrapper .single_variation_wrap .price-vat {
		font-size: 12px !important;
	}

	.variations tr {
		display: block;
	}
	.woocommerce-cart .cart_totals table th {
		width: 35%;
	}
	.woocommerce-cart .cart-collaterals .cart_totals .fusion-button {
		width: 100%;
	}
	.tinv-wishlist .tinvwl-table-manage-list thead{
		display: flex;
		justify-content: center;
	}
	.tinv-wishlist table.tinvwl-table-manage-list thead th.product-name,
	.tinv-wishlist .tinvwl-table-manage-list .product-cb,
	.tinv-wishlist .tinvwl-table-manage-list	tfoot {
		display: none;
	}
	.tinv-wishlist .tinvwl-table-manage-list tr {
		border: none;
	}
	.tinv-wishlist .tinvwl-input-group {
		display: block;
	}
	.tinv-wishlist .tinvwl-to-left .tinvwl-input-group .form-control+.tinvwl-input-group-btn {
		padding-left: 0;
		padding-top: 10px;
	}
	.tinv-wishlist .tinvwl-to-left .tinvwl-input-group .form-control+.tinvwl-input-group-btn .button {
		width: 225px;
	}
	.tinv-wishlist .tinvwl-input-group .form-control {
		width: 225px;
	}
	.woocommerce-checkout .fusion-product-name-wrapper .product-thumbnail {
		display: none;
	}
	.avada-woo-one-page-checkout #main .woocommerce .checkout .woocommerce-content-box,
	.avada-woo-one-page-checkout #main .woocommerce .checkout #customer_details .col-1,
	.avada-woo-one-page-checkout #main .woocommerce .checkout #customer_details .col-2 {
		padding: 15px;
	}
	.woocommerce-account .woocommerce-orders-table__header.woocommerce-orders-table__header-order-total {
		width: 115px;
	}
	.post-author-comment {
		padding: 15px;
	}
	.post-author-comment.author-preview {
		padding: 0;
	}
	.post-author-comment.author-preview .about-author {
		padding: 15px;
	}
	.woocommerce-checkout .checkout .woocommerce-content-box .button {
		width: 100%;
	}

	/*** SIDE CART ***/
	p.woocommerce-mini-cart__buttons.buttons {
		display: flex;
		flex-direction: column;
		gap: 15px;
	}
	.modal-cart.right .modal-dialog.active {
		transform: translateX(-320px);
	}
	.modal-cart.right .modal-dialog {
		width: 320px;
	}
	/*** END SIDE CART ***/
	
	/** CHECKOUT **/
	.woocommerce-checkout .checkout .woocommerce-checkout-payment .payment_methods,
	form.checkout .woocommerce-billing-fields__field-wrapper {
		flex-direction: column;
	}
	.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_address_2_field .woocommerce-input-wrapper,
	.woocommerce-checkout form.checkout #billing_last_name_field,
	.woocommerce-checkout form.checkout #billing_first_name_field,
	.woocommerce-checkout form.checkout .form-row {
		width: 100%;
		float: unset;
	}
	.woocommerce-checkout .checkout .payment_methods li:first-child {
		margin-right: 0;
	}
	.woocommerce-checkout .checkout .payment_methods li {
		justify-content: start;
	}

	.woocommerce-checkout-review-order-table .cart_item .product-total {
		padding: 70px 20px 20px 0;
	}
	/** END CHECKOUT **/

	/*** DATEN ANFRAGE ***/
	.page-id-333285 .wpcf7-form {
		padding: 30px;
	}
	.page-id-333285 .terms-and-conditions-button.conditions-kontakt input[type="text"] {
		min-width: 90%;
		margin-bottom: 30px;
	}
	.page-id-333285 .terms-and-conditions-button.conditions-kontakt input[type="checkbox"] {
		margin: 0;
	}
	/*** END DATEN ANFRAGE ***/

}
@media only screen and (max-width: 450px) {
	.test-data-block {
		padding: 50px 25px;
	}
	.post-author-comment.author-preview .avatar {
		margin-right: 0;
		float: unset;
		width: 192px;
		height: 192px;
		margin: auto;
	}
	.post-author-comment.author-preview .description {
		text-align: center;
	}
	.single-post #wrapper #main .post > h1.fusion-post-title {
		font-size: 22px;
		line-height: 1.4;
	}
	.product-filter-wrapper {
		gap: 0px;
	}
}

/*CONTAINER MEDIA*/
@media (min-width: 0px) {
	.section .container {
		max-width: 750px;
		width: 100%;
	}
}

@media (min-width: 992px) {
	.section .container {
		width: 970px;
		max-width: 970px;
	}
}
@media (min-width: 1200px) {
	.section .container {
		width: 1170px;
		max-width: 1170px;
	}
}
/*CONTAINER MEDIA*/
