.mailform h2 {
	margin-bottom: 1em;
}
.expose {
	display: block;
	width: 100%;
	height: auto;
	padding: 0 0 13px 0; font-weight: 400;
}
.expose h2 {
	color: rgba(0,0,0,0.6);
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: 700;
	margin-bottom: 1em;
}
.expose h3 {
	display: block;
	font-size: 1.1em;
	margin: 0 0 .8em 0;
	padding-bottom: .1em;
	border-bottom: 1px solid #bbb;
}
.expose h4 {
	display: block;
	font-size: 1em;
	line-height: 1.3em;
	font-weight: 700;
	margin-bottom: .3em;
	margin-top: 1.4em;
}
.expose p {
	padding: 0;
	margin-bottom: .3em;
}
.expose p, .expose li {
	font-weight: 400;
}


.expose p.miete::after {
	content: "\20AC\ \Kaltmiete";
	margin-left: 3px;
}
.expose p.nk::after {
	content: "\20AC\ \Nebenkosten";
	margin-left: 3px;
}
.expose p.qm::before {
	content: "ca.";
	margin-right: 3px;
}
.expose p.qm::after {
	content: "\m\00b2\ \Wohnfläche";
	margin-left: 3px;
}
/*.expose .o-ausstattung p::before {
	content: "\25BA";
	color: #38B5AE;
	font-size: 0.7em;
	margin-right: 5px;
}
*/
.expose .o-adresse {
	float: left;
	width: auto;
}
.slider, .daten, .daten-box {
	float: left;
}
.slider { 
	width: 63%; 
	max-width: 402px; 
	margin: 8px 5% 20px 0;
}

.slider img {
	width: auto;
	height: auto; max-height:267px;
	max-width: 100%;

}
.slider ul li p {
	display: block;
	width: 100%;
	padding: 5px 0;
	margin: 0;
	background: #fff;
}
.slider ul li p {
	width: 100%;
	Background: #fff;
}


.daten-box-r {
	display: block;
	float: right;
	width: 32%;
}
.daten-box-r .o-daten-1 {
	display: block;
	float: left;
	width: 100%;
	padding-bottom: 1.5em;
}
.daten-box-r .o-daten-2 {
	display: block;
	float: left;
	width: 100%;
}
/*.daten-box-r:first-child {
	padding-bottom: 2em;
}*/


.daten-box-r p {
	padding: 0;
	margin-bottom: 0.3em;
}


.daten-wrapper {
	float: left;
	width: 100%;
	height: auto;
	clear: left;
	padding: 15px 0 10px 0;
}
.daten-box {
	float: left;
	width: 47%;
	margin-bottom: 0em;
}
.daten-box:first-child {
	margin-right: 6%;
}
.daten-box-wide {
	width: 100%;
	clear: left;
}
.daten-box-wide h3 {
	display: block;
	margin: .7em 0;
}

.daten-box ul, .daten-box-r ul {
	list-style: none;
	/*padding-left: 18px;*/
	font-weight: 400;
}
.daten-box ul li, .daten-box-r ul li {
	line-height: 1.6em;
	padding: 0em 0 0em;
	list-style-type: none;
	padding-left: 0px;
	margin-left: -39px;

}
.daten-box ul li::before, .daten-box-r ul li::before {
	content: "\f00c";
	font-family: FontAwesome;
	font-weight: normal;
	color: #38B5AE;
	font-size: 1em;
	margin-right: 7px;
}

@media only screen and (max-width: 600px) {
.slider {
	width: 100%; max-width: 100%;
}
.slider img {
	height: auto; max-height:250px;
}
.daten-box-r {
	float: left;
	width: 100%;
	padding-top:1em;
	padding-bottom: 1em;
}
.daten-box-r .o-daten-1 {
	float: left;
	width: 47%;
	padding-bottom: 0em;
	margin-right: 6%; 
}
.daten-box-r .o-daten-2 {	
	float: left;
	width: auto;	
}

}
ul#image-gallery {
	list-style: none outside none;
	padding-left: 0;
	margin: 0;
}
ul#image-gallery li {
	text-align: center;
}
/*ul#image-gallery img { width: auto;
	height: 200px;
}*/

