/**
Theme Name: BREAKEVEN
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: breakeven
Template: astra
*/





/* WIZARD */
[for="form-field-wizAgb"].error{
    color:red !important;
}

.anfragen {
  DISPLAY:NONE !IMPORTANT;
}

.wizard > .elementor-container,
.wizard > .elementor-container .slick-list,
.wizard > .elementor-container .slick-track{
	overflow: visible !important;
}
.wizard > .elementor-container .slick-slide{
	opacity: 0;
	transition: all .3s ease-in-out;

}
.wizard > .elementor-container .slick-slide.slick-active{
		opacity: 1;
}
.wizard > .elementor-container{
	display: block;
}
.wizard > .elementor-container > .elementor-column{
	width: 100%;
	/*
	margin: 40px;
	box-shadow: 10px 10px 50px rgba(0,0,0,.1);
	*/
}
/*
html.elementor-html .wizard > .elementor-container > .elementor-column{
	display: inline-block;
	white-space: normal;
	margin-right: 50px;
	box-shadow: 100px 0 200px -100px rgba(0,0,0,.5);
}
html.elementor-html .wizard > .elementor-container {
    white-space: nowrap;
	overflow: auto!important;
}*/


.wizard{
	margin: 0 -12px;
	width: calc(100% + 24px);
	position: relative;
  overflow: hidden;
}
/*
*/
#wizard:hover .slick-slide:first-child .wizard-answer{

  animation-duration: 1s;
  animation-name: wizIn;
}
.wizard-answer:nth-child(1){ animation-delay: .25s;}
.wizard-answer:nth-child(2){ animation-delay: .5s;}
.wizard-answer:nth-child(3){ animation-delay: .75s;}
.wizard-answer:nth-child(4){ animation-delay: 1s;}
@keyframes wizIn {
  0% {
	  transform: scale(1);
	  background: #fff;
      box-shadow: 10px 10px 50px rgb(0 0 0 / 10%);
  }
  50% {
	 transform: scale(1.075);
     background:rgba(255, 104, 51,.2);
   /*box-shadow: 10px 20px 40px rgb(0 0 0 / 10%), 0 0 0 1px #FF6833;*/
   }
  100% {
	 transform: scale(1);
	 background: #fff;
   	 box-shadow: 10px 10px 50px rgb(0 0 0 / 10%);
  }
}


.wizard-answer{
	padding: 40px 20px 40px;
	margin: 12px;
	box-shadow: 0 0 0 1px rgba(255, 208, 11,0), 10px 10px 50px rgba(0,0,0,.1);
	transition: all .3s ease-in-out;
	cursor: pointer;
	position: relative;
	background: #fff;
}

.wizard-answer-small{
	padding-top: 18px;
	padding-bottom: 18px;
}
/*WIZARD NOT MOBILE*/
@media screen and (min-width: 64em){
.wizard-answer div.elementor-heading-title{
	opacity: 0;
	margin-bottom: -46px;
	transition: all .3s ease-in-out;
}
.wizard-answer:not(.wizard-answer-small) {
	padding-top: 70px;
}
	.wizard-answer:not(.wizard-answer-small):hover {
		padding-top: 24px;
	}
	.wizard-answer:hover div.elementor-heading-title{
		margin-bottom: 0px;
		opacity: 1;
	}
  /*
	*/
}
@media screen and (max-width: 63.975em){
  .wizard-answer div.elementor-heading-title{
  display: none;
  }
}


.wizard-answer:before{
	content: "";
	display: block;
	position: absolute;
	top:24px;
	right:24px;
	border-radius: 30px;
	width: 30px;
	height: 30px;
	background: rgba(0, 0, 0, 0.05);
}
.wizard-answer:after{
	content: "";
	display: block;
	position: absolute;
	top: 31px;
	right: 35px;

	  width: 7px;
	  height: 12px;
	  border-bottom: 2px solid #2da235;
	  border-right: 2px solid #2da235;
	  transform: rotate(45deg);
	  opacity: 0;
}

.wizard-answer.checked{
	background: #fff !important;
}
.wizard-answer.checked:before{
	background: #d9f2d1 !important;
}
.wizard-answer.checked:after{
	opacity: 1;
}


