/**
Theme Name: Collectives Astra
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: collectives-astra
Template: astra
*/

.elementor-5 .elementor-element.elementor-element-720bd875 .elementor-element-populated .elementor-heading-title{
    line-height: 100%;
    padding: 10px 0
}

.elementor-5 .elementor-element.elementor-element-9cd5f6a{
	margin: 0 !important;
}

#trokit main.widgetForm-section {
  margin: 0;
  border: 0;
  background-color: #7f0000;
  height: 400px;
}

#trokit main.widgetForm-section > .widgetForm-form, #trokit main.widgetForm-section > .widgetForm-form > form {
  height: 100%;
}

#trokit .widgetForm-form ul.widgetForm-steps-process li:nth-of-type(2) {
  border-right: 1px solid white;
  border-left: 1px solid white;
}

#trokit main.widgetForm-section > .widgetForm-form > form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

#trokit .widgetForm-form .widgetForm-step-header {
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  padding: 20px 15px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 25%;
}

#trokit .steps {
  height: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
	padding-bottom: 24px;
}

#trokit .widgetForm-form ul.widgetForm-steps-process li span.widgetForm-number:before, #trokit .widgetForm-form ul.widgetForm-steps-process li span.widgetForm-number:after {
  display: none;
}

#trokit .widgetForm-form .widgetForm-steps-process li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
}

#trokit .widgetForm-form ul.widgetForm-steps-process li span.widgetForm-number span {
  position: relative;
  z-index: 9;
  width: 34px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid white;
  border-radius: 50%;
  background-color: transparent;
}

#trokit .widgetForm-form ul.widgetForm-steps-process li .widgetForm-step-name {
  line-height: 100%;
  margin: 0;
  color: white;
  margin-left: 10px;
  font-weight: 400;
}

#trokit #secondstep-container .widgetForm-form .step-description {
  display: none;
}

#trokit #secondstep-container .widgetForm-calc .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#trokit #modjetdesc {
  display: none;
}

#trokit .first-step-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#trokit .error-wrapper {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  margin: 0;
  float: unset;
  z-index: 2;
  width: 100%;
  visibility: hidden;
}

#trokit div.error-fade {
  text-align: center;
  background-color: #460101;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

#trokit .widgetForm-form .error-message {
  background-color: #460101;
  padding: 20px;
  border-radius: 0;
}

#trokit #button-second {
  margin-bottom: 0;
}

#trokit .next-btn {
  border: 1px solid white;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#trokit .next-btn:hover {
  color: white;
  background-color: #650202;
}

#trokit .widgetForm-form form .form-control {
  background-color: transparent !important;
  color: white !important;
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-bottom: 1px solid white !important;
  border-radius: 0 !important;
  -webkit-appearance: button !important;
  -moz-apperance: button !important;
  -webkit-transition: unset !important;
  transition: unset !important;
}

#trokit .widgetForm-form form .form-control:hover {
  background-color: #660101 !important;
}

#trokit .widgetForm-section .form-control::-moz-placeholder {
  color: white;
  opacity: 1;
}

#trokit .widgetForm-section .form-control:-ms-input-placeholder {
  color: white;
}

#trokit .widgetForm-section .form-control::-webkit-input-placeholder {
  color: white;
}

#trokit .widgetForm-form form .form-control option {
  color: black !important;
  background-color: white !important;
}

#trokit .widgetForm-form .widgetForm-step-inner h3#kkmodel, #trokit .widgetForm-form .widgetForm-step-inner h3#modfranchise,  #modjetzdetail{
  color: white;
  font-weight: 100 !important;
  font-size: 16px;
}

#trokit #secondstep-container {
  overflow: hidden;
}

#trokit #secondstep-container .widgetForm-calc {
  padding-bottom: 15px;
}

#trokit .widgetForm-range-slider {
  margin: 20px 0;
  margin-bottom: 0;
}

#trokit .widgetForm-range-slider .widgetForm-col-md-3{
	padding: 0px;
}

#trokit .widgetForm-form .slider-btn {
  color: white;
  text-align: unset;
  padding: 0;
  font-size: 12px;
  font-weight: 200;
}

