/**
Theme Name: Ledmann
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ledmann
Template: astra
*/

/* Global START */
.nx-button .elementor-button-icon svg {
    max-height: 16px;
    margin-left: 8px
}
.nx-button .elementor-button-content-wrapper {
	align-items: center;
}
#page .elementor-widget-container p {
    margin: 0;
}
.aspect-square {
	aspect-ratio: 1 / 1;
}
.elementor-icon svg {
	width: auto !important;
}
@media (min-width: 1025px)
{
   .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li.mobile-menu-item {
        display: none;
    } 
}


@media (max-width: 1024px) {
    .nx-button .elementor-button-icon svg {
        max-height: 11px;
        margin-left: 4px
    }
}

/* Global END */

/* Header START */
#page .elementor-location-header .elementor-nav-menu--main .elementor-item:hover
{
	color: var(--e-global-color-accent);
}
@media (max-width: 1024px)
{
	.elementor-location-header .elementor-nav-menu a:hover {
		line-height: var( --e-global-typography-text-line-height );
	}
}
/* Header END */

/* Hero Slider START */
.hero-slider.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 56px;
}
.hero-slider .elementor-button::after {
    content: "";
    display: inline-block;
    height: 21px;
    width: 15px;
	-webkit-mask-image: url('/wp-content/uploads/2024/09/dropdown_arrow_right.svg');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: bottom;
    mask-image: url('/wp-content/uploads/2024/09/dropdown_arrow_right.svg');
    mask-repeat: no-repeat;
    mask-position: bottom;
    background-color: var(--e-global-color-primary);
    margin-left: 8px;
}
.hero-slider .elementor-button:hover::after {
    background-color: var(--e-global-color-secondary);
}
.hero-slider .swiper-slide-contents {
	width: 100%;
}

@media (min-width: 1025px)
{
	.elementor .hero-slider.elementor-element.e-widget-swiper .swiper-slide-inner .elementor-slide-description:not(:last-child) {
        max-width: 584px;
    }
	.hero-slider .swiper-slide-contents {
		margin: 0 56px;
	}
}
@media (max-width: 1024px)
{
    .hero-slider.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 28px;
    }
    .hero-slider.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
        height: 8px;
        width: 8px;
    }
    .elementor .hero-slider.elementor-element.e-widget-swiper .swiper-slide-inner .elementor-slide-heading:not(:last-child) {
        margin-bottom: 28px;
    }
    .elementor .hero-slider.elementor-element.e-widget-swiper .swiper-slide-inner .elementor-slide-description:not(:last-child) {
        margin-bottom: 20px;
    }
	.hero-slider .elementor-button::after {
        width: 12px;
        height: 16px;
        margin-left: 4px;
    }
	.hero-slider.elementor--h-position-center .swiper-slide-inner {
		justify-content: flex-start;
	}
}
@media (max-width: 768px)
{
    .hero-slider.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 20px;
    }
}
/* Hero Slider END */
/* Cards Start */
.nx-cards .elementor-button-text {
    transition: all .3s ease-in-out;
}
.nx-cards .elementor-button-text:hover {
    letter-spacing: 0.03em;
} 
@media (max-width: 1024px)
{
	.nx-cards img {
		aspect-ratio: 3 / 2;
		object-fit: cover;
	}	
}

/* Cards END */
/* Marketing Hero STARTS */
@media (min-width: 1025px)
{
	.marketing-hero.elementor-element.e-con .marketing-hero-text.elementor-element {
		max-width: 584px;
	}
	.marketing-hero.elementor-element.e-con .marketing-hero-image.elementor-element img {
		max-height: 823px;
		width: auto;
	}
}
@media (max-width: 1580px)
{
    .image-text-container .image-text-content {
        padding: 0
    }
}
@media (max-width: 1024px)
{
	.marketing-hero.elementor-element.e-con .marketing-hero-image.elementor-element img {
		max-height: 440px;
		width: auto;
	}
}
/* Marketing Hero ENDS */
/* References STARTS */
.references .swiper-wrapper {
	transition-timing-function: linear;
}
/* References ENDS */
/* Kontakt STARTS */
.elementor.elementor .kontakt-image.e-con {
    max-width: 270px;
}
/* Kontakt ENDS */
/* Form START */
.nx-form .elementor-field-type-submit .elementor-button-content-wrapper::after {
    content: "";
    display: inline-block;
    height: 21px;
    width: 15px;
	-webkit-mask-image: url('/wp-content/uploads/2024/09/dropdown_arrow_right.svg');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-image: url('/wp-content/uploads/2024/09/dropdown_arrow_right.svg');
    mask-repeat: no-repeat;
    mask-position: center;
    background-color: var(--e-global-color-secondary);
    margin-left: 8px;
}
.nx-forms.invert .elementor-field-type-submit .elementor-button-content-wrapper::after {
	background-color: var(--e-global-color-primary);
}
.nx-form .elementor-field-type-submit .elementor-button-content-wrapper:hover::after {
    background-color: var(--e-global-color-primary);
}
.nx-forms.invert .elementor-field-type-submit .elementor-button-content-wrapper:hover::after {
    background-color: var(--e-global-color-secondary);
}
/* Contact Form Reverse Background */
#contact-form-reverse .elementor-element{
    background-color: transparent;
}

