#home-text {
    margin: 3% 0;
    color: #333;
    font-size: 1.2em;
    min-height: 50px;
    padding: 30px;
    text-align: justify;
    border-bottom: 1px solid silver;
}
.home-widget-link {
    text-decoration: none;
    color:#333;
    opacity: 1;
}
.home-widget-link:hover {
    text-decoration: none;
    color:#333;
    opacity: 0.8;
}
.home-widget-title {
    background-color: #f3f3f3;
    margin-bottom: 0px;
    padding: 4% 1%;
}
#Ofert {
	background-color: #CC3300;
    color: #fff;
    font-weight: bold;
	text-align: center;
	font-size: xx-large;
	padding: 6px;
	position: relative;
}
#Objektdetail   {
    margin: 23px 0px;
    background-color: #F2F2F2;
    color: #333;
    font-size: medium;
    min-height: 250px;
    width: 97%;
}
#Titel {
	text-align: center;
	position: relative;
	top: 0;
	font-weight: bold;
	font-size: 1.2em;
	width: 100%;
    background-color: #333;
    color: #fff;
    padding: 1% 2%;
}
#obj_content {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	min-height: 500px;
    margin-top: 0;
}
#det_links {
	width: 40%;
	margin-left: 1%;
    position: relative;
}
.highslide-gallery {
    text-align: justify;
    position: relative;
    display: block;
    width: 100%;
    float: left;
    padding-bottom: 10px;
}
#Bilder {
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}
.Bild_zustand_similar  {
	width: 80px;
	position: absolute;
    left: 5px;
	z-index: 6;
}
.Bild_zustand_det  {
	max-width: 200px;
	max-height: 150px;
	position: absolute;
	top: 110px;
	right: 0;
	z-index: 6;
}
#typ {
    background-color: #333;
    color: #FFF;
    font-weight: bold;
    position: relative;
    padding: 1%;
    font-size: 1.1em;
}
#area {
	position: relative;
	padding: 1%;
	color: #000000;
    background-color: #d3d3d3;
    margin-bottom: 1%;
}
#det_rechts {
	width: 55%;
	position: relative;
	text-align: left;
	margin-left: 1%;
}
#symbol_print  {
	position: absolute;
	top: 20px;
	right: 10px;
}
#symbol_email {
	right: 10px;
	top: 75px;
	position: absolute;
}
#Detail {
	background-color: #F3F3F3;
	padding: 10px 20px 15px 20px;
}
#preis_neuro {
	font-size: small;
}
#Text {
	background-color: #F3F3F3;
	padding: 0 20px 20px 20px;
	position: relative;
	font-weight: normal;
	font-size: 1em;
	text-align: justify;
}
.bargain_gr_bild {
	border: none;
	margin: 3% auto 1% auto;
    width: 100%;
}
.bargain_kl_bild {
    max-width: 100%;
    border: 0px none;
    margin: 3% auto;
    max-height: 54px;
}