﻿* {
    margin: 0;
    padding: 0;
}

html {
	height: 100.1%;
}

body, a, textarea, table, div, ol, ul, li, p, div, span, label, select {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-style: normal;
    line-height: 18px;
    font-size-adjust: none;
    color: #666666;
}

.ie5 body,
.ie6 body,
.ie7 body,
.ie8 body {
	text-align: center;
}

a#fltbtn {
  /* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
  position: absolute;
  top: 127px;
  right: 0px;
  z-index: 125;
}

a#fltbtn:hover {
  right: 0px;
}


body > a#fltbtn {
  /* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
  position: fixed;
  top: 127px;
  right: -4px;
  z-index: 125;
}

body > a#fltbtn:hover {
  right: 0px;
}

a#fltbtn img {
  border: 0px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #444444;
}

h1 {
    font-size: 24px;
    line-height: 30px;
}

h2 {
    font-size: 19px;
    line-height: 22px;
    padding-bottom: 16px;
}

a:hover {
    font-weight: normal;
    text-decoration: underline;
}

.arrowlink, a.arrowlink {
    background: transparent url(../images/arrow_right_2013.png) no-repeat scroll left center;
    padding-left: 13px;
    line-height: 20px;
    /*font-weight: bold;*/
    text-decoration: none;
}

a:hover.arrowlink {
    text-decoration: underline;
}


/* Normalizing form elements
*******************************************************************************/
fieldset {
    border: none;
}
textarea,
button,
input,
select {
    font-size: 100%;
    padding: 0;
    margin: 0;
    vertical-align: baseline;
}
textarea {
    overflow: auto;
    resize: none;
}
/* We use this to get basic styling on all basic form elements */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
    background-color: white;
    font-family: inherit;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 0.875em;
    margin: 0 0 1em 0;
    padding: 0.5em;
    height: 30px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
    -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
    transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
    -webkit-box-shadow: 0 0 5px #999999;
    -moz-box-shadow: 0 0 5px #999999;
    box-shadow: 0 0 5px #999999;
    border-color: #999999;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none;
}
input[type="text"][disabled],
input[type="password"][disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="month"][disabled],
input[type="week"][disabled],
input[type="email"][disabled],
input[type="number"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
textarea[disabled] {
    background-color: #dddddd;
}
.ie7 input[type="text"],
.ie7 input[type="password"],
.ie7 input[type="date"],
.ie7 input[type="datetime"],
.ie7 input[type="datetime-local"],
.ie7 input[type="month"],
.ie7 input[type="week"],
.ie7 input[type="email"],
.ie7 input[type="number"],
.ie7 input[type="search"],
.ie7 input[type="tel"],
.ie7 input[type="time"],
.ie7 input[type="url"],
textarea {
    height: auto;
}
/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
    margin: 0 0 1em 0;
}
/* Normalize file input width */
input[type="file"] {
    width: 100%;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    margin: 2px 4px 0 1px;
    vertical-align: top;
    float: left;
}
input[type="button"],
input[type="submit"],
button {
    cursor: pointer;
    -webkit-appearance: button;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
button[disabled],
input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="phone"]:focus,
input[type="url"]:focus,
input[type="search"]:focus {
    outline-color: transparent;
    outline-style: none;
}

select {
    padding: 0 5px;
    font-size: 12px;
    color: #444444;
    height: 30px;
    -webkit-appearance: none;
    border: 1px solid #cecece;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding-box;
    border-radius: 0;
    background-clip: padding-box;
    background: url('../images/select_button.png') no-repeat right center, url('../images/select_bg.png') repeat-x;
    max-width: 100%;
    padding-right: 30px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#F0F0F0', GradientType=0);
    width: 100%;
    margin: 0;
}

.button {
    display: inline-block;
    vertical-align: top;
    background: #fe0000;

    background: url('../images/select_bg.png') repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#F0F0F0', GradientType=0);

    border: 1px solid #cecece;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    height: 30px;
    color: #444444;
    text-align: center;
    padding: 0 10px;
}

/* ie7 fixes
*******************************************************************************/
.ie7 input[type="checkbox"] {
    vertical-align: baseline;
}
.ie7 textarea,
.ie7 button,
.ie7 input,
.ie7 select {
    vertical-align: middle;
}
.ie7 input[type="button"],
.ie7 input[type="submit"],
.ie7 button {
    overflow: visible;
}
.ie7 input[type="radio"],
.ie7 input[type="checkbox"] {
    width: 13px;
    height: 13px;
}
.ie7 audio,
.ie7 canvas,
.ie7 video {
    display: inline;
    zoom: 1;
}

.ie5 input.submit,
.ie6 input.submit,
.ie7 input.submit,
.ie8 input.submit {
	padding: 1px 6px;
    overflow: visible;
}

ul {
    list-style-type: none;
}

div#overlay {
    display: none;
    width: 166px;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    z-index: 2500;
}

div#overlay div {
    border: solid 10px white;
    width: 146px;
    height: 104px;
    opacity: 0.6;
    background: transparent;
    filter: alpha( opacity = 60 );
	cursor:pointer;
}

.ie8 div#overlay div {
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80, FinishOpacity=60, Style=2)";
}

/* raster definition */

.row {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden;
    padding: 15px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.one,
.two,
.three,
.four,
.five,
.six,
.seven,
.eight,
.nine,
.ten,
.eleven {
    margin-right: 4%;
    float: left;
    min-height: 1px;
}
.row .one {
    width: 4.75%;
}
.row .two {
    width: 13.0%;
}
.row .three {
    width: 22%;
}
.row .four {
    width: 30.65%;
}
.row .five {
    width: 39.45%;
}
.row .six {
    width: 48%;
}
.row .seven {
    width: 56.75%;
}
.row .eight {
    width: 65.3%;
}
.row .nine {
    width: 73.9%;
}
.row .ten {
    width: 82.7%;
}
.row .eleven {
    width: 91.35%;
}
.row .twelve {
    width: 100%;
    float: left;
}

.row .last {
    margin-right: 0 !important;
}

/* special nesting-rules for correct spacing...
 * only the ones that are really used.
 */

.row .nine .three, .row .nine .six {
    margin-right: 5.4%; /* 4% / 73.9% * 100% */
}

.row .nine .three {
    width: 29.7%; /* 22% / 73.9% * 100% */
}

.row .nine .six {
    width: 64.9%; /* 48% / 73.9% * 100% */
}

.row .nine .last {
    margin-right: 0;
}

.row .nine .six .three {
    margin-right: 8.4%; /* 4% / 64.9% * 100% /  */
    width: 45.8%;
}

.row .nine .six .three.last {
    margin-right: 0;
}

.row .three .three {
    width: 100%;
}

/* END raster definition */

#wrap, #floater {
    margin: 0 auto;
    position: relative;
}

.ie5 #wrap,
.ie6 #wrap,
.ie7 #wrap,
.ie8 #wrap {
	text-align: left;
}

div#virtualtour {
  background-color: white;
  display: none;
}

div#virtualtour div.video {
  top: 50%;
  left: 50%;
  position: absolute;
  z-index: 3001;
  background-color: white;
}

div#virtualtour div#virtualtourbg {
   background: #000000;
   opacity: 0.6;
   filter: alpha( opacity = 60 );
	position:absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 2001;
}

/****** SMS Start *****/
#sms {
  background-color: white;
  display: none;
  text-align: left;
}

#sms .form {
  top: 50%;
  left: 50%;
  position: fixed;
  z-index: 4001;
  background-color: white;
  padding: 10px 20px;
  width:480px;
  margin-left:-240px;
  margin-top:-200px;
  display:inline;
}

#sms li {
  clear: both;
  margin-bottom: 18px;
}

#sms label {
  line-height: 30px;
}

#sms input {
  float: right;
  margin-left: 10px;
  width: 70%;
}

#sms .close {
  float: right;
  font-weight: bold;
  font-size: 36px;
  cursor: pointer;
}

#sms .detailbox {
  padding-bottom:16px;
}

#sms .submitButton {
  margin-bottom: 10px;
}

#sms h2 {
  margin:8px 0px 16px 0px;
}

#sms #smsbg {
   background: #000000;
   opacity: 0.6;
   filter: alpha( opacity = 60 );
   position:absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   z-index: 2001;
}
/****** SMS End *****/

.start #wrap {
    width: auto;
    position: relative;
    text-align: center;
}

.ie7 #floater .contentBox #results,
.ie8 #floater .contentBox #results {
	padding-left: 0px;
	float: right;
}

.clear {
    clear: both;
    line-height: 0px;
    height: 0px;
    font-size: 1px;
}