#trokit .widgetForm-form .widgetForm-step-inner .price {
  color: white;
  font-size: 14px;
  margin: 0;
  margin-bottom: 14px;
}

#trokit .widgetForm-form .widgetForm-step-inner #sparpotenzial-price {
  font-size: 12px;
}

#trokit .widgetForm-form .widgetForm-step-inner p {
  line-height: 120%;
  color: white;
  opacity: .5;
}

#trokit input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 12px 0;
  background: unset;
}

#trokit input[type=range]:focus {
  outline: none;
}

#trokit input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #ffffff;
  border-radius: 0px;
  border: 0px solid rgba(1, 1, 1, 0);
}

#trokit input[type=range]::-webkit-slider-thumb {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0px solid #ffffff;
  height: 26px;
  width: 26px;
  border-radius: 26px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -12px;
}

#trokit input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ffffff;
}

#trokit input[type=range]::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  box-shadow: none;
  background: #ffffff;
  border-radius: 0px;
  border: 0px solid rgba(1, 1, 1, 0);
}

#trokit input[type=range]::-moz-range-thumb {
  box-shadow: none;
  border: 0px solid #ffffff;
  height: 26px;
  width: 26px;
  border-radius: 26px;
  background: #ffffff;
  cursor: pointer;
}

#trokit input[type=range]::-ms-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

#trokit input[type=range]::-ms-fill-lower {
  background: #f2f2f2;
  border: 0px solid rgba(1, 1, 1, 0);
  border-radius: 0px;
  box-shadow: none;
}

#trokit input[type=range]::-ms-fill-upper {
  background: #ffffff;
  border: 0px solid rgba(1, 1, 1, 0);
  border-radius: 0px;
  box-shadow: none;
}

#trokit input[type=range]::-ms-thumb {
  box-shadow: none;
  border: 0px;
  height: 26px;
  width: 26px;
  border-radius: 26px;
  background: #ffffff;
  cursor: pointer;
  height: 2px;
}

#trokit input[type=range]:focus::-ms-fill-lower {
  background: #ffffff;
}

#trokit input[type=range]:focus::-ms-fill-upper {
  background: #ffffff;
}

#trokit ul#franchise-list {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
	justify-content: space-between;
}

#trokit main .widgetForm-form .widgetForm-slider-element li {
  margin: 0;
}

#trokit .widgetForm-form .widgetForm-slider-element a {
  background-color: transparent;
  color: white;
  font-weight: 100;
  border-radius: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  text-align: center;
}

#trokit .widgetForm-form .franchiseTab-active a {
  border-bottom: 1px solid white;
  border-radius: 0;
  font-weight: 800 !important;
}

.franchise-row {
  margin-top: 20px;
}

#modjetzdetail {
/*   color: white;
  font-weight: 100 !important;
  font-size: 20px;
  margin-bottom: 10px; */
}

#secondstep-container .widgetForm-email-form-wrapper {
  background-color: transparent;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

.row.offer-last-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: -10px;
}

.widgetForm-email-form-wrapper .email-form-container {
  padding: 0px;
}

#trokit .widgetForm-form ul.widgetForm-steps-process li.widgetForm-current-step span.widgetForm-number span {
  color: #7f0000;
  background-color: white;
}

#trokit .widgetForm-form .error-message {
  background-color: #460101;
  padding: 20px;
  border-radius: 0;
  margin: 0;
  border: 0px;
}

#firststep-container{
	width: 100%;
}

#trokit div.error-fade {
  text-align: center;
  background-color: #460101;
  padding: 10px;
  position: relative;
  top: 1px;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

#trokit div.error-fade.open {
  visibility: visible;
  opacity: 1;
}

#trokit div.error-fade svg {
  width: 20px;
  height: 100%;
}

#trokit .widgetForm-form .error-wrapper {
  position: absolute;
  left: 0px;
  bottom: 0px;
  margin: 0 !important;
  z-index: 2;
  width: 100%;
  visibility: hidden;
}

