.elementor-6886 .elementor-element.elementor-element-7c05995:not(.elementor-motion-effects-element-type-background), .elementor-6886 .elementor-element.elementor-element-7c05995 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#4A9E55;}.elementor-6886 .elementor-element.elementor-element-7c05995{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:-245px;margin-bottom:0px;padding:25px 0px 0px 0px;}.elementor-6886 .elementor-element.elementor-element-7c05995 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-6886 .elementor-element.elementor-element-4b14173{text-align:center;}.elementor-6886 .elementor-element.elementor-element-4b14173 .elementor-heading-title{color:var( --e-global-color-secondary );font-family:"Roboto Slab", Sans-serif;font-weight:400;}.elementor-6886 .elementor-element.elementor-element-e0bb151 .elementor-spacer-inner{--spacer-size:50px;}.elementor-6886 .elementor-element.elementor-element-df76bcd:not(.elementor-motion-effects-element-type-background), .elementor-6886 .elementor-element.elementor-element-df76bcd > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#4A9E55;}.elementor-6886 .elementor-element.elementor-element-df76bcd{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-6886 .elementor-element.elementor-element-df76bcd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-6886 .elementor-element.elementor-element-ee39127 > .elementor-widget-container{box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}:root{--page-title-display:none;}@media(max-width:767px){.elementor-6886 .elementor-element.elementor-element-7c05995{margin-top:-280px;margin-bottom:0px;}}/* Start custom CSS for html, class: .elementor-element-ee39127 */.text200{
    
    margin-top: 600px;
    
    
}




 .wrapper h1, h2, h3, h4, h5 ,h6{
  font-weight: 200;
  margin: 10px;
}

 .wrapper a{
  text-decoration: none;
}

.wrapper  p, li, a{
  font-size: 14px;
}

fieldset{
  margin: 0;
  padding: 0;
  border: none;
}

/* GRID */

.twelve { width: 100%; }
.eleven { width: 91.53%; }
.ten { width: 83.06%; }
.nine { width: 74.6%; }
.eight { width: 66.13%; }
.seven { width: 57.66%; }
.six { width: 49.2%; }
.five { width: 40.73%; }
.four { width: 32.26%; }
.three { width: 23.8%; }
.two { width: 15.33%; }
.one { width: 6.866%; }

/* COLUMNS */

.col {
	display: block;
	float:left;
	margin: 0 0 0 1.6%;
}

.col:first-of-type {
  margin-left: 0;
}

.container{
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  margin-top:100px;
  z-index: 9 !important;
}

.row{
  padding: 20px 0;
}

/* CLEARFIX */

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.wrapper{
  width: 100%;
  margin: 30px 0;
  
}

/* STEPS */

.steps{
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
  text-align: center;
 
}


.steps li{
  display: inline-block;
  margin: 20px;
  color: #ccc;
  padding-bottom: 5px;
}

.steps li.is-active{
 /* border-bottom: 1px solid #3498db;
  color: #3498db;*/
  
    border-bottom: 1px solid #4A9E55;
  color: #4A9E55;
}

/* FORM */

.form-wrapper .section{
  padding: 0px 20px 30px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -ms-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-transition: all 0.5s ease-in-out;
  
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-align: center;
  
   position: absolute;  
  /* position: relative;*/
  width: 100%;
  min-height: 350px
}

.form-wrapper .section h3{
  margin-bottom: 30px;
}

.form-wrapper .section.is-active{
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  z-index:9;
}

.form-wrapper .button, .form-wrapper .submit{
  /* background-color: #3498db; */
   background-color: #4A9E55;
  display: inline-block;
  padding: 8px 30px;
  color: #fff;
  cursor: pointer;
  font-size: 14px !important;
  font-family: 'Open Sans', sans-serif !important;
  position: absolute;
  right: 20px;
  bottom: 20px;
  margin-right: 10px;
}

.form-wrapper .button2, .form-wrapper .submit{
  /* background-color: #3498db; */
   background-color: #4A9E55;
  display: inline-block;
  padding: 8px 30px;
  color: #fff;
  cursor: pointer;
  font-size: 14px !important;
  font-family: 'Open Sans', sans-serif !important;
  position: absolute;
  right: 20px;
  bottom: 20px;
  margin-right: 10px;
}


.button:hover {
  content: "";
  background: #2d6134;

}

.button2:hover {
  content: "";
  background: #ba002f;

}






.form-wrapper .submit{
  border: none;
  outline: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-wrapper input[type="text"],
.form-wrapper input[type="textbox"],
.form-wrapper input[type="password"],
.form-wrapper input[type="date"]{
  display: block;
  padding: 10px;
  margin: 10px auto;
  background-color: #f1f1f1;
  border: none;
  width: 50%;
  outline: none;
  font-size: 14px !important;
  font-family: 'Open Sans', sans-serif !important;
}

.form-wrapper input[type="radio"]{
  display: none;
}

.form-wrapper input[type="radio"] + label{
  display: block;
  border: 1px solid #ccc;
  width: 100%;
  max-width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}

.form-wrapper input[type="radio"] + label:before{
  content: "✔";
  position: absolute;
  right: -10px;
  top: -10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  background-color: #3498db;
  color: #fff;
  display: none;
}

.form-wrapper input[type="radio"]:checked + label:before{
  display: block;
}

.form-wrapper input[type="radio"] + label h4{
  margin: 15px;
  color: #ccc;
}

.form-wrapper input[type="radio"]:checked + label{
  border: 1px solid #3498db;
}

.form-wrapper input[type="radio"]:checked + label h4{
  color: #3498db;
}

#button1{
   /* margin-bottom 0 */
    min-width: 120px;
    
    
    
}
#button2{
    /*RESET */
    margin-bottom:80px;
    min-width: 120px;
    
    
    
}


#namebox{
    width:300px;
    height: 140px;
    
    display: block;
  padding: 10px;
  margin: 10px auto;
  background-color: #f1f1f1;
  border: none;
  width: 50%;
  outline: none;
  font-size: 14px !important;
  font-family: 'Open Sans', sans-serif !important;
   
}

#arbeitsdate{
    width:300px;
    height: auto;
    
    display: block;
  padding: 10px;
  margin: 10px auto;
  background-color: #f1f1f1!;
  border: none;
  width: 50%;
  outline: none;
  font-size: 14px !important;
  font-family: 'Open Sans', sans-serif !important;
   
}

#submitbutton{
   z-index:9;
   opacity:2;
   margin-right: 5px;
   border:none !important;
   color: #fff !important;
   
}

#submitbutton:hover {
    background-color: #ba002f !important;
}

#submitbutton a :hover {
   z-index:9;
   opacity:2;
   margin-right: 5px;
   border:none !important;
   color: #fff !important;
   /* background-color: #4A9E55!important; */
     background-color: #ba002f !important;

   
}



  .arbeitseinsatz1 .button:hover, .submit:hover {
  background-color: #ba002f !important;

}


/* For Mobile */
@media screen and (max-width: 540px) {
.textdatum{
font-size: 14px !important;
font-family: 'Open Sans', sans-serif !important;
 outline: none;
 color: #ccc;
}
}

/* For Desktop */
@media screen and (min-width: 540px){
.textdatum{
display:none;

}
}


/*PHP Echo Daten */
.meinwrapper{
z-index:9!important;
color: ccc !important;
display:none;

   
}

.is-active{
   /* color:#4A9E55 !important; */
}/* End custom CSS */