/* CSS Document */

.formular {}
.formular input, .formular textarea  {padding:9px; border:1px solid #ccc; border-radius: 8px; width: 95%; display:block; margin:10px 0 0 0 ;  font: 1em/140%  Verdana, 'Geneva, sans-serif';}

.SendButton {border: 1px solid #00678a !important; background-color: #00acec; color:#fff; cursor: pointer; font-weight:bold !important ; width:520px; padding: 10px 9px 6px 9px}
.SendButton:hover { background-color: #00678a;  }

input[type="checkbox"] {
  cursor: pointer;
}

input[type="radio"] {
  cursor: pointer;
}

@media only screen and (max-width: 600px) { 
.formular {width:100%}
.formular input, .formular textarea {width: 93%}
.SendButton { width:100% !important;}
}

label {cursor: pointer}


.hidden {display:none}
