.mod-rs .xfb-b.btt,
.mod-rs .xfb-a.btt {
  display: none;
}

#viewtest {
  z-index: 1000;
  position: absolute;
  top: 0rem;
  left: 0rem;
  display: none;
}

.btt.off {
  opacity: .5;
}

/* :root {
  --az-color: #7A242F;
  --af-color: #fff;
  --dg-color: #505050;
  --hg-color: #DCDCDC;
} */

.inact {
  opacity: 0.5;
}

/*---- text ----*/

.fc-dg {
  color: var(--dg-color);
}

.fc-az {
  color: var(--az-color);
}

.fc-af {
  color: var(--af-color);
}

.txt-c {
  text-align: left;
  letter-spacing: 0rem;
  color: #505050;
  opacity: 1;
  font-weight: bold;
  font-family: Verdana;
  font-size: 1rem;
}

.txt-f {
  letter-spacing: 0;
  font-family: verdana;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
}

.txt-g {
  letter-spacing: 0;
  font-family: verdana;
  font-style: normal;
  font-weight: bold;
  font-size: 0.8rem;
}

.txt-h {
  letter-spacing: 0;
  font-family: verdana;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
}

.txt-h2 {
  letter-spacing: 0;
  font-family: verdana;
  font-style: normal;
  font-weight: normal;
  font-size: 0.625rem;
}

.txt-h3 {
  letter-spacing: 0;
  font-family: verdana;
  font-style: normal;
  font-weight: normal;
  font-size: 1.125rem;
}

.txt-h4 {
  letter-spacing: 0;
  font-family: verdana;
  font-style: normal;
  font-weight: normal;
  font-size: 1.5rem;
}

.txt-i {
  letter-spacing: 0;
  font-family: verdana;
  font-style: normal;
  font-weight: normal;
  font-size: 0.75rem;
}

.txt-j {
  letter-spacing: 0;
  font-family: verdana;
  font-style: normal;
  font-weight: bold;
  font-size: 0.75rem;
}

.txt-k {
  letter-spacing: 0;
  font-family: verdana;
  font-style: normal;
  font-weight: bold;
  font-size: 1rem;
}

.txt-l {
  letter-spacing: 0;
  font-family: verdana;
  font-style: normal;
  font-weight: bold;
  font-size: 0.875rem;
}

.txt-m {
  letter-spacing: 0;
  font-family: verdana;
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
}


#loader2,
#loader4 {
  border-top-color: var(--az-color);
}

.btt {
  cursor: pointer;
}

/*----------- Modul Nav START -----  ---------*/

/* ROOM FAV*/
.btt-arf {
  width: 3.375rem;
  height: 3.375rem;
  background-color: var(--az-color);
  border-radius: 0.5rem;
  position: absolute;
  right: 1rem;
  top: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btt-arf.long-arf {
  width: 14.13rem;
  justify-content: start;
  padding-left: 1rem;
}

.btt-arf .ico {
  width: 1.25rem;
  height: 1.375rem;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.btt-arf .txt_fav {
  width: calc(100% - 3rem);
  margin-left: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--af-color);
}

.btt-arf.deact {
  opacity: 0.5;
}

/* ROOM FAV end*/
/* Btt verlegeart */
.btt-mlt {
  display: none;
  width: 3.375rem;
  height: 3.375rem;
  background-color: #fff;
  border-radius: 1.6875rem;
}

.btt-mlt .ico {
  width: 1.8125rem;
  height: 1.8125rem;
  background-position: center;
  background-repeat: no-repeat;
}

/* btt original einblenden */

.btt-cto {
  display: none;
  height: 2rem;
  position: absolute;
  background-color: var(--az-color);
  color: #fff;
  width: fit-content;
  padding: 0 0.75rem;
  border-radius: 1.5rem;
  line-height: 2rem;
  font-size: 0.75rem;
  font-family: Verdana;
  z-index: 1;
}

.btt-cto.posL {
  bottom: 1rem;
  left: 0.75rem;
}

.btt-cto.posR {
  bottom: 1rem;
  right: 0.75rem;
}

/*----------- Modul Nav END --------------*/

@media (min-width: 992px) {
  /* DESKTOP ONLY */
}

@media (min-width: 768px) {
  /* DESKTOP AND TABLET */
}

@media (min-width: 768px) and (max-width: 991px) and (min-height: 481px) {
  /* TABLET ONLY */
}

@media (orientation: portrait) and (max-width: 768px) and (max-height: 1280px) {
  /* PHONE HOCH */

  /* test */
  .marker {
    display: none;
  }

  #left_right {
    top: 7rem;
    /* 4rem bevore */
    bottom: initial;
  }

  .btt-mlt {
    display: none;
    /*flex;*/
    position: absolute;
    left: 0.625rem;
    bottom: 3.875rem;
    align-items: center;
    justify-content: center;
  }

  #comp_bar .comp-btt {
    top: 7rem;
  }

  /* test */


  .btt-cto.posL {
    bottom: 8.25rem;
    left: 0.625rem;
  }

  .btt-cto.posR {
    bottom: 3.25rem;
    right: 0.625rem;
  }
}

