
/* Small devices (landscape phones, less than 768px) */

@media (max-width: 767.99px) {
    html {
        font-size: 14px;
    }
}


/*Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.99px) {
    html {
        font-size: 12px;
    }
}


 /*NAV*/

.bg-light {
    background-color: #fff!important;
}

.navbar {
    padding: 2rem;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

.navbar.scrolled {
    padding: 1rem 2rem;
}

.hvr-underline-reveal:before {
    background: #005e8f;
    height: 2px;
}

.navbar-expand-lg .navbar-nav li {
    padding-left: 2rem;
    padding-right: 2rem;
}

.navbar-expand-lg .navbar-nav .nav-link,
.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #2f2912;
}

.navbar-expand-lg .navbar-nav .active .hvr-underline-reveal:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.navbar-light .navbar-toggler {
    border: none;
}

.navbar-light .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

@media (max-width: 1199.99px) {
    .navbar-expand-lg .navbar-nav li {
        padding-left: .5rem;
        padding-right: .5rem;
    }
}

@media (max-width: 991.99px) {
    .navbar-collapse {
        text-align: center;
    }
}
 /*TOP BANER*/

#topbaner .parallax-top {
    min-height: 530px;
    padding-bottom: 2rem;
}

#topbaner .parallax-top p {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}

#topbaner .parallax-top span {
    color: #fff;
    font-size: 3rem;
    font-weight: 300;
    text-transform: uppercase;
}

.blueleft {
    border-left: #005e8f 4px solid;
    padding-left: 2rem;
}

@media (max-width: 767.99px) {
    #topbaner .parallax-top {
        min-height: 0;
        height: 100vh;
    }
    .topbaner-immobilien .parallax-top {
        height: auto!important;
        /*background: url('/image/website/img/immobilien_top.jpg?wp') no-repeat center;*/
        background-size: cover;
        padding-top: 8rem;
    }
}


@media only screen and (max-width: 425px) {
            .vanis_desktop{
                display: none;
            }
            .vanis_mobile{
                display: block;
            }

        }
        @media only screen and (min-width: 426px) {
            .vanis_desktop{
                display: block;
            }
            .vanis_mobile{
                display: none;
            }

        }
 
 .slick-slide {
    margin: -7px -27px;
}


.draggable {
    height: 120px;
}

 /*IMMOBILIEN*/

.item-hover {
    width: 100%;
}


.immobilien-top {
  background: #e6e7e8;
  padding-top: 5rem;
  padding-bottom: 8rem;
}

#immobilien {
  margin-top: 0;
}

.immobilien-top h3 {
  font-size: 2.4rem;
  margin-bottom: 0;
  font-weight: 700;
}

.immobilien-top h4 {
  font-size: 1.8rem;
  font-weight: 300;
}

.blue-line {
  width: 110px;
  height: 4px;
  background: #005e8f;
  display: block;
  margin: 1rem 0;
}

.immobilien-item {
  position: relative;
  border-bottom: #005e8f 10px solid;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  margin-bottom: 2rem;
}

.immobilien-item:hover {
  border-bottom: 0;
}

.immobilien-bottom {
  margin-top: -5rem;
}

.immobilien-item {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
}

.item-img {
  overflow: hidden;
  position: relative;
  background: #005e8f;
  max-height: 330px;
  transition: all 0.4s ease-in-out;
}

.item-img img {
  transition: all 0.4s ease-in-out;
}

.item-price {
  background: #005e8f;
  color: #fff;
  font-weight: 700;
  font-size: 1.24999rem;
  position: absolute;
  padding: .5rem 1rem;
  right: 0;
  top: 0;
  box-sizing: border-box;
  transition: all 0.4s ease-in-out;
}

.item-img-hover {
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
  width: 100%;
  left: 0;
  padding: 2rem;
  font-size: 1.375rem;
  color: #fff;
  font-weight: 700;
  color: #fff;
  line-height: 1.2em;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}

.item-txt {
  background: #fff;
  padding: 1.5rem;
}

.item-title h6 {
  font-size: 1.125rem
}

.item-title h5 {
  color: #005e8f;
  font-size: 1.875rem;
  font-weight: 700;
}

.item-desc {
  font-size: 1.125rem;
  font-weight: 300;
  height: 80px;
  transition: all 0.4s ease-in-out;
}

.item-hover .item-link .tel {
  display: block;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  font-size: 2rem;
  color: #fff;
  background: #065882;
  float: right;
}

.item-link .location {
  display: block;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  font-size: 2rem;
  color: #fff;
  background: #044f76;
  float: right;
}

.item-link {
  overflow: hidden;
  background: #005e8f;
}

.item-link i {
  color: #fff;
}

.item-link .readmore {
  line-height: 70px;
  color: #fff;
  font-size: 1.575rem;
  box-sizing: border-box;
  padding-left: 2rem;
}

.gallery-price {
  position: absolute;
  background: #005e8f;
  color: #fff;
  font-size: 0.625rem;
  top: 0;
  right: 0;
  padding: 2px 5px;
}

.item-gallery-element {
  overflow: hidden;
  background: #005e8f;
}

.item-gallery-element img {
  transition: all 0.4s ease-in-out;
}

.item-gallery-element:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .3;
}

