/* Hide scrollbar for Chrome, Safari and Opera */
.content-row.tipps::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.content-row.tipps {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.margin-20 {

  margin: 20px;
}

.hide-scrollbar
{
    overflow: auto;
    -ms-overflow-style: none; /* IE 11 */
    scrollbar-width: none; /* Firefox 64 */
}

.img-wrap.overlay-play{
  pointer-events: none;
}

.form-label{
  pointer-events: none;
}
.section.bg {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.hidden{
  display: none;
}

.active{
  color:orange;
}

.white{
  color: white !important;
}

@media only screen and (min-width: 1440px) and (max-width: 1900px) {
  
  .arrow-immo-search-wrap-1{
  	justify-content: flex-end!important;
  }
   .arrow-immo-search-wrap-2{
  	justify-content: flex-end!important;
  }
   .arrow-immo-search-wrap-3{
  	justify-content: flex-end!important;
  }
   .arrow-immo-search-wrap-4{
  	justify-content: flex-end!important;
  }
	
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  
  .button-circle.active-slide-navdot{
  	margin-right: 10%;
  }
    .button-circle{
  	margin-right: 4%;
  }
}

@media only screen and (min-width: 1440px) and (max-width: 1700px) {
  
  .c-item.wissenswertes{
  	width: 48%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  
  .hero-immo-box{
  	width: 100%;
  }
}

@media only screen and (min-width: 440px) and (max-width: 635px) {
  
  .box-grid.m-top-40, .grid-employees.m-top-40{
  	grid-template-columns: 1fr;
  }
}

#slider::-webkit-scrollbar {
    display: none;
}
  
  #slider2::-webkit-scrollbar {
    display: none;
}
  
    #slider3::-webkit-scrollbar {
    display: none;
}

.w-slider-dot.w-active{
  background-color: #ffa500;
  }
  
  .w-slider-dot{
  background-color: #F0F0F0;
  width: 0.4em;
  height: 0.4em;
  }

  /* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.hidden{
  display:none !important;
}