ul.typo3-messages { padding-left: 0; }
.typo3-messages .alert { list-style: none; }
.myRenatlList ul { padding-left: 20px; }


/* Detailview */
.carousel-caption {
	position: absolute;
	/*right: 15%;*/
	right: 0;
	/*bottom: 20px;*/
	bottom: 0;
	/*left: 15%;*/
	left: 0;
	z-index: 10;
	/*padding-top: 20px;*/
	padding-top: 0;
	/*padding-bottom: 20px;*/
	padding-bottom: 0;
	color: #fff;
	text-align: center;
	background-color: rgba(1, 68, 149, 0.4);
}


/* Gleiche Höhe */
/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
}
.my-thumbnail {
	background-color: #eef5fd;
	height: 100%;
	width: 100%;
	display: block;
	padding: 1em;
	margin-bottom: 20px;
	line-height: 1.42857143;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
}
.my-thumbnail ul, .my-thumbnail ol {
	padding-left: 20px;
}
.bg-danger {
	background-color: #f2dede !important;
}

.tx-jpg-rentals .itemlist .panel-heading {
	padding: 0px 10px;
}

.tx-jpg-rentals .itemlist .panel-heading h4,
.tx-jpg-rentals .itemlist .panel-heading .h4,
.tx-jpg-rentals .itemlist .panel-heading h5,
.tx-jpg-rentals .itemlist .panel-heading .h5,
.tx-jpg-rentals .itemlist .panel-heading h6,
.tx-jpg-rentals .itemlist .panel-heading .h6 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.tx-jpg-rentals .itemlist .panel {
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	/*-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);*/
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
.tx-jpg-rentals .itemlist .panel-body {
	padding: 0px;
}
