/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/
.pagination-wrap {
    text-align: center;
}
.pagination {
    display: inline-block;
    overflow: visible;
}
.pagination span.pagination-meta {
    display: none;
}
nav.pagination a, nav.pagination span {
    border-radius: 0px !important;
    background-color: #FFFFFF !important;
    color: #15A066 !important;
		border-radius: 4px !important;
		box-shadow: 0px 15px 30px 0px #018A521A !important;
		margin: 0px 7px;
		font-size: 16px;
    font-weight: 600 !important;

}
.pagination span.current {
    background-color: #15A066 !important;
    color: #ffffff !important;
		font-size: 16px;
}

/*Global*/

#top .main_color .input-text,
#top .main_color input[type='text'],
#top .main_color input[type='input'],
#top .main_color input[type='password'],
#top .main_color input[type='email'],
#top .main_color input[type='number'],
#top .main_color input[type='url'],
#top .main_color input[type='tel'],
#top .main_color input[type='search'],
#top .main_color textarea,
#top .main_color select {
    border-color: var(--enfold-main-color-border);
    background-color: var(--enfold-main-color-bg);
    color: var(--enfold-main-color-color);
    font-family: inherit;
	border-radius: 5px;
	box-shadow: none;
	padding: 25px 20px;
}

/*Setting up the different logo, and menu color for rquired pages*/
#top.home #header.av_header_transparency .av-main-nav > li > a .avia-menu-text,
#top.page-id-277 #header.av_header_transparency .av-main-nav > li > a .avia-menu-text{
    color: #1A1A1A !important;
}
#top.home #header .logo img,
#top.page-id-277 #header .logo img {
    content: url("/wp-content/uploads/2022/12/logo-flaechenmakler-black.png");
}
/*Setting up Ends Here*/
#header .av-menu-button-colored {
    margin-left: 225px;
}
@media only screen and (max-width:1024px)
{
	#header .av-menu-button-colored
	{
		margin-left: 100px;
	}
}
#header .av-menu-button a {
    padding-right: 0px !important;
}
.gm-section-full-width .container {
    max-width: 100%;
    padding: 0px;
}
.avia-button .avia_iconbox_title i {
    background-color: #ffffff;
    color: #15A066;
    margin-left: 12px;
    border-radius: 100%;
    padding: 5px 5px 4px 5px;
    text-align: center;
    font-size: 14px;
}
.gm-btn-white .avia_iconbox_title i {
    background-color: #15A066;
    color: #ffffff;
    margin-left: 12px;
    border-radius: 100%;
    padding: 5px 5px 4px 5px;
    text-align: center;
    font-size: 14px;
}
.read-more-link a i {
    background-color: #ffffff;
    color: #15A066;
    margin-left: 12px;
    border-radius: 100%;
    padding: 5px 5px 4px 5px;
    text-align: center;
    font-size: 14px;
}
.avia-slideshow-dots {
    bottom: -60px !important;
}
.avia-slideshow-dots .active {
    background-color: #15A066 !important;
}
.avia-slideshow-dots a {
    height: 6.5px;
    width: 6.5px;
    padding: 6px;

}
.avia_iconbox_title, .read-more-link a{
    font-weight: 600;
    font-size: 18px;
}
.gm-grid-back-green {
    background-color: #15a066;
}
.gm-grid-back-yellow {
    background-color: #F6C75E;
}
.gm-section-padding-left .flex_cell:first-child {
    float: right;
    width: 651px !important;
    padding-right: 78px;
    padding-top: 65px;
    padding-bottom: 65px;
}
@media only screen and (max-width:1250px)
{
	.gm-section-padding-left .flex_cell:first-child {
    float: none;
}
}
.gm-inner-page-banner
{
	position: relative;
	padding: 4% 0% 11% 0%;
}
.gm-inner-page-banner:after {
    content: "";
    position: absolute;
    background: linear-gradient(0deg,rgba(0,0,0,0.2),rgba(0,0,0,0.2)),linear-gradient(76.95deg,#068C54 -7.37%,rgba(21,160,102,0) 94.89%) !important;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.gm-inner-page-banner-2
{
	position: relative;
	padding: 6% 0% 6% 0%;
}
.gm-inner-page-banner-2:after {
    content: "";
    position: absolute;
    background: linear-gradient(0deg,rgba(0,0,0,0.2),rgba(0,0,0,0.2)),linear-gradient(76.95deg,#068C54 -7.37%,rgba(21,160,102,0) 94.89%) !important;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.gm-quote-calculator-row {
    margin-top: -18% !important;
    box-shadow: 0px 15px 50px 0px #018a521a !important;
}
blockquote{
	border-color: #15a066;
}

/*Gloabl CTAs*/
.gm-cta-big-land {
    display: flex;
    align-items: stretch;
    margin: 35px 0px 40px 0px;
}
.gm-cta-big-land-img {
    line-height: 0px;
    width: 51%;
}
.gm-cta-big-land-img img {
    height: 100%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.gm-cta-big-land-txt {
    width: 121%;
    background-color: #15A066;
    padding: 40px 10px 10px 40px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.gm-cta-big-land-txt h3 {
    margin: 0px !important;
		color: #ffffff !important;
		font-size: 21px;
}
.gm-cta-big-land-txt p {
    color: #ffffff !important;
}
.gm-cta-big-land-btn {
    background-color: #F6C75E;
    padding: 8px 18px;
    display: inline-block;
    border-radius: 5px;
    color: #1A1A1A !important;
    font-size: 14px;
    font-weight: 700;
		text-decoration: none !important;
}
.gm-cta-big-land-btn i {
    background-color: #ffffff;
    margin-left: 12px;
    border-radius: 100%;
    padding: 5px 5px 4px 5px;
    text-align: center;
    font-size: 14px;
}
@media only screen and (max-width:767px)
{
	.gm-cta-big-land {
    flex-direction: column;
}
	.gm-cta-big-land-img {
    width: 100%;
}
	.gm-cta-big-land-img img {
    height: auto;
		width: 100%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 5px;
}
.gm-cta-big-land-txt {
    width: 100%;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 5px;
    padding: 25px 30px !important;
}
}
/*Gloabl CTAs Ends*/

/*Gloabl TOC*/
div#gm_tocDiv {
    width: 50%;
    float: right;
    background-color: #EBF4F0;
    border-radius: 5px;
    padding: 20px 20px;
    margin: 20px 0px 20px 30px;
}
.gm_tocDiv_heading {
    display: flex;
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 600;
}
.gm_tocDiv_heading img {
    margin-right: 15px;
}
div#gm_tocDiv ul ul {
    margin: 0px;
    padding: 0px;
}
ul#gm_tocList, ul#gm_tocList li ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none !important;
}
ul#gm_tocList li {
    margin: 0px 0px 7px 0px !important;
}
ul#gm_tocList li a {
    color: #15A066;
    font-weight: 700;
		position: relative;
    padding-left: 35px;
}
ul#gm_tocList li a img {
    position: absolute;
    left: 1%;
    top: 1%;
    height: 21px;
}
ul#gm_tocList li ul {
    margin-top: 7px;
}
@media only screen and (max-width:767px)
{
	div#gm_tocDiv {
    width: 100%;
    float: none;
    margin: 0px;
}
}
/*Gloabl TOC Ends*/
/*Global Ends*/

