

.immoliste {margin:10px 0 30px 0;}
.row .immo-group {margin:0;}
.row .immo-group .list-group-item {
	padding:0 0 5px 0;
	color:gray;
	border:none;
	background:none;
	margin: 0;
}
.row .immo-group .list-group-item span {color:black;}

.list-image {
	margin:4px 0 0 0;
	max-height: 110px;
	max-width: 100%;
	overflow: hidden;
	position: relative;
}

#immodetail .list-group-item span {
color: black;
font-weight: bold;
}

#immodetail .list-group-item span.efield {
	font-weight: normal;
}

#immodetail .thumbnail {
    border: 1px solid #1b3664;
    float: left;
    height: 67px;
    margin: 3px;
    overflow: hidden;
    padding: 1px;
    width: 100px;
}

#immodetail h4 {
	font-size: 2em;
}


@media (max-width: 768px) {

#immodetail h4 {
    font-size: 1.6em;
}
#immodetail .panel-heading {
 padding: 0 0 5px 0;
}
#immodetail .panel-heading h3 {
    font-size: 1.6em;
}
}



.listfoto {
float:left;
margin:3px;
}

.listfoto img {
	cursor:pointer;
	opacity:0.5;
}

.listfoto img:hover {
	opacity:1;
}


#immodetail .list-group-item {
	padding: 0;
	border: none;
}




















.immodetail h2, .groupcontainer h2 {
/*	margin: 0;*/
font-size:1.6em;
}

.immodetail .line {
	float: left;
	display: table-row;
	width: 100%;
	padding: 3px 0 3px 0;
}

.immodetail .name {
	display: table-cell;
	white-space:nowrap;
}

.immodetail .wert {
	text-align: right;
	display: table-cell;
	width: 100%;
}


#ObjektFotos .foto {
	float: left;
	width: 72px;
	height: 54px;
	overflow: hidden;
	margin: 0 10px 10px 0;
}

#ObjektFotos .foto img {
	max-height: 100%;
	max-width: 100%;
}

#ObjektFotos p {
	font-size: 10px;
}





.immofilter {
	border: 1px solid gray;
	float: left;
	padding: 20px;
		-webkit-border-radius:  10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 10px;
}

.immofilter_table table {
	width: 100%;
	border-collapse: collapse;
}

.immofilter_table td {padding:3px;text-align:left;}
.immofilter_table td:first-child {text-align:right;color:gray;}








#leftcol li {
    background: none;
    font-size: 12px;
    line-height: auto;
    padding: 0;
}


.imogalerie {
	background: none repeat scroll 0 0 white;
	border: 1px solid #aaaaaa;
	float: left;
	position: relative;
	/*overflow: hidden;*/
	min-height: 180px;
	margin: 5px;
	width: 580px;
	z-index: 100;
	padding: 20px;
	-webkit-border-radius:  10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 3px 3px 4px #CCCCCC;
}

.imogalerie:hover {
	border: 1px solid red;
	/*background: #eeeeee;*/
	/*cursor: pointer;*/
}


.imogalerie_picture {
	height: 150px;
	overflow: hidden;
	width: 190px;
	float: left;
	position: relative;
}



.imogalerie_buttons {
	height: 30px;
	width: 180px;
	background: none;
	position: absolute;
	left: 20px;
	bottom: 20px;
	display: none;
}

.imogalerie_buttons span {
	color: #003366;
	border: 1px solid gray;
	padding: 3px;
	cursor: pointer;
	background: white;
}

.imogalerie_buttons ul {
	list-style: none;
	padding: 0;
	margin: 0;
}


.imogalerie_buttons li {
	list-style: none;
	display: inline;
	padding: 0;
}

.imogalerie_buttons li i {
	color: gray;
	border: 1px solid #e4322b;
	padding: 3px;
	width: 24px;
	text-align: center;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.imogalerie_buttons li i.marker {
	color: white;
	background: green;
}

.imogalerie_buttons li i:hover {
	color: #e4322b;
	border: 1px solid gray;
}

.imogalerie_buttons li i.marker:hover {
	color: white;
	background: green;
}






.imogalerie_picture img {
	max-height:100%;
	
}

.imogalerie_data {
	width: 360px;
	float: left;
}

.imogalerie_data h1 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 130%;
	text-transform: none;
}


#leftcol {
	padding-top:15px;
}



.immotable {
	border-collapse: collapse;
}

.immotable td {
	font-size: 105%;
	vertical-align: top;
	padding: 2px 2px 2px 0;
}

.immotable td:first-child {
	color: gray;
	width: 110px;
}



#SubmenContainer {
	/*position: fixed;*/
	width: 290px;
}



#clickinfo {
	font-size:11px;
	color:#666666;
}
















/* --------------------------------------------------------------------------*/
/* Formatierungen für die Exposé Detailansicht */
/* --------------------------------------------------------------------------*/