.item-hover {
  bottom: -190px;
  position: absolute;
  transition: all 0.4s ease-in-out;
}

.immobilien-item:hover .item-img img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .3;
}

.immobilien-item:hover .item-img {
  max-height: 260px;
}

.immobilien-item:hover .item-img-hover {
  opacity: 1;
}

.immobilien-item:hover .item-price {
  top: -50px;
}

.immobilien-item:hover .item-desc {
  opacity: 0;
  height: 158px;
}

.immobilien-item:hover .item-hover {
  bottom: 0;
}

.immobilien-bottom {
  margin-bottom: 5rem;
}

@media (max-width: 1499.99px) {
  .item-title h5 {
    font-size: 1.2rem;
    height: 46px;
  }
  .item-link .readmore {
    line-height: 70px;
    color: #fff;
    font-size: 1rem;
    box-sizing: border-box;
    padding-left: 10px;
  }
  .immobilien-item:hover .item-desc {
    height: 110px;
  }
  .item-desc {
    font-size: 1rem;
  }
  .item-hover {
    bottom: -230px;
  }
}

@media (max-width: 1199.99px) {
  .immobilien-top {
    padding-left: 2rem;
  }
}

@media (max-width: 767.99px) {
  .immobilien-top {
    padding-right: 2rem;
    text-align: center;
  }
  .blue-line {
    margin: 1rem auto;
  }
}


/*FINDEN*/

#finden {
  background: url(img/map-bg.jpg) no-repeat center top;
}

.map1 {
  padding: 2rem 3rem;
}

.map-txt {
  margin-top: 8rem;
  max-width: 600px;
}

.map-txt h4 {
  color: #fff;
  font-weight: 700;
  font-size: 2.5rem;
}

.line-white {
  width: 110px;
  height: 4px;
  display: block;
  background: #fff;
  display: block;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.map-txt p {
  font-size: 1rem;
  color: #fff;
  font-weight: 300;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.finden-item h6 {
  color: #005e8f;
  font-size: 1.375rem;
  margin-bottom: 8px;
  font-weight: 700;
  height: 46px;
}

.finden-item .finden-txt p {
  margin-bottom: 0;
  font-weight: 300;
}

.finden-item .finden-txt p b {
  font-weight: 700;
}

.finden-item .finden-txt p a {
  color: #2f2912;
}

.finden-item .finden-txt p a:hover {
  color: #005e8f;
}

.finden-line {
  margin-left: 10px;
  margin-right: 10px;
}

.finden-item .finden-txt {
  padding-left: 24px;
}

.finden-item {
  padding: 1rem .84rem 3rem;
}

.finden-list {
  margin-top: -7rem;
  margin-bottom: 4rem;
}

@media (max-width: 1699.99px) {
  .finden-item {
    padding: 0 0 2rem;
  }
}

@media (max-width: 1599.99px) {
  .finden-txt .finden-line {
    display: block;
    height: 1px;
    opacity: 0;
  }
}

@media (max-width: 1199.99px) {
  .finden-item h6 {
    font-size: 1rem;
  }
    .size {
       height: 94px;
}
    .draggable {
    height: 94px;   
    }
  
}

@media (max-width: 991.99px) {
  .finden-list {
    margin-top: 2rem;
  }
}

@media (max-width: 767.99px) {
  .finden-item {
    text-align: center;
  }
  .map-txt h4 {
    color: #2f2912;
  }
  .map-txt .line-white {
    background: #005e8f;
    margin: 1rem auto
  }
  #finden {
    background: #fff;
  }
  .map1 {
    padding: 0;
  }
  .map-txt p {
    color: #2f2912;
  }
  .map-txt {
    max-width: 100%;
    text-align: center;
  }
  .finden-txt .finden-line {
    display: inline-block;
    height: auto;
    opacity: 1;
  }
  .finden-item h6 {
    font-size: 1.2rem;
    height: auto;
  }
  .size {
       height: 84px;
}
.draggable {
    height: 84px;   
    }
}

@media (min-width: 1440px) {
    .size {
        height: 120px;
}
.draggable {
    height: 120px;   
    }

}

 
  /*BOTTOM*/

#bottom {
    background: #005e8f;
    padding-top: 3rem;
}

.bottom-item p {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 300;
}

.bottom-item p b {
    font-weight: 700;
    color: #fff;
}

.bottom-item p a {
    color: #fff;
}

.bottom-item p a:hover {
    opacity: .8;
}

.bottom-social {
    list-style: none;
    float: right;
    margin-top: 2rem;
}

.bottom-social li {
    display: inline-block;
}

.bottom-social li img {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.bottom-social li img:hover {
    transform: scale(.9);
}

.bottom-logo {
    text-align: right;
}

@media (max-width: 991.99px) {
    .bottom-item {
        text-align: center;
    }
    .bottom-social {
        float: none;
        text-align: center;
    }
    .bottom-logo {
        text-align: center;
    }
}

@media (min-width: 769px) {
    .class_left {
            justify-content: left;
    }
    .class_right {
            justify-content: flex-end;
    }
}   
    @media (max-width: 768px) {
    .class_left {
            justify-content: center;
    }
    .class_right {
            justify-content: center;
    }
        
    }
    
    @media (min-width: 1024px) {
        .margin-removed {
             margin-top: -10px;
        }
    }
    
 
    