.tblVermietung {
  border-collapse: collapse;
}
.tblVermietung td {
  border-bottom: 1px solid #AAA;
}
.tblVermietung td:nth-child(1) {
  padding: 0.3rem 0.5rem 0.3rem 0;
  color: #333;
}
.tblVermietung td:nth-child(2) {
  padding: 0.3rem 0.2rem 0.3rem 0;
  font-style: italic;
}

.contentTITEL {
  width: 100%;
  float: left;
  box-sizing: border-box;
  font-weight: bold;
  margin-bottom: 0.45rem;
}

.imgTransportIcon {
  width: 118px;
  height: 118px;
}

.imgShopMarkenKlein {
  width: 305px;
  max-height: 150px;
}

.divCONTENT_MAIN {
  width: 100vw;
  min-height: 48vh;
  float: left;
  margin-top: 0;
  background-color: #fbf4ff;
}
.divCONTENT_MAIN a {
  text-decoration: none;
  color: #5c068c;
}
.divCONTENT_MAIN a:hover {
  color: #5c068c;
  text-decoration: underline;
}

.divCONTENT_BREAK {
  width: 100%;
  min-height: 1.9rem;
  float: left;
  background-color: white;
  background-color: #fdf9ff;
}

.divCONTENT_BALKEN {
  width: 100vw;
  min-width: 400px;
  margin: 0;
  color: #fff;
  float: left;
}

.divCONTENT_BALKEN_HEAD {
  min-height: 335px;
  top: 0;
  position: relative;
  border-bottom: 2px solid #6c1c97;
  background-color: #f7e8ff;
}
.divCONTENT_BALKEN_HEAD a {
  text-decoration: none;
  color: #5c068c;
}
.divCONTENT_BALKEN_HEAD a:hover {
  color: #5c068c;
  text-decoration: underline;
}

.divCONTENT_BALKEN_CENTER {
  width: 100vw;
  max-width: 1050px;
  min-width: 400px;
  color: #5c068c;
  margin: 0 auto;
  padding: 1.5rem 0;
}

.divCONTENT_BALKEN_FULL {
  width: 100vw;
  min-width: 400px;
  color: #7d3ab0;
  margin: 0 auto;
  text-align: center;
}

.divCONTENT_BALKEN_LINKS {
  width: 45vw;
  float: left;
  box-sizing: border-box;
  padding: 1.15rem;
  text-align: right;
}
.divCONTENT_BALKEN_LINKS img {
  max-width: 500px;
  max-height: 325px;
  cursor: zoom-in;
}

.divCONTENT_BALKEN_LINKS_LIMIT {
  max-width: 500px;
  float: right;
}

.divCONTENT_BALKEN_RECHTS {
  width: 55vw;
  float: left;
  padding: 1.15rem 1.15rem 1.15rem 0;
  box-sizing: border-box;
}

.divCONTENT_BALKEN_RECHTS_LIMIT {
  color: black;
  max-width: 850px;
  float: left;
}

.divCONTENT_TEXT_SLOGAN {
  color: #5c068c;
  line-height: 1;
  font-size: 1.75rem;
  height: inherit;
  padding: 1.5rem 0;
  text-align: right;
  font-weight: 600;
  margin-top: 2rem;
}

.video-container {
  height: 100%;
  position: relative;
  padding: 0;
}

.video-container video {
  width: 100%;
  max-width: 850px;
  height: 100%;
  min-height: 450px;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  object-fit: cover;
  display: inline-block;
}

@media only screen and (min-width: 150px) and (max-width: 1280px) {
  .divCONTENT_BALKEN_HEAD {
    min-height: 435px;
    border-bottom: 3px solid #6c2085;
  }
  .divCONTENT_TEXT_SLOGAN {
    font-size: 1.58rem;
    padding: 0.3rem 0;
    margin-top: 0.1rem;
  }
  .divCONTENT_BALKEN_LINKS {
    width: 38vw;
  }
  .divCONTENT_BALKEN_LINKS img {
    max-width: 90%;
    max-height: 350px;
  }
  .divCONTENT_BALKEN_RECHTS {
    width: 62vw;
  }
}