.T4358 .maxwidth {
	margin: 40px auto;
	max-width: 750px;
	
}

.T4358 .angebot {
	margin-top: 30px;
	border-top: 1px solid #ccc;
	padding-top: 0px;
}


.T4358 .wrapper {
	background-color: #fff;
	padding: 20px 35px;
	margin: 5px auto;
	max-width: 750px;
	
}

.T4358 .inner {
	position: relative;	
}

.T4358 .variante {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 0px 20px;
	margin-bottom: 20px;
}


.T4358 .variante.focused {
	border: 2px solid #000;
	box-shadow: 15px 15px 100px rgba(0,0,0,0.6);
	position: relative;
	z-index: 1000;	
}



.T4358 .variante .terms {
	width: 100%;
	height: 150px;
	box-sizing: border-box;
	margin-bottom: 5px;
}

.T4358 .variante .check_terms {
	margin: 15px 0px 10px 0px;
	font-size: 13px;
}






.T4358 table {
	width: 100% !important;
	
}

body .T4358 .button {
	display: inline-block;
	padding: 10px 15px !important;
	font-size: 16px !important;
	background-color: #E66C00 !important;
	color: #fff !important;
	border-width: 0px !important;
	cursor: pointer;
	text-decoration: none;
	
}

body .T4358 .button:active {
	background-color: #C63C00 !important;
}



.T4358 .error {
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	color: #c00;
	padding: 20px;
	border: 2px solid #f00;
	margin-bottom: 30px;
	
}

.T4358 .offer_confirmed {

	text-align: center;
	font-size: 25px;
	font-weight: bold;
	color: #3c3;
	padding: 50px 0px;
	
}


.T4358 .info2 {
	text-align: center;
	color: #ccc;
}

.T4358 .chat {
	box-shadow: 3px 3px 15px rgba(0,0,0,0.2);
	background-color: #fff;
	padding: 10px;
	border-radius: 10px;
	
}


@media all and (min-width: 1000px) {
	
		
	.T4358 .chat {
		position: absolute;
		top: -20px;
		right: -370px;
		width: 320px;
		padding: 15px;
		
	}
	
}


@media all and (max-width: 500px) {

	
	table.item tr {
		display: flex !important;
		flex-wrap: wrap;	
	}
		
	table.item td {
		width: auto !important;	
	}
	
	table.item td.image {
		flex-basis: 100%;
	}
	
	table.item td.checkbox {
		flex-basis: 10%;
	}
	
	table.item td.content {
		flex-basis: 90%;
	}
	
}






.T4358 .expand {
	position: relative;
	max-height: 100px;
	overflow: hidden;
}

.T4358 .expand.on {
	position: relative;
	max-height: none;
	overflow: visible;
}

.T4358 .expand:before {
	content: " ";
	position: absolute;
	left: 0px;
	top: 50%;
	right: 0px;
	bottom: 0px;
	background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 90%);
}

.T4358 .expand:after {
	content: "+";
	font-size: 13px;
	font-weight: bold;
	position: absolute;
	left: 45%;
	bottom: 0px;
	background: #999;
	color: #fff;
	border-radius: 20px;
	padding: 0px 8px;
	cursor: pointer;
}

.T4358 .expand.on:after { display: none }
.T4358 .expand.on:before { display: none }

/* Sonderfall */
.T4358 #reserva .client-breadcrumb { position: relative; top: 0;  }
.T4358 #reserva .result .client .image { max-width: 300px;}
.T4358 #reserva .result .client .action {  display: none; }
.T4358 #reserva .gallery .picture { display: none; }
.T4358 #reserva .gallery .picture:first-child { display: block; }

.T4358 #reserva .highlights { justify-content: space-between; flex-wrap: wrap; }
.T4358 #reserva .highlights .hightlight {
	width: calc( 100% - 15px ) !important;
}


@media (min-width: 567px) {
	.T4358 #reserva .highlights .hightlight {
		width: calc( 49% - 15px ) !important;
	}
}

@media (min-width: 768px) {

}

@media (min-width: 1024px) {

}

@media (min-width: 1280px) {

}


