.SitDatepicker {
	width: auto;
	min-width: 270px;
	position: absolute;
	padding: 15px;
	border: 1px solid #c3c3c3;
	background: white;
	font-size: 14px !important;
	box-shadow: 0 5px 20px 2px rgba(0, 0, 0, 0.3);
	color: #4d4d4d;
	font-family: Arial, serif;
	margin-top: 5px;
	z-index: 9999;
	box-sizing: border-box;
	border-collapse: separate; }
.SitDatepicker * {
	box-sizing: border-box;
	border-collapse: separate;
	font-size: 14px !important; }
.SitDatepicker table {
	width: 100%; }
.SitDatepicker .SitDatepickerBody.moreThanOne, .SitDatepicker .SitDatepickerMonatBody.moreThanOne, .SitDatepicker .SitDatepickerJahrBody.moreThanOne {
	max-width: 336px;
	display: inline;
	float: left;
	margin-right: 20px; }
.SitDatepicker .SitDatepickerBodyHeader {
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid black;
	text-align: center;
	margin-bottom: 15px;
	min-height: 35px; }
.SitDatepicker .SitDatepickerMonatBody table {
	width: 100% !important; }
.SitDatepicker .SitDatepickerMonatBody table td {
	padding: 11px;
	font-size: 16px !important;
	cursor: pointer;
	text-align: center; }
.SitDatepicker .SitDatepickerMonatBody .SitDatepickerMonatBodyHeader {
	width: 200px;
	display: inline-block;
	margin-top: 10px;
	cursor: pointer;
	font-size: 16px !important; }
.SitDatepicker .SitDatepickerDauerBodyHeader {
	margin-bottom: 5px;
	font-size: 16px !important; }
.SitDatepicker .SitDatepickerJahrBody table {
	width: 100%; }
.SitDatepicker .SitDatepickerJahrBody table td {
	cursor: pointer;
	text-align: center;
	padding: 11px;
	font-size: 16px !important; }
.SitDatepicker .SitDatepickerJahrBody .SitDatepickerJahrBodyHeader {
	width: 200px;
	display: inline-block;
	margin-top: 10px;
	font-size: 16px !important; }
.SitDatepicker .SitDatepickerDauerWrapper {
	display: inline; }