.topspacing {
    margin-top: 10px;
    padding-top: 10px;
}

#selections {
    height: 40px;
    width: 300px;
    z-index: 2000;
    float: right;
}

.ie5 #selections {
	white-space: nowrap;
	width: 280px;
}
form select {
    font-size: 11px;
}

#selections form {
    display: inline;
    margin: 0;
}

#selections #country span.label, #selections #language span.label {
    font-weight: bold;
	white-space: nowrap;
    margin: 0 5px 0 0;
}

#selections .selitem {
	text-align: left;
    display: inline;
    float: right;
}

#selections .selitem #language {
    margin-top: -9px;
}

#selections .selitem #language li span {
    color: #c9c9c9;
    padding: 5px 10px;
    border-bottom: 1px solid #c9c9c9;
}

#selections .selitem #language h2 span {
    border-bottom: 0;
}

#selections .selitem #language li span:hover {
    color: #666666;
    text-decoration: underline;
}

#selections .selitem #language, #selections #language .dropdown ul {
    width: 100px;
    z-index: 2000;
}

#selections .selitem #language, #selections #language .dropdown ul ul{
    /*width: 98px;*/
}

hr {
    height: 1px;
    border: none;
    border-bottom: solid 1px #DEDEDE;
    margin: 5px 0 5px 0;
    background: transparent;
    color: transparent;
}
.redline {
    height: 1px;
    background: transparent;
    border: none;
    border-bottom: solid 4px #ff0000;
    margin: 0;
    -webkit-box-shadow: 0px 2px 2px 0px #919191;
    -moz-box-shadow: 0px 2px 2px 0px #919191;
    box-shadow: 0px 2px 2px 0px #919191;
    color: #919191;
}

.start #selections {
    padding-right: 30px;
}

.start {
    color: #525152;
}

.start .searchform {
    width: 550px;
    margin: 0px auto 0px auto;
    padding: 0;
    position: relative;
    border: none;
    background: no-repeat center 20px;
}
#floater .searchform {
	height: 65px;
}

#floater .header {
    padding-bottom: 10px;
    overflow: visible;
    position: relative;
}

#selections .selitem #language select {
    width: 110px;
}

#primary-nav ul li {
    display: inline-block;
    color: #666666;
    text-transform: uppercase;
    height: 28px;
}

#primary-nav ul.sub-menu {
    display: none;
}

#secondary-nav {
    position: absolute;
    display: inline-block;
    bottom: 0;
    right: 40px;
}

#secondary-nav ul li {
    display: inline-block;
    color: #666666;
    text-transform: uppercase;
    height: 28px;
}

.searchform {
    background: no-repeat 19px 0px;
}

#inner {
  padding: 16px 0px 16px 0px;
}

#inner .searchform {
  padding-left: 130px;
  border-bottom: none;
}

#viewMenu td {
  font-size: 12px;
  background-color: #FFF;
  border-bottom: 1px solid lightgrey;
  white-space: nowrap;
  padding: 3px 1em;
}

#viewMenu td.selected {
  border-top: 1px solid lightgrey;
  border-right: 1px solid lightgrey;
  border-left: 1px solid lightgrey;
  border-bottom: 0px solid lightgrey;
}

#viewMenu td a {
  color: #777777;
  text-decoration: none;
  font-weight: normal;
}

#viewMenu td.selected a {
  color: #FF0000;
}

#logo {
    position: absolute;
    margin-top: 40px;
    padding: 24px 0 0 224px;
    border: 0;
    cursor: pointer;
    background: url(../images/logo.png) no-repeat 0 0;
}

.search {
    width: 600px;
    margin: auto;
    position: relative;
    text-align: center;
}

.search ul.businessareas {
    overflow: hidden;
    white-space: nowrap;
    margin-left: 57px;
    height: 35px;
}

.konqueror .search #searchform ul.businessareas {
    margin-bottom: 5px;
}


.start #logo {
    position: relative;
    width: 500px;
    margin: 80px auto 40px auto;
    padding: 100px 0 0 0;
    border: 0;
    background: url(../images/start_logo.png) no-repeat center 20px;
}

.start .searchform #mainsearch {
    position: relative;
    text-align: center;
}

#mainsearch input[type=text] {
    width: 84.47%;
    float: left;
    margin-right: 2.27%;
}

#mainsearch input[type=submit] {
    float: left;
    width: 13.26%;
    height: 35px;
    background: url(../images/bg-search-btn.jpg) no-repeat top center;
    border: none;
}

.start #searchform span#extrasearch {
    position: absolute;
    left: 550px;
    top: 40px;
    white-space: nowrap;
}
.ie6 .start #searchform span#extrasearch {
    top: 38px;
}

.start #searchform #extrasearch a {
    font-size: 11px;
}

.konqueror .start #searchform span#extrasearch {
    right: -70px;
}

#searchform input#search.suggested {
  color: #848484;
}

/************************************************************************************************************
 * Grauer Balken
 *************************************************************************************************************/

div#subnavi {
    height: 40px;
}

div#subnavi.row {
    padding-top: 0;
    padding-bottom: 0;
}

div#subnavi.row input {
    margin-top: 5px;
}

div#searchnavi, div#bottomnavi {
    height: 48px;
    line-height: 48px;
    background-color: #F0F0F0;
    border-top: 1px solid #DEDEDE;
    color: #777777;
    margin: 0 auto 0 auto;
    overflow: hidden;
    padding: 0;
    width: 100%;
    text-align: left;
}

div#bottomnavi {
    margin-bottom: 40px;
}

.ie5 div#searchnavi,
.ie6 div#searchnavi{
	margin: 1px 0 0 0;
}

#searchnavi span {
    color: #777777;
}

#searchnavi .searchnavi-item a {
    text-decoration: none;
}

#searchnavi .searchnavi-item a:hover {
    text-decoration: underline;
}

#searchnavi #resultTime,
#searchnavi #backToSearch {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#searchnavi #backToSearch a {
    background: url(../images/icon_zurueck_big.png) no-repeat left 2px;
    padding-left: 22px;
}

#searchnavi #backToSearch a#deleteall {
    background: url(../images/icon_close_2013.png) no-repeat 0 5px;
}

#searchnavi #previousNext a {
    overflow: hidden;
    display: inline-block;
}

#searchnavi #previousNext .disabled {
    visibility: hidden;
}

#searchnavi select {
    width: 100%;
    margin-top: -6px;
}

#sorting span.label {
    font-size: 11px;
    float: left;
    line-height: 30px;
}

.ie #sorting div.dropdown h2 {
  height: 16px !important;
}

#view {
    position: absolute;
    left: 809px;
	 top: 95px;
    width: 142px;
    text-align: right;
}

#view span.label, #view span.label a {
    font-size: 11px;
    float: right;
    line-height: 30px;
}


#sorting .dropdown {
    margin: 5px 5px 1px 5px;
    line-height: 100%;
    width: 155px;
}

/************************************************************************************************************
 * Suchergebnisse
 *************************************************************************************************************/

div.item.first {
    border-top: none;
    margin-top: 0;
}

div.item {
    line-height: 20px;
    float: left;
    padding-top: 8px;
    margin: 4px 0;
    width: 100%;
    border-top: 1px solid #DEDEDE;
    position: relative;
}

div.item label, div.item span {
    color: #666666;
}

div.gallery {
    height:198px;
    width: 263px;
    margin-top: 5px;
    overflow: hidden;
}

div.gallery img {
  height: 198px;
}

div.gallery div.imageContainer {
  text-align: center;
  background-color: #f0f0f0;
  position: relative;
}

div.item .imageContainer {
    text-align: center;
    background-color: #f0f0f0;
    position: relative;
    margin-top: 10px;
}

div.item .imageContainer .bgImageContainer {
    background-size: contain;
}

div.item .imageContainer a, div.gallery .imageContainer a {
    position: relative;
    display: block;
    text-decoration: none;
}

div.item .imageContainer a img, div.gallery .imageContainer a img {
	z-index: 1;
    width: 100%;
}

div.item .imageContainer a div.newProfileBadge, div.gallery .imageContainer a div.newProfileBadge {
    position: absolute;
	z-index: 10;
	background: url(../images/rote_ecke.png) left no-repeat;
	width: 100px;
	height: 100px;
	top: 0;
}

div.item .imageContainer a div.newProfileBadge div, div.gallery .imageContainer a div.newProfileBadge div {
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
	transform:rotate(-45deg);

	margin-top: 31px;
	margin-right: 18px;
    font-weight: bold;
	color: white;
    font-size: 13px;
}

.ie8 div.item .imageContainer a div.newProfileBadge div, .ie8 div.gallery .imageContainer a div.newProfileBadge div {
    margin-top: 15px;
    margin-right: 18px;
}

