select, textarea, input:not([type="checkbox"],[type="radio"],[type="file"],[type="submit"])  {
    margin: 0;
    border: 1px solid rgba(0,0,0,0.125);
    border-radius: 0;
    background-color: #FFFFFF;
    box-shadow: none;
    line-height: 1.5;
    font-size: 1rem;
    border-radius: var(--typo-border-radius);
}

select, textarea, input:not([type="checkbox"],[type="radio"],[type="file"],[type="submit"]) {
    height: 3rem;
    padding: 0.5rem;
}

form label {
    font-size: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.375rem;
}

select {
    padding-right: 1.5rem;
}


form .wpcf7-acceptance label {
    padding-top: 0;
    padding-bottom: 0;
}



/***************************************************************************
* Placeholder
****************************************************************************/
::-webkit-input-placeholder { color: #cacaca; }
::placeholder { color: #cacaca; }



/***************************************************************************
* Searchform
****************************************************************************/
.searchform .button {
    margin-bottom: 0;
}
.searchform [type="search"] {
    margin: 0;
    border: 1px solid rgba(0,0,0,0.125);
    border-radius: 0;
    background-color: #FFFFFF;
    box-shadow: none;
    line-height: 1.5;
}

.screen-reader-text {border: 0; clip: rect(1px,1px,1px,1px);  clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; word-wrap: normal!important}
.screen-reader-text:focus {background-color: #ddd;clip: auto!important;clip-path: none;color: #444;display: block;font-size: 1em;height: auto;left: 5px;line-height: normal;padding: 15px 23px 14px;text-decoration: none;top: 5px;width: auto;z-index: 100000}


.wpcf7-spinner {display: none;}


/***************************************************************************
* Email Form
****************************************************************************/
.email_submit_field {
    position: relative;
}
.email_submit_field [type="email"] {
    height: 3rem;
}
.email_submit_field [type="submit"] {
    position: absolute;
    top: 50%; right: 0.5rem;
    width: 2rem; height: 2rem;
    box-shadow: none; outline: none;
    border: none; transform: translate(0,-50%);
    border-radius: var(--typo-border-radius);
    background-color: var(--typo-color-blue);
    font-size: 0;
    background-image: url(../img/arrow-right.svg);
    background-repeat: no-repeat;
    background-size: 70% auto;
    background-position: 50% 50%;
    cursor: pointer;
}
.typo_message {
    background-color: var(--typo-color-blue);
    border-radius: var(--typo-border-radius);
    padding: 1em 2em;
    margin: 1em 0;
}


.wpcf7-form .wpcf7-not-valid-tip {
	background-color: transparent;
	padding-left: 0;
	color: var(--typo-color-red);
}
.wpcf7-form .wpcf7-not-valid-tip:before {
	content: ''; display: inline-block;
	width: 1.5em; height: 1.5em;
	background-color: currentcolor;
	mask: url(../img/alert-circle.svg) no-repeat;
	mask-position: 50% 50%;
	mask-size: contain;
	vertical-align: middle;
	margin-top: -0.25em;
}

.wpcf7-form-control.wpcf7-acceptance label input,
.wpcf7-form-control.wpcf7-acceptance label input + span:before,
.wpcf7-form-control.wpcf7-acceptance label input + span:after,
.wpcf7-form-control.wpcf7-checkbox label input,
.wpcf7-form-control.wpcf7-checkbox label input + span:before,
.wpcf7-form-control.wpcf7-checkbox label input + span:after,
.wpcf7-form-control.wpcf7-radio label input,
.wpcf7-form-control.wpcf7-radio label input + span:before,
.wpcf7-form-control.wpcf7-radio label input + span:after  {
    top: 1.3rem;
}