#contact-form-reverse .elementor-element h2, 
#contact-form-reverse .elementor-element p,
#contact-form-reverse .elementor-element span,
#contact-form-reverse .elementor-element label{
    color: var(--e-global-color-secondary);
}

#contact-form-reverse button{
    background-color: var(--e-global-color-secondary);
}
#contact-form-reverse button:hover{
    background-color: var(--e-global-color-primary);
}
#contact-form-reverse .elementor-element button .elementor-button-content-wrapper{
    color: var(--e-global-color-primary);
}
#contact-form-reverse .elementor-element button .elementor-button-content-wrapper::after {
	background-color: var(--e-global-color-primary);
}
#contact-form-reverse .elementor-element button:hover .elementor-button-content-wrapper::after {
	background-color: var(--e-global-color-secondary);
}
#contact-form-reverse .elementor-element button:hover .elementor-button-content-wrapper{
    color: var(--e-global-color-secondary);
}
#contact-form-reverse .elementor-element button .elementor-button-content-wrapper span {
	color: inherit;
}
@media (max-width: 1024px)
{
	.nx-form .elementor-field-type-submit .elementor-button-content-wrapper::after {
        width: 12px;
        height: 16px;
        margin-left: 4px;
    }
}
/* Form END */
/* Programm Cards  START */
@media (max-width: 1024px)
{
	.elementor.elementor .programm-card.e-con {
    	background-image: none;
	}
}
/* Programm Cards ENDS */
/* Gallery START */ 
.nx-gallery img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
@media (max-width: 1024px)
{
    .nx-gallery img {
        aspect-ratio: 3 / 2;
    }
}
@media (max-width: 768px)
{
    .nx-gallery img {
        aspect-ratio: 1 / 1;
    }
}
/* Gallery ENDS */
/* Accordion STARTS */
	.nx-accordion.elementor-widget-n-accordion .e-n-accordion-item-title {
    	justify-content: space-between;
    	gap: 28px;
	}
	.nx-accordion.elementor-widget-n-accordion .e-n-accordion-item-title > span {
    	max-width: 584px;
	}
.nx-accordion.elementor-widget-n-accordion .e-n-accordion-item-title-icon > span {
	width: 20px;
}

	@media (max-width: 1024px)
	{
    	.nx-accordion.elementor-widget-n-accordion .e-n-accordion-item-title > span {
        	max-width: 100%
    	}
    	.nx-accordion.elementor-widget-n-accordion .e-n-accordion-item-title {
        	gap: 20px;
    	}
	}
