.termin-button-text {
	background-color: #7db7c0;
	color: #ffffff;
	padding: 15px 25px;
	margin-top: 15px;
	position: absolute;
	border-radius: 3px;
	}

.termin-button-text:focus,
.termin-button-text:hover {
	background-color: #a67786;
	}