.T4942.maxwidth {
	position: relative;
	height: 420px;
	margin: 0px auto;
	overflow: hidden;
}


.T4942 .image  {
	width: 100%;
	height: 100%;
}
.T4942 .image  picture {
	width: 100%;
	height: 100%;
}

.T4942 .image img { 
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.T4942 .text {
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	padding: 1rem 1.5rem 0px 1.6rem;
	color: #FFF;
	background-color: rgba(0,0,0,0.6);
}

.T4942 .text .headline {
	margin: 0px 0px 1rem 0px;
	line-height: 1.2;
	color: #fff;
}

.T4942 .text .intro {
	margin: 0px 0px 1rem 0px;
	font-weight: 400;
	line-height: 1.2;
	color: rgba(255,255,255,0.8);

}

.T4942 .search {
	position: absolute;
	left: 2rem;
	right: 2rem;
	bottom: 1.5rem;
	padding: 1rem;
}
.T4942 .search input.button {
	width: 100%;
}.T4942 .search .button {
	display: inline-block;
	background-color: #fff;
	margin-right: 5px;
	margin-bottom: 1px;
	padding: 5px 20px 5px 25px;
	cursor: pointer;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
}

.T4942 .search .button:hover { background-color: #FFF; }


.T4942 .search .button.on {
	padding-bottom: 6px;
	margin-bottom: 0px;
	position: relative;
	z-index: 100;
}

.T4942 .search input[type="submit"] {
	display: inline-block;
	background-color: #BD2631;
	border: 0px !important;
	margin: 0px;
	margin-right: 5px;
	padding: 7px 20px 6px 20px;
	cursor: pointer;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
}

.T4942 .search input[type="submit"]:hover {
	background-color: #AC1823;
}


/* Inputs */

.T4942 .datepickerwrapper { margin-bottom: 1rem !important; }

.T4942 input.datepicker {
	width: 100px;
	text-align: center;
	border: 0px solid #FFF;
	cursor: pointer;
}

.T4942 input.datepicker:focus {
	background-color: rgba(189, 38, 49,1);
	color: #FFF;
}


/* Datepicker */
.ui-datepicker {
	width: auto;
	border-radius: 0.7rem;
	background: #FFF;
}



.ui-datepicker td { border: 1px solid #eee; }

.ui-datepicker td span, .ui-datepicker td a {
	padding: 0.15rem;
}


/* Wochenende */
.ui-datepicker td.ui-datepicker-week-end span, .ui-datepicker td.ui-datepicker-week-end a {
	background-color: #DDD;
}

/* disabled */
.ui-datepicker td.ui-datepicker-unselectable span {
	background: #eee;
	color: #eee;
}
/* anderer monat */
.ui-datepicker .ui-datepicker-other-month {
	background-color: #EEE;
}

/* hightlight */

.ui-state-highlight, .ui-widget-content .ui-state-highlight {
	background: rgba(189, 38, 49,0.6);
	color: #FFF !important;
}

.ui-datepicker td.active a, .ui-datepicker a.ui-state-active, .ui-datepicker td.active span {
	background: rgba(189, 38, 49,0.8) !important;
	color: #FFF !important;
}

.ui-datepicker a.ui-state-hover {
	background: rgba(189, 38, 49,1) !important;
	color: #FFF !important;
}


@media (max-width: 567px) {
	.T4942 .text .headline { font-size: 1.8rem !important; }
}
@media (min-width: 567px) {
	.T4942 .text {
		left: auto;
		width: 80%;
		padding: 3rem 2rem 0px 2.2rem;
	}



	.T4942 .datepickerwrapper { margin-bottom: 0rem !important; }
	.T4942 .search {
		left: auto;
		right: 40px;
		bottom: 30px;
		padding: 20px;
	}

	.T4942 .search input.button {
		width: auto;
	}

}

@media (min-width: 768px) {
	.T4942 .text {
		width: 65%;
	}
}

@media (min-width: 1024px) {
	.T4942 .text {
		width: 490px;
	}
}

@media (min-width: 1280px) {
	.T4942 .text {
		width: 520px;
	}
}
