#footer a:hover {
	color: #a4a4a4;
}

input.invalid + label,
input.invalid {
    border: 1px solid red;
}

textarea:focus-visible,
input:focus-visible {
  outline: none;
}

button:disabled {
    background-color: #4a6278;
    cursor: not-allowed;
}

.absenden-btn:hover {
	background-color: #226baf;
	color: white;
    transition: all .7s;
}

.g-recaptcha-container {
    margin: 1rem 0 1rem;
}