/* Accordion ENDS */
/* Info Location Cards STARTS */
.aspect-card > div {
	aspect-ratio: 1 / 1;
}
@media (max-width: 1280px)
{
	.elementor.elementor .elementor-element .aspect-card {
    grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 1024px)
{
	.aspect-card > div {
		aspect-ratio: 3 / 2;
	}
}
/* Info Location Cards ENDS */
/* Kontakt Banner  STARTS */
@media (max-width: 1580px) AND (min-width: 1025px)
{
  .elementor.elementor .elementor-element .kontakt-banner {
        background-position: center;
    }  
}
@media(max-width: 768px) {
   .elementor.elementor .elementor-element .kontakt-banner {
        background-image: none;
    }   
}
/* Kontakt Banner ENDS */
/* Impressum/Datenschutz STARTS*/
.elementor.elementor .e-con.policy-container .elementor-widget-heading {
    max-width: 584px;
	width: 100%;
}
.elementor.elementor .e-con.policy-container .elementor-widget-text-editor { 
	width: 100%;
}
@media (max-width: 1480px)
{
    .elementor.elementor .e-con.policy-container .elementor-widget-heading {
        max-width: 50%;
        width: 100%;
    }
    .elementor.elementor .e-con.policy-container .elementor-widget-text-editor {
        max-width: 50%;
        width: 100%;
    }
}
@media (max-width: 767px)
{
    .elementor.elementor .e-con.policy-container .elementor-widget-heading {
        max-width: 100%;
        width: 100%;
    }
    .elementor.elementor .e-con.policy-container .elementor-widget-text-editor {
        max-width: 100%;
        width: 100%;
    }
}
/* Impressum/Datenschutz ENDS */
/* Footer STARTS. */
.footer-image img {
	max-height: 510px;
}
/* Footer ENDS. */

/* Budgetrechner STARTS */
.container-cf7-steps *,
.container-cf7-steps input{
    font-family: 'switzer';
    font-size: var( --e-global-typography-text-font-size );
    font-weight: var( --e-global-typography-text-font-weight );
    line-height: var( --e-global-typography-text-line-height );
    color: var( --e-global-color-primary );
}
.container-cf7-steps select {
    border-radius: 0;
}
.container-cf7-steps .flex-container > div {
    width: 50%;
}
.container-cf7-steps .flex-container .left,
.container-cf7-steps .flex-container .right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 40px;
}
.container-cf7-steps .flex-container .left .last .wpcf7-form-control-wrap {
    margin-top: 16px
}
.container-cf7-steps .column_one_quarter {
    color: var( --e-global-color-primary );
}
.container-cf7-steps .column_one_quarter strong {
    text-align: right;
}
.container-multistep-header {
    margin-bottom: 40px;
}
.wpcf7 form > div.container-cf7-steps {
    margin-bottom: 0;
}
.container-cf7-steps .standort {
    display: block;
    font-size: var( --e-global-typography-secondary-font-size );
  font-weight: var( --e-global-typography-secondary-font-weight );
  line-height: var( --e-global-typography-secondary-line-height );
    margin-top: 22px;
}
.container-cf7-steps .bold-zeit {
    display: flex;
    align-items: center;
    margin-top: 16px;
    height: 40px;
    font-weight: var( --e-global-typography-secondary-font-weight );
}
.container-cf7-steps .bold-zeit strong {
    font-weight: var( --e-global-typography-secondary-font-weight );
}
.container-cf7-steps .bold-zeit .dauerM {
    width: max-content;
    margin-right: 8px;
}
#page .container-cf7-steps .multistep-cf7-next:hover,
#page .container-cf7-steps .multistep-cf7-prev:hover {
    background-color: var( --e-global-color-primary ) !important;
    opacity: 1;
    color: var( --e-global-color-secondary ) !important;
}
.hidden_helper, .wpcf7-form-control.wpcf7-range{
  display: none !important;
}
.cf7-tab-1 .irs-single{
  display: none;
}
.irs--round .irs-bar{
  background-color: transparent;
}
.irs .irs-min, .irs .irs-max{
  display: none;
}
.irs-handle.single{
  border: none;
}
.flex-container .column_half .wpcf7-form-control-wrap input{
  padding-left: 0px;
}
.multistep-cf7-first{
  display: none;
}
.dauerM input{
  padding-left: 0 !important;
}
.container-body-tab{
  width: 100%;
  margin: 0 auto;
}
.container-body-tab .cf7-tab-1 label span input{
  border: none !important;
}
.budget-text{
  margin-top: 50px;
  margin-bottom: 50px;
}
.flex-container{
  display: flex;
  justify-content: start;
  gap: 28px
}
.flex-container .right{
  margin-bottom: 0;
}
.small-container{
  margin-bottom: 0;
}
.small-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.small-container #test{
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
}
.small-container #test input{
 /*margin-top: 12px;*/
  padding-right: 5px;
  float: right;
  text-align: right;
}
.small-container .slots{
  width: 80% !important;
}
.display_checkboxes .wpcf7-list-item  {
    margin-left: 0;
    width: 50%;
    padding-bottom: 5px;
}
.display_checkboxes .wpcf7-checkbox_custom {
    display: flex;
    flex-wrap: wrap;
}
.container-cf7-steps .flex-container > div.big {
    width: 60%;
}
.container-cf7-steps .flex-container > div.small {
    width: 40%;
}
.container-cf7-steps .sekunden_anzeige.total .cf7-calculated-name {
    font-size: 28px;
}
/*Step 2*/
.overview_container div{
  display: flex;
  align-items: flex-start;
  width: 100%;
  flex-direction: row !important;
    font-weight: var( --e-global-typography-secondary-font-weight );
}
.wpcf7 .overview_container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.wpcf7 .overview_container span,
.wpcf7 .overview_container p {
  width: 50%;
}
.wpcf7 .overview_container label{
  width: 50%;
}
.wpcf7 .overview_container div > span {
    display: flex;
}
.overview_container span input{
  border: none !important;
}
.cf7-tab-2 .wpcf7-form-control-wrap strong,
.cf7-tab-2 .overview_container div p,
.cf7-tab-2 .overview_container div span{
    font-weight: var( --e-global-typography-secondary-font-weight );
}
.cf7-tab-2 .dauer_string_uebersicht strong{
    width: max-content;
}
.wpcf7 .overview_container div > span {
    max-width: 50%;
}
.wpcf7 .overview_container div > div > span {
    width: 100%;
}
.wpcf7 .overview_container div > span > span{
    margin-right: 8px;
}
/*Step 3*/
.cf7-tab-3 .top_container {
  display: flex;
  width: 100%;
  justify-content: space-between;
    gap: 28px;
}
.cf7-tab-3 .wpcf7-text,
.cf7-tab-3 .wpcf7-textarea {
    border-radius: 0;
}
.cf7-tab-3 .wpcf7-text,
.cf7-tab-3 .wpcf7-textarea {
    padding-left: 10px !important;
}
.cf7-tab-3 .cf7-content-tab .form-header-tripple .wpcf7-form-control-wrap{
  width: 33%;
}
.cf7-tab-3 input,.cf7-tab-3 textarea{
  background: white !important;
  color: var(--e-global-color-primary) !important;
}