.ie7 div.item .imageContainer a div.newProfileBadge, .ie7 div.gallery .imageContainer a div.newProfileBadge {
    display: none;
    visibility: hidden;
}

div.item img {
    border: 0;
}

div.ad {
	margin-bottom: -3px !important;
	padding-top: 1px !important;
}

div.gallery img {
    border: 0;
}

div.item p.desc {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 14px;
    color: #666666;
}

div.item h2 {
    margin-top: 8px;
    margin-bottom: 6px;
    padding-bottom: 0;
}

div.item > h2 {
    margin-left: 9px;
}

div.item h2 a {
    text-decoration: none;
    font-size: 19px;
    line-height: 20px;
    font-weight: normal;
}

div.item h2 a:hover {
    text-decoration: underline;
}

.item .item_details .left,
.item .item_details .right {
    margin-bottom: 30px;
}

div.red-button { background-color:#dd2222; width:170px; text-align:center }

.item .item_details .left .labelValue label,
.item .item_details .right .labelValue label {
    color: #666666;
    font-weight: bold;
    display: inline-block;
    width: 48%;
    margin: 0;
    padding: 0 4% 0 0;
    vertical-align: top;
    float: left;
}

.item .item_details .left div.labelValue, .item .item_details .right div.labelValue {
    margin-bottom: 7px;
}

.item .item_details .right .labelValue label {
    text-align: left;
}

.item .item_details .right .labelValue span {
    white-space: nowrap;
}

.item .item_details .labelValue span {
    text-align: right;
    width: 48%;
    display: inline-block;
}

.item .item_details .labelValue span .caprice {
    direction: rtl;
}

.item .item_details .left div.labelValue {
    line-height: 100%;
}

.item .item_details .right .price, .item .item_details .right .energy {
    position: relative;
}

.item .item_details .right .energy {
    margin-top: 7px;
}

.item .item_details .right .labelexValue span {
    float: none;
}

.item .item_details .right span.caprice {
    /*width: auto;*/
    font-weight: normal;
}

.item .item_details .bottom {
    position: absolute;
    bottom: 0;
    right: 0;
}

.item .item_details .bottom .arrowlink {
    color: #666666;
}

.item .item_details .exposeAndContact {
    float: right;
    bottom: 0;
}

.item .item_details .exposeAndContact a {
    margin-left: 15px;
}


/**
 * IE 5+ Adaptions

 */

/*.ie7 div.item p.desc,*/
.ie5 div.item p.desc,
.ie6 div.item p.desc,
.ie8 div.item p.desc {
	text-indent: -3px;
}

/*.ie7 div.item h2,*/
.ie5 div.item h2,
.ie6 div.item h2,
.ie8 div.item h2{
	position: relative;
	left: -4px;
}
.ie5 .item .item_details .right .price,
.ie6 .item .item_details .right .price,
.ie7 .item .item_details .right .price,
.ie8 .item .item_details .right .price {
	position: static;
}
.ie5 .item .item_details .right .labelValue label,
.ie6 .item .item_details .right .labelValue label,
.ie7 .item .item_details .right .labelValue label,
.ie8 .item .item_details .right .labelValue label {
	position: static;
	float: left;
}

.ie5 .item .item_details .right .labelValue span,
.ie6 .item .item_details .right .labelValue span,
.ie7 .item .item_details .right .labelValue span,
.ie8 .item .item_details .right .labelValue span {
	float: right;
	width: 130px;
	white-space: nowrap;
}
.ie5 .item .item_details .bottom,
.ie6 .item .item_details .bottom,
.ie8 .item .item_details .bottom {
  left: 0px;
}

.details_right {
    float: left;
    width: 180px;
}
/************************************************************************************************************
 * Facetten
 *************************************************************************************************************/
#filter {
    background: transparent;
    padding-top: 6px;
}

li.facette {
    margin-bottom: 20px;
}

li.facette li strong {
    font-weight: normal;
    color: #DD2222;
}

li.facette li a {
    color: #777777;
}

li.facette li a:hover {
    color: #dd2222;
}

ul.facette li h3 {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 13px;
    min-height: 20px;
    border-bottom: 1px solid #DEDEDE;
    margin-bottom: 2px;
}

ul.facette li.facet-businessarea h3 {
    margin-top: -2px; /* Damit die Oberkante der Schrift wirklich exakt mit den Bildern ausgerichtet ist. */
}

ul.facette li h3 .suffix {
    text-transform: none;
}

ul.facette li.facette ul ul li {
    padding-left: 20px;
}

.ie5 ul.facette li.facette ul li {
	padding-top:2px;
	padding-bottom:2px;
}

ul.facette li.facette ul ul ul li {
    padding-left: 40px;
}

ul.facette a {
    margin: 0;
    text-decoration: none;
}

ul.facette li.facette ul.deselect li {
    padding-left: 0;
}

ul.facette a.deselect {
	background: url(../images/arrow_left_2013.png) no-repeat 2px 5px;
    padding-left: 10px;
}

ul.facette a.deselect span {
    color: #777777;
    text-decoration: none;
    padding-left: 10px;
}

ul.facette a:hover.deselect span {
    text-decoration: underline;
}

li.facette ul li {
    margin-bottom: 1px;
    clear: both;
}
li.facette ul.slider {
    padding-bottom: 3px;
    padding-top: 8px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    margin-top: -20px; /* remove the margin that is added by the header */
}
li.facette ul.restricted .ui-widget-header {
    background: #F00;
}

.ie5 li.more a:hover {
    color: #dd2222;
}

li.facette ul li.more a {
    background: url(../images/arrow_right_2013.png) no-repeat center right;
    padding-right: 12px;
    cursor: pointer;
}
li.facette ul li.less a {
    background: url(../images/arrow_left_2013.png) no-repeat center left;
    padding-left: 10px;
    cursor: pointer;
}

ul.facette ul li a span.facet_label, li.facette .slider-hint {
    color: #777777;
	line-height: 100%;
    text-decoration: none;
}
.ie7 ul.facette li.facette ul li {
    line-height: 170%;
    padding: 1px 20px 2px 20px;
}
.ie7 ul.facette ul li a span.facet_label {
	line-height: 140%;
}

ul.facette ul li a:hover span.facet_label {
    color: #DD2222;
}

ul.facette ul li a span.facet_label {
    text-decoration: none;
}

ul.facette ul li a span.facet_value {
    color: #777777;
    text-decoration: none;
}

ul.facette ul li a:hover span.facet_value {
    color: #DD2222;
}

div.facette ul li.less:hover {
    color: #DD2222;
}

div.facette ul.short li.less {
    display: none;
}

div.facette ul.full li.more {
    display: none;
}

li.facette .slider-max{
    position: relative;
    right: 0;
    float: right;
    text-align: right;
}
.ie7 li.facette .slider-max{
    float: none;
}
li.facette .slider-min{
    position: relative;
    left: 0px;
    float: left;
}
.ie7 li.facette .slider{
    max-height: 52px;
}
.ie7 li.facette .slider .slider-min{
    max-width: 100%;
}
li.facette .slider .slider-min, li.facette .slider .slider-max{
    max-width: 45%;
    display: inline-block;
    float: left;
}
li.facette .slider .slider-min input, li.facette .slider .slider-max input{
    text-align:right;
    font-size: 11px;
    line-height: 13px;
}
.ie7 li.facette .slider .slider-min input, .ie7 li.facette .slider .slider-max input{
    width: 43%;
}
li.facette .slider-separator {
    font-size: 16px;
    line-height: 28px;
    color: #777777;
    width: 10%;
    text-align: center;
    display: inline-block;
    float: left;
}

li.facette .ui-widget-content {
    background: #CCC;
    border: none;
}

li.facette .ui-widget-header {
    background: #C9C9C9;
}

li.facette .ui-slider {
    margin-top : 16px;
    margin-bottom : 4px;
    height: 2px;
    margin-left: 9px;
    margin-right: 9px;
}

li.facette .ui-slider-handle {
    background: url("../images/slider-handle-left.png") no-repeat scroll 4px 7px transparent;
    border: medium none;
    height: 24px;
    margin-left: -1em;
    top: -1em;
    width: 24px;
}

li.facette .ui-slider-handle:nth-child(3) {
    background: url("../images/slider-handle-right.png") no-repeat scroll 13px 7px transparent;
}

/* IE8 - nicht mit der anderen Regel zusammenführen */
li.facette .ui-slider-handle-1 {
    background: url("../images/slider-handle-right.png") no-repeat scroll 13px 7px transparent;
}

