#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: 1%;
}
#det_links {
	width: 40%;
	margin-left: 1%;
    position: relative;
}
.highslide-gallery {
    text-align: justify;
    position: relative;
    display: block;
    width: 100%;
    float: left;
    padding-bottom: 60px;
}
#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%;
}
.gr_bild {
	border: none;
	margin: 10px auto;
    max-width: 100%;
}
.kl_bild {
    border: 0px none;
    padding: 3%;
}
.thumb_bild {
    min-height: 80px;
}
#qrcode {
    text-align: center;
    padding-bottom: 30px;
    padding-top: 5px;
    font-weight: bolder;
    font-size: 1.3em;
    color: #10526f;
}
#det_rechts {
	width: 55%;
	position: relative;
	text-align: left;
	margin-left: 1%;
}
#symbol_print  {
	position: absolute;
	top: 15px;
	right: 10px;
}
#symbol_email {
	right: 10px;
	top: 65px;
	position: absolute;
}
#Detail {
	background-color: #F3F3F3;
	padding: 5px;
}
#preis_neuro {
	font-size: small;
}
#Text {
	background-color: #F3F3F3;
	padding: 5px;
	margin-top: 3%;
	position: relative;
	font-weight: normal;
	font-size: 1em;
	text-align: justify;
}
#similar {
	text-align: center;
	font-weight: bold;
	font-size: medium;
	display: -webkit;
	display: ;
	position: relative;	
}
.Objektrahmen_similar{
	margin-bottom: 5%;
    border: 1px solid #C0C0C0;
    text-decoration: none !important;
}
.Objektrahmen_similar:hover{
	margin-bottom: 5%;
    border: 1px solid #C0C0C0;
    text-decoration: none !important;
    background-color: #F4F4F4;
}
.object-link {
    text-decoration: none !important;
}
.object-link:hover {
    text-decoration: none !important;
}
.similar-container {
    padding: 3px !important;
}
.similar-object-title {
    text-align: center;
    border: 1px solid #C0C0C0;
    padding: 1%;
    font-size: 1.4em;
}
#Zustand {
    width: 80%;
}
.txt_price {
    bottom:0;
    width:100%;
    text-align: center;
    border-top: 1px solid silver;
    background-color: #F4F4F4;
    padding: 10px 5px;
}
.txt_preis_euro  {
	padding: 0 5px;
	color: #000000;
	text-align: center;
	font-weight: bold;
	margin-top: 0px;
	font-size: 17px;
}
.txt_preis_anders  {
	padding: 0 5px;
	color: #000000;
	text-align: center;
	font-weight: normal;
	margin-top: 0px;
	font-size: 14px;
}
.txt_content{
	position: relative;
	font-size: large;
	font-weight: bold;
    width: 100%;
    float: left;
    background-color: #F4F4F4;
}
.icon {
    position: relative;
    float: left;
    width: 25%;
    margin: 5% 0px 0px 0;
    text-align: center;
    font-size: small;
}
.icon-value {
    vertical-align: middle;
}
.txt_wo {
    position: relative;
    float: left;
    height: 50px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    font-size: 1em;
    background-color: #F4F4F4;
}
.txt_ref {
	font-weight: normal;
	text-align: center;
	width: 100%;
	font-size: small;
    background-color: #F4F4F4;
    padding-bottom: 15px;
}
.Bild  {
	width: 100%;
    height: 150px;
	z-index: 5;
}
.seaviews {
    text-align: center;
    color: blue;
    font-weight: bold;
}
.video {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
    border-bottom: 3px solid silver;
}
.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}