.cf7-tab-3 .cf7-content-tab {
    display: flex;
    flex-direction: column;
    gap: 28px;
}
.cf7-tab-3 .wpcf7-submit{
  padding: 14px 20px;
  border-radius: 14px;
  border: none;
  background-color: var(--e-global-color-primary) !important;
    color: white !important;
    transition: all 300ms ease-in-out;
}
.cf7-tab-3 .wpcf7-submit:hover {
    color: var(--e-global-color-primary) !important;
    background-color: white !important;
}
.cf7-tab-3 .multistep-cf7-prev{
  display: none;
}
.required{
  color: red;
}
.cf7-tab-3 .wpcf7-submit {
    max-width: max-content;
}
.catchline-container {
    display: flex;
    flex-direction: column;
    
}
.catchline-container span {
    font-size: 13px;
    line-height: 1.1;
}
.overview_container .overview + span span {
    width: auto;
}
/*Budget Moblie*/

@media(max-width: 1480px)
{
    .container-cf7-steps .flex-container > div.big,
    .container-cf7-steps .flex-container > div.small,
    .container-cf7-steps .flex-container > div{
        width: 100%;
    }
    .flex-container {
        flex-wrap: wrap;
    }
}
@media(max-width: 1024px){
    .container-cf7-steps .flex-container .left .last .wpcf7-form-control-wrap {
        margin-top: 8px;
    }

  .flex-container{
    flex-direction: column;
  }
  .flex-container .right, .flex-container .left{
    width: 100%;
      margin-bottom: 10px;
  }

  .container-body-tab{
    width: 100%;
	  margin-top: 0;
  }
  .cf7-tab-3 .cf7-content-tab .form-header-tripple .wpcf7-form-control-wrap{
    width: 100%;
  }
  .cf7-tab-3 .top_container{
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .cf7-tab-3 .column_half{
    width: 100%;
  }
  .cf7-tab-3 .column_half .wpcf7-form-control-wrap{
    width: 100%;
  }
	.cf7-tab-2 .overview_container div{
  display: flex;
  flex-direction: column !important;
  align-items: flex-start;
  margin-bottom: 0;
}
.cf7-tab-2 .overview_container div label{
  width: 100%;
}
.cf7-tab-2 .overview_container div input{
  padding-left: 0;
}
    .cf7-tab-3 .cf7-content-tab, .flex-container {
    gap: 20px;
}
    .container-cf7-steps .standort {
        margin-top: 8px;
    }
    .container-cf7-steps .bold-zeit {
        margin-top: 8px;
        height: auto;
    }
    .wpcf7 .overview_container div > span > span {
        margin-right: 4px;
    }
	
.wpcf7 .overview_container div > span,
.wpcf7 .overview_container span{
  max-width: 100%;
	width: 100%;
}
}
@media (max-width: 999px )
{
    .container-multistep-header .cf7-steps-1 {
      padding-left: 0;   
    }
    .container-multistep-header {
        margin-bottom: 0;
    }
}
@media(max-width: 640px)
{
    .container-cf7-steps .sekunden_anzeige.total .cf7-calculated-name {
        font-size: 21px;
    }
}

/* Budgetrechner ENDS */
/* Blog  STARTS */
.sharing-buttons .elementor-widget-container {
    display: flex;
}
.sharing-buttons .elementor-share-btn {
    border-radius: 2px;
}

.related-cases .elementor-posts .elementor-post__card .elementor-post__badge {
    text-transform: capitalize;
    font-size: 16px;
    padding: 0 8px;
}
.related-cases.elementor-posts--thumbnail-top .elementor-post__thumbnail__link {
  margin-bottom: 0;  
}
#page .related-cases .elementor-post__text {
    margin-top: 8px;
}
#page .related-cases .elementor-post__meta-data {
   order: 2; 
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 28px;
}
.related-cases .elementor-post__text {
    order: 3;
}
#page .related-cases a.elementor-post__read-more {
    margin-bottom: 28px;
    text-transform: capitalize;
    border-bottom: 2px solid var( --e-global-color-primary );
}
#page .related-cases a.elementor-post__read-more:hover {
    letter-spacing: 1.1px;
}
#page .case-gallery figcaption {
    border: none;
    padding: 0;
}