.wizard-step.multiple .wizard-answer:before{
	border-radius: 3px;
}

.wizard-answer:hover{
	background: rgba(255, 104, 51,.2)!important;
}

.final-step form .elementor-button {
	display: none;

}

/* FORM */
input.error{
	border:1px solid #F91D4A !important;
}
.form-error {
	display: none;
}
.form-error.error{
	display: block;
}
/* SLICK */

.wizard .slick-arrow {
    padding: 24px 30px;
	position: absolute;
	background: rgba(0,0,0,.1) !important;
	left:24px !important;
	top:24px;
	z-index: 995;
	transition: all .3s ease-in-out;
	border-radius: 0 !important;
	border:0 none !important;
}
.wizard .slick-arrow:hover{
background: rgba(0,0,0,.25) !important;
}
.wizard .slick-arrow span {
	position: absolute;
	top: 50%;
	right: 50%;
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	width: 16px;
	height: 16px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
}

.wizard .slick-next {
	display: none !important;
}
.wizard .slick-arrow.slick-prev {
	left: 12px !important;
	right: auto;
}

.wizard .slick-arrow.slick-prev span {
	right: auto;
	left: 50%;
	transform: translate(-30%,-50%) rotate(-135deg);
}

.wizard .slick-arrow.slick-disabled.slick-disabled {
	opacity: 0.05!important;
	pointer-events: none;
}
.wizard-next{
	transition: all .3s ease-in-out;
	margin: 0 !important;
}
.wizard-next.disabled{
	opacity: .1;
	pointer-events: none;
}
.wizard .show-in-final{
	display: none;
}

@media screen and (min-width: 1400px){

	.wizard .slick-arrow.slick-prev {
		left: 12px !important;
		top: 0px !important;
    padding: 24px !important;
    border-radius: 50px !important;
		right: auto;
	}

}

.wizard .elementor-field-option {
  line-height: 1.4;
  margin-top: 10px;
  font-size: 13px;
}
/*WIZARD MOBILE*/
@media screen and (max-width: 63.9375em){

.wizard .slick-slide{
	padding-bottom: 1px;
}
	.wizard{
		/* margin: 0 16px; */
		padding: 10px 24px 0!important;
		width: auto;
		position: relative;
		box-shadow: 16px 0 0 #efecec, -16px 0 0 #efecec;
	}
	.wizard h4.elementor-heading-title{
		font-size: 13px !important;
	}
	.wizard h2.elementor-heading-title{
		font-size: 21px !important;
	}
	.wizard-answer{
		width: 100% !important;
		padding: 10px 0px 2px;
		margin-left: 0px !important;
		margin-right: 0px !important;
		margin-top: 10px !important;
		margin-bottom: 10px !important;

	}
	.wizard-answer:before {
	    top: 19px !important;
	    right: 16px !important;
	}
	.wizard-answer:after {
		top: 26px  !important;
    	right: 27px  !important;
	}
	.wizard-answer .elementor-widget-icon{
		float: left;
		width: 48px;
		display: inline-block;
		margin: 0 !important;
	}
	.wizard-answer .elementor-widget-icon svg{
		width: 32px;
		height: 32px;
	}

	.wizard-answer .elementor-widget-heading:last-child{
/*		display: none;*/

   padding-top: 7px;

	}

	.wizard-answer .elementor-widget-heading{
	    float: left;
	    width: auto;
		margin: 0 !important;
	}
	.wizard-answer .elementor-widget-heading h3{
	    font-size: 15px !important;
		margin-left: 6px;
	}

/*
	html:not(.elementor-html) .wizard-answer-small{
		display: none;
	}
*/
.wizard-answer-small{
	padding-top: 0;
	margin-bottom: 0;
}
.wizard-answer-small .elementor-widget-heading:last-child{
		   padding-top: 3px;
		   padding-bottom: 3px;
	  }
	  .wizard-answer-small.wizard-answer:before {
	  	    top: 9px !important;
	  	}
	  	.wizard-answer-small.wizard-answer:after {
	  		top: 6px  !important;
	  	}

	.wizard .slick-arrow span{
		width: 12px;
		height: 12px;
	}
	.wizard .slick-arrow {
	    padding: 16px 16px;
		left:0px !important;
		top:0px;
	}
}
