/* filename: immo-print.css */

body {
  background: #E1E1E1;
}
#sc-toolbar {
  display: none !important;
}
.sw-print-wrapper {
  width: 740px;
  margin: 15px 0;
  margin-left: 270px;
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #CCCCCC;
  box-shadow: 1px 1px 2px #BBBBBB;
  padding: 25px;
}
.sw-print-wrapper h1 {
  margin-bottom: 15px;
  line-height: 1.171em;
  font-size: 200%;
  margin-top: 0px;
}
.sw-print-logo {
  text-align: center;
  margin-top: 3%;
}
.sw-print-contact {
  background: #f9f9f9;
  border: 1px solid #ccc;
  padding: 15px;
  position: relative;
  margin-top: 15px;
}
.sw-print-center {
  text-align: center;
}
.sw-print-float-left {
  float: left;
  width: 45%;
}
.sw-qr-code {
  float: right;
  margin-top: -8px;
  margin-right: -8px;
}
.sw-print-text {
  margin-top: 15px;
}
.no-margin {
  margin: 0px;
}
.no-padding {
  padding: 0px !important;
}
#swPrintNav {
  border: 1px solid #ccc;
  width: 220px;
  position: fixed;
  left: 15px;
  top: 15px;
  background: #f9f9f9;
  padding: 10px;
  z-index: 700;
}
.sw-logo-background {
  opacity: 0.75;
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 0;
}
.sw-contact-foreground {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
}
.sw-not-visible {
  visibility: hidden;
}
.resize {
  float: left;
  display: inline;
  margin: 1.5em 1em 0 0;
}
.middle .resize {
  width: 340px;
  height: 340px;
}
.middle .resize img {
  max-width: 330px;
  max-height: 325px;
}
.large .resize {
  float: none;
  width: 720px;
  max-height: 720px;
}
.large .resize img {
  max-width: 710px;
  max-height: 705px;
}
.small .resize {
  width: 225px;
  height: 225px;
}
.small .resize img {
  max-width: 215px;
  max-height: 210px;
}
.sw-map-wrapper {
  background: #ccc;
  border: 1px solid #ccc;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
.sw-map-wrapper p.heading {
  font-weight: bold;
  color: #fff;
  margin: 0;
  padding: 5px;
}
#scGoogleMap {
  height: 300px;
  padding: 1px;
  width: 736px;
}
@media print {
  /* Wechsel der der Schriftgrößen-Maßheinheit zu [pt] - Probleme mit [px] in Gecko-Browsern vermeiden */
  body {
    font-size: 10pt;
    padding: 0 5px;
  }
  .sw-print-wrapper {
    width: 100%;
    margin: 0;
    border: 0;
    padding: 0;
    box-shadow: 0px 0px 0px #fff;
  }
  .pagebreak {
    page-break-after: always;
  }
  /* Vermeidung von Seitenumbrüchen direkt nach einer Überschrift */
  h1,
  h2,
  h3,
  h4,
  h5 {
    page-break-after: avoid;
  }
}

