html {
  color: #21272c !important;
  font-size: 1rem;
  font-weight: 400 !important;
}
body {
  font-smoothing: antialiased !important;
  -webkit-font-smoothing: antialiased !important;
  margin: 0;
}
.Site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  font-family: 'Robotto', sans-serif;
}
.Site-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  padding: 0.8em;
  -ms-flex-preferred-size: auto;
}
.Container {
  max-width: 70rem;
  margin: 0 auto;
}
.Grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.Grid-cell {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.Grid-cell-Rev {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}
.Grid--flexCells>.Grid-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.Grid--top {
  -webkit-box-align: start;
      -ms-flex-align: start;
              -ms-grid-row-align: flex-start;
          align-items: flex-start;
}
.Grid--bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
              -ms-grid-row-align: flex-end;
          align-items: flex-end;
}
.Grid--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
}
.Grid-cell--top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.Grid-cell--bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.Grid-cell--center {
  -ms-flex-item-align: center;
      align-self: center;
}
.Grid--fit>.Grid-cell {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.Grid--full>.Grid-cell {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.Grid--1of2>.Grid-cell {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.Grid--1of3>.Grid-cell {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
}
.Grid--1of4>.Grid-cell {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}
@media (min-width: 24em) {
  .small-Grid--fit>.Grid-cell {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .small-Grid--full>.Grid-cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .small-Grid--1of2>.Grid-cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .small-Grid--1of3>.Grid-cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
  }
  .small-Grid--1of4>.Grid-cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}
@media (min-width: 36em) {
  .med-Grid--fit>.Grid-cell {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .med-Grid--full>.Grid-cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .med-Grid--1of2>.Grid-cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .med-Grid--1of3>.Grid-cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
  }
  .med-Grid--1of4>.Grid-cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}
@media (min-width: 48em) {
  .large-Grid--fit>.Grid-cell {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .large-Grid--full>.Grid-cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .large-Grid--1of2>.Grid-cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .large-Grid--1of3>.Grid-cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
  }
  .large-Grid--1of4>.Grid-cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}
@media (min-width: 60em) {
  .xlarge-Grid--fit>.Grid-cell {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .xlarge-Grid--full>.Grid-cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .xlarge-Grid--1of2>.Grid-cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .xlarge-Grid--1of3>.Grid-cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
  }
  .xlarge-Grid--1of4>.Grid-cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}
.Box {
  width: 100%;
  padding: 0.8em 1em;
  margin-bottom: 0em;
  background: rgba(0,0,0,0);
  border-radius: 0px;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
.u-full {
  width: 100% !important;
}
.u-full,
.u-1of2 {
  -webkit-box-flex: 0 !important;
      -ms-flex: none !important;
          flex: none !important;
}
.u-1of2 {
  width: 50% !important;
}
.u-1of3 {
  width: 33.3333% !important;
}
.u-1of3,
.u-2of3 {
  -webkit-box-flex: 0 !important;
      -ms-flex: none !important;
          flex: none !important;
}
.u-2of3 {
  width: 66.6667% !important;
}
.u-1of4 {
  width: 25% !important;
}
.u-1of4,
.u-3of4 {
  -webkit-box-flex: 0 !important;
      -ms-flex: none !important;
          flex: none !important;
}
.u-3of4 {
  width: 75% !important;
}
@media (min-width: 384px) {
  .u-small-full {
    width: 100% !important;
  }
  .u-small-full,
  .u-small-1of2 {
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
  }
  .u-small-1of2 {
    width: 50% !important;
  }
  .u-small-1of3 {
    width: 33.3333% !important;
  }
  .u-small-1of3,
  .u-small-2of3 {
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
  }
  .u-small-2of3 {
    width: 66.6667% !important;
  }
  .u-small-1of4 {
    width: 25% !important;
  }
  .u-small-1of4,
  .u-small-3of4 {
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
  }
  .u-small-3of4 {
    width: 75% !important;
  }
}
@media (min-width: 576px) {
  .u-med-full {
    width: 100% !important;
  }
  .u-med-full,
  .u-med-1of2 {
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
  }
  .u-med-1of2 {
    width: 50% !important;
  }
  .u-med-1of3 {
    width: 33.3333% !important;
  }
  .u-med-1of3,
  .u-med-2of3 {
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
  }
  .u-med-2of3 {
    width: 66.6667% !important;
  }
  .u-med-1of4 {
    width: 25% !important;
  }
  .u-med-1of4,
  .u-med-3of4 {
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
  }
  .u-med-3of4 {
    width: 75% !important;
  }
}
@media (min-width: 768px) {
  .u-large-full {
    width: 100% !important;
  }
  .u-large-full,
  .u-large-1of2 {
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
  }
  .u-large-1of2 {
    width: 50% !important;
  }
  .u-large-1of3 {
    width: 33.3333% !important;
  }
  .u-large-1of3,
  .u-large-2of3 {
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
  }
  .u-large-2of3 {
    width: 66.6667% !important;
  }
  .u-large-1of4 {
    width: 25% !important;
  }
  .u-large-1of4,
  .u-large-3of4 {
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
  }
  .u-large-3of4 {
    width: 75% !important;
  }
}
.LtoR {
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important;
}
@media (min-width: 768px) {
  .LtoR {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
}
.RtoL {
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important;
}
@media (min-width: 768px) {
  .RtoL {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
}
.Grid--gutters {
  margin-left: -1em;
}
.Grid--gutters>.Grid-cell {
  padding-left: 1em;
}
.Grid--guttersLarge {
  margin-left: -1.5em;
}
.Grid--guttersLarge>.Grid-cell {
  padding-left: 1.5em;
}
.Grid--gutters2x {
  margin-left: -2em;
}
.Grid--gutters2x>.Grid-cell {
  padding-left: 2em;
}
.Grid--gutters3x {
  margin-left: -3em;
}
.Grid--gutters3x>.Grid-cell {
  padding-left: 3em;
}
@media (min-width: 24em) {
  .small-Grid--gutters {
    margin-left: -1em;
  }
  .small-Grid--gutters>.Grid-cell {
    padding-left: 1em;
  }
  .small-Grid--gutters {
    margin-left: -1em;
  }
  .small-Grid--gutters>.Grid-cell {
    padding-left: 1em;
  }
  .small-Grid--guttersLarge {
    margin-left: -1.5em;
  }
  .small-Grid--guttersLarge>.Grid-cell {
    padding-left: 1.5em;
  }
  .small-Grid--gutters2x {
    margin-left: -2em;
  }
  .small-Grid--gutters2x>.Grid-cell {
    padding-left: 2em;
  }
  .small-Grid--gutters3x {
    margin-left: -3em;
  }
  .small-Grid--gutters3x>.Grid-cell {
    padding-left: 3em;
  }
}
@media (min-width: 36em) {
  .med-Grid--gutters {
    margin-left: -1em;
  }
  .med-Grid--gutters>.Grid-cell {
    padding-left: 1em;
  }
  .med-Grid--guttersLarge {
    margin-left: -1.5em;
  }
  .med-Grid--guttersLarge>.Grid-cell {
    padding-left: 1.5em;
  }
  .med-Grid--gutters2x {
    margin-left: -2em;
  }
  .med-Grid--gutters2x>.Grid-cell {
    padding-left: 2em;
  }
  .med-Grid--gutters3x {
    margin-left: -3em;
  }
  .med-Grid--gutters3x>.Grid-cell {
    padding-left: 3em;
  }
}
@media (min-width: 48em) {
  .large-Grid--gutters {
    margin-left: -1em;
  }
  .large-Grid--gutters>.Grid-cell {
    padding-left: 1em;
  }
  .large-Grid--guttersLarge {
    margin-left: -1.5em;
  }
  .large-Grid--guttersLarge>.Grid-cell {
    padding-left: 1.5em;
  }
  .large-Grid--gutters2x {
    margin-left: -2em;
  }
  .large-Grid--gutters2x>.Grid-cell {
    padding-left: 2em;
  }
  .large-Grid--gutters3x {
    margin-left: -3em;
  }
  .large-Grid--gutters3x>.Grid-cell {
    padding-left: 3em;
  }
}
@supports not (flex-wrap: wrap) {
  .Grid--ffMultilineSupport {
    display: block;
  }
  .Grid--ffMultilineSupport>.Grid-cell {
    display: inline-block;
    vertical-align: top;
  }
  .Grid--full,
  .Grid--full>.Grid-cell {
    display: block;
  }
  .Grid--fit,
  .Grid--1of2,
  .Grid--1of3,
  .Grid--1of4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
@media (min-width: 24em) {
    .small-Grid--full,
    .small-Grid--full>.Grid-cell {
      display: block;
    }
    .small-Grid--fit,
    .small-Grid--1of2,
    .small-Grid--1of3,
    .small-Grid--1of4 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
}
@media (min-width: 36em) {
    .med-Grid--full,
    .med-Grid--full>.Grid-cell {
      display: block;
    }
    .med-Grid--fit,
    .med-Grid--1of2,
    .med-Grid--1of3,
    .med-Grid--1of4 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
}
@media (min-width: 48em) {
    .large-Grid--full,
    .large-Grid--full>.Grid-cell {
      display: block;
    }
    .large-Grid--fit,
    .large-Grid--1of2,
    .large-Grid--1of3,
    .large-Grid--1of4 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
}
}
.u-spaceAN {
  margin: 0 !important;
}
.u-spaceVN {
  margin-bottom: 0 !important;
}
.u-spaceVN,
.u-spaceTN {
  margin-top: 0 !important;
}
.u-spaceRN {
  margin-right: 0 !important;
}
.u-spaceBN {
  margin-bottom: 0 !important;
}
.u-spaceLN {
  margin-left: 0 !important;
}
.u-spaceAS {
  margin: 0.5em !important;
}
.u-spaceVS {
  margin-bottom: 0.5em !important;
}
.u-spaceVS,
.u-spaceTS {
  margin-top: 0.5em !important;
}
.u-spaceRS {
  margin-right: 0.5em !important;
}
.u-spaceBS {
  margin-bottom: 0.5em !important;
}
.u-spaceLS {
  margin-left: 0.5em !important;
}
.u-spaceAM {
  margin: 1em !important;
}
.u-spaceVM {
  margin-bottom: 1em !important;
}
.u-spaceVM,
.u-spaceTM {
  margin-top: 1em !important;
}
.u-spaceRM {
  margin-right: 1em !important;
}
.u-spaceBM {
  margin-bottom: 1em !important;
}
.u-spaceLM {
  margin-left: 1em !important;
}
.u-spaceAL {
  margin: 2em !important;
}
.u-spaceVL {
  margin-bottom: 2em !important;
}
.u-spaceVL,
.u-spaceTL {
  margin-top: 2em !important;
}
.u-spaceRL {
  margin-right: 2em !important;
}
.u-spaceBL {
  margin-bottom: 2em !important;
}
.u-spaceLL {
  margin-left: 2em !important;
}
.u-spaceBox {
  padding: 1em;
}
.yel {
  background: rgba(255,0,100,0.1);
}
.grn {
  background: rgba(0,155,0,0.1);
}
.blu {
  background: rgba(0,0,255,0.1);
}
.red {
  background: rgba(155,0,255,0.1);
}
.Button {
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  display: inline-block;
  padding: 0.6em 3em;
  background: rot;
  color: #fff;
  border: 0;
  border-radius: 2px;
  cursor: pointer;
  font-size: 1em;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  white-space: nowrap;
}
.Button:focus {
  outline: thin dotted #666;
}
.Button:hover,
.Button:active,
.Button:focus {
  border: 0;
  background: #343b43;
  text-decoration: none;
}
.Button--action {
  background-color: #46b980;
  color: #fff;
}
.Button--action:hover,
.Button--action:active,
.Button--action:focus {
  background-color: #389466;
}
.Button--wide {
  padding-right: 1.5em;
  padding-left: 1.5em;
}
.Media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 1em;
}
.Media-figure {
  margin-right: 1em;
}
.Media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0;
          flex: 1 0 0;
}
.Media-body,
.Media-body :last-child {
  margin-bottom: 0;
}
.Media--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
}
.Media--reverse>.Media-figure {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0 0 0 1em;
}
.InputAddOn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
}
.InputAddOn-field {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.InputAddOn-field:not(:first-child) {
  border-left: 0;
}
.InputAddOn-field:not(:last-child) {
  border-right: 0;
}
.InputAddOn-item {
  background-color: rgba(147,128,108,0.1);
  color: #666;
  font: inherit;
  font-weight: 400;
}
.InputAddOn-field,
.InputAddOn-item {
  border: 1px solid rgba(147,128,108,0.25);
  padding: 0.5em 0.75em;
}
.InputAddOn-field:first-child,
.InputAddOn-item:first-child {
  border-radius: 2px 0 0 2px;
}
.InputAddOn-field:last-child,
.InputAddOn-item:last-child {
  border-radius: 0 2px 2px 0;
}
.u-textBreak {
  word-wrap: break-word !important;
}
.u-textCenter {
  text-align: center !important;
}
.u-textLeft {
  text-align: left !important;
}
.u-textRight {
  text-align: right !important;
}
.u-textCenterLeft-small {
  text-align: center !important;
}
@media (min-width: 24em) {
  .u-textCenterLeft-small {
    text-align: left !important;
  }
}
.u-textInheritColor {
  color: inherit !important;
}
.u-textKern {
  -webkit-font-feature-settings: "kern" 1;
          font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
}
.u-textNoWrap,
.u-textTruncate {
  white-space: nowrap !important;
}
.u-textTruncate {
  max-width: 100%;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  word-wrap: normal !important;
}
*,
*::after,
*::before {
  box-sizing: border-box;
}
li {
  list-style: none;
}
.cd-tabs {
  position: relative;
/*width: 90%
  max-width: 960px
  margin: 2em auto*/
}
.cd-tabs:after {
  content: "";
  display: table;
  clear: both;
}
.cd-tabs::after {
/* subtle gradient layer on top right - to indicate it's possible to scroll */
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 50px;
  z-index: 1;
  pointer-events: none;
  background: -webkit-linear-gradient(right, #f8f7ee, rgba(248,247,238,0));
  background: linear-gradient(to left, #f8f7ee, rgba(248,247,238,0));
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.no-cssgradients .cd-tabs::after {
  display: none;
}
.cd-tabs.is-ended::after {
/* class added in jQuery - remove the gradient layer when it's no longer possible to scroll */
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.cd-tabs nav {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #6f7c82;
  box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
}
@media only screen and (min-width: 960px) {
  .cd-tabs nav {
    position: relative;
    float: none;
    background: transparent;
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
  }
}
.cd-tabs-navigation {
  text-align: center;
  padding: 0;
  margin: 0;
}
.cd-tabs-navigation:after {
  content: "";
  display: table;
  clear: both;
}
.cd-tabs-navigation li {
  display: inline-block;
}
.cd-tabs-navigation a {
  position: relative;
  display: block;
  height: 60px;
  width: 120px;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  color: #f5f7f9;
  padding-top: 24px;
}
.no-touch .cd-tabs-navigation a:hover {
  background-color: #fff !important;
  box-shadow: inset 0 2px 0 #f05451;
  color: #29324e;
}
.cd-tabs-navigation a.selected {
  background-color: #fff !important;
  box-shadow: inset 0 2px 0 #f05451;
  color: #29324e;
}
@media only screen and (min-width: 960px) {
  .cd-tabs-navigation {
/* tabbed on top on big devices */
    width: auto;
    background-color: #6f7c82;
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
  }
  .cd-tabs-navigation a {
    height: 60px;
    line-height: 60px;
    width: auto;
    text-align: left;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0 4em 0 4em;
  }
  .cd-tabs-navigation a.selected {
    box-shadow: inset 0 2px 0 #f05451;
  }
  .cd-tabs-navigation a::before {
    top: 50%;
    margin-top: -10px;
    margin-left: 0;
    left: 38px;
  }
}
.cd-tabs-content {
  padding: 0;
  -webkit-padding-start: 0px;
}
.cd-tabs-content li {
  display: none;
  padding: 1.4em;
}
.cd-tabs-content li.selected {
  display: block;
  -webkit-animation: cd-fade-in 0.5s;
  animation: cd-fade-in 0.5s;
  padding: 0;
}
@media only screen and (min-width: 960px) {
  .cd-tabs-content {
    min-height: 0;
  }
  .cd-tabs-content li {
    padding: 0em;
  }
}
@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.TabInfo {
  background: #e0e6e9;
}
.CalloutImgTab {
  min-height: 250px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.assetimg-gf1.CalloutImgTab {
  background-image: url("../../images/anzeigen/vermietung/vermietung_01.jpg");
}
.assetimg-gf2.CalloutImgTab {
  background-image: url("../../images/anzeigen/vermietung/vermietung_02.jpg");
}
.assetimg-gf3.CalloutImgTab {
  background-image: url("../../images/anzeigen/vermietung/vermietung_03.jpg");
}
.assetimg-gp1.CalloutImgTab {
  background-image: url("../../images/anzeigen/gewerbeparks/gewerbepark_01.jpg");
}
.assetimg-gp2.CalloutImgTab {
  background-image: url("../../images/anzeigen/gewerbeparks/gewerbepark_02.jpg");
}
.assetimg-im1.CalloutImgTab {
  background-image: url("../../images/anzeigen/immobilien/gewerbeimmobilien_01.jpg");
}
.assetimg-rf1.CalloutImgTab {
  background-image: url("../../images/anzeigen/referenzen/referenz_01.jpg");
}
.assetimg-rf2.CalloutImgTab {
  background-image: url("../../images/anzeigen/referenzen/referenz_02.jpg");
}
.assetimg-dummy.CalloutImgTab {
  background-image: url("../../images/anzeigen/dummy.jpg");
}
@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.Row {
  margin: 0 auto !important;
  max-width: 70rem !important;
  padding: 0.8em !important;
}
.Site-content {
  padding: 0em !important;
}
.Grid-cell {
  max-width: 100%;
}
.u-spaceBXL {
  margin-bottom: 22em !important;
}
@media only screen and (max-width: 50em) {
  .u-spaceBXL {
    margin-bottom: 12em !important;
  }
}
@media only screen and (max-width: 50em) and (max-width: 24em) {
  .u-spaceBXL {
    margin-bottom: 0em !important;
  }
}
.u-textLeft-Center-med {
  text-align: center !important;
}
@media (min-width: 36em) {
  .u-textLeft-Center-med {
    text-align: left !important;
  }
}
.u-textRight-Center-med {
  text-align: center !important;
}
@media (min-width: 36em) {
  .u-textRight-Center-med {
    text-align: right !important;
  }
}
.u-textLeft-Center-large {
  text-align: center !important;
}
@media (min-width: 48em) {
  .u-textLeft-Center-large {
    text-align: left !important;
  }
}
.u-textCenter-Left-large {
  text-align: left !important;
}
@media (min-width: 48em) {
  .u-textCenter-Left-large {
    text-align: Center !important;
  }
}
.u-LtoR-med {
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important;
}
@media (min-width: 640px) {
  .u-LtoR-med {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
}
.u-RtoL-med {
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important;
}
@media (min-width: 640px) {
  .u-RtoL-med {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
}
.cd-main-header {
  background-color: #21272c;
/*border-bottom: 1px solid wolken*/
}
@media only screen and (min-width: 576px) {
  .cd-main-header {
    background-color: #21272c;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-main-header {
    -webkit-transition: height 0.2s;
    transition: height 0.2s;
  }
  .cd-main-header::after {
    clear: both;
    content: "";
    display: table;
  }
}
.cd-logo {
  max-width: 200px;
  margin: 0.5em 0 0.4em;
}
@media only screen and (min-width: 576px) {
  .cd-logo {
    max-width: 300px;
    margin: 1em 0 0.8em;
  }
}
.totopbtn {
  position: fixed;
  z-index: 101;
  bottom: 1em;
  right: 1em;
  font-weight: 700;
  font-size: 1em;
  color: #ecf0f1;
  border-radius: 0;
  background-color: rgba(241,136,35,0.9);
  padding: 0.6em 0.75em;
  display: none;
}
.totopbtn:hover {
  color: #ecf0f1;
  background-color: #f18823;
}
@media (min-width: 48em) {
  .totopbtn {
    font-size: 1.6em;
    padding: 0.6em 0.75em;
    right: 1em;
    bottom: 1em;
  }
}
h1 {
  font-size: 3.6em;
  font-weight: 500;
  margin: 0.5em 0;
}
@media only screen and (max-width: 682px) {
  h1 {
    font-size: 180%;
  }
}
h2 {
  font-size: 2.5em;
  font-weight: 500;
  color: #067bbc;
}
@media only screen and (max-width: 768px) {
  h2 {
    font-size: 160%;
  }
}
h3 {
  font-size: 1.5em;
  font-weight: 400;
  margin-top: 0.5em;
  margin-bottom: 0.25em;
  color: #064784;
}
@media only screen and (max-width: 682px) {
  h3 {
    font-size: 120%;
  }
}
h4 {
  font-size: 2.5em;
  font-weight: 600;
  margin: 0;
  color: #067bbc;
}
@media only screen and (max-width: 682px) {
  h4 {
    font-size: 190%;
  }
}
h5 {
  font-size: 1.4em;
  font-weight: 600;
  margin-top: 0;
  color: #21272c;
}
@media only screen and (max-width: 36em) {
  h5 {
    font-size: 120%;
  }
}
h6 {
  margin: 0;
  font-size: 1.2em;
}
a {
  color: #067bbc;
  text-decoration: none;
}
body.Site {
  min-height: 100vh;
}
.Row-white {
  background: #fff !important;
}
#head {
  padding: 2.2em 0;
}
.Box,
p {
  line-height: 1.3 !important;
}
.noBox {
  width: 100%;
}
.infoBox {
  width: 100%;
  background: #ecf0f1;
  color: #000 !important;
  padding: 1em !important;
}
.infoBox h4,
.infoBox p {
  font-weight: 600;
}
img {
  max-width: 100%;
}
img.hero-icon {
  width: 200px;
}
@media only screen and (min-width: 767px) {
  img.hero-icon {
    width: 400px !important;
  }
}
.notab ul {
  line-height: 1.5;
  padding-left: 1em;
}
.notab li {
  list-style: disc !important;
  margin-bottom: 0.5em;
  color: #f18723;
}
.notab h4 {
  color: #067bbc;
}
.notab p {
  color: #6f7c82;
}
.footer {
  background: #21272c !important;
  padding: 0 !important;
  border-top: 2px solid #067bbc;
}
.footer p,
.footer a {
  color: #ecf0f1 !important;
  text-decoration: none;
}
