html, body{
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Lato','Open Sans', sans-serif;
  background: url('https://www.indigo-events.de/wp-content/uploads/BG2.jpg') no-repeat;
  background-size:cover;
}

body{
  background: none;
}

h1, h2, h3, h4, h5 ,h6{
  font-weight: 200;
}
.mid{
  text-align: left;
  margin: 12px;
  
}

a{
  text-decoration: none;
}

p, li, a{
  font-size: 16px;
  text-align: left;
}

#load img{
  height: 80px;
  width: 80px;
}

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 10px 0;
}

h1{
  margin: 0px 60px;
  font-size: 24px;
  color: #cecece;
}

p{
  padding: 0px 6% 0 6%;

}

h3{
  font-size: 22px;
}

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


.container{
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}



.bluebg{
  background: rgba(38, 102, 255, 0.12);

}


.row{
  padding: 20px 30px 10px 30px;
}

/* CLEARFIX */

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

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

#bgb{
  background: rgb(213, 213, 253);
}

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

/*SLIDER*/

.slider {
  -webkit-appearance: none;
  width: 95%;
  height: 15px;
  border-radius: 5px;  
  background: #868484cc;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%; 
  background: #17337c;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #17337c;
  cursor: pointer;
}

/* STEPS */

.steps{
  list-style-type: none;
  margin: 0;
  padding: 18px;
  padding-bottom: 0;
  background-color: #333;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  min-height: 50px;
}


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

.steps li.is-active{
  opacity: 1;
  border-bottom: 1px solid #3498db;
  color: #3498db;
  position: absolute;
}

/* FORM */

.form-wrapper .section{
  padding: 0 0 10px 0;
  -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;
  width: 100%;
  min-height: 300px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}




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

.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);
}

.form-wrapper .button, .form-wrapper .submit, .form-wrapper .prev{
  background-color: #17337c;
  display: inline-block;
  padding: 8px 30px;
  margin: 0 10px 0 10px;
  color: #fff;
  cursor: pointer;
  font-size: 14px !important;
  font-family: 'Open Sans', sans-serif !important;
  right: 20px;
  bottom: 20px;
  border-radius: 3px;
}


.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;
}

/* .twelve.col label{
  background: url(../img/pexels-photo-262945.jpg) no-repeat;
  background-size: cover;
} */

.form-wrapper input[type="text"],
.form-wrapper input[type="password"],
.form-wrapper input[type="email"],
.form-wrapper input[type="name"],
.form-wrapper input[type="phone"]{
  display: block;
  padding: 10px;
  margin: 10px auto;
  background-color: #c5c5c5;
  border: none;
  border-radius: 3px;
  width: 50%;
  outline: none;
  font-size: 14px !important;
  font-family: 'Open Sans', sans-serif !important;
}
.form-wrapper input[type="checkbox"],
.form-wrapper input[type="radio"]{
  display: none;
}
.form-wrapper input[type="checkbox"] + label,
.form-wrapper input[type="radio"] + label{
  display: block;
/*   border: 1px solid rgb(151, 151, 151); */
  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;
  border-radius: 3px;
  background-color: rgba(170, 170, 170, 0.426);
}
.form-wrapper input[type="checkbox"] + label:before,
.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: #17337c;
  color: rgba(255, 255, 255, 0.837);
  display: none;
}
.form-wrapper input[type="checkbox"]:checked + label:before,
.form-wrapper input[type="radio"]:checked + label:before{
  display: block;
}
.form-wrapper input[type="checkbox"] + label h4,
.form-wrapper input[type="radio"] + label h4{
  margin: 10px;
  color: rgba(28, 28, 28, 0.86);
}
.form-wrapper input[type="checkbox"]:checked + label,
.form-wrapper input[type="radio"]:checked + label{
  /* border: 1px solid #5b7ed6; */
  border-radius: 3px;
  background-color: #2851b9b3;
}
.form-wrapper input[type="checkbox"]:checked + label h4,
.form-wrapper input[type="radio"]:checked + label h4{
  color: #f0f0f0;
}

/*PROGRESS BAR*/


#imgind{
  margin: 6px 10px;
  background: url(https://www.indigo-events.de/wp-content/uploads/new3.png) no-repeat;
  background-size: cover;
  float: left;
  width: 55px;
  height: 55px;

  background-position: 25% 25%; 
}

.success{
  color: green;
  font-weight: bold;
  margin: 0 0 20px 0;
}

.progress-bar {
  background-color:rgb(51, 51, 51);
  height: 20px;
  padding: 0;
  width: 100%;
  margin: 0;         
  border-radius: 0;
  box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;           
}

.progress-bar span {
  display: inline-block;
  height: 100%;
  border-right: 1px solid rgba(4, 4, 130, 0.623);
  box-shadow: 0 1px 0 rgba(33, 115, 209, 0.274) inset;
  transition: width .4s ease-in-out;    
}

.blue span {
  background-color: #204ab5;   
}

.shine span {
  position: relative;
}

.shine span::after {
  content: '';
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgb(75, 107, 175);
  border-radius: 3px;
  animation: animate-shine 2s ease-out infinite;             
}

@keyframes animate-shine {
  0% {opacity: 0; width: 0;}
  50% {opacity: .5;}
  100% {opacity: 0; width: 95%;}
}

/* MEDIA QUERY*/
@media only screen and (max-width: 568px) { 
  .form-wrapper .section{
    padding: 5px 5px 30px 5px;
  }
  .form-wrapper input[type="text"],
  .form-wrapper input[type="password"],
  .form-wrapper input[type="email"],
  .form-wrapper input[type="name"],
  .form-wrapper input[type="phone"]{
    width: 70%;
  }
  .three{
    width: 49.2% !important;
  }

 };