 html, body{
  width: 100%;
  height: 70%;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  background-color: #fff;
}

h1, h2, h3, h4, h5 ,h6{
  font-weight: 200;
}

h3 {
  color: #777777;
  font-size: 32px;
}

h4 {
  color: #777777!important;
  font-size: 18px;
}

a {
  text-decoration: none;
  color: #023894!important;
  font-size: 14px!important;
  font-weight: bold;
}

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

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

.container{
  width: 95%;
  max-width: 95%;
  margin: 0 auto;
  position: relative;
}

.row{
  padding: 20px 0;
}

/* CLEARFIX */

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

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.wrapper{
  width: 70%;
  margin: 30px auto;
  background-color: #fff!important;
  min-height: 300px;
}

.form-wrapper {
  background: red!important;
}

.section{

  /*background: #777777!important;*/
  background-color: #fff;
}

.row .col {
  background: #fff;
}


/* 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;
}

/* 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;
  width: 70%;
}

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

.form-wrapper .button, .form-wrapper .submit{
  background-color: #e6002e !important;
  display: inline-block;
  padding: 12px 16px;
  color: #fff;
  cursor: pointer;
  font-size: 16px !important;
  font-family: 'Open Sans', sans-serif !important;
  border:1px solid transparent;
  transition: all 1s;
}

.form-wrapper .button:hover, .form-wrapper .submit:hover{
 background: rgba(54,166,148,1);
 display: inline-block;
 padding: 12px 16px;
 color: #fff;
 cursor: pointer;
 font-family: 'Open Sans', sans-serif !important;
 border:1px solid #fff;
}

.form-wrapper .button-back, .form-wrapper .submit{
  background-color: #777777;
  display: inline-block;
  padding: 12px 16px;
  color: #fff;
  cursor: pointer;
  font-size: 16px !important;
  font-family: 'Open Sans', sans-serif !important;
  border:1px solid transparent;
  transition: all 1s;
}

.form-wrapper .button-back:hover, .form-wrapper .submit:hover{
 background: rgba(54,166,148,1);
 display: inline-block;
 padding: 12px 16px;
 color: #fff;
 cursor: pointer;
 font-family: 'Open Sans', sans-serif !important;
 border:1px solid #fff;
}

.form-wrapper .submit{
  background-color: #777777;
  display: inline-block;
  padding: 12px 16px;
  color: #fff;
  cursor: pointer;
  font-size: 16px !important;
  font-family: 'Open Sans', sans-serif !important;
  border:1px solid #fff;
  transition: all 1s;
  margin-top: 20px!important;
  margin-bottom: 20px!important;
}

.form-wrapper .submit:hover{
  background-color: #777777!important;
  display: inline-block;
  padding: 12px 16px;
  color: #ffffff!important;
  font-family: 'Open Sans', sans-serif !important;
  border:1px solid #777777;
}

.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="password"],
.form-wrapper input[type="tel"],
.form-wrapper input[type="email"]{
  display: block;
  padding: 10px;
  margin: 5px auto;
  background-color: #f1f1f1;
  border: none;
  width: 70%;
  outline: none;
  font-size: 14px !important;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 200;
}

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

.form-wrapper input[type="radio"] + label{
  display: block;
  border: 3px solid #fff;
  width: 100%;
  max-width: 100%;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  /* min-height: 255px!important; */
  border-radius: 5px;
  box-shadow:0px 0px 3px rgba(0,0,0,0.5);
  transition: all 0.5s;
  background: #fff!important;
}

.form-wrapper input[type="radio"]:hover + label{
  border: 3px solid #777777;
  box-shadow:0px 0px 0px rgba(0,0,0,0.5);
}


.form-wrapper input[type="radio"] + label:before{
  content: "✔";
  position: absolute;
  right: -10px;
  top: -10px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 100%;
  background-color: #777777;
  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: 3px solid #777777;
}

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


.konfiguratorImg {
  max-height: 120px;
  max-width: 120px;
}



.col.end {
  background: transparent!important;
}

.col.end label:hover {
  background: transparent!important;
}

