
/* ================ formular 1er Kurs ================= */


form {
  max-width: 100%;
  margin:0 auto;
}

fieldset {
  padding:0;
  border:none;
  margin:1em 0 1em 0;
}

.zeile100 {
  width: 100%;
  margin-left:00%;
  margin-bottom:10px;
}

.zeile50 {
  margin-left: calc(50% - 30px);
  margin-bottom:10px;
}

.zeilemid {
  width: 30%;
  margin-left:35%;
  margin-bottom:10px;
}





legend {
  font-family: 'Roboto', sans-serif;
        font-size: 120%;
        font-weight: 600;
        letter-spacing: .03em;
        color: #91c214;
        text-align:center;
        margin-top:30px;
}


.box {
        background:#FFFFFF;
        padding:0em;
}

.box div {
        clear: both; /* fix for IE8 */
}

/* Labels */

label {
  display: inline-block;

}

label{
  margin: 0;

  font-family: 'Roboto', sans-serif;
        font-size: 95%;
        font-weight: 300;
        letter-spacing: .03em;
        color: #91c214;

}

/* remove standard-styles */
.newStyles input, .newStyles select, .newStyles textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:none;
  border-radius: 0;
  font-size: 1em;
  


  font-family: 'Roboto', sans-serif;
        font-size: 120%;
        font-weight: 300;
        letter-spacing: .09em;
        color: #000000;

        text-align:center;
}



/* Input & Textarea */
.newStyles input, .newStyles textarea {
  background-color:#f3ffee;
  border: 1px solid #AFAFAF;
  padding:.5em 1em .5em 1em;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #91c214;
   opacity:  0.6;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #91c214;
   opacity:  0.6;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #91c214;
   opacity:  0.6;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #91c214;
   opacity:  0.6;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #91c214;
   opacity:  0.6;
}

::placeholder { /* Most modern browsers support this now. */
   color:    #91c214;
   opacity:  0.6;
}


.newStyles textarea {
  resize:vertical;
}

.newStyles input:hover,
.newStyles input:active,
.newStyles textarea:hover,
.newStyles textarea:active {
  border:1px solid #007F00;
}



/* degradation for ie8 */
.newStyles input[type='radio'] {
  width:auto;
  float:left;
  margin-right: .75em;
  background:transparent;
  border:none;
}


/* hide standard inputs */
.newStyles input[type='radio']:checked,
.newStyles input[type='radio']:not(:checked) {
  background: transparent;
  position: relative;
  visibility: hidden;
  margin:0;
  padding:0;
}

.newStyles input[type='radio'] + label {
  cursor: pointer;

  font-family: 'Roboto', sans-serif;
        font-size: 95%;
        font-weight: 300;
        letter-spacing: .03em;
        color: #4F4F4F;
}


.normalStyles select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:none;
  border-radius: 0;
  font-size: 1em;
  width: 100%
} 

.normalStyles select {
  width:100%;
  border: 1px solid #bbb;
  padding:.75em 1em .5em 1em;
  box-shadow: 0 2px 1px 0 rgba(0,0,0,0.2);
  background-color:white;
  background-image:url(select-arrow.png);
  background-position: right;
  background-repeat: no-repeat;
}

select:hover {
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
}


/* add custom inputs with ::before */
.newStyles input[type='radio']:checked + label::before,
.newStyles input[type='radio']:not(:checked) + label::before {
    content:' ';
    display:inline-block;
    width: 30px;
    height:30px;
    border-radius:15px;
    position: relative;
    top:20px;
    border: 1px solid #bbb;
    background: white;
    margin-right: 1em;
    margin-bottom:10px;
}

.newStyles input[type=radio]:checked + label::before,
.newStyles input[type=radio]:not(:checked) + label::before {
  border-radius: 30px;


}


.newStyles input[type='radio']:hover  + label::before {
  background:#ddd;
  box-shadow: inset 0 0 0 5px white;
}


.newStyles input[type='radio']:checked  + label::before {
  background:#91c214;
  box-shadow: inset 0 0 0 5px white;
}



.newStyles .cr_button_new {
  height: 120px!important;
  width:  120px!important;
  border: 0px solid!important;
  border-radius: 60px!important;
  border-color:#FFFFFF!important;
  background-color:#91c214!important;
  margin:0 auto;
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-transition: .3s ease-in-out;
  transition: .2s ease-in-out;
}


.newStyles .cr_button_new:hover {
  margin-bottom:0px;
  background-color: #91c214;
  border: 0px solid;
  border-color: #8de700;
  transform: scale(1.15);
  -webkit-transition: .3s ease-in-out;
  transition: .2s ease-in-out;
}




@media screen and (max-width:960px) {
        .zeile100 { width: 100%; margin-left:0%;}
        .zeile50 { width: 70%; margin-left:15%;}
        .zeilemid { width: 100%; margin-left:0%;}


        input, select, textarea { font-size: 120%;}
   
         input[type='radio'] + label {
                font-size: 80%;
         }
}




/* Radiobuttons in Tabelle */
.newStyles .auswahl {
         display: block;
         position: relative;
         padding-left: 0px;
         margin-top: -20px;
         margin-bottom: 0px;
         float:none;
         }

.newStyles .auswahl span {
         background: #fff;
         width: 36px;
         height: 36px;
         display: inline-block;
         border: 1px solid #8F8F8F;
         border-radius: 50%;

         position: absolute;
         top: 0px;
         left: 0px;

         transition: all .2s linear;
         }

.newStyles .auswahl:hover span {
         transform:scale(1.1);
         border: 1px solid #91c214;
         box-shadow: inset 0px 0px 0px 5px #fff;
         background-color: #EFEFEF;
         }



@media screen and (max-width:1000px) {
        .auswahl span   {left: calc(50% - 18px);}


         }



/*************** added by Jens Montag START **********************/

input[type='checkbox']
{
    width:33px;height:33px;padding:10px;margin-top: 10px;margin-left: 0px;
    background:#91c214;
    box-shadow: inset 0 0 0 5px white;border-radius: 30px;

}

input[type='checkbox'] + label
{
    position: absolute;
    margin-top:15px;margin-left:13px;
}

input[type='checkbox']:checked
{
    background:#91c214;
    box-shadow: inset 0 0 0 5px white;

}
input[type='checkbox']:not(:checked)
{
    background:#fff;
    box-shadow: inset 0 0 0 5px white;

}

input[type='checkbox']:invalid {
    border:1px solid #bbb;
         }
.error {color:red;}


.newStyles .dataProtection input {width:15px!important;height:15px!important;}

.newStyles .dataProtection input {padding: 15px!important;}

/*************** added by Jens Montag END **********************/