#trokit .widgetForm-form .error-wrapper.open {
  visibility: visible;
}
	
#trokit .step-form-fields {
    max-width: 60%;
    margin-left: auto;
	margin-right: auto;
    padding-right: 40px;
	padding-left: 0;
}

#thirtystep-container{
    position: absolute;
    background-color: #520000;
    bottom: 0px;
	padding: 20px;
}

#thirtystep-container *{
	color: white;
}

#thirtystep-container .step-description{
	padding: 0px 15px;
	margin-bottom: 0;
}

#thirtystep-container .widgetForm-step-inner {
    padding-bottom: 0px;
}

@media only screen and (max-width: 992px) and (min-height: 500px) {
	
	.elementor-5 .elementor-element.elementor-element-4f9f1440{
		padding: 30px 15px;
	}
	
	.elementor-5 .elementor-element.elementor-element-28b94f5c > .elementor-container{
		min-height: unset;
	}
	
	#trokit main.widgetForm-section{
		padding-bottom: 20px;
	}
	
	#trokit .step-form-fields{
		max-width: 100%;
		padding: 0px 15px;
	}
	
	#trokit .first-step-wrapper .widgetForm-col-md-4{
		width: 100%;
	}
	
	#trokit .first-step-wrapper .widgetForm-col-md-4 .widgetForm-form-group, #button-second, #button-third{
		padding: 20px 40px 0px 40px;
	}
	
	#trokit .first-step-wrapper .widgetForm-col-md-8 .widgetForm-form-group:last-of-type{
		position: relative;
		top: -8px;
	}
	
	.elementor-element-28b94f5c{
		padding: 0 !important;
	}
  
  #trokit .widgetForm-form ul.widgetForm-steps-process {
    display: block !important;
  }
  #trokit .widgetForm-form ul.widgetForm-steps-process li .widgetForm-step-name {
    display: none;
  }
  #trokit main.widgetForm-section {
    height: unset;
  }
  #trokit .first-step-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
	#trokit .first-step-wrapper .widgetForm-col-md-8 .widgetForm-form-group, .offer-last-row .widgetForm-col-md-8 .widgetForm-form-group{
		margin: 0px !important;
	}
	#trokit .first-step-wrapper .widgetForm-col-md-8,.offer-last-row .widgetForm-col-md-8{
		margin-bottom: 20px !important;
	}
  #trokit .steps, #trokit .widgetForm-form .widgetForm-step-header {
    height: unset;
  }
  #trokit .widgetForm-form .widgetForm-step-header {
    margin-bottom: 40px;
  }
  #trokit #secondstep-container .widgetForm-calc .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #trokit .widgetForm-range-slider {
    margin-bottom: 20px;
  }
  #trokit .widgetForm-form .widgetForm-step-inner h3#kkmodel, #trokit .widgetForm-form .widgetForm-step-inner h3#modfranchise {
    font-size: 18px;
  }
	#franchise-list-dd{
		display: none !important;
	}
	#trokit ul#franchise-list{
		justify-content: space-between;
	}
  #trokit main .widgetForm-form .widgetForm-slider-element li {
    margin: 0;
    margin-bottom: 10px;
	width: unset;
  }
  #trokit .widgetForm-form .widgetForm-step-inner #sparpotenzial-price {
    margin-bottom: 20px;
  }
  .row.offer-last-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #insured-price {
    margin-bottom: 20px;
  }
  #modjetzdetail {
    margin-top: 0;
  }
	.elementor-5 .elementor-element.elementor-element-720bd875 .elementor-element-populated .elementor-heading-title{
		line-height: 100%;
		padding : 10px 0;
		font-size: 28px;
	}
}



@media only screen and (max-width: 500px){

	.elementor-5 .elementor-element.elementor-element-28b94f5c:not(.elementor-motion-effects-element-type-background){
		background-image: unset;
	}
	
}



@media only screen and (max-height: 500px){

	.elementor-5 .elementor-element.elementor-element-28b94f5c:not(.elementor-motion-effects-element-type-background){
		background-image: unset;
	}
	
}



html {
    -webkit-text-size-adjust: none;
}