/* Add here all your css styles (customizations) */

.header-v7 .logo img {
	width: 100%;
}
.header-v7 .logo h1 {
	font-size: 15px;
	text-transform: uppercase;
	text-align: center;
}

.alignright {
	float: right;
	margin: 5px 0px 5px 5px;
}

.alignleft {
	float: left;
	margin: 5px 0px 5px 5px;
}

.breadcrumbs-v1 {
	background: url(../img/breadcrumbs/img3.jpg) center no-repeat;
}

.list-unstyled .fa {
	width: 15px;
}
.inner-pchart {
	padding: 20px 5px;
	min-height: 200px;
}
.pie-progress-charts .circle {
	margin-bottom: 5px;
}
.pie-progress-charts .circle-title {
	font-size: 16px;
}

.sub-menu {
	display: none;
}

.content {
	color: #555;
}

.textwidget li a,
p a {
	text-decoration: underline;
	color: #c0392b;
}

li.seperator {
	border-bottom: 2px solid #c0392b;
	width: 140px;
}
.wp-caption .wp-caption-text {
	font-style: italic;
	text-align: center;
}

.wohnung-batch {
	top: -5px;
	margin-bottom: -20px;
	right: -4px;
	position: relative;
}
.news-v1-in p {
	height: 75px;
	margin-bottom: 5px;
	overflow: hidden;
}
.news-v1-info li {
	text-align: center;
	width: 36%;
}
.news-v1-info {
	height: 35px;
	margin-top: 0px !important;
}
.wohnung-thumb {
	overflow: hidden;
	display: block;
	min-height: 300px;
	text-align: center;
}
.wohnung-thumb img {
	max-height: 300px;
	display: table-cell;
	margin: 0 auto;
}

/*
.wohnung-list-wrapper .col-lg-4:nth-child(odd) {
    clear: both;
}
*/
.gradient {
	display: none;
	z-index: 99999;
	position: relative;
	top: -20px;
	margin-bottom: -20px;
	width: 100%;
	-webkit-box-shadow: inset 0px -10px 5px 0px rgba(255, 255, 255, 1);
	-moz-box-shadow: inset 0px -10px 5px 0px rgba(255, 255, 255, 1);
	box-shadow: inset 0px -10px 5px 0px rgba(255, 255, 255, 1);
}

.news-v1-info li:first-child,
.news-v1-info li:last-child {
	width: 32%;
}

.loading {
	display: table;
	width: 100%;
	background: rgba(255, 255, 255, 0.6);
	position: fixed;
	z-index: 99999;
	height: 100%;
}
.loading div {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.loading i {
	color: #c0392b;
}

.cbp-filter-item {
	text-transform: uppercase;
}

.img-hover-v1 span {
	border-right: 1px solid #f7f7f7;
	border-top: 1px solid #f7f7f7;
}

/* XXXX Manuel: Dreieck für ausklappen einblenden START*/
summary {
	cursor: pointer;
	background: #eeeeee;
	padding: 2px 10px;
}

/* Standard-Dreieck ausblenden (z.B. in Chrome) */
summary::-webkit-details-marker {
	display: none;
}

summary::before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: 0.5em;
	vertical-align: middle;
	border-style: solid;
	border-width: 0.35em 0.35em 0 0.35em;
	border-color: black transparent transparent transparent;
	transition: transform 0.3s ease-in-out;
}

/* Dreieck dreht nach unten, wenn geöffnet */
details[open] > summary::before {
	transform: rotate(180deg);
}

/* XXXX Manuel: Dreieck für ausklappen einblenden ENDE*/

/* Slider H1 styling - inherit from parent */
.revolution-ch1 h1 {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	text-transform: inherit;
	font-family: inherit;
	margin: 0;
	padding: 0;
}
