h2{
  text-shadow: 4px 3px 9px rgba(0,0,0,0.32);
}
h3{
  text-shadow: 4px 3px 9px rgba(0,0,0,0.32);
}
h4{
  text-shadow: 4px 3px 9px rgba(0,0,0,0.32);
}
/* Füge hier Dein eigenes CSS ein */
/*
h2{
  text-shadow: 2px 2px 4px #000000;
  text-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
*/
/*.site-decription {
    font-family: Hand Of Sean !important;
}*/

/* @import must be at top of file, otherwise CSS will not work */
/*
@import url("//hello.myfonts.net/count/326aff");

@font-face {font-family: 'HandOfSeanPro-Regular';
  src: url('webfonts/326AFF_0_0.eot');
  src: url('webfonts/326AFF_0_0.eot?#iefix') 
    format('embedded-opentype'),url('webfonts/326AFF_0_0.woff2') 
    format('woff2'),url('webfonts/326AFF_0_0.woff') 
    format('woff'),url('webfonts/326AFF_0_0.ttf') 
    format('truetype');}
 */


.wpcf7-form input {
    background: #fff !important;
    border: 1px solid #fff !important;
    border-radius: 5px;
    color: #4F4F4F;
    width: 80%;
}
.wpcf7-form input:hover {
    background: #515151 !important;
    border: 1px solid #fff !important;
    color: #fff;
}
.wpcf7-form textarea {
    background: #fff !important;
    border: 1px solid #fff !important;
    border-radius: 5px;
    color: #4F4F4F;
    width: 100%;
}
.wpcf7-form textarea:hover {
    background: #515151 !important;
    border: 1px solid #fff !important;
    color: #fff;
}

input.wpcf7-form-control.wpcf7-submit {
  background-color: #515151;
  border-radius: 20px;
  color: #515151;
  cursor:pointer;
  width: 35%;
}
input.wpcf7-form-control.wpcf7-submit:hover {
background-color: #515151 !important;
color: white !important;
}


