/*
 * 
 * 
 * 
 * 
 * Stil Formulare Ombudsstelle */

 .hds-ombud-formular>div>form>input {
    font-size: 20px;
    font-weight: 800;
    padding: .3em 1em;
    line-height: 1.7em !important;
    background-color: var(--wp--preset--color--base-1);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-color: #a0dc64;
    border-radius: 10px;
    color: #3a3a3a;
    font-size: var(--wp--preset--font-size--fliesstext);
}

.hds-ombud-formular>div>form>p>input:hover {
    cursor: pointer;
}

.hds-ombud-formular>div>form>p>label>span>textarea {
    background-color: var(--wp--preset--color--base-1);
    width: 100%;
    width: -moz-available;
    margin-bottom: 20px;
    padding: 10px 12px 17px;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom: 2px solid #a0dc64;
    color: #000;
    border-radius: 10px;
    font-size: var(--wp--preset--font-size--fliesstext);
}

.hds-ombud-formular>div>form>p>span>span>span>input {
    background-image: none;
    background-color: var(--wp--preset--color--base-1);
    border: .125em solid #6983a1;
    border-radius: 50%;
    font-size: var(--wp--preset--font-size--fliesstext);
}

.hds-ombud-formular>div>form>p>label>span>input {
    background-color: var(--wp--preset--color--base-1);
    width: 100%;
    width: -moz-available;
    margin-bottom: 20px;
    padding: 10px 12px 17px;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom: 2px solid #a0dc64;
    color: #000;
    border-radius: 10px;
    font-size: var(--wp--preset--font-size--fliesstext);
}

.hds-ombud-formular>div>form>h4 {
    font-weight: 800;
    font-size: 1.7rem;
}

.da-close {
    border-radius: 10px;
}

.wpcf7-submit:hover {
	cursor: pointer;
}