:root
{
	--c-misterjames: #7069d3;
	--c-misterjames-light: #9b96e3;
	--c-misterjames-superlight: #eeedfc;
	--c-misterjames-yellow: #FFBF00;
	--c-text-primary: #1F1F25;
}

.lp-element-booking
{
	line-height: 1.5;
	color: var(--c-text-primary);
	position: relative;
	text-align: center;
	font-size: 20px;
}

.lp-element-booking>.mockup
{
	display: inline-block;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
	padding: 20px 0 20px 20px;
	border-radius: 10px;
	background-color: white;
	width: 400px;
	transition: width 0.5s;
	text-align: left;
	white-space: nowrap;
	position: relative;
}

.kcconfirmation
{
	display: none;
	font-size: 22px;
}

.lp-element-booking>.mockup.kc-show-time {
	width: 510px;
}

.lp-element-booking button:focus {
	outline: 0;
}

.lp-element-booking>.mockup.kcwaiting-state>div:not(.kcwaitinganimation) {
	filter: blur(5px);
}

.kcwaitinganimation {
	display: none;
	background-color: rgba(255, 255, 255, 0.5);
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 9;
}

.kcwaitinganimation .kcwaiter {
	width: 50px;
	height: 50px;
	position: absolute;
	left: calc(50% - 25px);
	top: calc(50% - 25px);
	background-size: contain;
	background-position: center;
	background-image: url(/loading-circle.svg);
	animation: kcrotate 2s linear infinite;
}

.lp-element-booking>.mockup.kcwaiting-state>.kcwaitinganimation {
	display: block;
}

.kcbooked
{
	cursor: pointer;
	display: block;
	justify-content: center;
	align-items: center;
	padding: 10px 20px;
	font-size: 16px;
	color: #FFF;
	background-color: black;
	border-radius: 10px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
	border-color: transparent;
	border-radius: 20px;
	margin-top: 40px;
	text-align: center;
}

.kcbooked:focus {
	background-color: #6a6a6a;
}

.kcbookedcancel
{
  cursor: pointer;
  display: block;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  margin-top: 10px;
  font-size: 16px;
  color: #FFFF;
  background-color: #d46161;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  border-color: transparent;
  border-radius: 20px;
	text-align: center;
}

.kcbookedcancel:focus {
	background-color: #6a6a6a;
}

.kchide {
	display: none;
}

.kctimepicker-day.kchide {
	display: none;
}

.kctimepicker-day {
	display: none;
	opacity: 0;
	width: 100px;
	background: white;
	overflow-x: hidden;
	overflow-y: auto;
	vertical-align: top;
	height: 300px;
	margin-left: 10px;
	text-align: left;
	border-left: 1px solid #f0f0f0;
	padding-left: 10px;
	width: 0;
}

.kctimepicker-day::-webkit-scrollbar
{
  width: 9px;
}

.kctimepicker-day::-webkit-scrollbar-track
{
  background: #ffffff00;
  border-radius: 5px;
}

.kctimepicker-day::-webkit-scrollbar-thumb
{
  background: #9a9a9a;
  border-radius: 5px;
}

.kc-show-time .kctimepicker-day
{
	display: inline-block;
	opacity: 1;
	width: 100px;
	transition: all 0.5s;
	padding: 10px 20px;
	border-radius: 10px;
	max-width: 360px;
	border: 1px solid #d0d0d0;
}

.kctime {
	background: transparent;
	border: 1px solid black !important;
	line-height: 40px !important;
	text-align: center;
	border-radius: 8px;
	margin: 5px;
	display: block;
	overflow: hidden;
	transition: width 0.5s;
	cursor: pointer;
	width: 80px;
}

.kccurrent-time {
	color: #FFF;
	border-color: black;
	background-color: #f0f0f0;
}

.kccurrent-time:focus {
	background-color: #f0f0f0;
}

.kcdatepicker {
	display: inline-block;
	background-color: white;
	width: 100%;
	max-width: 360px;
	padding: 10px;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	border: 1px solid #d0d0d0;
}

.kcbookingform .kcdatepicker,
.kcbookingform .kctimepicker-day {
	display: none !important;
}

.kcdatepicker-top {
	margin-bottom: 1rem;
}

.kctitle {
	font-weight: 600;
	font-size: 20px;
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
}

.kcmonth-selector {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.kcarrow {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0;
	background-color: #FFF;
	border-radius: 12px;
	width: 2.5rem;
	height: 2.5rem;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.kckcpersonpicker {
	align-items: center;
	justify-content: center;
}

.kcperson {
	border: 0;
	background-color: #FFF;
	border-radius: 5px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
	margin-left: 15px;
}

.kcmonth-title {
	font-weight: 600;
}

.kcduration-title 
{
  color: #999FA6;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  min-height: 20px;
  display: block;
}

.kcwarning {
	color: red;
	margin-top: 10px;
}

/*passt*/
.kcdatepicker-weekdays {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	grid-row-gap: 1rem;
}

.kcdatepicker-calendar {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	grid-row-gap: 1rem;
}

.kcweekday,
.date {
	justify-self: center;
}

.kcweekday {
	color: #999FA6;
	font-size: .875em;
	font-weight: 500;
	justify-self: center;
}

.kcdate {
	width: 2.25rem;
	height: 2.25rem;
	/*	display: flex;
	align-items: center;
	justify-content: center;*/
	border-radius: 30px;
	font-weight: 600;
	border: 3px solid transparent;
	background-color: transparent;
	cursor: default;
}

.kcdate.selected,
.kctime.selected
{
	border: 3px solid #ff5151 !important;
}

.kcdate.kcavailable {
	cursor: pointer;
	background-color: #e9e9e9;
	color: black;
	font-weight: bold;
}

.kccurrent-day {
	border-color: black;
}

.kccurrent-day:focus {
	border-color: #e9e9e9;
}

.kcformfiller {
	display: none;
}

.kcbookingform .kcformfiller 
{
  display: block;
  background-color: white;
  padding: 20px;
  border-radius: 10px;
}

.kcforminput
{
	position: relative;
	margin-bottom: 10px;
}

.kcformfiller .kcforminput input
{
	width: 100%;
	padding: 4px 20px;
	width: 100%;
	box-sizing: border-box;
	height: 30px;
	line-height: 25px;
	border-radius: 15px;
	border: none;
	background-color: #f0f0f0;
	font-size: 18px;
}

.kcformfiller .kcforminput label
{
	width: 100%;
	text-align: left;
	display: block;
	font-size: 14px;
	margin-left: 20px;
}

.kcformfiller .kcforminput input:valid~label {
	transform: translateY(-26px);
	font-size: 15px;
}

.kcformfiller .kcforminput input:focus {
	border-bottom-color: var(--c-misterjames);
}

@keyframes kcrotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


@media only screen and (max-width: 600px) 
{
	.kc-show-time .kctimepicker-day
	{
		height: auto !important;
		width: 100% !important;
		box-sizing: border-box;
		margin-left: 0 !important;
		margin-top: 20px;
	}
	.kctime
	{
		display: inline-block;
	}
}