.SitDatepicker .SitNotiz {
	margin-top: 30px;
	font-weight: bolder;
	background: #E0EAF8;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #5ea1ff; }
.SitDatepicker .SitNotiz:before {
	width: 15px;
	height: 15px;
	position: absolute;
	content: '';
	background: #E0EAF8;
	transform: rotate(45deg);
	margin-top: -18px;
	left: 295px;
	border-left: 1px solid #5ea1ff;
	border-top: 1px solid #5ea1ff; }
.SitDatepicker .SitNotiz.schritt1:before {
	left: 55px; }
.SitDatepicker .SitNotiz.schritt2:before {
	left: 175px; }
.SitDatepicker .SitNotiz.schritt3:before {
	left: 293px; }
.SitDatepicker .SitProgress {
	position: relative;
	height: 30px;
	width: 30px;
	background-size: cover;
	display: inline-block;
	text-align: center;
	padding-top: 6px;
	border-radius: 20px;
	border: 2px solid black;
	cursor: pointer; }
.SitDatepicker .SitProgress.valid {
	border: 2px solid #408B3A;
	background: #408B3A;
	color: white; }
.SitDatepicker .SitProgress.aktiv {
	border: 2px solid #5ea1ff;
	background: #E0EAF8;
	color: black; }
.SitDatepicker .SitDatepickerProgressBar {
	text-align: center; }
.SitDatepicker .SitDatepickerProgressBar .SitProgressLine {
	height: 3px;
	background: black;
	width: 80px;
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 2px; }
.SitDatepicker .SitProgressNotizWrapper .SitProgressNotiz {
	width: 33%;
	display: inline-block;
	float: left; }
.SitDatepicker .SitProgressNotizWrapper .SitProgressNotiz.aktiv {
	font-weight: bolder; }
.SitDatepicker .SitProgressNotizWrapper .SitProgressNotiz.valid:after {
	content: '';
	background: url(../img/check-circle.svg) no-repeat;
	position: absolute;
	width: 10px;
	height: 10px;
	margin-left: 4px;
	margin-top: 2px; }
.SitDatepicker .SitAufenthaltsdauer {
	cursor: pointer;
	padding: 8px 4px 4px;
	text-align: center;
	border: 1px solid white;
	font-size: 15px !important; }
.SitDatepicker .SitAufenthaltsdauer:hover {
	border: 1px solid #cacaca; }
.SitDatepicker .SitHighlight {
	background: #468DF0 !important;
	color: white !important; }
.SitDatepicker .SitHoverHinreise:before, .SitDatepicker .SitAktiveHinreise:before {
	content: '';
	background: url(../img/arrow-alt-right.svg) no-repeat;
	position: absolute;
	width: 18px;
	height: 16px;
	left: -10px;
	z-index: 1000; }
.SitDatepicker .SitHoverRueckreise:after, .SitDatepicker .SitAktiveRueckreise:after {
	content: '';
	background: url(../img/arrow-alt-left.svg) no-repeat;
	position: absolute;
	width: 18px;
	height: 16px;
	right: -10px;
	z-index: 1000; }
.SitDatepicker.hidden {
	display: none !important; }
.SitDatepicker .SitDatepickerHeader {
	margin-bottom: 15px;
	max-width: 336px; }
.SitDatepicker .SitDatepickerFooter {
	margin-top: 15px;
	border-top: 1px solid black;
	padding-top: 15px;
	float: left; }
.SitDatepicker .SitDatepickerPfeilLinks {
	padding: 10px 0 0;
	margin-bottom: 5px;
	width: 20px;
	display: inline;
	float: left;
	cursor: pointer; }
.SitDatepicker .SitDatepickerPfeilRechts {
	padding: 10px 10px 0;
	margin-bottom: 5px;
	width: 20px;
	display: inline;
	float: right;
	cursor: pointer;
	margin-right: 5px; }
.SitDatepicker .SitDatepickerTagViewMonat {
	margin-right: 10px;
	margin-left: -10px;
	margin-top: 10px;
	display: inline-block;
	text-align: right;
	cursor: pointer;
	font-size: 16px !important; }
.SitDatepicker .SitDatepickerTag {
	cursor: pointer;
	text-align: center;
	border: 1px solid white;
	position: relative;
	padding: 11px;
	font-size: 16px !important; }
.SitDatepicker .SitDatepickerTag.disabled {
	text-decoration: line-through;
	color: #95989A;
	cursor: not-allowed; }
.SitDatepicker .SitDatepickerTag.disabled.platzhalter {
	cursor: auto !important; }
.SitDatepicker .SitDatepickerTag:hover {
	border: 1px solid #cacaca; }
.SitDatepicker .SitDatepickerTag:hover.platzhalter {
	border: 1px solid white; }
.SitDatepicker .SitDatepickerTagAndererMonat {
	color: #B0B0B0; }
.SitDatepicker .SitDatepickerTagViewBodyHeader {
	padding: 11px;
	text-align: center;
	color: #95989A;
	font-size: 16px !important; }
.SitDatepicker .SitDatepickerTagViewJahr {
	margin-top: 10px;
	display: inline-block;
	text-align: right;
	cursor: pointer;
	font-size: 16px !important; }
.SitDatepicker .SitUebernehmenButton {
	padding: .25rem .5rem;
	font-size: 16px !important;
	line-height: 1.5;
	border-radius: .2rem;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
	display: inline-block;
	float: right;
	cursor: pointer; }
.SitDatepicker .SitAbbrechenButton {
	padding: .25rem .5rem;
	font-size: 16px !important;
	line-height: 1.5;
	border-radius: .2rem;
	border: 1px solid #dddddd;
	display: inline-block;
	float: left;
	cursor: pointer; }
.SitDatepicker .SitNotiz {
	font-size: 16px !important;
	-webkit-animation-duration: 1500ms;
	animation-duration: 1500ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn; }
.SitDatepicker .fadeInAktivProgressPoint {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInAktivProgressPoint;
	animation-name: fadeInAktivProgressPoint; }
.SitDatepicker .fadeInAktivProgressPointNotiz {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInAktivProgressPointNotiz;
	animation-name: fadeInAktivProgressPointNotiz; }
.SitDatepicker .fadeOutInAktivProgressPoint {
	-webkit-animation-duration: 850ms;
	animation-duration: 850ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutInAktivProgressPoint;
	animation-name: fadeOutInAktivProgressPoint; }
.SitDatepicker .fadeOutInAktivProgressPointNotiz {
	padding-right: 10px; }
.SitDatepicker .fadeOutInAktivProgressPointNotiz:after {
	content: '';
	background: url(../img/check-circle.svg) no-repeat;
	position: absolute;
	width: 10px;
	height: 10px;
	margin-left: 4px;
	margin-top: 2px;
	opacity: 0;
	-webkit-animation-duration: 850ms;
	animation-duration: 850ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutInAktivProgressPointNotiz;
	animation-name: fadeOutInAktivProgressPointNotiz; }
.SitDatepicker .fadeInAfter:after, .SitDatepicker .fadeInBefore:before {
	-webkit-animation-duration: 1500ms;
	animation-duration: 1500ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn; }
.SitDatepicker .fadeInAfter:before {
	display: none; }
.SitDatepicker .fadeInAfter.after {
	content: '';
	background: url(../img/arrow-alt-left.svg) no-repeat;
	position: absolute;
	width: 18px;
	height: 16px;
	right: -10px;
	z-index: 1000; }
.SitDatepicker .fadeInBefore:after {
	display: none; }
.SitDatepicker .fadeInBefore::before {
	content: '';
	background: url(../img/arrow-alt-right.svg) no-repeat;
	position: absolute;
	width: 18px;
	height: 16px;
	left: -10px;
	z-index: 1000; }
.SitDatepicker .blink {
	animation: blink-animation 300ms;
	-webkit-animation: blink-animation 300ms; }
.SitDatepicker .hidePseudo:after, .SitDatepicker .hidePseudo:before {
	display: none; }
@media screen and (max-width: 380px) {
	.SitDatepicker {
		left: 5px !important;
		right: 5px !important;
		width: calc(100% - 10px); } }
@media screen and (max-width: 364px) {
	.SitDatepicker .SitProgressLine {
		width: 85px !important; }
	.SitDatepicker .schritt1:before {
		left: 25px !important; }
	.SitDatepicker .schritt2:before {
		left: 165px !important; }
	.SitDatepicker .schritt3:before {
		left: 305px !important; }
	.SitDatepicker .SitProgressNotizWrapper .SitProgressNotiz:first-child {
		text-align: left; }
	.SitDatepicker .SitProgressNotizWrapper .SitProgressNotiz:last-child {
		text-align: right; }
	.SitDatepicker .SitProgressNotizWrapper .SitProgressNotiz:last-child.valid {
		padding-right: 10px; } }
@media screen and (max-width: 351px) {
	.SitDatepicker table {
		width: calc(100% + 10px);
		margin-left: -5px; }
	.SitDatepicker .schritt1:before {
		left: 35px !important; }
	.SitDatepicker .schritt2:before {
		left: 160px !important; }
	.SitDatepicker .schritt3:before {
		left: 295px !important; } }
@media screen and (max-width: 340px) {
	.SitDatepicker {
		padding: 10px;
		width: calc(100% - 10px); }
	.SitDatepicker .schritt1:before {
		left: 25px !important; }
	.SitDatepicker .schritt3:before {
		left: 290px !important; }
	.SitDatepicker .SitProgressNotiz {
		font-size: 12px !important; } }
@media screen and (max-width: 328px) {
	.SitDatepicker .schritt1:before {
		left: 20px !important; }
	.SitDatepicker .schritt2:before {
		left: 150px !important; }
	.SitDatepicker .schritt3:before {
		left: 280px !important; } }
@media screen and (max-width: 333px) {
	.SitDatepicker {
		padding: 5px; }
	.SitDatepicker table {
		margin-left: -6px; } }

@keyframes blink-animation {
	0% {
		background: #03275A;
		color: white;
		border-radius: 5px; }
	49% {
		background: #03275A;
		color: white;
		border-radius: 5px; } }
@-webkit-keyframes blink-animation {
	0% {
		background: #03275A;
		color: white;
		border-radius: 5px; }
	49% {
		background: #03275A;
		color: white;
		border-radius: 5px; } }
@keyframes fadeIn {
	0% {
		opacity: 0; }
	100% {
		opacity: 100; } }
@keyframes fadeInAktivProgressPoint {
	0% {
		border: 2px solid black;
		background: white; }
	100% {
		border: 2px solid #5ea1ff;
		background: #E0EAF8; } }
@keyframes fadeInAktivProgressPointNotiz {
	0% {
		font-weight: normal; }
	100% {
		font-weight: bolder; } }
@keyframes fadeOutInAktivProgressPoint {
	0% {
		border: 2px solid #5ea1ff;
		background: #E0EAF8; }
	100% {
		border: 2px solid #408B3A;
		background: #408B3A;
		color: white; } }
@keyframes fadeOutInAktivProgressPointNotiz {
	0% {
		opacity: 0; }
	100% {
		opacity: 100; } }

/*# sourceMappingURL=SitDatepicker.css.map */