li.facette .ui-slider, li.facette .ui-slider-handle {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

li.facette .ui-corner-all {
   border-radius: 6px;
}

ul.facette li.facette-min-max {
    margin-bottom: 15px;
}

ul.facette li.facette-min-max h3 {
    border-bottom: none;
}

.facet-businessarea .facet_label {
    text-transform: uppercase;
}

ul.selection {
    margin-bottom: 10px;
}

ul.selection a {
    font-weight: bold;
}
/************************************************************************************************************
 * Sortierdropdown
 *************************************************************************************************************/
div#detailselection {
    height: 30px;
    border-bottom: solid 1px #EDEDED;
    margin-bottom: 3px;
    margin-top: 10px;
    padding-bottom: 5px;
}

div#detailselection div {
    height: 25px;
}

.clear_filters {
    color: #666666;
}

.ie5 .clear_filters,
.ie6 .clear_filters,
.ie7 .clear_filters,
.ie8 .clear_filters {
    padding: 0;
    margin: 0;
	line-height: 10px;
}

a#deleteall {
    background-image: url(../images/icon_close.gif);
    background-repeat: no-repeat;
    background-position: right center;
    display: block;
}

.ie5 a#deleteall,
.ie6 a#deleteall,
.ie7 a#deleteall,
.ie8 a#deleteall{
    padding: 10px 15px 10px 10px;
}

div#detailselection .selitem {
    float: right;
}
/************************************************************************************************************
 * Pager Styles
 *************************************************************************************************************/
ul.steps a {
    background: url(../images/pfeil_filter_aufheben.gif) no-repeat 0 5px;
    padding-left: 7px;
}

ul.steps a.step2 {
    margin-left: 8px;
}

ul.steps a.step3 {
    margin-left: 16px;
}

ul.steps a.step4 {
    margin-left: 24px;
}

ul.steps a.step5 {
    margin-left: 32px;
}

ul.steps li.selected a {
    background: none;
    font-weight: bold;
    padding-left: 0px;
}

ul#lenpage {
    float: left;
}

ul#lenpage li {
    float: left;
    border-right: 1px solid #8b8b8b;
    padding: 0 5px;
}

ul#lenpage li.label, ul#lenpage li.last {
    border: none;
}

ul#lenpage li.active a {
    font-weight: bold;
}

ul#lenpage li:first-child, div#lenpage ul li#firstpagnav {
    border: 0;
}

ul.pagenavi li {
    display: inline;
    padding: 0;
}

.backtotop {
    float: right;
}

p.label {
    float: left;
}

a.arrow_left img, a.arrow_right img {
    width: 4px;
    height: 5px;
    border: 0;
    position: relative;
    top: -2px;
}

a.arrow_left img {
    background: url(../images/icon_zurueck_inaktiv.gif) no-repeat;
    margin-right: 3px;
}

a.arrow_left:hover img {
    background: url(../images/icon_zurueck_aktiv.gif) no-repeat;
}

a.arrow_right img {
    background: url(../images/icon_weiter_inaktiv.gif) no-repeat;
    margin-left: 3px;
}

a.arrow_right:hover img {
    background: url(../images/icon_weiter_aktiv.gif) no-repeat;
}

div.pagenavi li.active {
    font-weight: bold;
}

div#meta {
    float: left;
    width: 602px;
    margin-bottom: 7px;
}

div#meta p {
    float: left;
}

div#meta p.wait {
    float: right;
    font-size: 9px;
    margin-right: 10px;
}

div#bottomsearch {
	float: none;
    text-align: center;
    margin: 10px 0px 10px 0px;
    padding: 20px 0;
    background-color: #DEDEDE;
    border-left: none;
    border-right: none;
    border-top: 1px solid #dd2222;
    border-bottom: 1px solid #dd2222;
}

div#bottomsearch .searchform {
    border-bottom: none;
    padding: 0;
}

div#bottomsearch .searchform input#bottom_search {
    width: 340px;
    padding: 2px;
}

div#bottomsearch .searchform input
[ type = "submit" ] {
    padding: 1px 6px;
    width: auto;
    cursor: pointer;
}

#infobox {
    width: 602px;
    float: left;
    background: url(../images/bg_anzeige_kachel.jpg) repeat-y;
}

#infobox div {
    background: url(../images/bg_anzeige_header.jpg) no-repeat top;
}

#infobox div div {
    background: url(../images/bg_anzeige_footer.jpg) no-repeat bottom;
    padding: 18px 90px 25px 36px;
}

#infobox h4 {
    font-size: 14px;
    margin-bottom: 6px;
}


#imagecontainer {
    position: relative;
    overflow: visible;
}

#imagecontainer div.image {
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f0f0f0;
    display: none;
    margin-bottom: 5px;
}

#imagecontainer div.image img {
    width: 100%;
}

#imagecontainer a, #siteplanprint, #floorplanprint, #galleryprint {
    position: absolute;
    bottom: 30px;
    right: 16px;
    display: block;
    width: 16px;
    height: 15px;
}

#imagecontainer a span, #siteplanprint span, #floorplanprint span, #galleryprint span {
    display: none;
}

#imagecontainer div.active {
    display: block;
}

.bgImageContainer {
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/******************************************************************************
 * Kontaktbox
 ******************************************************************************* */
.contact_links ul {
    font-size: 11px;
    font-weight: bold;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.contact_links li {
    background: transparent url(../images/arrow_right_red_2013.png) no-repeat scroll 0 12px;
    line-height: 29px;
    font-weight: normal;
    padding-left: 12px;
    padding-top: 1px;
}

.ie9 #sidebar-right .contact_links li {
    padding-top: 7px;
    padding-bottom: 5px;
}

.contact_links li a {
    text-decoration: none;
}

.contact_links li a:hover span{
    text-decoration: underline;
}

.contact_links li span {
	cursor: pointer;
    display: block;
    padding: 5px 0;
    line-height: 150%;
    position: static;
}

.property-alert-expandable {
    background: transparent url(../images/arrow_right_red_2013.png) no-repeat scroll 0 12px;
    line-height: 29px;
    font-weight: normal;
}
.property-alert-expandable.expanded {
    background: transparent url(../images/arrow_down_red_2013.png) no-repeat scroll 0 12px;
}
.property-alert-expandable>.alert-container {
    display: none;
}
.property-alert-expandable.expanded>.alert-container {
    display: block;
}
.property-alert-expandable>.link-holder {
    padding-left: 12px;
}
.property-alert-expandable>.link-holder span {
    line-height: 30px;
}

.alert-container.pa-top {
  -webkit-box-shadow:  0 5px 6px -4px #AAA;
  -moz-box-shadow:  0 5px 6px -4px #AAA;
  box-shadow: 0 5px 6px -4px #AAA;
}

.alert-container.pa-bottom {
  -webkit-box-shadow:  0 6px 7px -6px #AAA inset;
  -moz-box-shadow:  0 6px 7px -6px #AAA inset;
  box-shadow: 0 6px 7px -6px #AAA inset;
  padding-top: 1.3em;
}

.ie7 .contact_links li,
.ie8 .contact_links li {
	height:auto;
}
.ie7 .contact_links ul li,
.ie8 .contact_links ul li {
	margin-left: 0;
}

.ie5 .contact_links li {
	margin-left: -17px;
	height:29px;
}
.ie5 .contact_links li a,
.ie6 .contact_links li a,
.ie7 .contact_links li a,
.ie8 .contact_links li a {
	line-height: 25px;
}
.ie5 .contact_links li span,
.ie6 .contact_links li span,
.ie7 .contact_links li span,
.ie8 .contact_links li span{
	line-height: 150%;
	display: inline-block;
	padding: 4px 0;
}
.ie5 .contact_links li span {
	cursor: hand;
}

.ie6 .contact_links li {
	height:29px;
}

#contactbox {
    border-top: 1px solid #DEDEDE;
    padding-top: 10px;
}

#contactbox .contactSpacing, .contactSpacing {
    padding: 0 10px;
}

#contactbox ul.links {
    margin-top: 20px;
}

#contactbox ul.links li {
    margin-bottom: 10px;
}

#contactbox div.name span {
    display: block;
    padding-bottom: 6px;
}

#contactbox p.address {
    margin-bottom: 15px;
}

#contactbox p.address a {
    line-height: 170%;
}

#contactbox .links a {
    text-decoration: underline;
}
.contactImage {
 	height: 200px;
    background: transparent url(../images/lizenz1.jpg) no-repeat 5px 5px;
}


.shortExposee #properties {
    margin-top: 20px;
}

.shortExposee .spacer {
    height: 1px !important;
    height: 20px;
}

.contentBox.row {
    padding-top: 40px;
}

