/* Füge hier Dein eigenes CSS ein */



.wpcf7 input[type=”text”],
.wpcf7 input[type=”email”],
.wpcf7 textarea {
background:#FFFFFF;
color:#000000;
font-family:arial;
width: 70% !important;
}

.wpcf7 input[type="submit"] {
padding: 12px 20px;
border-top: solid 1px #d2d2d2;
border-left: solid 1px #c3c3c3;
border-right: solid 1px #c3c3c3;
border-bottom: solid 1px #9f9f9f;
background: #ffe600;
background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffe600), color-stop(1, #ffe600));
background: -ms-linear-gradient(bottom, #ffe600, #ffe600);
background: -moz-linear-gradient(center bottom, #ffe600 0%, #ffe600 100%);
background: -o-linear-gradient(#ffe600, #ffe600);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
font-size: 16px;
font-weight: bold;
color:#000;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 1px 0 rgba(255, 255, 255, 0.5);
-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 1px 0 rgba(255, 255, 255, 0.5);
box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 1px 0 rgba(255, 255, 255, 0.5);
width: auto;
text-decoration: none;
cursor: pointer;
-webkit-appearance: button;
line-height: 1;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.wpcf7 input[type=”submit”]:hover
{
background-color:#efefef;
color:#4a6c7a;
font-size:18px;
}


.entry-title { display:none; }


h1.site-title {
    font-size: 60px;
    font-style: bold;
    color: #ffe600;

}


.biography-social-section a[href*="mailto:"]:before {
    content: "\f0e0";
}
.site-description{
    font-size: 20px;
    font-style: bold;
    color: #ffe600;
  
}