/**
 * Theme Name: yootheme
 * Version: 1.0
 * Author: Design Boie Baumann
 * Author URI: https://www.boiebaumann.de
 */


@font-face {
    font-family: "Custom Font";
    src: url("../fonts/gothic.woff") format("woff");
}



 /** Basics **/
 .wpcf7-form-control.wpcf7-submit {
    background-color: transparent !important;
    color: #3e4b5a !important;
    border: 2px solid #3e4b5a !important;
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 25px;
    vertical-align: middle;
    font-size: 15px;
    line-height: 42px;
    text-align: center;
    text-decoration: none;
    transition: .1s ease-in-out;
    transition-property: color,background-color,background-position,border-color,box-shadow;
    font-family: Heebo;
    font-weight: 700;
    border-radius: 2px;
    background-origin: border-box;
}

input.wpcf7-form-control:focus, input.wpcf7-form-control:hover {
    background-color: #1d2733!important;
    color: #fff!important;
    border-color: #3e4b5a!important;
}

.wpcf7 input[type=”text”],
.wpcf7 input[type=”email”],
.wpcf7 textarea {
background:#ffffff;
color:#000000;
font-family:arial;
width: 70% !important;
}

