/*
 Theme Name: health4me
 Description: Woodmart Child Theme health4me-theme
 Author: devopmail.com
 Author URI: http: //devopmail.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.wpcf7-text {
	font-size: 14px;
	line-height: 50px;
	transition: .5s;
	opacity: .5;
	border-bottom: 1px solid #3E3E3E !important;
	border-top: none !important;
	border-right: none !important;
	border-left: none !important;
}

.togglebuttons .wpcf7-list-item {
	margin: 0 2px 0 0;
	display: inline-block;
}

.togglebuttons > span input {
	opacity: 0;
	position: absolute;
}

.togglebuttons > span .wpcf7-list-item-label {
	cursor: pointer;
	display: block;
	color: #333;
	border-radius: 2px;
	background: #f6f6f6;
	padding: 2px 8px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	border: 1px solid #e0e0e0;
}

.togglebuttons > span input:checked + .wpcf7-list-item-label {
	background: rgb(120, 180, 58);
	border: 1px solid rgb(120, 180, 58);
	color: #ffffff;
	font-weight: bold;
}

.pakete-icon-wrapper {
	text-align: center;
}

.pakete-icon {
	min-width: 85px;
	height: 85px;
	line-height: 85px;
	padding: 0 10px;
	border-radius: 100px;
	border: 2px solid white;
	text-align: center;
	background-color: #78b43a;
	display: inline-block;
	transition: all .25s ease;
	font-size: 2.25rem;
	color: white;
	font-weight: 800;
	font-family: initial;

}

.pakete-box {
	margin-top: -42px;
	padding: 1rem;
	min-height: 220px;
}

.pakete-box:hover {
	background: #78b43a;
	padding: 1rem;
	color: white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.pakete-title {
	padding-top: 50px;
}

.pakete-link {
	display: none;
}
.pakete-box:hover .pakete-link {
	display: block;
}
.pakete-box:hover .pakete-title,
.pakete-box:hover .pakete-link a {
	color: white;
}



.whb-sticky-prepared:not(.whb-sticked) .whb-general-header .whb-primary-menu {
	display: none;
}

@media (min-width: 1025px) {
	.whb-general-header-inner {
		height: 190px;
	}
}

.leistungen .icon-green {
	color: #78b43a;
}

.leistungen .hover-green:hover {
	border-radius: .5rem;
}

.leistungen .hover-green:hover .vc_column-inner,
.leistungen .hover-green:hover .vc_column-inner .vc_icon_element-icon {
	background-color: inherit !important;
	color: white;
}

.leistungen .hover-green:hover .vc_column-inner .title,
.leistungen .hover-green:hover .vc_column-inner .h4 {
	color: inherit !important;
}

#menu-h4m-footer,
#menu-h4m-footer li {
	display: inline-block;
	margin-bottom: 0;
}
#menu-h4m-footer li + li::before {
	content: " | ";
}

.whb-header {
	margin-bottom: 0;
}
.main-page-wrapper {
	margin-top: 0;
	padding-top: 0;
}
.site-content {
	margin-bottom: 0;
}

.woodmart-navigation .item-level-0 > a {
	padding-left: 30px;
	padding-right: 30px;
}

#breadcrumbs {
	margin: 1rem 0;
	position: absolute;
	z-index: 100;
}

body:not(.home) .entry-content > .vc_row:first-child {
	padding-top: 4rem;
}
.article-inner > .meta-post-categories {
	margin-top: 4rem;
}

.breadcrumbs a,
.breadcrumbs span,
.yoast-breadcrumb a,
.yoast-breadcrumb span {
	font-size: 1rem;
	font-weight: normal;
	text-transform: none;
}

.notifications-sticky div.wpcf7-response-output {
	position: static;
}
.notifications-sticky div.wpcf7-response-output::after {
	background-color: transparent !important;
	content: "";
}

.meta-post-categories,
.woodmart-pagination > span:not(.page-links-title) {
	background-color: #fbbc34;
}
.read-more-section a,
.read-more-section a:hover {
	color: #fbbc34;
}

.woodmart-archive-shop .page-title {
	display: block;
	margin-top: 0;
	text-align: center;
}


.woodmart-product-design-alt .breadcrumbs-location-below_header .single-breadcrumbs-wrapper {
	margin-top: 1rem;
}