/*
 * Personalisierter Template für hotel-datepicker 3.6.8 (https://github.com/benitolopez/hotel-datepicker)
 * by Armin - Gardena.Net
*/


body .datepicker {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #333;
	font-weight: 400;
	height: auto !important;
	position: relative !important;
	width: 640px;
}
.datepicker .datepicker__inner {
	padding: 10px 40px;
}
.datepicker .datepicker__topbar, .datepicker .datepicker__close-button {
	display: none;
}
.datepicker .datepicker__month-button {
	background-color: transparent;
	border: 1px solid #e7e7e7;
	line-height: 30px;
	padding: 0 5px;
	width: 100%;
	text-align: center;
}
.datepicker .datepicker__month-button:hover {
	background-color: transparent;
	border-color: #333;
	color: #333;
}
.datepicker .datepicker__month-button span {
	font-size: 17px;
	line-height: 29px;
	pointer-events: none;
	vertical-align: middle;
}
.datepicker .datepicker__months {
	overflow: visible;
}
.datepicker .datepicker__month {
	width: 50%;
}
.datepicker .datepicker__month--month1 {
	margin-left: -20px;
}
.datepicker .datepicker__month--month2 {
	display: table;
	margin-right: -20px;
}
.datepicker .datepicker__month-caption {
	border: 0;
	height: 40px;
	vertical-align: top;
}
.datepicker .datepicker__month-name {
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	text-transform: none;
	vertical-align: top;
}
.datepicker .datepicker__week-name {
	color: #aaa;
	font-size: 12px;
	text-align: center;
	text-transform: none;
}
.datepicker .datepicker__month-day {
	color: #333;
	line-height: 20px;
}
.datepicker .datepicker__month-day--visibleMonth {
	/*border: 1px solid #e7e7e7;*/
	border: 1px solid #f7f5f5;
}
.datepicker .datepicker__month-day--visibleMonth:not(.datepicker__month-day--hovering):not(.datepicker__month-day--selected):not(.datepicker__month-day--invalid):hover {
	background-color: #e7e7e7;
}
.datepicker .datepicker__month-day--today {
	background-color: #eee;
}
.datepicker .datepicker__month-day--invalid {
	/*color: #e7e7e7;*/
	opacity: 0.5;
}
.datepicker .datepicker__month-day--selected, .datepicker .datepicker__month-day--hovering {
	/*background-color: #fecddb;
	border-color: #fecddb;*/
	background-color: #ef114c;
	border-color: #ef7898;
	color: #fff;
}
.datepicker .datepicker__month-day--selected:hover {
	/*background-color: #e6b5c3;
	border-color: #e6b5c3;*/
	background-color: #d61246;
	border-color: #ef7898;
	color: #fff;
}
.datepicker .datepicker__month-day--first-day-selected, .datepicker .datepicker__month-day--last-day-selected,
.datepicker .datepicker__month-day--first-day-selected:hover, .datepicker .datepicker__month-day--last-day-selected:hover {
	background-color: #ef114c;
	border-color: #ef7898;
	color: #fff;
}
.datepicker .datepicker__month-day.datepicker__month-day--is-special-day {
	position: relative;
}
.datepicker .datepicker__month-day .datepicker__month-day--specialday {
	background-color: #000;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	bottom: 3px;
	height: 4px;
	left: 50%;
	margin-left: -2px;
	position: absolute;
	width: 4px;
}
.datepicker .datepicker__month-day .datepicker__month-day--specialday-bgcolor {
	background-color: #fff;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.datepicker .datepicker__tooltip {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
}
.datepicker .datepicker__tooltip:after {
	border-top-color: #fff;
}

/* Ab Tablet hoch */
@media (min-width: 641px) {
	.datepicker .datepicker__month-button--next[month="1"], .datepicker .datepicker__month-button--prev[month="2"] {
		display: none;
	}
}


/* Desktop */
@media (max-width: 1440px) {
}


/* Tablet */
@media (max-width: 1080px) {
	body .datepicker {
		max-width: 100%;
	}
	.datepicker .datepicker__inner {
		min-height: 285px;
		padding-left: 20px;
		padding-right: 20px;
	}
}


/* Smartphone */
@media (max-width: 640px) {
	body .datepicker {
		width: 100%;
	}
	.datepicker .datepicker__inner {
		min-height: 0;
		padding-bottom: 20px;
		padding-left: 0;
		padding-right: 1px;
	}
	.datepicker .datepicker__month--month2 {
		display: none;
	}
	.datepicker .datepicker__month--month1 {
		margin-left: 0;
		width: 100%;
	}

	.datepicker .datepicker__week-row td.datepicker__month-day--nextMonth {
		display: none;
	}
}


/* Kleiner als Smartphone */
@media (max-width: 320px) {
}