@media(max-width: 1024px)
{
    #page .related-cases .elementor-post__meta-data,
    #page .related-cases a.elementor-post__read-more {
        margin-top: 20px;
    }
    #page .related-cases .elementor-post__text {
        padding: 0 20px;
    }
    #page .related-cases .elementor-post__meta-data {
        padding: 0 20px;
    }
}
/* Blog ENDS */

/* TAGS */
.nx-tags a {
    background-color: var(--e-global-color-text);
    padding: 0 8px;
    display: inline-block;
	font-weight: 600;
}
.nx-tags.inverse a {
    background-color: var(--e-global-color-secondary);
}
.nx-tags a:hover {
    background-color: var(--e-global-color-aa9c6f0);
    color: var(--e-global-color-secondary) !important;
}
.nx-tags.inverse a:hover {
	background-color: var(--e-global-color-541fab6);
	color: var(--e-global-color-text) !important; 
}
.case-gallery figcaption {
    border: none;
    padding: 0;
}
.nx-blog-item-image {
	aspect-ratio: 16 / 9;
}
.nx-blog-item-image a {
	width: 100%;
}
.nx-blog-reading::before {
   	display: flex;
   	content: "|";
   	margin-right: 4px;
   	color: var( --e-global-color-text );
   	font-family: var( --e-global-typography-3723de8-font-family ), Sans-serif;
   	font-size: var( --e-global-typography-3723de8-font-size );
   	font-weight: var( --e-global-typography-3723de8-font-weight );
   	font-style: var( --e-global-typography-3723de8-font-style );
  	line-height: var( --e-global-typography-3723de8-line-height );
    margin-top: -2px;
}
.nx-blog-reading {
	display: flex;  
}
.social-share-button-container {
	height: 28px;
}
.nx-blog-item {
	height: 100%;
}
.nx-clip-small {
        clip-path: polygon(0% 0%, 94% 0, 100% 16%, 100% 100%, 0% 100%);
    }
.nx-clip-small-img {
        clip-path: polygon(0% 0%, 94% 0, 100% 11%, 100% 100%, 0% 100%);
    }
@media (max-width: 1280px)
{
	.nx-tags > div {
		display: flex;
	}
	.nx-tags a {
    	font-size: 13px !important;
		line-height: 21px !important;
	}
	.nx-blog-reading::before {
		display: none;  
	}
}