#Expose h1 {
	font-size: 200%;
}
.ExposeKategorie {
	padding: 0;
	margin: 30px 0 3px 0;
	font-size: 140%;
	border-bottom: 1px solid gray;
	color: #e4322b;
}

.ExposeDatenTable {
	border-collapse: collapse;
}

.ExposeDatenTable td {
	padding: 2px 0 2px 0;
	font-size: 115%;
}

.ExposeDatenTable td:first-child {
	width: 200px;
	color: #999999;
}


#ObjektFotos .foto {
	float: left;
	width: 72px;
	height: 54px;
	overflow: hidden;
	margin: 0 10px 10px 0;
}

#ObjektFotos .foto img {
	max-height: 100%;
	max-width: 100%;
}

#ObjektFotos p {
	font-size: 10px;
}


.titelfoto {
	padding: 0;
	max-height: 200px;
	overflow: hidden;
}

.titelfoto img {
	padding: 0;
	max-height: 100%;
	max-width: 100%;
}



.button.disabled {
	background: #cccccc;
	cursor: default;
}


.button, #anfragetable .button {
    background: none repeat scroll 0 0 #555555;
    border: medium none;
    border-radius: 4px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 2px;
    padding: 5px;
    position: relative;
}
.button:hover, #anfragetable .button:hover {
    background: none repeat scroll 0 0 #E4322B;
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
}
.submit {
    padding: 7px 19px;
}



#feedback {
    text-align: left;
    width: 250px;
    z-index: 1000;
}
#feedback div span {
    color: #777777;
    float: left;
    font-weight: normal;
    padding: 6px 0 4px;
    width: 70px;
}
#feedback ul {
    list-style: none outside none;
}
#feedback div {
    clear: left;
}
#feedback div strong {
    display: table-cell;
    font-weight: normal;
    padding: 4px 0;
	 width:auto;
}



.immodetail .panel-body {
	display: block;
}




.immodetail .list-group {
    margin-bottom: 0;
	 width: 100%;
}

.immodetail .list-group-item {
	border: none;
	margin-bottom: 0px;
	padding: 3px;
	background: none;
}

.immodetail .thumbnail {
	width: 105px;
	height: 80px;
	margin: 5px;
}


.immodetail .pdf-files p {
	padding: 0;
	margin: 0;
	font-weight: bold;
}

.immodetail .pdf-files li {
	list-style: none;
	display: inline;
	background: gray;
	padding: 4px;
	margin-right: 5px;
	border-radius: 5px;
}

.immodetail .pdf-files li a {
	color: white;
}


.pagecontainer  li {
	background: none;
}



#certbody .efield {float:left;}
#certbody .evalue {float:right;}


#immos .col-img {
	padding-left: 0;
}

@media (max-width: 768px) {

#immos.col-immos {
	padding: 0;
}

#immos .col-img {
	padding: 0;
}

#thumbgroup .thumbnail {
	margin: 2px;
}

}



#div_orderby {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 200px;
}



.photomarker {
	color: #ffffff;
	background: red;
	padding: 4px;
	font-weight: bold;
	font-size: 1.1em;
	width: 200px;
	text-align: center;
	position: absolute;
	z-index: 5000;
}

.photomarker-rotate {
	transform: rotate(330deg) scale(1) skew(0deg) translate(0px);
	-webkit-transform: rotate(330deg) scale(1) skew(0deg) translate(0px);
	-moz-transform: rotate(330deg) scale(1) skew(0deg) translate(0px);
	-o-transform: rotate(330deg) scale(1) skew(0deg) translate(0px);
	-ms-transform: rotate(330deg) scale(1) skew(0deg) translate(0px);
}

.photomarker-top {
	top: 0px;
	width: 100%;
	text-align: left;
}

.photomarker-bottom {
	bottom: 0px;
	width: 100%;
	text-align: left;
}

@media(max-width:700px){

	.photomarker {


	}

}


.img-thumbnail {max-height: 120px;}



.socialmedia {
	display: table;
	display: flex;
	justify-content: space-between;
}

.socialmedia .btn {
	border: none;
	margin: 0 3px;
	flex: 1 1 auto;
}

.socialmedia .facebook {background: #3b5998;}
.socialmedia .twitter {background: #55acee;}
.socialmedia .xing {background: #126567;}
.socialmedia .linkedin {background: #0077b5;}
.socialmedia .tumblr {background: #36465d;}
.socialmedia .pinterest {background: #cb2027;}
.socialmedia .whatsapp {background: #34af23;}





/*
.youtube {
	padding: 0;
}

.youtube li {
    list-style: none;
    padding: 0;
    display: inline;
    color: black;
}

.youtube .btn {
	background: rgba(255,255,255,0.3);
}
*/

.youtube i {
	color: #ff0000;
/*	font-size: 3rem;*/
}



.btn-label {position: relative;left: -12px;display: inline-block;padding: 6px 12px;background: rgba(0,0,0,0.15);border-radius: 3px 0 0 3px;}
.btn-labeled {padding-top: 0;padding-bottom: 0;}









