/* CSS Document */

#kontaktni_formular_hlavicka {
width: 500px;
height: 40px;
padding-right: 10px;
margin-left: 5px;
margin-bottom: -30px;
}

.input_field, .input_send {
width: 495px;
height: 25px;
line-height: 25px;
font-size: 16px;
padding: 5px 10px 5px 10px;
margin: 10px 0px 0px 10px;
color: #000;
background-color: #C4C4C4;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
border: 2px solid #B4B4B4;
-webkit-transition: all 400ms;
transition: all 400ms;
-moz-transition: all 400ms;
-o-transition: all 400ms;
-ms-transition: all 400ms;
}

    .input_field:hover, .input_send:hover {
    border: 2px solid #242424;
    }

  input{
  color: #000;
  font-size: 16px;
  font-family: "Ubuntu";    
  }
  
  textarea {
  color: #242424;
  font-size: 16px;      
  font-family: "Ubuntu";
  }
  
  .input_field textarea {
  color: #242424; 
  }
  
  #kontaktni_formular textarea {
  color: #242424;
  }
  
  ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #242424;
    font-family: "Ubuntu";
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #242424;
   opacity:  1;
   font-family: "Ubuntu";
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #242424;
   opacity:  1;
   font-family: "Ubuntu";
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #242424;
   font-family: "Ubuntu";
}

.input_send {
width: 520px !important;
height: 40px !important; 
margin-top: -10px !important;
}

  .input_send:hover {
  background-color: #242424;
  color: #fff;
  }