/*Banner*/
@media only screen and (max-width:1024px)
{
	.gm-section-hero-home .flex_column {
    width: 63%;
}
}
/*Banner Ends*/

/*How to steps*/
@media only screen and (min-width:768px)
{
.gm-how-it-works {
    background: linear-gradient(to right, white 50%, #dcf1e8 50%);
}
}
.gm-how-it-works .gm-how-to-step-1{
    background-color: #f3faf7;
}
.gm-how-it-works .gm-how-to-step-2{
    background-color: #e8f6f0;
}
.gm-how-it-works .gm-how-to-step-3{
    background-color: #dcf1e8;
}
.gm-how-to-step-text-wrapper span {
    border: 2px solid green;
    display: inline-block;
    background-color: #ffffff;
    padding: 5px 10px 10px 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 26px;
    margin-bottom: 21px;
    font-size: 20px;
    color: #15A066;
}
.gm-how-to-step-text-wrapper h3 {
    font-size: 18px;
}
.gm-how-to-step-text-wrapper p {
    margin-bottom: 0px;
}
.gm-how-to-step-1 span:before {
    content: "";
    position: absolute;
    width: 24%;
    height: 2px;
    background-size: cover;
    border-bottom: 2px dashed #15A066;
    left: -17%;
    top: 26%;
}
.gm-how-to-step-2 span:before, .gm-how-to-step-3 span:before {
    content: "";
    position: absolute;
    width: 78%;
    height: 2px;
    background-size: cover;
    border-bottom: 2px dashed #15A066;
    left: -71%;
    top: 26%;
}
@media only screen and (max-width:1089px)
{
	.gm-how-to-step-1 span:before {
    width: 14%;
    left: -6%;
    top: 63px;
}
	.gm-how-to-step-2 span:before, .gm-how-to-step-3 span:before {
    width: 67%;
    top: 63px;
    left: -60%;
}
	.gm-how-it-works-heading .av-special-heading-tag {
    font-size: 22px;
}
	.gm-how-it-works-btn .avia-button {
    padding: 17px 10px !important;
}
}
@media only screen and (max-width:950px)
{
	.gm-how-to-step-1 span:before {
    width: 14%;
    left: -3%;
}
	.gm-how-to-step-2 span:before, .gm-how-to-step-3 span:before {
    width: 67%;
    left: -58%;
}
	.gm-how-it-works-heading .av-special-heading-tag {
    font-size: 22px;
}
	.gm-how-it-works-btn .avia-button {
    padding: 17px 10px !important;
}
	.gm-how-to-step-text-wrapper h3 {
    font-size: 14px;
}
}
@media only screen and (max-width:767px)
{
	.gm-how-it-works {
    padding: 50px 0px;
}
.gm-how-to-step-1, .gm-how-to-step-2, .gm-how-to-step-3 {
    margin-bottom: 0px !important;
}
	.gm-how-it-works-heading {
    margin-bottom: 7px !important;
}
	.gm-how-to-step-text-wrapper {
    display: flex;
}
	.gm-how-to-step-text-wrapper span {
    margin-right: 15px;
		padding: 3px 10px 3px 10px;
    width: 36px;
    height: 36px;
}
	.gm-how-to-step-1 span:before, .gm-how-to-step-2 span:before, .gm-how-to-step-3 span:before
	{
		display: none;
	}
}
/*How to setps ends*/

/*Category grids*/
.gm-section-category-grid .avia-image-container {
    margin: 0px !important;
}
.gm-section-category-grid img {
    border-radius: 3px !important
}
.gm-section-category-grid .av-image-caption-overlay {
    position: absolute;
    height: 16%;
    bottom: 0px;
    background-color: #ffffff !important;
    opacity: 1 !important;
    border-bottom-left-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}
.gm-section-category-grid .av-caption-image-overlay-bg {
    opacity: 1 !important;
    background-color: #ffffff !important;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
@media only screen and (max-width:767px)
{
.gm-section-category-grid {
    width: 50% !important;
    float: left !important;
    padding: 0px 7px !important;
    margin: 0px 0px !important;
    line-height: 0px !important;
}
.gm-section-category .av-equal-height-column-flextable
	{
		margin-top: 0px !important;
	}
/*.gm-section-category-grid .avia-image-overlay-wrap img {
    height: 130px;
}*/
	.gm-section-category-grid .av-image-caption-overlay-center {
    padding: 0px !important;
    font-size: 16px;
    font-weight: 600;
}
	.gm-section-category-grid .av-image-caption-overlay {
    height: 33%;
}
}
/*Category grids ends*/

/*Section benefits*/
@media only screen and (max-width:767px)
{
.gm-section-benefits-grid {
    width: 50% !important;
    padding: 0px 10px;
    margin: 0px !important;
}
}
/*Section benefits ends*/

/*Success Stories*/
.gm-section-success-stories .owl-carousel {
    margin: 0px !important;
}
.gm-section-success-stories .owl-dots {
    left: -18% !important;
}
.gm-section-success-stories .owl-dots .owl-dot {
    margin-top: -11% !important;
}
.gm-section-success-stories .owl-dots span {
    position: relative;
}
.gm-section-success-stories .owl-dots .active span:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    border-radius: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.gm-section-success-stories {
    background: linear-gradient(180deg,#ffffff 61%,#E8F6F0 50%);
}
.gm-success-stories {
    display: flex;
}
.gm-success-stories-img {
    width: 60%;
    line-height: 0px !important;
}
.gm-success-stories-img img {
    width: 100% !important;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.gm-success-stories-txt {
    width: 40%;
    background-color: #F6C75E;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 40px 75px;
    position: relative;
}
.gm-success-stories-txt h3 {
    position: relative;
		margin-bottom: 45px;
}
.gm-success-stories-txt h3:after {
    content: "";
    position: absolute;
    width: 44px;
    height: 3px;
    background-color: #1A1A1A;
    bottom: -23px;
    left: 0px;
}
.gm-success-stories-txt:before {
    content: "";
    position: absolute;
    border-top: 35px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 38px solid #f6c75e;
    left: -7%;
    top: 18%;
}
.gm-success-stories-auth {
    display: flex;
    align-items: center;
    margin-top: 40px;
}
.gm-success-stories-auth-ico {
    width: 20%;
    margin-right: 20px;
		line-height: 0px;
}
.gm-success-stories-auth-txt strong {
    color: #1A1A1A;
}
.gm-success-stories-auth-txt p {
    margin: 0px;
    margin-top: 0px;
    color: #1A1A1A;
}
@media only screen and (max-width: 1138px)
{
	.gm-success-stories-txt {
    padding: 40px 35px;
}
}
@media only screen and (max-width: 1105px)
{
.gm-success-stories-img {
    width: 50%;
}
	.gm-success-stories-img img{
    height: 100% !important;
}
	.gm-success-stories-txt {
    width: 50%;
}
}
@media only screen and (max-width:767px)
{
	.gm-success-stories {
    display: flex;
    flex-direction: column;
}
	.gm-success-stories-img {
    width: 100%;
}
.gm-success-stories-img img {
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0px;
}
	.gm-success-stories-txt {
    width: 100%;
    border-top-right-radius: 0px;
		border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 35px 35px;
}
	.gm-section-success-stories .owl-dots {
    left: 0% !important;
}
}
/*Success Story ends*/

/*Section Work Teasers*/
.gm-section-teasers .owl-stage-outer {
    overflow: visible !important;
}
/*.gm-section-teasers .owl-stage {
    padding-left: 8.5%;
}*/
/*.gm-section-teasers .owl-stage-outer:before {
    content: "";
    position: absolute;
    height: 91.4%;
    width: 8.15%;
    background-color: #e8f6f0db;
    z-index: 1;
    top: 4.4%;
    left: -.5%;
    border-radius: 4px;
}
.gm-section-teasers .owl-stage-outer:after {
    content: "";
    position: absolute;
    height: 91.4%;
    width: 7.9%;
    background-color: #e8f6f0db;
    z-index: 1;
    top: 4.4%;
    right: -.5%;
    border-radius: 4px;
}*/
.gm-work-teasers {
    box-shadow: 0px 15px 50px 0px #018a521a;
    background-color: #ffffff;
    border-radius: 4px;
    overflow: hidden;
}
.gm-work-teasers-header {
    position: relative;
		line-height: 0px;
}
.gm-work-teasers-header > img {
    width: 100% !important;
}
.gm-work-teaser-location {
    position: absolute;
    background-color: rgb(0 0 0 / 60%);
    width: 100%;
    bottom: 0;
    color: #ffffff;
    display: flex;
    align-items: center;
    padding: 7px 10px;
}
.gm-work-teaser-location img {
    margin-right: 10px;
}
.gm-work-teasers-text {
    padding: 10px 10px;
}
.gm-work-teasers-text h3 {
    font-size: 16px;
    font-weight: 500 !important;
    line-height: 1.5;
    color: #5F5F5F !important;
}
.gm-work-teasers-meta {
    display: flex;
    justify-content: space-between;
		position: relative;
}
.gm-work-teasers-area
{
	position: relative;
}
.gm-work-teasers-area span, .gm-work-teasers-power span {
    display: block;
}
.gm-work-teasers-area:after {
    content: "";
    position: absolute;
    height: 80%;
    width: 1px;
    border-right: 1px dashed #E2EAE7;
    right: -80%;
    top: 13%;
}
button.owl-prev {
    padding: 0px !important;
    border-radius: 100%;
    left: 3% !important;
}
button.owl-prev:after {
    content: "\279D";
    position: absolute;
    background-color: #ffffff;
    color: #000000;
		transform: rotate(-180deg);
    top: 0%;
    left: -12%;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    font-size: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
		z-index: 2;
}
button.owl-next {
    padding: 0px !important;
    border-radius: 100%;
    right: 3% !important;
}
button.owl-next:after {
    content: "\279D";
    position: absolute;
    background-color: #ffffff;
    color: #000000;
    top: 0%;
    right: -12%;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    font-size: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
		z-index: 2;
}
button.owl-prev:before {
    content: "";
    position: absolute;
    width: 676%;
    height: 792%;
    top: -359%;
    left: -200%;
    background-image: linear-gradient(to left, #ff000000 0%, #e8f6f0d9 74%);
    z-index: 1;
}
button.owl-next:before {
    content: "";
    position: absolute;
    width: 676%;
    height: 792%;
    top: -359%;
    right: -200%;
    background-image: linear-gradient(to right, #ff000000 0%, #e8f6f0d9 74%);
    z-index: 1;
}
/*Section Work Teasers Ends*/

/*Section Reviews*/
.gm-section-reviews {
    border-bottom: 2px solid #E2EAE7 !important;
}
/*Section Reviews Ends*/

/*Section Magazin*/
.gm-section-magazin .avia-content-slider, .gm-section-magazin .avia-content-slider-inner {
    overflow: visible !important;
}
.gm-section-magazin .av_one_third {
    margin-left: 3%;
    width: 31.333333%;
    box-shadow: 0px 15px 50px 0px #018a521a !important;
    border-radius: 5px;
    overflow: hidden;
}
.gm-section-magazin .av_one_third:first-child {
    margin-left: 0%;
}
.gm-section-magazin .slide-content {
    padding: 15px 25px;
}
.gm-section-magazin .slide-entry-title {
    text-align: left !important;
    margin-bottom: 0px !important;
}
.gm-section-magazin .av-vertical-delimiter, .gm-section-magazin .minor-meta {
    display: none !important;
}
.gm-section-magazin .read-more-link a {
    display: inline-block !important;
    background-color: #15A066;
    color: #ffffff;
    width: auto !important;
    padding: 10px 15px !important;
    text-decoration: none !important;
    margin-top: 0px !important;
}
.gm-section-magazin .entry-footer {
    display: none;
}
.gm-section-magazin-hero .slide-image img {
    width: 100%;
}
.gm-section-magazin-hero .slide-image:after {
    content: "";
    position: absolute;
    background: linear-gradient(0deg,rgba(0,0,0,0.2),rgba(0,0,0,0.2)),linear-gradient(76.95deg,#068C54 -7.37%,rgba(21,160,102,0) 94.89%) !important;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.gm-section-magazin-hero .slide-content {
    position: absolute;
    bottom: 20%;
    width: 47%;
    left: 3%;
}
.gm-section-magazin-hero .slide-entry-title a {
    color: #ffffff !important;
    font-size: 32px;
}
.gm-section-magazin-hero .slide-entry-excerpt {
    color: #ffffff !important;
}
.gm-section-magazin-hero .read-more-link a i {
    display: none;
}
.gm-section-magazin-hero .read-more-link a {
    color: #15A066 !important;
    background-color: #ffffff !important;
    min-width: 175px;
}
@media only screen and (min-width:980px)
{
	.gm-section-magazin .slide-entry-wrap {
    display: flex;
}
}
@media only screen and (max-width:900px)
{
	.gm-section-magazin-hero .slide-content {
    width: 80%;
}
}
@media only screen and (max-width:767px)
{
	.gm-section-magazin-hero .slide-content {
    width: 100%;
		left: 0%;
		bottom: 0%;
}
	.gm-section-magazin-hero .slide-entry-title a {
    font-size: 25px;
}
	.gm-section-magazin-hero .read-more-link a {
    min-width: 135px;
		padding: 7px 0px !important;
}
	.gm-section-magazin .av_one_third {
    margin-bottom: 20px !important;
}
	.gm-section-magazin .avia-content-slider .slide-entry-wrap {
    margin-bottom: 0px;
}
}
/*Section Magazin Ends*/

/*FAQ accordion*/
.gm-accordion .toggler {
    padding: 16px 60px 16px 0px !important;
    font-weight: 600;
    background-color: transparent !important;
}
.gm-accordion .toggle_icon {
    right: 0px !important;
    opacity: 1 !important;
}
/*FAQ accordion ends*/ 

/*Section Requirement 1*/
.gm-section-requirement-1 .container {
    --main-width: 1350px;
    width: 100%;
    max-width: 100%;
    padding: 0;
    padding-right: calc((80% - var(--main-width)) / 2);
}
.gm-requirements-heading .av-special-heading-tag {
    display: inline-block !important;
    text-align: center !important;
    background-color: #252525;
    padding: 45px 72px !important;
    float: right !important;
		position: relative;
}
.gm-requirements-heading .av-special-heading-tag:before {
    content: "";
    position: absolute;
    border-top: 0px solid transparent;
    border-bottom: 125px solid transparent;
    border-right: 60px solid #252525;
    left: -16%;
    top: 0%;
}
.gm-requirements-grid-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 80px 80px;
    border-radius: 10px;
    overflow: hidden;
}
.gm-requirements-grid {
    padding: 25px 25px;
		position: relative;
		overflow: hidden;
}
.gm-requirements-grid:before {
    content: "";
    position: absolute;
    height: 26px;
    width: 3px;
    background-color: #F6C75E;
    left: 0;
    border-radius: 11px;
    top: 10%;
}
.gm-requirements-grid-dark {
    background-color: #2F2F2F;
}
.gm-requirements-grid-light {
    background-color: #343434;
}
.gm-requirements-grid-yellow {
    background-color: #F6C75E;
}
.gm-requirements-grid-yellow > span, .gm-requirements-grid-yellow > p, .gm-requirements-grid-yellow a, .gm-requirements-grid-yellow a span {
    color: #1A1A1A !important;
}
.gm-requirements-grid-yellow:before {
    background-color: #ffffff !important;
}
.gm-requirements-grid > span {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 18px !important;
    display: inline-block;
}
.gm-requirements-grid img {
    position: absolute;
    height: 39px;
    right: 8%;
    top: 7%;
}
.gm-requirements-grid p {
    color: #bdbdbd;
}
.gm-requirements-grid a {
    display: flex;
    align-items: center;
    color: #F6C75E;
		text-decoration: none !important;
		font-weight: 600;
}
.gm-requirements-grid a span {
    color: #F6C75E;
    margin-left: 10px;
}
@media only screen and (max-width:767px)
{
	.gm-requirements-heading .av-special-heading-tag {
    padding: 24px 35px !important;
}
	.gm-requirements-heading .av-special-heading-tag:before {
    border-top: 0px solid transparent;
    border-bottom: 76px solid transparent;
    border-right: 59px solid #252525;
    left: -23%;
}
}
/*Section Requirement 1 Ends*/

/*Section Requirements 2*/
.gm-section-requirement-2 .av-section-color-overlay {
    opacity: 1 !important;
    background-size: 50% 100% !important;
    background-repeat: no-repeat !important;
}
.gm-section-requirement-2 .gm-requirements-grid-wrapper {
    margin: 22px 80px 0px 80px;
}
@media only screen and (max-width:1024px)
{
	.gm-requirements-grid > span {
    padding-right: 55px;
}
}
@media only screen and (max-width:767px)
{
	.gm-section-requirement-2 .container {
    padding-top: 81%;
}
	.gm-section-requirement-2 .av-section-color-overlay {
    background-size: 100% auto !important;
}
	.gm-requirements-grid-wrapper {
    grid-template-columns: 1fr;
    margin: 20px 0px 0px 0px !important;
    border-radius: 0px;
}
.gm-requirements-grid {
    padding: 20px 15px;
    border-radius: 5px;
    margin-bottom: 12px;
}
}
/*Section Requirements 2 Ends*/

/*Section Partner How It Works*/
.gm-section-partner-how-it-works-grid .av-special-heading-tag span {
    position: absolute;
    top: -70px;
    color: #15A066;
    background-color: #ffffff;
    border-radius: 100%;
    border: 2px solid #15A066;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 9px;
}
@media only screen and (max-width:767px)
{
	.gm-section-partner-how-it-works .flex_column {
    margin-bottom: 0px !important;
}
		.gm-section-partner-how-it-works .gm-section-partner-how-it-works-grid {
    border-radius: 0px !important;
		padding: 20px 15px 10px 15px;
}
	.gm-section-partner-how-it-works-grid .av-special-heading-tag span {
    position: static;
    width: 35px;
    height: 35px;
    display: inline-block;
    margin-right: 7px;
}
	.gm-section-partner-how-it-works-banner {
		 border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 30%);
    padding: 27px 15px 15px 15px !important;
}
	.gm-section-partner-how-it-works-banner .av-special-heading-tag, .gm-section-partner-how-it-works-banner p {
    color: #ffffff;
}
	.gm-section-partner-how-it-works-grid:last-child {
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}
}
/*Section Partner How It Works Ends*/

/*Section Broker Area Numbers*/
.gm-borker-area-numbers .container {
    background-color: #F3FAF7;
    border-radius: 10px;
}
.gm-borker-area-numbers-grid {
    box-shadow: 0px 15px 50px 0px #018a521a;
}
.gm-borker-area-numbers .avia-animated-number {
    text-align: left;
}
.gm-borker-area-numbers .avia-single-number {
    font-weight: 600;
}
.gm-borker-area-numbers-grid .avia-image-container {
    position: absolute;
    top: 25%;
    right: 5%;
    z-index: 10 !important;
}
.gm-borker-area-numbers-grid .avia-image-container img {
    height: 60px;
    width: 60px;
}

@media only screen and (max-width:767px)
{
.gm-borker-area-numbers .container {
    padding: 0px 25px 0px 25px !important;
    max-width: 100% !important;
    width: 100% !important;
    border-radius: 0px;
}
}
/*Section Broker Area Numbers Ends*/

/*Section Project Developer Lead Form*/

/*.gm-project-developer-lead-form select, .gm-affiliate-lead-form select, .gm-project-developer-lead-form input[type="text"], .gm-affiliate-lead-form input[type="text"], .gm-project-developer-lead-form input[type="tel"], .gm-affiliate-lead-form input[type="tel"], .gm-project-developer-lead-form input[type="email"], .gm-affiliate-lead-form input[type="email"], .gm-project-developer-lead-form textarea, .gm-affiliate-lead-form  textarea {
    text-align: left !important;
    background-color: #ffffff !important;
    border: 1px solid #E2EAE7 !important;
    padding: 15px 15px !important;
    margin-bottom: 0px !important;
		border-radius: 5px !important;
}
.gm-project-developer-lead-form fieldset, .gm-affiliate-lead-form fieldset {
    margin-bottom: 0px !important;
}*/
.gm-project-developer-lead-form .gform_fields, .gm-affiliate-lead-form .gform_fields {
    grid-column-gap: 1.2% !important;
    -ms-grid-columns: (1fr 1.2%) [12];
    grid-row-gap: 16px !important;
}
.gm-project-developer-lead-form .gform_footer {
    display: block !important;
    align-items: end !important;
    text-align: right !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}
.gm-project-developer-lead-form .gform_button, .gm-affiliate-lead-form .gform_button {
    border-radius: 7px !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    padding: 15px 25px !important;
}
/*Section Project Developer Lead Form Ends*/

/*Section You Advantages*/
.gm-std-img-box {
    display: flex;
    margin-bottom: 25px;
}
.gm-std-img-box:last-child {
    margin-bottom: 0px;
}
.gm-std-img-box-ico {
    width: 17%;
}
.gm-std-img-box-txt {
    width: 65%;
}

@media only screen and (max-width:767px)
{
	.gm-std-img-box-ico {
    width: 80px;
}
	.gm-std-img-box-txt {
    width: 81%;
}
}
/*Section You Advantages Ends*/

/*Section Affilicate How It Works*/
.gm-section-affiliate-how-it-works-grid .avia-image-container {
    background-color: #ffffff;
    padding: 14px;
    border-radius: 100%;
    margin-bottom: 22px;
}
.gm-section-affiliate-how-it-works-grid-num {
    position: absolute;
    right: 10%;
    top: 9%;
}
.gm-section-affiliate-how-it-works-grid-num .av-special-heading-tag {
    color: white;
    opacity: .2;
    font-weight: 400 !important;
}
/*Section Affilicate How It Works Ends*/

/*Custom Single Post Template*/
.gm-single-post-header {
    background-color: #15A066;
    padding: 60px 10px 15px 10px;
}
.gm-single-post-container {
    max-width: 985px;
    margin: 0 auto;
}
.gm-single-post-breadcrumbs {
    margin: 0px;
    color: #ffffff;
    font-size: 14px;
}
.gm-single-post-breadcrumbs a {
    color: #ffffff;
}
.gm-single-post-breadcrumbs-sep {
    margin: 0px 8px;
}
.gm-single-post-title {
    color: #ffffff;
    margin: 15px 0px;
    font-size: 45px;
}
.gm-single-post-thumbnail {
    background: linear-gradient(180deg,#15a066 50%,#ffffff 50%);
}
.gm-single-post-thumbnail-container {
    max-width: 1200px;
    margin: 0 auto;
    height: 400px;
    background-size: cover;
	  background-position: center center;
}
.gm-single-post-content {
    padding: 10px 0px 40px 0px;
}
.gm-single-post-content h2, .gm-single-post-content h3, .gm-single-post-content h2, .gm-single-post-content h4 {
    margin: 35px 0px 18px 0px;
}
.gm-single-post-content p {
    color: #5F5F5F;
}
.gm-single-post-content ul {
    list-style-type: disclosure-closed;
    padding-left: 25px;
}
.gm-single-post-content ul li {
    color: #5F5F5F;
    margin-bottom: 8px;
}
.gm-single-post-content a {
    color: #15A066;
}
@media only screen and (max-width:767px)
{
	.gm-single-post-thumbnail-container, .gm-single-post-container {
    padding: 0px 10px;
}
}

/*Custom Single Post Template Ends*/

/*Global Footer*/
.gm-global-footer h3
{
	text-transform: uppercase !important;
}
.gm-footer-menu {
    margin: 0px !important;
    padding: 0px !important;
    list-style-type: none !important;
		margin-top: 19px !important;
}
.gm-footer-menu li {
    margin: 0px;
    margin-bottom: 5px;
}
.gm-footer-menu li a {
    color: #bdbdbd;
    text-decoration: none !important;
}
.gm-footer-social-links {
    margin-top: 10px;
    margin-left: -11px;
}
.gm-footer-social-links .av-share-link a {
    color: #ffffff !important;
    padding: 0px !important;
}
.gm-footer-social-links .avia-related-tooltip {
    display: none !important;
}
.gm-footer-social-links .av-share-box ul li a {
    width: 36px !important;
    height: 32px !important;
    padding: 10px !important;
}
/*Global Footer Ends*/

/*Global Media query for mobiles*/
@media only screen and (max-width:767px)
{
	body
	{
		font-size: 14px !important;
	}
	.avia-section-large .content, .avia-section-large .sidebar {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
	a.avia-button {
    padding-left: 7px !important;
    padding-right: 7px !important;
}
	.gm-section-padding-left .flex_cell:first-child {
    float: none;
    width: 100% !important;
    padding-right: 60px;
    padding-top: 50px;
    padding-bottom: 50px;
}
}
/*Global Media query for mobiles ends*/



/* Data Confirmation Form */
#confirm-data-wrapper .gform_wrapper.gravity-theme .confirm-data-form .field_description_above .gfield_description {
	text-align: left;
	padding: 0px 0px 5px 0px;
	margin-top: 2px;
}

#confirm-data-wrapper .gform_wrapper.gravity-theme .confirm-data-form .gform_confirmation_message:before,
#confirm-data-wrapper .gform_wrapper.gravity-theme .confirm-data-form .gform_confirmation_message:after {
	background: none;
}

#confirm-data-wrapper .gform_wrapper.gravity-theme .confirm-data-form .gform_confirmation_wrapper {
	min-height: 500px;
}

.iconbox_content{
    background-color: #f8ecca;
    border-radius: 10px;
    border: 0px;
    padding: 15px 20px;
}

.iconbox_content .iconbox_icon{
    color: #15A066;
}

/* GRAVITY FORMS */
.lead-form .gform_anchor{
	padding-top: 20px;
}

.lead-form .gform-field-label,
.lead-form .gfield_description,
.lead-form .gfield_label{
	text-align: center;
}

#top .lead-form{
	margin: 50px;
}

#top .lead-form .gfield_label{
	font-weight: 700;
	font-size: 24px;
	color: var(--enfold-main-color-color);
	margin-bottom: 20px;
}

#top .lead-form .gfield_required{
	display: none;
}

.lead-form .gfield_radio,
.lead-form .gfield_checkbox,
.lead-form .gform-page-footer,
.lead-form .gfield_description,
.lead-form .gfield_label{
	justify-content: center;
}

.lead-form .gform_heading{
	display: none;
}

#top .lead-form .ginput_container_image_choice,
#top .lead-form .gfield-choice-text-wrapper .ginput_container_radio,
#top .lead-form .ginput_container_slider{
	min-height: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.lead-form .gform_body .gform_fields .gfield .gfield_radio .gchoice,
.lead-form .gform_body .gform_fields .gfield .gfield_checkbox .gchoice{
	border-width: 1px;
	border-color: var(--enfold-main-color-border);
	border-radius: 7px !important;
	background-color: var(--enfold-main-color-bg2);
	box-shadow: none;
	cursor: pointer;
	display: flex;
    align-items: center;
	min-height:195px;
}

.lead-form .gform_body .gform_fields .gfield .gfield_radio .gchoice:hover,
.lead-form .gform_body .gform_fields .gfield .gfield_radio .gchoice:where(:has(input:checked)),
.lead-form .gform_body .gform_fields .gfield .gfield_checkbox .gchoice:hover,
.lead-form .gform_body .gform_fields .gfield .gfield_checkbox .gchoice:where(:has(input:checked)){
	border-color: var(--enfold-main-color-primary);
}

.lead-form .gform_body .gform_fields .gfield .gfield_radio .gchoice:where(:has(input:checked))::after,
.lead-form .gform_body .gform_fields .gfield .gfield_checkbox .gchoice:where(:has(input:checked))::after{
	background-color: var(--enfold-main-color-primary);
}

.lead-form .gform_body .gform_fields .gfield .gfield_radio .gchoice .gfield-choice-image-wrapper,
.lead-form .gform_body .gform_fields .gfield .gfield_checkbox .gchoice .gfield-choice-image-wrapper{
    padding: 30px;
	width: 125px;
	height: 125px;
	margin: 0 auto;
}

#top .lead-form .gform_body .gform_fields .gfield .gfield_radio label,
#top .lead-form .gform_body .gform_fields .gfield .gfield_checkbox label{
    width: 175px;
	padding: 0;
    margin: 0 auto;
	font-weight: normal;
}