.col.end:hover {
  background: transparent!important;
}


.endForm {
  list-style-type: none;
  margin: 0 auto!important;
  width: 60%!important;
  background: #fff;
  box-shadow: 0px 0px 5px rgba(0,0,0,1);
  padding:20px;

}


.endForm .description {
  width: 70%!important;
  margin: 15px 0px 0px -20px;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  text-align: left;
  font-weight: 200;
  display: inline-block;
}

.endForm .description.dsgvo {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  text-align: left!important;
  width: 70%!important;
  display: inline-block;
}

#dsgvo {
  margin-bottom: 30px;
  scale:2;
}



.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#myProgress {
  position: relative;
  bottom:20px;
  width: 100%;
  background-color: rgba(250,250,250,1);
  /*transition: all 1s linear;*/
  margin-bottom: 200px!important;
}

#myBar {
  width: 0%;
  height: 10px;
  background-color: #36a694;
  background: linear-gradient(90deg, rgba(54,166,148,1) 0%, rgba(40,194,169,1) 100%);
  transition: width 1s linear;
  text-align: center;
  color:#fff;
  font-size:12px;
  padding: 1px 0px 3px 0px;
}

.smallText {
  color: #777777!important;
  font-size: 10px;
}

.endForm5050 {
	width:80%!important;
	margin-left: 60px!important;
}


@media only screen and (max-width: 1200px) {
  .endForm {
    list-style-type: none;
    margin: 0 auto!important;
    width: 98%!important;
    background: #fff;
    box-shadow: 0px 0px 5px rgb(0 0 0);
    padding: 10px;
  }
}


@media only screen and (max-width: 800px) {
  .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: 100%; }
  .five { width: 40.73%; }
  .four { width: 100%; }
  .three { width: 100%; }
  .two { width: 15.33%; }
  .one { width: 6.866%; }

  .konfiguratorImg {
    max-height: 100px!important;
    max-width: 100px!important;
    float: left;
  }


  .endForm5050 {
   width:80%!important;
   margin-left: 30px!important;
 }

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

.form-wrapper .submit {
  background-color: #777777;
  display: inline-block;
  padding: 12px 16px;
  color: #fff;
  cursor: pointer;
  font-size: 16px !important;
  font-family: 'Open Sans', sans-serif !important;
  border: 1px solid #fff;
  transition: all 1s;
  margin-top: 10px!important;
  margin-bottom: 20px!important;
}

.form-wrapper .section {

  width: 100%;
}

.wrapper {
  width: 100%;
  margin: 30px auto;
  /* background: #777777!important; */
  background-color: transparent;
  min-height: 300px;
}

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

.form-wrapper .section h3 {
  font-size:26px;
}

.description.dsgvo {
	margin-top: 5px!important;
}

.endForm .description.dsgvo {
  font-size: 10px;
  margin-left: 10px;
}

.form-wrapper .button-back {
  background-color: #ccc;
  display: inline-block;
  padding: 12px 16px;
  color: #fff;
  cursor: pointer;
  font-size: 16px !important;
  font-family: 'Open Sans', sans-serif !important;
  border: 1px solid transparent;
  transition: all 1s;
}

.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;
  height: 111px!important;
  min-height: 0px!important;
  font-size: 12px;
  border: 3px solid transparent;

}


.form-wrapper input[type="radio"]:hover + label{
  border: 3px solid #777777;
  box-shadow:0px 0px 0px rgba(0,0,0,0.5);


}


h4 {
  color: #777777!important;
  font-size: 16px;
  text-align: left;
  margin-left: 50px!important;
  margin-top: 50px;
}

.eight {
  width: 100%!important;
  margin-top: 0px!important;
}

.endForm {
  list-style-type: none;
  margin: 0 auto!important;
  width: 100%!important;
  background: #fff;
  box-shadow: 0px 0px 5px rgb(0 0 0);
  padding: 5px;
}


.col label.description
{
  height:30px!important;
}

.col {  margin-top: 20px!important;
}

.endForm {
  min-width: 100%!important;}
}
