#eigentumswohnungen .container .row table tbody .grau, #mietwohnungen .container .row table tbody .grau{
	color: #b4b4b4;
}

#eigentumswohnungen .container .row table tbody .grau .hi span, #mietwohnungen .container .row table tbody .grau .hi span{
  visibility: hidden;
}

.table-hover tbody tr.grau:hover td, .table-hover tbody tr.grau:hover th{
	color: #b4b4b4;
}

section.bg2.padding{
  padding-top: 200px;
}

section, .section{
	padding: 40px 0;
}

.alleverkauft{
 /*cursor: no-drop;*/
 cursor: pointer;
}

.alleverkauft span{
    opacity: 0.5;
}

/*.alleverkauft span:last-of-type{
    color: #bf232c;
    font-size: 13px;
}*/

.bg-index{
	background-size: cover !important;
}

section.bg2 .info-circle-sm.yellow {
    width: 230px;
    height: 230px;
    padding: 15px;
    background-color: #eaad00;
    border: 5px solid;
}

section.bg2 .info-circle-sm.yellow p{
    color: #5a3815;
    font-size: 18px;
    font-weight: 600 !important;
}

.anmerkung {
  position: relative;
  display: inline-block;
}

.bemerkung{
  text-decoration: underline;
}

.anmerkung .anmerkungtext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.anmerkung:hover .anmerkungtext {
  visibility: visible;
}
.carousel-inner .item .slide{
  width: 100%;
  background-size: cover;
  background-position: center;
  padding-bottom: 36%;
}

.gallery.visualizations .row{
  margin-right: 0;
  margin-left: 0;
}

.checkbox+.checkbox, .radio+.radio{
  margin-top: 10px;
}

.checkbox a{
  text-decoration: underline;
}

#kontakt .grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0.5em;
}

.profilbild{
  width: 100%;
  margin-top: 20px;
}

.profilname{
  text-align: center;
  margin: 10px 0;
  display: block;
}

.partner_title{
  margin-bottom: 30px;
}

.footerlink{
  margin: 0 5px;
}

.myCustomClass{
    font-size: 16px !important;
    line-height: 1.1em !important;
    background-color: #fff !important;
    border: 5px solid #5a3815 !important;
}

.qtip-response{
  height: auto;
  width: 250px;
}

.checkbox.datenschutz{
    margin-top: 20px;
}

.checkbox.datenschutz .check_center{
  width: 80%;
  margin: 0 auto;
}

.checkbox.datenschutz p{
    text-align: center;
}

.checkbox.datenschutz label.error + span{
    color: #d9534f;
    text-align: center;
}

.indexbox{
  position: relative;
}

.info-circle-sm-wrapper-index {
    position: absolute;
    z-index: 1;
    top: 20px;
    left: -20px;
}

.info-circle-sm-wrapper-index .info-circle-sm-index {
    float: right;
    border-radius: 50%;
    width: 230px;
    height: 230px;
    padding: 5px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(190,17,27,0.9);
    color: white;
    font-family: 'ADAMCG' !important;
}

.info-circle-sm-wrapper-index .info-circle-sm-index p {
    font-weight: 800 !important;
    line-height: 1.2;
    color: #fff;
    margin: 0;
    padding: 0;
    text-align: center;
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

.info-circle-sm-wrapper-index .info-circle-sm-index p {
    font-size: 17px;
}

.info-circle-sm p {
  font-weight: 800 !important;
  font-size: 17px;
}

.alv span{
  display: block;
  float: right;
  color: #c32831;
  text-decoration: line-through;
  transform: rotate(-7deg) !important;
}

.circle_fahrplan{
  position:absolute;
  top: -230px;
  z-index: 1;
  left:0;
  width:100%
}

.objListTable td{
  position: relative;
}

.objListTable td a{
  padding: 0;
}

.objListTable td .warteliste_icon{
  width: 100%;
  left: 0;
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  height: 30px;
  background-image: url(envelope.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.overlay{
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 100vh;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}

.overlay .container{
  margin-top: 200px;
  background-color: #fbfaf2;
  padding-top: 20px;
  float: none;
}

.overlay .container .exit{
    position: absolute;
    width: 15px;
    right: -30px;
    top: -30px;
    cursor: pointer;
}

.circle_wohnungen{
  display: block;
}

.xs-minpad{
	padding: 0;
}

.xs-maxmar{
	margin: 0 !important;
}

#mainNav .nav-oben.mobil{
  display: none;
}

#mainNav li a:hover:after {
  width: 100%;
}

.nav li a:focus, .nav li a:hover{
  text-decoration: none;
}

#mainNav  div li{
  float: left;
  position: relative;
  display: block;
}