#top .lead-form .gform_body .gform_fields .gfield.gfield-choice-text-wrapper .gfield_radio label{
	font-size: 3em;
	font-weight: 700;
	color: var(--enfold-main-color-primary);
	line-height: 195px;
}

#top .lead-form .gform_body .gform_fields .gfield .gfield_radio .gchoice .gfield-image-choice-wrapper-inner .gfield-choice-input,
#top .lead-form .gform_body .gform_fields .gfield .gfield_checkbox .gchoice .gfield-image-choice-wrapper-inner .gfield-choice-input,
#top .lead-form .gform_body .gform_fields .gfield.gfield-choice-text-wrapper .gchoice .gfield-choice-input{
	display: none;
}

#top .gform_footer .gform_button.button,
#top .gform_page_footer .gform_button.button,
#top .gform_page_footer .button.gform_next_button{
	border-radius: 30px;
	background-color: var(--enfold-main-color-primary);
    border-color: var(--enfold-main-color-primary);
	padding: 15px 30px;
}

#top .lead-form .gform_page_footer .button.gform_previous_button{
	border: 0;
	background-color: transparent;
	box-shadow: none;
	color: var(--enfold-header-color-color);
}

.lead-form .step-contact .gform_fields {
    row-gap: 10px;
}

#top .lead-form .step-contact fieldset.gfield--type-name{
	margin-bottom: 0px;
}

