/*
Theme Name:   g5plus-moveco child theme
Description:  Schreibe hier eine kurze Beschreibung über dein Child-Theme
Author:       Biske
Author URL:   Trage hier die Blog- oder Website-URL des Autors ein
Template:     g5plus-moveco
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  g5plus-moveco-child
*/

/* Schreibe hier dein eigenes persönliches Stylesheet */
/* 
** Contact Form 7 Styles 
*/

.wpcf7-form {
    width: 100%;
    margin: 0 auto;
  	text-align: left;
	background: #f6f6f7;
}

.wpcf7-form-contact {
    width: 100%;
    margin: 0 auto;
  	text-align: left;
	background: #ffffff;
}

.wpcf7-form-row {
    display: flex;
    flex-direction: column;
    width: 100%;	
	padding: 0 20px 0 20px;
}

.wpcf7-form-row .wpcf7-form-control {
    width: 100%;
}

.wpcf7-form-column {
    flex: 1;
    padding: 0.5rem 0;
    width: 100%;
}

/* Notebook / Desktop */
@media only screen and ( min-width: 48em ) { 
    .wpcf7-form-row {
        flex-direction: row;
    }

    .wpcf7-form-column {
        padding: 0.5rem 1rem;
    }
}

.wpcf7-form .title-box {
  text-align: center;
  padding: 18.5px 5px;
  margin-bottom: 10px;
  background-color: #1d3052;
  color: #fff;
}
.wpcf7-form .title-box span {
  font-size: 24px;
  line-height: 33px;
  font-weight: 700;
  text-transform: uppercase;
}

.wpcf7-form input[type="text"], 
.wpcf7-form input[type="email"], 
.wpcf7-form input[type="url"], 
.wpcf7-form input[type="password"], 
.wpcf7-form input[type="search"], 
.wpcf7-form input[type="number"], 
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="date"], 
.wpcf7-form textarea {
    color: #1f252b;
    width: 100%;
    padding: 12px 16px;
    border-radius: 10px;
    border: 1px solid #a7a7a7;
	background: #ffffff;
}

.wpcf7-form textarea {
	height: 100px;
}


.wpcf7-form p {
    margin: 0 0 28px;
}

div.wpcf7-mail-sent-ok {
    border: 0;
    background: #5471de;
    color: #fff;
    padding: 18px;
}

div.wpcf7-acceptance-missing,
div.wpcf7-validation-errors,
div.wpcf7-response-output {
    border: 0;
    background: #f9443b;
    color: #fff;
    padding: 18px;
}

span.wpcf7-not-valid-tip {
    color: #f9443b;
}

/* 
** Button Styles 
*/

.wpcf7-form .button {
    background-color: #f69323;
    border: 0;
    color: #fff;
    border-radius: 10px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
    width: 100%;
    padding: 10px 10px;
    letter-spacing: 2px;
    font-size: 14px;
}

.wpcf7-form .button:hover {
    cursor: pointer;
    box-shadow: 0px 7px 16px -7px rgba(0, 0, 0, 0.4);
    border: 0;
}