.home .site-header__text .btn--primary {
    text-transform: none;
}

.site-header {
	background-color: #816183;
	color: #DFD7E0;
	background-image: none;
}

.site-header__text,
.site-header__text em,
.site-header__navi a {
	color: white;
}

.btn--primary,
.btn--primary:visited,
.btn--primary.disabled,
.btn--primary.disabled:hover, 
.btn--primary.disabled:focus,
.btn--primary.disabled:active,
.btn--primary.disabled.open,
.btn--primary[disabled],
.btn--primary[disabled]:hover,
.btn--primary[disabled]:focus,
.btn--primary[disabled]:active,
.btn--primary[disabled].open {
	background-color: #DFD7E0;
	color: #575756;
}

.btn--primary:hover {
	background-color: #DFD7E0
}

.btn--pulse {
    box-shadow: 0 0 0 0 #614b63;
    animation: pulse 2s infinite;
}
}

.page-appointment-steps .one-place-label {
	color: white;
	border-color: #C0C5C8;
	background-color: #816183;
}

#otv-1 input.radio:not([name=appointment]) + label:hover,
#otv-1 input.radio:not([name=appointment]):focus + label,
#otv-1 input.radio:not([name=appointment]):checked + label  {
	color: #C0C5C8;
	border-color: #C0C5C8;
}

#otv-1 input.radio:not([name=appointment]):checked + label  {
	background-color: #816183;
	color: white;
}

.form-row-control--success:after {
	border-bottom-color: #C0C5C8;
	border-right-color: #C0C5C8;
}

#otv-1 select:focus,
#otv-1 select:hover {
	border-color: #C0C5C8;
}

.form-row-control--success {
	border-color: #C0C5C8;
}

.site-header__arrow {
	background-color: #DFD7E0;
}

/** LOGO **/
.site-header__title {
    display: none;
}

/**
.site-header__title a {
	background-image: url(../image/koebe-klinik-plastische-chirurgie.svg);
}

.site-header__title em {
	display: none;
}

.site-header__title a {
	padding-left: 13rem;
	margin-top: 1em;
}
**/