﻿.formblock       {float:left; width:49.67%;  margin-right:0.33%; border:1px #CCCCCC solid; cursor:pointer; margin-bottom:5px;  }
.formblock33       {float:left; width:33%; margin-right:0.33%; border:1px #CCCCCC solid; cursor:pointer; margin-bottom:5px; }
.formblock100       {float:left; width:100%; margin-right:0.33%; border:1px #CCCCCC solid; cursor:pointer; margin-bottom:5px; }
.formblock50       {float:left; width:49.33%; margin-right:0.33%; border:1px #CCCCCC solid; cursor:pointer; margin-bottom:5px; }



.grundblock       {float:left; width:100%;}

.grundblockT       {float:left; width:100%; padding-top:5px; font-size:1em; font-weight:bold; padding-left:5px;}
.grundblockF        {float:left; width:100%;}

.formA             {float:left; width:100%; padding:10px; border:0px #CCCCCC solid; outline:none;}
.formAA             {float:left; width:100%; padding:10px; border:0px #CCCCCC solid; outline:none; font-size:1.3em;}
.formAAA             {float:left; width:100%; margin-top:-5px; border:0px #CCCCCC solid; outline:none; font-size:1.1em;}


.formS             {float:left; width:100%; height:45px; border:0px #CCCCCC solid; outline:none;}

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #000;
  background-color: #fff;
  border: 1px solid #fff;
}
input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #000;
  background-color: #fff;
  border: 1px solid #fff;
}

.parsley-errors-list{
position:absolute;
text-align:left;
  margin: 3px 0 3px;
  padding-top: 0px;
  list-style-type: none;
  font-size: 0.8em;
  line-height: 0.9em;
  opacity: 0;
  color:#FF0000;


  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}

@media screen and (max-width:660px) 
{

.formblockM       {float:left; width:100%;  margin-bottom:5px; border:1px #CCCCCC solid; cursor:pointer; }


}