.contentBox #canvas {
	width: 700px;
}

#detailbox .heading .exposee_title {
    margin-bottom: 10px;
}

#detailbox .heading h1 .inquiry {
    color: #525152;
    margin-bottom: 15px;
}

#detailbox form {
    margin-top: 15px;
}

#detailbox fieldset ul {
    list-style: none;
    margin: 10px 0 15px 0;
}

#detailbox fieldset.last {
    margin: 10px 0 0 0;
    border: 0;
}

#detailbox fieldset.last ul {
    list-style: none;
    margin: 10px 0;
}

#detailbox legend {
    margin: 0;
    font-weight: bold;
    color: #525152;
}

.ie5 #detailbox legend,
.ie6 #detailbox legend,
.ie7 #detailbox legend,
.ie8 #detailbox legend {
	margin: 0 0 0 -7px;
}

#detailbox fieldset ul li {
    padding: 4px 0;
}

#detailbox fieldset ul li label {
    width: 30%;
    display: inline-block;
    float: left;
    padding-top: 6px;
}

#detailbox fieldset ul.formCheckbox li div {
    padding-bottom: 5px;
    clear: both;
}

#detailbox fieldset ul.formCheckbox li label {
    position: static;
    line-height: 20px;
    margin-left: 0;
}

#detailbox fieldset ul.formCheckbox li input {
    position: static;
    margin-left: 10px;
    margin-top: 10px;
}

#detailbox fieldset #message {
    width: 100%;
    height: 80px;
}

#detailbox fieldset.textInput ul li input,
#detailbox fieldset.textInput ul li select {
    width: 70%;
    display: inline-block;
    margin-bottom: 10px;
}

#detailbox fieldset.textInput div.valWrap,
#detailbox fieldset.last div.valWrap {
    position: relative;
    margin: 10px 0 14px;
    padding: 4px 0;
}

#detailbox fieldset.textInput div.valWrap label {
    float: left;
}

#detailbox fieldset.textInput div.valWrap input {
    width: 70%;
    margin-bottom: 10px;
    padding: 3px;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    float: right;
}

#detailbox .errors {
    padding-bottom: 10px;
    color: #dd2222;
    width: 100%;
    padding-left: 30%;
}

#detailbox .tooltip {
    padding: 10px 2px 2px 120px;
    font-size: 0.9em;
    color: #525152;
}


#detailbox .error, .maincontent .errorBox, #sms .errorBox {
    color: #dd2222;
}

#detailbox .textInput span.error input, #detailbox .error input, .maincontent .errorBox, #sms .errorBox {
    border: 1px #dd2222 solid;
}

.partnerBox h2 {
    padding-top: 10px;
}

.partnerBox img {
    width: 100%;
    max-width: 264px;
}

.partnerBox a {
    display: inline-block;
    float: right;
    margin-top: 20px;
}

.maincontent .errorBox, #sms .errorBox {
  padding: 10px 15px 10px 15px;
  font-weight: bold;
}

.dataSecurityStatement {
    font-size: 0.9em;
    text-align: justify;
}
/******************************************************************************************************
 * Exposé
 *
 * (faux absolute positioning) http://www.alistapart.com/articles/fauxabsolutepositioning
 ******************************************************************************************************/
#canvas {
    border-top: 1px solid #FFFFFF;
    margin: 0 auto;
	height:auto;
    overflow: hidden;
    padding: 0;
    text-align: left;
}


.item-list ul li {
    list-style-type: none;
}

.line {
    background-color: transparent;
    display: block;
    position: relative;
}

.item2 {
    background-color: #FFFFFF;
    float: left;
    overflow: hidden;
    position: relative;
    margin-top: 20px;
}
.ie7 .item2.maincontent #information,
.ie8 .item2.maincontent #information{
	margin-bottom: 50px;
	height: 100%;
}

.line #sidebar-left-top, .line #sidebar-left-bottom {
    clear: both;
}

.line #sidebar-left-top .block {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #F0F0F0;
}

.line #sidebar-left-top .darkgrey {
    height: 100%;
}

.line #sidebar-left-top .contact_links {
    position: absolute;
    bottom: 0;
    padding-bottom: 0;
    width: 100%;
}

.line #sidebar-left-top .contact_links li {
    margin-left: 10px;
}

.line .maincontent {
    color: #444444;
}

.ie5 .line .maincontent .content #detailbox,
.ie6 .line .maincontent .content #detailbox,
.ie7 .line .maincontent .content #detailbox,
.ie8 .line .maincontent .content #detailbox {
    margin-bottom: 100px;
}

#sidebar-left-top h4, #sidebar-left-bottom h4, #sidebar-right h4 {
    font-size: 12px;
    font-weight: bold;
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.ev-detail-headline {
    margin-top: 15px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #DEDEDE;

    font-weight: bold;
    color: #66666;
}

.ev-detail-item {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #66666;
}

.ev-detail-item-title {
    font-weight: bold;
}

.ev-detail-item-value {
    display: inline-block; /*do not line break values*/
}

.line #sidebar-right .sap-content {
}

#imagecontainer .bgImageContainer {
    background-size: contain;
}

#imagecontainer #enlarge {
    background: url(../images/icon_zoom.jpg) no-repeat;
}

#floorplan.exposee .heading, #siteplan.exposee .heading {
    margin: 0 15px 0 15px;
    padding-bottom: 10px;
}

print, #galleryprint {
    background: url(../images/icon_print.jpg) no-repeat;
    right: 36px;
}

#imagecontainer #enlarge {
    background: url(../images/icon_zoom.jpg) no-repeat;
}

#imagecontainer #print, #siteplanprint, #floorplanprint, #galleryprint {
    background: url(../images/icon_print.jpg) no-repeat;
    right: 36px;
}

#imagecontainer #enlarge:hover {
    background: url(../images/icon_zoom_hover.jpg) no-repeat;
}

#imagecontainer #print:hover, #siteplanprint:hover, #floorplanprint:hover, #galleryprint:hover {
    background: url(../images/icon_print_hover.jpg) no-repeat;
}

#canvas .heading .exposee_title {
    padding-bottom: 20px;
}

#canvas .heading .exposee_title span {
    display: block;
    font-size: 11px;
    color: #777777;
}

#canvas .dropdown h2 {
    margin-bottom: 0;
}

#canvas #properties {
  padding-bottom: 25px;
}

.ie7 div#properties,
.ie8 div#properties {
	font-size: 12px;
	left: 0;
}


#canvas #information p {
    text-align: justify;
    line-height: 150%;
    margin-bottom: 20px;
}

#information .commercialContainer .surface{
   width: 100%;
}
#information .commercialContainer .heading{
   font-weight: bold;
   color: #525152;
   border-bottom: 1px solid #cccccc;
}
#information .commercialContainer .details{
   margin: 5px 15px 5px 5px;
   max-width: 400px;
}
#information .commercialContainer .details label{
   float: left;
}
#information .commercialContainer .details span{
   float: right;
}
#information .commercialContainer .details .ev-surface-certificate span {
    float: none;
}
.ev-surface-certificate {
    margin-top: 10px;
    margin-bottom: 15px;
}
.ev-surface-certificate-title {
    font-weight: bold;
}
#information .commercialContainer .clear{
   height: 7px;
}
#information .commercialContainer .surface .details .clear{
   height: 1px;
}

#canvas ul#exposee_links a {
    padding: 8px 0 8px 15px;
    display: block;
}

#canvas ul#exposee_links li {
    /* fix link bei mehreren Flaggen unterhalb positionieren
    height: 32px;
    */
    line-height: 32px;
}

#canvas #exposee_links li a {
    background: url(../images/arrow_right_red_2013.png) no-repeat left 13px;
    text-decoration: none;
}

#canvas #exposee_links li a:hover {
    text-decoration: underline;
}

/*
#canvas #exposee_links li.mail a {
    background: url(../images/icon_email.jpg) no-repeat left center;
}

#canvas #exposee_links li.print a {
    background: url(../images/icon_drucken.png) no-repeat left center;
}

#canvas #exposee_links li.search_shop a {
    background: url(../images/icon_shop.png) no-repeat left center;
}

#canvas #exposee_links li.search_agent a {
    background: url(../images/icon_agent.png) no-repeat left center;
}

#canvas #exposee_links li.expose span {
    background: url(../images/icon_expose.jpg) no-repeat left center;
}
*/

.ie8 #canvas ul#exposee_links li.flags a:hover span {
	cursor:pointer;
}

#canvas #header #selections {
    height: 40px;
    margin-top: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 250px;
}

#canvas #header .searchform {
    border: none;
}