/*----------- Modul Room END --------------*/

@media (orientation: landscape) and (max-width: 915px) and (max-height: 480px) {
  /* PHONE QUER */

  /* test */
  .marker {
    display: none;
  }

  #left_right {
    top: 4rem;
    bottom: initial;
  }

  .btt-mlt {
    display: none;
    /*flex;*/
    position: absolute;
    left: 0.625rem;
    bottom: 3.875rem;
    align-items: center;
    justify-content: center;
  }

  #comp_bar .comp-btt {
    top: 7rem;
  }

  /* test */

  .btt-cto.posL {
    bottom: 1rem;
    left: 5rem;
  }

  .btt-cto.posR {
    bottom: 1rem;
    right: 3.75rem;
  }


  #up_down {
    top: calc(50% + 1.65rem);
  }

  .marker {
    display: none;
  }



  .btt-mlt {
    display: none;
    /*flex;*/
    position: absolute;
    left: 0.6875rem;
    bottom: 0.6875rem;
    align-items: center;
    justify-content: center;
  }


}

/* .mod-nb .nbb .ico {
  transition: opacity 0.3s, background-image 0.3s, background-color 0.3s;
} */

.mod-nb.deact .nbb:not(.btt-compare):not(.btt-tex) .ico {
  opacity: 0.5;
  cursor: default;
}

.nbb.off {
  opacity: 1;
  pointer-events: none;
}

.nbb.deact .ico,
.nbb.off .ico {
  opacity: 0.5;
  cursor: default;
}

/*-------------------------*/

/*--temp---*/
#menu,
#r_btt_compare,
#rotation_btt {
  display: none;
}

#rightbar {
  display: none;
}


/* COMPARE OVERWRITE*/

#comp_mover_show {
  background-color: #fff;
  border-radius: 2.5rem;
  width: 5rem;
  height: 5rem;
  cursor: pointer;
  left: -2.375rem;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

#comp_mover_show .img-l {
  width: 0.75rem;
  height: 1.4375rem;
  position: absolute;
  top: calc(50% - 0.71875rem);
  left: 0.8125rem;
}

#comp_mover_show .img-r {
  width: 0.75rem;
  height: 1.4375rem;
  position: absolute;
  top: calc(50% - 0.71875rem);
  right: 0.8125rem;
}

.comp-btt {
  position: absolute;
  top: 10.625rem;
  background-color: var(--az-color);
  width: 7.25rem;
  height: 3.3125rem;
  text-align: center;
  padding: 0rem;
  line-height: 0.9375rem;
  cursor: pointer;
  color: var(--af-color);
  border-radius: 8px;
}

#comp_bar {
  width: 0.125rem;
  background-color: #fff;
  top: 0rem;
  border-left: 0.125rem solid var(--hg-color);
  border-right: 0.125rem solid var(--hg-color);
}

#comp_right {
  left: 0.25rem;
  border-radius: 0rem 0.9375rem 0.9375rem 0rem;
}

#comp_left {
  right: 0.25rem;
  border-radius: 0.9375rem 0rem 0rem 0.9375rem;
}

#comp_mover {
  width: 5rem;
  height: 5rem;
  margin: 0 2.6875rem;
  cursor: pointer;
}

.comp-txt {
  font: normal normal bold 0.875rem/3.3125rem Helvetica;
  letter-spacing: 0.28px;
  /* color: #fff; */
  height: 3.3125rem;
  vertical-align: top;
  text-align: center;
}

.comp-btt.act {
  background-color: var(--af-color);
}

.comp-btt.act .comp-txt {
  color: var(--az-color);
}

/*  coomon BTT CODE */