#anfrage-form { padding-bottom: 0; 
	
}
.mailform {
	width: 100%;
	height: auto;	
}
#form-container p {
	padding: 0;
	margin-bottom: .0em;
}
fieldset {
	padding: 0;
	border: none;
	margin: 0em 0 0em 0;
}
.expose-form label, .expose-form span {
	display: block;
	margin: 0 0 .2em 0;
	font-size: .8em;
}
.expose-form .inline label, .expose-form .inline span {
	display: inline-block;
	margin: 0 20px 0 0;
}
.expose-form .inline {
	margin-bottom: 0;
	padding: 0;
}
.expose-form .inline label { 
	padding-top: .15em;
}
.expose-form .input-box {
	margin: 0em;
	padding-bottom: 0em;
}
.expose-form .error-box {
	height: auto;
	margin: 0;
	padding: 0 0 0.5em 0;
}
input, select, textarea {
	line-height: 1.65em;
}
input, select, textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
	font-weight: 400;
	width: 100%;
	margin-bottom: 5px;
}
input, textarea {
	background-color: white;
	border: 1px solid #bbb;
	padding: 0 .4em;
}
select {
	font-weight: 400;
	width: 100%;
	border: 1px solid #bbb;
	padding: 0 .4em;
	background-color: white;
	background-image: url(../../bilder/select-arrow.png);
	background-position: right center;
	background-repeat: no-repeat;
}
.btn-anfrage {
	color: #fff;
	font-weight: 700;
	font-size: .9em;
	letter-spacing: 0.05em;
	width: auto;
	padding: .2em .8em;
	margin: 2em 0;
	background-color: rgba(43,169,191,1.00);
	border: none;
	text-align: left;
	border-radius: 4px;
}
.btn-anfrage:hover {
	color: #fff;
	text-decoration: none;
	background-color: rgba(56,181,174,1.00);
	border: none;
}


/* Liste ======================================= */

.angebotsliste {
	width: 100%;
	height: auto;
	min-height: 500px;
	color: #3B3B3B;
}
.angebotsliste:last-child {
	margin-bottom: 2em;
}
.objekt {
	display: block;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #ccc;
	padding: 0 0 0px 0;
}
.objekt:last-child {
	border-bottom: none;
}
.objekt h4 {
	margin: 20px 0 15px 0;
	padding: 0;
	font-size: 17px;
	line-height: 20px;
	color: rgba(0,0,0,0.6);
}
.objekt h4 a {
	color: rgba(0,0,0,0.6);
	text-decoration: none;
}
.objekt h4 a:hover {
	color: #2BA9BF;
	text-decoration: none;
}
.objekt .o-bild {
	float: left;
	width: auto;
	height: 80px;
	margin-right: 18px;
}
.objekt .o-bild img {
	width: auto;
	height: 80px;
}
.objekt .o-daten {
	float: left;
	width: 150px;
	height: 95px;
}
.objekt .o-daten p {
	display: block;
}
.objekt p.miete, .objekt p.qm {
	font-size: 0.95em;
	line-height: 1.0em;
	font-weight: 700;
	margin-bottom: 0.1em;
}
.objekt p.miete::after {
	content: "\20AC";
	margin-left: 3px;
}
.objekt p.qm::before {
	content: "ca.";
	margin-right: 3px;
}
.objekt p.qm::after {
	content: "\m\00b2";
	margin-left: 3px;
}
.objekt p.sub {
	font-size: 0.9em;
	line-height: 1.2em;
	margin-bottom: 1.0em;
}
.objekt .o-ausstattung {
	float: left;
	width: 31%;
	min-width: 123px;
	min-height: 95px;
	padding-bottom: 0px;
}
.objekt .o-ausstattung p::before {
	content: "\f00c";
	font-family: FontAwesome;
	font-weight: normal;
	color: #38B5AE;
	font-size: 1em;
	margin-right: 7px;
}
.objekt .o-adresse {
	float: left;
	width: auto;
}
.objekt .o-ausstattung p, .objekt .o-adresse p {
	font-size: 0.9em;
	font-weight: 400;
}
.objekt .o-ausstattung p {
	line-height: 1.2em;
	font-weight: 400;
	margin-bottom: 0.2em;
}
.objekt .o-adresse p {
	font-size: 0.9em;
	line-height: 1.3em;
	font-weight: 400;
	padding-right: 15px;
}
.col-1, .col-2 {
	float: left;
}
.col-1 {
	width: 60%;
}
.col-2 {
	width: 30%;
}

@media only screen and (max-width: 600px) {
.col-1 {
	width: 100%;
}
.col-2 {
	width: 100%;
}
}
/* Label ==================== */

.o-label, .o-label-expose {
	width: auto;
	padding: 3px 12px;
	font-size: 10px; line-height:16px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.1em;
	margin: 1.5em 0;
	-moz-border-radius: 12px 12px 12px 12px;
	-webkit-border-radius: 12px 12px 12px 12px;
	border-radius: 12px 12px 12px 12px;
}
.o-label {
	float: right;
}
.o-label-expose { 
	float: left;
}
@media only screen and (max-width: 600px) {
.o-label-expose {
	clear:both;
}
}
.reserviert {
	background-color: #3dc597;
}
.vermieterauftrag {
	background-color: #499edb;
}
.suchauftrag {
	background-color: #30b6ca;
}