#top .lead-form .gform_body .gform_fields .gfield .ginput_container_text input,
#top .lead-form .gform_body .gform_fields .gfield .ginput_container_email input,
#top .lead-form .gform_body .gform_fields .gfield .ginput_container_phone input,
#top .lead-form .gform_body .gform_fields .gfield .ginput_container_select select,
#top .lead-form .gform_body .gform_fields .gfield .ginput_container_name input{

}

#top .lead-form input::placeholder,
#top .lead-form select::placeholder,
#top select option.gf_placeholder{
	color: var(--enfold-main-color-color);
	opacity: 0.3;
}

#top .lead-form .gfield_consent_label{
	text-align: left;
	font-weight: normal;
}

/* SLIDER */
.slider-display {
    background-color: #15a066 !important;
    height: 10px !important;
    border: 0px !important;
    border-radius: 5px !important;
	width: 70%;
}

.min-val-relation,
.max-val-relation {
    margin-top: -40px !important;
    color: #5F5F5F !important;
}

.lead-form .gfield--type-slider .noUi-connects {
    background-color: var(--enfold-main-color-bg2);
	border: 1px solid var(--enfold-main-color-primary);
}

.lead-form .gfield--type-slider .noUi-connect{
    background-color: var(--enfold-main-color-primary) !important;
	border: 1px solid var(--enfold-main-color-primary);
}