#canvas ul#squares {
    display: block;
    background-color: #FFFFFF;
    margin: 0;
    border-bottom: 1px solid white;
}

.ie5 #canvas ul#squares {
    display: block;
	background-color: #FFFFFF;
	margin: -1px;
}

#canvas #squares li {
    background-color: #F0F0F0;
    float: left;
    display: inline;
    margin: 0 0.5% 0.5% 0;
    width: 33%;
    position: relative;
}

.ie6 #canvas #squares li,
.ie7 #canvas #squares li,
.ie8 #canvas #squares li {
    width: 32%;
}

#canvas #squares li:nth-child(3n+3) {
    margin-right: 0;
}

#canvas #squares li a, #canvas #squares li div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#canvas #squares img {
    display: block;
    border: none;
    width: 100%;
}

#canvas #squares a span {
    display: block;
    text-align: center;
    vertical-align: middle;
    padding-top: 30%;
	text-decoration: none;
}
#canvas #squares a:hover span {
    color: #dd2222;
	text-decoration: underline;
}

#canvas #squares a:hover img {
    opacity: 0.75;
}

#canvas div.darkgrey {
    position: relative;
}

#canvas .line {

}

#canvas .imageTitle {
    padding-top: 5px;
    text-align: center;
    background-color: #FFF;
}

#canvas .previousNext {
    padding: 0 0 20px 0;
}

#canvas .previousNext a {
    color: #666666;
}
.left {
    width: auto;
    display: block;
}

div.top {
	text-align: right;
	padding-bottom: 15px;
}
a.top {
    background: url(../images/arrow_left_2013.png) no-repeat center left;
    padding-left: 10px;
}

a.imprintLink {
    float: left;
}

a#itemback, span#itemback {
    float: left;
    background: url(../images/icon_zurueck_big.png) no-repeat left center;
    padding-left: 22px;
    text-decoration: none;
    font-weight: normal;
}

a#itemnext, span#itemnext {
    float: right;
    background: url(../images/icon_weiter_big.png) no-repeat right center;
    padding-right: 20px;
    margin-right: 3px;
    text-decoration: none;
}

.ie5 div#properties,
.ie6 div#properties {
	font-size: 12px;
	position: absolute;
	left: 0px;
}

#properties label {
    font-weight: bold;
    width: 100px;
    float: left;
}

#properties label.price {
    padding-top: 2px;
    width: 100%;
}

#properties p.price {
    font-size: 14px;
    width: 100%;
    font-weight: bold;
}

#properties .currency-converter {
    margin-top: 20px;
}

#properties .currency-converter label {
    margin-bottom: 5px;
    width: 100%;
}

#properties .currency-converter select {
    height: 20px;
}

#properties .currency-converter select option {
    padding: 2px 5px;
    white-space: normal;
}

#properties p.price span.other_currency {
    font-weight: normal;
}

#properties p.price span.rate {
    font-size: 10px;
    font-weight: normal;
}

a.top {
    background: url(../images/arrow_right_2013.png) no-repeat center left;
    padding-left: 10px;
}

#properties label {
    font-weight: bold;
    width: 50%;
    float: left;
}

#properties .labelValue {
    line-height: 110%;
}

#properties .labelValue label {
    width: 50%;
    text-align: left;
    margin-bottom: 7px;
}

#properties .labelValue ul {
    margin-top: 5px;
}

#properties .labelValue ul li {
    line-height: 100%;
    margin-bottom: 7px;
}

#properties .labelValue span {
    width: 50%;
    float: left;
    text-align: right;
}

#properties label.price {
    padding-top: 2px;
}

#properties div.price .base {
    clear: both;
}

#properties div.price .base label {
    display: inline-block;
    font-weight: bold;
    padding-top: 10px;
    float: left;
}

#properties div.price .base span {
    font-size: 24px;
    line-height: 30px;
    color: #444444;
    display: inline-block;
    text-align: right;
    padding-bottom: 10px;
    float: right;
}

#properties div.price .base .labelValue {
    font-weight: bold;
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 0px;
    line-height: inherit;
}

#properties div.price .base span.noprice {
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 0px;
    line-height: normal;
}

#properties div.price select {
    width: auto;
    margin-left: 10px;
    padding: 0 40px 0 10px;
}

#properties div.price label {
    width: auto;
}

#properties p.price span.other_currency {
    font-weight: normal;
}

#properties span.rate {
    font-size: 10px;
    font-weight: normal;
}

#properties div.converted {
    font-weight: normal;
    float: right;
    margin-bottom: 2px;
}

#properties div.converted span, #properties div.base span {
    float: left;
    line-height: 30px;
}

#properties div.base .dropdown a,
#properties div.converted .dropdown a {
    padding: 1px 0px;
}
#properties div.base .dropdown span,
#properties div.converted .dropdown span {
    float: none;
}

#properties div.base span {
    font-size: 14px;
}

a#pictures {
    display: block;
    margin-bottom: 20px;
    text-decoration: underline;
}

#details_right li a {
    padding-left: 18px;
}

div#information div h3 {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
}

div#slideshowbg {
    background: #000000;
    opacity: 0.6;
    filter: alpha( opacity = 60 );
	position:absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display:none;
	z-index: 2001;
}

.ie8 div#slideshowbg {
	filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60, FinishOpacity=60, Style=2)";
}

div#gallery, div#floorplan, div#siteplan {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 2001;
}

div#gallery div#galleryImages div {
    display: none;
    margin: 20px auto 0 auto;
    width: 685px;
    background-color: #F0F0F0;
    text-align: center;
}

div#floorplan, div#siteplan {
    margin: 20px auto 0 auto;
}

div#floorplan div#floorplanImages div, div#siteplan div#siteplanImages div {
    display: none;
    margin: 0 auto 0 auto;
    width: 685px;
    background-color: #F0F0F0;
    text-align: center;
}


.zoomPad, .zoomWrapper, .zoomWrapperTitle, .zoomWrapperImage  {
	display: block !important;
}

div#gallery div#galleryImages span, div#floorplan div#floorplanImages span, div#siteplan div#siteplanImages span {
  background-color: #FFFFFF;
  display: block;
}

div#gallery div#galleryImages div img, div#floorplan div#floorplanImages div img, div#siteplan div#siteplanImages div img {
    background-repeat: no-repeat;
    background-position: center;
    background-color: #F0F0F0;
}

div#gallery div#galleryImages div.active, div#floorplan div#floorplanImages div.active, div#siteplan div#siteplanImages div.active {
    display: block;
}

div#floorplan div#floorplanImages div a {

    display: block;
    border: none;
    text-decoration: none;
}

div#floorplan div#floorplanImages div a img {

    border: none;
    text-decoration: none;
}

div#floorplan div#floorplanImages div a div#enlarge, div#siteplan div#siteplanImages div a div#enlarge {
    background: url(../images/icon_zoom.jpg) no-repeat;
    display: block;
    padding: 5px;
    position: relative;
    left: 652px;
    top: 485px;
    width: 10px;
    height: 10px;
    margin: 0px;
    z-index: 9999;
    background-size: 100%;
}

div#floorplan div#floorplanImages div a:hover div#enlarge, div#siteplan div#siteplanImages div a:hover div#enlarge {
    display:none;
}

div#gallerynavi, div#floorplannavi, div#siteplannavi {
    background: white;
    height: 50px;
    margin: 0 auto;
    width: 0px;
    position: relative;
}
.ie8 div#gallerynavi, div#floorplannavi, div#siteplannavi {
    width: 665px;
}


div#gallerynavi img.navi, div#floorplannavi img.navi, div#siteplannavi img.navi {
    display: block;
    width: auto;
    height: auto;
    border: none;
    margin: 0px;
}


div#gallerynavi div p, div#floorplannavi div p, div#siteplannavi div p {
    margin-left: 10px;
    float: left;
    font-weight: bold;
    line-height: 50px;
}


div#gallerynavi div.spacing, div#floorplannavi div.spacing, div#siteplannavi div.spacing {
	height: 50px;
    line-height: 50px;
    padding: 0 10px;
}

div#gallerynavi div a, div#floorplannavi div a, div#siteplannavi div a {
    float: left;
    margin: 12px 5px;
    height: 24px;
    width: 60px;
}

div#virtualtour div a {
    float: left;
    height: 24px;
    width: 60px;
}

div#gallerynavi div a.left, div#floorplannavi div a.left, div#siteplannavi div a.left {
    height: 24px;
    border: 2px solid #8b8b8b;
    background: url(../images/links.jpg) no-repeat left top;
}

div#gallerynavi div a.right, div#floorplannavi div a.right, div#siteplannavi div a.right {
    height: 24px;
    border: 2px solid #8b8b8b;
    background: url(../images/rechts.jpg) no-repeat left top;
}