#mainNav .nav-oben{
  margin-bottom: 20px;
}

#mainNav div li a{
  padding: 0;
  margin-left: 10px;
  text-transform: uppercase;
  position: relative;
  display: block;
}

#mainNav div li a:hover{
	text-decoration: none !important;
}

#mainNav div li > a:after{
  content: '';
  display: block;
  border-bottom: 5px solid;
  width: 0;
  position: absolute;
  bottom: -10px;
  left: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

#mainNav div li > a.active:after{
  width: 100%;
}

.logo{
  position: absolute;
  z-index: 10;
  left: 10px;
}

.video_img{
  width: calc(50% - 30px);
  float: left;
  margin: 0 15px 15px;
}

@media (min-width: 768px){

  #info-circle{
    width: 230px;
    height: 230px;
		padding: 15px;
  }

  #info-circle p{
    font-size: 17px;
  }

  .info-circle-sm-wrapper-index {
    top: 30px;
  }

  .info-circle-sm {
    width: 230px;
    height: 230px;
    padding: 15px;
  }

  .info-circle-sm-index{
    width: 200px;
    height: 200px;
  }

  .info-circle-sm-index p{
    font-size: 17px;
  }

  /*.navbar-left{
    display: flex;
    align-items: center;
  }*/

  .navbar-brand{
    height: 70px;
  }

  /*.navbar-brand.nav-eins{
    display: none;
  }

  #mainNav .navbar-collapse .navbar-nav > li.nav-zwei > a:hover:after{
    display: none;
  }*/
}

@media (max-width: 992px){
  .circle_fahrplan{
    top: 10px;
  }

  .circle_wohnungen, .circle_fahrplan{
    padding: 20px;
    top: 0 !important;
    float: left;
    display: block !important;
    position: relative !important;
  }

  section.bg2.padding{
    padding: 40px 0;
  }

  .circle_wohnungen.hidden_nono{
    display: none !important;
  }
}

@media (max-width: 767px){
  .smartphone{
    background-color: #eee;
    visibility: hidden;
  }

  .video_img{
    width: 100%;
    float: left;
    margin: 0 0 15px;
  }

  .objListTable td .warteliste_icon{
    position: relative;
    height: 30px;
    transform: none;
  }

  .overlay .container .exit {
    right: 30px;
}

  .overlay .container{
    margin-top: 100px;
  }

  .checkbox.datenschutz .check_center{
    width: 100%;
  }

  .checkbox.datenschutz p{
    text-align: left;
  }

  .info-circle-sm-wrapper-index{
    margin-top: 50px;
  }

  .logo{
    padding-top: 0.5em;
    position: relative;
    text-align: center;
  }

  .nav>li.nav-zwei{
    display: none;
  }

	.navbar-nav{
		margin: 7.5px 0;
	}

	#mainNav .nav-oben.mobil{
		display: block;
	  margin-bottom: 0;
		padding-bottom: 20px;
		background: #fbfaf2 !important;
	}

	#mainNav{
		border-bottom: none;
	}

  #mainNav .nav-unten li{
    float: none;
    margin-bottom: 10px;
  }

  #mainNav div li a:hover{
    border-bottom: none;
  }

  .info-circle-sm-wrapper-index{
    margin-top: 30px;
  }

  .info-circle-sm-wrapper-index .info-circle-sm-index, .info-circle-sm{
    width: 220px;
    height: 220px;
  }

  /* .info-circle-sm-wrapper-index .info-circle-sm-index p, .info-circle-sm p{
    font-size: 14px;
  } */

  #over_map_bottom{
    position: relative;
    left: 0;
  }

  .indexbox .indexbox-content{
    padding: 60px 10px 10px;
  }

  .mobile_text-right{
    text-align: right;
  }

  .mobile_text-block{
    display: block;
  }

  .partner_title{
    margin: 20px 0 20px;
    text-align: center;
    display: block;
  }

}