.noUi-horizontal .noUi-handle {
    height: 20px !important;
    top: -5px !important;
    background-color: #ffffff !important;
    border: 2px solid #15A066 !important;
    border-radius: 10px !important;
}
.noUi-handle:after, .noUi-handle:before{
    display: none !important;
}
.noUi-tooltip {
    background-color: #1A1A1A !important;
    color: #ffffff !important;
    border-radius: 5px !important;
    padding: 4px 20px 2px 20px !important;
    bottom: -30px !important;
}
.noUi-tooltip:before {
    content: "" !important;
    position: absolute !important;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid black !important;
    top: -28% !important;
    left: 32.5% !important;
}

.step-area-size.ha .noUi-tooltip::after {
    content: " ha";
}

.step-area-size.qm .noUi-tooltip::after {
    content: " m²";
}

.step-area-lease-price .noUi-tooltip::after {
    content: " €";
}

.step-area-leased-year .noUi-tooltip::after {
    content: " Jahre";
}

body .gform_wrapper .lead-form .gfield button.iti__selected-country{
	padding: 17px 0px !important;
}

@media only screen and (max-width: 767px) {
	.lead-form .gform_body .gform_fields .gfield .gfield_radio .gchoice,
	.lead-form .gform_body .gform_fields .gfield .gfield_checkbox .gchoice{
		min-height: auto;
	}
	#top .lead-form .gform_body .gform_fields .gfield .gfield_radio label,
	#top .lead-form .gform_body .gform_fields .gfield .gfield_checkbox label {
		width: 100%;
	}
	.responsive #top #wrap_all #quote-calculator-wrapper .container{
		width: 100%;
		max-width: 100%;
	}
	.gform-theme--framework.lead-form .gfield--type-choice .gfield_radio{
		display: grid;
	}
	.lead-form .gfield--type-choice .gfield_radio .gchoice .gfield-image-choice-wrapper-outer{
        display: flex;
        flex-direction: row;
        gap: 20px;
        align-items: center;
        min-height: auto;
	}
	.gform-theme--framework.lead-form .gfield--type-image_choice .gchoice {
        inline-size: 340px;
        max-inline-size: 340px;
        min-inline-size: 340px;
	}
	.lead-form .gform_body .gform_fields .gfield .gfield_radio .gchoice .gfield-choice-image-wrapper{
		margin: 0px;
		padding: 10px;
   		width: 60px;
   		height: 60px;
	}
	#top .lead-form .gform_body .gform_fields .gfield .gfield_radio label,
	#top .lead-form .gform_body .gform_fields .gfield .gfield_checkbox label{
		margin: 0;
	}
}