div#gallerynavi div a:hover.left, div#floorplannavi div a:hover.left, div#siteplannavi div a:hover.left {
    height: 24px;
    border: 2px solid #525152;
    background: url(../images/links2.jpg) no-repeat left top;
}

div#gallerynavi div a:hover.right, div#floorplannavi div a:hover.right, div#siteplannavi div a:hover.right {
    height: 24px;
    border: 2px solid #525152;
    background: url(../images/rechts2.jpg) no-repeat left top;
}

div#gallerynavi div a.close, div#floorplannavi div a.close, div#siteplannavi div a.close, div#virtualtour div a.close {
    background-image: url(../images/icon_close.gif);
    background-repeat: no-repeat;
    background-position: right center;
    display: block;
    color: #dd2222;
    margin-right: 15px;
    padding: 5px 20px 0 0;
    float: right;
    text-align: right;
}

div#gallerynavi div a.close span, div#floorplannavi div a.close span, div#siteplannavi div a.close span, div#virtualtour div a.close span {
    height: 30px;
	color: #dd2222;
    width: auto;
}

p#galleryclose span, p#floorplanclose span, p#siteplanclose span {
    display: none;
}

#floorplanprint, #galleryprint, #siteplanprint {
    position: absolute;
    right: 130px;
    bottom: 15px;
    z-index: 10000;
}

/*
 * IE 5+ Adaptions
 * */
.ie5 div#gallerynavi, .ie5 div#floorplannavi div p, .ie5 div#siteplannavi div p{
	padding:0;
	margin:0;
	height: auto;
}
.ie5 div#gallerynavi, .ie5 div#floorplannavi, .ie5 div#siteplannavi
.ie5 div#gallerynavi div.spacing, .ie5 div#floorplannavi div.spacing, .ie5 div#siteplannavi div.spacing {
	padding:0;
	margin:0;
}
.ie5 div#gallerynavi div a.left, .ie5 div#floorplannavi div a.left, .ie5 div#siteplannavi div a.left {
	height:28px;
}

.ie5 div#gallerynavi .ie5 div a.right, .ie5 div#floorplannavi .ie5 div a.right, .ie5 div#siteplannavi .ie5 div a.right {
	height:28px;
}

.ie5 div#gallerynavi div a:hover.left, .ie5 div#floorplannavi div a:hover.left, .ie5 div#siteplannavi div a:hover.left {
	height:28px;
}

.ie5 div#gallerynavi div a:hover.right, .ie5 div#floorplannavi div a:hover.right, .ie5 div#siteplannavi div a:hover.right {
	height:28px;
}
.ie5 div#gallerynavi div a.close, .ie5 div#floorplannavi div a.close, .ie5 div#siteplannavi div a.close {
    padding: 0;
	line-height: 50px;
	cursor: hand;
}
.ie5 div#gallerynavi div a.close span, .ie5 div#floorplannavi div a.close span, .ie5 div#siteplannavi div a.close span {
	width: 70px;
	height: 20px;
	line-height: 20px;
	margin-right: 15px;
	cursor: hand;
}

/****** Exposee-Kontaktformular *******/

#exposeeContactform .heading .exposee_title {
    margin-bottom: 10px;
}

#exposeeContactform .heading h1 .inquiry {
    color: #525152;
    margin-bottom: 15px;
}

#exposeeContactform form input {
    width: 100%;
}

#exposeeContactform fieldset ul {
    list-style: none;
    margin: 10px 0 8px 0;
}

#exposeeContactform fieldset.last {
    margin: 10px 0 0 0;
    border: 0px;
}

#exposeeContactform fieldset.last ul {
    list-style: none;
}

#exposeeContactform legend {
    margin: 0;
    font-weight: bold;
    color: #525152;
}

.ie5 #exposeeContactform legend,
.ie6 #exposeeContactform legend,
.ie7 #exposeeContactform legend,
.ie8 #exposeeContactform legend {
    margin: 0 0 0 -7px;
}

#exposeeContactform fieldset ul li {
    position: relative !important;
}

#exposeeContactform fieldset ul li label {
    padding: 1px;
}

#exposeeContactform fieldset ul li select, #exposeeContactform fieldset ul li input {
    padding: 1px;
}

#exposeeContactform fieldset #message {
    height: 80px;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

#exposeeContactform fieldset.textInput ul li {
    position: relative !important;
}

#exposeeContactform fieldset.textInput ul li select {
    width: auto;
    font-size: 12px;
    padding: 2px;
    margin-bottom: 10px;
}

#exposeeContactform fieldset.textInput ul li input {
    width: 100%;
    margin-bottom: 5px;
    padding: 3px;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

#exposeeContactform fieldset.textInput div.valWrap,
#exposeeContactform fieldset.last div.valWrap {
    position: relative;
    margin: 10px 0 14px;
    padding: 4px 0;
}

#exposeeContactform fieldset.textInput div.valWrap label {
    float: left;
}

#exposeeContactform fieldset.textInput div.valWrap input {
    width: 100%;
    margin-bottom: 10px;
    padding: 3px;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    float: right;
}

#exposeeContactform .errors {
    padding-bottom: 6px;
    color: #dd2222;
}

#exposeeContactform .tooltip {
    padding: 10px 2px 2px 120px;
    font-size: 0.9em;
    color: #525152;
}


#exposeeContactform .error, .maincontent .errorBox, #sms .errorBox {
    color: #dd2222;
}

#exposeeContactform .textInput span.error input, #exposeeContactform .error input, .maincontent .errorBox, #sms .errorBox {
    border: 1px #dd2222 solid;
}

.submitButton {
    display: inline-block;
    vertical-align: top;
    background: #fe0000;
    /* Old browsers */

    /* IE9 SVG, needs conditional override of 'filter' to 'none' */

    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZjE4MTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fe0000 0%, #bf1814 100%);
    /* FF3.6+ */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fe0000), color-stop(100%, #bf1814));
    /* Chrome,Safari4+ */

    background: -webkit-linear-gradient(top, #fe0000 0%, #bf1814 100%);
    /* Chrome10+,Safari5.1+ */

    background: -o-linear-gradient(top, #fe0000 0%, #bf1814 100%);
    /* Opera 11.10+ */

    background: -ms-linear-gradient(top, #fe0000 0%, #bf1814 100%);
    /* IE10+ */

    background: linear-gradient(to bottom, #fe0000 0%, #bf1814 100%);
    /* W3C */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe0000', endColorstr='#bf1814', GradientType=0);
    /* IE6-8 */

    border-style: none;
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    height: 30px;
    color: #ffffff;
    text-align: center;
    padding: 0 10px;
}

/******************************************************************************
 * Geschäftsbereiche
 * Startseite / Klassiksuche / Suchergebnisseite
 ******************************************************************************* */
.searchform ul.businessareas {
    margin-left: 28px;
    width: 600px;
}
.search table.businessareas {
    margin-left: 55px;
    width: 485px;
}

.ie .search table.businessareas {
    margin-left: 0;
}
.ie8 .search  table.businessareas {
    margin-left: 55px;
}

.businessareas td {
	vertical-align: bottom;
	text-align: center;
}
.businessareas td.first {
    text-align: left;
	width: 100px;
}
.businessareas td.last {
    text-align: right;
	width: 100px;
}

#floater .searchform table.businessareas {
    clear: both;
    background: #ffffff;
    width: 380px;
    height: 35px;
}
#floater .searchform table.businessareas td{
	width: auto;
}


.businessareas .active a {
    cursor: default;
    color: #525152;
    font-weight: bold;
    text-decoration: none;
}
/******************************************************************************
 * Klassiksuche
 ********************************************************************************/
.classicSearch .text {
  border: 1px solid #cccccc;
}

.classicSearch .searchform {
    width: 650px;
    text-align: left;
}

.classicSearch .headline {
    padding: 5px;
    font-weight: bold;
    font-size: 12px;
}

.classicSearch .left {
    float: left;
    width: 320px;
}

.classicSearch .right {
    float: left;
    width: 320px;
}

.classicSearch table.businessareas {
    height: 30px;
    width: auto;
    text-decoration: none;
    margin-left: 108px;
}

.classicSearch .businessareas td {
    width: 145px;
    margin: 0;
}
.classicSearch .businessareas td a:hover span{
    color: #dd2222;
}

.classicSearch .businessareas a.active {
    font-weight: bold;
    text-decoration: none;
}
.classicSearch .businessareas td a.active:hover span{
    color: #525152;
}

.classicSearch .businessAreaContainer {
    margin-top: 20px;
}

.classicSearch .businessAreaContainer .radiogroup, .classicSearch .businessAreaContainer .dropdown {
    margin: 10px 5px 5px 5px;
    width: 280px;
}

.classicSearch .businessAreaContainer .radiogroup span.label, .classicSearch .businessAreaContainer .dropdown span.label {
    float: left;
    width: 100px;
    font-weight: bold;
}

.classicSearch .businessAreaContainer .radiogroup span {
    padding-bottom: 10px;
    width: auto;
    white-space: nowrap;
}

.radiogroup ul li {
    line-height: 150%;
    height: 25px;
}

.radiogroup ul li input {
    line-height: 150%;
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.classicSearch .businessAreaContainer .dropdown ul {
    line-height: 100%;
    width: 170px;
}
.classicSearch .businessAreaContainer .dropdown ul ul{
    width: 168px;
}

.classicSearch .businessAreaContainer .inactive span {
    color: #cccccc;
}

.facets-waiter {
    bottom: -8px;
    position: absolute;
}
/******************************************************************************
 * Footer
 ********************************************************************************/
span.copyright {
    display: block;
    border-top: solid 1px #DEDEDE;
    padding: 10px 0;
}

#footer {
    text-align: center;
    clear: both;
    background: #FFFFFF;
    width: 100%;
    float: none;
    margin: 0;
}

#footer hr {
    margin-bottom: 20px;
}

.startpage_footer {
    padding-top: 95px;
}

#footer ul li {
    display: inline;
    text-align: left;
}

.searchAllOffer {
    margin-bottom: 40px;
}

.noResultsSuggestions ul {
    margin-left: 20px;
    list-style-type: circle;
}
.noResultsSuggestions li {
    margin-bottom: 10px;
	line-height: 200%;
}
.noResultsSuggestions li span {
	display: block;
}

/** Pager & change amount of search results  */

div#bottomnavi li, div#bottomnavi a {
    color: #666666;
}

div#bottomnavi .pagenavi {
    text-align: center;
}

div#bottomnavi .pagenavi ul {
    display: inline-block;
}

.ie5 div#bottomnavi ul.pagenavi,
.ie6 div#bottomnavi ul.pagenavi,
.ie7 div#bottomnavi ul.pagenavi,
.ie8 div#bottomnavi ul.pagenavi {
 	position: static;
	text-align: center;
	float: left;
	height: 25px;
	margin-left: 160px;
}

div#bottomnavi a {
    text-decoration: none;
}

div#bottomnavi a:hover {
    color: #dd2222;
}

div#bottomnavi ul li {
    display: inline;
}

div#bottomnavi ul li a.pagelink {
    padding: 0 4px;
}

div#bottomnavi ul li.active a.pagelink {
    font-weight: bold;
}

div#bottomnavi ul li a.arrow_right {
    margin-left: 8px;
    font-weight: bold;
}

div#bottomnavi ul li a.arrow_left {
    margin-right: 8px;
}

a.arrow_left img, a.arrow_right img {
    width: 4px;
    height: 5px;
    border: 0;
    position: relative;
    top: -2px;
}

a.arrow_left {
    background: url(../images/icon_zurueck_big.png) left 2px no-repeat;
    padding-left: 8px;
}

a.arrow_right {
    background: url(../images/icon_weiter_big.png) right 2px no-repeat;
    padding-right: 8px;
}


span.highlight {
  font-size: 11px;
  color: white;
  background-color: #dd2222;
}

/** needed for printview  */

p.table {
    margin: 2px;
}

p.table span {
    font-weight: bold;
    display: block;
    float: left;
    width: 100px;
    clear: both;
    padding: 0px;
}

.item .item_details .right .text { float: right; font-size:11px; margin: 0 0 5px 0; width:170px; }

div.red-button a, div.red-button a:hover { color:white; font-weight:bold; display:block; text-decoration:none; line-height:24px }

#footer a.homepage { text-decoration:none; }

#social, #exposeeContactform, .contact_links, #exposee_links, .partnerBox {
	padding-bottom: 30px;
}

#social .plusone {
    display:inline;
    position:relative;
    bottom:5px;
    margin:5px;
}

#social>a>img {
	 margin: 5px;
}

#social>a,#social>a>img {
	border: 0px;
}

#social>a {
	display: inline;
}

.ad img {
	border: 0px;
}

.privacyHint {
    font-size: 0.8em;
    padding-top: 0.4em;
    display: inline-block;
    text-decoration: none;
}

.locationSuggest_results {
    background-color: white;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    z-index: 1030;
    display: none;
    overflow: hidden;
    font-size: 12px;
    width: 337px;
    -moz-box-shadow-bottom: 0 2px 10px #333;
    -webkit-box-shadow: 0 2px 10px #333;
    -ms-box-shadow: 0 2px 10px #333;
    box-shadow: 0 2px 10px #333;
}
.locationSuggest_results ul {
    clear: left;
}
.locationSuggest_results li {
    line-height: 17px;
    padding: 10px;
    color: #B3B3B3;
    text-align: left;
    border-bottom: solid 1px #E0E0E0;
}
.locationSuggest_results li:last-child {
    border-bottom: solid 1px #858585;
}
.locationSuggest_results li:hover {
    cursor: pointer;
    box-shadow: 
        inset 0px 8px 8px -10px #808080,
        inset 0px -8px 8px -10px #808080;
}
.locationSuggest_over {
    cursor: pointer;
    box-shadow: 
        inset 0px 8px 8px -10px #808080,
        inset 0px -8px 8px -10px #808080;
}
.locationSuggest_match {
    font-weight: bold;
    color: #ff0000;
}

#mapLayer {
    display: none;
    width: 100%;
}

#mapbg {
   background: #000000;
   opacity: 0.6;
   filter: alpha( opacity = 60 );
   position:absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   z-index: 2001;
}

#map {
  position: absolute;
  width: 800px;
  height: 600px;
  z-index: 2500;
  top: 50px;
  background-color: white;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 5px
}
#map-canvas {
  width: 800px;
  height: 600px;
}

/*******************************************************************************
 * grid layout like bootstrap
 ******************************************************************************/
.ev-row {
	margin-left: -24px;
	margin-right: -24px;
}

.ev-col-4 {
	margin-left: 24px;
	margin-right: 24px;
	float: left;
}

.ev-col-4 {
	width: 27.95%;
}

/*******************************************************************************
 * adjustments for smaller screen sizes
 ******************************************************************************/

@media screen and (min-width: 1024px) and (max-width: 1280px) {

}

@media screen and (min-width: 960px) and (max-width: 1024px) {
    .row .nine .six .three {
        width: 100%;
    }
    .item .item_details > div.left {
        margin-bottom: 0;
    }
    /* adjust font-size for 'X more images' in left-hand-side thumbnail-view */
    #canvas #squares a span {
        font-size: 11px;
    }
}

@media screen and (min-width: 768px) and (max-width: 960px) {
    .row .nine .six .three {
        width: 100%;
    }
    .item .item_details > div.left {
        margin-bottom: 0;
    }
    /* don't let the page-padding take up so much space */
    .row {
        padding-left: 10px;
        padding-right: 10px;
    }
    /* adjust font-size for 'X more images' in left-hand-side thumbnail-view */
    #canvas #squares a span {
        font-size: 11px;
    }
}

@media screen and (max-width: 767px) {
    /* make the search-input full-width */
    #subnavi .nine {
        display: none;
    }
    #subnavi .three {
        width: 100%;
    }

    /* make columns full-width */
    .row .three, .row .six, .row .nine {
        width: 100%;
    }

    /** show list of property-attributes in one column intstead of two */
    .row .nine .six .three {
        width: 100%;
    }
    .item .item_details > div.left {
        margin-bottom: 0;
    }
    /* show object-details below the object-image */
    .row .nine .three,
    .row .nine .six {
        width: 100%;
    }
    /* Hide the result-time in the header, as it takes up too much space */
    #searchnavi #resultTime {
        display: none;
    }
    /* Hide the text for switching to previous/next object */

    #searchnavi #previousNext {
        text-align: right;
    }
    #searchnavi #previousNext a {
        width: 0;
        float: none;
        white-space: nowrap;
        text-indent: 1000em;
    }
    /* don't let the page-padding take up so much space */
    .row {
        padding-left: 10px;
        padding-right: 10px;
    }
    #searchnavi .searchnavi-item.three {
        width: 30%;
    }

    /* === Exposé-specific adjustments === */

    #canvas #sidebar-left-top {
        display: none;
    }

    #imagecontainer #print, #siteplanprint, #floorplanprint, #galleryprint, #imagecontainer #enlarge {
        display: none;
    }
}

